:root {
  color-scheme: light;
  --paper: #f7f7f2;
  --ink: #242b28;
  --muted: #5c645e;
  --green: #285847;
  --green-dark: #193e31;
  --line: #d5dad0;
  --tint: #e8ecdf;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 17px; line-height: 1.65; }
a { color: inherit; text-underline-offset: .22em; text-decoration-thickness: 1px; }
a:hover { color: var(--green); }
button, input { font: inherit; }
button, .button { cursor: pointer; }
:focus-visible { outline: 3px solid #946128; outline-offset: 5px; }
::selection { background: #d5e3ce; color: var(--ink); }
.wrap { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
section[id] { scroll-margin-top: 28px; }
.skip-link { position: absolute; left: 16px; top: -80px; z-index: 5; background: var(--paper); padding: 12px 20px; }
.skip-link:focus { top: 12px; }
.site-header { min-height: 118px; display: flex; justify-content: space-between; align-items: center; gap: 28px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 20px; font-weight: 600; letter-spacing: -.7px; line-height: 1.13; }
.brand img { width: 38px; height: 38px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 14px; }
nav a { text-decoration: none; padding-block: 10px; }
nav a:hover { text-decoration: underline; }
nav span { margin-left: 7px; }
.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 66px; padding-block: 76px 80px; align-items: stretch; }
.hero-copy { padding-block: 18px; }
.eyebrow { font-size: 14px; letter-spacing: 0; font-weight: 400; margin: 0 0 24px; }
h1, h2, p { margin-top: 0; }
h1 { font-size: clamp(46px, 4.8vw, 68px); font-weight: 400; line-height: 1.06; letter-spacing: -.055em; margin-bottom: 26px; }
.intro { max-width: 33ch; font-size: 20px; line-height: 1.55; margin-bottom: 13px; }
.hero-status { color: var(--muted); font-size: 15px; margin-bottom: 28px; }
.button { display: inline-flex; justify-content: space-between; align-items: center; gap: 34px; background: var(--green); color: white; font-size: 14px; text-decoration: none; border-radius: 2px; padding: 11px 18px; }
.button:hover { background: var(--green-dark); color: white; }
.field-note { background: var(--green); color: #f5f6ee; padding: 36px 38px 22px; display: flex; flex-direction: column; }
.field-note > a { display: flex; justify-content: space-between; gap: 16px; margin-top: auto; padding-top: 18px; border-top: 1px solid #729181; text-decoration: none; font-size: 13px; }
.field-note > a:hover { color: white; text-decoration: underline; }
.section-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 88px; padding-block: 72px; border-top: 1px solid var(--line); }
h2 { font-size: 34px; font-weight: 400; line-height: 1.22; letter-spacing: -.035em; margin-bottom: 22px; }
.section-heading > p:last-child { max-width: 30ch; color: var(--muted); font-size: 16px; }
.prose { max-width: 62ch; }
.prose p { margin-bottom: 21px; }
.prose .opening { font-size: 22px; line-height: 1.5; letter-spacing: -.02em; }
.prose .signature { font-family: Georgia, 'Times New Roman', serif; font-size: 24px; font-style: italic; margin: 30px 0 0; }
.orchard-notes { margin: 0; }
.orchard-notes > div { border-bottom: 1px solid var(--line); padding: 0 0 24px; margin-bottom: 24px; }
.orchard-notes > div:last-child { border: 0; margin: 0; padding-bottom: 0; }
dt { font-size: 19px; margin-bottom: 8px; }
dd { margin: 0; color: var(--muted); font-size: 16px; }
.subscribe { padding-block: 64px 58px; }
.signup { padding-top: 7px; }
label { display: block; font-size: 14px; margin-bottom: 10px; }
.form-row { display: flex; }
input[type=email] { width: 100%; min-width: 0; border: 1px solid #7d887d; border-right: 0; border-radius: 2px 0 0 2px; background: transparent; color: var(--ink); padding: 13px 14px; font-size: 16px; }
input::placeholder { color: #687168; }
button { border: 1px solid var(--green); border-radius: 0 2px 2px 0; padding: 13px 18px; background: var(--green); color: white; white-space: nowrap; font-size: 14px; }
button span { margin-left: 12px; }
button:hover { background: var(--green-dark); }
button:disabled { opacity: .7; cursor: wait; }
.form-note { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 13px 0 0; max-width: 58ch; }
.form-status { min-height: 1.6em; margin: 12px 0 0; font-size: 14px; color: var(--green); }
.form-status[data-error=true] { color: #9d3326; }
.contact { margin: 20px 0 0; font-size: 14px; }
.honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.site-footer { border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; padding-block: 32px 42px; font-size: 13px; color: var(--muted); }
.footer-brand { color: var(--ink); font-size: 17px; letter-spacing: -.4px; text-decoration: none; }
.site-footer p { margin: 6px 0 0; }
.back-top { align-self: flex-start; text-decoration: none; padding-block: 7px; }
.back-top span { margin-left: 16px; }
@media (max-width: 960px) {
  .wrap { width: calc(100% - 56px); }
  .hero { gap: 32px; padding-block: 52px; }
  .field-note { padding: 28px; }
  .section-grid { gap: 40px; }
  .form-row { flex-direction: column; gap: 10px; }
  input[type=email] { border-right: 1px solid #7d887d; border-radius: 2px; }
  button { align-self: flex-start; border-radius: 2px; }
}
@media (max-width: 640px) {
  .wrap { width: calc(100% - 40px); }
  .site-header { min-height: 0; padding-block: 23px 18px; flex-wrap: wrap; gap: 20px; }
  .brand { font-size: 19px; }
  nav { width: 100%; gap: 0; justify-content: space-between; font-size: 13px; }
  nav a { padding-block: 4px; }
  nav span { margin-left: 3px; }
  .hero { grid-template-columns: 1fr; padding-block: 38px 46px; gap: 34px; }
  .hero-copy { padding: 0; }
  .hero .eyebrow { margin-bottom: 20px; }
  h1 { font-size: clamp(43px, 11.5vw, 62px); }
  .intro { font-size: 19px; max-width: 34ch; }
  .field-note { padding: 28px 26px 22px; }
      .section-grid { grid-template-columns: 1fr; gap: 24px; padding-block: 43px; }
  h2 { font-size: 30px; margin-bottom: 10px; }
  .eyebrow { margin-bottom: 18px; }
  .prose .opening { font-size: 20px; }
  .prose { font-size: 16px; }
      .section-heading > p:last-child { max-width: 35ch; margin-bottom: 0; }
  .form-row { gap: 12px; }
  .site-footer { flex-wrap: wrap; gap: 20px; padding-block: 28px; }
  .site-footer > div { width: 100%; }
}
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
.response-page { max-width: 760px; padding-block: 80px; }
.response-page h1 { font-size: clamp(36px, 6vw, 56px); }

.field-note h2 { font-size: 17px; letter-spacing: 0; margin-bottom: 28px; }
.field-note .panel-intro { font-family: Georgia, 'Times New Roman', serif; font-size: 32px; line-height: 1.3; margin-bottom: 20px; }
.field-note > p:not(.panel-intro) { font-size: 16px; color: #e0e7dc; margin-bottom: 32px; }
.catalogue { border-top: 1px solid var(--line); padding-block: 60px; }
.catalogue-heading { margin-bottom: 32px; }
.catalogue-heading h2 { margin-bottom: 12px; }
.catalogue-heading p { font-size: 15px; color: var(--muted); }
.products { margin: 0; padding: 0; list-style: none; }
.product { display: grid; grid-template-columns: 160px minmax(0, 1fr) 110px; gap: 40px; padding-block: 32px; border-top: 1px solid var(--line); }
.vintage { font-size: 14px; padding-top: 4px; }
.vintage span { display: block; font-size: 12px; color: var(--muted); margin-top: 4px; }
.product h3 { font-size: 25px; font-weight: 400; letter-spacing: -.02em; line-height: 1.2; margin: 0 0 14px; }
.product-copy > p { margin-bottom: 12px; max-width: 65ch; font-size: 16px; }
.product-copy .specs { color: var(--muted); font-size: 13px; margin-bottom: 0; }
.product-stock { text-align: right; }
.price { font-size: 20px; margin: 0 0 14px; }
.sold-out:disabled { background: transparent; border: 1px solid #a5afa2; border-radius: 2px; color: var(--muted); padding: 8px 16px; cursor: default; opacity: 1; }
@media (max-width: 960px) {
  .product { grid-template-columns: 125px minmax(0, 1fr) 100px; gap: 24px; }
}
@media (max-width: 640px) {
  .catalogue { padding-block: 40px; }
  .product { grid-template-columns: minmax(0, 1fr) 100px; gap: 16px; padding-block: 26px; }
  .vintage { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 4px 14px; align-items: baseline; padding: 0; }
  .vintage span { margin: 0; }
  .product h3 { font-size: 23px; }
  .product-stock { align-self: start; }
  .product-copy .specs { line-height: 1.7; }
  .field-note .panel-intro { font-size: 28px; }
}

.age-check-pending { overflow: hidden; }
.agegate { position: fixed; inset: 0; z-index: 10; display: grid; place-items: center; padding: 24px; overflow-y: auto; background: var(--paper); }
.agegate[hidden], #site-content[hidden] { display: none; }
.agegate-card { width: 100%; max-width: 480px; margin: auto; padding: 40px; border: 1px solid var(--line); text-align: center; }
.agegate-card img { display: block; margin: 0 auto 18px; }
.agegate-brand { font-size: 16px; margin-bottom: 30px; }
.agegate-card h2 { font-size: 32px; margin-bottom: 16px; }
.agegate-card > p { color: var(--muted); font-size: 16px; }
.agegate-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.agegate-actions button { border-radius: 2px; }
#agegate-no { background: transparent; color: var(--ink); border-color: var(--line); }
#agegate-no:hover { background: var(--tint); }
#agegate-deny { margin: 24px 0 0; color: var(--ink); }
@media (max-width: 480px) {
  .agegate { padding: 20px; }
  .agegate-card { padding: 32px 20px; }
  .agegate-card h2 { font-size: 28px; }
}
