
    /* ---------- Base ---------- */
    :root {
      --border-soft: #e0e0e0;
      --shadow-soft: 0 20px 40px rgba(0, 0, 0, 0.06);
      --radius-lg: 24px;
      --radius-md: 16px;
      --radius-sm: 999px;
      --max-width: 1120px;
      --transition-fast: 200ms ease-out;
      --bg-main: #f5f1e8;
      --bg-soft: #f7f3ec;
      --bg-white: #ffffff;
      --bg-blush: #e9dfd3;
      --bg-accent: #e0d7c5;
      --text-main: #2d2722;
      --text-muted: #7a6f66;
      --gold: #c8a96b;
      --rose-gold: #8a7468;
    }

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

    html,
    body {
      scroll-behavior: smooth;
    }


    .bottle-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.bottle-link:hover span{
  transform: scale(1.02);
  transition: transform 0.6s ease;
}

    body {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: #22242a;
      background: radial-gradient(circle at top, #ffffff 0, #f8f4e6 45%, #faf7f0 100%);
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      line-height: 1.6;
    }

    img,
    video {
      max-width: 100%;
      display: block;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    main {
      width: 100%;
      overflow-x: hidden;
    }

    .container {
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 1.5rem;
    }

    section {
      padding: 6.5rem 0;
      scroll-margin-top: 4.5rem; /* for fixed header */
    }

    h1,
    h2,
    h3 {
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    p {
      line-height: 1.6;
      font-size: 0.96rem;
    }

    /* ---------- Header / Nav ---------- */
    .site-header {
      position: fixed;
      top: 0;
      inset-inline: 0;
      z-index: 9999;
      backdrop-filter: blur(10px);
      background: rgba(255, 255, 255, 0.55);
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      left: 0;
      width: 100%;
      
    }

/* Desktop */
.menu-toggle {
  display: none;
}

.hero::before{
  pointer-events: none;
}

.menu-open .menu-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .menu-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}


/* ---------- Mobile menu behavior ---------- */
.menu-open {
  overflow: hidden;
}



    .nav-inner {
      height: 3.75rem;
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
    }

    .nav-center-brand {
      grid-column: 2;
      justify-self: center;
      font-family: "Playfair Display", "Cormorant Garamond", serif;
      font-size: 1rem;
      letter-spacing: 0.3em;
      text-transform: uppercase;
      color: #111111;
    }

    .nav-links {
      grid-column: 3;
      justify-self: end;
      display: flex;
      gap: 1.75rem;
      color: #555;
      font-size: 0.8rem;
      letter-spacing: 0.14em;
      text-transform: uppercase;
    }

    .nav-links a {
      color: #303339;
      text-decoration: none;
      position: relative;
    }

    .nav-links a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -0.2rem;
      width: 0;
      height: 1px;
      background: #111111;
      transition: width 180ms ease-out;
    }

    .nav-links a:hover::after {
      width: 100%;
    }

    /* ---------- Hero ---------- */
    .hero {
      min-height: 100vh;
      display: block;
      align-items: flex-start;
      position: relative;
      padding-top: 9rem; /* extra for fixed header */
      padding-bottom: 4rem;
      background: url("images/hero-background.png") right center / cover no-repeat;
      background-color: #f7f3ec;
      margin-top: 4rem;
    }

    .site-header .container{
      padding-inline: 1.5rem 0.2rem;
    }

    .hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.4), transparent 55%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.2));
      mix-blend-mode: lighten;
    }

    .hero .container {
      position: relative;
      z-index: 1;
    }

    .hero-inner {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 2.5rem;
      align-items: flex-start;
      justify-items: flex-start;
    }

    .hero-copy {
      max-width: 38rem;
      margin-top: 1rem;
      color: #1f2023;
    }

    .brand-mark {
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 0.75rem;
      margin-bottom: 1.25rem;
      opacity: 0.75;
    }

    .hero-title {
      font-family: "Playfair Display", "Cormorant Garamond", "Times New Roman", serif;
      font-size: clamp(2.6rem, 4vw, 3.6rem);
      line-height: 1.05;
      margin: 0 0 1.2rem;
      display: flex;
      flex-direction: column;
      gap: 0.15em;
      color: #111111;
    }

    .hero-title-prefix {
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.14em;
      font-size: 0.6em;
      color: #5b5b60;
    }

    .hero-title-main {
      font-weight: 500;
    }

    .hero-tagline {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: clamp(1rem, 1.1vw, 1.06rem);
      line-height: 1.7;
      max-width: 32rem;
      margin: 0 0 1.8rem;
      color: #33353b;
    }

    .hero-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem 1.5rem;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.16em;
      color: #656871;
    }

    /* ---------- Buttons & Pills ---------- */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.85rem 2.5rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--gold);
      background: linear-gradient(135deg, #ffffff, #fdf7ea);
      color: var(--text-main);
      font-size: 0.85rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 0.22em;
      cursor: pointer;
      transition: background var(--transition-fast), transform var(--transition-fast),
        box-shadow var(--transition-fast);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    }

    .btn:hover {
      background: linear-gradient(135deg, #fffaf0, #ffeec7);
      transform: translateY(-0.5px);
      box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08);
    }

    .pill {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      border-radius: var(--radius-sm);
      padding: 0.45rem 1.1rem;
      border: 1px solid rgba(0, 0, 0, 0.04);
      background: rgba(255, 255, 255, 0.75);
      backdrop-filter: blur(10px);
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .pill-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: var(--gold);
    }

    /* ---------- Premium headings for sections ---------- */
    section h2 {
      font-family: "Playfair Display", "Cormorant Garamond", serif;
      font-size: clamp(1.6rem, 2.4vw, 2rem);
      font-weight: 500;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #111111;
      margin-bottom: 0.4rem;
    }

    section h3 {
      font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      color: #7a7d84;
      margin-bottom: 1.4rem;
    }

    /* ---------- Brand Story ---------- */
    .brand-story {
      background: var(--bg-soft);
    }

    .brand-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
      gap: 2.75rem;
      align-items: start;
    }

    .brand-copy h2 {
      font-size: 1.05rem;
      margin-bottom: 1rem;
    }

    .brand-copy p + p {
      margin-top: 0.9rem;
    }

    .brand-copy strong {
      font-weight: 600;
    }

    .brand-footnote {
      margin-top: 1.7rem;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 0.22em;
      color: var(--gold);
    }

    .brand-visual {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.2rem;
    }

    .brand-card {
      border-radius: var(--radius-md);
      background: var(--bg-white);
      box-shadow: var(--shadow-soft);
      padding: 1.2rem 1.3rem;
    }

    .brand-chip {
      font-size: 0.7rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: var(--text-muted);
      margin-bottom: 0.45rem;
    }

    .brand-card p {
      font-size: 0.85rem;
      color: var(--text-muted);
    }

    /* ---------- Fragrance Notes ---------- */
    .notes {
      background: var(--bg-blush);
    }

    .notes-inner {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
      gap: 3rem;
      align-items: center;
    }

    .notes-pyramid {
      display: grid;
      gap: 1.4rem;
    }

    .note-row {
      border-radius: var(--radius-md);
      padding: 1.05rem 1.25rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
      border: 1px solid rgba(255, 255, 255, 0.7);
      background: rgba(255, 255, 255, 0.6);
      backdrop-filter: blur(8px);
      transition: transform var(--transition-fast), box-shadow var(--transition-fast),
        background var(--transition-fast);
    }

    .note-row:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 24px rgba(0,0,0,0.12);
      background: rgba(255, 255, 255, 0.85);
    }

    .note-label {
      font-size: 0.65rem;
      letter-spacing: 0.28em;
      text-transform: uppercase;
      color: var(--text-muted);
      opacity: 0.8;

    }

    .note-main {
      font-size: 0.95rem;
      font-weight: 600;
    }

    .note-desc {
      font-size: 0.8rem;
      color: var(--text-muted);
      max-width: 16rem;
    }

    .note-tag {
      padding: 0.25rem 0.7rem;
      border-radius: 999px;
      font-size: 0.7rem;
      background: rgba(244, 225, 210, 0.9);
      color: #785757;
    }
    
    
    .notes-bottle {
  padding: 2.4rem 2.2rem;
  background: none;
  border: none;
  box-shadow: none;
}


.notes-bottle-inner {
  aspect-ratio: 3 / 4;
  background: #f7f3ea; /* warm ivory */
  border: 1px solid rgba(0, 0, 0, 0.08); /* very soft outline */
  border-radius: 22px; /* subtle, not pill-like */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  text-align: center;
}



.notes-badge {
  font-size: 0.65rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #7a7268;
}
.notes-name {
  font-size: 1.05rem;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: #111111;
}
.notes-sub {
  font-size: 0.75rem;
  color: #8a8277;
}

    /* ---------- Collection ---------- */
    .collection {
      background: var(--bg-white);
    }

    .collection-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.6rem;
    }

    .scent-card {
      border-radius: var(--radius-md);
      background: var(--bg-soft);
      box-shadow: var(--shadow-soft);
      padding: 1.4rem 1.3rem 1.6rem;
      display: flex;
      flex-direction: column;
      gap: 0.85rem;
      position: relative;
      overflow: hidden;
      transition: transform var(--transition-fast), box-shadow var(--transition-fast);
    }

    .scent-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 24px 40px rgba(0, 0, 0, 0.09);
        background: linear-gradient(
    135deg,
    #f8f5ee,
    #f2ede4
  );
    }

    .scent-tag {
      font-size: 0.7rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .scent-name {
      font-size: 0.9rem;
      letter-spacing: 0.26em;
      text-transform: uppercase;
    }

    .scent-notes {
      font-size: 0.8rem;
      color: var(--text-muted);
    }

    .scent-chip {
      font-size: 0.7rem;
      padding: 0.25rem 0.7rem;
      border-radius: 999px;
      background: rgba(255, 255, 255, 0.9);
      border: 1px solid rgba(228, 213, 193, 0.9);
      align-self: flex-start;
    }

    .scent-cta-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 0.8rem;
      font-size: 0.68rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: var(--text-muted);
    }

    .scent-arrow {
      font-size: 1.1rem;
    }

    /* ---------- Lifestyle ---------- */
    .lifestyle {
      background: #f6f2ea;
    }

    .lifestyle-grid {
      display: grid;
      grid-template-columns: 1.3fr 1fr;
      gap: 2rem;
      align-items: center;
    }

    .lifestyle-media {
      display: grid;
      grid-template-columns: 2fr 1.4fr;
      gap: 1.25rem;
    }

    .lifestyle-main {
      border-radius: var(--radius-lg);
      background: linear-gradient(145deg, #fff9f0, #ffe4f1);
      box-shadow: var(--shadow-soft);
      aspect-ratio: 4 / 3;
      position: relative;
      overflow: hidden;
    }

    .lifestyle-main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.04);
  pointer-events: none;
  z-index: 2;
}

    .lifestyle-main::after {
      content: "Muted Editorial Footage";
      position: absolute;
      left: 1.4rem;
      bottom: 1.3rem;
      font-size: 0.65rem;
      opacity: 0.55;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(84, 70, 73, 0.7);
    }

    .lifestyle-subgrid {
      display: grid;
      grid-template-rows: 1fr 1fr;
      gap: 1.25rem;
    }

    .lifestyle-card {
      border-radius: var(--radius-md);
      background: #fffaf5;
      box-shadow: var(--shadow-soft);
      padding: 1.1rem 1.2rem;
      font-size: 0.85rem;
      color: var(--text-muted);
    }

    .lifestyle-copy h2 {
      font-size: 1.05rem;
      margin-bottom: 1rem;
    }

    .lifestyle-copy p + p {
      margin-top: 0.8rem;
    }

    .lifestyle-caption {
      margin-top: 1.8rem;
      font-size: 0.78rem;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      color: var(--rose-gold);
    }
    .ritual-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



    /* ---------- Social Proof & CTA ---------- */
    .social-proof {
      background: var(--bg-white);
      padding-bottom: 4rem;
    }

    .quotes-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
      margin-bottom: 2.5rem;
    }

    .quote-card {
      border-radius: 18px;
      padding: 1.2rem 1.3rem;
      background: rgba(248, 248, 248, 0.95);
      border: 1px solid rgba(255, 255, 255, 0.9);
      box-shadow: var(--shadow-soft);
      position: relative;
      overflow: hidden;
    }

    .quote-card::before {
      content: "“";
      position: absolute;
      font-size: 3.2rem;
      color: rgba(152, 114, 132, 0.2);
      top: -0.9rem;
      left: 0.5rem;
    }

    .quote-text {
      font-size: 0.85rem;
      color: var(--text-main);
      margin-bottom: 0.6rem;
    }

    .quote-author {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 0.18em;
      color: var(--text-muted);
    }

    .cta-panel {
      border-radius: var(--radius-lg);
      background: linear-gradient(135deg, #ffffff, #fff4e2);
      box-shadow: var(--shadow-soft);
      padding: 2rem 1.8rem;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem;
    }

    .cta-copy {
      max-width: 26rem;
    }

    .cta-copy h2 {
      font-size: 0.9rem;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      margin-bottom: 0.9rem;
    }

    .cta-copy p {
      font-size: 0.9rem;
      color: var(--text-muted);
    }

    .cta-form {
      display: flex;
      flex-wrap: wrap;
      gap: 0.7rem;
      align-items: center;
    }

    .cta-input {
      min-width: 220px;
      padding: 0.78rem 1rem;
      border-radius: var(--radius-sm);
      border: 1px solid var(--border-soft);
      background: rgba(255, 255, 255, 0.9);
      font-size: 0.86rem;
      outline: none;
      transition: border var(--transition-fast), box-shadow var(--transition-fast),
        background var(--transition-fast);
    }

    .cta-input:focus {
      border-color: var(--gold);
      box-shadow: 0 0 0 1px rgba(212, 175, 55, 0.2);
      background: #ffffff;
    }

    .cta-input.error {
      border-color: #ff6b6b;
      box-shadow: 0 0 0 1px rgba(255, 107, 107, 0.2);
      background: rgba(255, 107, 107, 0.04);
    }

    .cta-input.error:focus {
      border-color: #ff6b6b;
      box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.2);
    }

    .form-group {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 0.4rem;
      flex: 1;
      min-width: 220px;
    }

    .form-group label {
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: var(--text-muted);
    }

    .form-error {
      display: block;
      font-size: 0.75rem;
      color: #ff6b6b;
      opacity: 0;
      animation: fadeError 0.3s ease;
      min-height: 1.2rem;
    }

    .form-error.show {
      opacity: 1;
    }

    @keyframes fadeError {
      from {
        opacity: 0;
        transform: translateY(-0.25rem);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    /* ---------- Footer ---------- */
    footer {
      padding: 2rem 0 2.5rem;
      border-top: 1px solid rgba(0, 0, 0, 0.03);
      background: #f6f2ea;
    }

    .footer-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 1rem;
      font-size: 0.78rem;
      color: var(--text-muted);
    }

    .footer-brand {
      letter-spacing: 0.18em;
      text-transform: uppercase;
    }

    .footer-social {
      display: flex;
      gap: 0.8rem;
    }

    .footer-social a {
      width: 32px;
      height: 32px;
      border-radius: 999px;
      border: 1px solid rgba(0, 0, 0, 0.06);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.65rem;
      background: #ffffff;
      opacity: 0.6;
      transition: background var(--transition-fast), transform var(--transition-fast),
        box-shadow var(--transition-fast);
    }
    .footer-whisper {
  text-align: center;
  font-size: 0.65rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #8a8277;
  margin-bottom: 1.5rem;
}


    .footer-social a:hover {
      transform: translateY(-1px);
      background: #fff9f0;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    }

    /* ---------- Responsive ---------- */
    @media (min-width: 1024px) {
      .hero-actions{
        margin-bottom: 1.8rem;
      }
      
    }
    @media (max-width: 960px) {
      .hero-inner,
      .brand-grid,
      .notes-inner,
      .collection-grid,
      .lifestyle-grid,
      .quotes-grid {
        grid-template-columns: 1fr;
      }

      .hero {
        padding-top: 5rem;
      }

      .collection-grid {
        gap: 1.2rem;
      }

      .quotes-grid {
        gap: 1.2rem;
      }

      .section-header {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2.5rem;
        max-width: 32rem;
        padding-top: 1.2rem;
      }

.section-header::before {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 1.4rem;
}



      .cta-panel {
        align-items: flex-start;
      }
    }

    @media (max-width: 640px) {
      section {
        padding: 4rem 0;
      }

      .hero {
        min-height: 90vh;
        padding-top: 4.5rem;
        padding-bottom: 3rem;
        text-align: center;
      }

      .hero-copy {
        margin-inline: auto;
        align-items: center;
      }

      .hero-title {
        font-size: clamp(2rem, 8vw, 2.5rem);
        line-height: 1.1;
      }

      .hero-tagline {
        font-size: 0.88rem;
        line-height: 1.8;
        max-width: 90%;
        margin-bottom: 1.4rem;
        margin-inline: auto;
      }

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

      .hero-scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.65rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #7a6f66;
  opacity: 0.6;
}

      

      .hero .btn {
        width: auto;
        min-width: 11rem;
        font-size: 0.9rem;
        padding-inline: 1.8rem;
      }

      .hero-meta {
        justify-content: center;
        text-align: center;
        font-size: 0.7rem;
        gap: 0.4rem 1rem;
      }

      .brand-visual {
        grid-template-columns: 1fr;
      }

      .scent-card,
      .brand-card,
      .lifestyle-card {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
      }

      .collection-grid,
      .quotes-grid {
        gap: 1rem;
      }

      .cta-input {
        min-width: 100%;
      }
    }

    .section-kicker {
  margin-top: 0.9rem;
  font-family: "Playfair Display", "Cormorant Garamond", serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #111111;
}

.section-title {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #6f6a64;
  margin-bottom: 0.4rem;
}

.section-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(200, 169, 107, 0.45);
  margin-top: 0.6rem;
}


.chapters-index {
  max-width: 900px;
  margin: 8rem auto;
  padding: 0 2rem;
}

.chapters-header .label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #6e6a65;
}

.chapters-list {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}

.chapter-link {
  text-decoration: none;
  color: #1c1c1c;
  display: flex;
  gap: 1.2rem;
  align-items: baseline;
}

.chapter-number {
  font-size: 0.65rem;
  letter-spacing: 0.25em;
  color: #8a857d;
}

.chapter-name {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
  font-weight: 400;
}

.chapter-link:hover {
  opacity: 0.85;
}







@media (max-width: 640px) {

  body {
    font-size: 15px;
    line-height: 1.9;
  }

  p {
    font-size: 0.92rem;
    line-height: 1.95;
  }

  .brand-copy p + p,
  .lifestyle-copy p + p {
    margin-top: 1.4rem;
  }

  .note-desc {
    max-width: 100%;
  }
}


@media (max-width: 768px) {

  .nav-links {
    display: none;
  }


  .menu-toggle, .nav-center-brand{
    align-self: center;
  }
  .nav-center-brand{
    grid-column: 2;
    justify-self: center;
    align-self: center;
  }


  /* Hamburger button */
  .menu-toggle {
    grid-column: 1;
    justify-self: start;
    position: relative;
    width: 32px;
    height: 32px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    align-items: center;

    background: none;
    border: none;
    padding: 0;
    cursor: pointer;

    z-index: 10001;
  }

  .menu-toggle span {
    height: 2px;
    display: block;
    width: 100%;
    background: #111111;
    transition: transform 0.35s ease, opacity 0.35s ease;
  }

  .menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

 .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    background: #f6f2ea;

    transform: translateX(100%);
    transition: transform 0.45s ease;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 6.5rem 3rem 3rem; /* PUSH BELOW HEADER */
    gap: 2.4rem;

    z-index: 9000;
  }

  .menu-open .mobile-menu {
    transform: translateX(0);
    pointer-events: auto;
  }

  .mobile-menu a {
    font-size: 1.1rem;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: #111;
  }
}

/* ===============================
   MOBILE MENU – DEFAULT STATE
   =============================== */
.menu-open .mobile-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transition:
    transform 0.45s ease,
    opacity 0.3s ease,
    visibility 0s;
}




.mobile-menu {
  position: fixed;
  inset: 0;

  background: #f6f2ea;

  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
  padding: 6.5rem 3rem 3rem;

  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    transform 0.45s ease,
    opacity 0.3s ease,
    visibility 0s linear 0.45s;

  z-index: 9000;
}

/* ===============================
   MOBILE HEADER ALIGNMENT
   =============================== */
@media (max-width: 768px) {

  .nav-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: 3.75rem;
  }

  /* Hamburger — LEFT */
  .menu-toggle {
    grid-column: 1;
    justify-self: start;
    align-self: center;
  }

  /* Brand — CENTER */
  .nav-center-brand {
    grid-column: 2;
    justify-self: center;
    align-self: center;
    line-height: 1; /* IMPORTANT for vertical alignment */
  }
}

/* ===============================
   MOBILE HERO LAYOUT
   =============================== */
@media (max-width: 640px) {

  .hero {
    padding-top: 6.5rem;
    padding-bottom: 4rem;
    text-align: left;
    background-position: right center;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.5rem;
    align-items: center;
  }

}

@media (max-width: 640px) {

  .hero-copy {
    margin: 0;
    max-width: none;
  }

  .brand-mark {
    font-size: 0.65rem;
    letter-spacing: 0.32em;
    margin-bottom: 1rem;
  }

  .hero-title {
    font-size: 2.1rem;
    line-height: 1.08;
    margin-bottom: 1.6rem;
  }

  .hero-tagline {
    font-size: 0.9rem;
    line-height: 1.9;
    max-width: 90%;
  }

  .hero-meta {
    margin-top: 1.6rem;
    font-size: 0.65rem;
    letter-spacing: 0.22em;
  }
}

@media (max-width: 640px) {

  .hero {
    background-position: 80% center;
    background-size: cover;
  }
}


@media (max-width: 768px) {

  .lifestyle-grid {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .lifestyle-media {
    display: block;
  }

  .lifestyle-main {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .lifestyle-subgrid {
    display: none; /* hide the small cards on mobile */
  }

  .lifestyle-copy {
    max-width: 32rem;
  }
}

@media (max-width: 640px) {
  .chapter-name {
    font-size: 1.15rem;
  }

  .chapter-number {
    font-size: 0.6rem;
  }
}

/* ===============================
   MOBILE HERO IMAGE OVERRIDE
   =============================== */
@media (max-width: 640px) {
  .hero {
    background-image: url("images/hero-mobile.png");
    background-position: right center;
    background-size: cover;
  }
}

@media (max-width: 640px) {
  .hero-copy {
    max-width: 85%;
  }

  .hero-title {
    font-size: 2.1rem;
    line-height: 1.08;
  }

  .hero-tagline {
    font-size: 0.88rem;
    line-height: 1.85;
    color: #2e2a25;
  }
}

/* ===============================
   ACCESSIBILITY IMPROVEMENTS
   =============================== */

/* Skip to main content link */
.skip-to-main {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--gold);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  z-index: 10000;
  font-weight: 600;
  transition: top 0.2s ease;
}

.skip-to-main:focus {
  top: 20px;
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

/* Visually hidden class for screen readers */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Improved focus states for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 3px;
}

/* Active navigation link highlighting */
.nav-links a.active,
.mobile-menu a.active {
  color: var(--gold);
  font-weight: 600;
}

.nav-links a.active::after {
  width: 100%;
  background: var(--gold);
}

/* Footer improvements */
.footer-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.footer-links a {
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  transition: color 200ms ease;
}

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

.footer-copy {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 0.7rem;
  color: var(--text-muted);
  opacity: 0.6;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* Enhanced footer social links */
.footer-social a {
  transition: all 200ms ease;
}

.footer-social a:hover {
  color: var(--gold);
  transform: translateY(-2px);
}

/* ===============================
   ANIMATIONS & TRANSITIONS
   =============================== */

/* Fade-in animation for scroll-triggered elements */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Header scroll effect */
.site-header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.75);
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  
  .fade-in {
    opacity: 1;
    transform: none;
  }
  
  html {
    scroll-behavior: auto;
  }
}

/* Loading states for forms */
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn:active:not(:disabled) {
  transform: translateY(1px);
}

/* ===============================
   PERFORMANCE OPTIMIZATIONS
   =============================== */

/* Will-change for smooth animations */
.btn,
.scent-card,
.bottle-link span,
.nav-links a::after {
  will-change: transform;
}

/* GPU acceleration for smooth transforms */
.fade-in,
.menu-toggle span,
.mobile-menu {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* ===============================
   FORM MESSAGES (SUCCESS/ERROR/INFO)
   =============================== */

.form-message {
  display: none;
  padding: 1rem 1.5rem;
  border-radius: var(--radius-md);
  font-size: 0.9rem;
  margin-top: 1rem;
  text-align: center;
  letter-spacing: 0.02em;
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-message--success {
  background: #f0f9f4;
  color: #1e7e34;
  border: 1px solid #c3e6cb;
}

.form-message--error {
  background: #fff3f3;
  color: #a94442;
  border: 1px solid #f5c6cb;
}

.form-message--info {
  background: #f7f3ec;
  color: var(--text-muted);
  border: 1px solid var(--border-soft);
}

/* ===============================
   DEMO PROJECT LABEL
   =============================== */

.demo-label {
  margin-top: 0.75rem;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.4;
  font-style: italic;
}
