@charset "UTF-8";
:root {
  --paper: #f6f5f0;
  --ink: #292d21;
  --olive: #414b2c;
  --muted: #626558;
  --rule: #d5d7cc;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 2rem; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 5px; }
a:focus-visible { outline: 2px solid var(--olive); outline-offset: 6px; }
::selection { background: #d9dfbf; }
h1, h2, p, figure { margin: 0; }
.wrap { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: absolute; left: 20px; top: -100px; background: var(--ink); color: white; padding: 12px 20px; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 104px; border-bottom: 1px solid var(--rule); }
.wordmark { font-family: var(--serif); font-size: 38px; letter-spacing: -2px; line-height: 1; }
.wordmark span { color: #7a824f; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 16px 38px; font-size: 14px; }
.site-header nav span { margin-left: 8px; }
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; padding-block: 52px 70px; align-items: center; }
.hero-copy, .hero-figure { min-width: 0; }
.eyebrow { font-size: 12px; text-transform: uppercase; letter-spacing: 1.6px; line-height: 1.8; }
.eyebrow span { margin-inline: 8px; color: #919483; }
h1 { font-family: var(--serif); font-size: clamp(4rem, 7.7vw, 7rem); font-weight: 400; line-height: 1.04; letter-spacing: -.045em; margin-block: 30px; }
em { font-weight: 400; }
h1 em { color: var(--olive); }
.intro { font-family: var(--serif); font-size: 26px; line-height: 1.45; }
.hero-description { font-size: 16px; color: var(--muted); line-height: 1.75; max-width: 355px; margin-top: 22px; }
.coming-soon { display: inline-block; color: var(--olive); border: 1px solid #a6ae95; padding: 12px 24px; margin-top: 32px; font-size: 14px; letter-spacing: .035em; }
.hero-figure img { display: block; width: 100%; height: auto; background: #e5e0d5; }
figcaption { display: flex; justify-content: space-between; gap: 14px; color: var(--muted); font-size: 12px; line-height: 1.5; padding-top: 12px; }
.oil-story { background: #2e3525; color: #f3f3e9; }
.oil-inner { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 8%; padding-block: 72px; }
.oil-copy .eyebrow { color: #c7ceaf; }
h2 { font-family: var(--serif); font-weight: 400; font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.2; letter-spacing: -.035em; margin-top: 20px; }
h2 em { color: #c8d0b4; }
.polyphenols { border-left: 1px solid #59604d; padding: 18px 0 18px 50px; }
.phenol-value { font-family: var(--serif); font-size: clamp(3.5rem, 6.5vw, 5.5rem); line-height: 1.1; letter-spacing: -.045em; }
.phenol-value span { font-family: var(--sans); font-size: 16px; letter-spacing: 0; white-space: nowrap; }
.phenol-label { font-size: 14px; text-transform: uppercase; letter-spacing: 1.6px; margin-top: 15px; }
.origin-line { color: #c8ceba; font-size: 13px; margin-top: 28px; }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 36px; }
.site-footer .wordmark { font-size: 30px; }
.site-footer p { font-size: 14px; color: var(--muted); }
.email-link { font-size: 14px; overflow-wrap: anywhere; }
.email-link span { margin-left: 12px; }
@media (min-width: 1500px) {
  .hero { gap: 110px; grid-template-columns: 1fr 570px; }
}
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 64px); }
  .hero, .oil-inner { gap: 6%; }
  .intro { font-size: 24px; }
  .polyphenols { padding-left: 30px; }
}
@media (max-width: 700px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 82px; gap: 18px; }
  .wordmark { font-size: 34px; }
  .site-header nav { gap: 12px 20px; font-size: 14px; }
  .site-header nav span { margin-left: 3px; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding-block: 36px 44px; }
  h1 { font-size: clamp(3.65rem, 16vw, 5rem); margin-block: 22px; }
  .intro { font-size: 24px; }
  .hero-description { max-width: 440px; margin-top: 18px; }
  .coming-soon { margin-top: 24px; }
  .hero-figure { max-width: 480px; width: 100%; margin-inline: auto; }
  .oil-inner { grid-template-columns: 1fr; gap: 32px; padding-block: 48px; }
  h2 { font-size: 36px; }
  .polyphenols { border-left: 0; border-top: 1px solid #59604d; padding: 32px 0 0; }
  .phenol-value { font-size: 64px; }
  .origin-line { margin-top: 20px; }
  .site-footer { flex-wrap: wrap; gap: 18px; padding-block: 28px; }
  .site-footer .wordmark { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print {
  body { background: white; }
  .wrap { width: 100%; }
  .site-header nav, .skip-link { display: none; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; padding-block: 24px; }
  h1 { font-size: 56px; }
  .oil-story { background: white; color: var(--ink); }
  .oil-inner { padding-block: 30px; }
  .oil-copy .eyebrow, h2 em, .origin-line { color: var(--muted); }
  .hero-figure, .oil-inner { break-inside: avoid; }
}
