:root {
  color-scheme: dark;
  --bg: #120e0b;
  --surface: #1d1712;
  --surface-2: #251c15;
  --line: rgba(255, 255, 255, .1);
  --text: #fff7ea;
  --muted: #c9b9a6;
  --gold: #f4ae2b;
  --orange: #eb6a22;
  --green: #25d366;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 5%, rgba(235, 106, 34, .13), transparent 30rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
a { color: inherit; }

.topbar {
  position: relative;
  z-index: 5;
  display: flex;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: .95rem; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; }
.logo strong { display: block; color: var(--gold); font-size: .72rem; letter-spacing: .12em; }
.logo-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px 13px 13px 4px; background: linear-gradient(145deg, var(--gold), var(--orange)); color: #21140a; font-family: Georgia, serif; font-size: 1.6rem; }
.top-action { padding: 11px 16px; border-radius: 999px; background: var(--green); color: #071d0d; font-size: .84rem; font-weight: 850; text-decoration: none; }

.hero {
  display: grid;
  width: min(1180px, calc(100% - 40px));
  min-height: 680px;
  margin: 0 auto;
  padding: 72px 0;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
h1 { max-width: 780px; margin: 0; font-size: clamp(3.4rem, 7vw, 6.7rem); line-height: .9; letter-spacing: -.055em; }
h1 span { color: var(--gold); }
.lead { max-width: 670px; margin: 28px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; min-height: 50px; padding: 0 21px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 13px; font-size: .92rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--gold), var(--orange)); color: #21140a; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.04); color: var(--text); }

.quick-info { display: flex; max-width: 680px; margin: 38px 0 0; padding: 24px 0 0; gap: 0; border-top: 1px solid var(--line); list-style: none; }
.quick-info li { flex: 1; padding-right: 18px; }
.quick-info strong, .quick-info span { display: block; }
.quick-info strong { color: var(--text); font-size: .94rem; }
.quick-info span { margin-top: 4px; color: #8f8173; font-size: .75rem; line-height: 1.4; }

.poster-wrap { position: relative; justify-self: center; }
.poster-wrap::before { position: absolute; inset: 8% -7%; z-index: -1; border-radius: 40%; background: var(--orange); content: ""; filter: blur(70px); opacity: .22; }
.poster-wrap img { display: block; width: min(100%, 430px); height: auto; border: 1px solid rgba(244, 174, 43, .3); border-radius: 20px; box-shadow: 0 35px 80px rgba(0,0,0,.55); }

.menu-news { display: grid; width: min(1180px, calc(100% - 40px)); margin: 0 auto 24px; padding: clamp(30px, 5vw, 54px); grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(28px, 5vw, 64px); border: 1px solid rgba(244,174,43,.28); border-radius: 28px; background: linear-gradient(120deg, #302013, #19120e); }
.menu-news h2 { font-size: clamp(2.2rem, 4.5vw, 4rem); }
.news-items { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.news-items article { display: flex; min-height: 210px; padding: 26px; justify-content: space-between; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,.2); }
.news-items span { color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.news-items strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: 1.08; }
.news-items small { color: var(--muted); font-size: .78rem; font-weight: 750; }

.fire-story { display: grid; width: min(1180px, calc(100% - 40px)); margin: 0 auto; grid-template-columns: 1.35fr .65fr; align-items: stretch; overflow: hidden; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); }
.fire-photo { position: relative; min-height: 430px; margin: 0; overflow: hidden; }
.fire-photo::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(18,14,11,.32)); content: ""; pointer-events: none; }
.fire-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 64% 48%; filter: contrast(1.08) saturate(1.08) brightness(.86); }
.fire-copy { display: flex; padding: clamp(32px, 5vw, 58px); justify-content: center; flex-direction: column; background: linear-gradient(145deg, #2b1c12, #19130f); }
.fire-copy h2 { font-size: clamp(2.2rem, 4vw, 3.6rem); }
.fire-copy > p:not(.eyebrow) { margin: 24px 0 0; color: var(--muted); line-height: 1.75; }
.fire-days { display: inline-block; margin-top: 28px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }

.highlights { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 92px 0; border-top: 1px solid var(--line); }
h2 { max-width: 680px; margin: 0; font-size: clamp(2.3rem, 5vw, 4.2rem); line-height: 1; letter-spacing: -.035em; }
.highlight-grid { display: grid; margin-top: 42px; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.highlight-grid article { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg, var(--surface-2), var(--surface)); }
.number { color: var(--gold); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.highlight-grid h3 { margin: 54px 0 12px; font-size: 1.45rem; }
.highlight-grid p { margin: 0; color: var(--muted); line-height: 1.65; }

.visit { display: grid; width: min(1180px, calc(100% - 40px)); margin: 0 auto 72px; padding: clamp(30px, 6vw, 64px); grid-template-columns: 1fr auto auto; align-items: end; gap: 32px; border: 1px solid rgba(244,174,43,.24); border-radius: 28px; background: linear-gradient(120deg, #2c1a0f, #18120e); }
.visit h2 { font-size: clamp(2rem, 4vw, 3.5rem); }
.visit p { margin: 22px 0 0; color: var(--muted); line-height: 1.7; }
.visit-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.map-qr { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: .76rem; font-weight: 800; line-height: 1.45; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; }
.map-qr img { display: block; width: 112px; height: 112px; padding: 7px; border-radius: 12px; background: #fff; }
.footer { display: flex; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 28px 0 36px; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: #827568; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 820px) {
  .hero { min-height: 0; padding: 52px 0 72px; grid-template-columns: 1fr; }
  .poster-wrap { order: 2; }
  .menu-news { grid-template-columns: 1fr; }
  .fire-story { grid-template-columns: 1fr; }
  .fire-photo { min-height: 360px; }
  .fire-photo::after { background: linear-gradient(0deg, rgba(18,14,11,.2), transparent 55%); }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-grid article { min-height: 0; }
  .highlight-grid h3 { margin-top: 28px; }
  .visit { grid-template-columns: 1fr; align-items: start; }
}

@media (max-width: 540px) {
  .topbar { width: min(100% - 28px, 1180px); padding: 18px 0; }
  .logo { font-size: .8rem; }
  .top-action { padding: 10px 12px; font-size: .73rem; }
  .hero, .menu-news, .fire-story, .highlights, .visit, .footer { width: min(100% - 28px, 1180px); }
  h1 { font-size: clamp(3rem, 16vw, 4.8rem); }
  .quick-info { display: grid; grid-template-columns: 1fr 1fr; row-gap: 20px; }
  .quick-info li:last-child { grid-column: 1 / -1; }
  .poster-wrap img { border-radius: 14px; }
  .menu-news { border-radius: 20px; }
  .news-items { grid-template-columns: 1fr; }
  .news-items article { min-height: 180px; }
  .fire-story { border-radius: 20px; }
  .fire-photo { min-height: 290px; }
  .fire-photo img { object-position: 70% 50%; }
  .visit-actions, .visit-actions .button { width: 100%; }
  .map-qr { width: 100%; padding-top: 20px; border-top: 1px solid var(--line); }
  .footer { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
