@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root{
  --ink:#1E1C18;
  --paper:#F4F1EA;
  --pine:#2F4B3C;
  --clay:#A85C3F;
  --line:rgba(244,241,234,0.18);
  --maxw:1400px;
}

*{ box-sizing:border-box; margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  background:#12130F;
  color:var(--paper);
  font-family:'Inter',sans-serif;
  font-weight:400;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
h1,h2,h3{ font-family:'Inter',sans-serif; font-weight:600; letter-spacing:-0.01em; }
img{ max-width:100%; display:block; }
button{ font-family:inherit; cursor:pointer; }
a{ color:inherit; }

.wrap{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 5vw; }

.reveal{ opacity:0; filter:blur(6px); transition:opacity 1s ease, filter 1s ease; }
.reveal.in-view{ opacity:1; filter:blur(0); }

/* ---------- HEADER ---------- */
.site-header{
  position:fixed; top:0; left:0; right:0; height:64px; z-index:80;
  display:flex; align-items:center;
  background:rgba(18,19,15,0.82); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.site-header-inner{
  width:100%; max-width:var(--maxw); margin:0 auto; padding:0 5vw;
  display:flex; align-items:center; justify-content:space-between;
}
.site-header .logo{ font-size:16px; font-weight:700; letter-spacing:.02em; color:var(--paper); }
.header-cta{
  padding:11px 20px; background:var(--paper); color:var(--ink);
  border:none; border-radius:2px; font-size:14px; font-weight:600; letter-spacing:.02em;
}
.header-cta:hover{ background:#DCD5C4; }

/* ---------- TOP AREA (shared background photo) ---------- */
.top-area{
  position:relative;
  background:
    linear-gradient(180deg, rgba(10,11,8,0.55) 0%, rgba(10,11,8,0.75) 60%, #12130F 100%),
    url('../assets/bg/top.jpg') center 30% / cover no-repeat;
  padding-bottom:30px;
}

/* ---------- HERO = THE MAP ---------- */
.hero{
  padding:100px 5vw 50px; text-align:center;
}
.hero .eyebrow{ font-size:14px; letter-spacing:.18em; text-transform:uppercase; color:#B7C4B9; margin-bottom:14px; }
.hero .eyebrow.eyebrow-big{ font-size:clamp(20px,2.8vw,30px); letter-spacing:.1em; color:var(--paper); font-weight:600; }
.hero h1{ font-size:clamp(40px,7vw,84px); font-weight:700; line-height:1; color:var(--paper); }
.hero .dates{ font-size:clamp(18px,2.4vw,26px); letter-spacing:.04em; color:var(--clay); margin-top:16px; font-weight:600; }
.hero .big-game-title{
  font-size:clamp(26px,4.6vw,48px); font-weight:700; letter-spacing:.03em;
  color:var(--clay); margin-top:26px; line-height:1.2; text-transform:uppercase;
}
.hero p.sub{ font-size:clamp(16px,1.6vw,20px); line-height:1.6; color:#D9D2C1; max-width:720px; margin:20px auto 0; }

/* ---------- STATS ---------- */
.stats{
  display:grid; grid-template-columns:repeat(3,1fr);
  max-width:900px; margin:0 auto; padding:40px 5vw;
}
.stats .stat{ text-align:center; }
.stats .stat .n{ font-size:clamp(30px,4vw,48px); font-weight:700; color:var(--paper); }
.stats .stat .l{ font-size:14px; color:#B7C4B9; margin-top:6px; letter-spacing:.02em; }

/* ---------- SECTION shell ---------- */
.section-head{ text-align:center; max-width:720px; margin:0 auto 40px; }
.section-head .tag{ font-size:13px; letter-spacing:.16em; text-transform:uppercase; color:var(--clay); margin-bottom:10px; font-weight:600; }
.section-head .tag-big{ font-size:clamp(20px,2.6vw,30px); letter-spacing:.06em; }
.section-head h2{ font-size:clamp(26px,4vw,42px); line-height:1.25; color:var(--paper); }
.section-head p{ font-size:clamp(15px,1.4vw,18px); line-height:1.65; color:#D9D2C1; margin-top:14px; }

/* ---------- INTERACTIVE MAP ----------
   The whole card sheet, full width, tap a day to jump to its card below. */
.map-wrap{ width:100%; padding:0 4vw; margin-top:32px; }
.map-frame{ position:relative; width:100%; max-width:1000px; margin:0 auto; aspect-ratio:1/1; background:#181A14; border-radius:6px; overflow:hidden; }
.map-img{
  width:100%; height:auto; display:block; border-radius:6px;
  box-shadow:0 30px 80px rgba(0,0,0,0.55);
}
.map-hotspots{ position:absolute; inset:0; }
.map-hotspot{
  position:absolute; background:transparent; border:none; padding:0; margin:0;
  cursor:pointer; -webkit-tap-highlight-color:transparent; border-radius:4px;
  transition:background .15s ease;
}
.map-hotspot:hover, .map-hotspot:focus-visible{
  background:rgba(244,241,234,0.16); outline:2px solid var(--clay); outline-offset:-2px;
}

/* ---------- STAGES ----------
   Each "поле" is one roughly full-screen section: a full-width parallax photo
   behind 1-2 cards, scattered with a small chaotic tilt and varying size. */
.stage{
  position:relative; min-height:100vh;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden; padding:70px 4vw;
}
.stage-bg{
  position:absolute; left:0; right:0; top:-12%; height:124%;
  background-size:cover; background-position:center;
  will-change:transform; z-index:0;
}
/* fade each photo to the shared page background at its top/bottom edge,
   so the seam between two stages reads as one continuous dark backdrop */
.stage-bg::after{
  content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,
    #12130F 0%, rgba(18,19,15,0.15) 20%,
    rgba(18,19,15,0.15) 80%, #12130F 100%);
}
.stage[data-field-bg="day1"]          .stage-bg{ background-image:url('../assets/bg/day1.jpg'); }
.stage[data-field-bg="day2-3"]        .stage-bg{ background-image:url('../assets/bg/day2-3.jpg'); }
.stage[data-field-bg="day7-8"]        .stage-bg{ background-image:url('../assets/bg/day7-8.jpg'); }

/* ---------- COMBOS ----------
   Some fields share one continuous photo instead of each getting its own
   crop, so there's no seam at the shared edge between them. */
.combo{ position:relative; overflow:hidden; }
.combo::before{
  content:""; position:absolute; top:0; left:0; right:0; height:200px; z-index:1;
  background:linear-gradient(180deg, #12130F 0%, transparent 100%);
  pointer-events:none;
}
.combo > *{ position:relative; z-index:2; }
/* day4.jpg is a tall portrait (2613×3920) — uniform scale to fully cover
   both fields, cropping only the excess width, no distortion. */
.combo-45{ background-image:url('../assets/bg/day4.jpg'); background-position:top center; background-size:cover; background-repeat:no-repeat; }
/* same shortfall risk on narrow/short viewports — cover guarantees full
   coverage through field 8 on every screen size. */
.combo-78{ background-image:url('../assets/bg/day9-10.jpg'); background-position:top center; background-size:cover; background-repeat:no-repeat; }

.stage-cards{
  position:relative; z-index:1; width:100%; max-width:1200px;
  display:flex; flex-wrap:wrap; align-items:center; justify-content:center;
  gap:5vw;
}

.card-set{ text-align:center; }
.card-set .frame{
  display:inline-block; background:#fff; padding:10px; border-radius:6px;
  box-shadow:0 30px 70px rgba(0,0,0,0.55);
  transform:rotate(var(--tilt, 0deg));
  transition:transform .35s ease;
}
.card-set .frame:hover{ transform:rotate(0deg) scale(1.02); }
.card-set .frame img{
  display:block; height:min(50vh,62vw); width:auto; max-width:78vw;
  border-radius:2px; object-fit:contain;
}
.card-set.big .frame img{ height:min(58vh,72vw); }
.card-set .cap{ margin-top:16px; font-size:clamp(20px,2.6vw,26px); line-height:1.3; color:#FFFFFF; font-weight:800; text-shadow:0 2px 12px rgba(0,0,0,0.6); }
.card-set .book-btn{
  display:inline-block; margin-top:14px; padding:11px 24px;
  background:var(--paper); color:var(--ink); border:none;
  border-radius:2px; font-size:14px; font-weight:600; letter-spacing:.02em;
}
.card-set .book-btn:hover{ background:var(--clay); color:var(--paper); }

/* ---------- FAQ ---------- */
.faq{ background:#181A14; padding:80px 5vw; }
.faq-list{ max-width:760px; margin:0 auto; }
.faq-item{ border-bottom:1px solid var(--line); padding:22px 0; }
.faq-item:first-child{ padding-top:0; }
.faq-item summary{
  font-size:clamp(16px,1.6vw,19px); font-weight:600; cursor:pointer; list-style:none;
  display:flex; align-items:center; justify-content:space-between; gap:16px; color:var(--paper);
}
.faq-item summary::-webkit-details-marker{ display:none; }
.faq-item summary::after{ content:"+"; font-size:22px; color:var(--clay); flex-shrink:0; }
.faq-item[open] summary::after{ content:"–"; }
.faq-item p{ font-size:16px; line-height:1.7; color:#D9D2C1; margin-top:12px; }

/* ---------- BOOKING SECTION ---------- */
.booking{ padding:80px 5vw 100px; scroll-margin-top:64px; background:#12130F; }
.booking-panel{
  max-width:560px; margin:0 auto; background:var(--paper); color:var(--ink);
  border-radius:6px; padding:36px 32px 40px;
}
.day-detail-live{ border-bottom:1px solid #DCD5C4; padding-bottom:20px; margin-bottom:24px; }
.day-detail-live .dd-title{ font-size:19px; font-weight:700; color:var(--pine); margin-bottom:12px; }
.day-detail-live .dd-empty{ font-size:15px; color:#5C584E; }
.day-detail-live .ev{ padding:10px 0; border-top:1px solid #ECE7DC; }
.day-detail-live .ev:first-of-type{ border-top:none; padding-top:0; }
.day-detail-live .ev .t{ font-size:15.5px; font-weight:600; color:var(--ink); }
.day-detail-live .ev .tm{ font-size:13px; color:var(--clay); font-weight:600; margin-left:8px; }
.day-detail-live .ev p{ font-size:14px; line-height:1.55; color:#5C584E; margin-top:3px; }
.day-detail-live .ev.chance{ color:var(--clay); }
.day-detail-live .ev.chance .t{ color:var(--clay); }

.field{ margin-bottom:16px; }
.field label{ display:block; font-size:13px; font-weight:600; color:#5C584E; margin-bottom:7px; text-transform:uppercase; letter-spacing:.04em; }
.field input, .field select, .field textarea{
  width:100%; padding:13px 14px; border:1px solid #DCD5C4; border-radius:3px;
  font-family:'Inter',sans-serif; font-size:16px; background:#fff; color:var(--ink);
}
.field textarea{ resize:vertical; min-height:70px; }
.field-row{ display:flex; gap:12px; }
.field-row .field{ flex:1; }
.hp-field{ position:absolute; left:-9999px; width:1px; height:1px; opacity:0; }

.submit-btn{
  width:100%; padding:15px; background:var(--ink); color:var(--paper); border:none;
  border-radius:3px; font-size:16px; font-weight:600; letter-spacing:.02em; margin-top:6px;
}
.submit-btn:hover{ background:var(--pine); }
.submit-btn:disabled{ opacity:.6; }
.form-status{ font-size:14px; margin-top:12px; text-align:center; }
.form-status.error{ color:var(--clay); }
.booking-panel.success .form-body{ display:none; }
.success-panel{ display:none; text-align:center; padding:14px 0; }
.booking-panel.success .success-panel{ display:block; }
.success-panel .big{ font-size:34px; margin-bottom:12px; color:var(--pine); }
.success-panel h3{ font-size:21px; font-weight:600; margin-bottom:10px; }
.success-panel p{ font-size:15px; color:#5C584E; line-height:1.6; }

/* ---------- FOOTER ---------- */
footer{ text-align:center; padding:50px 5vw 70px; border-top:1px solid var(--line); }
footer .phone{ font-size:clamp(24px,3vw,32px); font-weight:700; color:var(--paper); }
footer .addr{ font-size:15px; color:#B7C4B9; margin-top:10px; }
footer .note{ font-size:13px; color:#8A8C82; margin-top:18px; }

