/* =========================================================
   LEENA ORGANICA — THE CURATOR
   Editorial, opinionated. Paper + ink + oxblood.
   ========================================================= */

:root {
  --paper:    #F4EEE0;
  --paper-2:  #EDE5D2;
  --rule:     #D9CFB7;
  --ink:      #1B1714;
  --ink-2:    #3A322A;
  --ink-3:    #6C6256;
  --ox:       #6B2C2F;
  --ox-deep:  #4A1E20;
  --gold:     #B68A3E;
  --max:      1180px;
  --prose:    640px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; background: var(--paper); color: var(--ink); }

body {
  font-family: 'Spectral', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: var(--ox); color: var(--paper); }

a { color: var(--ox); text-decoration: none; border-bottom: 1px solid rgba(107,44,47,0.35); }
a:hover { color: var(--ox-deep); border-bottom-color: var(--ox-deep); }

img { max-width: 100%; display: block; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 36px; }
.prose { max-width: var(--prose); }
.prose p + p { margin-top: 1.05em; }

.sans {
  font-family: 'Inter Tight', system-ui, -apple-system, 'Helvetica Neue', sans-serif;
}
.mono { font-family: 'Spectral', Georgia, serif; }

/* ---------- topbar ---------- */
.topbar {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
}
.topbar-inner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 22px;
  gap: 32px;
}
.brand {
  font-family: 'Spectral', Georgia, serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  border-bottom: none;
}
.brand .am { color: var(--ox); }
.nav-links {
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  display: flex;
  gap: 28px;
}
.nav-links a {
  color: var(--ink-2);
  border-bottom: none;
  padding-bottom: 2px;
}
.nav-links a:hover { color: var(--ox); }
.nav-links a.active {
  color: var(--ink);
  border-bottom: 1px solid var(--ox);
}

/* ---------- editorial header strip ---------- */
.issue-strip {
  border-bottom: 1px solid var(--rule);
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.issue-strip-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.issue-strip b { color: var(--ink); font-weight: 600; letter-spacing: 0.18em; }

/* ---------- hero ---------- */
.cover {
  padding: 92px 0 104px;
  border-bottom: 1px solid var(--rule);
  position: relative;
}
.cover-meta {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
  margin-bottom: 38px;
}
.cover-meta span { color: var(--ink-3); }
.cover h1 {
  font-family: 'Spectral', serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(46px, 7vw, 92px);
  line-height: 1.02;
  letter-spacing: -0.01em;
  margin: 0;
  max-width: 18ch;
  color: var(--ink);
}
.cover h1 .roman { font-style: normal; }
.cover h1 .ox { color: var(--ox); }
.cover .by {
  margin-top: 56px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.cover .by b { color: var(--ink); font-weight: 600; }

/* ---------- section headings ---------- */
.section { padding: 78px 0; border-bottom: 1px solid var(--rule); }
.section-no-border { border-bottom: none; }
.section-head {
  display: flex;
  align-items: baseline;
  gap: 32px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.section-no {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
}
.section-no::after { content: ' — '; color: var(--ink-3); margin: 0 2px; }
.section-title {
  font-family: 'Spectral', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.1;
  margin: 0;
  flex: 1 1 auto;
  color: var(--ink);
}
.section-aside {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.section-aside a { color: var(--ox); border-bottom-color: rgba(107,44,47,0.4); }

/* ---------- asterism divider ---------- */
.asterism {
  text-align: center;
  font-family: 'Spectral', serif;
  color: var(--ox);
  letter-spacing: 0.6em;
  font-size: 18px;
  margin: 48px 0;
  padding-left: 0.6em;
}
.asterism::before { content: '⁂'; }

.emrule {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 56px 0;
}
.emrule.short { width: 64px; margin-left: 0; border-top-color: var(--ox); }

/* ---------- featured lots ---------- */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
}
.feat {
  position: relative;
  padding-top: 12px;
  border-top: 2px solid var(--ox);
}
.feat .lot {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
  margin-bottom: 22px;
}
.feat h3 {
  font-family: 'Spectral', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 28px;
  line-height: 1.18;
  margin: 0 0 8px;
}
.feat .cultivar {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 18px;
}
.feat p { margin: 0 0 14px; font-size: 15.5px; line-height: 1.62; color: var(--ink-2); }
.feat .note {
  font-style: italic;
  color: var(--ink-3);
  border-left: 2px solid var(--gold);
  padding: 4px 0 4px 14px;
  margin-top: 18px;
  font-size: 14.5px;
}

/* ---------- declined sidebar ---------- */
.declined {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: start;
}
.declined-intro h2 {
  font-family: 'Spectral', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.15;
  margin: 0 0 22px;
}
.declined-intro p {
  max-width: 38ch;
  color: var(--ink-2);
  font-size: 15.5px;
}
.declined-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--rule);
}
.declined-list li {
  border-bottom: 1px solid var(--rule);
  padding: 18px 0;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
}
.declined-list .mark {
  font-family: 'Inter Tight', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ox);
  padding-top: 4px;
}
.declined-list .what {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 4px;
  color: var(--ink);
}
.declined-list .why {
  font-size: 14.5px;
  color: var(--ink-3);
  font-style: normal;
}

/* ---------- catalogue list ---------- */
.cat-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 64px;
}
.cat-intro p {
  max-width: 46ch;
  color: var(--ink-2);
  font-size: 16px;
}
.cat-intro .stat {
  font-family: 'Spectral', serif;
  font-size: 80px;
  line-height: 1;
  color: var(--ox);
  font-style: italic;
  font-weight: 300;
}
.cat-intro .stat sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
  vertical-align: super;
  font-style: normal;
  margin-left: 12px;
}

.cat-section {
  margin-bottom: 88px;
}
.cat-section-head {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: baseline;
  border-top: 2px solid var(--ink);
  padding-top: 14px;
  margin-bottom: 36px;
}
.cat-section-head .glyph {
  width: 26px;
  height: 26px;
  margin-top: 6px;
}
.glyph-diamond {
  background: var(--ox);
  transform: rotate(45deg);
  width: 18px;
  height: 18px;
  margin-left: 4px;
  margin-top: 10px;
}
.glyph-square { background: var(--ink); width: 20px; height: 20px; margin-top: 8px; }
.glyph-circle { background: var(--gold); border-radius: 50%; width: 22px; height: 22px; margin-top: 7px; }
.glyph-tri {
  width: 0; height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid var(--ink-2);
  margin-top: 8px;
}
.cat-section-head h2 {
  font-family: 'Spectral', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  margin: 0 0 4px;
}
.cat-section-head .sub {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.entry {
  display: grid;
  grid-template-columns: 80px 1fr 280px;
  gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid var(--rule);
  align-items: start;
}
.entry .lot-no {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--ox);
}
.entry .lot-no .n {
  display: block;
  font-size: 38px;
  line-height: 1;
  font-style: normal;
  font-weight: 300;
  color: var(--ox);
  letter-spacing: -0.02em;
}
.entry h3 {
  font-family: 'Spectral', serif;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
  margin: 0 0 4px;
  line-height: 1.18;
}
.entry .cultivar {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 12px;
}
.entry p {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}
.entry .pair {
  font-style: italic;
  color: var(--ink-3);
  font-size: 14.5px;
  border-left: 2px solid var(--gold);
  padding-left: 12px;
  margin-top: 10px;
}
.entry .spec {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12.5px;
  color: var(--ink-2);
  border-top: 1px solid var(--rule);
  padding-top: 14px;
}
.entry .spec dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 6px 14px;
  margin: 0;
}
.entry .spec dt {
  color: var(--ink-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10.5px;
  padding-top: 2px;
}
.entry .spec dd { margin: 0; }
.entry .spec dd b { color: var(--ink); font-weight: 600; }
.entry .window {
  margin-top: 10px;
  color: var(--ox);
  font-weight: 500;
  letter-spacing: 0.06em;
}

/* ---------- sourcing essay ---------- */
.essay {
  max-width: 680px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.65;
  color: var(--ink-2);
}
.essay h2 {
  font-family: 'Spectral', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  margin: 64px 0 18px;
  color: var(--ink);
}
.essay h3 {
  font-family: 'Inter Tight', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--ox);
  margin: 56px 0 8px;
}
.essay p { margin: 0 0 18px; }
.essay p:first-of-type::first-letter {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 78px;
  line-height: 0.85;
  float: left;
  padding: 6px 14px 0 0;
  color: var(--ox);
}
.essay blockquote {
  margin: 32px 0;
  padding: 0 0 0 24px;
  border-left: 2px solid var(--ox);
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  color: var(--ink);
  font-family: 'Spectral', serif;
}
.essay blockquote cite {
  display: block;
  margin-top: 14px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-style: normal;
}
.essay .lede {
  font-size: 22px;
  line-height: 1.45;
  font-style: italic;
  color: var(--ink);
  margin-bottom: 36px;
}
.essay ol.criteria {
  list-style: none;
  padding: 0;
  margin: 32px 0;
  counter-reset: crit;
}
.essay ol.criteria li {
  counter-increment: crit;
  padding: 20px 0 20px 64px;
  border-top: 1px solid var(--rule);
  position: relative;
}
.essay ol.criteria li:last-child { border-bottom: 1px solid var(--rule); }
.essay ol.criteria li::before {
  content: counter(crit, decimal-leading-zero) '.';
  position: absolute;
  left: 0;
  top: 24px;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--ox);
  font-weight: 300;
}
.essay ol.criteria b {
  display: block;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 4px;
}

/* ---------- lanes (service-style) ---------- */
.service-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px 72px;
}
.service {
  border-top: 2px solid var(--ox);
  padding-top: 18px;
}
.service .lane-tag {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ox);
  margin-bottom: 16px;
}
.service h3 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 10px;
  line-height: 1.18;
}
.service p { font-size: 15.5px; line-height: 1.6; color: var(--ink-2); margin: 0 0 12px; }
.service dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 8px 14px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  margin: 18px 0 0;
  border-top: 1px solid var(--rule);
  padding-top: 14px;
}
.service dt {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--ink-3);
  font-size: 11px;
  padding-top: 2px;
}
.service dd { margin: 0; color: var(--ink); }

.refuse {
  margin-top: 56px;
  background: var(--paper-2);
  border-top: 2px solid var(--ox);
  padding: 36px 40px;
}
.refuse h3 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 12px;
}
.refuse p { color: var(--ink-2); font-size: 15.5px; max-width: 60ch; }
.refuse ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 36px;
  font-size: 15px;
  color: var(--ink-2);
}
.refuse ul li {
  border-top: 1px solid var(--rule);
  padding-top: 10px;
}
.refuse ul li b {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 2px;
}

/* ---------- about / founders ---------- */
.founders {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
}
.founder {
  border-top: 2px solid var(--ox);
  padding-top: 18px;
}
.founder .initials {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 64px;
  line-height: 1;
  color: var(--ox);
  font-weight: 300;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.founder h3 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 4px;
}
.founder .role {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 18px;
}
.founder p { font-size: 15px; line-height: 1.62; color: var(--ink-2); margin: 0 0 12px; }
.founder .sign {
  margin-top: 18px;
  font-family: 'Spectral', serif;
  font-style: italic;
  color: var(--ink-3);
  font-size: 14px;
}

.offices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  margin-top: 48px;
}
.office {
  border-top: 1px solid var(--rule);
  padding-top: 22px;
}
.office h4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
  margin: 0 0 14px;
}
.office .name {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 6px;
}
.office address {
  font-style: normal;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
}
.office .reg {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 12px;
}

/* ---------- contact ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
}
.contact-form { padding-top: 12px; }
.contact-form label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ox);
  margin: 28px 0 8px;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink-2);
  background: transparent;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 17px;
  padding: 6px 0 8px;
  color: var(--ink);
  border-radius: 0;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-bottom-color: var(--ox);
}
.contact-form textarea {
  min-height: 140px;
  resize: vertical;
  line-height: 1.5;
}
.contact-form .hint {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  color: var(--ink-3);
  margin-top: 4px;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}
.contact-form button {
  margin-top: 36px;
  background: var(--ox);
  color: var(--paper);
  border: 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 16px 32px;
  cursor: pointer;
}
.contact-form button:hover { background: var(--ox-deep); }

.contact-aside h3 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  margin: 32px 0 10px;
}
.contact-aside h3:first-child { margin-top: 0; }
.contact-aside p, .contact-aside address {
  font-size: 15px;
  color: var(--ink-2);
  font-style: normal;
  margin: 0 0 8px;
  line-height: 1.55;
}
.contact-aside a { color: var(--ox); }

/* ---------- footer ---------- */
footer.foot {
  margin-top: 0;
  background: var(--ink);
  color: var(--paper);
  padding: 72px 0 36px;
}
footer.foot .grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
}
footer.foot h4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 14px;
  font-weight: 600;
}
footer.foot .brand-foot {
  font-family: 'Spectral', serif;
  font-size: 22px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 400;
}
footer.foot p, footer.foot address {
  font-size: 14px;
  line-height: 1.6;
  font-style: normal;
  margin: 0 0 10px;
  color: #D9CFB7;
}
footer.foot a {
  color: var(--paper);
  border-bottom-color: rgba(244,238,224,0.4);
}
footer.foot a:hover { color: var(--gold); border-bottom-color: var(--gold); }
footer.foot .legal {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid rgba(244,238,224,0.18);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9B9081;
}

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .wrap { padding: 0 24px; }
  .topbar-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .nav-links { flex-wrap: wrap; gap: 16px; }
  .feat-grid { grid-template-columns: 1fr; gap: 48px; }
  .declined { grid-template-columns: 1fr; gap: 36px; }
  .cat-intro { grid-template-columns: 1fr; gap: 24px; }
  .entry { grid-template-columns: 64px 1fr; }
  .entry .spec { grid-column: 1 / -1; margin-top: 8px; }
  .service-grid { grid-template-columns: 1fr; }
  .refuse ul { grid-template-columns: 1fr; }
  .founders { grid-template-columns: 1fr; }
  .offices { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  footer.foot .grid { grid-template-columns: 1fr 1fr; }
  .cat-section-head { grid-template-columns: 56px 1fr; gap: 18px; }
}

/* =========================================================
   FINAL-DRAFT additions (v7 — Curator base + Almanac/Grower-Back blocks)
   ========================================================= */

/* ---------- MONTH STRIP (from Almanac, restyled to Curator palette) ---------- */
.monthstrip {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  background: var(--paper-2);
  font-family: 'Inter Tight', system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.monthstrip > div {
  padding: 11px 4px 12px;
  text-align: center;
  border-right: 1px solid rgba(217,207,183,0.55);
  position: relative;
}
.monthstrip > div:last-child { border-right: none; }
.monthstrip > .now {
  background: var(--ox);
  color: var(--paper);
  font-weight: 600;
  letter-spacing: 0.24em;
}
.monthstrip > .now::after {
  content: "";
  position: absolute;
  left: 50%; bottom: -7px;
  width: 0; height: 0;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--ox);
}

/* ---------- DISPATCHES (from Almanac "what is on the water") ---------- */
.dispatches { margin-top: 2.4rem; }
.dispatch {
  display: grid;
  grid-template-columns: 130px 1fr 240px 100px;
  gap: 28px;
  padding: 24px 0;
  border-top: 1px solid var(--rule);
  align-items: start;
}
.dispatch:last-child { border-bottom: 1px solid var(--rule); }
.dispatch .when {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  line-height: 1.5;
}
.dispatch .when b {
  display: block;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  margin: 4px 0 6px;
}
.dispatch .what h3 {
  font-family: 'Spectral', serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 8px;
}
.dispatch .what p {
  margin: 0;
  font-size: 15.5px;
  color: var(--ink-2);
}
.dispatch .from {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.dispatch .from b {
  display: block;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  margin: 4px 0 4px;
}
.dispatch .from span {
  display: block;
  font-size: 12px;
  color: var(--ink-3);
  text-transform: none;
  letter-spacing: 0;
  margin-top: 2px;
}
.dispatch .tag {
  justify-self: end;
  align-self: start;
  font-family: 'Inter Tight', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid;
}
.dispatch .tag.peak { color: var(--ox); border-color: var(--ox); }
.dispatch .tag.stable { color: #4f7553; border-color: #4f7553; }
.dispatch .tag.closing { color: var(--ink-3); border-color: var(--ink-3); }

@media (max-width: 900px) {
  .dispatch {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .dispatch .tag { justify-self: start; }
}

/* ---------- PAPERWORK SIX-UP (from Grower-Back, restyled) ---------- */
.paperwork {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 2.6rem;
  border-top: 1px solid var(--rule);
}
.paperwork .pw {
  padding: 26px 28px 28px;
  border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.paperwork .pw:nth-child(3n) { border-right: none; }
.paperwork .pw:nth-last-child(-n+3) { border-bottom: none; }
.paperwork .pw .pw-lbl {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
  margin-bottom: 12px;
}
.paperwork .pw h4 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: var(--ink);
}
.paperwork .pw p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}

@media (max-width: 800px) {
  .paperwork { grid-template-columns: 1fr; }
  .paperwork .pw { border-right: none !important; }
  .paperwork .pw:last-child { border-bottom: none; }
}

/* ---------- REGIONS / FARMS GRID (from Grower-Back) ---------- */
.regions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 56px;
  margin-top: 2.4rem;
}
.regions .reg h4 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.15;
  margin: 0 0 6px;
}
.regions .reg .crops {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
  margin-bottom: 10px;
}
.regions .reg p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}
@media (max-width: 800px) {
  .regions { grid-template-columns: 1fr; }
}

/* ---------- EURO SPLIT (from Grower-Back about) ---------- */
.split {
  margin-top: 2.6rem;
  background: var(--paper-2);
  border: 1px solid var(--rule);
  padding: 36px 40px 40px;
}
.split h3 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 6px;
}
.split .lede {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 22px;
}
.split-bar {
  display: flex;
  height: 36px;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 16px;
}
.split-bar > div {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.06em;
  color: var(--paper);
  padding: 0 8px;
  white-space: nowrap;
}
.split-bar .farm   { background: #B05A3C; }
.split-bar .ship   { background: #8E7A53; }
.split-bar .cert   { background: #5F7556; color: var(--paper); }
.split-bar .handle { background: #9CA686; color: var(--ink); }
.split-bar .margin { background: var(--ink); }

.split-key {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 18px;
}
.split-key > div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.split-key .swatch {
  width: 12px; height: 12px;
  flex: 0 0 12px;
  margin-top: 6px;
}
.split-key .pct {
  display: block;
  font-family: 'Spectral', serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1;
  color: var(--ink);
}
.split-key .label {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 2px;
}
@media (max-width: 800px) {
  .split-key { grid-template-columns: 1fr 1fr; }
}

/* ---------- FOUNDER CARDS (Almanac-style 3-up, Curator typography) ---------- */
.founders3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  margin-top: 2.4rem;
}
.founders3 .fdr .plate {
  aspect-ratio: 4 / 5;
  position: relative;
  margin-bottom: 18px;
}
.founders3 .fdr .plate.a { background: linear-gradient(170deg, #A07859 0%, #6D4F38 100%); }
.founders3 .fdr .plate.b { background: linear-gradient(170deg, #B79566 0%, #8A6939 100%); }
.founders3 .fdr .plate.c { background: linear-gradient(170deg, #92A089 0%, #66745E 100%); }
.founders3 .fdr .plate::after {
  content: "";
  position: absolute;
  inset: 18% 28% 30% 28%;
  background: rgba(40,30,20,0.18);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.founders3 .fdr .caption {
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 14px;
  line-height: 1.5;
}
.founders3 .fdr .caption b {
  color: var(--ink);
  font-weight: 600;
}
.founders3 .fdr .fdr-role {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
  margin-bottom: 6px;
}
.founders3 .fdr h3 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 6px;
}
.founders3 .fdr .where {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--ink-3);
  margin-bottom: 14px;
}
.founders3 .fdr p {
  margin: 0 0 12px;
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--ink-2);
}
.founders3 .fdr p:last-child { margin-bottom: 0; }

@media (max-width: 900px) {
  .founders3 { grid-template-columns: 1fr; gap: 40px; }
}

/* ---------- WEEK NUMBER HERO (subtle, smaller than Almanac's) ---------- */
.weeklabel {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 8px;
}
.weeklabel b { color: var(--ox); font-weight: 600; }

/* ---------- small helpers ---------- */
.hairline { height: 1px; background: var(--rule); }
.note-tight { font-size: 14.5px; color: var(--ink-3); }

/* =========================================================
   v7 REVISION — Almanac masthead + weekhero, Curator palette
   These override the .topbar/.cover styles inherited from Curator.
   ========================================================= */

/* MASTHEAD ─ three-column, italic Spectral wordmark, restrained sides */
.masthead {
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  padding: 20px 0 14px;
}
.masthead-top {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 24px;
}
.masthead-left, .masthead-right {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  line-height: 1.55;
}
.masthead-right { text-align: right; }
.masthead-brand {
  text-align: center;
}
.masthead-brand a {
  display: inline-block;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(26px, 3vw, 34px);
  letter-spacing: 0.01em;
  line-height: 1;
  color: var(--ink);
  border-bottom: none;
}
.masthead-tag {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 7px;
}

/* NAV ─ secondary row, double rule below */
.nav {
  border-top: 1px solid var(--rule);
  border-bottom: 3px double var(--rule);
}
.nav-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 8px 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}
.nav-inner a {
  color: var(--ink-2);
  border-bottom: none;
  padding: 6px 14px;
}
.nav-inner a:hover { color: var(--ox); }
.nav-inner a.active {
  color: var(--ox);
  border-bottom: 1px solid var(--ox);
  padding-bottom: 5px;
}

/* WEEKHERO ─ two-column, big weeknumeral + headline + drop-cap lede */
.weekhero {
  padding: 56px 0 56px;
  border-bottom: 1px solid var(--rule);
}
.weekhero-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 56px;
  align-items: end;
}
.weekno {
  font-family: 'Spectral', serif;
  font-weight: 500;
  font-size: clamp(7rem, 13vw, 10rem);
  line-height: 0.85;
  letter-spacing: -0.03em;
  color: var(--ink);
  font-variant-numeric: lining-nums;
  position: relative;
}
.weekno .small {
  display: block;
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 12px;
  line-height: 1;
}
.weekno .tag-italic {
  display: block;
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  color: var(--ox);
  margin-top: 16px;
  letter-spacing: 0.01em;
}
.weekhero-dates {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 22px;
}
.weekhero-dates b { color: var(--ink); font-weight: 600; }
.weekhero-headline {
  font-family: 'Spectral', serif;
  font-size: clamp(28px, 2.9vw, 38px);
  line-height: 1.22;
  font-weight: 400;
  letter-spacing: -0.005em;
  margin: 0 0 24px;
  max-width: 26ch;
  color: var(--ink);
}
.weekhero-headline em {
  font-style: italic;
  color: var(--ox);
}
.weekhero-lede {
  font-family: 'Spectral', serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 50ch;
}
.weekhero-lede .dropcap {
  float: left;
  font-family: 'Spectral', serif;
  font-size: 58px;
  line-height: 0.8;
  padding: 7px 10px 0 0;
  font-weight: 500;
  color: var(--ox);
}

@media (max-width: 900px) {
  .masthead-top { grid-template-columns: 1fr; text-align: center; }
  .masthead-left, .masthead-right { text-align: center; }
  .weekhero-grid { grid-template-columns: 1fr; gap: 28px; }
}

/* =========================================================
   v7.2 — Year strip (the full almanac of the harvest)
   Adapted from Almanac, restyled in Curator palette.
   ========================================================= */
.yearstrip-section { padding: 24px 0 32px; }
.yearstrip {
  margin-top: 18px;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
  padding: 16px 0;
}
.yearstrip-row {
  display: grid;
  grid-template-columns: 12rem repeat(12, 1fr);
  align-items: center;
  border-bottom: 1px solid rgba(217,207,183,0.5);
  padding: 8px 0;
  font-family: 'Inter Tight', sans-serif;
  font-size: 12.5px;
}
.yearstrip-row:last-child { border-bottom: none; }
.yearstrip-row.header {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-bottom: 10px;
  border-bottom: 1px solid var(--rule);
}
.yearstrip-row.header > div { text-align: center; }
.yearstrip-row .crop {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  padding-right: 16px;
}
.yearstrip .bar {
  height: 10px;
  background: transparent;
  position: relative;
  margin: 0 2px;
}
.yearstrip .bar.on { background: #C2A37A; }
.yearstrip .bar.on.peak { background: var(--ox); }
.yearstrip .bar.on.light { background: var(--rule); }
.yearstrip .bar.now { outline: 2px solid var(--ink); outline-offset: 1px; z-index: 1; }
.season-intro {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-size: 15px;
  color: var(--ink-3);
  margin: 8px 0 4px;
  max-width: 70ch;
}

@media (max-width: 800px) {
  .yearstrip-row { grid-template-columns: 6rem repeat(12, 1fr); font-size: 11px; }
  .yearstrip-row .crop { font-size: 13px; padding-right: 8px; }
}

/* =========================================================
   v7.3 — cover hero override: sized down, kept Curator-style
   ========================================================= */
.cover { padding: 64px 0 72px; }
.cover-meta { margin-bottom: 28px; }
.cover h1 {
  font-size: clamp(36px, 4.2vw, 56px) !important;
  line-height: 1.1 !important;
  max-width: 22ch;
}
.cover .by { margin-top: 36px; }

/* =========================================================
   v7.4 — Catalog card with photo-led layout
   ========================================================= */
.lot-card {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 2.2fr;
  grid-template-rows: auto auto;
  gap: 28px 40px;
  margin-bottom: 88px;
  padding-bottom: 88px;
  border-bottom: 1px solid var(--rule);
}
.lot-card:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
/* collapse the doubled top padding when two sections sit adjacent */
.section + .section { padding-top: 0; }

.lot-card .head-left {
  grid-column: 1; grid-row: 1;
  align-self: end;
  padding-bottom: 4px;
}
.lot-card .head-left .num {
  font-family: 'Spectral', serif;
  font-size: clamp(64px, 7.4vw, 96px);
  line-height: 1;
  font-weight: 300;
  color: var(--ox);
  letter-spacing: -0.02em;
  display: block;
}
.lot-card .head-left .title {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.1;
  color: var(--ox);
  margin-top: 22px;
  max-width: 13ch;
  display: block;
}

.lot-card .head-img {
  grid-column: 2; grid-row: 1;
  aspect-ratio: 16 / 5;
  background: var(--paper-2);
  overflow: hidden;
  border-radius: 8px;
  align-self: end;
  margin-bottom: 4px;
}
.lot-card .head-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/* hint object-position per lot where the default center crops awkwardly */
.lot-card .head-img.focus-top    img { object-position: center top; }
.lot-card .head-img.focus-bottom img { object-position: center bottom; }
.lot-card .head-img.focus-left   img { object-position: left center; }
.lot-card .head-img.focus-right  img { object-position: right center; }

.lot-card .body {
  grid-column: 1 / 3; grid-row: 2;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 64px;
  align-items: start;
  padding-top: 6px;
}
.lot-card h3 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--ink);
}
.lot-card .cultivar {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 18px;
}
.lot-card .desc {
  font-family: 'Spectral', serif;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 18px;
}
.lot-card .pair {
  border-left: 2px solid var(--gold);
  padding-left: 18px;
  font-style: italic;
  color: var(--ink-3);
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.lot-card .spec-block {
  border-top: 1px solid var(--rule);
  padding-top: 14px;
}
.lot-card .spec-block dl {
  display: grid;
  grid-template-columns: 78px 1fr;
  row-gap: 12px;
  column-gap: 16px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 14px;
  margin: 0;
}
.lot-card .spec-block dt {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  padding-top: 1px;
}
.lot-card .spec-block dd {
  color: var(--ink);
  margin: 0;
}
.lot-card .spec-block dd b { font-weight: 600; color: var(--ink); }
.lot-card .window {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--rule);
  font-family: 'Inter Tight', sans-serif;
  font-size: 13px;
  color: var(--ox);
  letter-spacing: 0.04em;
}

@media (max-width: 980px) {
  .lot-card {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .lot-card .head-left,
  .lot-card .head-img { grid-column: 1; grid-row: auto; }
  .lot-card .head-left .title { max-width: 100%; }
  .lot-card .body { grid-column: 1; grid-row: auto; grid-template-columns: 1fr; gap: 28px; }
}

/* section header for the catalog */
.cat-section-head {
  display: flex; align-items: baseline; gap: 26px;
  border-top: 1px solid var(--rule);
  padding: 36px 0 16px;
  margin-bottom: 32px;
}
.cat-section-head .ix {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ox);
}
.cat-section-head h2 {
  font-family: 'Spectral', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  margin: 0;
  color: var(--ink);
  flex: 1;
}

/* =========================================================
   v7.6 — placeholder styling for catalog while photos curate
   ========================================================= */
.head-img.placeholder {
  background: var(--paper-2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.head-img.placeholder::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed var(--rule);
  pointer-events: none;
}
.head-img.placeholder span {
  font-family: 'Inter Tight', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding: 6px 14px;
  background: var(--paper);
  border: 1px solid var(--rule);
  position: relative;
}
