/* ============================================================
   OCHA MATCHA — ochamatcha.us
   Built from the Studio8 brand book (2026-01-04).

   BRAND LAW — do not break these:
   1. Colours: orange #F37021, maroon #611C11, pale blue #C3D7EE.
      Green appears ONLY inside photographs of matcha. Never as UI.
   2. NEVER set body copy on orange. Orange/maroon is 4.25:1 —
      legal for large bold text only (>=18.66px bold / 24px regular).
      Reading text lives on cream (10.7:1) or on maroon (10.7:1).
   3. The wordmark may not be stretched taller, cropped, rotated,
      given a shadow, or re-set in another typeface.
   4. Everything carries grain. The brand book is explicit: no
      "too polished digital effect".
   ============================================================ */

/* ---------- 0. FONTS (self-hosted — no third-party requests) ----------
   Archivo variable stands in for Nouvelle Grotesquerie: it carries a real
   width axis (62–125), which is what lets the headings run wide instead of
   tall — the one thing the brand book is most insistent about.
   Open Sans is the brand book's specified text face.                     */
@font-face {
  font-family: "Archivo";
  src: url("fonts/archivo-latin.woff2") format("woff2");
  font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
  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";
  src: url("fonts/archivo-latin-ext.woff2") format("woff2");
  font-weight: 100 900; font-stretch: 62% 125%; font-style: normal; font-display: swap;
  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: "Open Sans";
  src: url("fonts/opensans-latin.woff2") format("woff2");
  font-weight: 300 800; font-stretch: 75% 100%; font-style: normal; font-display: swap;
  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: "Open Sans";
  src: url("fonts/opensans-latin-ext.woff2") format("woff2");
  font-weight: 300 800; font-stretch: 75% 100%; font-style: normal; font-display: swap;
  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;
}

/* ---------- 1. TOKENS ---------- */
:root {
  --orange:      #F37021;
  --orange-deep: #C4520E;   /* large accents on light — 4.05:1 on cream */
  --rust:        #A64209;   /* small text on light  — 5.43:1 cream / 4.85:1 paper */
  --orange-lt:   #F8853F;   /* small text on maroon — 5.00:1 */
  --maroon:      #611C11;
  --maroon-ink:  #4A140C;
  --blue:        #C3D7EE;
  --cream:       #F5F0E6;
  --paper:       #E5E4E1;
  --ink:         #33211B;
  --ink-soft:    #6B564E;

  --rule: 1px solid rgba(97, 28, 17, 0.16);

  --pad-x: clamp(1.25rem, 5vw, 5rem);
  --section-y: clamp(4rem, 9vw, 8rem);
  --max: 1240px;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- 2. RESET ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: "Open Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.62;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button { font: inherit; color: inherit; }

::selection { background: var(--orange); color: var(--maroon); }

/* Focus: visible on every background */
:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 3px;
  border-radius: 2px;
}
.on-maroon :focus-visible, .on-orange :focus-visible { outline-color: var(--cream); }

.skip {
  position: absolute; left: 0; top: 0; z-index: 999;
  background: var(--maroon); color: var(--cream);
  padding: .75rem 1.25rem; transform: translateY(-120%);
  font-weight: 700; text-decoration: none;
}
.skip:focus { transform: translateY(0); }

/* ---------- 3. GRAIN (brand book p.16) ---------- */
body::after {
  content: "";
  position: fixed; inset: 0;
  pointer-events: none;
  z-index: 900;
  opacity: .09;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- 4. TYPE ---------- */
/* Display face stands in for Nouvelle Grotesquerie: wide, heavy, flat-sided. */
.display, h1, h2, h3, .nav a, .btn, .eyebrow, .ticker, th {
  font-family: "Archivo", "Arial Black", system-ui, sans-serif;
  font-stretch: 122%;
  font-variation-settings: "wdth" 122;
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.0;
  text-transform: uppercase;
}

h1 { font-size: clamp(2.6rem, 8.6vw, 6.5rem); font-weight: 900; }
h2 { font-size: clamp(1.75rem, 4.2vw, 3.1rem); font-weight: 900; }
h3 { font-size: clamp(1.02rem, 1.8vw, 1.32rem); letter-spacing: -0.005em; line-height: 1.15; }

.eyebrow {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .18em;
  font-stretch: 100%; font-variation-settings: "wdth" 100;
  line-height: 1.4;
  color: var(--rust);
  margin-bottom: 1rem;
}
.on-maroon .eyebrow, .pagehead .eyebrow { color: var(--orange-lt); }
.on-orange .eyebrow { color: var(--maroon-ink); }

.lede {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.6;
  max-width: 46ch;
}

p + p { margin-top: 1rem; }
.measure { max-width: 62ch; }

/* Large-bold text is the ONLY text permitted on orange. */
.on-orange { background: var(--orange); color: var(--maroon-ink); }
.on-orange p, .on-orange li, .on-orange .lede {
  font-size: clamp(1.15rem, 1.7vw, 1.35rem);
  font-weight: 700;
}
.on-maroon { background: var(--maroon); color: var(--cream); }
.on-maroon a { color: var(--blue); }
.on-cream  { background: var(--cream); color: var(--ink); }
.on-paper  { background: var(--paper); color: var(--ink); }

/* ---------- 5. LAYOUT ---------- */
.wrap { max-width: var(--max); margin-inline: auto; padding-inline: var(--pad-x); }
.section { padding-block: var(--section-y); position: relative; overflow: hidden; }
.section--tight { padding-block: clamp(2.75rem, 5vw, 4.5rem); }
.stack > * + * { margin-top: 1.5rem; }

.grid { display: grid; gap: clamp(1.5rem, 3vw, 2.75rem); }
.g-2 { grid-template-columns: repeat(2, 1fr); }
.g-3 { grid-template-columns: repeat(3, 1fr); }
.split { grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); align-items: start; }
.split--center { align-items: center; }
.split--even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
@media (max-width: 860px) {
  .g-2, .g-3, .split { grid-template-columns: 1fr; }
}

/* ---------- 6. NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 800;
  background: var(--maroon); color: var(--cream);
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: .9rem var(--pad-x);
  border-bottom: 3px solid var(--orange);
}
.nav-mark { display: block; width: clamp(112px, 13vw, 148px); color: var(--cream); }
.nav-mark svg { width: 100%; height: auto; }
.nav ul { list-style: none; display: flex; gap: clamp(1rem, 2.4vw, 2.25rem); align-items: center; }
.nav a {
  font-size: .74rem; font-weight: 700; letter-spacing: .13em;
  font-stretch: 100%; font-variation-settings: "wdth" 100;
  text-decoration: none; color: var(--cream);
  padding: .35rem 0; border-bottom: 2px solid transparent;
  transition: border-color .18s var(--ease), color .18s var(--ease);
}
.nav a:hover { border-bottom-color: var(--orange-lt); color: var(--orange-lt); }
.nav a[aria-current="page"] { color: var(--orange-lt); border-bottom-color: var(--orange-lt); }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .5rem; }
.nav-toggle span { display: block; width: 26px; height: 2.5px; background: var(--cream); }
.nav-toggle span + span { margin-top: 6px; }

@media (max-width: 780px) {
  .nav-toggle { display: block; }
  .nav ul {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--maroon); border-bottom: 3px solid var(--orange);
    flex-direction: column; align-items: flex-start;
    gap: 0; padding: .5rem var(--pad-x) 1.5rem;
    display: none;
  }
  .nav ul.open { display: flex; }
  .nav ul li { width: 100%; }
  .nav ul a { display: block; padding: .85rem 0; font-size: 1rem; letter-spacing: .1em; }
}

/* ---------- 7. TICKER (brand book: repeating band) ---------- */
.ticker {
  background: var(--maroon); color: var(--orange-lt);
  overflow: hidden; white-space: nowrap;
  padding-block: .6rem;
  font-size: .78rem; letter-spacing: .16em; font-weight: 700;
  font-stretch: 100%; font-variation-settings: "wdth" 100;
  border-block: 0;
}
.ticker--orange { background: var(--orange); color: var(--maroon-ink); }
.ticker__track { display: inline-flex; gap: 2.5rem; animation: slide 38s linear infinite; padding-right: 2.5rem; }
.ticker__track span { flex: none; }
@keyframes slide { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .ticker__track { animation: none; }
  .ticker { text-align: center; white-space: normal; }
}

/* ---------- 8. BLOBS ---------- */
.blob { position: absolute; pointer-events: none; z-index: 0; }
.blob svg { width: 100%; height: auto; }
.section > .wrap, .hero__inner { position: relative; z-index: 1; }

/* ---------- 9. BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.9rem;
  font-size: .78rem; font-weight: 800; letter-spacing: .12em;
  font-stretch: 100%; font-variation-settings: "wdth" 100;
  text-decoration: none; border: 2.5px solid transparent; cursor: pointer;
  transition: background .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.btn--solid { background: var(--maroon); color: var(--cream); border-color: var(--maroon); }
.btn--solid:hover { background: var(--maroon-ink); border-color: var(--maroon-ink); }
.btn--ghost { background: transparent; color: var(--maroon); border-color: var(--maroon); }
.btn--ghost:hover { background: var(--maroon); color: var(--cream); }
.on-maroon .btn--solid { background: var(--orange); color: var(--maroon-ink); border-color: var(--orange); }
.on-maroon .btn--solid:hover { background: var(--cream); border-color: var(--cream); }
.on-maroon .btn--ghost { color: var(--cream); border-color: var(--cream); }
.on-maroon .btn--ghost:hover { background: var(--cream); color: var(--maroon); }
.btn-row { display: flex; flex-wrap: wrap; gap: .85rem; }
@media (max-width: 560px) { .btn-row .btn { flex: 1 1 100%; justify-content: center; } }

/* ---------- 10. HERO ---------- */
.hero { background: var(--orange); color: var(--maroon-ink); position: relative; overflow: hidden; }
.hero__inner { padding: clamp(3.5rem, 8vw, 7rem) var(--pad-x) clamp(3rem, 6vw, 5rem); max-width: var(--max); margin-inline: auto; }
.hero h1 { margin-bottom: 1.75rem; }
.hero h1 span { display: block; }
.hero h1 span:nth-child(2) { padding-left: clamp(0px, 6vw, 5.5rem); }
.hero h1 span:nth-child(3) { padding-left: clamp(0px, 12vw, 11rem); }
.hero__sub { font-size: clamp(1.1rem, 1.9vw, 1.45rem); font-weight: 700; max-width: 40ch; margin-bottom: 2.25rem; }
.hero .btn--ghost, .on-orange .btn--ghost { color: var(--maroon-ink); border-color: var(--maroon-ink); }
.hero .btn--ghost:hover, .on-orange .btn--ghost:hover { background: var(--maroon-ink); color: var(--orange); }

.hero__mark { width: clamp(200px, 42vw, 460px); color: var(--maroon); margin-bottom: clamp(1.5rem, 4vw, 2.75rem); }

/* page hero (interior pages) */
.pagehead { background: var(--maroon); color: var(--cream); padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.pagehead h1 { font-size: clamp(2.4rem, 7vw, 5rem); margin-bottom: 1.25rem; }
.pagehead .lede { color: var(--blue); }

/* ---------- 11. CARDS ---------- */
.card {
  background: var(--cream);
  border: 2.5px solid var(--maroon);
  padding: clamp(1.5rem, 2.6vw, 2.25rem);
  display: flex; flex-direction: column; gap: .85rem;
  position: relative;
}
.card__num {
  font-family: "Archivo", sans-serif; font-stretch: 122%; font-variation-settings: "wdth" 122;
  font-weight: 900; font-size: 2.5rem; line-height: 1; color: var(--orange-deep);
}
.card h3 { color: var(--maroon); }
.card p { color: var(--ink-soft); font-size: .95rem; }
.card--fill { background: var(--maroon); color: var(--cream); border-color: var(--maroon); }
.card--fill h3 { color: var(--cream); }
.card--fill p { color: rgba(245, 240, 230, .78); }

/* ---------- 12. LOCATIONS ---------- */
.loc { border: 2.5px solid var(--maroon); background: var(--cream); overflow: hidden; display: flex; flex-direction: column; }
.loc__media { aspect-ratio: 16 / 10; background: var(--paper); overflow: hidden; position: relative; }
.loc__media img { width: 100%; height: 100%; object-fit: cover; }
.loc__placeholder {
  position: absolute; inset: 0; background: var(--orange);
  display: grid; place-items: center; padding: 2rem;
}
.loc__placeholder img, .loc__placeholder svg { width: min(66%, 280px); height: auto; color: var(--maroon); }
.loc__body { padding: clamp(1.5rem, 2.6vw, 2.25rem); display: flex; flex-direction: column; gap: .75rem; flex: 1; }
.loc__body h3 { color: var(--maroon); font-size: clamp(1.3rem, 2.4vw, 1.8rem); }
.tag {
  display: inline-block; align-self: flex-start;
  background: var(--maroon); color: var(--cream);
  font-family: "Archivo", sans-serif; font-stretch: 100%; font-variation-settings: "wdth" 100;
  font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  padding: .4rem .8rem;
}
.tag--next { background: var(--blue); color: var(--maroon); }
.addr { font-style: normal; font-size: 1rem; line-height: 1.55; }
.meta { font-size: .85rem; color: var(--ink-soft); }
figcaption { font-size: .78rem; color: var(--ink-soft); padding-top: .6rem; letter-spacing: .02em; }

/* ---------- 13. MENU ---------- */
.menu-cols { display: grid; gap: clamp(1.4rem, 2.4vw, 2.25rem); grid-template-columns: repeat(5, minmax(0, 1fr)); align-items: start; }
@media (max-width: 1080px) { .menu-cols { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 700px)  { .menu-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px)  { .menu-cols { grid-template-columns: 1fr; } }
.menu-col { border-top: 4px solid var(--maroon); padding-top: 1.1rem; }
.menu-col h3 { color: var(--maroon); margin-bottom: .3rem; }
.menu-col .meta { margin-bottom: 1.1rem; }
.menu-col ul { list-style: none; display: flex; flex-direction: column; }
.menu-col li { padding: .7rem 0; border-bottom: var(--rule); font-size: .97rem; }
.menu-col li b { font-weight: 700; display: block; }
.menu-col li i { font-style: normal; color: var(--ink-soft); font-size: .84rem; }
.menu-note { border-left: 4px solid var(--orange); padding-left: 1.25rem; }

/* ---------- 14. ROLES / CAREERS ---------- */
.role {
  border: 2.5px solid var(--maroon); background: var(--cream);
  padding: clamp(1.4rem, 2.4vw, 2rem);
  display: grid; gap: 1rem;
  grid-template-columns: 1fr auto; align-items: start;
}
.role__head h3 { color: var(--maroon); margin-bottom: .35rem; }
.role__pay { font-family: "Archivo", sans-serif; font-stretch: 122%; font-variation-settings: "wdth" 122; font-weight: 900; color: var(--rust); font-size: 1.2rem; white-space: nowrap; }
.role ul { margin: .5rem 0 0 1.1rem; font-size: .93rem; color: var(--ink-soft); }
.role li { margin-top: .3rem; }
.role--wide { grid-template-columns: 1fr; }
@media (max-width: 620px) { .role { grid-template-columns: 1fr; } }

.facts { list-style: none; display: grid; gap: 1.25rem; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.facts li { border-top: 3px solid var(--orange); padding-top: .9rem; }
.facts b { display: block; font-family: "Archivo", sans-serif; font-stretch: 122%; font-variation-settings: "wdth" 122; font-weight: 900; font-size: 1.6rem; line-height: 1.1; }
.on-maroon .facts li { border-top-color: var(--orange); }
.on-maroon .facts span { color: rgba(245, 240, 230, .78); font-size: .9rem; }

/* ---------- 15. FORMS ---------- */
.form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: .4rem; }
.field label {
  font-family: "Archivo", sans-serif; font-stretch: 100%; font-variation-settings: "wdth" 100;
  font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
  color: var(--maroon);
}
.on-maroon .field label { color: var(--blue); }
.field .hint { font-size: .8rem; color: var(--ink-soft); text-transform: none; letter-spacing: 0; font-weight: 400; font-family: "Open Sans", sans-serif; }
.on-maroon .field .hint { color: rgba(245, 240, 230, .6); }

input, select, textarea {
  font-family: inherit; font-size: 1rem; color: var(--ink);
  background: #FFFDF8;
  border: 2px solid var(--maroon);
  padding: .8rem .9rem; width: 100%;
  border-radius: 0; appearance: none;
}
textarea { min-height: 140px; resize: vertical; }
select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23611C11' stroke-width='3'%3E%3Cpolyline points='5 9 12 16 19 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right .9rem center; padding-right: 2.6rem;
}
input:focus, select:focus, textarea:focus { outline: 3px solid var(--orange); outline-offset: 0; border-color: var(--maroon); }
.field-2 { display: grid; gap: 1.1rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .field-2 { grid-template-columns: 1fr; } }

.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form__status { font-weight: 700; font-size: .95rem; padding: .9rem 1rem; border: 2px solid; display: none; }
.form__status.show { display: block; }
.form__status.ok { border-color: var(--maroon); background: var(--blue); color: var(--maroon); }
.form__status.err { border-color: var(--maroon); background: #FFE2D4; color: var(--maroon); }

.formcard { background: var(--cream); color: var(--ink); border: 3px solid var(--maroon); padding: clamp(1.5rem, 3vw, 2.5rem); }

/* ---------- 16. FOOTER ---------- */
.foot { background: var(--maroon); color: var(--cream); padding-block: clamp(3rem, 5vw, 4.5rem) 2rem; }
.foot__mark { width: clamp(180px, 26vw, 300px); color: var(--orange); margin-bottom: 2rem; }
.foot__grid { display: grid; gap: 2rem; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
.foot h2 { font-size: .72rem; letter-spacing: .16em; color: var(--orange-lt); font-stretch: 100%; font-variation-settings: "wdth" 100; margin-bottom: .9rem; }
.foot ul { list-style: none; display: grid; gap: .5rem; }
.foot a { color: var(--cream); text-decoration: none; border-bottom: 1px solid rgba(245,240,230,.3); }
.foot a:hover { color: var(--orange-lt); border-bottom-color: var(--orange-lt); }
.foot__base {
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid rgba(245, 240, 230, .2);
  display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between;
  font-size: .78rem; color: rgba(245, 240, 230, .55);
}

/* ---------- 17. REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }

/* ---------- 18. PRINT ---------- */
@media print {
  body::after, .nav, .ticker, .blob { display: none !important; }
  .on-maroon, .on-orange { background: #fff !important; color: #000 !important; }
}

/* ---------- 19. PHOTO HERO ---------- */
.hero-photo {
  position: relative; overflow: hidden;
  background: var(--maroon-ink); color: var(--cream);
  min-height: clamp(560px, 84vh, 900px);
  display: flex; align-items: center;
}
.hero-photo__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-photo__scrim {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(105deg, rgba(74,20,12,.95) 0%, rgba(74,20,12,.88) 42%, rgba(74,20,12,.30) 100%);
}
.hero-photo > .wrap { position: relative; z-index: 2; width: 100%; padding-block: clamp(3rem,7vw,5rem); }
.hero-photo__eyebrow {
  font-family: "Archivo", sans-serif; font-stretch: 100%; font-variation-settings: "wdth" 100;
  font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
  color: var(--orange); margin-bottom: 1.5rem;
}
.hero-photo h1 { font-size: clamp(2.6rem, 9.4vw, 8.2rem); font-weight: 900; line-height: .94; margin-bottom: 1.9rem; }
.hero-photo h1 span { display: block; }
.hero-photo__sub { font-size: clamp(1.02rem, 1.4vw, 1.18rem); font-weight: 700; max-width: 44ch; margin-bottom: 2.2rem; }
.hero-photo__credit {
  position: absolute; left: var(--pad-x); bottom: 1.1rem; z-index: 2;
  font-size: .7rem; letter-spacing: .05em; color: rgba(245,240,230,.72);
}
@media (max-width: 620px) {
  .hero-photo__scrim { background: linear-gradient(170deg, rgba(74,20,12,.90) 0%, rgba(74,20,12,.93) 60%, rgba(74,20,12,.96) 100%); }
}

/* ---------- 20. PRODUCT TILES ---------- */
.pgrid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: clamp(.9rem, 1.4vw, 1.25rem); }
@media (max-width: 900px) { .pgrid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 480px) { .pgrid { grid-template-columns: 1fr; } }
.tile {
  aspect-ratio: 1; position: relative; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: clamp(1.1rem, 1.8vw, 1.6rem);
}
.tile h3 { font-size: clamp(.98rem, 1.6vw, 1.35rem); line-height: 1.05; }
.tile .n {
  position: absolute; top: clamp(1rem,1.6vw,1.4rem); left: clamp(1.1rem,1.8vw,1.6rem);
  font-family: "Archivo", sans-serif; font-stretch: 100%; font-variation-settings: "wdth" 100;
  font-weight: 800; font-size: .66rem; letter-spacing: .14em; opacity: .7;
}
.tile .ill { position: absolute; inset: 0; display: grid; place-items: center; padding: 26% 26% 34%; }
.tile .ill svg { width: 100%; height: 100%; }
.t-o { background: var(--orange); color: var(--maroon-ink); }
.t-m { background: var(--maroon);  color: var(--cream); }
.t-b { background: var(--blue);    color: var(--maroon); }
.t-c { background: var(--cream);   color: var(--maroon); border: 2.5px solid var(--maroon); }
