/* ============================================================
   TRATTORIA COLASANTI — prefix tc-
   Concept build for Imanextagon
   ============================================================ */

:root{
  --tc-brick:#9A3B26;
  --tc-brick-dark:#7E2F1E;
  --tc-olive:#2F3A2E;
  --tc-olive-deep:#212819;
  --tc-plaster:#F5F0E7;
  --tc-sand:#E4D9C6;
  --tc-ink:#1F1C18;
  --tc-ink-soft:rgba(31,28,24,.68);
  --tc-cream-soft:rgba(245,240,231,.72);

  --tc-display:"Fraunces",Georgia,serif;
  --tc-body:"Archivo",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --tc-max:1180px;
  --tc-gut:clamp(1.25rem,5vw,2.5rem);
  --tc-sect:clamp(4rem,9vw,7.5rem);
  --tc-sect-lg:clamp(6rem,13vw,11rem);
  --tc-sect-sm:clamp(2.75rem,5vw,4.25rem);
}

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

html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;transition-duration:.001ms!important}
}

body{
  margin:0;
  background:var(--tc-plaster);
  color:var(--tc-ink);
  font-family:var(--tc-body);
  font-size:1rem;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}

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

:focus-visible{
  outline:2px solid var(--tc-brick);
  outline-offset:3px;
}

.tc-wrap{
  width:100%;
  max-width:var(--tc-max);
  margin-inline:auto;
  padding-inline:var(--tc-gut);
}

.tc-skip{
  position:absolute;left:-9999px;top:0;
  background:var(--tc-olive);color:var(--tc-plaster);
  padding:.75rem 1.25rem;z-index:200;
  font-size:.875rem;text-decoration:none;
}
.tc-skip:focus{left:0}

/* ---------- shared type ---------- */

.tc-eyebrow{
  font-family:var(--tc-body);
  font-size:.6875rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--tc-brick);
  margin:0 0 1rem;
}
.tc-eyebrow--light{color:rgba(228,217,198,.85)}

.tc-h2{
  font-family:var(--tc-display);
  font-weight:500;
  font-size:clamp(1.75rem,4.2vw,2.75rem);
  line-height:1.15;
  letter-spacing:-.01em;
  margin:0 0 1.25rem;
}

.tc-lede{
  font-size:clamp(1rem,1.6vw,1.125rem);
  color:var(--tc-ink-soft);
  max-width:36rem;
  margin:0 0 1.75rem;
}

.tc-link{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.875rem;font-weight:600;
  letter-spacing:.04em;
  color:var(--tc-brick);
  text-decoration:none;
  border-bottom:1px solid rgba(154,59,38,.32);
  padding-bottom:2px;
  transition:border-color .2s ease,gap .2s ease;
}
.tc-link:hover{border-bottom-color:var(--tc-brick);gap:.75rem}

.tc-btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:.5rem;
  font-family:var(--tc-body);
  font-size:.875rem;font-weight:600;
  letter-spacing:.04em;
  padding:.9375rem 1.75rem;
  text-decoration:none;
  border:1px solid transparent;
  border-radius:2px;
  cursor:pointer;
  transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}
.tc-btn--solid{background:var(--tc-brick);color:var(--tc-plaster)}
.tc-btn--solid:hover{background:var(--tc-brick-dark)}
.tc-btn--ghost{
  background:transparent;
  color:var(--tc-plaster);
  border-color:rgba(245,240,231,.4);
}
.tc-btn--ghost:hover{border-color:var(--tc-plaster);background:rgba(245,240,231,.08)}
.tc-btn--ink{
  background:transparent;color:var(--tc-ink);
  border-color:rgba(31,28,24,.25);
}
.tc-btn--ink:hover{border-color:var(--tc-ink)}

/* ---------- concept bar ---------- */

.tc-concept{
  background:var(--tc-olive-deep);
  color:rgba(228,217,198,.7);
  font-size:.75rem;
  letter-spacing:.02em;
  text-align:center;
  padding:.625rem var(--tc-gut);
}
.tc-concept a{
  color:rgba(228,217,198,.95);
  text-decoration:underline;
  text-underline-offset:2px;
}

/* ---------- header ---------- */

.tc-header{
  background:var(--tc-olive);
  color:var(--tc-plaster);
  position:sticky;top:0;z-index:100;
}
.tc-header__inner{
  display:flex;align-items:center;justify-content:space-between;
  gap:1.5rem;
  min-height:4.5rem;
}
.tc-brand{
  font-family:var(--tc-display);
  font-size:1.0625rem;
  font-weight:500;
  letter-spacing:.02em;
  text-decoration:none;
  white-space:nowrap;
}
.tc-brand span{
  display:block;
  font-family:var(--tc-body);
  font-size:.5625rem;
  font-weight:500;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(228,217,198,.6);
  margin-top:1px;
}
.tc-nav{display:none}
.tc-nav ul{
  display:flex;align-items:center;gap:1.75rem;
  list-style:none;margin:0;padding:0;
}
.tc-nav a{
  font-size:.8125rem;font-weight:500;
  letter-spacing:.05em;
  text-decoration:none;
  color:rgba(245,240,231,.82);
  padding-block:.25rem;
  border-bottom:1px solid transparent;
  transition:color .2s ease,border-color .2s ease;
}
.tc-nav a:hover{color:var(--tc-plaster);border-bottom-color:var(--tc-brick)}
.tc-nav a[aria-current="page"]{color:var(--tc-plaster);border-bottom-color:var(--tc-brick)}

.tc-header__end{display:flex;align-items:center;gap:1.25rem}
.tc-lang{
  font-size:.6875rem;font-weight:600;letter-spacing:.14em;
  text-decoration:none;
  color:rgba(245,240,231,.6);
  transition:color .2s ease;
}
.tc-lang:hover{color:var(--tc-plaster)}
.tc-header .tc-btn--solid{padding:.6875rem 1.25rem;font-size:.8125rem}

@media (min-width:60rem){
  .tc-nav{display:block}
}

/* ---------- hero ---------- */

.tc-hero{position:relative;isolation:isolate;overflow:hidden}
.tc-hero__media{position:absolute;inset:0;z-index:-2}
.tc-hero__media img{width:100%;height:100%;object-fit:cover;object-position:60% 50%}
.tc-hero__scrim{
  position:absolute;inset:0;z-index:-1;
  background:
    linear-gradient(100deg,rgba(20,17,13,.9) 0%,rgba(20,17,13,.72) 42%,rgba(20,17,13,.28) 78%,rgba(20,17,13,.5) 100%),
    linear-gradient(to top,rgba(20,17,13,.6) 0%,transparent 45%);
}
.tc-hero__inner{
  padding-block:clamp(5rem,16vw,10.5rem);
  color:var(--tc-plaster);
  max-width:34rem;
}
.tc-hero__est{
  font-size:.6875rem;font-weight:600;letter-spacing:.24em;
  text-transform:uppercase;
  color:rgba(228,217,198,.72);
  margin:0 0 1.5rem;
}
.tc-hero h1{
  font-family:var(--tc-display);
  font-weight:500;
  font-size:clamp(2.375rem,7.5vw,4.25rem);
  line-height:1.03;
  letter-spacing:-.02em;
  margin:0;
}
.tc-hero__sub{
  font-family:var(--tc-display);
  font-style:italic;
  font-weight:400;
  font-size:clamp(1.125rem,2.6vw,1.5rem);
  line-height:1.35;
  color:var(--tc-sand);
  margin:.75rem 0 1.5rem;
}
.tc-hero__desc{
  font-size:1rem;
  line-height:1.7;
  color:var(--tc-cream-soft);
  margin:0 0 2.25rem;
  max-width:26rem;
}
.tc-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem}

/* ---------- info strip ---------- */

.tc-info{background:var(--tc-olive-deep);color:var(--tc-sand)}
.tc-info__inner{
  display:grid;
  gap:1.5rem 2.5rem;
  padding-block:2rem;
  grid-template-columns:1fr;
}
.tc-info__item{display:flex;flex-direction:column;gap:.375rem}
.tc-info__label{
  font-size:.625rem;font-weight:600;letter-spacing:.2em;
  text-transform:uppercase;
  color:rgba(228,217,198,.5);
}
.tc-info__value{font-size:.9375rem;line-height:1.5;color:rgba(245,240,231,.92)}
.tc-info__value a{text-decoration:none;border-bottom:1px solid rgba(245,240,231,.3)}
.tc-info__value a:hover{border-bottom-color:var(--tc-plaster)}
.tc-info__note{font-size:.8125rem;color:rgba(228,217,198,.55)}

.tc-status{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.9375rem;font-weight:600;
}
.tc-status__dot{
  width:7px;height:7px;border-radius:50%;
  background:rgba(228,217,198,.4);
  flex:none;
}
.tc-status[data-state="open"] .tc-status__dot{
  background:#8FA86B;
  box-shadow:0 0 0 3px rgba(143,168,107,.22);
}
.tc-status[data-state="closed"] .tc-status__dot{background:var(--tc-brick)}

@media (min-width:48rem){
  .tc-info__inner{grid-template-columns:repeat(2,1fr)}
}
@media (min-width:64rem){
  .tc-info__inner{grid-template-columns:1.3fr 1.2fr 1fr .9fr}
}

/* ---------- story ---------- */

.tc-story{padding-block:var(--tc-sect)}
.tc-story__grid{display:grid;gap:2.5rem;align-items:center}
.tc-story__body p{margin:0 0 1.125rem;color:var(--tc-ink-soft);max-width:34rem}
.tc-story__body p:last-of-type{margin-bottom:1.75rem}
.tc-story__fig{margin:0;position:relative}
.tc-story__fig img{border-radius:2px}
.tc-story__year{
  position:absolute;bottom:0;left:0;
  transform:translate(-8%,28%);
  font-family:var(--tc-display);
  font-size:clamp(3.5rem,9vw,6rem);
  font-weight:500;
  line-height:.85;
  color:var(--tc-brick);
  letter-spacing:-.03em;
  pointer-events:none;
}
@media (min-width:56rem){
  .tc-story__grid{grid-template-columns:1fr 1fr;gap:4.5rem}
  .tc-story__year{transform:translate(-22%,25%)}
}

/* ---------- dishes ---------- */

.tc-dishes{background:var(--tc-olive);color:var(--tc-plaster);padding-block:var(--tc-sect-lg)}
.tc-dishes__head{max-width:34rem;margin-bottom:3rem}
.tc-dishes__head .tc-lede{margin-bottom:0}

.tc-feature{display:grid;gap:1.5rem;margin-bottom:2.5rem}
.tc-card{
  background:var(--tc-plaster);
  border-radius:2px;
  overflow:hidden;
  display:flex;flex-direction:column;
}
.tc-card img{aspect-ratio:3/2;object-fit:cover;width:100%}
.tc-card__body{padding:1.5rem 1.5rem 1.75rem}
.tc-card__name{
  display:flex;align-items:baseline;justify-content:space-between;
  gap:1rem;margin-bottom:.5rem;
}
.tc-card__name h3{
  font-family:var(--tc-display);
  font-size:1.25rem;font-weight:500;
  margin:0;line-height:1.2;
}
.tc-card__price{
  font-family:var(--tc-display);
  font-size:1.125rem;font-weight:500;
  color:var(--tc-brick);
  white-space:nowrap;
}
.tc-card p{margin:0;font-size:.9375rem;color:var(--tc-ink-soft)}

.tc-list{list-style:none;margin:0 0 2.5rem;padding:0;border-top:1px solid rgba(31,28,24,.14)}
.tc-list li{
  display:flex;align-items:baseline;gap:1rem;
  padding:1rem 0;
  border-bottom:1px solid rgba(31,28,24,.14);
}
.tc-list__name{
  font-family:var(--tc-display);
  font-size:1.0625rem;font-weight:500;
}
.tc-list__season{
  font-family:var(--tc-body);
  font-size:.6875rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--tc-brick);
  margin-left:.625rem;
  white-space:nowrap;
}
.tc-list__rule{
  flex:1;
  border-bottom:1px dotted rgba(31,28,24,.3);
  transform:translateY(-.25rem);
}
.tc-list__price{
  font-family:var(--tc-display);
  font-size:1.0625rem;font-weight:500;
  color:var(--tc-brick);
}

@media (min-width:48rem){
  .tc-feature{grid-template-columns:1fr 1fr;gap:2rem}
}

/* ---------- gallery ---------- */

.tc-gallery{padding-block:var(--tc-sect)}
.tc-gallery__head{
  display:flex;flex-wrap:wrap;align-items:end;justify-content:space-between;
  gap:1.5rem;margin-bottom:2.5rem;
}
.tc-gallery__head .tc-h2{margin-bottom:0;max-width:24rem}
.tc-gallery__strip{
  display:grid;
  gap:1rem;
  grid-auto-flow:column;
  grid-auto-columns:78%;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding-bottom:.75rem;
  margin-inline:calc(var(--tc-gut) * -1);
  padding-inline:var(--tc-gut);
  scrollbar-width:thin;
}
.tc-gallery__strip figure{margin:0;scroll-snap-align:start}
.tc-gallery__strip img{aspect-ratio:3/2;object-fit:cover;width:100%;border-radius:2px}
.tc-gallery__strip figcaption{
  font-size:.75rem;letter-spacing:.04em;
  color:var(--tc-ink-soft);
  margin-top:.625rem;
}
@media (min-width:48rem){
  .tc-gallery__strip{
    grid-auto-flow:row;
    grid-template-columns:repeat(3,1fr);
    grid-auto-columns:auto;
    overflow:visible;
    margin-inline:0;padding-inline:0;
  }
}

/* ---------- reviews ---------- */

.tc-reviews{background:var(--tc-brick);color:var(--tc-plaster);padding-block:var(--tc-sect)}
.tc-reviews__head{max-width:34rem;margin-bottom:3rem}
.tc-reviews__head .tc-h2{margin-bottom:0}
.tc-reviews__grid{display:grid;gap:1.5rem}
.tc-quote{
  margin:0;
  border-top:1px solid rgba(228,217,198,.24);
  padding-top:1.5rem;
}
.tc-quote p{
  font-family:var(--tc-display);
  font-size:1.125rem;
  font-style:italic;
  font-weight:400;
  line-height:1.5;
  margin:0 0 1.125rem;
  color:rgba(245,240,231,.95);
}
.tc-quote footer{
  font-size:.75rem;font-weight:600;
  letter-spacing:.14em;text-transform:uppercase;
  color:rgba(228,217,198,.62);
}
.tc-reviews__note{
  margin:2.5rem 0 0;
  font-size:.75rem;
  color:rgba(228,217,198,.5);
}
@media (min-width:48rem){
  .tc-reviews__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}
}

/* ---------- groups ---------- */

.tc-groups{padding-block:var(--tc-sect)}
.tc-groups__grid{display:grid;gap:2.5rem;align-items:center}
.tc-groups__body p{margin:0 0 1.75rem;color:var(--tc-ink-soft);max-width:32rem}
.tc-groups img{border-radius:2px}
@media (min-width:56rem){
  .tc-groups__grid{grid-template-columns:1fr 1fr;gap:4.5rem}
  .tc-groups__fig{order:-1}
}

/* ---------- location ---------- */

.tc-loc{padding-block:var(--tc-sect-sm);border-top:1px solid rgba(31,28,24,.14)}
.tc-loc__grid{display:grid;gap:2.5rem}
.tc-loc__list{list-style:none;margin:0;padding:0}
.tc-loc__list li{
  padding:.9375rem 0;
  border-bottom:1px solid rgba(31,28,24,.14);
  font-size:.9375rem;
}
.tc-loc__list li:first-child{border-top:1px solid rgba(31,28,24,.14)}
.tc-loc__list strong{
  display:block;
  font-family:var(--tc-body);
  font-size:.625rem;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:var(--tc-ink-soft);
  margin-bottom:.25rem;
}
.tc-map{
  border:0;width:100%;
  aspect-ratio:4/3;
  border-radius:2px;
  filter:saturate(.75) contrast(1.02);
}
@media (min-width:56rem){
  .tc-loc__grid{grid-template-columns:.85fr 1.15fr;gap:4rem;align-items:start}
}

/* ---------- final cta ---------- */

.tc-cta{
  background:var(--tc-olive-deep);
  color:var(--tc-plaster);
  padding-block:var(--tc-sect-lg);
  text-align:center;
}
.tc-cta__inner{max-width:34rem;margin-inline:auto}
.tc-cta h2{
  font-family:var(--tc-display);
  font-weight:500;
  font-size:clamp(2rem,5.5vw,3.25rem);
  line-height:1.08;
  letter-spacing:-.02em;
  margin:0 0 1.25rem;
}
.tc-cta h2 em{
  display:block;
  font-style:italic;
  font-weight:400;
  color:var(--tc-sand);
}
.tc-cta p{
  color:var(--tc-cream-soft);
  margin:0 0 2.25rem;
}

/* ---------- footer ---------- */

.tc-footer{
  background:var(--tc-ink);
  color:rgba(228,217,198,.6);
  padding-block:3rem;
  font-size:.8125rem;
}
.tc-footer__grid{
  display:grid;gap:2rem;
  margin-bottom:2.5rem;
}
.tc-footer h3{
  font-family:var(--tc-body);
  font-size:.625rem;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:rgba(228,217,198,.4);
  margin:0 0 .875rem;
}
.tc-footer ul{list-style:none;margin:0;padding:0}
.tc-footer li{margin-bottom:.5rem}
.tc-footer a{text-decoration:none;border-bottom:1px solid transparent;transition:color .2s ease,border-color .2s ease}
.tc-footer a:hover{color:var(--tc-plaster);border-bottom-color:rgba(228,217,198,.4)}
.tc-footer__base{
  border-top:1px solid rgba(228,217,198,.14);
  padding-top:1.75rem;
  display:flex;flex-wrap:wrap;gap:.75rem 2rem;
  justify-content:space-between;
  font-size:.75rem;
  color:rgba(228,217,198,.42);
}
@media (min-width:48rem){
  .tc-footer__grid{grid-template-columns:1.4fr 1fr 1fr}
}

/* ---------- scroll reveal ---------- */

.tc-reveal{
  opacity:0;
  transform:translateY(14px);
  transition:opacity .7s ease,transform .7s ease;
}
.tc-reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .tc-reveal{opacity:1;transform:none}
}

/* ============================================================
   CHI SIAMO — prefix tc-cs / tc-tl / tc-gen
   ============================================================ */

/* ---------- page hero (shorter than home) ---------- */

.tc-phero{position:relative;isolation:isolate;overflow:hidden}
.tc-phero__media{position:absolute;inset:0;z-index:-2}
.tc-phero__media img{width:100%;height:100%;object-fit:cover;object-position:50% 55%}
.tc-phero__scrim{
  position:absolute;inset:0;z-index:-1;
  background:linear-gradient(90deg,rgba(20,17,13,.88) 0%,rgba(20,17,13,.66) 48%,rgba(20,17,13,.34) 100%);
}
.tc-phero__inner{
  padding-block:clamp(3.75rem,10vw,6.5rem);
  color:var(--tc-plaster);
  max-width:32rem;
}
.tc-phero h1{
  font-family:var(--tc-display);
  font-weight:500;
  font-size:clamp(2rem,5.6vw,3.25rem);
  line-height:1.08;
  letter-spacing:-.02em;
  margin:0;
}
.tc-phero__sub{
  font-family:var(--tc-display);
  font-style:italic;font-weight:400;
  font-size:clamp(1.0625rem,2.2vw,1.375rem);
  color:var(--tc-sand);
  margin:.75rem 0 0;
}

/* ---------- opening statement ---------- */

.tc-statement{padding-block:var(--tc-sect-lg)}
.tc-statement p{
  font-family:var(--tc-display);
  font-weight:400;
  font-size:clamp(1.375rem,3.4vw,2.125rem);
  line-height:1.32;
  letter-spacing:-.01em;
  max-width:34rem;
  margin:0;
}
.tc-statement p em{font-style:italic;color:var(--tc-brick)}

/* ---------- timeline ---------- */

.tc-tl{padding-block:var(--tc-sect)}
.tc-tl__head{max-width:32rem;margin-bottom:3.5rem}
.tc-tl__head .tc-h2{margin-bottom:0}

.tc-tl__list{margin:0;padding:0;list-style:none}
.tc-tl__item{
  display:grid;
  gap:.5rem 2rem;
  padding:1.75rem 0;
  border-top:1px solid rgba(31,28,24,.16);
}
.tc-tl__item:last-child{border-bottom:1px solid rgba(31,28,24,.16)}
.tc-tl__year{
  font-family:var(--tc-display);
  font-weight:500;
  font-size:clamp(1.75rem,4.5vw,2.5rem);
  line-height:1;
  letter-spacing:-.02em;
  color:var(--tc-brick);
  font-variant-numeric:lining-nums;
}
.tc-tl__body h3{
  font-family:var(--tc-display);
  font-weight:500;
  font-size:1.1875rem;
  line-height:1.25;
  margin:0 0 .5rem;
}
.tc-tl__body p{margin:0;color:var(--tc-ink-soft);max-width:34rem;font-size:.9375rem}

@media (min-width:44rem){
  .tc-tl__item{grid-template-columns:7rem 1fr;align-items:start}
  .tc-tl__year{padding-top:.125rem}
}

/* ---------- generations ---------- */

.tc-gen{background:var(--tc-olive);color:var(--tc-plaster);padding-block:var(--tc-sect)}
.tc-gen__head{max-width:32rem;margin-bottom:3rem}
.tc-gen__head .tc-h2{margin-bottom:0}
.tc-gen__grid{display:grid;gap:2rem}
.tc-gen__card{
  border-top:2px solid var(--tc-brick);
  padding-top:1.375rem;
}
.tc-gen__ord{
  font-size:.625rem;font-weight:600;
  letter-spacing:.2em;text-transform:uppercase;
  color:var(--tc-ink-soft);
  margin:0 0 .625rem;
}
.tc-gen__card h3{
  font-family:var(--tc-display);
  font-weight:500;font-size:1.1875rem;
  line-height:1.25;margin:0 0 .25rem;
}
.tc-gen__years{
  display:block;
  font-family:var(--tc-body);
  font-size:.8125rem;
  color:var(--tc-brick);
  margin-bottom:.75rem;
}
.tc-gen__card p{margin:0;font-size:.9375rem;color:var(--tc-ink-soft)}
@media (min-width:48rem){
  .tc-gen__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}
}

/* ---------- recipe ---------- */

.tc-recipe{background:var(--tc-brick);color:var(--tc-plaster);padding-block:var(--tc-sect)}
.tc-recipe__grid{display:grid;gap:2.5rem;align-items:center}
.tc-recipe__body .tc-h2{color:var(--tc-plaster)}
.tc-recipe__body p{color:var(--tc-cream-soft);margin:0 0 1.125rem;max-width:32rem}
.tc-recipe__body p:last-of-type{margin-bottom:1.75rem}
.tc-recipe__body .tc-link{
  color:var(--tc-sand);
  border-bottom-color:rgba(228,217,198,.35);
}
.tc-recipe__body .tc-link:hover{border-bottom-color:var(--tc-sand)}
.tc-recipe figure{margin:0}
.tc-recipe img{border-radius:2px}
@media (min-width:56rem){
  .tc-recipe__grid{grid-template-columns:1.05fr .95fr;gap:4rem}
}

/* ---------- constants ---------- */

.tc-const{padding-block:var(--tc-sect)}
.tc-const__head{max-width:32rem;margin-bottom:2.75rem}
.tc-const__head .tc-h2{margin-bottom:0}
.tc-const__list{
  list-style:none;margin:0;padding:0;
  display:grid;gap:0;
  border-top:1px solid rgba(31,28,24,.16);
}
.tc-const__list li{
  display:grid;
  grid-template-columns:2.25rem 1fr;
  gap:.75rem;
  align-items:baseline;
  padding:1.0625rem 0;
  border-bottom:1px solid rgba(31,28,24,.16);
  font-size:.9375rem;
}
.tc-const__n{
  font-family:var(--tc-display);
  font-size:.875rem;font-weight:500;
  color:var(--tc-brick);
  font-variant-numeric:tabular-nums;
}
@media (min-width:56rem){
  .tc-const__list{grid-template-columns:1fr 1fr;column-gap:3.5rem}
  .tc-const__list li:nth-last-child(2){border-bottom:1px solid rgba(31,28,24,.16)}
}

/* ============================================================
   MOBILE NAV + HEADER CONDENSE
   ============================================================ */

.tc-header{transition:box-shadow .25s ease,background-color .25s ease}
.tc-header__inner{transition:min-height .25s ease}
.tc-header.is-condensed{box-shadow:0 1px 0 rgba(228,217,198,.14),0 8px 24px rgba(20,17,13,.28)}
.tc-header.is-condensed .tc-header__inner{min-height:3.5rem}

/* hamburger */
.tc-navbtn{
  display:inline-flex;align-items:center;justify-content:center;
  width:2.5rem;height:2.5rem;
  margin-right:-.5rem;
  background:transparent;border:0;padding:0;
  color:var(--tc-plaster);cursor:pointer;
  border-radius:2px;
}
.tc-navbtn__bars{display:block;width:1.25rem;height:.625rem;position:relative}
.tc-navbtn__bars::before,
.tc-navbtn__bars::after{
  content:"";position:absolute;left:0;right:0;height:1px;
  background:currentColor;
  transition:transform .28s ease,opacity .28s ease;
}
.tc-navbtn__bars::before{top:0}
.tc-navbtn__bars::after{bottom:0}
.tc-navbtn[aria-expanded="true"] .tc-navbtn__bars::before{transform:translateY(4.5px) rotate(45deg)}
.tc-navbtn[aria-expanded="true"] .tc-navbtn__bars::after{transform:translateY(-4.5px) rotate(-45deg)}

/* drawer */
.tc-backdrop{
  position:fixed;inset:0;z-index:150;
  background:rgba(20,17,13,.6);
  opacity:0;visibility:hidden;
  transition:opacity .3s ease,visibility .3s ease;
}
.tc-backdrop.is-open{opacity:1;visibility:visible}

.tc-drawer{
  position:fixed;top:0;right:0;bottom:0;z-index:160;
  width:min(21rem,88vw);
  background:var(--tc-olive);
  color:var(--tc-plaster);
  transform:translateX(101%);
  transition:transform .34s cubic-bezier(.4,0,.2,1);
  display:flex;flex-direction:column;
  overflow-y:auto;
  overscroll-behavior:contain;
  padding:1.25rem var(--tc-gut) 2rem;
}
.tc-drawer.is-open{transform:translateX(0)}

.tc-drawer__top{display:flex;justify-content:flex-end;margin-bottom:1.5rem}
.tc-drawer__close{
  width:2.5rem;height:2.5rem;
  margin-right:-.5rem;
  background:transparent;border:0;padding:0;
  color:var(--tc-plaster);cursor:pointer;
  font-size:1.5rem;line-height:1;
  font-family:var(--tc-body);font-weight:400;
}

.tc-drawer__nav{list-style:none;margin:0 0 auto;padding:0}
.tc-drawer__nav li{border-bottom:1px solid rgba(228,217,198,.16)}
.tc-drawer__nav a{
  display:block;
  font-family:var(--tc-display);
  font-size:1.5rem;font-weight:500;
  letter-spacing:-.01em;
  text-decoration:none;
  padding:.875rem 0;
  color:rgba(245,240,231,.92);
  transition:color .2s ease;
}
.tc-drawer__nav a:hover{color:var(--tc-plaster)}
.tc-drawer__nav a[aria-current="page"]{color:var(--tc-sand)}

.tc-drawer__foot{margin-top:2.5rem}
.tc-drawer__foot .tc-btn{width:100%;margin-bottom:1.5rem}
.tc-drawer__meta{
  font-size:.8125rem;line-height:1.6;
  color:rgba(228,217,198,.6);
  margin:0 0 1rem;
}
.tc-drawer__lang{
  font-size:.6875rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;text-decoration:none;
  color:rgba(228,217,198,.7);
  border-bottom:1px solid rgba(228,217,198,.3);
  padding-bottom:2px;
}

body.tc-locked{overflow:hidden}

@media (min-width:60rem){
  .tc-navbtn{display:none}
  .tc-drawer,.tc-backdrop{display:none}
}
@media (max-width:59.999rem){
  .tc-header__end .tc-lang{display:none}
}

/* brand lockup with mark */
.tc-brand{display:flex;align-items:center;gap:.625rem}
.tc-brand__mark{width:1.75rem;height:1.75rem;flex:none;opacity:.92}
.tc-brand__text{display:block}
.tc-header.is-condensed .tc-brand__mark{width:1.5rem;height:1.5rem;transition:width .25s ease,height .25s ease}

/* ============================================================
   OPTIMISATION PASS — contrast tiers, dark-ground overrides,
   editorial typography, structural variation
   ============================================================ */

/* ---- heading tier ---- */
.tc-h2--lg{
  font-size:clamp(2.25rem,6vw,3.75rem);
  line-height:1.06;
  letter-spacing:-.02em;
}

/* ---- micro-typography ---- */
h1,h2,h3,.tc-h2,.tc-statement p,.tc-quote p{text-wrap:balance}
p,.tc-lede,.tc-card p,.tc-tl__body p{text-wrap:pretty}
.tc-brand,.tc-h2,.tc-hero h1,.tc-phero h1,.tc-cta h2,.tc-statement p,
.tc-card__name h3,.tc-tl__year,.tc-list__name{font-optical-sizing:auto}

/* Fraunces variable axes — wght restated so it is not reset to default */
.tc-hero h1     {font-variation-settings:'opsz' 144,'wght' 500,'SOFT' 45,'WONK' 1}
.tc-phero h1    {font-variation-settings:'opsz' 120,'wght' 500,'SOFT' 45,'WONK' 1}
.tc-cta h2      {font-variation-settings:'opsz' 120,'wght' 500,'SOFT' 45,'WONK' 1}
.tc-statement p {font-variation-settings:'opsz' 96,'wght' 400,'SOFT' 40,'WONK' 1}
.tc-h2          {font-variation-settings:'opsz' 72,'wght' 500,'SOFT' 35}
.tc-tl__year    {font-variation-settings:'opsz' 72,'wght' 500,'SOFT' 35}
.tc-story__year {font-variation-settings:'opsz' 144,'wght' 500,'SOFT' 45}

/* ---- performance ---- */
.tc-story,.tc-dishes,.tc-gallery,.tc-reviews,.tc-groups,.tc-loc,
.tc-gen,.tc-tl,.tc-recipe,.tc-const{
  content-visibility:auto;
  contain-intrinsic-size:auto 600px;
}

/* ---- DISHES on dark ground ---- */
.tc-dishes .tc-eyebrow{color:rgba(228,217,198,.85)}
.tc-dishes .tc-h2{color:var(--tc-plaster)}
.tc-dishes .tc-lede{color:var(--tc-cream-soft)}
.tc-dishes .tc-link{color:var(--tc-sand);border-bottom-color:rgba(228,217,198,.35)}
.tc-dishes .tc-link:hover{border-bottom-color:var(--tc-sand)}
.tc-dishes .tc-list{border-top-color:rgba(228,217,198,.24)}
.tc-dishes .tc-list li{border-bottom-color:rgba(228,217,198,.24)}
.tc-dishes .tc-list__name{color:var(--tc-plaster)}
.tc-dishes .tc-list__rule{border-bottom-color:rgba(228,217,198,.34)}
.tc-dishes .tc-list__price{color:var(--tc-sand)}
.tc-dishes .tc-list__season{color:var(--tc-sand)}

/* ---- GENERATIONS on dark ground ---- */
.tc-gen .tc-eyebrow{color:rgba(228,217,198,.85)}
.tc-gen .tc-h2{color:var(--tc-plaster)}
.tc-gen__card{border-top-color:var(--tc-sand)}
.tc-gen__ord{color:rgba(228,217,198,.55)}
.tc-gen__card h3{color:var(--tc-plaster)}
.tc-gen__years{color:var(--tc-sand)}
.tc-gen__card p{color:var(--tc-cream-soft)}

/* ---- CONSTANTS becomes the quiet tier ---- */
.tc-const{padding-block:var(--tc-sect-sm)}

/* ---- GALLERY: wider container, asymmetric grid ---- */
.tc-gallery .tc-wrap{max-width:1480px}
@media (min-width:48rem){
  .tc-gallery__strip{
    grid-template-columns:1.45fr 1fr;
    grid-auto-flow:row;
    align-items:stretch;
    gap:1rem;
  }
  .tc-gallery__strip figure{display:flex;flex-direction:column;margin:0}
  .tc-gallery__strip figure:first-child{grid-row:span 2}
  .tc-gallery__strip figure:first-child img{aspect-ratio:auto;flex:1 1 auto;min-height:26rem}
  .tc-gallery__strip figure:not(:first-child) img{aspect-ratio:16/10}
  .tc-gallery__strip img{width:100%;height:100%;object-fit:cover}
}

/* ---- GROUPS: full-width image with an overlapping card ---- */
@media (min-width:56rem){
  .tc-groups__grid{grid-template-columns:1fr;gap:0}
  .tc-groups__fig{order:0;margin:0}
  .tc-groups__fig img{aspect-ratio:21/9;object-fit:cover;width:100%}
  .tc-groups__body{
    background:var(--tc-sand);
    max-width:34rem;
    margin:-7rem 0 0 auto;
    padding:2.75rem 3rem 3rem;
    position:relative;
    z-index:2;
  }
  .tc-groups__body p{max-width:none}
}

/* ---- hairline above the quiet location band ---- */
.tc-loc__grid{padding-top:.5rem}

/* ============================================================
   MENU · GALLERY · CONTACT · GROUPS · PROSE
   ============================================================ */

/* ---- lunch band ---- */
.tc-lunch{background:var(--tc-brick);color:var(--tc-plaster);padding-block:var(--tc-sect-sm)}
.tc-lunch__inner{display:grid;gap:1.25rem 3rem;align-items:center}
.tc-lunch h2{font-family:var(--tc-display);font-weight:500;font-size:clamp(1.5rem,3.4vw,2rem);line-height:1.12;margin:0 0 .5rem}
.tc-lunch p{margin:0;color:rgba(245,240,231,.85);font-size:.9375rem;max-width:34rem}
.tc-lunch__price{font-family:var(--tc-display);font-weight:500;font-size:clamp(2.5rem,7vw,3.75rem);line-height:1;letter-spacing:-.02em;white-space:nowrap}
.tc-lunch__note{display:block;font-family:var(--tc-body);font-size:.6875rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(245,240,231,.6);margin-top:.625rem}
@media (min-width:52rem){.tc-lunch__inner{grid-template-columns:1fr auto}}

/* ---- sticky category nav ---- */
.tc-catnav{position:sticky;top:4.5rem;z-index:60;background:var(--tc-plaster);border-bottom:1px solid rgba(31,28,24,.14)}
.tc-catnav ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0;overflow-x:auto;scrollbar-width:none}
.tc-catnav ul::-webkit-scrollbar{display:none}
.tc-catnav a{display:block;white-space:nowrap;padding:1rem 0;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--tc-ink-soft);border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}
.tc-catnav a:hover{color:var(--tc-ink)}
.tc-catnav a.is-active{color:var(--tc-brick);border-bottom-color:var(--tc-brick)}

/* ---- menu ---- */
.tc-menu{padding-block:var(--tc-sect)}
.tc-menu__group{margin-bottom:clamp(3rem,7vw,5rem);scroll-margin-top:8rem}
.tc-menu__group:last-of-type{margin-bottom:0}
.tc-menu__head{display:flex;align-items:baseline;gap:1.25rem;margin-bottom:1.75rem}
.tc-menu__head h2{font-family:var(--tc-display);font-weight:500;font-size:clamp(1.5rem,3.6vw,2.125rem);line-height:1;letter-spacing:-.01em;margin:0;white-space:nowrap}
.tc-menu__head span{flex:1;border-bottom:1px solid rgba(31,28,24,.2)}
.tc-menu__list{list-style:none;margin:0;padding:0}
.tc-menu__row{display:grid;grid-template-columns:1fr auto;column-gap:1rem;padding:.875rem 0;border-bottom:1px solid rgba(31,28,24,.1)}
.tc-menu__row:last-child{border-bottom:0}
.tc-menu__name{font-family:var(--tc-display);font-size:1.0625rem;font-weight:500;line-height:1.3}
.tc-menu__price{font-family:var(--tc-display);font-size:1.0625rem;font-weight:500;color:var(--tc-brick);white-space:nowrap}
.tc-menu__desc{grid-column:1/-1;margin:.25rem 0 0;font-size:.875rem;color:var(--tc-ink-soft);max-width:38rem}
.tc-menu__tag{font-family:var(--tc-body);font-size:.625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--tc-brick);margin-left:.625rem;white-space:nowrap}
.tc-menu__fig{margin:0 0 1.75rem;position:relative}
.tc-menu__fig img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:2px}
.tc-menu__fig figcaption{font-size:.75rem;letter-spacing:.04em;color:var(--tc-ink-soft);margin-top:.625rem}
@media (min-width:56rem){
  .tc-menu__group{display:grid;grid-template-columns:1fr 1.15fr;gap:0 4rem;align-items:start}
  .tc-menu__head,.tc-menu__list{grid-column:2}
  .tc-menu__fig{grid-column:1;grid-row:1/span 2;position:sticky;top:9.5rem;margin-bottom:0}
  .tc-menu__fig img{aspect-ratio:4/5}
  .tc-menu__group--nofig{grid-template-columns:1fr;max-width:44rem;margin-inline:auto}
  .tc-menu__group--nofig .tc-menu__head,.tc-menu__group--nofig .tc-menu__list{grid-column:1}
}

/* ---- notes ---- */
.tc-notes{padding-block:var(--tc-sect-sm);border-top:1px solid rgba(31,28,24,.14)}
.tc-notes ul{list-style:none;margin:0;padding:0;display:grid;gap:.625rem}
.tc-notes li{font-size:.8125rem;color:var(--tc-ink-soft)}
@media (min-width:48rem){.tc-notes ul{grid-template-columns:repeat(2,1fr);column-gap:3rem}}

/* ---- gallery grid + lightbox ---- */
.tc-grid{padding-block:var(--tc-sect)}
.tc-grid__wrap{display:grid;gap:1rem;grid-template-columns:1fr}
.tc-grid button{padding:0;border:0;background:none;cursor:zoom-in;display:block;width:100%}
.tc-grid img{width:100%;height:100%;object-fit:cover;border-radius:2px;display:block}
@media (min-width:44rem){
  .tc-grid__wrap{grid-template-columns:repeat(6,1fr);grid-auto-rows:11rem}
  .tc-grid__item{grid-column:span 2;grid-row:span 2}
  .tc-grid__item--wide{grid-column:span 4}
  .tc-grid__item--tall{grid-row:span 3}
  .tc-grid button,.tc-grid figure{height:100%;margin:0}
}
.tc-lb{position:fixed;inset:0;z-index:200;background:rgba(20,17,13,.94);display:flex;align-items:center;justify-content:center;padding:var(--tc-gut);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.tc-lb.is-open{opacity:1;visibility:visible}
.tc-lb img{max-width:100%;max-height:82vh;object-fit:contain;border-radius:2px}
.tc-lb__bar{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem var(--tc-gut);color:rgba(245,240,231,.75);font-size:.8125rem}
.tc-lb button{background:none;border:0;color:var(--tc-plaster);cursor:pointer;font-size:1.5rem;line-height:1;padding:.5rem}
.tc-lb__nav{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem!important}
.tc-lb__nav--prev{left:.25rem}
.tc-lb__nav--next{right:.25rem}

/* ---- contact ---- */
.tc-contact{padding-block:var(--tc-sect)}
.tc-contact__grid{display:grid;gap:2.5rem}
.tc-contact__block{border-top:2px solid var(--tc-brick);padding-top:1.25rem}
.tc-contact__block h3{font-family:var(--tc-display);font-weight:500;font-size:1.1875rem;margin:0 0 .625rem}
.tc-contact__block p{margin:0 0 .5rem;font-size:.9375rem;color:var(--tc-ink-soft)}
@media (min-width:48rem){.tc-contact__grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}

/* ---- map facade ---- */
.tc-mapf{position:relative;border-radius:2px;overflow:hidden;background:var(--tc-sand);aspect-ratio:16/9}
.tc-mapf__btn{position:absolute;inset:0;width:100%;height:100%;border:0;cursor:pointer;background:linear-gradient(rgba(20,17,13,.28),rgba(20,17,13,.44));color:var(--tc-plaster);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;font-family:var(--tc-body);font-size:.875rem;font-weight:600;letter-spacing:.04em}
.tc-mapf__btn small{font-weight:400;font-size:.75rem;color:rgba(245,240,231,.75);max-width:22rem;text-align:center;letter-spacing:0}
.tc-mapf iframe{width:100%;height:100%;border:0;display:block}

/* ---- group menus ---- */
.tc-gmenu{background:var(--tc-olive);color:var(--tc-plaster);padding-block:var(--tc-sect-lg)}
.tc-gmenu .tc-h2{color:var(--tc-plaster)}
.tc-gmenu .tc-eyebrow{color:rgba(228,217,198,.85)}
.tc-gmenu .tc-lede{color:var(--tc-cream-soft)}
.tc-gmenu__grid{display:grid;gap:1.5rem}
.tc-gmenu__card{background:var(--tc-plaster);color:var(--tc-ink);padding:2rem 1.75rem 2.25rem;border-radius:2px;display:flex;flex-direction:column}
.tc-gmenu__card h3{font-family:var(--tc-display);font-weight:500;font-size:1.25rem;margin:0 0 .5rem}
.tc-gmenu__price{font-family:var(--tc-display);font-weight:500;font-size:2.25rem;line-height:1;color:var(--tc-brick);letter-spacing:-.02em}
.tc-gmenu__pp{font-family:var(--tc-body);font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--tc-ink-soft);display:block;margin:.5rem 0 1.25rem}
.tc-gmenu__card ul{list-style:none;margin:0;padding:0;border-top:1px solid rgba(31,28,24,.14)}
.tc-gmenu__card li{padding:.625rem 0;border-bottom:1px solid rgba(31,28,24,.14);font-size:.875rem;color:var(--tc-ink-soft)}
@media (min-width:56rem){.tc-gmenu__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}

/* ---- prose (privacy, 404) ---- */
.tc-prose{padding-block:var(--tc-sect)}
.tc-prose__inner{max-width:42rem}
.tc-prose h2{font-family:var(--tc-display);font-weight:500;font-size:1.375rem;margin:2.5rem 0 .75rem}
.tc-prose h2:first-of-type{margin-top:0}
.tc-prose p,.tc-prose li{color:var(--tc-ink-soft);margin:0 0 1rem}
.tc-prose ul{padding-left:1.25rem}
.tc-e404{padding-block:var(--tc-sect-lg);text-align:center}
.tc-e404 h1{font-family:var(--tc-display);font-weight:500;font-size:clamp(2.5rem,8vw,4.5rem);line-height:1;margin:0 0 1rem;letter-spacing:-.02em}
.tc-e404 p{max-width:32rem;margin:0 auto 2rem;color:var(--tc-ink-soft)}
.tc-e404__links{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}

/* ---- print: menu ---- */
@media print{
  .tc-concept,.tc-header,.tc-drawer,.tc-backdrop,.tc-catnav,.tc-cta,.tc-footer,
  .tc-phero,.tc-menu__fig,.tc-navbtn{display:none!important}
  body{background:#fff;color:#000;font-size:11pt}
  .tc-menu__group{page-break-inside:avoid;display:block!important;max-width:none}
  .tc-menu__price,.tc-menu__tag{color:#000}
  .tc-reveal{opacity:1!important;transform:none!important}
}

/* ============================================================
   LIVE-SITE FIXES — measured in Chrome
   ============================================================ */

/* catnav sat at 4.5rem while the condensed header is 3.5rem: 16px gap */
.tc-catnav{top:3.5rem}
.tc-menu__group{scroll-margin-top:10rem}

/* sticky dish photo had zero travel (figure height == group height) */
@media (min-width:56rem){
  .tc-menu__fig{align-self:start;max-height:68vh}
  .tc-menu__fig img{height:100%;max-height:68vh;object-fit:cover}
}

/* groups card: overlap the image inside one grid cell instead of hanging
   below it, which left a 597x334 dead zone and overflowed the section */
@media (min-width:56rem){
  .tc-groups__grid{display:grid;grid-template-columns:1fr;gap:0}
  .tc-groups__fig{grid-area:1/1;margin:0;align-self:start}
  .tc-groups__fig img{aspect-ratio:16/9;width:100%;object-fit:cover}
  .tc-groups__body{
    grid-area:1/1;
    align-self:end;
    justify-self:end;
    margin:0 2.5rem -3rem 0;
    max-width:31rem;
    box-shadow:0 18px 48px rgba(20,17,13,.22);
  }
  .tc-groups{padding-bottom:calc(var(--tc-sect) + 3rem)}
}

/* gallery mosaic: span-2/3/4 mix left 16 unfillable cells.
   5-item repeat tiles a 6-column grid exactly. */
@media (min-width:44rem){
  .tc-grid__wrap{grid-auto-flow:row dense;grid-auto-rows:9.5rem}
  .tc-grid__item,
  .tc-grid__item--wide,
  .tc-grid__item--tall{grid-column:span 2;grid-row:span 2}
  .tc-grid__item:nth-child(5n+1){grid-column:span 4}
}

/* ---- menu: written this morning ---- */
.tc-menu__written{
  display:flex;align-items:center;justify-content:center;gap:1rem;
  margin:0;padding:2.25rem var(--tc-gut) 0;
  font-family:var(--tc-display);
  font-style:italic;font-weight:400;
  font-size:clamp(.9375rem,2vw,1.125rem);
  color:var(--tc-ink-soft);
  text-align:center;
}
.tc-menu__written::before,.tc-menu__written::after{
  content:"";height:1px;width:min(4.5rem,12vw);
  background:rgba(31,28,24,.22);flex:none;
}
.tc-menu__written b{font-weight:400;font-style:italic;color:var(--tc-brick)}

/* ---- menu: out-of-season rows ---- */
.tc-menu__row{transition:opacity .3s ease}
.tc-menu__row.is-off{opacity:.42}
.tc-menu__row.is-off .tc-menu__price{color:var(--tc-ink-soft)}
.tc-menu__tag--off{color:var(--tc-ink-soft)!important}

/* ---- home: dish section link row ---- */
.tc-dishes__links{display:flex;flex-wrap:wrap;gap:1.25rem 2.5rem;margin:0}

/* ============================================================
   STATEMENT AS COMPOSITION — type scaled up, numeral as counterweight
   ============================================================ */

.tc-statement__grid{display:grid;gap:2.5rem;align-items:center}

/* the statement was 34px across a 544px measure inside 1180px:
   60% empty and six lines long. Bigger type, wider measure, fewer lines. */
.tc-statement--figure p{
  font-size:clamp(1.5rem,4.4vw,3.25rem);
  line-height:1.18;
  max-width:40rem;
  font-variation-settings:'opsz' 120,'wght' 400,'SOFT' 40,'WONK' 1;
}

.tc-statement__num{
  display:block;
  font-family:var(--tc-display);
  font-weight:500;
  font-size:clamp(4.5rem,15vw,10rem);
  line-height:.82;
  letter-spacing:-.04em;
  color:var(--tc-brick);
  font-variant-numeric:lining-nums;
  font-variation-settings:'opsz' 144,'wght' 500,'SOFT' 45;
}
.tc-statement__numlabel{
  display:block;
  font-family:var(--tc-body);
  font-size:.6875rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--tc-ink-soft);
  line-height:1.4;
  margin-top:1rem;
  max-width:14rem;
}

@media (min-width:56rem){
  .tc-statement__grid{grid-template-columns:1.35fr auto;gap:4rem;align-items:end}
  .tc-statement--figure p{margin-bottom:0}
  .tc-statement__num{text-align:right;margin-right:-.06em}
  .tc-statement__numlabel{text-align:right;margin-left:auto}
}

/* ---- group menu price: unit, not eyebrow ---- */
.tc-gmenu__cost{display:flex;align-items:baseline;gap:.5rem;margin:0 0 1.25rem;flex-wrap:wrap}
.tc-gmenu__cost .tc-gmenu__pp{
  display:inline;
  font-family:var(--tc-display);
  font-style:italic;
  font-weight:400;
  font-size:.9375rem;
  letter-spacing:0;
  text-transform:none;
  color:var(--tc-ink-soft);
  margin:0;
}

/* Home's statement has no numeral (the 1964 already sits just above it on the
   story image), but it needs the same type weight so it doesn't look undersized */
/* Home's statement takes the opposite approach to the other two: no numeral,
   because the story section's 1964 sits directly above it. Instead the measure
   widens so the type uses the space rather than leaving a half empty. */
.tc-statement:not(.tc-statement--figure){padding-block:var(--tc-sect)}
.tc-statement:not(.tc-statement--figure) p{
  font-size:clamp(1.4375rem,3.9vw,2.75rem);
  line-height:1.22;
  max-width:52rem;
  font-variation-settings:'opsz' 110,'wght' 400,'SOFT' 40,'WONK' 1;
}
.tc-statement:not(.tc-statement--figure) p em{white-space:nowrap}
@media (min-width:64rem){
  .tc-statement:not(.tc-statement--figure) p{
    padding-left:clamp(2rem,7vw,6rem);
    border-left:1px solid rgba(154,59,38,.32);
  }
}
