@charset "utf-8";
/* =========================================================================
   HATTI
   Chai, sold by the tin.

   Contents
   00  Fonts
   01  Tokens
   02  Reset & base
   03  Type
   04  Layout primitives
   05  Devices — plate, awning, ledger, ticket, arch
   06  Buttons & links
   07  Chrome — notice, nav, menu, cart, footer
   08  Illustration
   09  The tin & product furniture
   10  Photography slots
   11  Page sections
   12  Utilities, motion, print
   ========================================================================= */

/* 00  Fonts ------------------------------------------------------------- */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/fraunces-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/fraunces-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/fraunces-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* Logo only. Subset to the eight glyphs in "hatti"/"HATTI" — under 4 KB.
   Never used for running text. */
@font-face {
  font-family: 'Hatti Logo';
  font-style: normal;
  font-weight: 800 900;
  font-display: block;
  src: url('/assets/fonts/grenze-gotisch-logo.woff2') format('woff2');
  unicode-range: U+41, U+48-49, U+54, U+61, U+68-69, U+74;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
  src: url('/assets/fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
    U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0,
    U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* 01  Tokens ------------------------------------------------------------ */

:root {
  /* Hatti's brand palette, as supplied by the client. These four are the
     whole system — every field, every rule, every piece of type. */
  --cream: #f7f3ec;   /* Cream        */
  --red: #c72222;     /* Primary Red  */
  --red-deep: #7a1113; /* Dark Red    */
  --black: #121212;   /* Black        */

  /* Working aliases and derived steps. Nothing new is introduced here — the
     greys are tints of the black, the paper steps are tints of the cream. */
  --paper: var(--cream);
  --paper-2: #efe9de;
  --paper-3: #e4dcce;
  --ink: var(--black);
  --ink-2: #4f4f4f;
  --ink-3: #6e6e6e;

  /* Illustration pigments only — chai is brown, and a drawing needs a mid
     tone to sit between the cream and the red. Never used for type or UI. */
  --chai: #7a4522;
  --chai-2: #c98a4b;

  /* Per-field colour roles. Sections re-point these; components never
     reference a hue directly. */
  --field: var(--paper);
  --on-field: var(--ink);
  --on-field-2: var(--ink-2);
  --rule: rgba(18, 18, 18, 0.22);

  --font-display: 'Fraunces', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --font-logo: 'Hatti Logo', 'Fraunces', Georgia, serif;
  --font-text: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  /* The small end of the scale was the whole problem: two thirds of the text on
     a page sat at 13px or below, and 49 elements on the homepage alone were at
     11px — condensed, bold, uppercase and widely tracked all at once. Each step
     up here is one notch, applied at the token so every component follows. */
  --t-2xs: 0.75rem;
  --t-xs: 0.8125rem;
  --t-sm: 0.875rem;
  --t-base: clamp(1rem, 0.97rem + 0.15vw, 1.0625rem);
  --t-lg: clamp(1.0625rem, 1rem + 0.3vw, 1.1875rem);
  --t-xl: clamp(1.1875rem, 1.09rem + 0.44vw, 1.4375rem);

  /* Display type is sized to the sentence, never to the viewport. */
  --d-1: clamp(2.7rem, 2.13rem + 2.55vw, 4.125rem);
  --d-2: clamp(2rem, 1.63rem + 1.6vw, 2.875rem);
  --d-3: clamp(1.5rem, 1.33rem + 0.74vw, 1.875rem);
  --d-4: clamp(1.15rem, 1.07rem + 0.36vw, 1.375rem);

  --gutter: clamp(1.125rem, 0.6rem + 2.4vw, 3.25rem);
  --max: 82.5rem;
  --measure: 34rem;
  --sect: clamp(3.25rem, 2.1rem + 5.6vw, 7.5rem);

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 0.32s;
}

/* Coloured fields. Applied to a section; everything inside inherits.
   Four grounds, four rhythms: cream, cream-2, red, dark red, black. Every
   pairing below clears WCAG AA — see the table in BRAND.md. */
.f-paper  { --field: var(--paper);   --on-field: var(--ink);   --on-field-2: var(--ink-2); --rule: rgba(18,18,18,.2); }
.f-paper2 { --field: var(--paper-2); --on-field: var(--ink);   --on-field-2: var(--ink-2); --rule: rgba(18,18,18,.22); }
.f-red    { --field: var(--red);     --on-field: var(--cream); --on-field-2: #f5e4e2;      --rule: rgba(247,243,236,.4); }
.f-deep   { --field: var(--red-deep);--on-field: var(--cream); --on-field-2: #efdad8;      --rule: rgba(247,243,236,.34); }
.f-ink    { --field: var(--ink);     --on-field: var(--cream); --on-field-2: #a5a5a5;      --rule: rgba(247,243,236,.28); }

[class*='f-'] {
  background: var(--field);
  color: var(--on-field);
}

/* 02  Reset & base ------------------------------------------------------ */

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

* { margin: 0; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-text);
  font-size: var(--t-base);
  line-height: 1.6;
  font-variation-settings: 'wdth' 100;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body.is-locked { overflow: hidden; }

img,
svg,
video { display: block; max-width: 100%; }
img { height: auto; }

button,
input,
textarea { font: inherit; color: inherit; }

a { color: inherit; }

:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 3px;
  border-radius: 2px;
}
.f-red :focus-visible,
.f-red :focus-visible,
.f-deep :focus-visible,
.f-ink :focus-visible { outline-color: var(--cream); }

::selection { background: var(--red); color: var(--cream); }

.skip {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -120%);
  z-index: 200;
  background: var(--ink);
  color: var(--paper);
  padding: 0.75rem 1.25rem;
  font: 600 var(--t-sm) / 1 var(--font-text);
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-decoration: none;
}
.skip:focus { transform: translate(-50%, 0); }

main:focus { outline: none; }

/* 03  Type -------------------------------------------------------------- */

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: 'SOFT' 40, 'WONK' 1, 'opsz' 96;
  line-height: 1.04;
  letter-spacing: -0.018em;
  text-wrap: balance;
}

p { text-wrap: pretty; }

.d1 { font-size: var(--d-1); }
.d2 { font-size: var(--d-2); }
.d3 { font-size: var(--d-3); }
.d4 { font-size: var(--d-4); }

.lede {
  font-size: var(--t-xl);
  line-height: 1.45;
  color: var(--on-field);
  max-width: 32ch;
}

.body p + p { margin-top: 1.1em; }
.body {
  max-width: var(--measure);
  color: var(--on-field-2);
}
.body--wide { max-width: 46rem; }

/* Small-caps condensed label — the site's only eyebrow. */
.lbl {
  display: inline-block;
  font-family: var(--font-text);
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1;
  color: var(--on-field-2);
}
.lbl--strong { color: var(--on-field); }
.lbl--red { color: var(--red); }

.ast {
  color: var(--red);
  font-size: 0.7em;
  vertical-align: 0.45em;
  margin-inline-start: 0.15em;
}
.f-red .ast, .f-deep .ast, .f-ink .ast { color: var(--cream); }

.serifit { font-family: var(--font-display); font-style: italic; font-variation-settings: 'SOFT' 60, 'WONK' 1; }

/* The brand name inside running text, painted with the real logo artwork.
   The typeface is only an approximation of a custom logotype, so the mask is
   used here for the same reason it is used for the wordmark. */
.brandname__t {
  font-family: var(--font-logo);
  font-weight: 900;
  font-style: normal;
  font-size: 1.04em;
  letter-spacing: -0.005em;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) {
  .brandname {
    display: inline-block;
    /* 317 units of the artwork is ascender-to-baseline. Measured against the
       type it sits in: the ascender should clear the cap height slightly, the
       way a lowercase ascender does. 0.76em sat visibly short. */
    height: 0.95em;
    aspect-ratio: 595 / 317;
    vertical-align: baseline;
    background-color: currentColor;
    -webkit-mask: url('/assets/logo.svg') no-repeat center / contain;
    mask: url('/assets/logo.svg') no-repeat center / contain;
  }
  .brandname__t {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
}

/* 04  Layout primitives ------------------------------------------------- */

.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.wrap--narrow { max-width: 62rem; }
.wrap--text { max-width: 44rem; }

.sect { padding-block: var(--sect); position: relative; }
.sect--tight { padding-block: calc(var(--sect) * 0.62); }
.sect--flush-b { padding-bottom: 0; }

.grid12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1.25rem, 0.6rem + 2vw, 2.75rem);
}

.stack > * + * { margin-top: var(--s, 1rem); }

/* 05  Devices ----------------------------------------------------------- */

/* Enamel plate --------------------------------------------------------- */
.plate {
  --plate-bg: var(--ink);
  --plate-fg: var(--paper);
  display: inline-block;
  background: var(--plate-bg);
  color: var(--plate-fg);
  border-radius: 0.55rem;
  padding: 0.34rem;
  line-height: 1;
}
.plate__inner {
  display: block;
  border: 1px solid currentColor;
  border-radius: 0.3rem;
  padding: 0.4rem 0.7rem;
  font-family: var(--font-text);
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  opacity: 0.98;
}
.plate--red { --plate-bg: var(--red); --plate-fg: var(--paper); }
.plate--deep { --plate-bg: var(--red-deep); --plate-fg: var(--cream); }
.plate--paper { --plate-bg: var(--paper); --plate-fg: var(--ink); }

/* Wordmark ------------------------------------------------------------- */
/* The mark is the word, in the logo face. No container: on paper it is red,
   on a coloured field it is paper. Matches the profile mark. */
.wordmark {
  --wm-fg: var(--red);
  display: inline-block;
  color: var(--wm-fg);
  text-decoration: none;
  line-height: 1;
}
.wordmark--paper { --wm-fg: var(--cream); }
/* Real logo artwork, painted through a mask so one file serves every field:
   the box is filled with currentColor and the SVG cuts the shape out of it. */
.wordmark__art { display: none; }
.wordmark .wordmark__text--fallback { display: block; }
@supports ((-webkit-mask-image: none) or (mask-image: none)) {
  .wordmark__art {
    display: block;
    height: 1.5em;
    aspect-ratio: 595 / 317;
    background-color: currentColor;
    -webkit-mask: url('/assets/logo.svg') no-repeat center / contain;
    mask: url('/assets/logo.svg') no-repeat center / contain;
    transition: transform var(--dur) var(--ease);
    transform-origin: 0 60%;
  }
  .wordmark .wordmark__text--fallback { display: none; }
  .wordmark--sm .wordmark__art { height: 1.2em; }
  .wordmark--lg .wordmark__art { height: clamp(1.9rem, 1.3rem + 2.2vw, 2.9rem); }
  .wordmark:hover .wordmark__art { transform: rotate(-1.5deg); }
}
.wordmark__text {
  display: block;
  font-family: var(--font-logo);
  font-size: 1.95rem;
  font-weight: 900;
  letter-spacing: -0.005em;
  line-height: 0.82;
  padding-block: 0.14em;
  transition: transform var(--dur) var(--ease);
  transform-origin: 0 60%;
}
.wordmark--sm .wordmark__text { font-size: 1.4rem; }
.wordmark--lg .wordmark__text { font-size: clamp(2.25rem, 1.6rem + 2.4vw, 3.5rem); }
.wordmark:hover .wordmark__text { transform: rotate(-1.5deg); }

/* Awning --------------------------------------------------------------- */
.awning {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: clamp(1rem, 0.6rem + 1.6vw, 1.9rem);
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}
.awning svg { width: 100%; height: 100%; }
.awning--flip { bottom: auto; top: -1px; }

/* Ledger rule ----------------------------------------------------------- */
.ledger {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}
.ledger__n {
  font-family: var(--font-text);
  font-size: var(--t-2xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  letter-spacing: 0.1em;
  font-variant-numeric: tabular-nums;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  padding: 0.24em 0.55em;
  line-height: 1;
  opacity: 0.85;
}
.ledger__label {
  font-family: var(--font-text);
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.ledger__rule {
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.28;
}

/* Price ticket ---------------------------------------------------------- */
.ticket {
  --tk-bg: var(--red);
  --tk-fg: var(--cream);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: var(--tk-bg);
  color: var(--tk-fg);
  padding: 0.4em 0.75em 0.4em 0.6em;
  transform: rotate(var(--tilt, -3deg));
  clip-path: polygon(0.55em 0, 100% 0, 100% 100%, 0.55em 100%, 0 50%);
  box-shadow: 0.18em 0.22em 0 rgba(18, 18, 18, 0.18);
}
.ticket--paper { --tk-bg: var(--paper); --tk-fg: var(--ink); }
.ticket--red { --tk-bg: var(--red); --tk-fg: var(--paper); }
.ticket--deep { --tk-bg: var(--red-deep); --tk-fg: var(--cream); }
.ticket--ink { --tk-bg: var(--ink); --tk-fg: var(--paper); }
.ticket__hole {
  width: 0.34em;
  height: 0.34em;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.5;
  flex: none;
  margin-left: 0.15em;
}
.ticket__body {
  font-family: var(--font-text);
  font-size: var(--t-sm);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
}

/* 06  Buttons & links --------------------------------------------------- */

.btn {
  --btn-bg: var(--ink);
  --btn-fg: var(--paper);
  display: inline-block;
  background: var(--btn-bg);
  color: var(--btn-fg);
  border: 0;
  border-radius: 0.55rem;
  padding: 0.3rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
  box-shadow: 0.18rem 0.22rem 0 rgba(18, 18, 18, 0.28);
}
.btn__face {
  display: block;
  border: 1px solid currentColor;
  border-radius: 0.32rem;
  padding: 0.62rem 1.15rem;
  font-family: var(--font-text);
  font-size: var(--t-xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  line-height: 1.1;
  white-space: nowrap;
}
.btn--sm .btn__face { padding: 0.45rem 0.85rem; font-size: var(--t-2xs); }
.btn--lg .btn__face { padding: 0.78rem 1.5rem; font-size: var(--t-sm); }
.btn--red { --btn-bg: var(--red); --btn-fg: var(--paper); }

.btn--paper { --btn-bg: var(--paper); --btn-fg: var(--ink); }
.btn--deep { --btn-bg: var(--red-deep); --btn-fg: var(--cream); }
.btn--ghost {
  --btn-bg: transparent;
  --btn-fg: var(--on-field);
  box-shadow: none;
  border: 1px solid currentColor;
  border-radius: 0.55rem;
}
.btn--ghost .btn__face { border-color: transparent; }
.btn:hover { transform: translate(-1px, -2px); box-shadow: 0.28rem 0.34rem 0 rgba(18, 18, 18, 0.28); }
.btn:active { transform: translate(1px, 1px); box-shadow: 0.1rem 0.12rem 0 rgba(18, 18, 18, 0.28); }
.f-red .btn, .f-deep .btn, .f-ink .btn { box-shadow: 0.18rem 0.22rem 0 rgba(0, 0, 0, 0.3); }
.btn[disabled] { opacity: 0.5; cursor: not-allowed; transform: none; }

.ulink {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(var(--red), var(--red));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 0.16em;
  padding-bottom: 0.06em;
  transition: background-size 0.2s var(--ease);
  font-weight: 500;
}
.ulink:hover { background-size: 100% 0.55em; }
.f-red .ulink,
.f-deep .ulink,
.f-ink .ulink { background-image: linear-gradient(var(--cream), var(--cream)); }

/* 07  Chrome ------------------------------------------------------------ */

/* Notice strip */
.notice {
  background: var(--red-deep);
  color: var(--cream);
  text-align: center;
  padding: 0.55rem var(--gutter);
}
.notice__text {
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3;
}

/* Shop sign / nav */
.shopnav {
  position: sticky;
  top: 0;
  z-index: 60;
  background: var(--paper);
  border-bottom: 2.5px solid var(--ink);
  box-shadow: 0 3px 0 var(--red);
  transition: padding var(--dur) var(--ease);
}
.shopnav__in {
  max-width: var(--max);
  margin-inline: auto;
  padding: 0.7rem var(--gutter);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: clamp(0.5rem, 0.2rem + 1vw, 1.25rem);
  transition: padding var(--dur) var(--ease);
}
.shopnav.is-stuck .shopnav__in { padding-block: 0.42rem; }
.shopnav.is-stuck .wordmark__text { font-size: 1.6rem; }

.shopnav__links { margin-inline: auto; }
.shopnav__links ul {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0.3rem + 1.7vw, 2.25rem);
  list-style: none;
  padding: 0;
}
.shopnav__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: var(--t-xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  padding-block: 0.35rem;
  white-space: nowrap;
}
.shopnav__link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.05rem;
  height: 0.42em;
  background: var(--red);
  opacity: .18;
  transform: scaleY(0);
  transform-origin: 50% 100%;
  transition: transform 0.2s var(--ease);
  z-index: -1;
}
.shopnav__link:hover::after,
.shopnav__link.is-on::after { transform: scaleY(1); }
.shopnav__link.is-on { color: var(--red); }
.shopnav__link.is-on { font-variation-settings: 'wdth' 88; }

.shopnav__end {
  display: flex;
  flex: none;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
.wordmark { flex: none; }
@media (min-width: 62rem) {
  .shopnav__end { margin-left: 0; }
}

/* Instagram badge — the enamel plate, reused. It is the only outward link in
   the nav, so it gets the brand device rather than a platform-styled pill. */
.iglink {
  display: inline-block;
  flex: none;
  background: var(--red);
  color: var(--paper);
  border-radius: 0.55rem;
  padding: 0.28rem;
  text-decoration: none;
  box-shadow: 0.14rem 0.18rem 0 rgba(18, 18, 18, 0.24);
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}
.iglink__face {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
  border: 1px solid currentColor;
  border-radius: 0.34rem;
  padding: 0.34rem 0.6rem;
  white-space: nowrap;
}
.iglink__face svg { flex: none; }
.iglink__word {
  font-size: var(--t-2xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.iglink:hover { transform: translate(-1px, -2px); box-shadow: 0.22rem 0.28rem 0 rgba(18, 18, 18, 0.24); }
.iglink:active { transform: translate(1px, 1px); box-shadow: 0.06rem 0.08rem 0 rgba(18, 18, 18, 0.24); }
/* Below the mobile-menu breakpoint the handle would crowd the Menu button,
   so the badge falls back to the glyph alone. */
@media (max-width: 61.99rem) {
  .iglink__word { display: none; }
  .iglink__face { padding-inline: 0.42rem; }
}

.menubtn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: var(--ink);
  color: var(--paper);
  border: 0;
  border-radius: 0.5rem;
  padding: 0.5rem 0.7rem;
  cursor: pointer;
}
.menubtn__word {
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.menubtn__bars { display: grid; gap: 3px; width: 1rem; }
.menubtn__bars i { display: block; height: 2px; background: currentColor; }
@media (min-width: 62rem) {
  .menubtn { display: none; }
}
@media (max-width: 61.99rem) {
  .shopnav__links { display: none; }
}

/* Mobile menu */
.menu {
  position: fixed;
  inset: 0;
  z-index: 90;
}
.menu[hidden] { display: none; }
.menu__sheet {
  position: absolute;
  inset: 0;
  background: var(--red-deep);
  color: var(--cream);
  padding: clamp(2rem, 1.2rem + 3vw, 2.9rem) var(--gutter) 3.5rem;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateY(-100%);
  transition: transform 0.42s var(--ease);
}
.menu.is-open .menu__sheet { transform: translateY(0); }
.menu__top { display: flex; align-items: center; justify-content: space-between; }
.menu__close {
  background: transparent;
  border: 1.5px solid currentColor;
  border-radius: 0.5rem;
  color: inherit;
  padding: 0.5rem 0.8rem;
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  cursor: pointer;
}
.menu__list { list-style: none; padding: 0; margin-top: 2.25rem; }
.menu__list li + li { border-top: 1px solid rgba(247, 243, 236, 0.28); }
.menu__list a {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 0;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 1.3rem + 3.2vw, 2.9rem);
  font-weight: 600;
  font-variation-settings: 'SOFT' 40, 'WONK' 1, 'opsz' 100;
  letter-spacing: -0.02em;
}
.menu__n {
  font-family: var(--font-text);
  font-size: var(--t-2xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  letter-spacing: 0.14em;
  opacity: 0.6;
}
.menu__foot { margin-top: auto; padding-top: 2.5rem; }
.menu__hours { font-size: var(--t-sm); color: #bcd3c6; max-width: 22ch; }
.menu__mail {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: var(--t-sm);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.menu .awning { z-index: 1; }

/* Footer — the back of the tin */
.tinback {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  --on-field: var(--paper);
  --on-field-2: #b9a695;
  padding-top: clamp(3.5rem, 2rem + 5vw, 5.5rem);
  margin-top: 0;
}
.tinback__in {
  max-width: var(--max);
  margin-inline: auto;
  padding: 0 var(--gutter) 3rem;
  display: grid;
  gap: clamp(2rem, 1rem + 3vw, 3.5rem);
  grid-template-columns: 1fr;
}
@media (min-width: 50rem) {
  .tinback__in { grid-template-columns: 1.1fr 1.2fr; }
}
@media (min-width: 72rem) {
  .tinback__in { grid-template-columns: 1fr 1.15fr 0.95fr; }
}
.tinback__punjabi {
  font-size: var(--t-xl);
  color: var(--cream);
  opacity: .85;
  margin-top: 0.9rem;
  line-height: 1.2;
}
.tinback__next {
  font-family: var(--font-display);
  font-size: var(--d-4);
  font-weight: 700;
  color: var(--paper);
}
.tinback__nextmeta {
  font-size: var(--t-sm);
  color: #a5a5a5;
  margin-top: 0.2rem;
}
.tinback__nextact { margin-top: 0.7rem; }
.tinback__nextact a {
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  text-underline-offset: 4px;
}
.tinback__line {
  font-family: var(--font-display);
  font-size: var(--t-xl);
  margin-top: 0.5rem;
  max-width: 18ch;
}
.tinback__addr { font-size: var(--t-sm); color: #a5a5a5; margin-top: 0.9rem; line-height: 1.55; }
.tinback__social { list-style: none; padding: 0; margin-top: 1.1rem; display: grid; gap: 0.3rem; }
.tinback__social a {
  font-size: var(--t-xs);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  text-decoration: none;
}
.tinback__social a span { color: #a5a5a5; font-variation-settings: 'wdth' 90; letter-spacing: 0.06em; text-transform: none; font-weight: 400; }
.tinback__social a:hover { color: var(--cream); text-decoration: underline; text-underline-offset: 3px; }

.tinback__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr)); gap: 2rem 1.5rem; }
.tinback__head {
  font-family: var(--font-text);
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cream);
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(247, 243, 236, 0.28);
  margin-bottom: 0.8rem;
}
.tinback__col ul { list-style: none; padding: 0; display: grid; gap: 0.42rem; }
.tinback__col a { font-size: var(--t-sm); text-decoration: none; color: #a5a5a5; }
.tinback__col a:hover { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }

.tinback__panel { align-self: start; }
.tinback__method { list-style: none; padding: 0; display: grid; gap: 0.55rem; font-size: var(--t-sm); color: #a5a5a5; }
.tinback__method li { display: grid; grid-template-columns: 1.35rem 1fr; gap: 0.6rem; align-items: baseline; }
.tinback__method span {
  font-size: var(--t-2xs);
  font-weight: 700;
  color: var(--cream);
  font-variant-numeric: tabular-nums;
}
.tinback__hours { width: 100%; margin-top: 1.1rem; border-collapse: collapse; font-size: var(--t-xs); }
.tinback__hours th,
.tinback__hours td { text-align: left; padding: 0.32rem 0; border-top: 1px dotted rgba(247, 243, 236, 0.28); font-weight: 400; color: #a5a5a5; }
.tinback__hours td { text-align: right; color: var(--paper); }

.tinback__base {
  border-top: 1px solid rgba(247, 243, 236, 0.2);
  padding: 1.1rem var(--gutter);
  max-width: var(--max);
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.5rem;
  justify-content: space-between;
  font-size: var(--t-2xs);
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  color: #9c9c9c;
}

/* 08  Illustration ------------------------------------------------------ */

.illus { width: 100%; height: auto; }
.ink-cream { fill: var(--paper); }
.ink-ink { fill: var(--ink); }
.ink-red { fill: var(--red); }
.ink-chai2 { fill: var(--chai-2); }
.ink-deep { fill: var(--red-deep); }
.ink-brown { fill: var(--chai); }
.ink-tan { fill: #a86a3c; }
.stroke-ink { stroke: var(--ink); }
.stroke-cream { stroke: var(--paper); }
.stroke-brown { stroke: var(--chai); }
.stroke-red { stroke: var(--red); }
.illus__sign {
  fill: var(--cream);
  font-family: var(--font-logo);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0;
}
.spicemark { width: 100%; height: auto; color: currentColor; }

/* 10  Photography slots -------------------------------------------------- */

.photo { display: grid; gap: 0.7rem; }
.photo__frame {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
  border: 2px solid var(--ink);
  aspect-ratio: 4 / 3;
}
.photo--tall .photo__frame { aspect-ratio: 3 / 4; }
.photo--wide .photo__frame { aspect-ratio: 16 / 9; }
.photo--arch .photo__frame { border-radius: 50% 50% 4px 4px / 32% 32% 3px 3px; aspect-ratio: 4 / 5; }
.photo--t-paper .photo__frame { background: var(--paper); }
.photo--t-paper2 .photo__frame { background: var(--paper-2); }
.photo--t-deep .photo__frame { background: var(--red-deep); }
.photo--t-red .photo__frame { background: var(--red); }

.photo--t-brown .photo__frame { background: var(--chai); }
.photo__img { width: 100%; height: 100%; object-fit: cover; }

.photo__plate { position: relative; width: 100%; height: 100%; display: grid; place-items: center; }
/* Crop marks + keyline, so an unshot frame reads as a marked-up plate from a
   shot list rather than as a missing image. */
.photo__plate::before {
  content: '';
  position: absolute;
  inset: 0.85rem;
  border: 1px dashed currentColor;
  opacity: 0.25;
  pointer-events: none;
}
.photo__plate::after {
  content: '';
  position: absolute;
  inset: 0.85rem;
  background:
    linear-gradient(currentColor, currentColor) 0 0 / 1.4rem 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 0 / 2px 1.4rem no-repeat,
    linear-gradient(currentColor, currentColor) 100% 0 / 1.4rem 2px no-repeat,
    linear-gradient(currentColor, currentColor) 100% 0 / 2px 1.4rem no-repeat,
    linear-gradient(currentColor, currentColor) 0 100% / 1.4rem 2px no-repeat,
    linear-gradient(currentColor, currentColor) 0 100% / 2px 1.4rem no-repeat,
    linear-gradient(currentColor, currentColor) 100% 100% / 1.4rem 2px no-repeat,
    linear-gradient(currentColor, currentColor) 100% 100% / 2px 1.4rem no-repeat;
  opacity: 0.55;
  pointer-events: none;
}
.photo--t-paper .photo__plate,
.photo--t-paper2 .photo__plate { color: var(--ink); }
.photo--t-deep .photo__plate,
.photo--t-red .photo__plate,
.photo--t-brown .photo__plate { color: var(--cream); }
.photo__ghost {
  position: absolute;
  inset: 10% 12%;
  display: grid;
  place-items: center;
  color: var(--ink);
  opacity: 0.2;
}
/* Flatten the illustration to one colour so the plate reads as a marked-up
   crop, not as a small muddy picture. */
.photo__ghost [class^='ink-'],
.photo__ghost [class*=' ink-'] { fill: currentColor; }
.photo__ghost [class^='stroke-'],
.photo__ghost [class*=' stroke-'] { stroke: currentColor; }
.photo--t-deep .photo__ghost,
.photo--t-red .photo__ghost,
.photo--t-brown .photo__ghost { color: var(--cream); opacity: 0.22; }
.photo__ghost .illus { max-height: 100%; width: auto; max-width: 100%; }
.photo__note {
  position: relative;
  align-self: end;
  justify-self: start;
  margin: 1rem;
  max-width: 27ch;
  background: var(--paper);
  color: var(--ink);
  border: 1.5px solid var(--ink);
  padding: 0.55rem 0.7rem;
  font-size: var(--t-xs);
  line-height: 1.35;
  box-shadow: 0.2rem 0.24rem 0 rgba(18, 18, 18, 0.2);
}
.photo__note-k {
  display: block;
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--red);
  margin-bottom: 0.15rem;
}
.photo__cap {
  font-size: var(--t-xs);
  color: var(--on-field-2);
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.5rem;
  align-items: baseline;
}
.photo__cap::before {
  content: '';
  flex: none;
  width: 1.5rem;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
  transform: translateY(-0.3em);
}
.photo__cap-t { flex: 1 1 12rem; }
.photo__credit {
  font-size: var(--t-2xs);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  opacity: 0.75;
}
.photo__credit a { color: inherit; text-underline-offset: 2px; }

/* 11  Page sections ------------------------------------------------------ */

/* Section head */
.shead { display: grid; gap: 0.9rem; margin-bottom: clamp(1.5rem, 0.9rem + 2.4vw, 3rem); }
.shead__body { display: grid; gap: 1.1rem; align-items: end; }
@media (min-width: 56rem) {
  .shead__body { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 2.5rem; }
}
.shead__title { font-size: var(--d-2); max-width: 18ch; }
.shead__aside { color: var(--on-field-2); max-width: 40ch; align-self: end; }
.shead__aside p + p { margin-top: 0.75rem; }
@media (max-width: 55.99rem) {
  .shead__aside {
    font-size: var(--t-sm);
    line-height: 1.5;
    padding-left: 0.9rem;
    border-left: 2px solid var(--rule);
  }
}

/* --- Opening ----------------------------------------------------------- */
.open { position: relative; padding-top: clamp(1.5rem, 0.6rem + 3.4vw, 4.5rem); padding-bottom: 0; overflow: hidden; }
.open__in { position: relative; z-index: 1; }
.open__grid { display: grid; gap: clamp(1.5rem, 1rem + 2.5vw, 3.5rem); align-items: center; }
/* One column: lead, then the picture, then the copy. The illustration should
   be the second thing you see, not the fifth. */
@media (max-width: 47.99rem) {
  .open__art {
    margin-inline: calc(var(--gutter) * -1);
    margin-block: 0;
  }
  .open__say { margin-top: 0.25rem; }
}
@media (min-width: 48rem) {
  .open__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
    grid-template-areas: 'lead art' 'say art';
    align-content: center;
    gap: clamp(1.75rem, 0.5rem + 3vw, 4rem);
  }
  .open__lead { grid-area: lead; align-self: end; }
  .open__say { grid-area: say; align-self: start; }
  .open__art { grid-area: art; align-self: center; }
}
@media (min-width: 68rem) {
  .open__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 0.94fr); }
}

.def { display: grid; gap: 0.55rem; }
.def__slogan {
  display: block;
  font-family: var(--font-display);
  font-size: var(--d-1);
  font-weight: 800;
  font-variation-settings: 'SOFT' 20, 'WONK' 1, 'opsz' 144;
  line-height: 0.95;
  letter-spacing: -0.035em;
  text-wrap: balance;
}
/* The plain-language line. It carries the what and the where so the opening
   does not have to spend its first screen on a dictionary entry. */
.def__what {
  display: block;
  font-family: var(--font-display);
  font-size: var(--d-3);
  font-weight: 400;
  line-height: 1.24;
  letter-spacing: -0.012em;
  max-width: 22ch;
  color: var(--on-field-2);
}
.open__eyebrow { color: var(--on-field-2); margin-bottom: 0.9rem; display: block; }

/* Next pop-up, in the opening. The single most useful thing on the page, so
   it sits above the fold on a phone rather than a screen and a half down. */
.heronext {
  display: grid;
  gap: 0.25rem;
  border: 1.5px solid currentColor;
  border-radius: 0.5rem;
  padding: 0.85rem 1rem 0.9rem;
  max-width: 24rem;
}
.heronext__k {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 1.6rem;
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /* Cream, not saffron: saffron on this red is 2.89:1. */
  color: var(--paper);
}
/* Solid saffron with ink on top — 8.5:1, and it reads as a stamped number
   rather than an outline that fades into the field. */
.heronext__no {
  margin-left: auto;
  background: var(--cream);
  color: var(--red);
  border-radius: 999px;
  padding: 0.34em 0.7em;
  letter-spacing: 0.1em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.heronext__d {
  display: block;
  margin-top: 0.15rem;
  font-family: var(--font-display);
  font-size: var(--d-4);
  font-weight: 700;
  line-height: 1.15;
  color: inherit;
  text-decoration: none;
}
.heronext__d::after { content: '→'; margin-left: 0.4em; opacity: 0.75; }
.heronext__d:hover { text-decoration: underline; text-underline-offset: 4px; }
.heronext__d:hover::after { margin-left: 0.55em; }
.heronext__m { font-size: var(--t-xs); color: var(--on-field-2); line-height: 1.45; }
/* Add to calendar. The one thing on the page that survives leaving it. */
.heronext__cal {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  justify-self: start;
  margin-top: 0.8rem;
  padding-top: 0.7rem;
  border-top: 1px solid var(--rule);
  width: 100%;
  color: inherit;
  text-decoration: none;
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.heronext__cal svg { flex: none; }
/* Underline on hover rather than a colour change — saffron text here would
   drop to 2.89:1. */
.heronext__cal:hover { text-decoration: underline; text-underline-offset: 4px; }

/* Primary and secondary action, under the pop-up card. */
.open__acts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9rem 1.75rem;
  margin-top: 1.6rem;
}
/* The secondary link was inheriting body size next to a small-caps button, so
   it read louder than the primary action. */
.open__acts .ulink {
  font-size: var(--t-sm);
  font-weight: 600;
  background-size: 100% 0.1em;
}
.open__acts .ulink:hover { background-size: 100% 0.4em; }

/* The definition, kept — but as the line you read on the way out of the
   opening rather than the one blocking your way into it. */
.open__def {
  position: relative;
  z-index: 1;
  margin-top: clamp(1.75rem, 1rem + 3vw, 3rem);
  padding-block: 0.9rem clamp(1.75rem, 1rem + 2.5vw, 2.75rem);
  border-top: 1px solid var(--rule);
  font-family: var(--font-display);
  font-size: var(--t-lg);
  line-height: 1.4;
  max-width: 46ch;
  color: var(--on-field-2);
}
/* The definition opens with the mark itself, a touch larger than the line. */
.open__def .brandname { height: 1.15em; color: var(--on-field); }
.open__def .brandname__t { font-size: 1.35em; }
.open__def i { font-style: italic; }
.open__def span { font-style: normal; }

.open__art { position: relative; }
.open__art .illus--pour { max-width: 30rem; margin-inline: auto; }
.open__tin { position: absolute; left: 0; bottom: -1rem; z-index: 3; }
.open__tin .tin { --tin-w: clamp(6.5rem, 4.5rem + 8vw, 10.5rem); }
@media (min-width: 48rem) {
  .open__tin { left: -2.25rem; bottom: 0.5rem; }
  .open__tin .tin { --tin-w: clamp(5.75rem, 1.9rem + 7.5vw, 8.5rem); }
}
@media (min-width: 68rem) {
  .open__tin { left: -3.5rem; }
  .open__tin .tin { --tin-w: clamp(8.5rem, 4rem + 6vw, 10.5rem); }
}


/* --- Story ledger ------------------------------------------------------ */
.story__grid { display: grid; gap: clamp(2rem, 1rem + 3vw, 3.25rem); }
@media (min-width: 58rem) {
  .story__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
}
.story__cols { columns: 1; }
@media (min-width: 34rem) and (max-width: 57.99rem) {
  .story__cols { columns: 2; column-gap: 2.25rem; }
}
.story__cols p { break-inside: avoid; margin-bottom: 1.05em; }
.story__art { position: relative; }
.story__facts { list-style: none; padding: 0; margin-top: 2rem; display: grid; gap: 0; }
.story__facts li {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: baseline;
  padding: 0.7rem 0;
  border-top: 1px solid var(--rule);
  font-size: var(--t-sm);
}
.story__facts li:last-child { border-bottom: 1px solid var(--rule); }
.story__facts b {
  font-family: var(--font-text);
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.story__facts span:last-child { font-variant-numeric: tabular-nums; font-weight: 600; }
.story__facts i { height: 1px; background: currentColor; opacity: 0.2; align-self: center; font-style: normal; }

/* --- Anatomy diagram ---------------------------------------------------- */
.anat { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3rem); }
@media (min-width: 62rem) {
  .anat { grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.62fr) minmax(0, 1fr); align-items: center; }
}
.anat__col { display: grid; gap: 1.6rem; }
.anat__art { justify-self: center; max-width: 15rem; position: relative; }
@media (max-width: 61.99rem) {
  /* Picture first, then the notes — otherwise it is four text blocks and then
     a glass nobody has any reason to look at. */
  .anat { gap: 1.75rem; }
  .anat__art { order: -1; max-width: 8.5rem; }
  .anat__col { gap: 1.35rem; }
  .anat__body { font-size: var(--t-xs); }
}
.anat__art::after {
  content: '';
  position: absolute;
  inset: -8% -12%;
  border: 1px dashed var(--rule);
  border-radius: 50% 50% 6px 6px / 30% 30% 4px 4px;
  pointer-events: none;
}
.anat__item { display: grid; gap: 0.45rem; position: relative; }
.anat__head { display: flex; align-items: baseline; gap: 0.6rem; }
.anat__title { font-size: var(--d-4); }
.anat__body { font-size: var(--t-sm); color: var(--on-field-2); max-width: 34ch; }
/* callout hairline, desktop only */
@media (min-width: 62rem) {
  /* Both columns read left-to-right. The left one used to be mirrored — right
     aligned, with its label order reversed — which looks symmetrical and costs
     a re-fixation on every item you read. */
  .anat__col--l .anat__item,
  .anat__col--r .anat__item { padding-left: 1.6rem; }
  .anat__col--l .anat__item::after,
  .anat__col--r .anat__item::after {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 1.1rem;
    height: 1px;
    background: var(--rule);
  }
  .anat__col--l .anat__item::before,
  .anat__col--r .anat__item::before {
    content: '';
    position: absolute;
    top: 0.48rem;
    left: -0.2rem;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: var(--red);
  }
}

/* Spice row */
/* Seven items, icon and name only. Each one used to carry a note as well,
   which put fourteen pieces of micro-text in a section that already has four
   numbered callouts above it. The summary line below covers the nuance. */
.spices { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr)); gap: 1.75rem 1.25rem; margin-top: clamp(2rem, 1rem + 3vw, 3rem); }
.spices li { display: grid; justify-items: center; gap: 0.5rem; text-align: center; }
.spices .spicemark { width: 2.4rem; color: var(--chai); }
.spices b {
  font-size: var(--t-xs);
  font-weight: 500;
  font-variation-settings: 'wdth' 96;
  letter-spacing: 0.01em;
}
.spices span { font-size: var(--t-xs); color: var(--on-field-2); font-variant-numeric: tabular-nums; }

/* --- Method ------------------------------------------------------------ */
.method { display: grid; gap: 0; counter-reset: step; }
.method__step {
  display: grid;
  gap: 0.3rem 1.5rem;
  padding: clamp(1.1rem, 0.7rem + 1.2vw, 1.75rem) 0;
  border-top: 1px solid var(--rule);
  align-items: baseline;
}
.method__step:last-child { border-bottom: 1px solid var(--rule); }
@media (min-width: 46rem) {
  .method__step { grid-template-columns: 3.5rem minmax(0, 1fr) minmax(0, 1.5fr) 4rem; }
}
.method__n {
  font-family: var(--font-display);
  font-size: var(--d-3);
  font-weight: 800;
  font-variation-settings: 'SOFT' 20, 'WONK' 1, 'opsz' 120;
  line-height: 1;
  color: var(--red);
}
.method__t { font-family: var(--font-display); font-size: var(--d-4); font-weight: 600; }
.method__b { color: var(--on-field-2); font-size: var(--t-sm); max-width: 44ch; }
.method__time {
  font-size: var(--t-2xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  letter-spacing: 0.13em;
  font-variant-numeric: tabular-nums;
  color: var(--on-field-2);
  text-align: right;
}
@media (max-width: 45.99rem) {
  .method__time { text-align: left; }
}

/* --- The wall: pop-up flyers --------------------------------------------- */
.wall {
  display: grid;
  gap: clamp(1.25rem, 0.8rem + 1.6vw, 2rem);
  /* 13rem so all five flyers sit on one row at desktop — at 14rem they need
     1248px against 1232px of container and fall to 4 + a stranded 5th. */
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
  align-items: start;
}
.flyer {
  position: relative;
  display: grid;
  gap: 0.3rem;
  padding: 1.65rem 1.25rem 1.25rem;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0.3rem 0.35rem 0 rgba(18, 18, 18, 0.16);
  transform: rotate(var(--rot, -1deg));
  transition: transform 0.3s var(--ease);
}
.flyer:hover { transform: rotate(0deg) translateY(-3px); }
.flyer--red { background: var(--red); color: var(--paper); }
.flyer--deep { background: var(--red-deep); color: var(--cream); }
/* the tape */
.flyer::before {
  content: '';
  position: absolute;
  top: -0.6rem;
  left: 50%;
  width: 3.5rem;
  height: 1.2rem;
  transform: translateX(-50%) rotate(var(--tape, -2deg));
  background: rgba(199, 34, 34, 0.28);
  border-left: 1px dashed rgba(18, 18, 18, 0.2);
  border-right: 1px dashed rgba(18, 18, 18, 0.2);
}
.flyer__year {
  font-size: var(--t-2xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  letter-spacing: 0.1em;
  font-variant-numeric: tabular-nums;
  opacity: 0.6;
}
.flyer__venue {
  font-family: var(--font-display);
  font-size: var(--d-4);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.018em;
}
.flyer__when {
  /* This is the date — the thing people came to the flyer to read. It was set
     as a micro-label, which is the treatment for signposts, not for content. */
  font-size: var(--t-xs);
  font-weight: 500;
  font-variation-settings: 'wdth' 96;
  letter-spacing: 0.01em;
  margin-top: 0.15rem;
}
.flyer__note { font-size: var(--t-sm); line-height: 1.4; margin-top: 0.5rem; opacity: 0.92; }
.flyer__where {
  margin-top: 0.9rem;
  padding-top: 0.65rem;
  border-top: 1px solid currentColor;
  border-image: repeating-linear-gradient(90deg, currentColor 0 4px, transparent 4px 8px) 1;
  font-size: var(--t-xs);
  opacity: 0.75;
  line-height: 1.4;
}
/* The tally card that closes the wall — outline, not a printed flyer, so it
   does not read as another event. */
.flyer--more {
  background: transparent;
  color: var(--on-field);
  border: 1.5px dashed var(--rule);
  box-shadow: none;
}
.flyer--more::before { background: rgba(18, 18, 18, 0.14); }
.flyer--more .flyer__venue { font-size: var(--d-3); }
.flyer--more .flyer__note { opacity: 0.75; }

/* --- Next pop-up card ---------------------------------------------------- */
.nextgrid { display: grid; gap: clamp(1.75rem, 1rem + 3vw, 3.25rem); align-items: center; }
@media (min-width: 54rem) {
  .nextgrid { grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr); }
}
.nextup {
  position: relative;
  background: var(--paper-2);
  color: var(--ink);
  border: 2.5px solid var(--ink);
  border-radius: 0.6rem;
  padding: clamp(1.25rem, 0.9rem + 1.4vw, 2rem);
  box-shadow: 0.45rem 0.55rem 0 rgba(18, 18, 18, 0.22);
}
.nextup--cream { background: var(--cream); }
.nextup--red { background: var(--red); color: var(--paper); border-color: var(--ink); }
.nextup::before {
  content: '';
  position: absolute;
  inset: 0.42rem;
  border: 1px solid currentColor;
  border-radius: 0.34rem;
  opacity: 0.55;
  pointer-events: none;
}
.nextup__tag {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
/* The run is thirteen long; numbering the next one says so without a sentence. */
.nextup__no {
  margin-left: auto;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  padding: 0.22em 0.6em;
  letter-spacing: 0.12em;
  font-variant-numeric: tabular-nums;
  opacity: 0.8;
}
.nextup__date {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.2rem + 2.4vw, 2.9rem);
  font-weight: 800;
  font-variation-settings: 'SOFT' 20, 'WONK' 1, 'opsz' 120;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-top: 0.6rem;
}
.nextup__venue {
  font-family: var(--font-display);
  font-size: var(--d-4);
  font-weight: 500;
  margin-top: 0.45rem;
}
.nextup__meta {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid currentColor;
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.nextup__meta li + li::before { content: '·'; margin-right: 0.85rem; opacity: 0.6; }
.nextup__where {
  font-size: var(--t-sm);
  margin-top: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.7rem;
  align-items: baseline;
}
.nextup__map {
  color: inherit;
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-underline-offset: 3px;
}
.nextup__note { font-size: var(--t-sm); margin-top: 0.55rem; max-width: 30ch; opacity: 0.9; }
.nextup__act { display: flex; flex-wrap: wrap; gap: 0.6rem 0.75rem; margin-top: 1.1rem; }

.nextstrip__line {
  font-family: var(--font-display);
  font-size: var(--t-xl);
  margin-top: 0.6rem;
}

/* --- Tally: the run, in three numbers ------------------------------------ */
.tally {
  list-style: none;
  padding: 0;
  margin-top: clamp(1.5rem, 1rem + 1.6vw, 2.25rem);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(1rem, 0.5rem + 1.8vw, 2.5rem);
  max-width: 32rem;
}
.tally li {
  display: grid;
  gap: 0.15rem;
  padding-top: 0.7rem;
  border-top: 2px solid currentColor;
}
.tally b {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.3rem + 1.8vw, 2.75rem);
  font-weight: 800;
  font-variation-settings: 'SOFT' 20, 'WONK' 1, 'opsz' 120;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.tally span {
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--on-field-2);
}

/* --- Pop-up ledger rows -------------------------------------------------- */
.poprow {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.9rem;
  align-items: baseline;
  padding: 0.75rem 0;
  border-top: 1px solid var(--rule);
  font-size: var(--t-sm);
}
.poprow__date { font-variant-numeric: tabular-nums; color: var(--on-field-2); }
.poprow__venue { font-weight: 600; }
.poprow__rule { height: 1px; background: currentColor; opacity: 0.2; align-self: center; }
.poprow__time { font-variant-numeric: tabular-nums; color: var(--on-field-2); }

/* --- Pillars: chai / community / music ----------------------------------- */
.pillars { display: grid; gap: clamp(1.75rem, 1rem + 2.5vw, 3rem); }
@media (min-width: 52rem) { .pillars { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 51.99rem) {
  .pillars,
  .wall {
    grid-auto-flow: column;
    grid-auto-columns: minmax(13rem, 74%);
    gap: 1rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scroll-padding-inline: var(--gutter);
    margin-inline: calc(var(--gutter) * -1);
    padding: 1.1rem var(--gutter) 1.25rem;
    scrollbar-width: none;
  }
  .pillars::-webkit-scrollbar,
  .wall::-webkit-scrollbar { display: none; }
  .pillars > *,
  .wall > * { scroll-snap-align: start; }
  .pillar { padding-top: 0.9rem; }
  .flyer { height: 100%; align-content: start; }
}
/* Spacing set deliberately rather than one uniform gap: the label sits close
   to its title, the body steps away from it. */
.pillar { display: grid; gap: 0; align-content: start; padding-top: 1rem; border-top: 2px solid var(--ink); }
.pillar__head { display: flex; align-items: baseline; gap: 0.6rem; }
.pillar__n {
  font-size: var(--t-2xs);
  font-weight: 700;
  font-variation-settings: 'wdth' 90;
  letter-spacing: 0.12em;
  font-variant-numeric: tabular-nums;
  color: var(--red);
}
.pillar__title { font-size: var(--d-4); margin-top: 0.5rem; text-wrap: balance; }
/* A fixed measure, not a cap the copy may or may not reach — otherwise each
   column's block is only as wide as its own longest line and the three read
   as misaligned. The copy is written to the same length to match. */
.pillar__body {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--on-field-2);
  max-width: 40ch;
  margin-top: 0.6rem;
  text-wrap: pretty;
}

/* --- What comes out of the pot ------------------------------------------- */
.pours { display: grid; gap: clamp(1.25rem, 0.8rem + 1.6vw, 2rem); }
@media (min-width: 46rem) { .pours { grid-template-columns: repeat(2, 1fr); } }
.pourcard {
  border: 2px solid var(--ink);
  border-radius: 0.6rem;
  padding: clamp(1.1rem, 0.8rem + 1.2vw, 1.75rem);
  background: var(--paper-2);
}
.pourcard--iced { background: var(--paper); border-style: dashed; }
.pourcard__t { font-size: var(--d-4); margin-top: 0.5rem; }
.pourcard__b { font-size: var(--t-sm); color: var(--on-field-2); margin-top: 0.5rem; max-width: 36ch; }

/* --- Sign-off ----------------------------------------------------------- */
.signoff { position: relative; text-align: center; overflow: hidden; }
.signoff__in { position: relative; z-index: 1; display: grid; justify-items: center; gap: 1.4rem; }
.signoff__steam { width: clamp(3rem, 2rem + 3vw, 4.5rem); color: var(--ink); opacity: 0.8; }
.signoff__title { font-size: var(--d-1); max-width: 14ch; }
.signoff__sub { max-width: 34ch; color: var(--on-field-2); }
.signup { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; width: min(30rem, 100%); }
.signup__field { flex: 1 1 14rem; display: grid; gap: 0.3rem; text-align: left; }
.signup input[type='email'] {
  width: 100%;
  background: var(--paper);
  border: 2px solid var(--ink);
  border-radius: 0.5rem;
  padding: 0.72rem 0.9rem;
  font-size: var(--t-sm);
}
.signup input::placeholder { color: var(--ink-3); }
.signup__msg { font-size: var(--t-xs); min-height: 1.2em; }
.signup__msg[data-state='ok'] { color: var(--red-deep); font-weight: 600; }
.signup__msg[data-state='err'] { color: var(--red-deep); font-weight: 600; }
.signoff__fine { font-size: var(--t-xs); color: var(--on-field-2); max-width: 32ch; }
.signoff__punjabi { font-size: var(--t-xl); color: var(--on-field-2); margin-top: 0.5rem; }

/* --- Editorial / journal ------------------------------------------------ */
.pagehead { position: relative; }
.pagehead__title { font-size: var(--d-1); max-width: 15ch; margin-top: 1.1rem; }
.pagehead__dek { margin-top: 1.1rem; font-size: var(--t-xl); color: var(--on-field-2); max-width: 40ch; line-height: 1.4; }

.postlist { display: grid; gap: 0; }
.postlist a {
  display: grid;
  gap: 0.4rem 2rem;
  padding: clamp(1.4rem, 0.9rem + 1.6vw, 2.25rem) 0;
  border-top: 1px solid var(--rule);
  text-decoration: none;
  align-items: baseline;
  transition: background 0.2s var(--ease), padding 0.2s var(--ease);
}
.postlist li:last-child a { border-bottom: 1px solid var(--rule); }
/* One column: tag and read-time share the top line so a post costs three
   lines, not four with an orphaned "3 MIN" at the bottom. */
@media (max-width: 51.99rem) {
  .postlist a { grid-template-columns: 1fr auto; gap: 0.3rem 1rem; }
  .postlist__tag { grid-area: 1 / 1; }
  .postlist__m { grid-area: 1 / 2; text-align: right; }
  .postlist__t { grid-column: 1 / -1; }
  .postlist__d { grid-column: 1 / -1; }
}
@media (min-width: 52rem) {
  .postlist a { grid-template-columns: 7rem minmax(0, 1.1fr) minmax(0, 1fr) 5rem; }
  /* Inside a narrow article column there is no room for four tracks. */
  .wrap--text .postlist a { grid-template-columns: 6.5rem minmax(0, 1fr) auto; }
  .wrap--text .postlist__d { grid-column: 2; }
}
.postlist a:hover { background: var(--paper-2); padding-inline: 1rem; }
.postlist__tag {
  font-size: var(--t-2xs);
  font-weight: 600;
  font-variation-settings: 'wdth' 90;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--red);
}
.postlist__t { font-family: var(--font-display); font-size: var(--d-3); font-weight: 600; line-height: 1.1; letter-spacing: -0.018em; }
.postlist__d { font-size: var(--t-sm); color: var(--on-field-2); }
.postlist__m { font-size: var(--t-2xs); letter-spacing: 0.01em; font-weight: 400; font-variation-settings: 'wdth' 96; color: var(--on-field-2); }
@media (min-width: 52rem) { .postlist__m { text-align: right; } }

.prose { max-width: 38rem; margin-inline: auto; }
.prose > * + * { margin-top: 1.25em; }
.prose p { font-size: var(--t-lg); line-height: 1.62; color: #3d2b1e; }
.prose h2 {
  font-size: var(--d-3);
  margin-top: 2.2em;
  padding-top: 0.9em;
  border-top: 1px solid var(--rule);
}
.prose h2 + p { margin-top: 0.7em; }
.prose .pull {
  font-family: var(--font-display);
  font-size: var(--d-3);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
  border-left: 4px solid var(--red);
  padding: 0.2em 0 0.2em 1.1rem;
  margin-block: 1.8em;
  max-width: 24ch;
}

/* Contents / small print block */
.smallprint {
  border: 1px solid var(--rule);
  padding: 1.1rem 1.25rem;
  font-size: var(--t-sm);
  color: var(--on-field-2);
  max-width: 40rem;
}
.smallprint b { color: var(--on-field); }

/* 404 */
.oops { text-align: center; display: grid; justify-items: center; gap: 1.25rem; padding-block: clamp(4rem, 2rem + 8vw, 8rem); }
.oops__num { font-family: var(--font-display); font-size: clamp(4rem, 2rem + 12vw, 8rem); font-weight: 800; line-height: 0.85; color: var(--red); font-variation-settings: 'SOFT' 20, 'WONK' 1, 'opsz' 144; }

/* 12  Utilities, motion, print ------------------------------------------- */

.u-sr {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.u-center { margin-inline: auto; }
/* Keeps a date from breaking across lines mid-phrase. */
.u-nowrap { white-space: nowrap; }

/* Upcoming / past swap. Both states are in the markup; `.is-past` on <html>
   is set by the inline head script, so the right one paints first time.
   `display: contents` keeps these wrappers out of the layout entirely. */
.when--upcoming { display: contents; }
.when--past { display: none; }
.is-past .when--upcoming { display: none; }
.is-past .when--past { display: contents; }
.u-mt { margin-top: clamp(1.75rem, 1rem + 2.4vw, 3rem); }
.u-mt-sm { margin-top: 1.1rem; }
.u-hide-sm { display: none; }
@media (min-width: 48rem) { .u-hide-sm { display: revert; } }

/* Reveal: 8px, once, section-level only. This is the whole scroll budget. */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.55s var(--ease), transform 0.55s var(--ease);
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .js [data-reveal] { opacity: 1; transform: none; }
}

@media print {
  .notice, .shopnav, .menu, .awning { display: none !important; }
  body { background: #fff; color: #000; }
  [class*='f-'] { background: #fff !important; color: #000 !important; }
}
