/* =========================================================
   ΥΓΕΙΑ ΕΝΟΡΑΣΗ — Design System
   Direction: Mediterranean apothecary / botanical field-journal.
   Deep forest ink, warm terracotta, aged paper — a health
   editorial that reads like a herbarium dossier, not a
   generic wellness-gradient funnel.
   ========================================================= */

@import url("fonts.css");

:root{
  /* ---- color tokens ---- */
  --ink:        #1C2117;
  --ink-soft:   #3B4636;
  --paper:      #F6F1E4;
  --paper-2:    #EFE8D4;
  --card:       #FFFEF9;
  --forest:     #1F3A29;
  --forest-2:   #2F5237;
  --forest-tint:#E4E9D9;
  --terracotta: #C1602F;
  --terracotta-dark:#9C4A23;
  --gold:       #A9812E;
  --line:       #DCD2B6;
  --line-soft:  #E9E1CB;
  --danger:     #9C4A23;

  /* ---- type tokens ---- */
  --f-display: 'Roboto Slab', 'Georgia', serif;
  --f-body:    'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --f-label:   'Roboto', -apple-system, BlinkMacSystemFont, sans-serif;

  --radius-sm: 4px;
  --radius: 10px;
  --radius-lg: 18px;
  --shadow-sm: 0 1px 2px rgba(28,33,23,.06);
  --shadow: 0 10px 30px -12px rgba(28,33,23,.18);
  --shadow-lg: 0 24px 60px -20px rgba(28,33,23,.28);

  --maxw: 1120px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *, *::before, *::after{ animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

body{
  margin:0;
  font-family: var(--f-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

img{ max-width:100%; display:block; }
a{ color: var(--forest); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible{
  outline: 3px solid var(--terracotta);
  outline-offset: 2px;
}

h1,h2,h3,h4{
  font-family: var(--f-display);
  color: var(--ink);
  line-height: 1.15;
  margin: 0 0 .5em;
  font-weight: 700;
  letter-spacing: -.01em;
}

.wrap{ max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

.eyebrow{
  font-family: var(--f-label);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--terracotta-dark);
  display:flex;
  align-items:center;
  gap: 10px;
}
.eyebrow::before{
  content:"";
  width: 22px; height: 2px;
  background: var(--terracotta);
  display:inline-block;
}

.section{ padding: 64px 0; }
.section--tight{ padding: 40px 0; }
.section--tint{ background: var(--forest-tint); }
.section--dark{ background: var(--forest); color: #F1EEDF; }
.section--dark h2, .section--dark h3{ color: #FBF8EC; }
.section--paper2{ background: var(--paper-2); }

.divider{
  height:1px; border:0;
  background: linear-gradient(90deg, transparent, var(--line) 15%, var(--line) 85%, transparent);
  margin: 0;
}

/* ---------- skip link ---------- */
.skip-link{
  position:absolute; left:-999px; top:auto;
  background: var(--forest); color:#fff; padding: 12px 18px;
  z-index: 999; border-radius: 0 0 8px 0;
}
.skip-link:focus{ left:0; top:0; }

/* ============== MASTHEAD ============== */
.topbar{
  background: var(--ink);
  color: #E8E3D2;
  font-family: var(--f-label);
  font-size: 12.5px;
}
.topbar .wrap{
  display:flex; justify-content:space-between; align-items:center;
  padding-top: 8px; padding-bottom: 8px;
  gap: 12px; flex-wrap: wrap;
}
.topbar a{ color:#E8E3D2; text-decoration: underline; text-underline-offset: 2px; }

.masthead{
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.masthead .wrap{
  display:flex; align-items:center; justify-content:space-between;
  padding-top: 20px; padding-bottom: 18px;
  gap: 20px;
}
.brand{
  display:flex; align-items:baseline; gap:10px; text-decoration:none; color:var(--ink);
}
.brand__mark{
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 26px;
  letter-spacing: -.02em;
  display:flex; align-items:baseline;
}
.brand__mark .accent{ color: var(--terracotta); }
.brand__tag{
  font-family: var(--f-label);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-soft);
  border-left: 1px solid var(--line);
  padding-left: 10px;
  display:none;
}
@media (min-width: 640px){ .brand__tag{ display:block; } }

.mast-nav{ display:none; gap: 26px; font-family: var(--f-label); font-size: 14px; font-weight:600; }
.mast-nav a{ color: var(--ink-soft); text-decoration:none; }
.mast-nav a:hover{ color: var(--terracotta-dark); }
@media (min-width: 860px){ .mast-nav{ display:flex; } }

.mast-cta{
  font-family: var(--f-label);
  font-weight:700; font-size: 13px; letter-spacing:.03em;
  background: var(--terracotta); color:#fff; text-decoration:none;
  padding: 10px 18px; border-radius: 999px;
  white-space: nowrap;
}
.mast-cta:hover{ background: var(--terracotta-dark); }

/* Advertorial disclosure ribbon — kept unmissable, not buried */
.adv-ribbon{
  background: var(--gold);
  color: #241C08;
}
.adv-ribbon .wrap{
  display:flex; align-items:center; gap: 10px;
  padding: 9px 24px;
  font-family: var(--f-label);
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .03em;
  flex-wrap: wrap;
}
.adv-ribbon .dot{
  width:7px; height:7px; border-radius:50%; background:#241C08; flex:none;
}

/* ============== HERO ============== */
.hero{ padding: 44px 0 20px; }
.hero__grid{
  display:grid; gap: 36px;
}
@media (min-width: 900px){
  .hero__grid{ grid-template-columns: 1.05fr .95fr; align-items:center; gap: 56px; }
}
.hero__kicker{ margin-bottom: 16px; }
.hero h1{
  font-size: clamp(30px, 4.6vw, 46px);
  max-width: 18ch;
}
.hero__lede{
  font-size: 19px;
  color: var(--ink-soft);
  max-width: 52ch;
  margin: 18px 0 26px;
}
.hero__meta{
  display:flex; gap: 18px; flex-wrap:wrap;
  font-family: var(--f-label); font-size: 12.5px; color: var(--ink-soft);
  border-top: 1px solid var(--line); padding-top: 14px; margin-top: 4px;
}
.hero__figure{
  position: relative;
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
}
.hero__figure img{ width:100%; height:100%; object-fit:cover; aspect-ratio: 4/3; }
.hero__figcaption{
  font-family: var(--f-label); font-size: 12px; color: var(--ink-soft);
  margin-top: 10px; text-align:right;
}

/* ============== ARTICLE PROSE ============== */
.prose{ max-width: 74ch; }
.prose p{ margin: 0 0 1.15em; color: var(--ink-soft); }
.prose h2{ font-size: clamp(22px,3vw,30px); margin-top: 1.6em; }
.prose h3{ font-size: 19px; margin-top:1.4em; }
.prose strong{ color: var(--ink); }

.byline{
  display:flex; align-items:center; gap: 10px;
  font-family: var(--f-label); font-size: 13px; color: var(--ink-soft);
  margin: 6px 0 28px;
}
.byline__avatar{
  width: 34px; height:34px; border-radius:50%;
  background: var(--forest); color:#fff; display:flex; align-items:center; justify-content:center;
  font-family: var(--f-display); font-weight:700; font-size:14px; flex:none;
}

/* ============== PILLAR CARDS (fiber / protein / fat) ============== */
.pillars{
  display:grid; gap: 22px;
  grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
  margin: 30px 0 6px;
}
.pillar{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow:hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}
.pillar:hover{ transform: translateY(-3px); box-shadow: var(--shadow); }
.pillar__img{ aspect-ratio: 16/10; overflow:hidden; }
.pillar__img img{ width:100%; height:100%; object-fit:cover; }
.pillar__body{ padding: 18px 20px 22px; }
.pillar__num{
  font-family: var(--f-label); font-size:11px; font-weight:700; letter-spacing:.12em;
  color: var(--terracotta-dark); text-transform:uppercase;
}
.pillar h3{ font-size: 18px; margin: 6px 0 8px; }
.pillar p{ color: var(--ink-soft); font-size: 15px; margin:0; }

/* ============== PRODUCT INTRO CALLOUT ============== */
.callout{
  display:grid; gap: 32px;
  background: var(--forest);
  color: #F1EEDF;
  border-radius: var(--radius-lg);
  padding: 34px;
  box-shadow: var(--shadow-lg);
}
@media (min-width: 820px){
  .callout{ grid-template-columns: .8fr 1.2fr; align-items:center; padding: 12px; }
}
.callout__figure{ border-radius: calc(var(--radius-lg) - 6px); overflow:hidden; }
.callout__figure img{ width:100%; height:100%; object-fit:cover; }
.callout__body{ padding: 22px 22px 30px; }
@media (min-width: 820px){ .callout__body{ padding: 30px 34px 30px 8px; } }
.callout .eyebrow{ color: #E7C98A; }
.callout .eyebrow::before{ background:#E7C98A; }
.callout h2{ color:#fff; font-size: clamp(22px,3vw,28px); }
.callout p{ color: #D8D4C0; }
.callout p strong{ color:#fff; }

/* ============== DOSSIER (signature ingredient cards) ============== */
.dossier-intro{ max-width: 70ch; }
.dossier{
  display:grid; gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  margin-top: 30px;
}
.specimen{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px;
  position: relative;
}
.specimen__tag{
  position:absolute; top: -10px; right: 16px;
  background: var(--terracotta); color:#fff;
  font-family: var(--f-label); font-size: 11px; font-weight:700;
  width: 26px; height:26px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.specimen__icon{ width: 40px; height:40px; color: var(--forest); margin-bottom: 10px; }
.specimen__latin{
  font-family: var(--f-label); font-size: 11px; letter-spacing:.1em; text-transform:uppercase;
  color: var(--gold); display:block; margin-bottom: 4px;
}
.specimen h4{ font-family: var(--f-display); font-size: 18px; margin: 0 0 8px; }
.specimen p{ font-size: 14.5px; color: var(--ink-soft); margin:0; }

.spectrum{
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display:grid; gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
}
.spectrum__item{ display:flex; gap: 12px; }
.spectrum__item b{ font-family: var(--f-display); display:block; font-size:15px; margin-bottom:2px; }
.spectrum__item p{ margin:0; font-size:14px; color: var(--ink-soft); }
.spectrum__bullet{
  flex:none; width:8px; height:8px; border-radius:50%; margin-top: 8px;
  background: var(--terracotta);
}

/* ============== PULL QUOTE ============== */
.pullquote{
  max-width: 78ch; margin: 0 auto;
  font-family: var(--f-display);
  font-size: clamp(20px, 2.6vw, 26px);
  line-height: 1.5;
  color: var(--ink);
  position:relative;
  padding: 6px 0 6px 28px;
  border-left: 4px solid var(--terracotta);
  font-style: italic;
}
.pullquote footer{
  margin-top: 16px;
  font-family: var(--f-label);
  font-style:normal;
  font-size: 13px;
  letter-spacing:.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

/* ============== STEPS (real sequence — numbering earned) ============== */
.steps{
  display:grid; gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px,1fr));
  counter-reset: step;
}
.step{
  background: var(--card); border:1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px;
}
.step__num{
  font-family: var(--f-display); font-weight:800; font-size: 34px; color: var(--forest);
  opacity:.28; line-height:1; margin-bottom: 10px;
}
.step h3{ font-size:16.5px; margin:0 0 6px; }
.step p{ margin:0; font-size:14.5px; color: var(--ink-soft); }

/* ============== OFFER CARD ============== */
.offer{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 32px;
  max-width: 620px;
  margin: 0 auto;
  text-align:center;
}
.offer__badge{
  display:inline-block;
  background: var(--forest-tint); color: var(--forest);
  font-family: var(--f-label); font-size: 12px; font-weight:700; letter-spacing:.08em;
  text-transform: uppercase; padding: 6px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.offer__price-row{
  display:flex; align-items:baseline; justify-content:center; gap: 14px; flex-wrap:wrap;
  margin: 6px 0 4px;
}
.offer__was{
  font-family: var(--f-label); text-decoration: line-through; color: var(--ink-soft); font-size: 18px;
}
.offer__now{
  font-family: var(--f-display); font-weight:800; font-size: 46px; color: var(--terracotta-dark);
}
.offer__now sup{ font-size: 20px; }
.offer__save{
  font-family: var(--f-label); font-size:12.5px; font-weight:700; color:#fff;
  background: var(--terracotta); padding: 4px 10px; border-radius: 6px;
}
.offer__note{ color: var(--ink-soft); font-size: 14.5px; margin: 14px 0 22px; }
.offer__points{
  display:grid; gap: 10px; text-align:left;
  grid-template-columns: repeat(auto-fit,minmax(170px,1fr));
  margin: 18px 0 0; padding-top: 18px; border-top: 1px solid var(--line-soft);
}
.offer__point{ display:flex; gap:8px; font-size: 13.5px; color: var(--ink-soft); align-items:flex-start; }
.offer__point svg{ flex:none; width:18px; height:18px; color: var(--forest); margin-top:1px; }

/* ============== ORDER FORM (order-slip styling) ============== */
.order{
  display:grid; gap: 36px;
}
@media (min-width: 940px){ .order{ grid-template-columns: .9fr 1.1fr; align-items:start; } }

.order-slip{
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.order-slip__head{
  background: var(--forest); color:#fff;
  padding: 20px 26px;
  display:flex; align-items:center; justify-content:space-between; gap:10px; flex-wrap:wrap;
}
.order-slip__head h2{ color:#fff; font-size: 19px; margin:0; }
.order-slip__head span{
  font-family: var(--f-label); font-size:11px; letter-spacing:.1em; text-transform:uppercase;
  color:#E7C98A;
}
.order-slip__body{ padding: 26px; }

.form-group{ margin-bottom: 16px; }
.form-row{ display:grid; gap: 16px; grid-template-columns: 1fr 1fr; }
label{
  display:block; font-family: var(--f-label); font-size: 13px; font-weight:700;
  color: var(--ink); margin-bottom: 6px;
}
input[type=text], input[type=tel], input[type=email], textarea{
  width:100%; font-family: var(--f-body); font-size: 15.5px; color: var(--ink);
  padding: 12px 14px; border: 1px solid var(--line); border-radius: 8px;
  background: var(--paper); transition: border-color .15s, box-shadow .15s;
}
input:focus, textarea:focus{
  border-color: var(--forest); box-shadow: 0 0 0 3px rgba(31,58,41,.12); outline:none;
}
textarea{ resize: vertical; min-height: 78px; }

.checkbox-group{ margin: 18px 0; display:grid; gap:12px; }
.checkbox-label{
  display:flex; gap:10px; align-items:flex-start; font-size: 13.5px; color: var(--ink-soft);
  font-family: var(--f-body); font-weight:400;
}
.checkbox-label input{ margin-top:3px; flex:none; width:16px; height:16px; accent-color: var(--forest); }
.checkbox-label a{ color: var(--forest); text-decoration: underline; }

.submit-btn{
  width:100%; font-family: var(--f-label); font-weight:800; letter-spacing:.03em;
  font-size: 15.5px; color:#fff; background: var(--terracotta);
  border:0; padding: 16px 20px; border-radius: 10px; cursor:pointer;
  transition: background .15s, transform .1s;
}
.submit-btn:hover{ background: var(--terracotta-dark); }
.submit-btn:active{ transform: translateY(1px); }

.order-trust{
  display:flex; flex-wrap:wrap; gap: 10px 20px;
  margin-top: 16px; padding-top:16px; border-top:1px dashed var(--line);
  font-family: var(--f-label); font-size: 12px; color: var(--ink-soft);
}
.order-trust span{ display:flex; align-items:center; gap:6px; }
.order-trust svg{ width:15px; height:15px; color: var(--forest); }

.order-aside .eyebrow{ margin-bottom: 14px; }
.order-aside__list{ list-style:none; margin: 14px 0 0; padding:0; display:grid; gap:14px; }
.order-aside__list li{ display:flex; gap:12px; }
.order-aside__list li svg{ flex:none; width:22px; height:22px; color: var(--terracotta); margin-top:2px; }
.order-aside__list b{ display:block; font-family: var(--f-display); font-size:15px; }
.order-aside__list p{ margin:2px 0 0; font-size:13.5px; color: var(--ink-soft); }

.supply-note{
  font-size: 13px; color: var(--ink-soft); border-top: 1px solid var(--line);
  margin-top: 26px; padding-top: 16px; font-style: italic;
}

/* ============== FOOTER ============== */
.site-footer{ background: var(--ink); color: #C9C4AF; }
.site-footer a{ color: #E4DFC6; }
.footer-top{ padding: 46px 0 30px; }
.footer-grid{
  display:grid; gap: 30px;
  grid-template-columns: 1.3fr 1fr 1fr;
}
@media (max-width: 720px){ .footer-grid{ grid-template-columns: 1fr; } }
.footer-brand{ font-family: var(--f-display); color:#fff; font-size: 20px; font-weight:800; }
.footer-col h5{
  font-family: var(--f-label); text-transform:uppercase; letter-spacing:.1em; font-size:12px;
  color:#8F8A72; margin: 0 0 14px;
}
.footer-col ul{ list-style:none; margin:0; padding:0; display:grid; gap:10px; font-size:14px; }
.footer-legal{
  font-size: 12.5px; line-height:1.8; color:#8F8A72; padding-top: 22px; border-top: 1px solid #33372A;
}
.footer-legal p{ margin: 0 0 12px; }
.footer-legal h6{
  color:#B8B29A; font-family: var(--f-label); font-size:12px; letter-spacing:.06em; text-transform:uppercase; margin:18px 0 6px;
}
.sources-list{ margin:0; padding-left: 18px; }
.sources-list li{ margin-bottom: 4px; }
.footer-bottom{
  border-top: 1px solid #33372A; padding: 18px 0; font-size:12.5px; color:#8F8A72;
  display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap;
}

/* ============== SIMPLE PAGES (contact/thankyou/privacy/terms) ============== */
.page-hero{ padding: 46px 0 10px; }
.page-hero h1{ font-size: clamp(28px,4vw,38px); }
.simple-card{
  background: var(--card); border:1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm); padding: 34px;
}
.legal h2{ font-size: 19px; padding-bottom:10px; border-bottom: 1px solid var(--line-soft); margin-top: 1.7em;}
.legal p, .legal li{ color: var(--ink-soft); }
.legal table{ width:100%; border-collapse: collapse; margin: 14px 0; font-size:14.5px; }
.legal th, .legal td{ text-align:left; padding: 10px 12px; border: 1px solid var(--line-soft); }
.legal th{ background: var(--paper-2); font-family: var(--f-label); font-size:12.5px; text-transform:uppercase; letter-spacing:.04em; }

.contact-grid{ display:grid; gap: 24px; grid-template-columns: 1.1fr .9fr; }
@media (max-width: 760px){ .contact-grid{ grid-template-columns: 1fr; } }
.info-card{ background: var(--forest-tint); border-radius: var(--radius-lg); padding: 26px; }
.info-card h3{ font-size:16px; }
.info-card dl{ margin:0; }
.info-card dt{ font-family: var(--f-label); font-size:11.5px; text-transform:uppercase; letter-spacing:.07em; color: var(--ink-soft); margin-top:14px; }
.info-card dd{ margin:2px 0 0; font-size:15px; }

.thankyou{ text-align:center; padding: 70px 0 90px; }
.thankyou__badge{
  width:70px; height:70px; border-radius:50%; background: var(--forest); color:#fff;
  display:flex; align-items:center; justify-content:center; margin: 0 auto 22px;
}
.thankyou h1{ font-size: clamp(26px,4vw,34px); }
.thankyou p{ color: var(--ink-soft); max-width: 52ch; margin: 12px auto 0; }
.thankyou .mast-cta{ margin-top: 28px; display:inline-block; }

/* mobile nav */
.nav-toggle{
  display:flex; align-items:center; justify-content:center;
  width:38px; height:38px; border-radius:8px; border:1px solid var(--line);
  background: var(--card); cursor:pointer;
}
@media (min-width: 860px){ .nav-toggle{ display:none; } }
.mobile-menu{
  display:none; flex-direction:column; gap:2px;
  background: var(--paper); border-top:1px solid var(--line);
}
.mobile-menu.open{ display:flex; }
.mobile-menu a{
  padding: 14px 24px; font-family: var(--f-label); font-weight:600; font-size:14.5px;
  color: var(--ink); text-decoration:none; border-bottom: 1px solid var(--line-soft);
}
@media (min-width: 860px){ .mobile-menu{ display:none !important; } }

.reveal{ opacity:0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal{ opacity:1; transform:none; } }
