:root {
  --ink: #111111;
  --paper: #f4f0e7;
  --orange: #f45d22;
  --yellow: #f6c945;
  --pink: #ee8aa8;
  --mint: #9bcdb3;
  --line: rgba(17,17,17,.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4vw;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(244,240,231,.94);
  backdrop-filter: blur(10px);
}
.brand { font-weight: 900; letter-spacing: -.06em; font-size: 1.65rem; }
.brand span { color: var(--orange); }
.site-header nav { display: flex; gap: 28px; font-weight: 600; font-size: .95rem; }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: 5px; }
.menu-button { display: none; background: none; border: 0; font-weight: 700; }

.hero {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  border-bottom: 1px solid var(--line);
}
.hero-copy { padding: 7vw 5vw 6vw; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { font-weight: 800; letter-spacing: .14em; font-size: .76rem; margin: 0 0 18px; }
h1, h2, h3 { margin-top: 0; }
h1, h2 { font-family: "Fraunces", serif; letter-spacing: -.045em; }
h1 { font-size: clamp(3.6rem, 7vw, 7.5rem); line-height: .91; max-width: 900px; margin-bottom: 28px; }
h1 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 690px; font-size: 1.18rem; line-height: 1.65; }
.search-box { display: grid; grid-template-columns: 1fr auto; margin-top: 30px; max-width: 720px; border: 2px solid var(--ink); background: white; }
.search-box input { border: 0; padding: 19px 20px; min-width: 0; background: transparent; }
.search-box button { border: 0; background: var(--ink); color: white; padding: 0 24px; font-weight: 700; }
.quick-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.quick-links button { border: 1px solid var(--ink); background: transparent; border-radius: 99px; padding: 8px 13px; }
.quick-links button:hover { background: var(--yellow); }

.hero-art { background: var(--pink); min-height: 620px; position: relative; overflow: hidden; }
.hero-art p { position: absolute; bottom: 36px; left: 36px; font-family: "Fraunces", serif; font-size: 2.2rem; line-height: 1; font-weight: 900; }
.food-bubbles { position: absolute; inset: 0 0 120px; }
.plate { position: absolute; width: var(--plate-size); height: var(--plate-size); border: 3px solid var(--ink); border-radius: 50%; display: grid; place-items: center; text-align: center; font-weight: 900; font-size: var(--plate-type); line-height: .85; box-shadow: 9px 9px 0 var(--ink); }
.plate small { font-size: .68em; }
.plate-one { --plate-size: 155px; --plate-type: 1.3rem; background: var(--orange); transform: rotate(-8deg); top: 7%; left: 5%; }
.plate-two { --plate-size: 128px; --plate-type: 1.08rem; background: var(--mint); transform: rotate(7deg); top: 5%; left: 46%; }
.plate-three { --plate-size: 112px; --plate-type: .98rem; background: white; transform: rotate(-5deg); top: 22%; right: 2%; }
.plate-four { --plate-size: 138px; --plate-type: 1.08rem; background: var(--yellow); transform: rotate(6deg); top: 39%; left: 5%; }
.plate-five { --plate-size: 118px; --plate-type: 1.02rem; background: white; transform: rotate(-7deg); top: 38%; left: 43%; }
.plate-six { --plate-size: 132px; --plate-type: 1.05rem; background: var(--orange); transform: rotate(5deg); top: 51%; right: 1%; }
.plate-seven { --plate-size: 108px; --plate-type: 1rem; background: var(--mint); transform: rotate(-5deg); top: 66%; left: 27%; }

.decision-strip { background: var(--yellow); padding: 22px 4vw; display: flex; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--ink); font-weight: 700; }
.decision-strip p { margin: 0; }
.decision-strip div { display: flex; flex-wrap: wrap; gap: 24px; }
.decision-strip span::before { content: "→"; margin-right: 8px; }

.section { padding: 90px 4vw; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 25px; margin-bottom: 38px; }
.section-heading h2, .framework-copy h2, .newsletter h2 { font-size: clamp(2.5rem, 5vw, 5.1rem); line-height: .95; margin-bottom: 0; }
.section-heading > a { font-weight: 700; border-bottom: 2px solid; padding-bottom: 4px; }
.guide-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 18px; }
.guide-card { background: white; border: 1px solid var(--ink); min-height: 100%; transition: transform .2s ease, box-shadow .2s ease; }
.guide-card:hover { transform: translateY(-5px); box-shadow: 8px 8px 0 var(--ink); }
.image-block { height: 230px; border-bottom: 1px solid var(--ink); display: flex; justify-content: flex-end; align-items: flex-start; padding: 14px; font-weight: 900; font-size: 1.4rem; }
.guide-card-large .image-block { height: 330px; }
.image-noodles { background: radial-gradient(circle at 35% 38%, var(--yellow) 0 13%, transparent 14%), repeating-radial-gradient(circle at 50% 50%, var(--orange) 0 9px, var(--yellow) 10px 17px); }
.image-date { background: linear-gradient(145deg, var(--pink) 0 55%, var(--ink) 56%); color: white; }
.image-budget { background: linear-gradient(40deg, var(--mint) 0 45%, var(--yellow) 46% 69%, var(--orange) 70%); }
.card-body { padding: 25px; }
.card-kicker { font-weight: 800; font-size: .73rem; letter-spacing: .12em; }
.card-body h3 { font-family: "Fraunces", serif; font-size: 2rem; line-height: 1.03; letter-spacing: -.035em; }
.card-body p { line-height: 1.55; }
.meta { display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 17px; margin-top: 28px; font-size: .85rem; font-weight: 600; }

.dark-section { background: var(--ink); color: white; }
.light .eyebrow { color: var(--yellow); }
.filter-row { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-row button { border: 1px solid rgba(255,255,255,.5); color: white; background: transparent; border-radius: 99px; padding: 8px 14px; }
.filter-row button.active, .filter-row button:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.review-policy { max-width: 820px; margin: -8px 0 40px; padding: 18px 20px; border-left: 5px solid var(--yellow); background: rgba(255,255,255,.08); }
.review-policy p { margin: 0; line-height: 1.55; color: rgba(255,255,255,.82); }
.location-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 48px; }
.location-groups > div { border-top: 1px solid rgba(255,255,255,.45); padding-top: 18px; }
.location-district { margin: 0 0 14px; color: var(--yellow); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.location-groups ul { display: flex; flex-wrap: wrap; gap: 9px; margin: 0; padding: 0; list-style: none; }
.location-groups button { padding: 7px 11px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; background: transparent; color: white; font-size: .88rem; }
.location-groups button:hover, .location-groups button.active { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
.restaurant-list { border-top: 1px solid rgba(255,255,255,.3); }
.no-places-message { margin: 0; padding: 32px 0; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.25); }
.restaurant { display: grid; grid-template-columns: 100px 1fr 54px; gap: 24px; align-items: center; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.25); }
.score { width: 78px; height: 78px; display: grid; place-items: center; background: var(--orange); color: var(--ink); border-radius: 50%; font-family: "Fraunces", serif; font-size: 1.8rem; font-weight: 900; }
.score-pending { background: transparent; color: white; border: 2px dashed rgba(255,255,255,.65); }
.restaurant-topline { display: flex; justify-content: space-between; font-size: .73rem; font-weight: 800; letter-spacing: .08em; color: rgba(255,255,255,.65); }
.restaurant-topline a { color: white; text-decoration: underline; text-underline-offset: 4px; }
.restaurant-topline a:hover { color: var(--yellow); }
.restaurant h3 { font-family: "Fraunces", serif; font-size: 2.4rem; margin: 8px 0 7px; }
.restaurant .review-status { display: inline-block; margin: 0 0 10px; padding: 5px 8px; border: 1px solid rgba(255,255,255,.45); color: rgba(255,255,255,.75); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.restaurant .review-status.verified { border-color: var(--mint); color: var(--mint); }
.restaurant .review-status.pending { border-color: var(--yellow); color: var(--yellow); }
.restaurant p { max-width: 850px; color: rgba(255,255,255,.8); line-height: 1.5; }
.verdict { margin-top: 14px; color: var(--yellow); }
.save-button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid white; background: transparent; color: white; font-size: 1.5rem; }
.save-button.saved { background: white; color: var(--ink); }

.framework-section { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; background: var(--mint); }
.framework-copy p:not(.eyebrow) { font-size: 1.15rem; line-height: 1.7; max-width: 650px; }
.text-link { font-weight: 800; border-bottom: 2px solid; padding-bottom: 4px; }
.framework-steps { border-top: 2px solid var(--ink); }
.framework-steps > div { display: grid; grid-template-columns: 55px 1fr 1.2fr; align-items: center; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--ink); }
.framework-steps span { font-weight: 900; }
.framework-steps h3, .framework-steps p { margin: 0; }
.framework-steps h3 { font-family: "Fraunces", serif; font-size: 1.5rem; }

.newsletter { padding: 90px 4vw; background: var(--orange); text-align: center; }
.newsletter h2 { max-width: 950px; margin: 0 auto 35px; }
.newsletter form { max-width: 620px; display: grid; grid-template-columns: 1fr auto; margin: auto; border: 2px solid var(--ink); }
.newsletter input { border: 0; padding: 18px; min-width: 0; }
.newsletter button { border: 0; background: var(--ink); color: white; padding: 0 24px; font-weight: 800; }
.form-message { min-height: 24px; font-weight: 700; }

footer { padding: 35px 4vw; background: var(--paper); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-top: 1px solid var(--ink); }
footer p { margin: 0; text-align: center; font-size: .85rem; }
footer p:last-child { text-align: right; }

.hidden { display: none !important; }

/* Editorial articles */
.article-hero {
  padding: 72px 4vw 82px;
  border-bottom: 1px solid var(--ink);
  background: var(--yellow);
}
.article-hero-inner, .article-body { width: min(100%, 760px); margin: 0 auto; }
.back-link { display: inline-block; margin-bottom: 58px; font-weight: 800; border-bottom: 2px solid; padding-bottom: 3px; }
.article-hero h1 { font-size: clamp(3.5rem, 7vw, 6.8rem); max-width: 900px; }
.article-subtitle { font-size: clamp(1.2rem, 2.1vw, 1.55rem); line-height: 1.55; margin: 0; max-width: 720px; }
.article-body { padding: 82px 24px 100px; }
.article-body section + section { margin-top: 68px; }
.article-body h2 { font-size: clamp(2.25rem, 5vw, 3.7rem); line-height: 1; margin-bottom: 25px; }
.article-body h3 { font-family: "Fraunces", serif; font-size: 1.45rem; margin: 34px 0 8px; }
.article-body p, .article-body li { font-size: 1.08rem; line-height: 1.8; }
.article-body ul { padding-left: 1.25rem; margin: 24px 0; }
.article-body li + li { margin-top: 8px; }
.article-lead { font-family: "Fraunces", serif; font-size: clamp(1.65rem, 3vw, 2.2rem) !important; line-height: 1.35 !important; }
.article-question { border-left: 6px solid var(--orange); padding: 7px 0 7px 24px; margin: 40px 0; font-weight: 700; }
.article-callout { margin: 72px 0; padding: 38px; background: var(--mint); border: 1px solid var(--ink); box-shadow: 10px 10px 0 var(--ink); }
.article-callout h2 { margin-bottom: 18px; }
.article-callout ul { margin-bottom: 0; }
.article-next { width: min(100%, 980px); margin: 0 auto 100px; padding: 54px; background: var(--ink); color: white; }
.article-next .eyebrow { color: var(--yellow); }
.article-next h2 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: .95; margin-bottom: 24px; }
.coming-soon { display: inline-block; margin-top: 18px; padding: 9px 14px; border: 1px solid var(--yellow); color: var(--yellow); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; font-size: .76rem; }
.guide-search { width: min(100%, 760px); margin: -32px auto 58px; padding: 0 24px; }
.guide-search label { display: block; margin-bottom: 9px; font-weight: 800; }
.guide-search input { width: 100%; padding: 17px 18px; border: 2px solid var(--ink); background: white; }
.venue-guide { width: min(100%, 1180px); margin: 0 auto; padding: 0 24px 100px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; align-items: start; }
.venue-card { display: grid; grid-template-rows: auto 1fr; min-height: 100%; border: 1px solid var(--ink); background: white; }
.venue-visual { min-height: 220px; display: grid; place-items: center; padding: 30px; border-bottom: 1px solid var(--ink); background: var(--venue-color); font-family: "Fraunces", serif; font-size: clamp(3rem, 6vw, 6rem); font-weight: 900; letter-spacing: -.07em; }
.venue-copy { padding: clamp(28px, 5vw, 54px); }
.venue-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); line-height: .95; margin-bottom: 16px; }
.venue-copy p { font-size: 1.02rem; line-height: 1.7; }
.venue-copy .review-status { display: inline-block; margin: 8px 0 0; padding: 5px 8px; border: 1px solid var(--yellow); color: #6e5200; font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.venue-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 25px 0; }
.venue-facts div { padding-top: 12px; border-top: 1px solid var(--line); }
.venue-facts strong { display: block; margin-bottom: 5px; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.venue-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.venue-actions a { padding: 10px 13px; border: 1px solid var(--ink); font-weight: 800; }
.venue-actions a:first-child { background: var(--ink); color: white; }
.venue-empty { grid-column: 1 / -1; padding: 45px; border: 1px solid var(--ink); text-align: center; font-weight: 700; }

/* Desktop density: approximately an 85% browser-zoom view at native 100%. */
@media (min-width: 981px) {
  html { font-size: 85%; }
  .site-header { padding: 17px 3.4vw; }
  .hero { min-height: 553px; }
  .hero-copy { padding: 5.95vw 4.25vw 5.1vw; }
  .hero-art { min-height: 553px; }
  .hero-art p { bottom: 31px; left: 31px; }
  .food-bubbles { bottom: 102px; transform: scale(.85); transform-origin: center top; }
  .search-box { margin-top: 26px; max-width: 612px; }
  .search-box input { padding: 16px 17px; }
  .search-box button { padding-inline: 20px; }
  .decision-strip { padding: 19px 3.4vw; }
  .section { padding: 77px 3.4vw; }
  .section-heading { margin-bottom: 32px; }
  .image-block { height: 196px; padding: 12px; }
  .guide-card-large .image-block { height: 281px; }
  .card-body { padding: 21px; }
  .restaurant { grid-template-columns: 85px 1fr 46px; gap: 20px; padding: 27px 0; }
  .score { width: 66px; height: 66px; }
  .newsletter { padding: 77px 3.4vw; }
  footer { padding: 30px 3.4vw; }
  .article-hero { padding: 61px 3.4vw 70px; }
  .back-link { margin-bottom: 49px; }
  .article-body { padding-top: 70px; padding-bottom: 85px; }
  .article-body section + section { margin-top: 58px; }
  .article-callout { margin-block: 61px; padding: 32px; }
  .guide-search { margin-bottom: 49px; }
  .venue-guide { max-width: 1003px; gap: 24px; padding-bottom: 85px; }
  .venue-visual { min-height: 187px; padding: 26px; }
  .venue-copy { padding: clamp(24px, 4.25vw, 46px); }
  .venue-actions { margin-top: 21px; }
}

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .hero-art { min-height: 650px; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .guide-card-large { grid-column: 1 / -1; }
  .framework-section { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-header nav { display: none; }
  .menu-button { display: block; }
  .hero-copy { padding: 70px 22px 45px; }
  h1 { font-size: 3.75rem; }
  .hero-art { min-height: 750px; }
  .food-bubbles { bottom: 120px; }
  .plate { --plate-size: 112px; --plate-type: .92rem; box-shadow: 7px 7px 0 var(--ink); }
  .plate-one { --plate-size: 126px; --plate-type: 1.05rem; top: 5%; left: 3%; }
  .plate-two { top: 4%; left: auto; right: 3%; }
  .plate-three { --plate-size: 98px; top: 27%; left: 13%; right: auto; }
  .plate-four { --plate-size: 118px; --plate-type: .94rem; top: 27%; left: auto; right: 7%; }
  .plate-five { --plate-size: 105px; top: 51%; left: 3%; }
  .plate-six { --plate-size: 114px; top: 51%; right: 2%; }
  .plate-seven { --plate-size: 102px; top: 75%; left: 35%; }
  .hero-art p { bottom: 30px; left: 22px; font-size: 1.9rem; }
  .decision-strip, .section-heading { align-items: flex-start; flex-direction: column; }
  .section { padding: 65px 22px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card-large { grid-column: auto; }
  .restaurant { grid-template-columns: 70px 1fr; gap: 15px; }
  .location-groups { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .score { width: 62px; height: 62px; font-size: 1.45rem; }
  .save-button { grid-column: 2; }
  .restaurant h3 { font-size: 1.8rem; }
  .framework-steps > div { grid-template-columns: 40px 1fr; }
  .framework-steps p { grid-column: 2; }
  .search-box, .newsletter form { grid-template-columns: 1fr; }
  .search-box button, .newsletter button { padding: 15px; }
  footer { grid-template-columns: 1fr; gap: 14px; text-align: center; }
  footer p, footer p:last-child { text-align: center; }
  .article-hero { padding: 50px 22px 58px; }
  .article-hero h1 { font-size: 3.4rem; }
  .back-link { margin-bottom: 42px; }
  .article-body { padding: 60px 22px 76px; }
  .article-body section + section { margin-top: 52px; }
  .article-callout { padding: 26px 22px; box-shadow: 7px 7px 0 var(--ink); }
  .article-next { margin-bottom: 0; padding: 50px 22px; }
  .guide-search { margin-top: -20px; padding: 0 22px; }
  .venue-guide { padding: 0 22px 70px; }
  .venue-guide { grid-template-columns: 1fr; }
  .venue-visual { min-height: 190px; }
  .venue-facts { grid-template-columns: 1fr; }
}
