/* PACÍFICO LUXE — Chilean Luxury Eye Patch Brand */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600&display=swap');

:root {
  --gold: #C9A962;
  --gold-light: #E8D5A3;
  --gold-dark: #9A7B3C;
  --aegean: #1B3A5C;
  --aegean-light: #2A5080;
  --marble: #FAF8F5;
  --marble-dark: #F0EBE3;
  --terracotta: #C4785A;
  --text: #2C2C2C;
  --text-light: #6B6B6B;
  --white: #FFFFFF;
  --shadow: 0 4px 24px rgba(27, 58, 92, 0.08);
  --shadow-lg: 0 12px 48px rgba(27, 58, 92, 0.12);
  --transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Montserrat', sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-weight: 300;
  color: var(--text);
  background: var(--marble);
  line-height: 1.7;
  overflow-x: hidden;
}

/* Outbrain compliance — advertorial + intro banners */
.advertorial-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  background: #1a1a1a;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.intro-banner {
  position: fixed;
  top: 32px;
  left: 0;
  right: 0;
  z-index: 1001;
  background: linear-gradient(135deg, var(--aegean) 0%, var(--aegean-light) 100%);
  color: var(--white);
  text-align: center;
  padding: 0.875rem 2rem;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border-bottom: 2px solid var(--gold);
}

.intro-banner strong {
  color: var(--gold-light);
  font-weight: 500;
}

body.has-intro-banner {
  padding-top: 84px;
}

body.has-intro-banner .header {
  top: 84px;
}

body.has-intro-banner .product-page,
body.has-intro-banner .article-page {
  padding-top: 184px;
}

.footer-legal-links a {
  color: var(--gold-light);
  opacity: 0.9;
}

.footer-legal-links a:hover {
  opacity: 1;
  text-decoration: underline;
}

.health-disclaimer,
.affiliate-disclosure {
  font-size: 0.68rem;
  opacity: 0.65;
  line-height: 1.6;
  max-width: 900px;
  margin: 0.75rem auto 0;
  text-align: center;
}

.legal-page {
  padding-top: 120px;
  padding-bottom: 4rem;
}

.legal-page h1 {
  font-family: var(--font-display);
  font-size: 2.25rem;
  color: var(--aegean);
  margin-bottom: 1.5rem;
}

.legal-page h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--aegean);
  margin: 2rem 0 0.75rem;
}

.legal-page p,
.legal-page li {
  font-size: 0.9rem;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.legal-page ul {
  margin: 0 0 1rem 1.25rem;
}

.contact-info-box {
  background: var(--white);
  padding: 2rem;
  box-shadow: var(--shadow);
  margin: 2rem 0;
  border-left: 3px solid var(--gold);
}

.contact-info-box p {
  margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
  .advertorial-bar {
    font-size: 0.62rem;
    padding: 0.4rem 0.75rem;
  }

  .intro-banner {
    top: 28px;
    font-size: 0.78rem;
    padding: 0.75rem 1rem;
  }

  body.has-intro-banner {
    padding-top: 76px;
  }

  body.has-intro-banner .header {
    top: 76px;
  }

  body.has-intro-banner .product-page,
  body.has-intro-banner .article-page {
    padding-top: 176px;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Decorative Pattern Divider */
.greek-key {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='8' viewBox='0 0 40 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4h4v4h4V0h4v4h4V0h4v4h4V0h4v4h4V0h4v4h4v4H0V4z' fill='%23C9A962' fill-opacity='0.3'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  height: 8px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(250, 248, 245, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 169, 98, 0.2);
  transition: var(--transition);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 2rem;
  max-width: 1280px;
  margin: 0 auto;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: var(--aegean);
}

.logo span {
  color: var(--gold);
}

.nav {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text);
  position: relative;
}

.nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width var(--transition);
}

.nav a:hover::after,
.nav a.active::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.order-cta {
  display: inline-block;
  padding: 1rem 2rem;
  background: var(--gold);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.order-cta:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--aegean);
  transition: var(--transition);
}

/* Hero */
.hero {
  position: relative;
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  animation: heroZoom 20s ease-in-out infinite alternate;
}

@keyframes heroZoom {
  from { transform: scale(1.05); }
  to { transform: scale(1.12); }
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(27, 58, 92, 0.75) 0%, rgba(27, 58, 92, 0.35) 50%, rgba(201, 169, 98, 0.2) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
  color: var(--white);
}

.hero-subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 1s 0.3s forwards;
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  opacity: 0;
  animation: fadeUp 1s 0.5s forwards;
}

.hero-title em {
  font-style: italic;
  color: var(--gold-light);
}

.hero-desc {
  font-size: 1rem;
  font-weight: 300;
  max-width: 480px;
  margin-bottom: 2.5rem;
  opacity: 0.9;
  opacity: 0;
  animation: fadeUp 1s 0.7s forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.btn {
  display: inline-block;
  padding: 1rem 2.5rem;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.btn-primary {
  background: var(--gold);
  color: var(--white);
  opacity: 0;
  animation: fadeUp 1s 0.9s forwards;
}

.btn-primary:hover {
  background: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(201, 169, 98, 0.4);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--aegean);
}

.btn-dark {
  background: var(--aegean);
  color: var(--white);
}

.btn-dark:hover {
  background: var(--aegean-light);
}

/* Sections */
.section {
  padding: 6rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  color: var(--aegean);
  margin-bottom: 1rem;
}

.section-desc {
  font-size: 0.95rem;
  color: var(--text-light);
  max-width: 560px;
  margin: 0 auto;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.product-card {
  background: var(--white);
  border-radius: 2px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  group: product;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.product-image {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--marble-dark);
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.08);
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--gold);
  color: var(--white);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.35rem 0.75rem;
}

.product-info {
  padding: 1.5rem;
  text-align: center;
}

.product-name {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--aegean);
  margin-bottom: 0.5rem;
}

.product-tagline {
  font-size: 0.8rem;
  color: var(--text-light);
  margin-bottom: 1rem;
  font-style: italic;
}

.product-price {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--gold-dark);
  margin-bottom: 1.25rem;
}

.product-link {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--aegean);
  border-bottom: 1px solid var(--gold);
  padding-bottom: 2px;
}

.product-link:hover {
  color: var(--gold);
}

/* Banner */
.promo-banner {
  position: relative;
  height: 400px;
  overflow: hidden;
  margin: 4rem 0;
}

.promo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(27, 58, 92, 0.85) 0%, transparent 70%);
  display: flex;
  align-items: center;
  padding: 0 4rem;
}

.promo-banner-content {
  color: var(--white);
  max-width: 450px;
}

.promo-banner-content h2 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.promo-banner-content p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

/* Features */
.features {
  background: var(--aegean);
  color: var(--white);
  padding: 5rem 0;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  text-align: center;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--gold);
}

.feature-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.feature-desc {
  font-size: 0.85rem;
  opacity: 0.8;
  line-height: 1.8;
}

/* Articles Grid */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}

.article-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.article-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.article-image {
  aspect-ratio: 16/9;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-content {
  padding: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.article-category {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.75rem;
}

.article-title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--aegean);
  margin-bottom: 1rem;
  line-height: 1.3;
}

.article-excerpt {
  font-size: 0.875rem;
  color: var(--text-light);
  margin-bottom: 1.5rem;
  flex: 1;
}

.article-meta {
  font-size: 0.75rem;
  color: var(--text-light);
  display: flex;
  gap: 1rem;
}

/* Product Page */
.product-page {
  padding-top: 100px;
}

.product-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 4rem 0;
  align-items: start;
}

.product-gallery {
  position: sticky;
  top: 120px;
}

.product-main-image {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--marble-dark);
  box-shadow: var(--shadow-lg);
}

.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-details h1 {
  font-family: var(--font-display);
  font-size: 2.75rem;
  font-weight: 500;
  color: var(--aegean);
  margin-bottom: 0.5rem;
}

.product-details .tagline {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--gold);
  margin-bottom: 1.5rem;
}

.product-details .price {
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--aegean);
  margin-bottom: 2rem;
}

.product-details .price span {
  font-size: 0.9rem;
  color: var(--text-light);
  font-weight: 300;
}

.product-description {
  font-size: 0.95rem;
  line-height: 1.9;
  margin-bottom: 2rem;
  color: var(--text);
}

.product-specs {
  border-top: 1px solid rgba(201, 169, 98, 0.3);
  border-bottom: 1px solid rgba(201, 169, 98, 0.3);
  padding: 1.5rem 0;
  margin-bottom: 2rem;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.85rem;
}

.spec-label {
  font-weight: 500;
  color: var(--aegean);
}

.spec-value {
  color: var(--text-light);
}

.product-actions {
  margin-bottom: 2rem;
}

/* Order Form */
.order-section {
  padding: 6rem 0;
  background: var(--white);
}

.order-section.alt-bg {
  background: var(--marble-dark);
}

.order-form-wrapper {
  max-width: 720px;
  margin: 0 auto;
  background: var(--white);
  padding: 3rem;
  box-shadow: var(--shadow-lg);
  border-top: 3px solid var(--gold);
}

.order-section.alt-bg .order-form-wrapper {
  background: var(--marble);
}

.order-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group.full-width {
  grid-column: 1 / -1;
}

.form-group label {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--aegean);
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 0.875rem 1rem;
  border: 1px solid rgba(201, 169, 98, 0.35);
  background: var(--marble);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  transition: border-color var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--gold);
}

.form-group textarea {
  min-height: 100px;
  resize: vertical;
}

.form-group input[readonly] {
  background: var(--marble-dark);
  color: var(--text-light);
}

.order-submit {
  grid-column: 1 / -1;
  padding: 1.125rem 2rem;
  background: var(--aegean);
  color: var(--white);
  border: none;
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: var(--transition);
}

.order-submit:hover {
  background: var(--aegean-light);
}

.form-note {
  grid-column: 1 / -1;
  font-size: 0.8rem;
  color: var(--text-light);
  text-align: center;
}

.order-success {
  display: none;
  text-align: center;
  padding: 3rem;
}

.order-success.visible {
  display: block;
}

.order-success h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--aegean);
  margin-bottom: 1rem;
}

.order-success p {
  color: var(--text-light);
  margin-bottom: 1.5rem;
}

.ingredients-section,
.how-to-use {
  padding: 4rem 0;
}

.ingredients-section h2,
.how-to-use h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--aegean);
  margin-bottom: 2rem;
  text-align: center;
}

.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.ingredient-item {
  text-align: center;
  padding: 2rem;
  background: var(--white);
  box-shadow: var(--shadow);
}

.ingredient-item h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold-dark);
  margin-bottom: 0.75rem;
}

.ingredient-item p {
  font-size: 0.85rem;
  color: var(--text-light);
}

.steps-list {
  max-width: 700px;
  margin: 0 auto;
  counter-reset: steps;
}

.step-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  align-items: flex-start;
}

.step-number {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--gold);
}

.step-content h3 {
  font-family: var(--font-display);
  font-size: 1.25rem;
  color: var(--aegean);
  margin-bottom: 0.5rem;
}

.step-content p {
  font-size: 0.9rem;
  color: var(--text-light);
}

/* Article Page */
.article-page {
  padding-top: 100px;
}

.article-hero-full {
  position: relative;
  height: 50vh;
  min-height: 400px;
  overflow: hidden;
}

.article-hero-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(27, 58, 92, 0.8) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 3rem;
}

.article-hero-text {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  color: var(--white);
}

.article-hero-text .category {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold-light);
  margin-bottom: 1rem;
}

.article-hero-text h1 {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 500;
  max-width: 800px;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.article-body p {
  font-size: 1rem;
  line-height: 1.9;
  margin-bottom: 1.5rem;
  color: var(--text);
}

.article-body h2 {
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--aegean);
  margin: 2.5rem 0 1rem;
}

.article-body blockquote {
  border-left: 3px solid var(--gold);
  padding: 1rem 0 1rem 2rem;
  margin: 2rem 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-style: italic;
  color: var(--aegean);
}

.article-body ul {
  margin: 1rem 0 1.5rem 1.5rem;
}

.article-body li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

/* Breadcrumb */
.breadcrumb {
  padding: 1.5rem 0;
  font-size: 0.75rem;
  color: var(--text-light);
}

.breadcrumb a:hover {
  color: var(--gold);
}

.breadcrumb span {
  margin: 0 0.5rem;
}

/* Footer */
.footer {
  background: var(--aegean);
  color: var(--white);
  padding: 5rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}

.footer-brand .logo {
  color: var(--white);
  margin-bottom: 1rem;
}

.footer-brand p {
  font-size: 0.85rem;
  opacity: 0.7;
  line-height: 1.8;
  max-width: 300px;
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  color: var(--gold-light);
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 0.75rem;
}

.footer-col a {
  font-size: 0.8rem;
  opacity: 0.7;
  transition: var(--transition);
}

.footer-col a:hover {
  opacity: 1;
  color: var(--gold-light);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
  opacity: 0.6;
}

/* Related Products */
.related-products {
  background: var(--marble-dark);
  padding: 4rem 0;
}

.related-products h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--aegean);
  text-align: center;
  margin-bottom: 3rem;
}

/* Responsive */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-gallery {
    position: static;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--marble);
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(201, 169, 98, 0.2);
  }

  .nav.open {
    display: flex;
  }

  .menu-toggle {
    display: flex;
  }

  .products-grid,
  .articles-grid,
  .features-grid,
  .ingredients-grid {
    grid-template-columns: 1fr;
  }

  .promo-banner {
    height: 300px;
  }

  .promo-banner-overlay {
    padding: 0 2rem;
    background: linear-gradient(to top, rgba(27, 58, 92, 0.9) 0%, rgba(27, 58, 92, 0.4) 100%);
    align-items: flex-end;
    padding-bottom: 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .order-form {
    grid-template-columns: 1fr;
  }

  .order-form-wrapper {
    padding: 2rem 1.5rem;
  }
}
