:root {
  color-scheme: dark;
  --bg-base: #030405;
  --bg-accent: #0f0b08;
  --bg-accent-2: #1a120d;
  --panel: rgba(10, 11, 14, 0.88);
  --panel-alt: rgba(255, 255, 255, 0.06);
  --text: #f8f2ea;
  --text-muted: #bdb0a2;
  --text-soft: #8f7f6e;
  --accent: #ff7a1a;
  --accent-strong: #ff571f;
  --accent-soft: rgba(255, 122, 26, 0.16);
  --border: rgba(255, 122, 26, 0.22);
  --shadow: rgba(0, 0, 0, 0.42);
  --button-text: #140a04;
  --hero-glow: rgba(255, 122, 26, 0.2);
  --link: #ffd8b7;
  --link-hover: #ffffff;
  --header-bg: rgba(7, 8, 10, 0.82);
  --header-text: #f8f2ea;
  --header-shadow: rgba(0, 0, 0, 0.24);
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body[data-theme='day'] {
  color-scheme: light;
  --bg-base: #f7efe7;
  --bg-accent: #fff8f1;
  --bg-accent-2: #f5e3c7;
  --panel: rgba(255, 255, 255, 0.94);
  --panel-alt: rgba(255, 255, 255, 0.82);
  --text: #1f1a15;
  --text-muted: #76624e;
  --text-soft: #8f7b68;
  --accent: #bf6a16;
  --accent-strong: #8b4c13;
  --accent-soft: rgba(191, 106, 22, 0.18);
  --border: rgba(140, 80, 36, 0.14);
  --shadow: rgba(115, 81, 46, 0.12);
  --button-text: #fffdf9;
  --hero-glow: rgba(243, 177, 95, 0.2);
  --link: #9a4b12;
  --link-hover: #5d2d0c;
  --header-bg: rgba(255, 250, 245, 0.94);
  --header-text: #1f1a15;
  --header-shadow: rgba(115, 81, 46, 0.1);
}

body[data-theme='day'] .page-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 18%, rgba(255, 238, 216, 0.22), transparent 22%),
              radial-gradient(circle at 82% 12%, rgba(255, 211, 148, 0.14), transparent 18%);
  z-index: 0;
}

body[data-theme='day'] .page-shell {
  position: relative;
  z-index: 1;
}

body[data-theme='day'] .hero-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88));
  border-color: rgba(140, 80, 36, 0.12);
  box-shadow: 0 30px 98px rgba(115, 81, 46, 0.12);
}

body[data-theme='day'] .hero-card::before {
  background: linear-gradient(140deg, rgba(255, 221, 168, 0.22), transparent 62%);
}

body[data-theme='day'] .hero-tag {
  background: rgba(191, 106, 22, 0.14);
  color: var(--accent-strong);
}

body[data-theme='day'] .support-card {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(140, 80, 36, 0.14);
  box-shadow: 0 24px 60px rgba(115, 81, 46, 0.12);
}

body[data-theme='day'] .support-card:hover {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(140, 80, 36, 0.22);
  box-shadow: 0 28px 84px rgba(115, 81, 46, 0.14);
}

body[data-theme='day'] .support-card::before {
  background: radial-gradient(circle at top left, rgba(191, 106, 22, 0.14), transparent 42%);
}

body[data-theme='day'] .support-card--featured {
  background: linear-gradient(180deg, rgba(191, 106, 22, 0.12) 0%, rgba(255, 255, 255, 0.92) 100%);
  border-color: rgba(140, 80, 36, 0.16);
}

body[data-theme='day'] .support-card--active {
  box-shadow: 0 24px 62px rgba(115, 81, 46, 0.14);
}

body[data-theme='day'] .support-slider__button {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(140, 80, 36, 0.14);
  color: var(--text);
  box-shadow: 0 12px 26px rgba(115, 81, 46, 0.1);
}

body[data-theme='day'] .support-slider__button:hover {
  background: rgba(191, 106, 22, 0.12);
  border-color: rgba(140, 80, 36, 0.22);
}

body[data-theme='day'] .button-primary {
  background: linear-gradient(135deg, #c17933, #a14a11);
  box-shadow: 0 18px 32px rgba(115, 81, 46, 0.18);
}

body[data-theme='day'] .cursor-glow {
  background: radial-gradient(circle, rgba(255, 193, 123, 0.22) 0%, rgba(255, 193, 123, 0.12) 30%, transparent 70%);
  filter: blur(18px);
}

body[data-theme='day'] .site-header {
  border-color: rgba(157, 73, 14, 0.14);
}

body[data-theme='day'] .button-secondary {
  background: rgba(195, 114, 22, 0.12);
  color: var(--text);
  border-color: rgba(157, 73, 14, 0.16);
}

body[data-theme='day'] .button-secondary:hover,
body[data-theme='day'] .button-secondary:focus-visible {
  background: rgba(195, 114, 22, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
  min-height: 100%;
}

body {
  background: radial-gradient(circle at top left, var(--hero-glow), transparent 30%),
              radial-gradient(circle at 85% 10%, rgba(255, 122, 26, 0.22), transparent 24%),
              linear-gradient(135deg, var(--bg-base) 0%, var(--bg-accent) 50%, var(--bg-accent-2) 100%);
  color: var(--text);
  transition: background 0.3s ease, color 0.3s ease;
  cursor: default;
}

.cursor-glow {
  position: fixed;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 122, 26, 0.18) 0%, rgba(255, 122, 26, 0.07) 35%, transparent 70%);
  filter: blur(16px);
  z-index: 0;
  opacity: 0.75;
  transition: opacity 0.2s ease, transform 0.16s ease-out;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
  letter-spacing: 0.01em;
}

.leaf-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

.leaf {
  position: absolute;
  display: inline-block;
  animation: fall linear infinite;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.16));
}

@keyframes fall {
  0% {
    transform: translate3d(0, -8vh, 0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  100% {
    transform: translate3d(0, 110vh, 0) rotate(540deg);
    opacity: 0;
  }
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 40px;
  padding: 16px 20px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--header-bg);
  color: var(--header-text);
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 40px var(--header-shadow);
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.brand-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  border-radius: 18px;
  background: var(--accent-soft);
  padding: 6px;
}

.brand-title {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.brand-subtitle {
  margin: 4px 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.theme-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}

.theme-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.switch-track {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 74px;
  height: 38px;
  padding: 4px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.22), rgba(255, 255, 255, 0.08));
  border: 1px solid var(--border);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  transition: background 0.3s ease;
  overflow: hidden;
}

.switch-thumb {
  position: absolute;
  left: 4px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fff3e6, #ffb468);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.switch-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.switch-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.switch-icon-moon {
  left: 10px;
  color: #f6dfb2;
  opacity: 1;
}

.switch-icon-sun {
  right: 10px;
  color: #fff2d8;
  opacity: 0.6;
}

.theme-toggle:checked + .switch-track {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 122, 26, 0.22));
}

.theme-toggle:checked + .switch-track .switch-thumb {
  transform: translateX(36px);
}

.theme-toggle:checked + .switch-track .switch-icon-moon {
  opacity: 0.6;
}

.theme-toggle:checked + .switch-track .switch-icon-sun {
  opacity: 1;
}

.site-nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.site-nav a {
  color: var(--link);
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding: 6px 0;
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--link-hover);
  transform: translateY(-1px);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.hero {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.hero-card {
  max-width: 720px;
  padding: 40px;
  border-radius: 38px;
  background: linear-gradient(135deg, var(--panel), rgba(255, 255, 255, 0.22));
  box-shadow: 0 28px 100px var(--shadow);
  border: 1px solid var(--border);
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.hero-tag {
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-card h1 {
  margin: 24px 0 20px;
  font-size: clamp(3rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-text,
.hero-note {
  max-width: 700px;
  font-size: 1.05rem;
  line-height: 1.88;
  color: var(--text-muted);
}

.hero-note {
  margin-top: 18px;
  font-size: 1rem;
  color: var(--text-soft);
}

.rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin: 24px 0 0;
  padding: 16px 22px;
  border-radius: 20px;
  background: var(--panel-alt);
  border: 1px solid var(--border);
}

.rating-score {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  color: var(--text);
}

.rating-stars {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  color: #ffb23b;
}

.rating-text {
  color: var(--text-soft);
  font-size: 0.98rem;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease, filter 0.28s ease;
  position: relative;
  overflow: hidden;
}

.button::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.button:hover {
  transform: translateY(-2px) scale(1.005);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.14);
  filter: brightness(1.03);
}

.button:hover::before {
  transform: translateX(120%);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-strong));
  color: var(--button-text);
  box-shadow: 0 16px 30px rgba(211, 95, 22, 0.24);
}

.button-secondary {
  background: var(--accent-soft);
  color: var(--text);
  border: 1px solid var(--border);
}

.rating-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-strong);
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease, background 0.28s ease;
}

.rating-link:hover,
.rating-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.12);
  background: rgba(255, 122, 26, 0.24);
}

.story-section,
.gallery-section,
.support-section,
.info-block,
.map-section {
  margin-bottom: 42px;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.section-label {
  margin: 0 0 10px;
  color: var(--accent-strong);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.story-section h2,
.gallery-section h2,
.map-section h2 {
  margin: 0 0 12px;
  font-size: 2rem;
}

.story-section p,
.gallery-section p,
.map-section p,
.info-card p,
.info-card li,
.story-card p {
  color: var(--text-muted);
  line-height: 1.8;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}

.story-card,
.story-quote,
.gallery-card,
.info-card,
.map-section,
.hero-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 28px;
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: 0 20px 55px var(--shadow);
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, background-image 0.35s ease;
}

.story-card::before,
.story-quote::before,
.gallery-card::before,
.info-card::before,
.map-section::before,
.hero-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.08), transparent 70%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.story-card:hover,
.story-quote:hover,
.gallery-card:hover,
.info-card:hover,
.map-section:hover,
.hero-card:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 20px 56px var(--shadow);
  border-color: rgba(255, 123, 46, 0.28);
  background-color: var(--panel);
}

.story-card:hover::before,
.story-quote:hover::before,
.gallery-card:hover::before,
.info-card:hover::before,
.map-section:hover::before,
.hero-card:hover::before {
  opacity: 1;
}

.story-card {
  padding: 24px;
}

.story-card h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: var(--text);
}

.story-quote {
  padding: 24px 28px;
  background: linear-gradient(135deg, var(--accent-soft), var(--panel));
}

.story-quote p {
  margin: 0;
  font-size: 1.04rem;
  font-weight: 600;
  color: var(--text);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.gallery-card {
  padding: 18px;
}

.gallery-card:last-child {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 520px;
}

.gallery-card img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 14px;
}

.gallery-card figcaption {
  color: var(--text);
  font-weight: 600;
}

.support-slider {
  margin-top: 10px;
}

.support-slider__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: min(820px, 100%);
  margin: 0 auto;
}

.support-slider__button {
  width: 44px;
  height: 44px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-size: 1rem;
  cursor: pointer;
  box-shadow: 0 10px 24px var(--shadow);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, opacity 0.25s ease;
}

.support-slider__button:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
  border-color: rgba(255, 122, 26, 0.12);
}

.support-slider__button:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 122, 26, 0.35);
  background: rgba(255, 122, 26, 0.1);
}

.support-slider,
.support-slider__viewport,
.support-slider__track {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.support-slider__viewport {
  overflow: hidden;
  max-width: min(760px, 100%);
  width: 100%;
  margin: 0 auto;
  padding: 10px 12px 20px;
  min-height: 320px;
  border-radius: 34px;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
}

.support-slider__track {
  display: flex;
  gap: 18px;
  transition: transform 0.45s cubic-bezier(.2,.8,.2,1);
  will-change: transform;
  padding: 0;
}

.support-card {
  position: relative;
  overflow: visible;
  isolation: isolate;
  flex: 0 0 calc(50% - 9px);
  width: calc(50% - 9px);
  max-width: calc(50% - 9px);
  min-height: 320px;
  padding: 24px;
  border-radius: 28px;
  background: rgba(20, 16, 18, 0.9);
  border: 1px solid rgba(255, 122, 26, 0.22);
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.32);
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1), box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

@media (min-width: 640px) {
  .support-slider__viewport {
    max-width: min(900px, 100%);
  }
}

@media (min-width: 1024px) {
  .support-slider__viewport {
    max-width: min(1120px, 100%);
  }
}

.support-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top left, rgba(255, 122, 26, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.support-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 82px rgba(0, 0, 0, 0.38);
  border-color: rgba(255, 173, 82, 0.45);
  background: rgba(24, 18, 20, 0.95);
}

.support-card:hover::before {
  opacity: 1;
}

.support-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.support-badge {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent-strong);
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(255, 122, 26, 0.18);
}

.support-card h3 {
  margin: 0 0 4px;
  color: var(--text);
  font-size: 1.08rem;
}

.support-price {
  margin: 0;
  color: var(--accent-strong);
  font-weight: 700;
  font-size: 0.95rem;
}

.support-lead {
  margin: 0 0 12px;
  color: var(--text);
  font-size: 0.96rem;
  line-height: 1.7;
}

.support-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.support-list li {
  position: relative;
  padding-left: 14px;
  color: var(--text-muted);
  line-height: 1.55;
  font-size: 0.94rem;
}

.support-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--accent-strong);
}

.support-card--featured {
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.16) 0%, rgba(255, 255, 255, 0.06) 100%);
  border-color: rgba(255, 122, 26, 0.34);
}

.support-card--active {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 26, 0.34);
  box-shadow: 0 22px 52px var(--shadow);
}

.support-slider__hint {
  margin: 4px 0 18px;
  color: var(--text-soft);
  font-size: 0.92rem;
}

.support-summary {
  margin-top: 24px;
  padding: 20px;
  border-radius: 24px;
  background: var(--panel-alt);
  border: 1px solid var(--border);
  overflow-x: auto;
}


.support-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.support-table th,
.support-table td {
  padding: 12px 10px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 122, 26, 0.16);
  color: var(--text-muted);
  font-size: 0.95rem;
}

.support-table th {
  color: var(--text);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.74rem;
}

.support-table td:first-child {
  color: var(--text);
  font-weight: 600;
}

.support-table tr:last-child td {
  border-bottom: 0;
}

.info-block {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
}

@media (max-width: 639px) {
  .support-summary {
    display: none;
  }
}

.info-card {
  padding: 28px;
}

.accent-card {
  background: linear-gradient(180deg, var(--accent-soft) 0%, var(--panel) 100%);
}

.accent-card::before {
  background: linear-gradient(180deg, rgba(255, 122, 26, 0.16) 0%, rgba(255, 122, 26, 0.04) 45%, transparent 100%);
}

.info-card h2,
.info-card h3 {
  margin-top: 0;
  color: var(--text);
}

.info-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.info-card li {
  margin-bottom: 10px;
}

.inline-link {
  color: var(--link);
  text-decoration: none;
}

.inline-link:hover {
  text-decoration: underline;
}

.map-section {
  padding: 36px;
  background: var(--panel);
}

.map-frame {
  margin-top: 26px;
  min-height: 560px;
  background: #04070b;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.map-frame iframe {
  width: 100%;
  min-height: 560px;
  border: 0;
}

.map-note {
  margin-top: 18px;
  color: var(--text-soft);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 46px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  color: var(--text-soft);
  align-items: center;
}

.site-footer a {
  color: var(--link);
  text-decoration: none;
}

.footer-credit {
  text-align: right;
}

.footer-credit p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-soft);
}

.footer-note {
  margin: 0;
  color: var(--text-soft);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1000px) {
  .page-shell {
    width: min(1000px, calc(100% - 40px));
    padding: 40px 0 56px;
  }

  .site-header {
    flex-direction: column;
    align-items: stretch;
    border-radius: 24px;
  }

  .info-block,
  .site-footer {
    flex-direction: column;
    align-items: stretch;
  }

  .header-actions {
    justify-content: space-between;
  }

  .hero-card {
    padding: 30px 24px;
  }

  .info-block {
    grid-template-columns: 1fr;
  }

  .story-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .support-slider__controls {
    gap: 10px;
  }

  .support-slider__button {
    width: 40px;
    height: 40px;
  }

  .support-slider__viewport {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100%, calc(100% - 24px));
    padding: 30px 0 48px;
  }

  .site-header {
    padding: 14px 16px;
    gap: 14px;
  }

  .header-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-card {
    padding: 28px 20px;
  }

  .section-header {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .section-header h2 {
    font-size: clamp(1.8rem, 6vw, 2.4rem);
  }

  .section-label,
  .rating-text,
  .hero-note,
  .map-note,
  .footer-credit p {
    font-size: 0.95rem;
  }

  .story-grid,
  .gallery-grid {
    gap: 18px;
  }

  .gallery-card img {
    height: 200px;
  }

  .map-frame {
    min-height: 420px;
  }
}

@media (max-width: 520px) {
  .page-shell {
    width: min(100%, calc(100% - 20px));
    padding: 22px 0 36px;
  }

  .site-header {
    padding: 12px 14px;
    top: 8px;
  }

  .brand-row {
    gap: 12px;
  }

  .brand-logo {
    width: 52px;
    height: 52px;
  }

  .hero-card {
    padding: 24px 18px;
  }

  .rating-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .rating-score {
    font-size: 2.4rem;
  }

  .hero-buttons {
    gap: 12px;
  }

  .gallery-card img {
    height: 180px;
  }

  .map-frame {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(100%, calc(100% - 24px));
    padding: 24px 0 32px;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
