:root {
  --ink: #24302c;
  --ink-deep: #101918;
  --ink-soft: #182321;
  --ink-elevated: #20302e;
  --cream: #f7f0e3;
  --cream-dim: #d8d1c4;
  --cream-muted: #aaa89f;
  --red: #a51c30;
  --terracotta: #c65a36;
  --gold: #e7b86a;
  --teal: #0e5a70;
  --line: rgba(247, 240, 227, 0.16);
  --line-strong: rgba(231, 184, 106, 0.52);
  --surface: rgba(247, 240, 227, 0.055);
  --surface-strong: rgba(247, 240, 227, 0.09);
  --shadow: 0 22px 65px rgba(0, 0, 0, 0.25);
  --shadow-soft: 0 12px 36px rgba(0, 0, 0, 0.16);
  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 18px;
  --shell: min(1180px, calc(100% - 40px));
  --reading: min(710px, 100%);
  --space-1: 0.5rem;
  --space-2: 0.85rem;
  --space-3: 1.25rem;
  --space-4: 1.75rem;
  --space-5: 2.5rem;
  --space-6: clamp(3.75rem, 7vw, 7rem);
  --space-7: clamp(5rem, 10vw, 10rem);
  --font-body: var(--mrc-font-en), "Helvetica Neue", Arial, sans-serif;
  --font-display: var(--mrc-font-en), "Helvetica Neue", Arial, sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

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

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  background: var(--ink-deep);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 92% 9%, rgba(14, 90, 112, 0.18), transparent 30rem),
    radial-gradient(circle at 5% 35%, rgba(165, 28, 48, 0.1), transparent 28rem),
    var(--ink-deep);
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  color: var(--ink-deep);
  background: var(--gold);
}

main {
  display: block;
}

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

img {
  height: auto;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

p,
ul,
ol,
blockquote {
  margin-top: 0;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  color: var(--cream);
  font-family: var(--font-display);
  font-weight: 650;
  letter-spacing: -0.042em;
  line-height: 0.98;
}

h2 {
  font-size: clamp(2.15rem, 5vw, 4.5rem);
}

h3 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.mono-label,
.eyebrow,
.section-kicker,
.note-number,
.tag-row,
.detail-list strong,
.mini-facts dt,
.legal-date,
.hero-index,
.footer-links h3 {
  font-family: var(--font-mono);
  font-size: 0.69rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}

.mono-label,
.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--gold);
}

.mono-label::before,
.eyebrow::before,
.section-kicker::before {
  width: 1.85rem;
  height: 1px;
  content: "";
  background: currentColor;
}

.eyebrow {
  margin-bottom: var(--space-3);
}

.section-kicker {
  margin-bottom: var(--space-3);
  color: var(--terracotta);
}

.reveal {
  animation: rise-in 700ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.content-band {
  position: relative;
  width: 100%;
  padding-block: var(--space-6);
}

.content-band + .content-band {
  border-top: 1px solid var(--line);
}

.content-band > .shell {
  position: relative;
}

.section-heading {
  max-width: 53rem;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.section-heading h2,
.split-heading h2 {
  margin-bottom: 0;
}

.section-heading p,
.split-heading p {
  max-width: 42rem;
  margin: 1.4rem 0 0;
  color: var(--cream-dim);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 4rem);
}

.narrow-heading {
  max-width: 48rem;
  margin-bottom: clamp(2rem, 4vw, 3.75rem);
}

.narrow-heading p {
  color: var(--cream-dim);
  font-size: 1.08rem;
}

.primary-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.1rem 0.75rem 1.25rem;
  border: 1px solid var(--gold);
  border-radius: var(--radius-sm);
  color: var(--ink-deep);
  background: var(--gold);
  box-shadow: 3px 3px 0 var(--terracotta);
  font-size: 0.94rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 1;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.primary-cta::after {
  margin-left: 0.7rem;
  content: "›";
  font-family: var(--font-mono);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 0.5;
  transition: transform 180ms ease;
}

.primary-cta:hover {
  color: var(--ink-deep);
  background: #f1c982;
  box-shadow: 4px 5px 0 var(--terracotta);
  transform: translateY(-2px);
}

.primary-cta:hover::after {
  transform: translateX(3px);
}

.primary-cta:active {
  box-shadow: 1px 1px 0 var(--terracotta);
  transform: translate(2px, 2px);
}

.text-action,
.section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  min-height: 44px;
  color: var(--cream);
  border-bottom: 1px solid rgba(231, 184, 106, 0.7);
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1;
  transition: color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.text-action::after,
.section-link::after {
  content: "↗";
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 1rem;
  transition: transform 180ms ease;
}

.text-action:hover,
.section-link:hover {
  color: var(--gold);
  border-color: var(--gold);
  transform: translateY(-1px);
}

.text-action:hover::after,
.section-link:hover::after {
  transform: translate(2px, -2px);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(16, 25, 24, 0.76);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 180ms ease, background 180ms ease;
}

.site-header:hover,
.site-header:focus-within {
  border-bottom-color: var(--line);
  background: rgba(16, 25, 24, 0.92);
}

.header-inner {
  display: flex;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex-shrink: 0;
  color: var(--cream);
  font-size: 0.94rem;
  font-weight: 760;
  letter-spacing: -0.035em;
}

.brand:hover {
  color: var(--gold);
}

.brand-mark {
  position: relative;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  line-height: 1;
}

.brand-mark::before,
.brand-mark::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.brand-mark::before {
  width: 1px;
  height: 100%;
}

.brand-mark::after {
  width: 100%;
  height: 1px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 1.6vw, 1.6rem);
}

.site-nav a {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: var(--cream-dim);
  font-size: 0.82rem;
  font-weight: 650;
  white-space: nowrap;
  transition: color 180ms ease;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--cream);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--cream);
  background: transparent;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  display: block;
  width: 18px;
  height: 1px;
  margin: 4px auto;
  content: "";
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span,
.nav-toggle.is-open span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before,
.nav-toggle.is-open::before {
  transform: translateY(5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after,
.nav-toggle.is-open::after {
  transform: translateY(-5px) rotate(-45deg);
}

/* Home hero */
.home-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 68px));
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid var(--line);
}

.home-hero::before {
  position: absolute;
  z-index: -3;
  inset: 0;
  content: "";
  opacity: 0.16;
  background-image:
    linear-gradient(90deg, rgba(16, 25, 24, 0.9), rgba(16, 25, 24, 0.52)),
    url("../img/bg-desktop.jpg");
  background-position: center;
  background-size: cover;
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  right: -18vw;
  bottom: -24vw;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(231, 184, 106, 0.25);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 5vw rgba(231, 184, 106, 0.025),
    0 0 0 10vw rgba(14, 90, 112, 0.07);
}

.hero-grid {
  position: relative;
  display: grid;
  min-height: inherit;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 2rem;
  padding-top: clamp(4rem, 8vw, 8rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 58rem;
}

.hero-copy .eyebrow {
  color: var(--cream-dim);
}

.hero-wordmark {
  max-width: 9.9em;
  margin-bottom: 1.5rem;
  color: transparent;
  background:
    linear-gradient(115deg, var(--cream) 0%, var(--cream) 35%, var(--gold) 66%, var(--terracotta) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(3.35rem, 9.4vw, 8.8rem);
  font-weight: 780;
  letter-spacing: -0.085em;
  line-height: 0.82;
  text-wrap: balance;
  transition: letter-spacing 400ms ease, filter 400ms ease;
}

.hero-wordmark:hover {
  filter: drop-shadow(0 8px 18px rgba(231, 184, 106, 0.15));
  letter-spacing: -0.073em;
}

.hero-wordmark em {
  color: transparent;
  -webkit-text-stroke: 1px rgba(231, 184, 106, 0.9);
  background: none;
  font-style: normal;
}

.hero-lede {
  max-width: 40rem;
  margin-bottom: 1.8rem;
  color: var(--cream-dim);
  font-size: clamp(1.03rem, 1.7vw, 1.25rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.15rem;
}

.hero-index {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: fit-content;
  gap: 1.2rem;
  margin-top: 2.2rem;
  color: var(--cream-muted);
}

.hero-index span {
  display: grid;
  gap: 0.24rem;
}

.hero-index strong {
  color: var(--gold);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.06em;
}

.hero-index small {
  font-size: 0.62rem;
}

.hero-graphic {
  position: absolute;
  z-index: -2;
  top: 8%;
  right: -8%;
  width: min(58vw, 770px);
  height: 84%;
  object-fit: cover;
  opacity: 0.17;
  mix-blend-mode: screen;
  mask-image: linear-gradient(90deg, transparent, black 25%, black 80%, transparent);
}

.hero-copy::after {
  position: absolute;
  top: -1.45rem;
  left: -0.75rem;
  width: 3.3rem;
  height: 3.3rem;
  border-top: 1px solid rgba(231, 184, 106, 0.55);
  border-left: 1px solid rgba(231, 184, 106, 0.55);
  content: "";
  pointer-events: none;
}

/* Home introductory editorial band */
.intro-band {
  padding-top: var(--space-7);
}

.bento-intro {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.intro-statement {
  padding: clamp(1.5rem, 4vw, 3rem);
  border-top: 1px solid var(--line-strong);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.intro-statement h2 {
  max-width: 12ch;
  margin-bottom: 1.4rem;
}

.intro-statement p {
  max-width: 38rem;
  margin-bottom: 1.45rem;
  color: var(--cream-dim);
  font-size: 1.08rem;
}

.intro-image {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
}

.intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.76;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.intro-image:hover img {
  transform: scale(1.035);
}

.pull-quote {
  align-self: end;
  margin: 0;
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border-left: 2px solid var(--terracotta);
  color: var(--cream);
  background: rgba(198, 90, 54, 0.07);
  font-size: clamp(1.24rem, 2.3vw, 2rem);
  font-weight: 550;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.pull-quote cite {
  display: block;
  margin-top: 1rem;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Card and bento patterns */
.bento-grid,
.attractions-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.feature-card,
.category-card,
.taste-card,
.district-card,
.info-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: none;
  transition:
    border-color 200ms ease,
    background 200ms ease,
    transform 220ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 220ms ease;
}

.feature-card:hover,
.category-card:hover,
.taste-card:hover,
.district-card:hover,
.info-card:hover {
  border-color: rgba(231, 184, 106, 0.52);
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  transform: translateY(-5px);
}

.feature-card > img,
.category-card > img,
.taste-card > img,
.district-card > img,
.info-card > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-card:hover > img,
.category-card:hover > img,
.taste-card:hover > img,
.district-card:hover > img,
.info-card:hover > img {
  transform: scale(1.055);
}

.card-body {
  padding: 1.35rem;
}

.card-body .mono-label {
  margin-bottom: 0.8rem;
  color: var(--terracotta);
}

.card-body h3 {
  margin-bottom: 0.72rem;
}

.card-body p {
  color: var(--cream-dim);
  font-size: 0.95rem;
}

.card-body .section-link {
  margin-top: 0.8rem;
}

.feature-large {
  min-height: 100%;
}

.feature-large .card-body {
  padding: clamp(1.45rem, 3vw, 2.4rem);
}

.feature-large h3 {
  font-size: clamp(1.75rem, 3.2vw, 2.7rem);
}

.feature-accent {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid rgba(231, 184, 106, 0.35);
  border-radius: var(--radius);
  color: var(--ink-deep);
  background: var(--gold);
}

.feature-accent h3 {
  max-width: 12ch;
  color: var(--ink-deep);
  font-size: clamp(1.75rem, 3.2vw, 2.65rem);
}

.feature-accent p {
  max-width: 27rem;
  margin-bottom: 1.4rem;
  color: rgba(16, 25, 24, 0.8);
}

.feature-accent .section-link {
  width: fit-content;
  color: var(--ink-deep);
  border-color: rgba(16, 25, 24, 0.5);
}

.feature-accent .section-link::after {
  color: var(--red);
}

/* Attractions and foods */
.editorial-row,
.food-feature-layout,
.breakfast-layout,
.desserts-layout,
.neighborhood-taste-layout,
.transport-layout,
.card-guide-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.editorial-row + .editorial-row {
  margin-top: clamp(3rem, 8vw, 7rem);
}

.editorial-row:nth-of-type(even) .full-image-card,
.food-feature-layout .food-image,
.breakfast-image {
  order: -1;
}

.full-image-card,
.food-image,
.breakfast-image {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--surface);
}

.full-image-card img,
.food-image img,
.breakfast-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.full-image-card:hover img,
.food-image:hover img,
.breakfast-image:hover img {
  transform: scale(1.035);
}

.full-image-card figcaption,
.food-image figcaption,
.breakfast-image figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(247, 240, 227, 0.18);
  border-radius: var(--radius-sm);
  color: var(--cream);
  background: rgba(16, 25, 24, 0.72);
  backdrop-filter: blur(8px);
  font-size: 0.78rem;
}

.prose-column {
  max-width: 40rem;
}

.prose-column h2,
.prose-column h3 {
  margin-bottom: 1.2rem;
}

.prose-column p {
  color: var(--cream-dim);
  font-size: 1.04rem;
}

.detail-list,
.practical-list,
.dessert-list {
  display: grid;
  gap: 0;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.detail-list li,
.practical-list li,
.dessert-list li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.32rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--cream-dim);
  font-size: 0.94rem;
}

.detail-list strong {
  color: var(--gold);
}

.mini-cards,
.three-notes,
.modern-cards,
.practical-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.info-card {
  padding: 1.3rem;
}

.info-card .mono-label {
  margin-bottom: 1rem;
  color: var(--terracotta);
}

.info-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.3rem;
}

.info-card p {
  color: var(--cream-dim);
  font-size: 0.91rem;
}

.food-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.food-note {
  position: relative;
  min-height: 260px;
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: transform 200ms ease, border-color 200ms ease;
}

.food-note:hover {
  border-color: rgba(198, 90, 54, 0.65);
  transform: translateY(-4px);
}

.note-number {
  display: block;
  margin-bottom: 2.5rem;
  color: var(--terracotta);
}

.food-note h3 {
  margin-bottom: 0.7rem;
  font-size: 1.42rem;
}

.food-note p {
  color: var(--cream-dim);
  font-size: 0.94rem;
}

.inline-note {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--gold);
  color: var(--cream-dim);
  background: rgba(231, 184, 106, 0.05);
  font-size: 0.91rem;
}

.accent-card {
  border-color: rgba(231, 184, 106, 0.38);
  background:
    linear-gradient(145deg, rgba(231, 184, 106, 0.13), rgba(14, 90, 112, 0.1)),
    var(--surface);
}

.taste-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.taste-card {
  padding: 1.35rem;
}

.taste-card h3 {
  margin-bottom: 0.8rem;
  font-size: 1.45rem;
}

.taste-card p {
  color: var(--cream-dim);
  font-size: 0.94rem;
}

.taste-card .mono-label {
  margin-bottom: 1rem;
  color: var(--terracotta);
}

/* Home map/neighborhood guide */
.neighborhood-teaser {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
}

.map-panel,
.compact-map {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(14, 90, 112, 0.35), rgba(16, 25, 24, 0.6)),
    var(--ink-soft);
}

.map-panel::before,
.compact-map::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.58;
  background:
    linear-gradient(105deg, transparent 22%, rgba(231, 184, 106, 0.18) 22.4%, transparent 23%),
    linear-gradient(19deg, transparent 53%, rgba(231, 184, 106, 0.18) 53.5%, transparent 54.1%),
    linear-gradient(150deg, transparent 69%, rgba(198, 90, 54, 0.22) 69.4%, transparent 70%);
}

.map-panel::after,
.compact-map::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.32;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.map-panel > img,
.compact-map > img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
}

.map-point {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 13px;
  height: 13px;
  place-items: center;
  border: 2px solid var(--ink-deep);
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(231, 184, 106, 0.14);
}

.map-point::after {
  position: absolute;
  top: 20px;
  left: 50%;
  width: max-content;
  content: attr(data-label);
  color: var(--cream);
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  transform: translateX(-10%);
}

.point-one {
  top: 31%;
  left: 28%;
}

.point-two {
  top: 52%;
  left: 60%;
}

.point-three {
  top: 24%;
  left: 73%;
}

.neighborhood-copy p {
  max-width: 39rem;
  color: var(--cream-dim);
  font-size: 1.05rem;
}

.mini-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin: 1.8rem 0;
}

.mini-facts div {
  padding-top: 0.8rem;
  border-top: 1px solid var(--line);
}

.mini-facts dt {
  margin-bottom: 0.35rem;
  color: var(--terracotta);
}

.mini-facts dd {
  margin: 0;
  color: var(--cream);
  font-weight: 650;
  line-height: 1.2;
}

/* Guide teaser and guide pages */
.guide-teaser {
  position: relative;
}

.guide-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.guide-layout > * {
  min-height: 100%;
}

.guide-layout .feature-accent {
  min-height: 320px;
}

.season-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.season-grid .info-card {
  min-height: 200px;
}

.card-guide-notes {
  display: grid;
  gap: 0.8rem;
}

.card-guide-notes > * {
  padding: 1rem 1.1rem;
  border-left: 2px solid var(--terracotta);
  background: rgba(198, 90, 54, 0.06);
  color: var(--cream-dim);
  font-size: 0.93rem;
}

.itinerary-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.itinerary-grid > * {
  position: relative;
  min-height: 260px;
  padding: 1.45rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color 200ms ease, transform 200ms ease;
}

.itinerary-grid > *:hover {
  border-color: rgba(231, 184, 106, 0.5);
  transform: translateY(-4px);
}

.itinerary-grid h3 {
  margin-bottom: 1rem;
}

.itinerary-grid p,
.itinerary-grid li {
  color: var(--cream-dim);
  font-size: 0.92rem;
}

.itinerary-grid ol,
.itinerary-grid ul {
  margin-bottom: 0;
  padding-left: 1.15rem;
}

.itinerary-grid li + li {
  margin-top: 0.45rem;
}

/* Gallery */
.gallery-section {
  overflow: hidden;
}

.gallery-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.gallery-heading h2 {
  margin-bottom: 0;
}

.cinematic-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.gallery-panel {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.gallery-panel::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(16, 25, 24, 0.87), rgba(16, 25, 24, 0.04) 58%);
  pointer-events: none;
}

.gallery-panel img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  transition: transform 850ms cubic-bezier(0.16, 1, 0.3, 1), filter 500ms ease;
}

.gallery-panel:hover img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.gallery-panel figcaption,
.gallery-panel > div:last-child {
  position: absolute;
  z-index: 2;
  right: 1.35rem;
  bottom: 1.25rem;
  left: 1.35rem;
  color: var(--cream);
}

.gallery-panel .mono-label {
  margin-bottom: 0.4rem;
  color: var(--gold);
}

.gallery-panel h3 {
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.panel-tall {
  min-height: 490px;
}

.panel-wide {
  min-height: 310px;
}

/* Interior page hero */
.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.page-hero::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.15;
  background:
    linear-gradient(110deg, var(--ink-deep) 5%, rgba(16, 25, 24, 0.72) 61%, rgba(14, 90, 112, 0.45)),
    url("../img/bg-desktop.jpg") center / cover;
}

.page-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.8rem;
  min-height: 400px;
  align-items: end;
  padding-top: clamp(4rem, 7vw, 7rem);
  padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

.page-hero h1 {
  max-width: 11ch;
  margin-bottom: 1.15rem;
  font-size: clamp(3rem, 7vw, 6.75rem);
  line-height: 0.86;
}

.page-hero p {
  max-width: 43rem;
  margin-bottom: 0;
  color: var(--cream-dim);
  font-size: clamp(1rem, 1.65vw, 1.18rem);
}

.page-hero-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
  max-width: 370px;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 25, 24, 0.53);
  backdrop-filter: blur(10px);
}

.page-hero-side small {
  display: block;
  color: var(--cream-muted);
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero-side strong {
  display: block;
  margin-top: 0.32rem;
  color: var(--gold);
  font-size: 0.93rem;
  line-height: 1.2;
}

.page-hero-side .small {
  grid-column: span 2;
  padding-top: 0.7rem;
  border-top: 1px solid var(--line);
  color: var(--cream-dim);
  font-size: 0.77rem;
}

/* Place categories */
.category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.category-card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: flex-end;
}

.category-card .card-body {
  position: relative;
  z-index: 2;
}

.category-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(16, 25, 24, 0.94), rgba(16, 25, 24, 0.07) 72%);
}

.category-card .card-body p {
  display: none;
}

.landmark-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}

.museum-band {
  position: relative;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.museum-band::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.08;
  background: linear-gradient(120deg, var(--teal), transparent 50%, var(--red));
}

.museum-band .shell {
  position: relative;
}

.travel-tip {
  border-block: 1px solid var(--line);
}

.tip-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding-block: 1.3rem;
}

.tip-inner::before {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  content: "i";
  font-family: var(--font-mono);
  font-size: 0.9rem;
}

.tip-inner h2,
.tip-inner h3 {
  margin-bottom: 0.5rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.tip-inner p {
  max-width: 55rem;
  margin-bottom: 0;
  color: var(--cream-dim);
}

/* Neighborhood specific */
.district-feature,
.bosphorus-district {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: center;
}

.historic-side .district-feature,
.modern-side .modern-cards,
.bosphorus-district {
  margin-top: 1.6rem;
}

.district-feature > img,
.bosphorus-district > img {
  width: 100%;
  min-height: 340px;
  border-radius: var(--radius);
  object-fit: cover;
}

.district-feature h3,
.bosphorus-copy h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.district-feature p,
.bosphorus-copy p {
  color: var(--cream-dim);
  font-size: 1.04rem;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.4rem;
  color: var(--cream-dim);
}

.tag-row span,
.tag-row a {
  padding: 0.42rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: var(--surface);
  font-size: 0.61rem;
}

.district-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.district-card {
  min-height: 235px;
  padding: 1.4rem;
}

.district-card h3 {
  margin-bottom: 0.78rem;
}

.district-card p {
  color: var(--cream-dim);
  font-size: 0.93rem;
}

.featured-district {
  border-color: rgba(231, 184, 106, 0.45);
  background: linear-gradient(145deg, rgba(14, 90, 112, 0.22), rgba(231, 184, 106, 0.06));
}

.exploration-tips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.exploration-tips > * {
  padding: 1.25rem;
  border-top: 1px solid var(--line-strong);
  background: var(--surface);
}

.exploration-tips h3 {
  margin-bottom: 0.8rem;
  font-size: 1.35rem;
}

.exploration-tips p {
  color: var(--cream-dim);
  font-size: 0.94rem;
}

/* FAQ */
.faq-band {
  border-top: 1px solid var(--line);
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.faq-layout > .section-heading {
  margin-bottom: 0;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item > button,
.faq-item > summary {
  display: flex;
  width: 100%;
  min-height: 68px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border: 0;
  color: var(--cream);
  background: transparent;
  font-size: 1.03rem;
  font-weight: 700;
  text-align: left;
}

.faq-item > button::after,
.faq-item > summary::after {
  flex: 0 0 auto;
  color: var(--gold);
  content: "+";
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 400;
  transition: transform 180ms ease;
}

.faq-item > button[aria-expanded="true"]::after,
.faq-item[open] > summary::after {
  transform: rotate(45deg);
}

.faq-item > summary {
  list-style: none;
  cursor: pointer;
}

.faq-item > summary::-webkit-details-marker {
  display: none;
}

.faq-answer {
  max-width: 48rem;
  padding: 0 0 1.25rem;
  color: var(--cream-dim);
}

.faq-answer p {
  margin-bottom: 0;
}

/* Footer */
.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: var(--space-6);
  border-top: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 92% 78%, rgba(198, 90, 54, 0.2), transparent 20rem),
    radial-gradient(circle at 5% 10%, rgba(14, 90, 112, 0.25), transparent 24rem),
    var(--ink-soft);
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 6%;
  width: min(34vw, 410px);
  aspect-ratio: 1;
  border: 1px solid rgba(231, 184, 106, 0.17);
  border-radius: 50%;
  content: "";
  transform: translateY(-54%);
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.8rem;
  padding-top: clamp(3.4rem, 7vw, 7rem);
  padding-bottom: 3rem;
}

.footer-brand {
  position: relative;
}

.footer-brand > p {
  max-width: 34rem;
  margin: 1.4rem 0 1.6rem;
  color: var(--cream-dim);
  font-size: 1.04rem;
}

.footer-wordmark {
  max-width: 8ch;
  margin: 0;
  color: transparent;
  background: linear-gradient(115deg, var(--cream), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(3.5rem, 8vw, 7.8rem);
  font-weight: 780;
  letter-spacing: -0.09em;
  line-height: 0.78;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
}

.footer-links h3 {
  margin-bottom: 0.9rem;
  color: var(--gold);
}

.footer-links ul {
  display: grid;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links a {
  color: var(--cream-dim);
  font-size: 0.88rem;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover {
  color: var(--gold);
  transform: translateX(3px);
}

.footer-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  padding: 1.2rem 0 1.5rem;
  border-top: 1px solid var(--line);
  color: var(--cream-muted);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
}

/* Legal pages */
.legal-main {
  min-height: 65vh;
  padding-top: clamp(3rem, 7vw, 6.5rem);
}

.legal-document {
  width: min(830px, 100%);
  margin-inline: auto;
  padding-bottom: var(--space-6);
}

.legal-header {
  margin-bottom: clamp(2.4rem, 5vw, 4rem);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line-strong);
}

.legal-header .eyebrow {
  margin-bottom: 1.25rem;
}

.legal-header h1 {
  max-width: 12ch;
  margin-bottom: 1.15rem;
  font-size: clamp(2.8rem, 6vw, 5.5rem);
  line-height: 0.88;
}

.legal-header p {
  max-width: 42rem;
  color: var(--cream-dim);
  font-size: 1.03rem;
}

.legal-date {
  margin: 1.2rem 0 0;
  color: var(--gold);
}

.legal-document section {
  margin-top: 2.5rem;
}

.legal-document h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.legal-document h3 {
  margin: 1.55rem 0 0.65rem;
  font-size: 1.18rem;
  letter-spacing: -0.025em;
}

.legal-document p,
.legal-document li {
  color: var(--cream-dim);
  font-size: 0.98rem;
}

.legal-document ul,
.legal-document ol {
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

.legal-document li + li {
  margin-top: 0.45rem;
}

.legal-document a {
  color: var(--gold);
  border-bottom: 1px solid rgba(231, 184, 106, 0.55);
}

.legal-document a:hover {
  color: #f5ce8a;
  border-color: currentColor;
}

/* Page-specific subtle treatments */
.page-home .content-band:first-of-type::before {
  position: absolute;
  top: 0;
  right: 50%;
  left: 50%;
  width: 100vw;
  height: 1px;
  content: "";
  background: var(--line);
  transform: translateX(-50%);
}

#sehir .intro-image::after,
#one-cikanlar .feature-large::after,
#food-title .food-image::after,
#districts-title .map-panel::after {
  pointer-events: none;
}

#attractions-title,
#food-title,
#neighborhood-title,
#guide-title,
#places-title,
#food-page-title,
#districts-title,
#guide-page-title {
  scroll-margin-top: 6rem;
}

/* Tablet */
@media (min-width: 640px) {
  :root {
    --shell: min(1180px, calc(100% - 64px));
  }

  .split-heading {
    grid-template-columns: minmax(0, 1fr) minmax(250px, 0.7fr);
    gap: 3rem;
  }

  .bento-grid,
  .attractions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-large {
    grid-row: span 2;
  }

  .feature-large > img {
    height: 275px;
  }

  .food-columns,
  .mini-cards,
  .three-notes,
  .modern-cards,
  .practical-grid,
  .season-grid,
  .district-card-grid,
  .exploration-tips,
  .itinerary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .taste-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cinematic-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .panel-wide {
    grid-column: span 2;
  }

  .gallery-panel {
    min-height: 410px;
  }

  .gallery-panel.panel-wide {
    min-height: 350px;
  }

  .footer-top {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    align-items: end;
  }

  .footer-links {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .page-hero-side {
    grid-template-columns: repeat(3, 1fr);
    max-width: 100%;
  }

  .page-hero-side .small {
    grid-column: auto;
    padding-top: 0;
    border-top: 0;
  }

  .detail-list li,
  .practical-list li,
  .dessert-list li {
    grid-template-columns: minmax(145px, 0.42fr) 1fr;
    gap: 1rem;
  }
}

/* Desktop */
@media (min-width: 900px) {
  .header-inner {
    min-height: 76px;
  }

  .home-hero {
    min-height: min(800px, calc(100svh - 76px));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(230px, 0.45fr);
    align-items: end;
  }

  .hero-copy {
    grid-column: 1;
  }

  .hero-index {
    grid-column: 2;
    align-self: end;
    justify-self: end;
    margin: 0 0 1rem;
    padding-left: 1.2rem;
    border-left: 1px solid var(--line);
  }

  .bento-intro {
    grid-template-columns: 1.25fr 0.75fr;
    grid-template-rows: minmax(250px, auto) minmax(180px, auto);
  }

  .intro-statement {
    grid-row: span 2;
  }

  .intro-image {
    min-height: 0;
  }

  .bento-grid,
  .attractions-grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-template-rows: repeat(2, minmax(220px, auto));
  }

  .feature-large {
    grid-row: span 2;
  }

  .feature-large > img {
    height: 330px;
  }

  .feature-accent {
    min-height: auto;
  }

  .editorial-row,
  .food-feature-layout,
  .breakfast-layout,
  .desserts-layout,
  .neighborhood-taste-layout,
  .transport-layout,
  .card-guide-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  }

  .editorial-row:nth-of-type(even) .full-image-card,
  .food-feature-layout .food-image,
  .breakfast-image {
    order: 0;
  }

  .editorial-row:nth-of-type(even) .prose-column {
    order: -1;
  }

  .neighborhood-teaser {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr);
  }

  .guide-layout {
    grid-template-columns: 1fr 1fr 0.9fr;
  }

  .guide-layout .feature-accent {
    grid-row: span 2;
  }

  .category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .category-card {
    min-height: 330px;
  }

  .landmark-layout {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  }

  .landmark-layout > .full-image-card {
    grid-row: span 2;
  }

  .mini-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-notes {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .taste-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .taste-card:first-child {
    grid-row: span 2;
  }

  .taste-card:first-child,
  .taste-card:first-child > img {
    min-height: 100%;
  }

  .district-feature,
  .bosphorus-district {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .modern-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .district-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .district-card.featured-district {
    grid-column: span 2;
  }

  .exploration-tips {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .season-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .practical-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .itinerary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .faq-layout {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(2rem, 7vw, 7rem);
  }

  .page-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.37fr);
    align-items: end;
  }

  .page-hero-side {
    grid-template-columns: 1fr;
    max-width: 250px;
    justify-self: end;
  }

  .page-hero-side .small {
    grid-column: auto;
    padding-top: 0.7rem;
    border-top: 1px solid var(--line);
  }

  .cinematic-gallery {
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    grid-template-rows: repeat(2, minmax(270px, 1fr));
  }

  .gallery-panel {
    min-height: 0;
  }

  .gallery-panel img {
    min-height: 100%;
  }

  .gallery-panel.panel-tall {
    grid-row: span 2;
    min-height: 570px;
  }

  .gallery-panel.panel-wide {
    grid-column: span 2;
    min-height: 0;
  }
}

/* Mobile navigation and sticky action */
@media (max-width: 899px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 0.75rem 20px 1rem;
    border-bottom: 1px solid var(--line);
    background: rgba(16, 25, 24, 0.98);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .nav-toggle[aria-expanded="true"] + .site-nav,
  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    min-height: 48px;
    padding-inline: 0.4rem;
    border-bottom: 1px solid rgba(247, 240, 227, 0.08);
  }

  .site-nav a::after {
    right: auto;
    bottom: 7px;
    width: 2rem;
  }

  .hero-actions .primary-cta {
    position: fixed;
    z-index: 35;
    right: 16px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 16px;
    min-height: 52px;
    box-shadow: 3px 4px 0 var(--terracotta), 0 12px 30px rgba(0, 0, 0, 0.32);
  }

  .home-hero,
  .page-hero {
    padding-bottom: 68px;
  }

  .hero-actions .text-action {
    display: none;
  }

  .site-footer {
    padding-bottom: 4.3rem;
  }
}

@media (max-width: 639px) {
  :root {
    --shell: min(100% - 32px, 1180px);
  }

  .home-hero::before {
    background-image:
      linear-gradient(90deg, rgba(16, 25, 24, 0.86), rgba(16, 25, 24, 0.67)),
      url("../img/bg-mobile.jpg");
    background-position: center;
  }

  .hero-wordmark {
    font-size: clamp(3.05rem, 14vw, 4.6rem);
  }

  .hero-index {
    gap: 0.7rem;
  }

  .hero-index strong {
    font-size: 1.15rem;
  }

  .hero-index small {
    font-size: 0.53rem;
  }

  .page-hero::before {
    background-image:
      linear-gradient(110deg, rgba(16, 25, 24, 0.91), rgba(16, 25, 24, 0.67)),
      url("../img/bg-mobile.jpg");
  }

  .page-hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .full-image-card,
  .food-image,
  .breakfast-image,
  .full-image-card img,
  .food-image img,
  .breakfast-image img {
    min-height: 285px;
  }

  .map-panel,
  .compact-map {
    min-height: 300px;
  }

  .footer-links {
    gap: 1.6rem 1rem;
  }
}

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

  .hero-actions .primary-cta {
    position: static;
  }

  .home-hero,
  .page-hero {
    padding-bottom: 0;
  }

  .site-footer {
    padding-bottom: 0;
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}