/* ===================================================
   NOMAD OUD — design tokens
   Palette drawn from the actual bottle & logo photography
   =================================================== */
:root{
  --bg-deep: #1c110d;      /* darkest corner of the logo background */
  --bg-mid:  #341f18;      /* main brand brown, matches logo card */
  --bg-warm: #4a2c22;      /* lighter warm brown for gradients */
  --gold:      #c9a567;    /* muted metallic gold, from wordmark/icon */
  --gold-bright:#e6ca93;
  --cream:   #efe4d2;      /* off-white text on dark */
  --muted:   #baa791;      /* secondary text on dark */
  --line:    #5b4033;      /* hairline dividers on dark */
  --red:     #8a3226;      /* deep engraved-red from bottle label */
  --ink:     #201310;      /* near-black text on light panels */
  --paper:   #f4ede1;      /* warm paper for light sections */

  --font-display: 'Cormorant Garamond', 'Playfair Display', serif;
  --font-body: 'Jost', 'Work Sans', sans-serif;

  --wrap: 1180px;
}

@font-face{
  font-family:'Cormorant Garamond';
  src: local('Cormorant Garamond');
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  background:var(--bg-deep);
  color:var(--cream);
  font-family:var(--font-body);
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3{ font-family:var(--font-display); font-weight:600; margin:0; color:var(--cream); }
p{ margin:0; }
.wrap{ max-width:var(--wrap); margin:0 auto; padding:0 28px; }

.eyebrow{
  font-family:var(--font-body);
  text-transform:uppercase;
  letter-spacing:.28em;
  font-size:12px;
  color:var(--gold);
  font-weight:500;
}

/* -------- signature geometric motif --------
   Echoes the interlocking bars from the brand icon.
   Used sparingly as a structural divider, never as decoration-for-its-own-sake. */
.motif{
  width:56px;
  height:34px;
  display:block;
}
.motif--center{ margin:0 auto; }

/* -------- header -------- */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(28,17,13,.86);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(201,165,103,.16);
}
.site-header .wrap{
  display:flex; align-items:center; justify-content:space-between;
  height:78px;
}
.brand{ display:flex; align-items:center; gap:12px; }
.brand img{ height:44px; width:auto; }
.brand-word{
  font-family:var(--font-display);
  font-size:20px;
  letter-spacing:.14em;
  color:var(--cream);
}
.brand-word span{ display:block; font-family:var(--font-body); font-size:10px; letter-spacing:.4em; color:var(--gold); }

.nav-cta{
  display:inline-flex; align-items:center; gap:10px;
  background:var(--gold);
  color:var(--bg-deep);
  padding:11px 22px;
  border-radius:2px;
  font-size:13px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:600;
  transition:background .2s ease, transform .2s ease;
}
.nav-cta:hover{ background:var(--gold-bright); transform:translateY(-1px); }
.nav-cta svg{ width:16px; height:16px; }

/* -------- hero -------- */
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(ellipse 900px 600px at 78% 30%, rgba(201,165,103,.16), transparent 60%),
    linear-gradient(160deg, var(--bg-mid) 0%, var(--bg-deep) 70%);
  padding:88px 0 0;
  border-bottom:1px solid rgba(201,165,103,.14);
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:40px;
  align-items:center;
}
.hero-copy h1{
  font-size:clamp(40px,5.4vw,68px);
  line-height:1.04;
  margin-top:18px;
  color:var(--cream);
}
.hero-copy h1 em{
  font-style:normal;
  color:var(--gold);
}
.hero-copy p.lead{
  margin-top:22px;
  max-width:480px;
  color:var(--muted);
  font-size:17px;
}
.hero-divider{
  margin:30px 0;
  opacity:.85;
}
.hero-actions{
  margin-top:34px;
  display:flex;
  align-items:center;
  gap:22px;
  flex-wrap:wrap;
}
.btn-primary{
  display:inline-flex; align-items:center; gap:12px;
  background:var(--gold);
  color:var(--bg-deep);
  padding:16px 30px;
  font-weight:600;
  font-size:14px;
  letter-spacing:.06em;
  text-transform:uppercase;
  border-radius:2px;
  transition:background .2s ease, transform .2s ease;
}
.btn-primary:hover{ background:var(--gold-bright); transform:translateY(-2px); }
.btn-primary svg{ width:18px; height:18px; }
.hero-note{ font-size:13px; color:var(--muted); }
.hero-note strong{ color:var(--gold); font-weight:600; }

.hero-visual{
  position:relative;
  display:flex; justify-content:center;
}
.hero-visual img{
  max-height:560px;
  width:auto;
  filter:drop-shadow(0 40px 60px rgba(0,0,0,.55));
}

/* -------- section shell -------- */
section{ padding:96px 0; }
.section-head{ max-width:620px; margin-bottom:52px; }
.section-head h2{
  font-size:clamp(28px,3.4vw,40px);
  margin-top:14px;
  color:var(--cream);
}
.section-head p{ margin-top:16px; color:var(--muted); font-size:16px; }

/* -------- about / story (paper panel) -------- */
.section-story{ background:var(--paper); color:var(--ink); }
.section-story .section-head h2,
.section-story .eyebrow{ color:var(--ink); }
.section-story .eyebrow{ color:var(--red); }
.section-story .section-head p{ color:#5c4c3f; }

.story-grid{
  display:grid;
  grid-template-columns: .9fr 1.1fr;
  gap:56px;
  align-items:center;
}
.story-grid img{
  border-radius:2px;
  box-shadow:0 30px 60px rgba(32,19,16,.25);
}
.story-list{ display:flex; flex-direction:column; gap:26px; }
.story-item{ display:flex; gap:18px; align-items:flex-start; }
.story-item .icon{
  flex:none; width:46px; height:46px;
  display:flex; align-items:center; justify-content:center;
  border:1px solid rgba(138,50,38,.3);
  border-radius:50%;
  color:var(--red);
}
.story-item .icon svg{ width:22px; height:22px; }
.story-item h3{ font-size:19px; color:var(--ink); font-family:var(--font-display); }
.story-item p{ color:#5c4c3f; font-size:15px; margin-top:6px; }

/* -------- lineup / sizes -------- */
.section-lineup{
  background:linear-gradient(180deg, var(--bg-deep), var(--bg-mid));
}
.lineup-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:56px;
  align-items:center;
}
.lineup-grid img{ border-radius:2px; }
.size-list{ display:flex; flex-direction:column; }
.size-row{
  display:flex; align-items:baseline; justify-content:space-between;
  padding:20px 0;
  border-bottom:1px solid var(--line);
}
.size-row:first-child{ border-top:1px solid var(--line); }
.size-row .vol{ font-family:var(--font-display); font-size:22px; color:var(--cream); }
.size-row .desc{ font-size:14px; color:var(--muted); margin-top:4px; }

/* -------- order steps (real sequence, numbering justified) -------- */
.section-order{ background:var(--bg-deep); }
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:36px;
}
.step{
  border:1px solid rgba(201,165,103,.18);
  padding:34px 28px;
  border-radius:2px;
  background:rgba(201,165,103,.03);
}
.step .num{
  font-family:var(--font-display);
  font-size:15px;
  color:var(--gold);
  letter-spacing:.1em;
}
.step h3{ margin-top:14px; font-size:20px; }
.step p{ margin-top:10px; color:var(--muted); font-size:14.5px; }

.order-cta{
  margin-top:52px;
  display:flex; align-items:center; justify-content:space-between;
  flex-wrap:wrap; gap:24px;
  padding:36px 40px;
  border:1px solid rgba(201,165,103,.25);
  background:linear-gradient(120deg, rgba(201,165,103,.08), transparent);
  border-radius:2px;
}
.order-cta h3{ font-size:24px; }
.order-cta p{ color:var(--muted); margin-top:8px; font-size:14.5px; }

/* -------- footer -------- */
.site-footer{
  background:var(--bg-deep);
  border-top:1px solid rgba(201,165,103,.16);
  padding:64px 0 30px;
}
.footer-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr .9fr;
  gap:40px;
}
.footer-brand .brand-word{ font-size:22px; }
.footer-brand p{ margin-top:16px; color:var(--muted); font-size:14px; max-width:320px; }
.footer-col h4{
  font-family:var(--font-body);
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:12.5px;
  color:var(--gold);
  margin-bottom:16px;
}
.footer-col p, .footer-col a{
  display:block;
  color:var(--muted);
  font-size:14.5px;
  margin-bottom:10px;
  line-height:1.55;
}
.footer-col a:hover{ color:var(--gold-bright); }
.footer-bottom{
  margin-top:48px;
  padding-top:24px;
  border-top:1px solid var(--line);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  font-size:13px; color:#84725f;
}
.footer-bottom a{ color:#84725f; }
.footer-bottom a:hover{ color:var(--gold); }

/* -------- whatsapp floating button -------- */
.wa-float{
  position:fixed; right:22px; bottom:22px; z-index:60;
  width:60px; height:60px; border-radius:50%;
  background:#25D366;
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 12px 30px rgba(0,0,0,.4);
  transition:transform .2s ease;
}
.wa-float:hover{ transform:scale(1.06); }
.wa-float svg{ width:30px; height:30px; fill:#fff; }

/* -------- privacy policy page -------- */
.policy-page{ background:var(--paper); color:var(--ink); }
.policy-hero{
  background:linear-gradient(160deg, var(--bg-mid), var(--bg-deep));
  padding:120px 0 60px;
}
.policy-hero h1{ font-size:clamp(32px,4.4vw,48px); color:var(--cream); }
.policy-hero p{ color:var(--muted); margin-top:14px; }
.policy-body{ padding:70px 0 100px; }
.policy-body .wrap{ max-width:820px; }
.policy-body h2{
  font-size:22px; color:var(--ink); margin-top:44px; margin-bottom:14px;
  font-family:var(--font-display);
}
.policy-body h2:first-child{ margin-top:0; }
.policy-body p{ color:#4a3b30; margin-bottom:14px; font-size:15.5px; }
.policy-body ul{ margin:0 0 14px; padding-left:20px; color:#4a3b30; font-size:15.5px; }
.policy-body li{ margin-bottom:8px; }
.back-link{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--gold-bright); font-size:14px; letter-spacing:.05em;
  text-transform:uppercase; margin-bottom:30px;
}
.policy-page .site-footer{ background:var(--bg-deep); }

/* -------- responsive -------- */
@media (max-width: 900px){
  .hero-grid, .story-grid, .lineup-grid{ grid-template-columns:1fr; }
  .hero-visual{ order:-1; }
  .hero-visual img{ max-height:360px; }
  .steps{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:34px; }
  section{ padding:64px 0; }
  .story-grid{ gap:36px; }
}
@media (max-width:560px){
  .site-header .wrap{ height:68px; }
  .brand img{ height:36px; }
  .nav-cta span{ display:none; }
  .order-cta{ flex-direction:column; align-items:flex-start; }
}

/* focus visibility */
a:focus-visible, button:focus-visible{
  outline:2px solid var(--gold-bright);
  outline-offset:3px;
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior:auto; }
  *{ transition:none !important; }
}
