/* Mable's — dark-first, photography-led.
   The 428-frame shoot is predominantly matte black with amber food; a light
   theme would fight every photograph. Red is the logo accent, reserved for
   calls to action so the food supplies the warmth. */

:root{
  --ink:#0c0b0b;          /* page ground */
  --ink-2:#141212;        /* raised surface */
  --ink-3:#1e1b1a;        /* card */
  --line:#2c2726;
  --paper:#f4efe9;        /* primary text */
  --paper-dim:#a9a09a;    /* secondary text */
  --red:#c0322a;          /* logo red */
  --red-hot:#e0483c;
  --ember:#e2a049;        /* flame amber, used sparingly */
  --r:14px;
  --wrap:1180px;
  --wrap-wide:1380px;
  --wrap-narrow:960px;
  --wrap-prose:760px;
  --head-h:68px;
  --slab:"Bitter",Georgia,"Times New Roman",serif;
  --sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:calc(var(--head-h) + 52px)}
body{
  margin:0;background:var(--ink);color:var(--paper);
  font:400 17px/1.65 var(--sans);
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
img{max-width:100%;display:block;height:auto}
a{color:inherit}
h1,h2,h3{font-family:var(--slab);font-weight:800;line-height:1.08;letter-spacing:-.01em;margin:0 0 .5em}
h1{font-size:clamp(2.6rem,7vw,4.6rem)}
h2{font-size:clamp(1.7rem,3.6vw,2.6rem)}
h3{font-size:1.15rem;font-weight:700}
p{margin:0 0 1rem}
.muted{color:var(--paper-dim)}
/* Three widths, not one. A single column for every section is what makes a page
   read as generated; varying the measure gives it a rhythm. Full-bleed elements
   use `bleed` below rather than a fourth tier. */
.wrap{width:min(100% - 2.5rem,var(--wrap));margin-inline:auto}
.wrap--wide{width:min(100% - 2.5rem,var(--wrap-wide));margin-inline:auto}
.wrap--narrow{width:min(100% - 2.5rem,var(--wrap-narrow));margin-inline:auto}
/* NOTE: there is deliberately no `100vw` bleed utility here any more. `100vw`
   includes the scrollbar, so `margin-inline: calc(50% - 50vw); width:100vw`
   overflows the page by the scrollbar width on every browser with classic
   scrollbars. Full-bleed is done structurally instead — a full-width section with
   a wrapped inner column. See `.section--bleed`. */
.section--bleed{width:100%}
.section{padding:clamp(3rem,7vw,5.5rem) 0}
.skip{position:absolute;left:-9999px}
.skip:focus{left:1rem;top:1rem;z-index:99;background:var(--red);color:#fff;padding:.7rem 1rem;border-radius:8px}
:focus-visible{outline:3px solid var(--ember);outline-offset:3px}

/* ---------- buttons ---------- */
.btn{
  display:inline-block;padding:.85rem 1.5rem;border-radius:999px;
  font:600 .95rem/1 var(--sans);text-decoration:none;letter-spacing:.02em;
  transition:transform .15s ease,background .15s ease,border-color .15s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn--primary{background:var(--red);color:#fff}
.btn--primary:hover{background:var(--red-hot)}
.btn--ghost{border:1.5px solid rgba(244,239,233,.35);color:var(--paper)}
.btn--ghost:hover{border-color:var(--paper)}
.btn--call{background:rgba(244,239,233,.08);border:1px solid var(--line)}

/* ---------- header ---------- */
.site-head{
  position:sticky;top:0;z-index:40;height:var(--head-h);
  background:rgba(12,11,11,.82);backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.site-head__in{display:flex;align-items:center;gap:1rem;height:var(--head-h)}
.brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;margin-right:auto}
.brand__mark{width:40px;height:40px;flex:none;display:block;color:var(--paper)}
.brand__mark svg{width:100%;height:100%;display:block;overflow:visible}
/* The utensils are fine detail — drop them below ~34px so the mark stays legible
   instead of turning to mush. */
.brand__mark .bm-tools,.brand__mark .bm-tools-f{opacity:.92}
.brand:hover .brand__mark{color:var(--ember)}
.brand__mark,.brand__mark svg{transition:color .2s}
.foot-mark{width:46px;height:46px;color:var(--paper-dim);margin-bottom:.6rem}
.foot-mark svg{width:100%;height:100%;display:block;overflow:visible}
.brand__text strong{
  display:block;font-family:var(--slab);font-weight:800;font-size:1.22rem;
  letter-spacing:.04em;color:var(--red-hot);line-height:1;
}
.brand__text em{display:block;font-style:normal;font-size:.56rem;letter-spacing:.17em;color:var(--paper-dim);text-transform:uppercase;margin-top:2px}
.nav{display:flex;align-items:center;gap:1.6rem}
.nav a{text-decoration:none;font-weight:500;font-size:.95rem;color:var(--paper-dim);transition:color .15s}
.nav a:hover,.nav a[aria-current]{color:var(--paper)}
.nav a[aria-current]{position:relative}
.nav a[aria-current]::after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--red)}
.nav__call{color:var(--paper)!important}
.navtoggle{display:none;background:none;border:0;padding:.5rem;cursor:pointer}
.navtoggle span{display:block;width:22px;height:2px;background:var(--paper);margin:4px 0;transition:.2s}
.navtoggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.navtoggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.navtoggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

/* ---------- operational state banner (M-6) ---------- */
.statebar{background:linear-gradient(90deg,rgba(192,50,42,.22),rgba(226,160,73,.14));border-bottom:1px solid var(--line)}
.statebar__in{display:flex;align-items:center;gap:.8rem;padding:.7rem 0;font-size:.92rem;flex-wrap:wrap;overflow-wrap:anywhere}
.statebar__in p{margin:0;flex:1 1 260px}
.statebar__dot{width:9px;height:9px;border-radius:50%;background:var(--ember);flex:none;box-shadow:0 0 0 4px rgba(226,160,73,.18)}
.statebar__call{font-weight:600;text-decoration:none;color:var(--paper);white-space:nowrap}
/* Ordering affordances stay hidden until ORDERING_MODE=live */
html[data-ordering="off"] [data-requires-ordering]{display:none!important}

/* ---------- hero ---------- */
.hero{position:relative;min-height:min(86vh,720px);display:flex;align-items:flex-end;overflow:hidden}
.hero__media,.pagehead__media{position:absolute;inset:0}
.hero__media img,.pagehead__media img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero__scrim{position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(12,11,11,.62) 0%,rgba(12,11,11,.22) 28%,rgba(12,11,11,.80) 62%,rgba(12,11,11,.96) 100%)}
.hero__in{position:relative;padding:3rem 0 4rem}
/* Sits over photography, so it carries its own shadow rather than relying on the scrim. */
.eyebrow{font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;color:var(--ember);
  margin-bottom:.9rem;text-shadow:0 1px 12px rgba(0,0,0,.95),0 0 3px rgba(0,0,0,.8);font-weight:600}
.hero h1{margin-bottom:.5rem;text-shadow:0 2px 30px rgba(0,0,0,.6)}
.hero__tag{font-family:var(--slab);font-size:clamp(1.05rem,2.2vw,1.35rem);font-style:italic;
  color:var(--paper);opacity:.95;margin-bottom:1.8rem;text-shadow:0 1px 16px rgba(0,0,0,.9)}
.hero__cta{display:flex;gap:.8rem;flex-wrap:wrap}

/* ---------- page heads ---------- */
/* Sources are all 3:2 landscape. With object-fit:cover the banner's own ratio
   decides how much of the frame survives: at 3/1 only ~50% of the image height is
   visible, which cropped the composition to a close-up. 20/9 showed ~67% but made the
   banners too tall to scan; 21/8 keeps ~57% — enough to read the composition without
   each category eating a screen.
   Driven by aspect-ratio rather than vh so the crop is the same on every screen. */
/* width:100% is load-bearing. With aspect-ratio + max-height and an auto width, the
   box shrinks its WIDTH to preserve the ratio once max-height binds, leaving a gap
   down the right of the page. Making the width definite pins it full-bleed and lets
   max-height simply crop. */
.pagehead{position:relative;width:100%;aspect-ratio:21/8;min-height:300px;max-height:70vh;
  display:flex;align-items:flex-end;overflow:hidden}
.pagehead--short{aspect-ratio:21/7.4;min-height:260px}
/* Lighter than the hero's: now that the full composition is visible it should read
   as a photograph, not a darkened backdrop. Legibility comes from the text-shadows
   below plus the bottom falloff, not from dimming the whole frame. */
.pagehead__scrim{position:absolute;inset:0;background:
  linear-gradient(180deg,rgba(12,11,11,.42) 0%,rgba(12,11,11,.12) 38%,rgba(12,11,11,.60) 76%,rgba(12,11,11,.93) 100%)}
.pagehead__in{position:relative;padding:2.5rem 0 2.8rem}
.pagehead__in h1{margin-bottom:.22em;text-shadow:0 2px 26px rgba(0,0,0,.7)}
.pagehead__in p{color:var(--paper);opacity:.85;margin:0;text-shadow:0 1px 12px rgba(0,0,0,.9)}

/* ---------- alternating band ---------- */
.band{background:var(--ink-2);border-block:1px solid var(--line)}
.band__in{display:grid;grid-template-columns:5.8fr 6.2fr;gap:clamp(2rem,5vw,4.5rem);align-items:center;padding:clamp(3rem,6vw,5rem) 0}
.band__media img{border-radius:var(--r);aspect-ratio:5/4;object-fit:cover;width:100%}

/* ---------- section head ---------- */
.section__head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.8rem}
.section__head h2{margin:0}
.section__head p{margin:0}
.section__more{color:var(--ember);text-decoration:none;font-weight:600;font-size:.95rem;white-space:nowrap}
.section__more:hover{text-decoration:underline}

/* ---------- tiles ---------- */
/* 6-column bed so the lead tile can take half the row and the rest sit beside it —
   a hierarchy rather than four identical boxes. */
.tiles{display:grid;grid-template-columns:repeat(6,1fr);gap:1.2rem}
/* 4+2 then 2+4 — both rows fill the bed, and the emphasis flips side to side
   instead of marching down in equal boxes. */
.tiles .tile{grid-column:span 2}
.tiles .tile:nth-child(1),.tiles .tile:nth-child(4){grid-column:span 4}
.tiles .tile:nth-child(1) .tile__media,.tiles .tile:nth-child(4) .tile__media{aspect-ratio:16/8}
.tiles .tile:nth-child(1) .tile__body,.tiles .tile:nth-child(4) .tile__body{padding:1.3rem 1.5rem 1.6rem}
.tiles .tile:nth-child(1) h3,.tiles .tile:nth-child(4) h3{font-size:1.45rem}
/* Square media on the narrow tiles so each row lands at roughly one height. */
.tiles .tile:nth-child(2) .tile__media,.tiles .tile:nth-child(3) .tile__media{aspect-ratio:1}
.tile{text-decoration:none;border-radius:var(--r);overflow:hidden;background:var(--ink-3);border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .2s,border-color .2s}
.tile:hover{transform:translateY(-4px);border-color:rgba(192,50,42,.55)}
.tile__media{aspect-ratio:5/4;overflow:hidden}
.tile__media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.tile:hover .tile__media img{transform:scale(1.05)}
.tile__body{padding:1.1rem 1.2rem 1.4rem}
.tile__body h3{margin-bottom:.35rem}
.tile__body p{margin:0;color:var(--paper-dim);font-size:.92rem;line-height:1.5}

/* ---------- menu cards ---------- */
.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.3rem}
/* Only for categories with enough items that a lead card doesn't leave a hole. */
/* Horizontal, not just bigger. A double-width card with a tall image forces the
   whole row to its height and leaves a dead gap beside it; image-left/text-right
   keeps the row the same height as the ordinary cards. */
.cards--lead .card:first-child{grid-column:span 2;flex-direction:row}
.cards--lead .card:first-child .card__media{flex:0 0 54%;aspect-ratio:auto}
.cards--lead .card:first-child .card__media img{height:100%}
.cards--lead .card:first-child .card__body{flex:1;justify-content:center;padding:1.5rem 1.7rem}
/* margin-top:auto on the foot is what right-aligns price to the card bottom in the
   normal vertical card; in the centred horizontal lead card it strands it. */
.cards--lead .card:first-child .card__foot{margin-top:1.1rem}
.cards--lead .card:first-child h3{font-size:1.38rem}
.cards--lead .card:first-child .card__desc{font-size:.96rem}
.cards--lead .card:first-child .price{font-size:1.42rem}
.card{background:var(--ink-3);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,border-color .2s}
.card:hover{transform:translateY(-3px);border-color:rgba(192,50,42,.5)}
.card__media{aspect-ratio:4/3;overflow:hidden;background:var(--ink-2)}
.card__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.card:hover .card__media img{transform:scale(1.06)}
.card__body{padding:1rem 1.1rem 1.2rem;display:flex;flex-direction:column;flex:1}
.card__body h3{margin-bottom:.3rem;font-size:1.06rem}
.card__desc{color:var(--paper-dim);font-size:.9rem;line-height:1.5;margin:0 0 .9rem}
.card__foot{margin-top:auto;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}
.price{font-family:var(--slab);font-weight:700;font-size:1.2rem;color:var(--ember)}
.price__from{font-family:var(--sans);font-size:.7rem;font-weight:500;color:var(--paper-dim);text-transform:uppercase;letter-spacing:.08em}
.price--ask{font-size:.9rem;color:var(--paper-dim);font-family:var(--sans);font-weight:500;font-style:italic}
.chip{font-size:.72rem;padding:.28rem .6rem;border-radius:999px;background:rgba(244,239,233,.07);border:1px solid var(--line);color:var(--paper-dim);letter-spacing:.03em}

/* ---------- sides ---------- */
.sides-band{background:var(--ink-2);border-block:1px solid var(--line);padding:clamp(3rem,6vw,4.5rem) 0}
.sides-rail{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.sides-rail::-webkit-scrollbar{height:6px}
.sides-rail::-webkit-scrollbar-thumb{background:var(--line);border-radius:3px}
.sides-rail .side{flex:0 0 190px;scroll-snap-align:start}
.sides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}
.side{margin:0;text-align:center}
.side img{aspect-ratio:1;object-fit:cover;border-radius:var(--r);width:100%;border:1px solid var(--line)}
.side figcaption{margin-top:.6rem;font-size:.88rem;color:var(--paper-dim);font-weight:500}

/* ---------- "coming soon" notice ---------- */
.soon{display:block;margin:0 0 clamp(1.6rem,4vw,2.4rem)}
.soon__in{display:flex;align-items:center;gap:1rem 1.2rem;flex-wrap:wrap;
  background:linear-gradient(100deg,rgba(192,50,42,.16),rgba(226,160,73,.07));
  border:1px solid var(--line);border-left:3px solid var(--red);
  border-radius:var(--r);padding:1.05rem 1.3rem}
.soon__in p{margin:0;flex:1 1 320px;color:var(--paper);font-size:.97rem;line-height:1.5}
.soon__badge{flex:none;font:600 .7rem/1 var(--sans);letter-spacing:.14em;text-transform:uppercase;
  color:var(--ember);border:1px solid rgba(226,160,73,.45);border-radius:999px;padding:.42rem .7rem}
.soon__link{flex:none;color:var(--ember);font-weight:600;font-size:.93rem;white-space:nowrap}
@media (max-width:620px){
  .soon__in{align-items:flex-start}
  .soon__in .btn{width:100%;text-align:center}
}

/* ---------- notes ---------- */
.note{background:var(--ink-3);border:1px solid var(--line);border-left:3px solid var(--red);border-radius:10px;padding:1rem 1.2rem;margin-top:1.4rem}
.note p{margin:0;font-size:.94rem;color:var(--paper-dim)}
.note strong{color:var(--paper)}
.note--big p{font-size:1.02rem}
.note--warn{border-left-color:var(--ember)}

/* ---------- hours + visit ---------- */
.visit-teaser__in{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,4rem);align-items:center}
.hours-list{list-style:none;margin:0;padding:0;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:var(--ink-3)}
.hours-list li{display:flex;justify-content:space-between;gap:1rem;padding:.72rem 1.1rem;border-bottom:1px solid var(--line);font-size:.95rem}
.hours-list li:last-child{border-bottom:0}
.hours-list li span:first-child{color:var(--paper-dim)}
.hours-list li.is-closed{color:var(--paper-dim);opacity:.6}
.hours-list--lg li{padding:.85rem 1.2rem}

/* ---------- category banner (menu) ----------
   Each category is led by its own preferred gallery image (M-7), so the menu
   reads as a sequence of photographs rather than a list with pictures. */
.section--cat{padding-top:clamp(2rem,4vw,3rem)}
/* Three banner treatments on rotation: full-bleed, standard inset, and a narrower
   inset with the copy on the right. Enough variation to break the grid without
   becoming noise. */
/* Its section is already full width (.section--bleed), so the banner only has to
   drop its rounding and side borders — no negative margins, no vw. */
.catbanner--bleed{border-radius:0;border-inline:0;width:100%}
.catbanner--right .catbanner__in{margin-left:auto;text-align:right;align-items:flex-end;display:flex}
.catbanner--right .catbanner__scrim{background:
  linear-gradient(270deg,rgba(12,11,11,.90) 0%,rgba(12,11,11,.55) 42%,rgba(12,11,11,.06) 78%,rgba(12,11,11,0) 100%)}
.catbanner{position:relative;border-radius:var(--r);overflow:hidden;margin-bottom:1.6rem;
  aspect-ratio:21/8;min-height:190px;border:1px solid var(--line)}
.catbanner img{width:100%;height:100%;object-fit:cover;object-position:center}
.catbanner__scrim{position:absolute;inset:0;background:
  linear-gradient(90deg,rgba(12,11,11,.90) 0%,rgba(12,11,11,.55) 42%,rgba(12,11,11,.06) 78%,rgba(12,11,11,0) 100%)}
.catbanner__in{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;
  padding:clamp(1.2rem,4vw,2.4rem);max-width:min(100%,640px)}
.catbanner__in h2{margin:0 0 .25rem;text-shadow:0 2px 20px rgba(0,0,0,.75)}
.catbanner__in p{margin:0;color:var(--paper);opacity:.86;font-size:.96rem;line-height:1.45;
  text-shadow:0 1px 14px rgba(0,0,0,.85)}

/* ---------- category nav ---------- */
.catnav{position:sticky;top:var(--head-h);z-index:30;background:rgba(20,18,18,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.catnav__in{display:flex;gap:.5rem;overflow-x:auto;padding:.7rem 0;scrollbar-width:none}
.catnav__in::-webkit-scrollbar{display:none}
.catnav a{white-space:nowrap;text-decoration:none;font-size:.88rem;font-weight:500;color:var(--paper-dim);padding:.42rem .85rem;border-radius:999px;border:1px solid transparent;transition:.15s}
.catnav a:hover{color:var(--paper);background:rgba(244,239,233,.07)}
.catnav a.is-active{color:var(--paper);border-color:var(--red);background:rgba(192,50,42,.16)}

/* ---------- prose / contact ---------- */
.prose{max-width:70ch}
.prose h2{margin-top:2.2rem}
.prose h2:first-child{margin-top:0}
.duo{display:grid;grid-template-columns:1fr 1fr;gap:1.3rem}
.duo figure{margin:0}
.duo img{border-radius:var(--r);aspect-ratio:4/3;object-fit:cover;width:100%}
.duo figcaption{margin-top:.6rem;font-size:.88rem}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}
.contact-card{background:var(--ink-3);border:1px solid var(--line);border-radius:var(--r);padding:clamp(1.4rem,3vw,2rem)}
.contact-card h2{font-size:1.45rem}
.contact-card h3{margin-top:1.6rem}
.contact-card .big{font-size:1.15rem;line-height:1.5}
.contact-card a{color:var(--ember)}
/* Map sits on a dark page; Google's tiles are light, so knock them back a little
   rather than letting a white rectangle punch a hole in the layout. */
.map-embed{width:100%;min-height:280px;aspect-ratio:16/10;border:1px solid var(--line);
  border-radius:var(--r);margin-top:1.6rem;display:block;
  filter:grayscale(.35) contrast(1.05) brightness(.92)}
@media (max-width:760px){.map-embed{min-height:230px;aspect-ratio:4/3}}

/* ---------- footer ---------- */
.site-foot{background:var(--ink-2);border-top:1px solid var(--line);padding:clamp(2.5rem,5vw,4rem) 0 1.5rem;margin-top:2rem}
.site-foot__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:2rem}
.site-foot h3{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--paper-dim);font-family:var(--sans);font-weight:600;margin-bottom:.7rem}
.site-foot p{font-size:.92rem;margin:0 0 .4rem}
.site-foot a{color:var(--ember);text-decoration:none}
.site-foot a:hover{text-decoration:underline}
.foot-brand{font-family:var(--slab);font-weight:800;font-size:1.5rem;letter-spacing:.05em;color:var(--red-hot);margin-bottom:.3rem!important}
.foot-hours{list-style:none;margin:0;padding:0;font-size:.88rem}
.foot-hours li{display:flex;justify-content:space-between;gap:1rem;padding:.16rem 0}
.site-foot__legal{border-top:1px solid var(--line);margin-top:2.2rem;padding-top:1.2rem;font-size:.82rem}

/* ---------- lightbox ---------- */
.lb{position:fixed;inset:0;z-index:90;background:rgba(6,5,5,.94);display:grid;place-items:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity .2s}
.lb.is-open{opacity:1;pointer-events:auto}
.lb img{max-width:min(92vw,1100px);max-height:86vh;width:auto;border-radius:10px}
.lb__close{position:absolute;top:1.2rem;right:1.4rem;background:none;border:0;color:var(--paper);font-size:2.2rem;line-height:1;cursor:pointer;padding:.3rem .6rem}
.zoomable{cursor:zoom-in}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  /* Reset EVERY child, not just the ones the desktop rule used to name. The
     desktop spans are set with :nth-child(1)/(4) (specificity 0,3,0), which a bare
     `.tiles .tile` (0,2,0) cannot override — so an unreset tile kept `span 4` inside
     a 2-column grid, created implicit columns and pushed the section off-screen. */
  .tiles{grid-template-columns:repeat(2,1fr)}
  .tiles .tile,
  .tiles .tile:nth-child(1),
  .tiles .tile:nth-child(2),
  .tiles .tile:nth-child(3),
  .tiles .tile:nth-child(4){grid-column:span 1}
  .tiles .tile:nth-child(1) .tile__media,
  .tiles .tile:nth-child(2) .tile__media,
  .tiles .tile:nth-child(3) .tile__media,
  .tiles .tile:nth-child(4) .tile__media{aspect-ratio:5/4}
  .tiles .tile:nth-child(1) h3,
  .tiles .tile:nth-child(4) h3{font-size:1.15rem}
}
@media (max-width:900px){
  .band__in,.visit-teaser__in,.contact-grid,.duo{grid-template-columns:1fr}
  .band__media{order:-1}
  .cards--lead .card:first-child{grid-column:span 1;flex-direction:column}
  .cards--lead .card:first-child .card__media{flex:none;aspect-ratio:4/3}
  .cards--lead .card:first-child .card__body{justify-content:flex-start}
  .catbanner--right .catbanner__in{text-align:left;align-items:flex-start;margin-left:0}
  .catbanner--right .catbanner__scrim{background:
    linear-gradient(180deg,rgba(12,11,11,.35) 0%,rgba(12,11,11,.55) 45%,rgba(12,11,11,.94) 100%)}
}
@media (max-width:760px){
  :root{--head-h:60px}
  /* The phone number was being pushed off-screen; give it its own line. */
  /* align-items:flex-start sizes column children to max-content, so the copy has
     to be told to fill the line or it never wraps and runs off-screen. */
  .statebar__in{flex-direction:column;align-items:stretch;gap:.3rem;font-size:.85rem}
  .statebar__in p{flex:0 0 auto;width:100%}
  .statebar__dot{display:none}
  .statebar__call{color:var(--ember);font-size:.95rem}
  body{font-size:16px}
  .navtoggle{display:block}
  .nav{
    position:fixed;inset:var(--head-h) 0 auto 0;flex-direction:column;align-items:stretch;
    gap:0;background:var(--ink-2);border-bottom:1px solid var(--line);
    padding:.5rem 1.25rem 1.25rem;transform:translateY(-130%);transition:transform .25s ease;
  }
  .nav.is-open{transform:translateY(0)}
  .nav a{padding:.85rem 0;border-bottom:1px solid var(--line);font-size:1rem}
  .nav__call{margin-top:.9rem;text-align:center;border-bottom:0!important}
  .hero{min-height:78vh}
  .tiles{grid-template-columns:1fr}
  .tiles .tile__media{aspect-ratio:16/10}
  .pagehead{aspect-ratio:4/3;min-height:0;max-height:none}
  .pagehead--short{aspect-ratio:3/2}
  .sides-rail .side{flex-basis:150px}
  .catbanner{aspect-ratio:3/2;min-height:0}
  .catbanner__scrim{background:linear-gradient(180deg,rgba(12,11,11,.35) 0%,rgba(12,11,11,.55) 45%,rgba(12,11,11,.94) 100%)}
  .catbanner__in{justify-content:flex-end;max-width:100%}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none!important;transition:none!important;scroll-behavior:auto!important}
}
