:root {
  --paper: #f7f2e9;
  --paper-strong: #efe5d4;
  --ink: #153226;
  --green: #123f2d;
  --green-deep: #0b2d21;
  --green-soft: #315d49;
  --ochre: #b5842e;
  --ochre-light: #d1a44d;
  --clay: #a65335;
  --muted: #667069;
  --line: #d8cdbb;
  --white: #fffdf8;
  --danger: #9f321f;
  --radius: 16px;
  --shadow: 0 18px 45px rgba(37, 45, 33, .11);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.52;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .18em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--ochre-light); outline-offset: 3px; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--white);
  padding: 10px 16px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: relative;
  z-index: 10;
  border-bottom: 1px solid rgba(21, 50, 38, .12);
  background: rgba(247, 242, 233, .96);
}
.header-inner {
  width: min(1440px, calc(100% - 72px));
  min-height: 92px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 230px 1fr auto;
  align-items: center;
  gap: 32px;
}
.brand {
  width: max-content;
  color: var(--green);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 700;
  line-height: .92;
  text-decoration: none;
}
.brand span { display: block; }
.main-nav {
  display: flex;
  justify-content: center;
  gap: clamp(28px, 4vw, 68px);
}
.main-nav a { text-decoration: none; font-size: 16px; }
.main-nav a:hover { color: var(--ochre); }
.menu-button { display: none; }
.button {
  min-height: 56px;
  padding: 15px 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--green);
  border-radius: 8px;
  background: var(--green);
  color: var(--white);
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease;
}
.button:hover:not(:disabled) { background: var(--green-deep); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(18, 63, 45, .18); }
.button:disabled { cursor: not-allowed; opacity: .5; }
.button-small { min-height: 48px; padding: 11px 21px; font-size: 15px; }

.hero {
  width: min(1540px, 100%);
  min-height: 628px;
  height: calc(100vh - 92px);
  max-height: 790px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(500px, .88fr) minmax(620px, 1.12fr);
}
.hero-copy {
  padding: clamp(38px, 4vw, 62px) clamp(44px, 5vw, 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.hero h1, h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: -.035em;
}
.hero h1 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(58px, 4.7vw, 78px);
  line-height: .97;
}
.hero-lead { max-width: 520px; margin: 20px 0 0; font-size: 18px; line-height: 1.42; }
.price-block { margin-top: 20px; display: flex; flex-direction: column; }
.price-block strong { color: var(--ochre); font-family: var(--serif); font-size: 60px; line-height: 1; }
.price-block strong span { font-size: .52em; }
.price-block > span { margin-top: 6px; color: var(--ink); font-size: 22px; font-weight: 700; }
.hero-button { min-width: 280px; margin-top: 20px; font-size: 18px; }
.hero-note { max-width: 330px; margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.hero-media { min-width: 0; margin: 0; overflow: hidden; }
.hero-media img { width: 100%; height: 100%; min-height: 628px; object-fit: cover; object-position: 51% center; }

.section { width: min(1380px, calc(100% - 80px)); margin: 0 auto; }
.origin { padding: 90px 0 110px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .78fr); gap: clamp(50px, 7vw, 110px); align-items: start; }
.origin-gallery { display: grid; grid-template-columns: 1fr .36fr; gap: 16px; align-items: end; }
.origin-gallery img { width: 100%; border-radius: var(--radius); object-fit: cover; }
.origin-field { grid-column: 1 / 3; height: 620px; object-position: center 68%; }
.origin-bag { grid-column: 1 / 2; height: 240px; }
.origin-copy { padding-top: 12px; }
.origin h2, .delivery h2, .order h2, .harvest-copy h2 { margin: 0; font-size: clamp(50px, 5vw, 76px); line-height: 1; }
.route-line { position: relative; height: 50px; margin: 34px 0 24px; }
.route-line::before, .route-line::after { content: ""; position: absolute; top: 22px; width: 10px; height: 10px; border-radius: 50%; background: var(--ochre); }
.route-line::before { left: 0; }
.route-line::after { right: 0; }
.route-line span { position: absolute; left: 6px; right: 6px; top: 15px; height: 22px; border-top: 2px solid var(--ochre); border-radius: 50%; transform: rotate(1deg); }
.facts { margin: 0; }
.facts > div { margin-top: 28px; }
.facts dt { color: var(--ochre); font-family: var(--serif); font-size: 28px; font-weight: 700; line-height: 1.1; }
.facts dd { margin: 8px 0 0; color: #39493f; }
.origin blockquote { margin: 44px 0 0; padding: 4px 0 4px 26px; border-left: 1px solid var(--ochre); font-family: var(--serif); font-size: 30px; font-weight: 700; line-height: 1.22; }

.harvest-strip { display: grid; grid-template-columns: 1fr 1.08fr .72fr; min-height: 520px; background: var(--paper-strong); }
.harvest-photo, .harvest-detail { overflow: hidden; }
.harvest-photo img, .harvest-detail img { width: 100%; height: 100%; object-fit: cover; }
.harvest-photo img { object-position: center 70%; }
.harvest-detail img { object-position: center 55%; }
.harvest-copy { padding: 80px clamp(40px, 5vw, 90px); display: flex; flex-direction: column; justify-content: center; }
.harvest-copy > p:first-child { margin: 0 0 20px; color: var(--ochre); font-weight: 700; letter-spacing: .07em; text-transform: uppercase; font-size: 13px; }
.harvest-copy h2 { font-size: clamp(46px, 4.4vw, 70px); }
.harvest-copy > p:last-child { max-width: 540px; margin: 28px 0 0; font-size: 18px; }

.delivery { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(330px, .58fr); background: var(--green); color: var(--white); }
.delivery-main { padding: 80px clamp(42px, 5vw, 86px) 72px; }
.delivery-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.delivery-heading h2 { color: #f0e4d2; }
.delivery-heading > p { max-width: 500px; margin: 0 0 8px; font-size: 18px; }
.delivery-steps { position: relative; margin: 58px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; list-style: none; }
.delivery-steps::before { content: ""; position: absolute; top: 22px; left: 28px; right: 28px; border-top: 1px solid var(--ochre-light); }
.delivery-steps li { position: relative; }
.delivery-steps li > span { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--ochre); font-family: var(--serif); font-size: 25px; }
.delivery-steps h3 { min-height: 52px; margin: 20px 0 8px; font-family: var(--serif); font-size: 21px; line-height: 1.18; }
.delivery-steps p { margin: 0; color: rgba(255, 253, 248, .82); font-size: 15px; }
.delivery-warning { margin-top: 44px; padding: 18px 22px; display: flex; align-items: center; gap: 18px; border: 1px solid var(--ochre-light); border-radius: 12px; }
.delivery-warning > span { flex: 0 0 46px; width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--ochre-light); border-radius: 50%; color: var(--ochre-light); font-family: var(--serif); font-size: 28px; }
.delivery-warning p { margin: 0; }
.delivery-warning strong { display: block; color: var(--ochre-light); font-family: var(--serif); font-size: 20px; }
.delivery-photo { margin: 0; overflow: hidden; }
.delivery-photo img { width: 100%; height: 100%; min-height: 620px; object-fit: cover; object-position: 56% center; }

.order { padding: 100px 0 110px; display: grid; grid-template-columns: minmax(330px, .68fr) minmax(600px, 1.32fr); gap: clamp(60px, 8vw, 130px); }
.order h2 { font-size: clamp(50px, 5vw, 74px); }
.order-price { margin: 30px 0 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 16px; }
.order-price strong { color: var(--ochre); font-family: var(--serif); font-size: 42px; }
.order-price span { color: var(--muted); }
.order-total { margin-top: 22px; padding: 22px 24px; display: flex; align-items: center; gap: 18px; border-radius: 12px; background: var(--paper-strong); color: var(--ochre); font-family: var(--serif); font-size: 30px; font-weight: 700; }
.order-total svg { width: 40px; height: 40px; fill: none; stroke: currentColor; stroke-width: 2.2; }
.order-intro > p:not(.order-price):not(.prelaunch-note) { max-width: 470px; margin-top: 28px; color: #455249; }
.prelaunch-note { margin-top: 24px; padding: 14px 16px; border-left: 3px solid var(--ochre); background: #efe1c8; color: #5e431e; font-size: 14px; }
.prelaunch-note.is-open { border-left-color: var(--green-soft); background: #dfe9df; color: var(--green); }
.order-panel { align-self: start; padding-top: 8px; }
fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.form-row { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 16px; }
.form-row > label, .form-label { padding-top: 14px; font-size: 15px; font-weight: 600; }
.form-row > label span { color: var(--muted); font-size: 12px; font-weight: 400; }
input, textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  border: 1px solid #b9b8ae;
  border-radius: 7px;
  background: rgba(255, 253, 248, .72);
  color: var(--ink);
  font-size: 16px;
}
textarea { min-height: 108px; resize: vertical; }
input:hover, textarea:hover { border-color: #888d87; }
input[aria-invalid="true"], textarea[aria-invalid="true"] { border-color: var(--danger); }
.weight-options { display: grid; grid-template-columns: repeat(5, minmax(74px, 1fr)); gap: 8px; }
.weight-options label { position: relative; }
.weight-options input { position: absolute; width: 1px; height: 1px; min-height: 1px; opacity: 0; pointer-events: none; }
.weight-options span { min-height: 50px; display: grid; place-items: center; border: 1px solid #b9b8ae; border-radius: 7px; background: rgba(255, 253, 248, .72); font-size: 15px; cursor: pointer; }
.weight-options input:checked + span { border-color: var(--green); background: var(--green); color: var(--white); }
.weight-options input:focus-visible + span { outline: 3px solid var(--ochre-light); outline-offset: 3px; }
.other-weight { margin-top: 8px; }
.field-error { min-height: 18px; display: block; margin-top: 4px; color: var(--danger); font-size: 13px; }
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.honeypot input { width: 1px; min-height: 1px; }
.consents { margin: 28px 0 20px 198px; }
.checkbox-row { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 12px; align-items: start; margin-top: 14px; font-size: 14px; cursor: pointer; }
.checkbox-row input { width: 22px; min-height: 22px; height: 22px; margin: 0; accent-color: var(--green); }
.checkbox-row a { color: var(--green); font-weight: 650; }
.consents .field-error { margin-left: 36px; }
.submit-button { width: calc(100% - 198px); margin-left: 198px; }
.form-status { min-height: 24px; margin: 12px 0 0 198px; font-size: 14px; }
.form-status.is-error { color: var(--danger); }
.order-success { min-height: 520px; display: grid; place-items: center; align-content: center; text-align: center; border-left: 1px solid var(--line); }
.order-success[hidden] { display: none; }
.order-success svg { width: 88px; height: 88px; padding: 16px; border: 2px solid var(--green); border-radius: 50%; fill: none; stroke: var(--green); stroke-width: 3; }
.order-success h3 { margin: 28px 0 0; font-family: var(--serif); font-size: 44px; }
.order-success p { max-width: 370px; margin: 8px 0 0; }
.order-number { color: var(--muted); font-size: 14px; }

.site-footer { border-top: 1px solid var(--line); }
.footer-inner { width: min(1380px, calc(100% - 80px)); min-height: 190px; margin: 0 auto; display: grid; grid-template-columns: .7fr .9fr 1.1fr 1.2fr; gap: 50px; align-items: center; }
.footer-contact, .footer-seller { display: flex; flex-direction: column; gap: 5px; }
.footer-contact span, .footer-seller span { color: var(--ochre); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.footer-contact strong, .footer-seller strong { font-size: 15px; line-height: 1.35; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: 14px; }

.legal-page { min-height: 100vh; }
.legal-header { border-bottom: 1px solid var(--line); }
.legal-header .header-inner { grid-template-columns: 1fr auto; }
.legal-main { width: min(900px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 100px; }
.legal-main h1 { margin: 0; font-family: var(--serif); font-size: clamp(44px, 6vw, 72px); line-height: 1; }
.legal-main h2 { margin: 42px 0 12px; font-size: 28px; letter-spacing: -.015em; }
.legal-main p, .legal-main li { color: #35473d; }
.legal-main li + li { margin-top: 8px; }
.draft-notice { margin: 28px 0 38px; padding: 18px 20px; border-left: 4px solid var(--ochre); background: #efe1c8; color: #5e431e; }
.legal-meta { padding: 18px 20px; background: var(--paper-strong); border-radius: 10px; }
.legal-meta strong { display: block; }

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

@media (max-width: 1120px) {
  .header-inner { width: min(100% - 44px, 1380px); grid-template-columns: 190px 1fr auto; }
  .hero { grid-template-columns: minmax(440px, .9fr) minmax(480px, 1.1fr); min-height: 620px; }
  .hero-copy { padding: 38px 40px; }
  .hero h1 { font-size: clamp(52px, 5.8vw, 64px); }
  .hero-media img { min-height: 620px; }
  .origin { grid-template-columns: 1fr 1fr; }
  .origin-field { height: 530px; }
  .harvest-strip { grid-template-columns: .8fr 1.2fr; }
  .harvest-detail { display: none; }
  .delivery { grid-template-columns: 1fr; }
  .delivery-photo { display: none; }
  .delivery-main { padding-inline: 48px; }
  .order { grid-template-columns: .72fr 1.28fr; gap: 56px; }
  .form-row { grid-template-columns: 150px minmax(0, 1fr); }
  .consents { margin-left: 168px; }
  .submit-button { width: calc(100% - 168px); margin-left: 168px; }
  .form-status { margin-left: 168px; }
  .footer-inner { grid-template-columns: .8fr 1fr 1.3fr; }
  .footer-links { grid-column: 2 / 4; padding-bottom: 30px; }
}

@media (max-width: 820px) {
  body { font-size: 16px; }
  .header-inner { width: calc(100% - 32px); min-height: 76px; grid-template-columns: 1fr auto; gap: 16px; }
  .brand { font-size: 21px; }
  .menu-button { width: 48px; height: 48px; padding: 12px; display: grid; align-content: center; gap: 5px; border: 0; border-radius: 8px; background: var(--green); }
  .menu-button span:not(.sr-only) { width: 100%; height: 2px; background: var(--white); }
  .main-nav { position: absolute; left: 0; right: 0; top: 76px; display: none; padding: 12px 16px 20px; flex-direction: column; gap: 0; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid rgba(21, 50, 38, .1); }
  .header-cta { display: none; }
  .hero { display: flex; min-height: auto; height: auto; max-height: none; flex-direction: column; }
  .hero-copy { padding: 46px 24px 30px; }
  .hero h1 { font-size: clamp(45px, 13vw, 62px); line-height: .96; }
  .hero-lead { margin-top: 22px; font-size: 17px; }
  .price-block { margin-top: 26px; }
  .price-block strong { font-size: 55px; }
  .price-block > span { font-size: 19px; }
  .hero-button { width: 100%; min-width: 0; }
  .hero-note { font-size: 14px; }
  .hero-media { margin: 0 16px; border-radius: 12px; }
  .hero-media img { min-height: 0; height: auto; aspect-ratio: 4 / 3; object-position: 56% center; }
  .section { width: calc(100% - 48px); }
  .origin { padding: 72px 0 80px; display: flex; flex-direction: column; gap: 38px; }
  .origin-gallery { order: 2; grid-template-columns: 1fr; width: 100%; }
  .origin-field, .origin-bag { grid-column: 1; width: 100%; height: auto; aspect-ratio: 4 / 3; }
  .origin-bag { aspect-ratio: 16 / 9; }
  .origin-copy { order: 1; padding: 0; }
  .origin h2, .delivery h2, .order h2, .harvest-copy h2 { font-size: clamp(42px, 12vw, 58px); }
  .order h2 { hyphens: manual; }
  .route-line { margin: 24px 0 16px; }
  .facts dt { font-size: 25px; }
  .origin blockquote { margin-top: 34px; font-size: 25px; }
  .harvest-strip { display: flex; flex-direction: column; }
  .harvest-copy { order: 1; padding: 64px 24px 34px; }
  .harvest-photo { order: 2; margin: 0 16px 56px; border-radius: 12px; }
  .harvest-photo img { aspect-ratio: 4 / 3; object-position: center 65%; }
  .delivery-main { padding: 64px 24px 56px; }
  .delivery-heading { display: block; }
  .delivery-heading > p { margin-top: 22px; }
  .delivery-steps { margin-top: 40px; display: flex; flex-direction: column; gap: 24px; }
  .delivery-steps::before { top: 20px; bottom: 20px; left: 21px; right: auto; height: auto; border-top: 0; border-left: 1px solid var(--ochre-light); }
  .delivery-steps li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; align-items: start; }
  .delivery-steps h3 { min-height: 0; margin: 0 0 5px; font-size: 21px; }
  .delivery-warning { padding: 16px; align-items: start; }
  .delivery-warning > span { flex-basis: 38px; width: 38px; height: 38px; }
  .delivery-warning strong { font-size: 18px; }
  .order { padding: 72px 0 80px; display: block; }
  .order-intro { margin-bottom: 48px; }
  .order-total { font-size: 27px; }
  .form-row { display: block; margin-bottom: 18px; }
  .form-row > label, .form-label { display: block; padding: 0 0 7px; font-size: 15px; }
  input, textarea { min-height: 54px; font-size: 16px; }
  .weight-options { grid-template-columns: repeat(3, 1fr); }
  .weight-options label:nth-child(n+4) { grid-column: span 1; }
  .consents { margin: 28px 0 22px; }
  .checkbox-row { grid-template-columns: 26px 1fr; gap: 12px; font-size: 15px; line-height: 1.42; }
  .checkbox-row input { width: 24px; height: 24px; }
  .consents .field-error { margin-left: 38px; }
  .submit-button { width: 100%; margin-left: 0; }
  .form-status { margin-left: 0; }
  .footer-inner { width: calc(100% - 48px); padding: 52px 0; display: flex; flex-direction: column; align-items: flex-start; gap: 28px; }
  .footer-links { padding: 0; }
  .legal-header .header-inner { grid-template-columns: 1fr auto; }
}

@media (max-width: 420px) {
  .hero h1 { font-size: 44px; }
  .hero-copy { padding-inline: 20px; }
  .hero-media { margin-inline: 12px; }
  .section { width: calc(100% - 40px); }
  .origin { padding-top: 60px; }
  .delivery-main { padding-inline: 20px; }
  .delivery-warning { gap: 12px; }
  .delivery-warning > span { display: none; }
  .order-total { padding: 18px; font-size: 24px; }
  .order h2 { font-size: 40px; }
  .weight-options { grid-template-columns: repeat(2, 1fr); }
  .weight-options label:last-child { grid-column: 1 / 3; }
}
