@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap");

:root {
  color-scheme: light;
  --ink: #1d2a22;
  --muted: #657067;
  --paper: #f7f3eb;
  --surface: #fffdf8;
  --line: #d9d7ce;
  --green: #1e5b3a;
  --green-light: #dcebdd;
  --coral: #e95b3f;
  --yellow: #f2c14f;
  --charcoal: #17231c;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(27, 44, 33, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button { cursor: pointer; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.skip-link { background: var(--white); left: 12px; padding: 10px 14px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header {
  align-items: center; background: rgba(247, 243, 235, 0.95); border-bottom: 1px solid rgba(29, 42, 34, 0.12);
  display: grid; grid-template-columns: 1fr auto 1fr; min-height: 72px; padding: 0 clamp(20px, 5vw, 72px); position: sticky; top: 0; z-index: 20;
}
.brand { align-items: center; display: inline-flex; gap: 10px; width: fit-content; }
.brand-mark { align-items: center; background: var(--coral); border-radius: 50%; color: var(--white); display: inline-flex; font-family: "Fraunces", serif; font-size: 1.25rem; font-weight: 700; height: 38px; justify-content: center; width: 38px; }
.brand-name { font-family: "Fraunces", serif; font-size: 1.35rem; font-weight: 700; }
.desktop-nav { display: flex; gap: 30px; }
.desktop-nav a { color: #455047; font-size: 0.92rem; font-weight: 600; }
.desktop-nav a:hover { color: var(--coral); }
.account-link { align-items: center; background: var(--ink); border-radius: 5px; color: var(--white); display: inline-flex; font-size: 0.88rem; font-weight: 700; gap: 8px; justify-self: end; padding: 11px 16px; }
.account-link svg { height: 17px; width: 17px; }
.icon-button { align-items: center; background: none; border: 0; display: inline-flex; justify-content: center; padding: 0; }
.icon-button svg { height: 22px; width: 22px; }
.menu-button { display: none; }

.hero {
  background: linear-gradient(90deg, rgba(20, 32, 24, 0.92) 0%, rgba(20, 32, 24, 0.68) 48%, rgba(20, 32, 24, 0.2) 100%), url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=2000&q=88") center 54% / cover;
  color: var(--white); min-height: min(720px, calc(100vh - 72px)); position: relative;
}
.hero-inner { margin: 0 auto; max-width: 1440px; padding: clamp(76px, 10vw, 132px) clamp(20px, 7vw, 104px) 52px; }
.eyebrow { color: var(--yellow); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.08em; margin-bottom: 16px; text-transform: uppercase; }
.eyebrow.dark { color: var(--coral); }
h1, h2 { font-family: "Fraunces", Georgia, serif; letter-spacing: 0; }
h1 { font-size: clamp(3.2rem, 7vw, 6.5rem); line-height: 0.97; margin-bottom: 24px; max-width: 900px; }
.hero-lede { color: rgba(255, 255, 255, 0.86); font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.6; max-width: 650px; }
.search-panel { align-items: stretch; background: var(--white); border-radius: 7px; box-shadow: 0 22px 60px rgba(0, 0, 0, 0.26); display: grid; grid-template-columns: 1fr 1px 1.2fr auto; margin-top: 38px; max-width: 950px; padding: 8px; }
.search-field { align-items: center; color: var(--ink); display: grid; gap: 13px; grid-template-columns: 22px 1fr; min-width: 0; padding: 7px 16px; }
.search-field svg { color: var(--coral); height: 20px; width: 20px; }
.search-field span { min-width: 0; }
.search-field small { display: block; font-size: 0.7rem; font-weight: 700; margin-bottom: 2px; text-transform: uppercase; }
.search-field input { border: 0; color: var(--ink); outline: 0; padding: 0; width: 100%; }
.search-field input::placeholder { color: #8c938e; }
.search-divider { background: var(--line); margin: 8px 0; width: 1px; }
.search-button { align-items: center; background: var(--coral); border: 0; border-radius: 5px; color: var(--white); display: inline-flex; font-weight: 700; gap: 9px; justify-content: center; padding: 0 24px; }
.search-button:hover { background: #d94b32; }
.search-button svg { height: 19px; width: 19px; }
.quick-links { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; margin-top: 20px; }
.quick-links span { color: rgba(255,255,255,.66); font-size: .8rem; font-weight: 600; }
.quick-links button { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); font-size: .8rem; padding: 7px 11px; }
.quick-links button:hover { background: rgba(255,255,255,.22); }

.proof-bar { background: var(--surface); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px clamp(20px, 5vw, 72px); }
.proof-bar > div { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 13px; justify-content: center; padding: 2px 20px; }
.proof-bar > div:last-child { border-right: 0; }
.proof-bar svg { color: var(--coral); height: 22px; width: 22px; }
.proof-bar span { color: var(--muted); display: flex; flex-direction: column; font-size: .75rem; }
.proof-bar strong { color: var(--ink); font-size: .84rem; }

.discover-section { margin: 0 auto; max-width: 1440px; padding: 92px clamp(20px, 5vw, 72px) 104px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-heading h2, .editorial-feature h2, .standards-section h2, .faq-section h2, .newsletter h2 { font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1.02; margin-bottom: 0; }
.section-heading > p { color: var(--muted); font-size: .88rem; margin-bottom: 8px; }
.filter-row { display: flex; gap: 8px; margin: 30px 0 24px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.filter-chip { align-items: center; background: transparent; border: 1px solid #bfc3bc; border-radius: 999px; color: var(--ink); display: inline-flex; flex: 0 0 auto; gap: 7px; min-height: 40px; padding: 8px 14px; }
.filter-chip svg { height: 16px; width: 16px; }
.filter-chip.active, .filter-chip:hover { background: var(--ink); border-color: var(--ink); color: var(--white); }
.restaurant-grid { display: grid; gap: 22px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.restaurant-card { background: var(--surface); border: 1px solid var(--line); border-radius: 7px; min-width: 0; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.restaurant-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.card-media { aspect-ratio: 4 / 3; overflow: hidden; position: relative; }
.card-media img { height: 100%; object-fit: cover; transition: transform .35s ease; width: 100%; }
.restaurant-card:hover img { transform: scale(1.035); }
.status-badge { align-items: center; backdrop-filter: blur(10px); background: rgba(255,255,255,.92); border-radius: 4px; display: inline-flex; font-size: .73rem; font-weight: 700; gap: 5px; left: 14px; padding: 7px 9px; position: absolute; top: 14px; }
.status-badge svg { color: var(--green); height: 15px; width: 15px; }
.save-button { background: rgba(255,255,255,.92); border: 0; border-radius: 50%; height: 36px; position: absolute; right: 14px; top: 14px; width: 36px; }
.save-button svg { height: 18px; width: 18px; }
.save-button.saved { background: var(--coral); color: white; }
.card-body { padding: 20px; }
.card-topline { align-items: center; display: flex; justify-content: space-between; }
.card-kicker { color: var(--coral); font-size: .72rem; font-weight: 700; margin: 0; text-transform: uppercase; }
.rating { align-items: center; display: inline-flex; font-size: .8rem; font-weight: 700; gap: 4px; }
.rating svg { fill: var(--yellow); height: 15px; stroke: #b57c00; width: 15px; }
.restaurant-card h3 { font-family: "Fraunces", serif; font-size: 1.58rem; line-height: 1.15; margin: 9px 0 7px; }
.card-meta { color: var(--muted); font-size: .83rem; margin-bottom: 15px; }
.dish-callout { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: 32px 1fr; margin: 0 -20px; padding: 13px 20px; }
.dish-callout svg { background: var(--green-light); border-radius: 50%; color: var(--green); height: 32px; padding: 8px; width: 32px; }
.dish-callout span { color: var(--muted); display: block; font-size: .68rem; font-weight: 700; text-transform: uppercase; }
.dish-callout strong { display: block; font-size: .88rem; margin-top: 2px; }
.card-footer { align-items: center; display: flex; justify-content: space-between; padding-top: 16px; }
.trust-score { color: var(--muted); font-size: .76rem; }
.trust-score strong { color: var(--ink); }
.details-button { align-items: center; background: transparent; border: 0; color: var(--green); display: inline-flex; font-size: .82rem; font-weight: 700; gap: 5px; padding: 6px 0; }
.details-button svg { height: 15px; width: 15px; }
.empty-state { border: 1px dashed #a9aea7; padding: 64px 20px; text-align: center; }
.empty-state svg { color: var(--coral); height: 40px; width: 40px; }
.empty-state h3 { font-family: "Fraunces", serif; font-size: 1.8rem; margin: 14px 0 8px; }
.empty-state p { color: var(--muted); }
.empty-state button { background: var(--ink); border: 0; border-radius: 4px; color: white; padding: 10px 14px; }

.editorial-feature { background: var(--charcoal); color: var(--white); display: grid; grid-template-columns: 1.15fr .85fr; }
.feature-image { background: url("https://images.unsplash.com/photo-1547592180-85f173990554?auto=format&fit=crop&w=1400&q=88") center / cover; min-height: 580px; }
.feature-copy { align-self: center; padding: clamp(52px, 7vw, 108px); }
.feature-copy p:not(.eyebrow) { color: rgba(255,255,255,.7); font-size: 1.03rem; line-height: 1.7; margin: 25px 0; }
.feature-copy a { align-items: center; color: var(--yellow); display: inline-flex; font-weight: 700; gap: 8px; }
.feature-copy a svg { height: 18px; width: 18px; }

.standards-section { display: grid; gap: 9vw; grid-template-columns: .9fr 1.1fr; margin: 0 auto; max-width: 1440px; padding: 112px clamp(20px, 7vw, 104px); }
.standards-intro > p:last-child { color: var(--muted); line-height: 1.7; margin-top: 24px; max-width: 530px; }
.standards-list { list-style: none; margin: 0; padding: 0; }
.standards-list li { border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 42px 1fr; padding: 25px 0; }
.standards-list li:last-child { border-bottom: 1px solid var(--line); }
.standards-list > li > span { color: var(--coral); font-family: "Fraunces", serif; font-size: 1.1rem; }
.standards-list h3 { font-size: 1.05rem; margin-bottom: 7px; }
.standards-list p { color: var(--muted); line-height: 1.55; margin-bottom: 0; }

.faq-section { border-top: 1px solid var(--line); margin: 0 auto; max-width: 1000px; padding: 92px 20px 112px; }
.faq-section h2 { margin-bottom: 38px; }
.faq-section details { border-top: 1px solid var(--line); padding: 20px 2px; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { cursor: pointer; font-weight: 700; list-style: none; padding-right: 32px; position: relative; }
.faq-section summary::after { content: "+"; font-size: 1.5rem; position: absolute; right: 2px; top: -6px; }
.faq-section details[open] summary::after { content: "−"; }
.faq-section details p { color: var(--muted); line-height: 1.65; margin: 16px 0 0; max-width: 760px; }

.newsletter { align-items: end; background: var(--green); color: var(--white); display: grid; gap: 26px 7vw; grid-template-columns: 1fr 1fr; padding: 76px clamp(20px, 7vw, 104px); }
.newsletter h2 { font-size: clamp(2.1rem, 4vw, 4rem); }
.newsletter form { background: var(--white); border-radius: 5px; display: grid; grid-template-columns: 1fr auto; padding: 6px; }
.newsletter input { border: 0; min-width: 0; outline: 0; padding: 12px 14px; }
.newsletter button { align-items: center; background: var(--coral); border: 0; border-radius: 4px; color: var(--white); display: inline-flex; font-weight: 700; gap: 8px; padding: 12px 16px; }
.newsletter button svg { height: 17px; width: 17px; }
.form-message { color: var(--yellow); grid-column: 2; margin: -14px 0 0; min-height: 20px; }
.site-footer { align-items: center; background: #101a14; color: rgba(255,255,255,.65); display: grid; grid-template-columns: 1fr auto 1fr; padding: 30px clamp(20px, 5vw, 72px); }
.footer-brand { color: white; }
.site-footer p { font-size: .82rem; margin: 0; }
.site-footer > div { display: flex; gap: 22px; justify-self: end; }
.site-footer > div a { font-size: .8rem; }

.restaurant-dialog { background: var(--surface); border: 0; border-radius: 7px; box-shadow: var(--shadow); color: var(--ink); max-height: calc(100vh - 40px); max-width: 760px; padding: 0; width: calc(100% - 32px); }
.restaurant-dialog::backdrop { backdrop-filter: blur(4px); background: rgba(15,25,18,.68); }
.dialog-close { background: rgba(255,255,255,.92); border-radius: 50%; height: 38px; position: absolute; right: 14px; top: 14px; width: 38px; z-index: 2; }
.dialog-image { aspect-ratio: 16 / 7; object-fit: cover; width: 100%; }
.dialog-body { padding: clamp(24px, 5vw, 40px); }
.dialog-body h2 { font-family: "Fraunces", serif; font-size: clamp(2rem, 5vw, 3.5rem); margin: 8px 0 10px; }
.dialog-summary { color: var(--muted); line-height: 1.65; }
.detail-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin: 24px 0; }
.detail-grid div { border-right: 1px solid var(--line); padding: 16px; }
.detail-grid div:last-child { border-right: 0; }
.detail-grid span { color: var(--muted); display: block; font-size: .7rem; margin-bottom: 4px; text-transform: uppercase; }
.menu-preview { display: grid; gap: 9px; grid-template-columns: repeat(3, 1fr); }
.menu-preview div { background: var(--green-light); padding: 14px; }
.menu-preview strong { display: block; font-size: .86rem; }
.menu-preview span { color: var(--muted); font-size: .76rem; }

@media (max-width: 1000px) {
  .restaurant-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-bar { grid-template-columns: repeat(2, 1fr); }
  .proof-bar > div:nth-child(2) { border-right: 0; }
  .proof-bar > div { border-bottom: 1px solid var(--line); justify-content: flex-start; padding: 16px; }
  .proof-bar > div:nth-last-child(-n+2) { border-bottom: 0; }
  .editorial-feature { grid-template-columns: 1fr 1fr; }
  .feature-copy { padding: 48px; }
}

@media (max-width: 740px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; }
  .desktop-nav { display: none; }
  .menu-button { display: inline-flex; justify-self: end; }
  .site-header.menu-open .desktop-nav { background: var(--paper); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; gap: 0; left: 0; padding: 12px 20px; position: absolute; right: 0; top: 64px; }
  .site-header.menu-open .desktop-nav a { padding: 13px 0; }
  .hero { min-height: 690px; }
  .hero-inner { padding-top: 80px; }
  h1 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .search-panel { grid-template-columns: 1fr; padding: 8px; }
  .search-divider { height: 1px; margin: 0 14px; width: auto; }
  .search-field { min-height: 58px; }
  .search-button { min-height: 52px; }
  .proof-bar { grid-template-columns: 1fr 1fr; padding: 8px 14px; }
  .proof-bar > div { align-items: flex-start; flex-direction: column; gap: 7px; min-height: 106px; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .section-heading > p { margin-top: 14px; }
  .restaurant-grid { grid-template-columns: 1fr; }
  .editorial-feature { grid-template-columns: 1fr; }
  .feature-image { min-height: 360px; }
  .feature-copy { padding: 52px 20px; }
  .standards-section { gap: 48px; grid-template-columns: 1fr; padding-bottom: 84px; padding-top: 84px; }
  .newsletter { grid-template-columns: 1fr; }
  .newsletter form { grid-template-columns: 1fr; }
  .newsletter button { justify-content: center; }
  .form-message { grid-column: 1; }
  .site-footer { align-items: flex-start; gap: 24px; grid-template-columns: 1fr; }
  .site-footer > div { flex-wrap: wrap; justify-self: start; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-grid div { border-bottom: 1px solid var(--line); border-right: 0; }
  .detail-grid div:last-child { border-bottom: 0; }
  .menu-preview { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

/* Product and content pages */
.preview-notice { align-items: flex-start; background: #fff5d9; border: 1px solid #e6c873; border-radius: 5px; display: flex; gap: 12px; margin-bottom: 34px; padding: 14px 16px; }
.preview-notice svg { color: #8a6511; flex: 0 0 auto; height: 20px; margin-top: 2px; width: 20px; }
.preview-notice p { color: #675324; font-size: .84rem; line-height: 1.5; margin: 0; }
.preview-badge { color: #6c5515; }
.site-toast { background: var(--ink); border-radius: 5px; bottom: 22px; box-shadow: var(--shadow); color: white; left: 50%; margin: 0; max-width: calc(100% - 32px); padding: 13px 18px; position: fixed; transform: translateX(-50%); z-index: 60; }
.site-toast[hidden] { display: none; }
.details-button { min-height: 40px; }
.save-button { min-height: 40px; min-width: 40px; }

.inner-page { background: var(--surface); }
.inner-page main { min-height: calc(100vh - 180px); }
.inner-page h1 { color: var(--ink); font-size: clamp(3rem, 6vw, 6rem); }
.inner-page h2 { color: var(--ink); }
.form-primary, .secondary-button, .disabled-action { align-items: center; border-radius: 4px; display: inline-flex; font-weight: 700; gap: 8px; justify-content: center; min-height: 46px; padding: 12px 16px; }
.form-primary { background: var(--coral); border: 0; color: white; }
.form-primary svg, .secondary-button svg, .disabled-action svg { height: 17px; width: 17px; }
.secondary-button { background: transparent; border: 1px solid #aeb4ad; color: var(--ink); }
.disabled-action { background: #e8e8e3; color: var(--muted); cursor: not-allowed; }
.text-button { background: transparent; border: 0; color: var(--green); font-size: .82rem; font-weight: 700; padding: 6px 0; width: fit-content; }

.account-layout { display: grid; gap: clamp(52px, 9vw, 130px); grid-template-columns: 1fr minmax(360px, .8fr); margin: 0 auto; max-width: 1280px; padding: clamp(70px, 9vw, 120px) clamp(20px, 7vw, 96px); }
.account-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; line-height: 1.7; max-width: 600px; }
.account-benefits { display: grid; gap: 20px; list-style: none; margin: 38px 0 0; padding: 0; }
.account-benefits li { align-items: center; display: grid; gap: 15px; grid-template-columns: 38px 1fr; }
.account-benefits svg { background: var(--green-light); border-radius: 50%; color: var(--green); height: 38px; padding: 10px; width: 38px; }
.account-benefits span { color: var(--muted); display: flex; flex-direction: column; font-size: .85rem; }
.account-benefits strong { color: var(--ink); font-size: .95rem; }
.auth-surface { align-self: start; border: 1px solid var(--line); border-radius: 7px; padding: clamp(24px, 4vw, 38px); }
.auth-surface h2 { font-family: "Fraunces", serif; font-size: 2rem; margin: 26px 0 7px; }
.auth-surface [role="tabpanel"] > p { color: var(--muted); }
.auth-tabs { background: #ebe9e2; border-radius: 5px; display: grid; grid-template-columns: 1fr 1fr; padding: 4px; }
.auth-tabs button { background: transparent; border: 0; border-radius: 3px; color: var(--muted); font-weight: 700; min-height: 42px; }
.auth-tabs button.active { background: white; box-shadow: 0 2px 8px rgba(29,42,34,.1); color: var(--ink); }
.auth-form { display: grid; gap: 16px; margin-top: 24px; }
.auth-form label, .contact-form label { color: var(--ink); display: grid; font-size: .8rem; font-weight: 700; gap: 7px; }
.auth-form input, .contact-form input, .contact-form select, .contact-form textarea { background: white; border: 1px solid #bfc3bc; border-radius: 4px; color: var(--ink); min-height: 46px; outline: none; padding: 11px 12px; width: 100%; }
.auth-form input:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(30,91,58,.13); }
.auth-form small { color: var(--muted); font-weight: 400; }
.consent-label { align-items: start; display: grid !important; gap: 10px !important; grid-template-columns: 18px 1fr; line-height: 1.5; }
.consent-label input { min-height: 18px; }
.consent-label a { color: var(--green); text-decoration: underline; }
.auth-message { color: var(--green); font-size: .85rem; line-height: 1.45; margin: 18px 0 0; min-height: 20px; }
.auth-message.error { color: #a12f22; }
.service-notice { align-items: flex-start; background: #fff5d9; border: 1px solid #e6c873; display: grid; gap: 10px; grid-template-columns: 20px 1fr; margin: -10px -10px 24px; padding: 13px; }
.service-notice svg { color: #8a6511; height: 20px; width: 20px; }
.service-notice p { color: #675324; font-size: .78rem; line-height: 1.45; margin: 0; }
.service-notice strong { display: block; margin-bottom: 2px; }
.profile-surface { grid-column: 1 / -1; }
.profile-heading { align-items: end; display: flex; justify-content: space-between; }
.profile-heading h2 { font-family: "Fraunces", serif; font-size: 2.6rem; margin: 0; }
.profile-heading p:last-child { color: var(--muted); }
.saved-list { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 30px; }
.saved-item { align-items: center; border: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 78px 1fr; padding: 10px; }
.saved-item img { height: 64px; object-fit: cover; width: 78px; }
.saved-item span { display: flex; flex-direction: column; min-width: 0; }
.saved-item small { color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.empty-saved { border: 1px dashed #aeb4ad; margin-top: 30px; padding: 48px 20px; text-align: center; }
.empty-saved > svg { color: var(--coral); height: 34px; width: 34px; }
.empty-saved h3 { font-family: "Fraunces", serif; font-size: 1.7rem; margin: 12px 0 6px; }
.empty-saved p { color: var(--muted); }
.empty-saved a { color: var(--green); font-weight: 700; }

.breadcrumbs { color: var(--muted); display: flex; flex-wrap: wrap; font-size: .8rem; gap: 8px; margin: 0 auto; max-width: 1440px; padding: 28px clamp(20px, 5vw, 72px); }
.detail-preview { margin-left: auto; margin-right: auto; max-width: calc(1440px - clamp(40px, 10vw, 144px)); }
.restaurant-hero { align-items: center; display: grid; gap: clamp(40px, 7vw, 100px); grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); margin: 0 auto; max-width: 1440px; padding: 28px clamp(20px, 5vw, 72px) 78px; }
.restaurant-hero > img { aspect-ratio: 4 / 3; height: 100%; max-height: 610px; object-fit: cover; width: 100%; }
.restaurant-hero h1 { margin-bottom: 20px; }
.restaurant-summary { color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.restaurant-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.restaurant-actions .form-primary.saved { background: var(--green); }
.save-status { color: var(--green); font-size: .8rem; margin: 12px 0 0; min-height: 18px; }
.restaurant-facts { background: var(--charcoal); color: white; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(20px, 5vw, 72px); }
.restaurant-facts div { border-right: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; padding: 28px clamp(18px, 3vw, 40px); }
.restaurant-facts div:last-child { border-right: 0; }
.restaurant-facts span { color: var(--yellow); font-size: .7rem; font-weight: 700; text-transform: uppercase; }
.restaurant-facts strong { font-family: "Fraunces", serif; font-size: 1.35rem; margin: 7px 0; }
.restaurant-facts small { color: rgba(255,255,255,.6); }
.restaurant-content { display: grid; gap: clamp(48px, 9vw, 130px); grid-template-columns: 1.1fr .9fr; margin: 0 auto; max-width: 1240px; padding: 100px clamp(20px, 5vw, 72px); }
.restaurant-content h2, .nearby-section h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.menu-section ul { border-top: 1px solid var(--line); list-style: none; margin: 30px 0 0; padding: 0; }
.menu-section li { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 18px 0; }
.pending-row { color: var(--muted); }
.visit-panel { background: var(--paper); padding: clamp(26px, 4vw, 42px); }
.visit-panel h2 { font-size: 2.2rem; }
.visit-panel dl { margin: 25px 0; }
.visit-panel dt { color: var(--muted); font-size: .68rem; font-weight: 700; margin-top: 16px; text-transform: uppercase; }
.visit-panel dd { margin: 4px 0 0; }
.visit-panel > a { color: var(--green); font-size: .82rem; font-weight: 700; text-decoration: underline; }
.nearby-section { border-top: 1px solid var(--line); margin: 0 auto; max-width: 1240px; padding: 78px clamp(20px, 5vw, 72px) 100px; }
.nearby-links { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 30px; }
.nearby-links a { border: 1px solid var(--line); display: flex; flex-direction: column; padding: 20px; }
.nearby-links span { color: var(--muted); font-size: .8rem; margin-top: 4px; }

.place-hero { background: var(--green-light); padding: 90px clamp(20px, 8vw, 120px); }
.place-hero h1 { margin-bottom: 22px; max-width: 900px; }
.place-hero > p:last-child { color: var(--muted); line-height: 1.7; max-width: 700px; }
.place-page .preview-notice { margin: 34px auto 0; max-width: 1100px; }
.place-list { margin: 0 auto; max-width: 1180px; padding: 90px 20px 110px; }
.place-result { align-items: center; border-top: 1px solid var(--line); display: grid; gap: 24px; grid-template-columns: 180px 1fr; padding: 20px 0; }
.place-result:last-child { border-bottom: 1px solid var(--line); }
.place-result img { height: 130px; object-fit: cover; width: 180px; }
.place-result p { color: var(--coral); font-size: .7rem; font-weight: 700; margin-bottom: 6px; text-transform: uppercase; }
.place-result h2 { font-size: 1.7rem; margin-bottom: 7px; }
.place-result span { color: var(--muted); font-size: .85rem; }

.prose-page { margin: 0 auto; max-width: 850px; padding: 100px 20px 120px; }
.prose-page h1 { margin-bottom: 28px; }
.content-lede { color: var(--muted); font-size: 1.2rem; line-height: 1.7; }
.prose-page h2 { font-family: "Fraunces", serif; font-size: 2rem; margin: 52px 0 14px; }
.prose-page p:not(.eyebrow) { line-height: 1.75; }
.prose-page a:not(.form-primary) { color: var(--green); text-decoration: underline; }
.legal-copy { max-width: 780px; }
.article-lead-image { aspect-ratio: 16 / 8; margin: 45px 0; object-fit: cover; width: 100%; }
.article-callout { background: var(--green-light); border-left: 4px solid var(--green); margin: 42px 0; padding: 24px; }
.article-callout p { margin: 8px 0 0; }
.inline-cta { margin-top: 18px; text-decoration: none !important; }

.contact-layout { display: grid; gap: clamp(50px, 10vw, 140px); grid-template-columns: 1fr minmax(340px, .8fr); margin: 0 auto; max-width: 1200px; padding: 100px 20px 120px; }
.contact-layout h1 { margin-bottom: 24px; }
.contact-reasons { border-top: 1px solid var(--line); margin-top: 40px; }
.contact-reasons div { border-bottom: 1px solid var(--line); display: flex; flex-direction: column; padding: 16px 0; }
.contact-reasons span { color: var(--muted); font-size: .82rem; }
.contact-form { align-self: start; border: 1px solid var(--line); display: grid; gap: 17px; padding: clamp(24px, 4vw, 38px); }
.contact-form textarea { min-height: 160px; resize: vertical; }
.not-found { margin: 0 auto; max-width: 900px; padding: 130px 20px 160px; }
.not-found > p:not(.eyebrow) { color: var(--muted); font-size: 1.1rem; }
.not-found > div { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

@media (max-width: 900px) {
  .account-layout, .restaurant-hero, .restaurant-content, .contact-layout { grid-template-columns: 1fr; }
  .account-layout { gap: 56px; }
  .restaurant-facts { grid-template-columns: repeat(2, 1fr); }
  .restaurant-facts div:nth-child(2) { border-right: 0; }
  .restaurant-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.17); }
  .saved-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 740px) {
  .site-header { grid-template-columns: 1fr auto auto; }
  .account-link { background: transparent; color: var(--ink); padding: 9px; }
  .account-link span { display: none; }
  .inner-page .site-header { grid-template-columns: 1fr auto; }
  .inner-page .account-link span { display: inline; }
  .inner-page h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .account-layout, .prose-page, .contact-layout { padding-bottom: 84px; padding-top: 70px; }
  .profile-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .saved-list, .nearby-links { grid-template-columns: 1fr; }
  .restaurant-hero { padding-bottom: 54px; }
  .restaurant-hero > img { aspect-ratio: 4 / 3; }
  .restaurant-facts { grid-template-columns: 1fr; }
  .restaurant-facts div, .restaurant-facts div:nth-child(2) { border-bottom: 1px solid rgba(255,255,255,.17); border-right: 0; }
  .restaurant-facts div:last-child { border-bottom: 0; }
  .restaurant-content { padding-bottom: 72px; padding-top: 72px; }
  .place-result { align-items: start; grid-template-columns: 96px 1fr; }
  .place-result img { height: 88px; width: 96px; }
  .place-result h2 { font-size: 1.35rem; }
  .detail-preview { margin-left: 20px; margin-right: 20px; }
}
