:root {
  --font-sans: Arial, Helvetica, sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
  --green: #173b2b;
  --green-deep: #0f2b1f;
  --green-soft: #2e5742;
  --cream: #f5f0e5;
  --paper: #fbf8f1;
  --gold: #e6b85c;
  --gold-dark: #af7b2c;
  --ink: #1f2923;
  --muted: #6f766f;
  --line: #d9d4c8;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), Arial, sans-serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.site-header {
  align-items: center;
  background: rgba(251, 248, 241, .96);
  border-bottom: 1px solid rgba(23, 59, 43, .12);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 86px;
  padding: 0 clamp(24px, 5vw, 84px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.brand-mark { align-items: center; background: var(--green); border-radius: 50%; color: var(--gold); display: flex; height: 48px; justify-content: center; width: 48px; }
.brand-mark svg { height: 34px; width: 34px; }
.brand strong { color: var(--green); display: block; font-family: var(--font-serif), Georgia, serif; font-size: 21px; letter-spacing: .08em; line-height: .9; }
.brand small { color: #8b7351; display: block; font-size: 8px; font-weight: 700; letter-spacing: .24em; margin-top: 7px; }
nav { display: flex; gap: clamp(20px, 3vw, 42px); }
nav a { color: #415147; font-size: 13px; font-weight: 600; position: relative; }
nav a::after { background: var(--gold-dark); bottom: -9px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; width: 100%; }
nav a:hover::after { transform: scaleX(1); }
.header-cta { align-items: center; border-bottom: 1px solid var(--green); display: inline-flex; font-size: 12px; font-weight: 700; gap: 9px; justify-self: end; padding: 8px 0; text-transform: uppercase; letter-spacing: .08em; }
.header-cta svg { font-size: 15px; transition: transform .2s ease; }
.header-cta:hover svg { transform: translateX(4px); }

.hero { display: grid; grid-template-columns: minmax(410px, 44%) 1fr; min-height: calc(100vh - 86px); }
.hero-copy { align-items: flex-start; background: var(--cream); display: flex; flex-direction: column; justify-content: center; padding: 72px clamp(42px, 6vw, 106px); }
.eyebrow { align-items: center; color: var(--green-soft); display: flex; font-size: 10px; font-weight: 800; letter-spacing: .16em; margin: 0 0 25px; text-transform: uppercase; }
.eyebrow > span { background: var(--gold-dark); display: inline-block; height: 1px; margin-right: 13px; width: 31px; }
.hero h1 { color: var(--green-deep); font-family: var(--font-serif), Georgia, serif; font-size: clamp(62px, 6vw, 100px); font-weight: 600; letter-spacing: -.05em; line-height: .82; margin: 0; max-width: 680px; }
.hero h1 em { color: var(--gold-dark); display: block; font-weight: 500; }
.hero-lead { color: #536159; font-size: 16px; line-height: 1.8; margin: 34px 0 0; max-width: 590px; }
.hero-actions { align-items: center; display: flex; gap: 32px; margin-top: 36px; }
.button { align-items: center; display: inline-flex; font-size: 12px; font-weight: 800; gap: 16px; justify-content: center; letter-spacing: .07em; min-height: 54px; padding: 0 26px; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { font-size: 17px; }
.button.primary { background: var(--green); color: #fff; }
.button.primary:hover { background: var(--green-soft); }
.text-link { border-bottom: 1px solid #b5aa96; color: var(--green); font-size: 12px; font-weight: 700; padding: 9px 0; }
.text-link span { color: var(--gold-dark); margin-left: 8px; }
.hero-proof { border-top: 1px solid #d5ccbc; display: grid; grid-template-columns: repeat(3, auto); gap: 28px; margin-top: 54px; padding-top: 24px; width: 100%; }
.hero-proof div { align-items: center; display: flex; gap: 11px; }
.hero-proof strong { color: var(--green); font-family: var(--font-serif), Georgia, serif; font-size: 28px; line-height: 1; }
.hero-proof span { color: #77766e; font-size: 9px; font-weight: 700; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }
.hero-visual { min-height: 680px; overflow: hidden; position: relative; }
.hero-visual::after { background: rgba(13, 45, 31, .12); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-visual > img { height: 100%; object-fit: cover; object-position: 60% center; width: 100%; }
.visual-note { background: rgba(245, 240, 229, .94); bottom: 0; left: 0; padding: 23px 29px; position: absolute; z-index: 2; }
.visual-note span { color: var(--gold-dark); display: block; font-size: 9px; font-weight: 800; letter-spacing: .16em; margin-bottom: 7px; text-transform: uppercase; }
.visual-note strong { color: var(--green); font-family: var(--font-serif), Georgia, serif; font-size: 17px; font-weight: 600; }
.hero-seal { align-items: center; background: var(--green); border: 1px solid rgba(230,184,92,.6); border-radius: 50%; color: var(--cream); display: flex; flex-direction: column; height: 98px; justify-content: center; position: absolute; right: 34px; top: 32px; width: 98px; z-index: 2; }
.hero-seal strong { color: var(--gold); font-family: var(--font-serif), Georgia, serif; font-size: 30px; line-height: .9; }
.hero-seal span { font-size: 7px; font-weight: 800; letter-spacing: .18em; line-height: 1.8; }

.origin-strip { align-items: center; background: var(--green); color: var(--cream); display: flex; justify-content: space-between; padding: 27px clamp(28px, 7vw, 110px); }
.origin-strip > div { align-items: center; display: flex; gap: 31px; }
.origin-kicker { color: var(--gold); flex: 0 0 auto; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.origin-strip p { border-left: 1px solid rgba(230,184,92,.35); font-family: var(--font-serif), Georgia, serif; font-size: 17px; line-height: 1.45; margin: 0; max-width: 870px; padding-left: 31px; }
.origin-stamp { border: 1px solid rgba(245,240,229,.3); border-radius: 30px; flex: 0 0 auto; font-size: 7px; font-weight: 800; letter-spacing: .18em; margin-left: 35px; padding: 10px 16px; }

.section { padding: 105px clamp(28px, 7vw, 112px); }
.section-label { color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .2em; margin-bottom: 54px; text-transform: uppercase; }
.section-label.light { color: var(--gold); }
.about { background: var(--paper); }
.about-heading { align-items: end; display: grid; gap: clamp(45px, 10vw, 160px); grid-template-columns: 1.15fr .85fr; }
.about-heading h2, .oils-intro h2, .guide-title h2, .faq h2, .closing h2 { font-family: var(--font-serif), Georgia, serif; font-weight: 600; letter-spacing: -.035em; }
.about-heading h2 { color: var(--green); font-size: clamp(48px, 5vw, 75px); line-height: .97; margin: 0; }
.about-heading > p { color: #6c726d; font-size: 16px; line-height: 1.85; margin: 0 0 5px; }
.principles { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 77px; }
.principles article { min-height: 300px; padding: 37px 42px 20px 0; position: relative; }
.principles article + article { border-left: 1px solid var(--line); padding-left: 42px; }
.principles .icon { align-items: center; border: 1px solid #c8c5ba; border-radius: 50%; color: var(--green); display: flex; height: 52px; justify-content: center; width: 52px; }
.principles .icon svg { height: 28px; width: 28px; }
.card-no { color: var(--gold-dark); font-family: var(--font-serif), Georgia, serif; font-size: 11px; position: absolute; right: 29px; top: 43px; }
.principles h3 { color: var(--green); font-family: var(--font-serif), Georgia, serif; font-size: 29px; font-weight: 600; margin: 42px 0 13px; }
.principles article > p:last-child { color: #717671; font-size: 13px; line-height: 1.75; margin: 0; max-width: 330px; }

.oils { background: var(--green-deep); color: var(--cream); }
.oils-intro { align-items: end; display: flex; justify-content: space-between; margin-bottom: 58px; }
.oils-intro h2 { font-size: clamp(48px, 5vw, 72px); line-height: .95; margin: 0; }
.oils-intro p { color: #a9b5ad; font-size: 13px; line-height: 1.7; margin: 0; max-width: 310px; }
.oil-list { border-top: 1px solid rgba(245,240,229,.18); }
.oil-row { align-items: center; border-bottom: 1px solid rgba(245,240,229,.18); display: grid; gap: 25px; grid-template-columns: 50px 86px 1fr 1fr 30px; min-height: 135px; padding: 18px 0; transition: padding .25s ease, background .25s ease; }
.oil-row:hover { background: rgba(245,240,229,.035); padding-left: 14px; padding-right: 14px; }
.oil-number { color: var(--gold); font-family: var(--font-serif), Georgia, serif; font-size: 13px; }
.oil-orb { align-items: center; background: #ead7b3; border-radius: 50%; display: flex; height: 68px; justify-content: center; overflow: hidden; position: relative; width: 68px; }
.oil-orb::before, .oil-orb::after, .oil-orb span { border-radius: 50%; content: ""; display: block; position: absolute; }
.oil-orb::before { background: #f8f2e2; height: 29px; left: 10px; top: 17px; width: 34px; }
.oil-orb::after { background: #fff9e9; height: 20px; right: 8px; top: 27px; width: 26px; }
.sesame .oil-orb { background: #d2b071; }
.sesame .oil-orb::before, .sesame .oil-orb::after, .sesame .oil-orb span { background: #f3e7c7; height: 9px; transform: rotate(28deg); width: 18px; }
.sesame .oil-orb::before { left: 13px; top: 16px; }
.sesame .oil-orb::after { right: 12px; top: 30px; }
.sesame .oil-orb span { bottom: 13px; left: 22px; }
.peanut .oil-orb { background: #aa713a; }
.peanut .oil-orb::before, .peanut .oil-orb::after { background: #dca86f; border-radius: 48% 52% 46% 54%; height: 42px; transform: rotate(34deg); width: 20px; }
.peanut .oil-orb::before { left: 16px; top: 10px; }
.peanut .oil-orb::after { right: 14px; top: 18px; }
.sunflower .oil-orb { background: #d69e2d; }
.sunflower .oil-orb::before { background: #3e3025; height: 40px; left: 14px; top: 14px; width: 40px; }
.sunflower .oil-orb::after { background: #e7c167; height: 8px; left: 30px; top: 30px; width: 8px; }
.oil-row h3 { font-family: var(--font-serif), Georgia, serif; font-size: 34px; font-weight: 600; line-height: 1; margin: 0; }
.oil-row i { color: #8da093; display: block; font-family: var(--font-serif), Georgia, serif; font-size: 12px; margin-top: 9px; }
.oil-row > p { color: #abb7af; font-size: 12px; line-height: 1.65; margin: 0; max-width: 350px; }
.oil-arrow { color: var(--gold); font-size: 22px; text-align: right; }
.oils-footnote { color: #778b7d; font-size: 10px; line-height: 1.6; margin: 28px 0 0 auto; max-width: 520px; text-align: right; }

.guide { background: var(--cream); }
.guide-layout { display: grid; gap: clamp(60px, 12vw, 180px); grid-template-columns: .75fr 1.25fr; }
.guide-title { position: relative; }
.guide-title h2 { color: var(--green); font-size: clamp(53px, 5.5vw, 80px); line-height: .88; margin: 0; }
.guide-title > p:not(.eyebrow) { color: #71766f; font-size: 14px; line-height: 1.8; margin: 30px 0 0; max-width: 430px; }
.bottle-illustration { bottom: -25px; color: rgba(175,123,44,.2); font-size: 150px; position: absolute; right: 10px; transform: rotate(8deg); }
.checklist { border-top: 1px solid #cfc6b6; list-style: none; margin: 0; padding: 0; }
.checklist li { align-items: start; border-bottom: 1px solid #cfc6b6; display: grid; gap: 25px; grid-template-columns: 45px 1fr; padding: 26px 0; }
.checklist li > span { color: var(--gold-dark); font-family: var(--font-serif), Georgia, serif; font-size: 13px; padding-top: 5px; }
.checklist h3 { color: var(--green); font-family: var(--font-serif), Georgia, serif; font-size: 25px; font-weight: 600; margin: 0 0 8px; }
.checklist p { color: #70766f; font-size: 12px; line-height: 1.65; margin: 0; }

.quote-band { align-items: center; background: #dcae55; color: var(--green-deep); display: grid; gap: 45px; grid-template-columns: 80px 1fr 220px; padding: 57px clamp(28px, 7vw, 112px); }
.quote-mark { font-family: var(--font-serif), Georgia, serif; font-size: 96px; line-height: .5; opacity: .75; }
.quote-band blockquote { font-family: var(--font-serif), Georgia, serif; font-size: clamp(26px, 2.3vw, 37px); font-weight: 600; line-height: 1.15; margin: 0; }
.quote-band > p { border-left: 1px solid rgba(23,59,43,.35); font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.7; margin: 0; padding-left: 25px; text-transform: uppercase; }

.faq { background: var(--paper); }
.faq-layout { display: grid; gap: clamp(55px, 10vw, 150px); grid-template-columns: .75fr 1.25fr; }
.faq h2 { color: var(--green); font-size: clamp(48px, 4.5vw, 68px); line-height: .95; margin: 0; }
.faq-layout > div:first-child > p { color: #70776f; font-size: 14px; line-height: 1.8; margin-top: 28px; max-width: 400px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { align-items: center; color: var(--green); cursor: pointer; display: grid; font-family: var(--font-serif), Georgia, serif; font-size: 22px; font-weight: 600; gap: 18px; grid-template-columns: 34px 1fr 25px; list-style: none; padding: 25px 0; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary > span { color: var(--gold-dark); font-family: var(--font-serif), Georgia, serif; font-size: 11px; }
.faq summary i { color: var(--gold-dark); font-family: var(--font-sans), Arial, sans-serif; font-size: 19px; font-style: normal; text-align: center; transition: transform .2s ease; }
.faq details[open] summary i { transform: rotate(45deg); }
.faq details > p { color: #6c746e; font-size: 13px; line-height: 1.75; margin: -4px 45px 26px 52px; }

.closing { align-items: center; background: var(--green); color: var(--cream); display: flex; justify-content: space-between; padding: 74px clamp(28px, 7vw, 112px); }
.eyebrow.light { color: #c0cec4; }
.closing h2 { font-size: clamp(42px, 4vw, 62px); line-height: .95; margin: 0; max-width: 870px; }
.button.cream { background: var(--cream); color: var(--green); flex: 0 0 auto; margin-left: 50px; }
.button.cream:hover { background: var(--gold); }
footer { align-items: center; background: var(--green-deep); color: #9bac9f; display: grid; gap: 45px; grid-template-columns: 220px 1fr auto; min-height: 170px; padding: 40px clamp(28px, 7vw, 112px); }
.footer-brand strong { color: var(--cream); display: block; font-family: var(--font-serif), Georgia, serif; font-size: 29px; letter-spacing: .08em; line-height: 1; }
.footer-brand > span { color: var(--gold); display: block; font-size: 8px; font-weight: 800; letter-spacing: .22em; margin-top: 8px; }
footer > p { font-size: 10px; line-height: 1.7; margin: 0; max-width: 510px; }
.footer-meta { display: flex; flex-direction: column; font-size: 8px; font-weight: 700; gap: 8px; letter-spacing: .12em; text-align: right; text-transform: uppercase; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr 1fr; }
  .hero-copy { padding: 62px 45px; }
  .hero h1 { font-size: 69px; }
  .hero-proof { gap: 12px; }
  .origin-stamp { display: none; }
  .about-heading, .guide-layout, .faq-layout { gap: 70px; }
  .quote-band { grid-template-columns: 60px 1fr; }
  .quote-band > p { display: none; }
}

@media (max-width: 760px) {
  .site-header { height: 72px; padding: 0 20px; }
  .brand-mark { height: 40px; width: 40px; }
  .brand strong { font-size: 18px; }
  .header-cta { font-size: 9px; }
  .header-cta svg { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { min-height: 610px; padding: 70px 24px 55px; }
  .hero h1 { font-size: clamp(57px, 17vw, 76px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-proof { gap: 10px; grid-template-columns: repeat(3, 1fr); margin-top: 42px; }
  .hero-proof div { align-items: flex-start; flex-direction: column; gap: 5px; }
  .hero-proof strong { font-size: 23px; }
  .hero-proof span { font-size: 7px; }
  .hero-visual { min-height: 520px; }
  .hero-visual > img { object-position: 64% center; }
  .hero-seal { height: 76px; right: 18px; top: 18px; width: 76px; }
  .hero-seal strong { font-size: 23px; }
  .visual-note { max-width: calc(100% - 28px); padding: 18px 20px; }
  .origin-strip { padding: 27px 24px; }
  .origin-strip > div { align-items: flex-start; flex-direction: column; gap: 15px; }
  .origin-strip p { font-size: 15px; padding-left: 18px; }
  .section { padding: 78px 24px; }
  .section-label { margin-bottom: 38px; }
  .about-heading, .guide-layout, .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-heading h2, .oils-intro h2, .guide-title h2, .faq h2 { font-size: 52px; }
  .principles { grid-template-columns: 1fr; margin-top: 56px; }
  .principles article { min-height: 255px; }
  .principles article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .oils-intro { align-items: flex-start; flex-direction: column; gap: 24px; }
  .oil-row { gap: 12px; grid-template-columns: 25px 58px 1fr 20px; min-height: 116px; }
  .oil-orb { height: 52px; transform: scale(.85); transform-origin: left center; width: 52px; }
  .oil-row h3 { font-size: 26px; }
  .oil-row > p { display: none; }
  .oils-footnote { text-align: left; }
  .bottle-illustration { display: none; }
  .quote-band { gap: 18px; grid-template-columns: 35px 1fr; padding: 48px 24px; }
  .quote-mark { font-size: 65px; }
  .faq summary { font-size: 18px; gap: 12px; grid-template-columns: 28px 1fr 20px; }
  .faq details > p { margin-left: 40px; margin-right: 15px; }
  .closing { align-items: flex-start; flex-direction: column; gap: 38px; padding: 62px 24px; }
  .button.cream { margin-left: 0; }
  footer { gap: 25px; grid-template-columns: 1fr; padding: 50px 24px; }
  .footer-meta { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
