/* ==========================================================================
   TAGLISH — site styles, built on the Taglish Brand Guidelines (Sept 2026)
   Seafood. Steak. Taglish.  New York confidence. Filipino instinct.
   ========================================================================== */

:root{
  /* primary palette, exactly as specified in the guidelines */
  --ink:#111214;      /* Ink Black: primary backgrounds, signage, menus   */
  --bone:#F3EFE7;     /* Bone: menu paper, text, neutral surfaces         */
  --oyster:#B8B4AA;   /* Oyster Gray: secondary text and details          */
  --steel:#777C80;    /* Brushed Steel: hairlines, borders, hardware      */
  --oxblood:#6E1E27;  /* Oxblood: controlled dramatic accent              */
  --copper:#C36B3B;   /* Copper: warm metallic accent                     */

  /* derived, not new hues. Ink Black at 72% over Bone gives secondary text on
     paper at 7:1 — Steel (3.7:1) and Copper (3.3:1) are too light for small
     type on Bone, so they stay rules and underlines there. */
  --ink-2:#50504F;
  --rule-dark:rgba(119,124,128,.42);
  --rule-bone:rgba(17,18,20,.14);

  --display:"Archivo","Arial Narrow","Helvetica Neue",Arial,sans-serif;
  --serif:"Newsreader","Iowan Old Style",Georgia,serif;
  --sans:"Archivo","Helvetica Neue",Arial,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--ink);
  color:var(--bone);
  font-family:var(--sans);
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
/* width/height attributes reserve space against layout shift; height:auto lets
   component rules below decide the crop */
img{max-width:100%;height:auto}
a{color:inherit}
h1,h2,h3,h4{margin:0;font-weight:inherit;line-height:1.1}
p{margin:0 0 1.1em}
:focus-visible{outline:2px solid var(--copper);outline-offset:3px}
.skip{position:absolute;left:-9999px;top:0;background:var(--bone);color:var(--ink);padding:.7rem 1.1rem;z-index:99}
.skip:focus{left:0}

/* ---------- display type ----------
   "A tight, bold grotesk sans serif with authority." Archivo pulled in to a
   condensed width, set heavy and in capitals, the way a New York steakhouse
   letters its signage. Everything that speaks in the brand's voice uses it. */
.hero-line,.story-promise,.dna-head,.dna-name,.gallery h2,.plate-name,.menu-head h2,
.tab,.course-title,.feature-title,.sarap-line,.visit h2,.chef h3,.press h3,
.page-head h1,.prose h2{
  font-family:var(--display);
  font-stretch:74%;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.01em;
  line-height:.94;
}

/* ---------- layout ---------- */
.band{padding:clamp(5rem,11vw,9.5rem) clamp(1.25rem,5vw,3rem)}
.band--ink{background:var(--ink);color:var(--bone)}
.band--bone{background:var(--bone);color:var(--ink)}
.band--oxblood{background:var(--oxblood);color:var(--bone)}
.band--tight{padding-block:clamp(3rem,6vw,5rem)}
.wrap{max-width:1160px;margin-inline:auto}

/* ---------- buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;min-height:48px;
  text-decoration:none;cursor:pointer;font-family:var(--sans);font-size:.98rem;font-weight:600;letter-spacing:.01em;
  padding:.8rem 1.8rem;border:1px solid transparent;
  transition:background .2s,color .2s,border-color .2s;
}
.btn--solid{background:var(--bone);border-color:var(--bone);color:var(--ink)}
.btn--solid:hover{background:var(--copper);border-color:var(--copper);color:var(--ink)}
.btn--ghost{background:transparent;border-color:var(--steel);color:var(--bone)}
.btn--ghost:hover{border-color:var(--bone);background:rgba(243,239,231,.06)}

/* ---------- nav ---------- */
.nav{
  position:fixed;inset:0 0 auto 0;z-index:60;
  display:flex;align-items:center;gap:1.5rem;
  padding:.85rem clamp(1.25rem,5vw,3rem);
  background:transparent;border-bottom:1px solid transparent;color:var(--bone);
  transition:background .3s,border-color .3s;
}
.nav--solid{background:rgba(17,18,20,.94);backdrop-filter:saturate(120%) blur(10px);border-bottom-color:var(--rule-dark)}
.nav-brand{display:flex;align-items:center;margin-right:auto;text-decoration:none;transition:opacity .3s,visibility .3s}
/* the guidelines put the horizontal lockup in website headers */
.nav-lockup{display:block;height:40px;width:auto}
/* on the home page the hero already carries the master lockup, so the header
   lockup waits until you scroll past it rather than doubling up */
.nav--hero:not(.nav--solid) .nav-brand{opacity:0;visibility:hidden}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links[hidden]{display:none}
.nav-links a{
  text-decoration:none;font-size:.95rem;font-weight:500;color:var(--oyster);padding-block:.3rem;
  box-shadow:0 1px 0 0 transparent;transition:color .18s,box-shadow .18s;
}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--bone);box-shadow:0 1px 0 0 var(--copper)}
/* scoped under .nav-links so it outranks `.nav-links a` above */
.nav-links .nav-cta{padding:.55rem 1.15rem;background:var(--bone);color:var(--ink);font-weight:600;transition:background .2s}
.nav-links .nav-cta:hover{background:var(--copper);color:var(--ink);box-shadow:none}
.nav-toggle{
  display:none;background:none;border:1px solid var(--steel);color:var(--bone);cursor:pointer;
  font-family:var(--sans);font-size:.92rem;font-weight:500;padding:.5rem .95rem;
}

/* ---------- hero ---------- */
.hero{
  position:relative;min-height:100svh;
  display:flex;align-items:center;justify-content:center;text-align:center;
  /* vertical rhythm scales with viewport height so short laptop windows
     tighten up instead of pushing the buttons below the fold */
  padding:clamp(5rem,13svh,7.5rem) clamp(1.15rem,5vw,3rem) clamp(2.25rem,7svh,3.5rem);
  background:var(--ink);color:var(--bone);overflow:hidden;
}
.hero-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,
    rgba(17,18,20,.9) 0%, rgba(17,18,20,.55) 30%,
    rgba(17,18,20,.78) 62%, rgba(17,18,20,.97) 100%);
}
.hero-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}
.hero-word{margin:0}
/* the lockup is portrait: cap it against svh as well as vw */
.hero-word img{display:block;width:clamp(150px,min(30vw,30svh),360px);height:auto}
/* the third line of the master lockup: NEW YORK CONFIDENCE. FILIPINO INSTINCT. */
.hero-line{
  font-size:clamp(.95rem,2.3vw,1.4rem);font-weight:700;letter-spacing:.14em;line-height:1.2;
  padding-left:.14em; /* balances the trailing tracking so the line centres optically */
  margin:clamp(1.1rem,4svh,2.1rem) 0 0;
}
/* each sentence stays whole, so a narrow screen breaks between them, never mid-sentence */
.hero-line span{display:inline-block}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:center;margin-top:clamp(1.25rem,4.5svh,2.6rem)}
.hero-meta{margin:clamp(1.25rem,4svh,2.5rem) 0 0;font-size:.95rem;color:var(--oyster)}
@media (max-height:560px){
  .hero{padding-top:4.25rem;padding-bottom:1.5rem}
  .hero-word img{width:min(190px,36vw,30svh)}
  .hero-line{font-size:.9rem;margin-top:.8rem}
  .hero-actions{margin-top:.9rem;gap:.6rem}
  .hero-actions .btn{min-height:44px;padding:.6rem 1.3rem;font-size:.92rem}
  .hero-meta{margin-top:.9rem;font-size:.85rem}
}

/* ---------- story ---------- */
/* the brand promise is the page's one loud typographic moment */
/* sized from the longest line (17.67em) so each clause holds one line from tablet up */
.story-promise{font-size:clamp(2.2rem,4.8vw,3.9rem);line-height:.92;margin-bottom:clamp(2.5rem,6vw,4.5rem)}
.story-promise span{display:block}
.story-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:clamp(2.5rem,6vw,5.5rem);align-items:start}
.story-founder{font-family:var(--serif);font-size:clamp(1.3rem,2.3vw,1.75rem);line-height:1.4;max-width:30ch;margin-bottom:1.4rem}
.story-body{color:var(--oyster);max-width:46ch}
.story-photo{display:block;width:100%;aspect-ratio:4/5;object-fit:cover}
.chef{margin-top:1.5rem;padding-top:1.4rem;border-top:1px solid var(--rule-dark)}
.chef h3{font-size:1.7rem;margin-bottom:.4rem}
.chef p{font-size:.98rem;color:var(--oyster)}
.chef p:last-child{margin-bottom:0}
.chef .chef-role{color:var(--copper);font-weight:500;margin-bottom:1rem}

/* ---------- brand DNA ---------- */
.dna-head{font-size:clamp(2.2rem,5.2vw,3.9rem);max-width:16ch;margin-bottom:clamp(2.25rem,5vw,3.5rem)}
.dna-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--steel)}
.dna-row{
  display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:baseline;
  gap:.5rem clamp(2rem,5vw,4rem);padding:clamp(1.35rem,3vw,2rem) 0;border-bottom:1px solid var(--steel);
}
.dna-name{font-size:clamp(1.65rem,3.4vw,2.6rem)}
.dna-text{font-family:var(--serif);font-size:clamp(1.1rem,1.7vw,1.3rem);line-height:1.45;color:var(--ink-2);margin:0;max-width:40ch}

/* ---------- signature plates ----------
   One dish per row, photo and type alternating sides. Held to the page
   container so crops stay near square on these portrait sources. */
.gallery h2{font-size:clamp(2.2rem,5.2vw,3.9rem);margin-bottom:.8rem}
.gallery-note{color:var(--oyster);max-width:46ch;margin-bottom:clamp(3rem,7vw,5rem)}
.plate{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(1.75rem,4vw,4rem)}
.plate + .plate{margin-top:clamp(3.5rem,8vw,6.5rem)}
/* both halves pinned to row 1, or the flipped row wraps its text underneath */
.plate figure{margin:0;grid-column:1;grid-row:1}
.plate img{display:block;width:100%;height:clamp(340px,56svh,600px);object-fit:cover;background:var(--ink)}
.plate-body{grid-column:2;grid-row:1;max-width:32rem}
.plate--flip figure{grid-column:2}
.plate--flip .plate-body{grid-column:1;justify-self:end}
.plate-name{font-size:clamp(1.9rem,3.8vw,2.9rem);margin-bottom:.6rem}
.plate-body p{font-family:var(--serif);font-size:1.18rem;line-height:1.5;color:var(--oyster);max-width:36ch}
.plate-body p:last-child{margin-bottom:0}
/* scoped so it outranks `.plate-body p` */
.plate-body .plate-price{font-family:var(--sans);font-size:1.05rem;font-weight:600;letter-spacing:.02em;color:var(--copper);font-variant-numeric:tabular-nums;margin-bottom:1rem}
.gallery-more{text-align:center;margin-top:clamp(3.5rem,8vw,6rem)}

/* ---------- menu ---------- */
.menu-head{text-align:center;margin-bottom:clamp(2.25rem,5vw,3.25rem)}
.menu-head h2{font-size:clamp(2.6rem,7vw,5rem)}
.menu-intro{font-family:var(--serif);font-style:italic;font-size:clamp(1.15rem,2vw,1.4rem);line-height:1.4;max-width:34ch;margin:1.1rem auto .6rem}
.menu-note{font-size:.92rem;color:var(--ink-2);margin:0}
.tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem clamp(1.5rem,4vw,2.75rem);margin:0 0 1.75rem}
.tab{
  background:none;border:0;cursor:pointer;padding:.35rem 0 .5rem;
  font-size:clamp(1.1rem,2.6vw,1.5rem);color:var(--ink-2);
  box-shadow:0 2px 0 0 transparent;transition:color .2s,box-shadow .2s;
}
.tab:hover{color:var(--ink)}
.tab[aria-selected="true"]{color:var(--ink);box-shadow:0 2px 0 0 var(--copper)}
.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem 1.4rem;margin-bottom:clamp(3.25rem,7vw,5rem)}
.chips a{
  text-decoration:none;font-size:.95rem;font-weight:500;color:var(--ink-2);padding-bottom:.15rem;
  box-shadow:0 1px 0 0 transparent;transition:color .18s,box-shadow .18s;
}
.chips a:hover{color:var(--ink);box-shadow:0 1px 0 0 var(--copper)}
.pane[hidden]{display:none}
.sheet{max-width:740px;margin-inline:auto}
.course{margin-bottom:clamp(3.5rem,7vw,5rem);scroll-margin-top:7rem}
/* a heavy ink rule under each course, like a printed menu board */
.course-title{font-size:clamp(1.9rem,4.6vw,2.8rem);margin:0 0 .6rem;padding-bottom:.55rem;border-bottom:2px solid var(--ink)}
.course-note{font-family:var(--serif);font-style:italic;font-size:1.06rem;color:var(--ink-2);margin:0 0 1.5rem}
.course-sub{font-weight:700;font-size:.95rem;letter-spacing:.02em;color:var(--oxblood);margin:2.5rem 0 1rem}
.course-title + .items,.course-title + .course-sub{margin-top:1.5rem}
.course-sub + .course-note{margin:-.5rem 0 1rem}
.items{list-style:none;margin:0;padding:0}
.item{margin-bottom:1.3rem}
.item-line{display:flex;align-items:baseline;justify-content:space-between;gap:1.5rem}
.item-name{font-weight:600;font-size:1.05rem}
.item-price{font-weight:500;font-size:1.05rem;font-variant-numeric:tabular-nums;white-space:nowrap}
.item-desc{font-family:var(--serif);font-style:italic;font-size:1.03rem;line-height:1.45;color:var(--ink-2);margin:.2rem 0 0;max-width:52ch}
.tag{font-family:var(--sans);font-style:normal;font-weight:600;font-size:.76rem;letter-spacing:.06em;color:var(--oxblood);margin-left:.5em;white-space:nowrap}
.tag--ask{font-family:var(--serif);font-style:italic;font-weight:400;font-size:.95rem;letter-spacing:0;color:var(--ink-2)}

/* rituals: an ink panel laid on the paper */
.feature{background:var(--ink);color:var(--bone);padding:clamp(1.9rem,4.5vw,2.75rem);margin:2.25rem 0 .5rem}
.feature-title{font-size:clamp(1.7rem,3.6vw,2.3rem);margin-bottom:.6rem}
.feature-desc{font-family:var(--serif);font-size:1.08rem;line-height:1.5;color:var(--oyster);max-width:44ch;margin:0 0 1.6rem}
.split{display:flex;flex-wrap:wrap;gap:1.25rem 3.5rem}
.split p{margin:0}
.split .label,.split .serves{font-size:.92rem;color:var(--oyster)}
.split .price{font-size:1.6rem;font-weight:600;line-height:1.25;color:var(--copper);font-variant-numeric:tabular-nums}
.ask-list{font-family:var(--serif);font-style:italic;font-size:1.2rem;color:var(--oxblood);margin:2rem 0 0}

/* ---------- So Sarap: the single oxblood surface on the site ---------- */
.sarap{padding-block:clamp(3.5rem,8vw,6rem)}
.sarap-inner{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:2rem 3rem}
.sarap-line{font-size:clamp(2.8rem,8.5vw,6.6rem);line-height:.9}
.sarap-line span{display:block}
.sarap-cta{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}
.sarap-cta p{font-family:var(--serif);font-style:italic;font-size:1.4rem;margin:0}

/* ---------- find us ---------- */
.visit-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,5rem)}
.visit h2{font-size:clamp(2.2rem,5.2vw,3.6rem);margin-bottom:1.5rem}
.info{list-style:none;margin:0;padding:0}
.info li{padding:1.15rem 0;border-bottom:1px solid var(--rule-dark);display:grid;grid-template-columns:8.5rem 1fr;gap:1rem;align-items:baseline}
.info li:first-child{border-top:1px solid var(--rule-dark)}
.info .k{font-size:.95rem;color:var(--oyster)}
.info .v{color:var(--bone)}
.info .v a{color:var(--copper)}
.info small{display:block;color:var(--oyster);font-size:.9rem;margin-top:.2rem}
.hours{display:grid;grid-template-columns:4.5rem 1fr;gap:.75rem;font-variant-numeric:tabular-nums}
.hours + .hours{margin-top:.15rem}
.hours span:first-child{color:var(--oyster)}
.press{padding-top:1.4rem;border-top:1px solid var(--rule-dark)}
.press h3{font-size:1.7rem;margin-bottom:.9rem}
.press p{color:var(--oyster);font-size:1rem}
.press a{color:var(--copper)}
.press .press-src{font-size:.92rem;margin:0 0 1.1em}

/* ---------- footer ---------- */
.foot{background:var(--ink);color:var(--oyster);padding:3.25rem clamp(1.25rem,5vw,3rem) 2.5rem;font-size:.9rem;border-top:1px solid var(--rule-dark)}
.foot-top{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;align-items:flex-end;padding-bottom:2rem;border-bottom:1px solid var(--rule-dark)}
.foot-mark img{display:block;width:180px;height:auto}
.foot-line{margin:1rem 0 0;font-family:var(--display);font-stretch:74%;font-weight:700;text-transform:uppercase;letter-spacing:.14em;font-size:.92rem;color:var(--bone)}
.legend{display:flex;flex-wrap:wrap;gap:.5rem 1.4rem;font-size:.85rem}
.legend b{color:var(--copper);font-weight:600;letter-spacing:.06em;margin-right:.4em}
.foot-links{display:flex;flex-wrap:wrap;gap:1.6rem;padding-top:1.75rem}
.foot-links a{text-decoration:none;color:var(--bone);font-size:.92rem;box-shadow:0 1px 0 0 transparent;transition:box-shadow .18s}
.foot-links a:hover{box-shadow:0 1px 0 0 var(--copper)}
.foot-bottom{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:space-between;padding-top:1.5rem;font-size:.82rem}

/* ---------- sub pages ---------- */
body.dark{background:var(--ink);color:var(--bone)}
.page-head{padding:clamp(7.5rem,17svh,11rem) clamp(1.25rem,5vw,3rem) clamp(2.5rem,5vw,3.5rem)}
.page-head h1{font-size:clamp(2.6rem,7vw,4.8rem)}
.page-head p{margin:1rem 0 0;max-width:54ch;color:var(--oyster)}
.page-head a{color:var(--copper)}

/* gallery page: uniform tiles, real gutters, captions underneath */
.shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(330px,100%),1fr));
  gap:clamp(2rem,4vw,3.25rem);list-style:none;margin:0;padding:0}
.shots figure{margin:0}
.shots img{display:block;width:100%;aspect-ratio:4/5;object-fit:cover;background:var(--ink)}
.shots figcaption{margin-top:.85rem;font-size:1rem;font-weight:500;color:var(--bone)}

/* policy pages */
.prose{max-width:68ch;margin-inline:auto;padding:0 clamp(1.25rem,5vw,3rem) clamp(5rem,10vw,8rem)}
.prose h2{font-size:clamp(1.5rem,3.2vw,2.05rem);margin:clamp(2.5rem,5vw,3.5rem) 0 .85rem}
.prose h2:first-child{margin-top:0}
.prose p,.prose li{color:var(--oyster)}
.prose strong{color:var(--bone);font-weight:600}
.prose ul{margin:0 0 1.1em;padding-left:1.2rem}
.prose li{margin-bottom:.5em}
.prose a{color:var(--copper)}
.prose .lede{font-family:var(--serif);font-size:clamp(1.2rem,2vw,1.4rem);line-height:1.45;color:var(--bone)}
.prose .stamp{font-size:.9rem;margin-top:clamp(3rem,6vw,4.5rem)}
.todo{color:var(--copper);border-bottom:1px dotted var(--copper);font-style:italic}

/* ---------- load reveal: the one orchestrated moment ---------- */
.rise{opacity:0;transform:translateY(14px);animation:rise .9s cubic-bezier(.2,.7,.3,1) forwards}
.rise--1{animation-delay:.1s}
.rise--2{animation-delay:.3s}
.rise--3{animation-delay:.45s}
@keyframes rise{to{opacity:1;transform:none}}

/* ---------- responsive ---------- */
@media (max-width:900px){
  .story-grid,.visit-grid{grid-template-columns:1fr}
  .dna-row{grid-template-columns:1fr;gap:.45rem}
}
@media (max-width:760px){
  .nav-lockup{height:34px}
  .nav-links{
    position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;
    background:var(--ink);border-bottom:1px solid var(--rule-dark);padding:.5rem 0;
  }
  .nav-links a{padding:.9rem clamp(1.25rem,5vw,3rem);border-bottom:1px solid rgba(119,124,128,.2)}
  .nav-links a:hover,.nav-links a[aria-current="page"]{box-shadow:none;background:rgba(243,239,231,.04)}
  .nav-links .nav-cta{margin:.6rem clamp(1.25rem,5vw,3rem);text-align:center;border-bottom:0}
  .nav-toggle{display:block}
  .info li{grid-template-columns:1fr;gap:.2rem}
  .plate{grid-template-columns:1fr;gap:1.5rem}
  .plate figure,.plate--flip figure{grid-column:1;grid-row:1}
  .plate-body,.plate--flip .plate-body{grid-column:1;grid-row:2;justify-self:start;max-width:none}
  .plate img{height:clamp(300px,50svh,440px)}
  .sarap-inner{align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .rise{animation:none;opacity:1;transform:none}
  *{transition-duration:.01ms !important}
}

/* ---------- touch targets ----------
   44px minimum thumb target (Apple HIG, Material, WCAG 2.5.5), on narrow
   screens and any touch screen. Targets grow; the look does not. */
@media (max-width:760px), (pointer:coarse){
  .nav-brand{min-height:44px}
  .nav-toggle{min-height:44px;min-width:44px}
  .nav-links .nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px}
  .tab{min-height:44px}
  .chips{gap:0 1.25rem}
  .chips a{display:inline-flex;align-items:center;min-height:44px;padding-bottom:0}
  .info .v > a{display:inline-flex;align-items:center;min-height:44px}
  .foot-links{gap:0 1.5rem}
  .foot-links a{display:inline-flex;align-items:center;min-height:44px}
}
@media (min-width:761px) and (pointer:coarse){
  .nav-links a{display:inline-flex;align-items:center;min-height:44px}
}
