:root {
  --black: #050505;
  --ink: #111111;
  --coal: #171717;
  --charcoal: #222222;
  --cream: #f4efe6;
  --paper: #fffaf0;
  --muted: #9b948a;
  --gold: #c8a45d;
  --sand: #dfcfb0;
  --line: rgba(244, 239, 230, 0.16);
  --line-dark: rgba(5, 5, 5, 0.12);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

* { box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  background: var(--black);
  color: var(--cream);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 8%, rgba(200, 164, 93, 0.18), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 250, 240, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,0.035), transparent 40%);
  z-index: -1;
}

body.nav-open { overflow: hidden; }

h1,
h2,
h3,
h4,
p { margin: 0; }

h1,
h2,
h3,
h4,
.brand-title {
  font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
}

.wordmark { display: block; width: 100%; height: auto; color: currentColor; overflow: visible; }

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(5, 5, 5, 0.82);
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
  backdrop-filter: blur(22px);
}

.topbar-inner {
  width: min(1240px, calc(100% - 28px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}

.brand-logo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.brand-text {
  display: grid;
  gap: 3px;
}

.brand-title {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-title { display: flex; align-items: center; gap: .42rem; }
.brand-title .wordmark-nav { width: 170px; filter: brightness(0) invert(1); transform: translateY(1px); }

.home-wordmark small,
.footer-wordmark small {
  display: block;
  color: var(--gold);
  font-family: Inter, sans-serif;
  font-size: .12em;
  font-weight: 900;
  letter-spacing: .24em;
  line-height: 1;
  margin: 0 0 .22em .1em;
  text-transform: uppercase;
}

.home-wordmark .wordmark {
  width: min(820px, 88vw);
  filter: brightness(0) invert(1);
}

.home-wordmark { margin-top: 0; }

.wordmark-kicker { border-bottom: 0; }
.wordmark-kicker .wordmark { width: 146px; filter: invert(72%) sepia(35%) saturate(620%) hue-rotate(358deg) brightness(91%); }
.footer-wordmark { display: block; width: min(250px, 100%); color: #fff; }
.footer-wordmark .wordmark { filter: brightness(0) invert(1); }

.brand-sub {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.nav-scroll {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link,
.nav-toggle {
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(244, 239, 230, 0.72);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  padding: 10px 14px;
  transition: 180ms ease;
}

.nav-link:hover,
.nav-link.is-active,
.nav-link:hover {
  border-color: rgba(200, 164, 93, 0.38);
  background: rgba(200, 164, 93, 0.12);
  color: #fff;
}

.nav-toggle {
  display: none;
}

.landing {
  width: min(1280px, calc(100% - 34px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  position: relative;
  padding: clamp(34px, 6vw, 76px) 0;
}

.landing-copy {
  position: relative;
  z-index: 2;
}

.landing h1 {
  color: #fff;
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: .78;
  margin-left: -0.08em;
}

.landing p {
  max-width: 570px;
  color: rgba(244, 239, 230, .76);
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
  line-height: 1.75;
  margin-top: 24px;
}

.landing .actions {
  margin-top: 30px;
}

.landing-photo {
  position: relative;
  margin: 0;
  min-height: min(660px, 72vh);
  border: 1px solid var(--line);
  overflow: hidden;
}

.landing-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.42));
}

.landing-photo picture,
.landing-photo img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  filter: grayscale(.1) contrast(1.08);
}

.landing-card {
  position: absolute;
  right: min(7vw, 72px);
  bottom: clamp(26px, 6vw, 80px);
  z-index: 3;
  width: min(310px, 72vw);
  border: 1px solid var(--line);
  background: rgba(5,5,5,.82);
  padding: 22px;
  backdrop-filter: blur(18px);
}

.landing-card span,
.editorial-strip article span,
.contact-slab span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.landing-card strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  margin-top: 8px;
}

.landing-card p {
  margin-top: 6px;
  font-size: .95rem;
}

.editorial-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-strip article {
  min-height: 280px;
  display: grid;
  align-content: space-between;
  border-right: 1px solid var(--line);
  padding: clamp(22px, 4vw, 34px);
}

.editorial-strip article:last-child {
  border-right: 0;
}

.editorial-strip h2 {
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  line-height: .88;
  letter-spacing: -.06em;
  margin-top: 22px;
}

.editorial-strip p {
  color: rgba(244, 239, 230, .66);
  line-height: 1.65;
  margin-top: 14px;
}

.editorial-strip a {
  color: var(--gold);
  font-weight: 950;
  margin-top: 24px;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .7fr);
  gap: clamp(24px, 7vw, 90px);
  align-items: end;
  padding: clamp(72px, 12vw, 150px) 0;
}

.manifesto h2 {
  color: #fff;
  font-size: clamp(3.5rem, 10vw, 8rem);
  letter-spacing: -.08em;
  line-height: .82;
}

.manifesto p {
  color: rgba(244, 239, 230, .7);
  font-size: 1.05rem;
  line-height: 1.85;
}

.image-duo {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 20px;
  padding-bottom: clamp(62px, 10vw, 120px);
}

.image-duo > img,
.image-duo > div > img {
  width: 100%;
  object-fit: cover;
  border: 1px solid var(--line);
}

.image-duo > img {
  min-height: 640px;
  height: 100%;
}

.image-duo > div {
  display: grid;
  gap: 20px;
}

.image-duo > div > img {
  min-height: 310px;
}

.contact-slab {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  padding: clamp(24px, 5vw, 42px);
}

.contact-slab h2 {
  color: #fff;
  font-size: clamp(2rem, 5vw, 4rem);
  letter-spacing: -.06em;
  line-height: .9;
  margin-top: 14px;
}

.contact-slab p {
  color: rgba(244, 239, 230, .68);
  margin: 12px 0 24px;
}

.home-hero,
.page-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 78px));
  display: grid;
  align-items: end;
  overflow: hidden;
  background: var(--black);
}

.page-hero {
  min-height: 560px;
}

.home-hero picture,
.home-hero img,
.page-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  filter: grayscale(0.15) contrast(1.08);
}

.home-hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.58) 48%, rgba(0,0,0,0.16)),
    linear-gradient(0deg, rgba(5,5,5,1), rgba(5,5,5,0) 42%);
  z-index: 1;
}

.home-hero-panel,
.page-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 34px));
  margin: 0 auto;
  padding: 0 0 clamp(54px, 9vh, 96px);
}

.page-hero-inner {
  padding-bottom: clamp(72px, 9vw, 118px);
}

.kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-bottom: 1px solid var(--gold);
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.2em;
  margin-bottom: 18px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.home-hero h1 {
  display: grid;
  max-width: 980px;
  line-height: 0.88;
}

.home-hero h1 span {
  color: rgba(244, 239, 230, 0.8);
  font-family: inherit;
  font-size: clamp(0.9rem, 2vw, 1.15rem);
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-hero h1 strong,
.page-hero h1 {
  color: #fff;
  font-size: clamp(4.5rem, 13vw, 10rem);
  font-weight: 800;
  letter-spacing: -0.08em;
}

.page-hero h1 {
  max-width: 940px;
  font-size: clamp(3.5rem, 8vw, 7rem);
  line-height: 0.86;
}

.home-hero p,
.page-hero p {
  max-width: 680px;
  color: rgba(244, 239, 230, 0.82);
  font-size: clamp(1rem, 1.8vw, 1.18rem);
  line-height: 1.9;
  margin-top: 30px;
}

.actions,
.home-service-actions,
.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero .actions {
  margin-top: 28px;
}

.btn {
  min-height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 950;
  letter-spacing: 0.02em;
  padding: 0 18px;
  transition: 180ms ease;
}

.btn.primary {
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--black);
}

.btn.primary:hover {
  background: #e0bd71;
  transform: translateY(-1px);
}

.btn.ghost,
.btn.secondary {
  border: 1px solid rgba(244, 239, 230, 0.22);
  background: rgba(255,255,255,0.04);
  color: var(--cream);
}

.btn.ghost:hover,
.btn.secondary:hover {
  border-color: var(--gold);
  color: #fff;
}

.section {
  padding: clamp(76px, 10vw, 138px) 0;
}

.section + .section {
  padding-top: clamp(22px, 4vw, 44px);
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.section-title {
  color: #fff;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.section-subtitle {
  max-width: 720px;
  color: rgba(244, 239, 230, 0.68);
  line-height: 1.9;
  margin-top: 24px;
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.025));
  box-shadow: var(--shadow);
}

.home-stats div {
  min-height: 138px;
  display: grid;
  align-content: center;
  gap: 8px;
  border-right: 1px solid var(--line);
  padding: 24px;
}

.home-stats div:last-child { border-right: 0; }

.home-stats strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.25rem);
  font-weight: 950;
}

.home-stats span {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.home-service-list {
  display: grid;
  gap: 18px;
}

.home-service,
.card,
.contact-band,
.home-contact-band,
.menu-category,
.split-panel {
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.045);
  box-shadow: var(--shadow);
}

.home-service {
  display: grid;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 190px;
  padding: 18px;
}

.home-service picture,
.home-service img {
  width: 100%;
  height: 154px;
  object-fit: cover;
}

.home-service span,
.menu-category-kicker,
.eyebrow {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-service h3,
.card h3,
.contact-band h2,
.home-contact-band h2 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 0.98;
  margin-top: 6px;
}

.home-service p,
.card p,
.contact-band p,
.home-contact-band p {
  color: rgba(244, 239, 230, 0.68);
  line-height: 1.9;
  margin-top: 18px;
}

.home-contact-band,
.contact-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(26px, 5vw, 46px);
}

.split,
.feature-grid,
.cards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.split-panel,
.card {
  padding: clamp(22px, 4vw, 34px);
}

.card img,
.split-panel img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  margin-bottom: 18px;
}

.panel-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.list {
  display: grid;
  gap: 16px;
  color: rgba(244, 239, 230, 0.74);
  line-height: 1.75;
  margin: 28px 0 0;
  padding-left: 20px;
}

.list li::marker {
  color: var(--gold);
}

.price-box {
  display: grid;
  border: 1px solid var(--line);
  margin: 28px 0;
}

.price-row {
  display: grid;
  grid-template-columns: minmax(120px, .8fr) 1fr;
  gap: 18px;
  border-bottom: 1px solid var(--line);
  padding: 18px 20px;
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row span:first-child {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-row span:last-child {
  color: #fff;
  font-weight: 850;
}

.notice {
  border-left: 2px solid var(--gold);
  background: rgba(200, 164, 93, 0.1);
  color: rgba(244, 239, 230, 0.78);
  line-height: 1.65;
  padding: 18px 20px;
}

.grid.services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-card h3 {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: .96;
}

.event-archive {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.archive-item {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.04);
  padding: 16px 18px;
}

.archive-item strong {
  color: #fff;
}

.archive-item span {
  color: var(--muted);
}

.menu-toolbar {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 460px);
  gap: 24px;
  align-items: end;
}

.menu-search {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
}

.menu-search input {
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font: inherit;
  padding: 0 16px;
}

.menu-search input::placeholder {
  color: rgba(244, 239, 230, 0.42);
}

.menu-filters,
.menu-quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.menu-chip,
.menu-pill {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: rgba(244, 239, 230, 0.72);
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 0 14px;
}

.menu-chip.is-active,
.menu-chip:hover,
.menu-pill:hover,
.menu-pill.is-active {
  border-color: var(--gold);
  background: rgba(200, 164, 93, 0.14);
  color: #fff;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.menu-category {
  padding: clamp(22px, 4vw, 32px);
}

.menu-category,
.menu-empty-state { scroll-margin-top: 104px; }

.menu-filter-status {
  min-height: 1.2em;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .08em;
  margin-top: 18px;
  text-transform: uppercase;
}

.menu-category-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
}

.menu-category-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
  margin-top: 8px;
}

.menu-category-count {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
  white-space: nowrap;
}

.menu-items {
  display: grid;
  gap: 0;
}

.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  border-bottom: 1px solid rgba(244, 239, 230, 0.1);
  padding: 18px 0;
}

.menu-item:last-child { border-bottom: 0; }

.menu-item-name {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
}

.menu-item-desc {
  color: rgba(244, 239, 230, 0.6);
  line-height: 1.55;
  margin-top: 6px;
}

.menu-item-price {
  color: var(--gold);
  font-weight: 950;
}

.menu-item-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  margin-top: 9px;
  color: var(--muted);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.menu-item-status::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--gold); }
.menu-item-status.is-unavailable { color:#d88; }
.menu-item-status.is-unavailable::before { background:#d66; }
.menu-item-status.is-info { color:#e0bd71; }
.menu-item-status.is-info::before { border-radius:0; background:#e0bd71; transform:rotate(45deg); }
.menu-item.is-unavailable { opacity:.55; }
.menu-category-info {
  border-top-color: rgba(200,164,93,.65);
  background: linear-gradient(90deg,rgba(200,164,93,.07),transparent 55%);
}
.menu-category-info .menu-category-kicker { color:#e0bd71; }
.menu-category-info .menu-item-desc { color:rgba(244,239,230,.78); }

.menu-item-price-note {
  max-width: 110px;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .08em;
  line-height: 1.4;
  text-align: right;
  text-transform: uppercase;
}

.menu-empty-state,
.menu-empty {
  border: 1px dashed rgba(244, 239, 230, 0.24);
  color: var(--muted);
  padding: 28px;
}

.footer {
  border-top: 1px solid var(--line);
  color: rgba(244, 239, 230, 0.58);
  padding: 34px 0;
}

.footer .page-shell {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.footer a { color: var(--gold); }

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 70;
  width: min(420px, calc(100% - 36px));
  border: 1px solid var(--line);
  background: rgba(12, 12, 12, 0.96);
  color: var(--cream);
  box-shadow: var(--shadow);
  padding: 18px;
}

.cookie-banner h3 {
  color: #fff;
  font-size: 1.3rem;
}

.cookie-banner p {
  color: rgba(244, 239, 230, 0.68);
  line-height: 1.55;
  margin: 8px 0 14px;
}

.premium-page {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.premium-intro {
  position: sticky;
  top: 116px;
  padding-top: 10px;
}

.premium-intro h2 {
  color: #fff;
  font-size: clamp(3rem, 8vw, 6.5rem);
  letter-spacing: -.08em;
  line-height: .82;
}

.premium-intro p {
  color: rgba(244, 239, 230, .7);
  font-size: 1.08rem;
  line-height: 1.95;
  margin-top: 30px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(320px, 1fr);
  gap: clamp(30px, 7vw, 90px);
  border-top: 1px solid var(--line);
  padding: clamp(78px, 12vw, 148px) 0;
}

.contact-page {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(340px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: start;
}

.contact-page .contact-grid {
  gap: 18px;
}

.contact-page .contact-grid a,
.contact-page .contact-grid div {
  min-height: 148px;
  display: grid;
  align-content: center;
}

.contact-map-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.contact-map-panel h2 {
  color: #fff;
  font-size: clamp(2.8rem, 7vw, 6rem);
  letter-spacing: -.08em;
  line-height: .82;
}

.contact-map-panel p {
  max-width: 560px;
  color: rgba(244, 239, 230, .68);
  line-height: 1.9;
  margin-top: 24px;
}

.contact-map-section {
  display: grid;
  gap: clamp(30px, 5vw, 54px);
}

.contact-map-frame {
  min-height: 460px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--coal);
}

.contact-map-frame iframe {
  display: block;
  width: 100%;
  height: 520px;
  border: 0;
  filter: grayscale(.15) contrast(1.04);
}

.editorial-page {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .68fr);
  gap: clamp(44px, 9vw, 130px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.editorial-lead h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(4rem, 9vw, 8.5rem);
  line-height: .78;
  letter-spacing: -.085em;
}

.editorial-lead > p {
  max-width: 660px;
  color: rgba(244,239,230,.7);
  font-size: 1.08rem;
  line-height: 1.95;
  margin-top: 38px;
}

.editorial-details { border-top: 1px solid rgba(200,164,93,.5); }
.editorial-fact { border-bottom: 1px solid var(--line); padding: 26px 0; }
.editorial-fact span,
.editorial-address > span {
  color: var(--gold);
  font-size: .7rem;
  font-weight: 950;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.editorial-fact strong { display: block; color: #fff; font-size: 1.55rem; margin-top: 9px; }
.editorial-fact p,
.editorial-address p { color: rgba(244,239,230,.62); line-height: 1.65; margin-top: 8px; }
.editorial-address { padding-top: 28px; }
.editorial-address > .btn,
.editorial-address .actions { margin-top: 24px; }

.closing-statement { border-bottom: 1px solid var(--line); padding-top: 0; }
.closing-statement article { max-width: 850px; margin-left: auto; }
.closing-statement .panel-title { font-size: clamp(3.8rem, 8vw, 7.5rem); }
.closing-statement p { color: rgba(244,239,230,.7); font-size: 1.08rem; line-height: 1.9; margin-top: 28px; }
.closing-statement .actions { margin-top: 30px; }

.contact-section h2 {
  color: #fff;
  font-size: clamp(3.2rem, 9vw, 7.2rem);
  letter-spacing: -.08em;
  line-height: .82;
}

.contact-section p {
  max-width: 480px;
  color: rgba(244, 239, 230, .68);
  line-height: 1.9;
  margin-top: 28px;
}

.contact-grid {
  display: grid;
  gap: 14px;
}

.contact-grid a,
.contact-grid div {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  padding: 24px;
}

.contact-grid span,
.footer-brand span,
.footer-col h3 {
  display: block;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .16em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.contact-grid strong {
  color: #fff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.35;
}

.footer .page-shell {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, .65fr));
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
}

.footer {
  padding: clamp(46px, 8vw, 82px) 0;
}

.footer-brand strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -.06em;
  line-height: .9;
}

.footer-brand p {
  max-width: 390px;
  line-height: 1.8;
  margin-top: 18px;
}

.footer-col {
  display: grid;
  gap: 12px;
}

.footer-col a,
.footer-col span {
  color: rgba(244, 239, 230, .68);
  line-height: 1.5;
}

.footer-col a:hover {
  color: var(--gold);
}

/* Editorial override: meno box, più impaginazione fluida/premium */

.landing {
  width: min(1440px, calc(100% - 44px));
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: clamp(12px, 4vw, 54px);
}

.landing-copy {
  transform: translateX(clamp(0px, 2vw, 28px));
}

.landing-photo {
  border: 0;
  min-height: min(720px, 78vh);
  clip-path: polygon(8% 0, 100% 0, 100% 92%, 0 100%, 0 10%);
}

.landing-card {
  border: 0;
  border-left: 1px solid var(--gold);
  background: rgba(5, 5, 5, .68);
  box-shadow: none;
}

.editorial-strip {
  width: min(1180px, calc(100% - 44px));
  display: grid;
  grid-template-columns: .8fr 1fr .9fr;
  gap: clamp(28px, 6vw, 84px);
  border: 0;
  padding: clamp(70px, 10vw, 130px) 0;
}

.editorial-strip article {
  min-height: auto;
  display: block;
  border: 0;
  padding: 0;
}

.editorial-strip article:nth-child(2) {
  margin-top: clamp(50px, 8vw, 110px);
}

.editorial-strip article:nth-child(3) {
  margin-top: clamp(12px, 3vw, 42px);
}

.editorial-strip article span {
  display: block;
  border-top: 1px solid rgba(200, 164, 93, .55);
  padding-top: 18px;
}

.editorial-strip h2 {
  margin-top: 28px;
}

.editorial-strip p {
  max-width: 330px;
  margin-top: 24px;
}

.manifesto {
  width: min(1280px, calc(100% - 44px));
  border-top: 1px solid rgba(244,239,230,.12);
  border-bottom: 1px solid rgba(244,239,230,.12);
}

.image-duo {
  width: min(1380px, calc(100% - 44px));
  grid-template-columns: 1fr .72fr;
  gap: 0;
  align-items: center;
}

.image-duo > img,
.image-duo > div > img {
  border: 0;
  filter: grayscale(.08) contrast(1.06);
}

.image-duo > div {
  gap: 0;
  margin-left: clamp(-90px, -6vw, -42px);
  z-index: 2;
}

.image-duo > div > img {
  width: 82%;
  justify-self: end;
  min-height: 360px;
}

.contact-slab {
  border: 0;
  border-top: 1px solid var(--gold);
  background: rgba(5,5,5,.82);
  box-shadow: none;
  margin-top: clamp(-30px, -3vw, -16px);
  width: min(560px, 100%);
}

.card,
.menu-category,
.split-panel,
.contact-band,
.home-contact-band {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.card {
  padding: 0;
}

.premium-page {
  grid-template-columns: minmax(0, 1fr) minmax(340px, .58fr);
  border-top: 1px solid rgba(244,239,230,.12);
  border-bottom: 1px solid rgba(244,239,230,.12);
}

.premium-page .card {
  border-left: 1px solid rgba(200,164,93,.5);
  padding-left: clamp(22px, 4vw, 46px);
}

.detail-panel {
  border-left: 1px solid rgba(200,164,93,.5);
  padding-left: clamp(22px, 4vw, 46px);
}

.text-run {
  width: min(860px, calc(100% - 44px));
  margin: 0 auto;
  border-top: 1px solid rgba(244,239,230,.12);
  padding-top: clamp(44px, 7vw, 90px);
}

.text-run .panel-title {
  max-width: 720px;
}

.text-run p {
  max-width: 740px;
  color: rgba(244,239,230,.72);
  font-size: clamp(1.05rem, 1.7vw, 1.22rem);
  line-height: 1.95;
  margin-top: 28px;
}

.text-run .actions {
  margin-top: 34px;
}

.price-box {
  border: 0;
  margin-top: clamp(34px, 5vw, 58px);
}

.price-row {
  grid-template-columns: minmax(120px, .5fr) 1fr;
  border-bottom: 1px solid rgba(244,239,230,.14);
  padding: 22px 0;
}

.notice {
  border-left: 0;
  border-top: 1px solid var(--gold);
  background: transparent;
  padding: 22px 0 0;
}

.menu-toolbar {
  grid-template-columns: minmax(0, .9fr) minmax(300px, .55fr);
  align-items: start;
  border-bottom: 1px solid rgba(244,239,230,.12);
  padding-bottom: clamp(42px, 7vw, 86px);
}

.menu-filters,
.menu-quick-filters {
  max-width: 920px;
}

.menu-grid {
  grid-template-columns: 1fr;
  gap: 0;
}

.menu-category {
  display: grid;
  grid-template-columns: minmax(220px, .38fr) 1fr;
  gap: clamp(24px, 6vw, 90px);
  border-top: 1px solid rgba(244,239,230,.13);
  padding: clamp(36px, 6vw, 76px) 0;
}

.menu-category:last-child {
  border-bottom: 1px solid rgba(244,239,230,.13);
}

.menu-category-head {
  display: block;
  border-bottom: 0;
  padding-bottom: 0;
}

.menu-category-count {
  display: inline-flex;
  margin-top: 20px;
}

.menu-items {
  gap: 0;
}

.menu-item {
  padding: 22px 0;
}

.contact-page {
  border-top: 1px solid rgba(244,239,230,.12);
  border-bottom: 1px solid rgba(244,239,230,.12);
}

.contact-grid a,
.contact-grid div {
  border: 0;
  border-top: 1px solid rgba(244,239,230,.14);
  background: transparent;
  padding: 28px 0;
}

.contact-map-panel {
  border-bottom: 0;
}

@media (max-width: 900px) {
  .landing,
  .editorial-strip,
  .image-duo,
  .premium-page,
  .menu-toolbar,
  .menu-category {
    grid-template-columns: 1fr;
  }

  .landing-copy,
  .image-duo > div {
    transform: none;
    margin-left: 0;
  }

  .landing-photo {
    clip-path: none;
  }

  .editorial-strip article,
  .editorial-strip article:nth-child(2),
  .editorial-strip article:nth-child(3) {
    margin-top: 0;
  }

  .premium-page .card {
    border-left: 0;
    border-top: 1px solid rgba(200,164,93,.5);
    padding-left: 0;
    padding-top: 28px;
  }

  .detail-panel {
    border-left: 0;
    border-top: 1px solid rgba(200,164,93,.5);
    padding-left: 0;
    padding-top: 28px;
  }

  .image-duo > div > img {
    width: 100%;
  }

  .editorial-page { grid-template-columns: 1fr; }

  .image-duo > div {
    align-self: stretch;
  }

  .image-duo .contact-slab {
    display: grid;
    align-content: center;
    min-height: 360px;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    background: transparent;
  }

  .nav-scroll {
    position: fixed;
    inset: 78px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: rgba(5,5,5,0.98);
    border-bottom: 1px solid var(--line);
    padding: 18px;
  }

  body.nav-open .nav-scroll { display: flex; }

  .nav-link {
    border-radius: 0;
    border-bottom: 1px solid rgba(244, 239, 230, 0.1);
    padding: 15px 2px;
  }

  .home-stats,
  .home-service,
  .landing,
  .editorial-strip,
  .manifesto,
  .image-duo,
  .premium-page,
  .contact-section,
  .contact-page,
  .menu-toolbar,
  .menu-grid,
  .grid.services,
  .split,
  .feature-grid,
  .cards-grid {
    grid-template-columns: 1fr;
  }

  .landing {
    min-height: auto;
    padding-top: 44px;
  }

  .landing h1 {
    font-size: clamp(4.2rem, 20vw, 7rem);
  }

  .landing-photo {
    min-height: 430px;
  }

  .landing-card {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .editorial-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .editorial-strip article:last-child {
    border-bottom: 0;
  }

  .image-duo > img {
    min-height: 380px;
  }

  .home-stats div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .home-stats div:last-child { border-bottom: 0; }

  .home-service-actions,
  .section-heading-row,
  .home-contact-band,
  .contact-band,
  .footer .page-shell {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .premium-intro {
    position: static;
  }

  .contact-map-panel {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-map-frame,
  .contact-map-frame iframe {
    min-height: 390px;
    height: 390px;
  }

  .archive-item,
  .price-row {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .menu-search {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .topbar-inner { min-height: 68px; }
  .home-hero,
  .page-hero { min-height: 620px; }
  .page-hero { min-height: 380px; }
  .home-hero h1 strong,
  .page-hero h1 { font-size: clamp(3.4rem, 18vw, 5.6rem); }
}

/* Shared editorial direction: every internal page follows the home art direction. */
.page-hero {
  width: min(1280px, calc(100% - 34px));
  min-height: calc(100vh - 78px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  align-items: center;
  overflow: visible;
  isolation: isolate;
}

.page-hero img {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: min(700px, 76vh);
  min-height: 540px;
  opacity: .82;
  object-fit: cover;
  filter: grayscale(.08) contrast(1.08);
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 92%);
  z-index: -1;
}

.page-hero::before {
  inset: 8% -4% 2% 42%;
  background:
    linear-gradient(90deg, var(--black) 0%, rgba(5,5,5,.44) 22%, transparent 56%),
    linear-gradient(0deg, rgba(5,5,5,.78), transparent 45%);
  z-index: 0;
}

.page-hero-inner {
  grid-column: 1 / 3;
  grid-row: 1;
  width: auto;
  margin: 0;
  padding: clamp(48px, 7vw, 88px) 0;
  z-index: 2;
}

.page-hero-inner h1 {
  max-width: min(880px, 70vw);
  font-size: clamp(5rem, 11vw, 10.5rem);
  line-height: .76;
  letter-spacing: -.095em;
  text-wrap: balance;
}

.page-hero-inner p {
  max-width: 570px;
  margin-top: 34px;
  padding-left: clamp(0px, 5vw, 76px);
  font-size: 1.05rem;
  line-height: 1.8;
}

.page-hero .kicker {
  margin-left: clamp(0px, 5vw, 76px);
}

.contact-page,
.editorial-page,
.menu-toolbar {
  position: relative;
}

.contact-page::before,
.editorial-page::before {
  content: "LA PERLA";
  position: absolute;
  top: 26px;
  right: 0;
  color: rgba(244,239,230,.035);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: 1;
  pointer-events: none;
}

.menu-toolbar-copy .section-title {
  max-width: 700px;
  font-size: clamp(4rem, 9vw, 8rem);
  line-height: .78;
  letter-spacing: -.085em;
}

.menu-search {
  border-top: 1px solid var(--gold);
  padding-top: 22px;
}

.contact-map-frame {
  border: 0;
  clip-path: polygon(0 8%, 100% 0, 100% 92%, 0 100%);
}

.contact-map-frame iframe { height: 600px; }

.policy-intro {
  display: grid;
  grid-template-columns: minmax(260px, .55fr) 1fr;
  gap: clamp(36px, 8vw, 110px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.policy-intro::before {
  content: "01";
  color: var(--gold);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .18em;
}

.policy-intro .card { max-width: 760px; }
.policy-intro .panel-title { font-size: clamp(3rem, 7vw, 6.5rem); }
.policy-columns .split { gap: clamp(40px, 8vw, 110px); }
.policy-columns .side { border-top: 1px solid var(--gold); padding-top: 24px; }
.policy-row { border-top: 1px solid var(--line); }
.policy-row .card { display: grid; grid-template-columns: .7fr 1fr; gap: clamp(30px, 7vw, 90px); }
.policy-row .card .list,
.policy-row .card p { margin-top: 0; }

@media (max-width: 900px) {
  .page-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 34px 0 58px;
  }

  .page-hero img {
    grid-column: 1;
    height: 500px;
    min-height: 0;
    margin-top: 190px;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 8% 94%);
  }

  .page-hero::before { inset: 25% -3% 0; }
  .page-hero-inner { grid-column: 1; padding: 30px 0; align-self: start; }
  .page-hero-inner h1 { max-width: 95%; font-size: clamp(4.2rem, 17vw, 7.2rem); }
  .page-hero-inner p,
  .page-hero .kicker { padding-left: 0; margin-left: 0; }
  .page-hero-inner p { max-width: 88%; }
  .contact-map-frame { clip-path: none; }
  .policy-intro,
  .policy-row .card { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .page-hero { min-height: auto; }
  .page-hero img { height: 390px; margin-top: 175px; }
  .page-hero-inner h1 { font-size: clamp(3.8rem, 18vw, 5.8rem); }
}

/* Mobile polish */
@media (max-width: 700px) {
  .page-shell,
  .manifesto,
  .image-duo,
  .text-run {
    width: min(100% - 32px, 1180px);
  }

  .topbar-inner {
    width: calc(100% - 28px);
    min-height: 70px;
  }

  .brand-title .wordmark-nav { width: 138px; }
  .brand-sub { font-size: .61rem; letter-spacing: .14em; }

  .nav-toggle {
    min-width: 74px;
    min-height: 42px;
    justify-content: center;
    border-color: rgba(200,164,93,.4);
    color: #fff;
  }

  .nav-scroll {
    inset: 70px 0 auto;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding: 12px 20px 22px;
    box-shadow: 0 24px 60px rgba(0,0,0,.55);
  }

  .nav-link {
    min-height: 52px;
    display: flex;
    align-items: center;
    border-radius: 0;
    font-size: .96rem;
  }

  .landing {
    width: calc(100% - 32px);
    gap: 28px;
    padding: 42px 0 58px;
  }

  .home-wordmark .wordmark { width: 100%; }
  .landing p { font-size: 1rem; line-height: 1.65; margin-top: 22px; }
  .landing .actions { display: grid; grid-template-columns: 1fr; margin-top: 24px; }
  .landing .btn { width: 100%; }

  .landing-photo {
    min-height: 390px;
    height: 62vh;
    max-height: 540px;
  }

  .landing-card { padding: 20px; }
  .landing-card strong { font-size: 1.15rem; }

  .editorial-strip article { min-height: 230px; padding: 26px 4px; }
  .editorial-strip h2 { font-size: 3.2rem; }

  .manifesto { gap: 26px; padding: 72px 0; }
  .manifesto h2 { font-size: clamp(3.3rem, 16vw, 5rem); }
  .manifesto p { line-height: 1.7; }

  .image-duo { padding-bottom: 72px; }
  .image-duo > img { min-height: 360px; max-height: 520px; }
  .image-duo .contact-slab { min-height: auto; padding: 30px 4px; }

  .page-hero {
    width: calc(100% - 32px);
    padding: 26px 0 54px;
  }

  .page-hero img {
    height: 360px;
    margin-top: 150px;
  }

  .page-hero-inner { padding: 24px 0; }
  .page-hero-inner h1 {
    max-width: 100%;
    font-size: clamp(3.45rem, 17vw, 5.2rem);
    line-height: .82;
    overflow-wrap: anywhere;
  }
  .page-hero-inner p { max-width: 100%; font-size: .97rem; line-height: 1.65; margin-top: 24px; }

  .section { padding: 70px 0; }
  .section + .section { padding-top: 18px; }
  .editorial-page { gap: 48px; }
  .editorial-lead h2,
  .premium-intro h2,
  .contact-map-panel h2 {
    font-size: clamp(3.1rem, 16vw, 5rem);
    line-height: .84;
  }
  .editorial-lead > p,
  .premium-intro p { font-size: 1rem; line-height: 1.75; margin-top: 24px; }
  .contact-page::before,
  .editorial-page::before { display: none; }

  .menu-toolbar-copy .section-title { font-size: clamp(3.5rem, 17vw, 5.4rem); }
  .menu-search { gap: 10px; }
  .menu-search input,
  .menu-search .btn { min-height: 48px; width: 100%; }
  .menu-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -16px;
    padding: 2px 16px 10px 0;
    scrollbar-width: none;
  }
  .menu-filters::-webkit-scrollbar { display: none; }
  .menu-chip { flex: 0 0 auto; min-height: 42px; }
  .menu-category { gap: 16px; padding: 44px 0; }
  .menu-category-title { font-size: 2.55rem; }
  .menu-item { grid-template-columns: minmax(0,1fr) auto; gap: 12px; padding: 18px 0; }
  .menu-item-desc { font-size: .9rem; }
  .menu-item-price-note { max-width: 82px; font-size: .63rem; }

  .contact-page { gap: 46px; }
  .contact-grid strong { font-size: 1rem; overflow-wrap: anywhere; }
  .contact-map-panel { gap: 22px; }
  .contact-map-panel .btn { width: 100%; }
  .contact-map-frame,
  .contact-map-frame iframe { min-height: 340px; height: 340px; }

  .footer { padding: 52px 0 28px; }
  .footer .page-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .footer-brand { max-width: 100%; }
  .footer-wordmark { width: 190px; }
  .footer-col { gap: 10px; }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    max-height: calc(100vh - 24px);
    overflow-y: auto;
    padding: 18px;
  }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .btn { width: 100%; }
}

@media (max-width: 380px) {
  .brand-title .wordmark-nav { width: 116px; }
  .brand-sub { font-size: .56rem; }
  .nav-toggle { min-width: 64px; padding-inline: 12px; }
  .page-hero-inner h1 { font-size: 3.3rem; }
  .menu-item { grid-template-columns: 1fr; }
  .menu-item-price,
  .menu-item-price-note { max-width: none; text-align: left; }
}

.policy-editorial {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 9vw, 130px);
  border-top: 1px solid var(--line);
}

.policy-editorial-lead {
  position: sticky;
  top: 116px;
  align-self: start;
}

.policy-editorial-lead h2 {
  color: #fff;
  font-size: clamp(3.8rem, 7vw, 7rem);
  line-height: .82;
  letter-spacing: -.075em;
}

.policy-editorial-lead p {
  color: rgba(244,239,230,.68);
  line-height: 1.8;
  margin-top: 30px;
}

.policy-editorial-list { border-top: 1px solid rgba(200,164,93,.55); }

.policy-editorial-row {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: clamp(30px, 5vw, 52px) 0;
}

.policy-editorial-row > span {
  color: var(--gold);
  font-size: .72rem;
  font-weight: 950;
  letter-spacing: .14em;
}

.policy-editorial-row h3 {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: .92;
  letter-spacing: -.045em;
}

.policy-editorial-row p {
  max-width: 680px;
  color: rgba(244,239,230,.67);
  line-height: 1.8;
  margin-top: 18px;
}

.not-found-page {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0,.85fr) minmax(420px,1.15fr);
  align-items: center;
  gap: clamp(30px,6vw,90px);
  position: relative;
  padding: clamp(60px,9vw,120px) 0;
  overflow: hidden;
}

.not-found-code {
  position: absolute;
  left: -.05em;
  top: 50%;
  color: rgba(244,239,230,.055);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(15rem,36vw,34rem);
  font-weight: 800;
  letter-spacing: -.12em;
  line-height: .7;
  transform: translateY(-50%);
  pointer-events: none;
}

.not-found-copy { position: relative; z-index: 2; }
.not-found-copy h1 {
  color: #fff;
  font-size: clamp(4rem,8vw,7.5rem);
  line-height: .78;
  letter-spacing: -.08em;
}
.not-found-copy p { max-width: 600px; color: rgba(244,239,230,.72); line-height: 1.8; margin-top: 30px; }
.not-found-copy .actions { margin-top: 30px; }
.not-found-photo { margin: 0; min-height: 620px; clip-path: polygon(13% 0,100% 0,100% 92%,0 100%); }
.not-found-photo img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; opacity: .78; }

.unified-menu {
  display: grid;
  grid-template-columns: minmax(240px,.42fr) minmax(0,1fr);
  gap: clamp(44px,8vw,110px);
  align-items: start;
}

.unified-menu-head {
  position: static;
  align-self: start;
}

.unified-menu-head h2 {
  color: #fff;
  font-size: clamp(4.5rem,9vw,8rem);
  letter-spacing: -.08em;
  line-height: .78;
}

.unified-menu-head p {
  color: rgba(244,239,230,.65);
  line-height: 1.75;
  margin-top: 28px;
}

.unified-menu-list,
.category-menu-list { border-top: 1px solid rgba(200,164,93,.55); }
.category-menu-list { grid-column: 1 / -1; }

.category-menu-row {
  display: grid;
  grid-template-columns: minmax(190px,.42fr) minmax(0,1fr);
  gap: clamp(24px,5vw,72px);
  border-bottom: 1px solid var(--line);
  padding: clamp(34px,5vw,62px) 0;
}

.category-menu-row > header h3 {
  color: #fff;
  font-size: clamp(2.4rem,5vw,4.4rem);
  letter-spacing: -.06em;
  line-height: .88;
  margin-top: 0;
}

.category-menu-items { border-top: 1px solid rgba(244,239,230,.08); }

.unified-menu-item {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  padding: 28px 0;
}

.unified-menu-copy > span {
  color: var(--gold);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.unified-menu-copy h3,
.unified-menu-copy h4 {
  color: #fff;
  font-size: clamp(1.55rem,3vw,2.4rem);
  line-height: 1;
  margin-top: 8px;
}

.unified-menu-copy p {
  max-width: 680px;
  color: rgba(244,239,230,.6);
  line-height: 1.6;
  margin-top: 10px;
}

.unified-menu-item > strong {
  color: var(--gold);
  font-size: 1.05rem;
  white-space: nowrap;
}

.menu-safety {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(260px,.55fr) 1fr;
  gap: clamp(40px,8vw,110px);
  border-top: 1px solid var(--gold);
  margin-top: clamp(30px,6vw,80px);
  padding-top: clamp(34px,6vw,72px);
}

.menu-safety-title h2 {
  color: #fff;
  font-size: clamp(3rem,6vw,5.5rem);
  letter-spacing: -.07em;
  line-height: .84;
}

.menu-safety-content { border-top: 1px solid var(--line); }
.menu-safety-content section { border-bottom: 1px solid var(--line); padding: 26px 0; }
.menu-safety-content h3 { color: #fff; font-size: 1.45rem; }
.menu-safety-content p { color: rgba(244,239,230,.68); line-height: 1.7; margin-top: 10px; }
.menu-safety-content strong { display: inline-block; color: var(--gold); margin-top: 12px; }
.menu-haccp-note { background: linear-gradient(90deg,rgba(200,164,93,.09),transparent); padding-inline: 18px !important; }

@media (max-width: 700px) {
  .page-hero {
    min-height: 620px;
    display: grid;
    align-items: end;
    padding: 0;
    overflow: hidden;
  }

  .page-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    opacity: .7;
    clip-path: none;
  }

  .page-hero::before {
    inset: 0;
    background:
      linear-gradient(0deg, var(--black) 0%, rgba(5,5,5,.78) 30%, rgba(5,5,5,.08) 75%),
      linear-gradient(90deg, rgba(5,5,5,.58), transparent 70%);
  }

  .page-hero-inner {
    position: relative;
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    padding: 0 0 48px;
  }

  .page-hero-inner h1 {
    color: #fff;
    font-size: clamp(3.9rem, 18vw, 5.6rem);
    line-height: .8;
  }

  .page-hero-inner p {
    color: rgba(255,255,255,.82);
    margin-top: 22px;
  }

  .policy-editorial {
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 72px;
  }

  .policy-editorial-lead { position: static; }
  .policy-editorial-lead h2 { font-size: clamp(3.4rem, 16vw, 5rem); }
  .policy-editorial-row { grid-template-columns: 34px 1fr; gap: 12px; }
  .policy-editorial-row h3 { font-size: 2.25rem; }

  .menu-category {
    border-top-color: rgba(200,164,93,.42);
  }

  .menu-category-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
  }

  .not-found-page { grid-template-columns: 1fr; min-height: auto; padding: 70px 0; }
  .not-found-code { top: 130px; font-size: 15rem; }
  .not-found-copy h1 { font-size: clamp(3.5rem,17vw,5.2rem); }
  .not-found-copy .actions { display: grid; grid-template-columns: 1fr; }
  .not-found-photo { min-height: 390px; clip-path: none; }

  .unified-menu { grid-template-columns: 1fr; gap: 50px; }
  .unified-menu-head { position: static; }
  .unified-menu-head h2 { font-size: clamp(4rem,20vw,6rem); }
  .unified-menu-item { gap: 14px; padding: 24px 0; }
  .unified-menu-copy h3,
  .unified-menu-copy h4 { font-size: 1.8rem; }
  .category-menu-row { grid-template-columns: 1fr; gap: 24px; padding: 42px 0; }
  .category-menu-row > header h3 { font-size: 3rem; }
  .menu-safety { grid-template-columns: 1fr; gap: 34px; }
  .menu-safety-title h2 { font-size: clamp(3.1rem,15vw,4.7rem); }
}
