:root {
  --ink: #0a0a09;
  --ink-soft: #11110f;
  --paper: #f3f0e8;
  --paper-warm: #e7e0d0;
  --gold: #d5a83b;
  --gold-bright: #f1c55a;
  --gold-dark: #8d671c;
  --stone: #292821;
  --muted: #827f76;
  --line: rgba(10,10,9,.14);
  --radius: 24px;
  --shadow: 0 24px 80px rgba(0,0,0,.25);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body::selection { background: var(--gold); color: var(--ink); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; background: var(--gold); padding: 12px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; right: 0; height: 82px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 28px; align-items: center; padding: 0 clamp(20px,4vw,72px); color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); transition: .3s ease; }
.site-header.is-scrolled { height: 68px; background: rgba(10,10,9,.92); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-transform: uppercase; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; color: var(--ink); background: radial-gradient(circle at 35% 30%, #ffdc7c, var(--gold) 45%, #76500c); border: 1px solid #f5d675; border-radius: 50%; font-family: Georgia, serif; font-weight: 900; font-size: 24px; box-shadow: inset 0 0 0 4px rgba(10,10,9,.28); }
.brand-copy { display: grid; line-height: .9; }
.brand-copy strong { font-family: Georgia, serif; font-size: 21px; letter-spacing: .04em; }
.brand-copy small { margin-top: 5px; color: var(--gold-bright); font-size: 9px; letter-spacing: .32em; }
.desktop-nav { justify-self: center; display: flex; gap: clamp(18px,2.5vw,40px); font-size: 13px; }
.desktop-nav a { color: rgba(255,255,255,.72); transition: color .2s; }
.desktop-nav a:hover { color: var(--gold-bright); }
.header-phone { font-size: 13px; font-weight: 700; white-space: nowrap; }

.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 0 24px; border: 1px solid var(--gold); border-radius: 999px; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); color: var(--ink); font-weight: 800; font-size: 13px; letter-spacing: .02em; cursor: pointer; box-shadow: 0 8px 30px rgba(213,168,59,.15); transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(213,168,59,.25); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 12px; }
.button-ghost { border-color: rgba(255,255,255,.32); background: transparent; color: white; box-shadow: none; }
.button-ghost:hover { border-color: var(--gold); background: rgba(213,168,59,.08); }
.button-full { width: 100%; }

.hero { position: relative; min-height: 820px; overflow: hidden; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(360px,.95fr); align-items: center; gap: clamp(20px,4vw,72px); padding: 140px clamp(24px,7vw,120px) 150px; color: #fff; background: radial-gradient(circle at 72% 42%, rgba(126,92,26,.25), transparent 31%), linear-gradient(130deg,#090908 0%,#11110e 50%,#070706 100%); }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold-dark); text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .21em; }
.hero .eyebrow, .price-section .eyebrow, .booking-section .eyebrow, .location-section .eyebrow { color: var(--gold-bright); }
.eyebrow > span:first-child { flex: 0 0 28px; width: 28px; height: 1px; background: currentColor; }
.eyebrow > span[data-content] { width: auto; height: auto; background: transparent; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { text-wrap: balance; }
h1 { max-width: 760px; margin-bottom: 26px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px,6.2vw,104px); font-weight: 500; line-height: .92; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold-bright); font-weight: 500; }
.hero-lead { max-width: 610px; color: rgba(255,255,255,.7); font-size: clamp(17px,1.4vw,21px); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 22px; color: rgba(255,255,255,.5); font-size: 12px; }
.pulse { width: 7px; height: 7px; border-radius: 50%; background: #5ecc7a; box-shadow: 0 0 0 5px rgba(94,204,122,.12); }

.hero-visual { min-height: 510px; display: grid; place-items: center; }
.hero-image { width: min(36vw,470px); aspect-ratio: .75; border-radius: 48% 48% 30px 30px; background: linear-gradient(to top, rgba(9,9,8,.5), transparent 50%), url("assets/atmosphere.webp") center/cover; filter: saturate(.78) contrast(1.08); box-shadow: 0 40px 100px rgba(0,0,0,.55), 0 0 0 1px rgba(229,188,85,.26); }
.hero-image::after { content: ""; position: absolute; inset: 8% 14%; border: 1px solid rgba(241,197,90,.2); border-radius: 50%; }
.visual-badge { position: absolute; z-index: 3; display: grid; padding: 16px 18px; min-width: 112px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(13,13,11,.82); backdrop-filter: blur(14px); box-shadow: var(--shadow); }
.visual-badge strong { color: var(--gold-bright); font-family: Georgia,serif; font-size: 31px; line-height: 1; }
.visual-badge span { margin-top: 5px; color: rgba(255,255,255,.62); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }
.visual-badge-top { top: 14%; right: 1%; }
.visual-badge-bottom { bottom: 10%; left: -2%; }
.coin { position: absolute; display: grid; place-items: center; border-radius: 50%; color: #69480c; font-family: Georgia,serif; font-weight: 900; background: radial-gradient(circle at 35% 30%, #ffe49a, #c89221 58%, #614006); border: 2px solid #e9bb4c; box-shadow: 0 16px 28px rgba(0,0,0,.45), inset 0 0 0 5px rgba(83,53,5,.22); transform: rotate(-16deg); }
.coin-one { width: 54px; height: 54px; left: 5%; top: 18%; }
.coin-two { width: 34px; height: 34px; right: 8%; bottom: 17%; transform: rotate(22deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(213,168,59,.15); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: 2%; top: 9%; }
.orbit-two { width: 800px; height: 800px; right: -8%; top: -2%; }
.hero-stats { position: absolute; z-index: 2; bottom: 0; left: 0; right: 0; min-height: 112px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.22); backdrop-filter: blur(7px); }
.hero-stats div { display: flex; align-items: center; justify-content: center; gap: 12px; padding: 20px; border-right: 1px solid rgba(255,255,255,.1); }
.hero-stats strong { font-family: Georgia,serif; color: var(--gold-bright); font-size: 30px; font-weight: 500; }
.hero-stats span { max-width: 100px; color: rgba(255,255,255,.52); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; line-height: 1.4; }

.section { padding: clamp(82px,10vw,150px) clamp(20px,7vw,120px); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.section-heading > div { max-width: 780px; }
.section-heading > p { max-width: 430px; color: #6e6b63; line-height: 1.7; }
h2 { margin-bottom: 0; font-family: Georgia,serif; font-size: clamp(42px,5vw,76px); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; }
.occasion-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.occasion-card { position: relative; min-height: 330px; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; text-align: left; border: 1px solid rgba(10,10,9,.12); border-radius: var(--radius); background: rgba(255,255,255,.34); cursor: pointer; transition: transform .25s, background .25s, color .25s; }
.occasion-card:hover, .occasion-card.is-featured { transform: translateY(-6px); color: white; background: var(--ink); }
.occasion-card::after { content:""; position:absolute; width:180px; height:180px; right:-100px; bottom:-110px; border: 1px solid rgba(213,168,59,.35); border-radius:50%; transition:.35s; }
.occasion-card:hover::after,.occasion-card.is-featured::after { right:-45px; bottom:-70px; }
.card-index { color: var(--muted); font-size: 10px; letter-spacing: .15em; }
.card-icon { display:grid; place-items:center; width:62px; height:62px; margin:42px 0 34px; border:1px solid rgba(213,168,59,.45); border-radius:50%; color:var(--gold); font-size:24px; }
.occasion-card strong { font-family:Georgia,serif; font-size:25px; font-weight:500; }
.occasion-card > span:not(.card-index):not(.card-icon) { margin-top:10px; color:var(--muted); line-height:1.55; font-size:13px; }
.occasion-card i { position:absolute; right:24px; bottom:24px; color:var(--gold); font-style:normal; font-size:24px; }

.experience { display:grid; grid-template-columns:1.05fr .95fr; gap:clamp(50px,8vw,130px); align-items:center; background:#ded8ca; }
.experience-gallery { min-height:620px; position:relative; }
.experience-photo { position:absolute; margin:0; overflow:hidden; border-radius:22px; box-shadow:var(--shadow); }
.experience-photo img { width:100%; height:100%; object-fit:cover; }
.experience-photo-main { left:0; top:0; width:61%; height:78%; }
.experience-photo-room { right:0; bottom:0; width:47%; height:45%; border:8px solid #ded8ca; }
.experience-quote { position:absolute; z-index:3; left:43%; top:45%; width:48%; padding:25px; border-radius:18px; color:#fff; background:var(--ink); box-shadow:var(--shadow); }
.experience-quote span { color:var(--gold); font-family:Georgia,serif; font-size:42px; line-height:.5; }
.experience-quote p { margin:10px 0 0; font-family:Georgia,serif; font-size:18px; line-height:1.45; }
.experience-copy > p:not(.eyebrow) { max-width:600px; margin:28px 0 35px; color:#656158; line-height:1.75; }
.feature-list { list-style:none; padding:0; margin:0; border-top:1px solid var(--line); }
.feature-list li { display:flex; gap:20px; padding:19px 0; border-bottom:1px solid var(--line); }
.feature-list li > span { color:var(--gold-dark); font-size:11px; font-weight:800; }
.feature-list div { display:grid; gap:5px; }
.feature-list strong { font-family:Georgia,serif; font-size:18px; font-weight:500; }
.feature-list small { color:var(--muted); }

.price-section { color:#fff; background:var(--ink); }
.light-heading > p { color:rgba(255,255,255,.5); }
.calculator { display:grid; grid-template-columns:1.25fr .75fr; border:1px solid rgba(255,255,255,.14); border-radius:28px; overflow:hidden; }
.calculator-controls { display:grid; align-content:center; gap:38px; padding:clamp(28px,5vw,70px); background:linear-gradient(135deg,#171714,#10100e); }
.field-group { display:grid; gap:16px; }
.field-label { color:rgba(255,255,255,.55); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.14em; }
.segmented { display:grid; grid-template-columns:1fr 1fr; padding:5px; border:1px solid rgba(255,255,255,.13); border-radius:999px; }
.segmented button { min-height:48px; border:0; border-radius:999px; color:rgba(255,255,255,.55); background:transparent; cursor:pointer; }
.segmented button.is-active { color:var(--ink); background:var(--gold-bright); font-weight:800; }
.counter { display:grid; grid-template-columns:56px 1fr 56px; align-items:center; border-bottom:1px solid rgba(255,255,255,.18); }
.counter button { height:56px; border:0; color:var(--gold-bright); background:transparent; font-size:28px; cursor:pointer; }
.counter output { text-align:center; font-family:Georgia,serif; font-size:50px; }
.counter input { grid-column:1/-1; width:100%; accent-color:var(--gold); }
.checkbox-line { display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center; cursor:pointer; }
.checkbox-line input { position:absolute; opacity:0; }
.fake-check { width:24px; height:24px; display:grid; place-items:center; border:1px solid rgba(255,255,255,.3); border-radius:6px; }
.checkbox-line input:checked + .fake-check { background:var(--gold); border-color:var(--gold); }
.checkbox-line input:checked + .fake-check::after { content:"✓"; color:var(--ink); font-weight:900; }
.checkbox-line > span:nth-child(3) { display:grid; gap:4px; }
.checkbox-line small { color:rgba(255,255,255,.45); }
.checkbox-line b { color:var(--gold-bright); }
.calculator-result { padding:clamp(30px,5vw,64px); color:var(--ink); background:linear-gradient(145deg,#ead8a0,#cda23c); }
.result-label { font-size:11px; font-weight:900; text-transform:uppercase; letter-spacing:.14em; }
.result-value { display:flex; align-items:end; gap:12px; margin:18px 0 5px; }
.result-value strong { font-family:Georgia,serif; font-size:clamp(72px,8vw,118px); line-height:.82; font-weight:500; letter-spacing:-.06em; }
.result-value span { padding-bottom:8px; font-weight:900; }
.calculator-result p { min-height:24px; }
.result-divider { height:1px; margin:30px 0; background:rgba(10,10,9,.25); }
.calculator-result ul { list-style:none; display:grid; gap:14px; padding:0; margin:0 0 34px; }
.calculator-result li { display:flex; justify-content:space-between; gap:20px; font-size:12px; }
.calculator-result li span { opacity:.65; }
.calculator-result .button { background:var(--ink); color:#fff; border-color:var(--ink); }

.extras { background:var(--paper); }
.extra-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.extra-card { min-height:370px; display:flex; flex-direction:column; padding:28px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.38); }
.extra-number { color:var(--muted); font-size:10px; }
.extra-icon { width:60px; height:60px; display:grid; place-items:center; margin:35px 0 30px; border-radius:50%; color:var(--gold-dark); background:#e5dcc5; font-size:24px; }
.extra-card h3 { margin-bottom:10px; font-family:Georgia,serif; font-size:27px; font-weight:500; }
.extra-card p { color:var(--muted); line-height:1.6; font-size:13px; }
.extra-card > div:last-child { display:grid; gap:4px; margin-top:auto; padding-top:20px; border-top:1px solid var(--line); }
.extra-card > div:last-child strong { color:var(--gold-dark); }
.extra-card > div:last-child small { color:var(--muted); }

.gallery-section { min-height:780px; display:grid; grid-template-columns:1fr 1.25fr .65fr; grid-template-rows:1fr auto; gap:14px; padding:clamp(28px,4vw,64px); color:#fff; background:#181714; }
.gallery-copy { align-self:center; padding:clamp(20px,5vw,70px); }
.gallery-copy p:not(.eyebrow) { max-width:500px; margin-top:25px; color:rgba(255,255,255,.55); line-height:1.7; }
.gallery-photo { margin:0; overflow:hidden; border-radius:22px; }
.gallery-photo img { width:100%; height:100%; object-fit:cover; filter:saturate(.7); }
.gallery-photo-main { grid-row:1/3; grid-column:2; }
.gallery-photo-side { grid-row:1; grid-column:3; }
.gallery-fact { grid-column:3; display:grid; align-content:center; min-height:160px; padding:28px; border-radius:22px; color:var(--ink); background:var(--gold); }
.gallery-fact strong { font-family:Georgia,serif; font-size:30px; }
.gallery-fact span { margin-top:6px; font-size:12px; }

.steps { background:#ded8ca; }
.step-list { list-style:none; display:grid; grid-template-columns:repeat(4,1fr); padding:0; margin:0; border-top:1px solid var(--line); }
.step-list li { min-height:260px; display:flex; flex-direction:column; justify-content:space-between; padding:28px; border-right:1px solid var(--line); }
.step-list li > span { color:var(--gold-dark); font-size:11px; font-weight:900; }
.step-list strong { font-family:Georgia,serif; font-size:23px; font-weight:500; }
.step-list p { margin:10px 0 0; color:var(--muted); font-size:13px; line-height:1.6; }

.faq-section { display:grid; grid-template-columns:.75fr 1.25fr; gap:clamp(50px,8vw,130px); }
.faq-intro > p:not(.eyebrow) { max-width:420px; margin:24px 0; color:var(--muted); line-height:1.7; }
.text-link { display:inline-flex; gap:15px; align-items:center; padding-bottom:8px; border-bottom:1px solid var(--gold-dark); font-weight:800; }
.text-link span { color:var(--gold-dark); }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { list-style:none; position:relative; padding:24px 44px 24px 0; cursor:pointer; font-family:Georgia,serif; font-size:20px; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span::before,.faq-list summary span::after { content:""; position:absolute; right:7px; top:50%; width:16px; height:1px; background:var(--gold-dark); }
.faq-list summary span::after { transform:rotate(90deg); transition:.2s; }
.faq-list details[open] summary span::after { transform:rotate(0); }
.faq-list details p { max-width:650px; padding:0 40px 24px 0; color:var(--muted); line-height:1.7; }

.booking-section { display:grid; grid-template-columns:.85fr 1.15fr; gap:clamp(50px,8vw,120px); padding:clamp(80px,10vw,150px) clamp(20px,7vw,120px); color:#fff; background:radial-gradient(circle at 14% 20%,rgba(213,168,59,.16),transparent 30%),var(--ink); }
.booking-copy > p:not(.eyebrow) { max-width:540px; margin:25px 0 40px; color:rgba(255,255,255,.55); line-height:1.75; }
.contact-lines { display:grid; gap:12px; }
.contact-lines a { display:grid; gap:4px; }
.contact-lines span { color:rgba(255,255,255,.4); font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.contact-lines strong { color:var(--gold-bright); }
.booking-form { display:grid; gap:18px; padding:clamp(24px,4vw,48px); border:1px solid rgba(255,255,255,.13); border-radius:28px; background:rgba(255,255,255,.035); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.booking-form label:not(.consent) { display:grid; gap:8px; }
.booking-form label > span { color:rgba(255,255,255,.52); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.1em; }
.booking-form input,.booking-form select,.booking-form textarea { width:100%; border:1px solid rgba(255,255,255,.16); border-radius:12px; outline:0; padding:15px 16px; color:#fff; background:rgba(255,255,255,.055); }
.booking-form input:focus,.booking-form select:focus,.booking-form textarea:focus { border-color:var(--gold); box-shadow:0 0 0 3px rgba(213,168,59,.1); }
.booking-form select option { color:var(--ink); }
.booking-form input:-webkit-autofill,
.booking-form input:-webkit-autofill:hover,
.booking-form input:-webkit-autofill:focus,
.booking-form textarea:-webkit-autofill,
.booking-form textarea:-webkit-autofill:hover,
.booking-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  box-shadow: 0 0 0 1000px rgba(26, 25, 21, .98) inset, 0 0 0 3px rgba(213,168,59,.1);
  transition: background-color 9999s ease-out;
}
.comment-limit { justify-self:end; color:rgba(255,255,255,.36); font-size:10px; }
.consent { display:flex; align-items:center; gap:10px; cursor:pointer; }
.consent span { color:rgba(255,255,255,.55)!important; font-size:11px!important; text-transform:none!important; letter-spacing:0!important; }
.consent input { width:auto; accent-color:var(--gold); }
.honeypot { position:absolute!important; left:-10000px!important; }
.form-status { min-height:20px; margin:0; color:var(--gold-bright); font-size:13px; }

.location-section { display:flex; align-items:end; justify-content:space-between; gap:40px; padding:clamp(65px,8vw,110px) clamp(20px,7vw,120px); color:#fff; background:#24231f; }
.location-section > div > p:last-child { margin:22px 0 0; color:rgba(255,255,255,.5); }
.button-ghost-light { flex-shrink:0; border-color:rgba(255,255,255,.3); color:#fff; background:transparent; box-shadow:none; }
footer { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:32px; padding:42px clamp(20px,7vw,120px); color:#fff; background:#0a0a09; border-top:1px solid rgba(255,255,255,.1); }
footer > p { margin:0; color:rgba(255,255,255,.4); font-size:12px; }
footer > div { display:flex; gap:20px; font-size:12px; }
footer > small { grid-column:1/-1; color:rgba(255,255,255,.3); }
.footer-admin-dot { display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px; margin-left:2px; color:rgba(255,255,255,.18); border-radius:50%; transition:color 160ms ease, background-color 160ms ease; }
.footer-admin-dot:hover { color:rgba(240,207,120,.62); background:rgba(240,207,120,.06); }
.mobile-dock { display:none; }

@media (max-width: 1080px) {
  .desktop-nav,.header-phone { display:none; }
  .site-header { grid-template-columns:1fr auto; }
  .hero { grid-template-columns:1fr .8fr; padding-left:40px; padding-right:40px; }
  .hero-image { width:38vw; }
  .occasion-grid,.extra-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-section { grid-template-columns:.85fr 1.15fr; }
  .gallery-photo-main { grid-column:2; }
  .gallery-photo-side,.gallery-fact { display:none; }
  .step-list { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 760px) {
  body { padding-bottom:68px; }
  .site-header { height:68px; padding:0 16px; }
  .site-header .button { display:none; }
  .brand-mark { width:38px; height:38px; }
  .brand-copy strong { font-size:18px; }
  .hero { min-height:auto; display:block; padding:112px 18px 145px; }
  .hero-copy { text-align:center; }
  .hero .eyebrow { justify-content:center; }
  h1 { font-size:clamp(50px,15vw,70px); }
  .hero-lead { font-size:16px; }
  .hero-actions { display:grid; }
  .hero-note { justify-content:center; }
  .hero-visual { min-height:430px; margin-top:38px; }
  .hero-image { width:min(84vw,390px); }
  .visual-badge-top { right:0; }
  .visual-badge-bottom { left:0; }
  .orbit-one { width:470px; height:470px; right:-110px; top:36%; }
  .orbit-two,.coin-one { display:none; }
  .hero-stats { min-height:110px; grid-template-columns:repeat(2,1fr); }
  .hero-stats div { padding:12px; justify-content:flex-start; border-bottom:1px solid rgba(255,255,255,.08); }
  .hero-stats strong { font-size:23px; }
  .hero-stats span { font-size:8px; }
  .section { padding:78px 18px; }
  .section-heading { display:block; margin-bottom:35px; }
  .section-heading > p { margin:20px 0 0; }
  h2 { font-size:43px; }
  .occasion-grid,.extra-grid { grid-template-columns:1fr; }
  .occasion-card { min-height:250px; }
  .card-icon { margin:25px 0; }
  .experience { display:block; }
  .experience-gallery { min-height:500px; margin-bottom:60px; }
  .experience-photo-main { width:74%; height:72%; }
  .experience-photo-room { width:53%; }
  .experience-quote { left:30%; top:45%; width:68%; }
  .calculator { display:block; }
  .calculator-controls,.calculator-result { padding:28px 20px; }
  .segmented button { font-size:12px; }
  .checkbox-line { grid-template-columns:auto 1fr; }
  .checkbox-line b { grid-column:2; }
  .result-value strong { font-size:88px; }
  .gallery-section { min-height:auto; display:block; padding:18px; }
  .gallery-copy { padding:55px 8px; }
  .gallery-photo-main { height:470px; }
  .step-list { grid-template-columns:1fr; }
  .step-list li { min-height:210px; border-right:0; border-bottom:1px solid var(--line); }
  .faq-section,.booking-section { display:block; }
  .faq-intro { margin-bottom:55px; }
  .booking-copy { margin-bottom:50px; }
  .form-row { grid-template-columns:1fr; }
  .location-section { display:block; }
  .location-section .button { width:100%; margin-top:32px; }
  footer { display:block; padding:45px 20px; }
  footer > p,footer > div,footer > small { margin-top:20px; }
  footer > div { display:grid; }
  .mobile-dock { position:fixed; z-index:120; left:8px; right:8px; bottom:8px; height:60px; display:grid; grid-template-columns:1fr 1fr 1.12fr; padding:5px; border:1px solid rgba(255,255,255,.12); border-radius:18px; color:#fff; background:rgba(10,10,9,.94); box-shadow:0 12px 40px rgba(0,0,0,.5); backdrop-filter:blur(14px); }
  .mobile-dock a { display:flex; flex-direction:column; justify-content:center; align-items:center; gap:3px; border-radius:13px; font-size:9px; }
  .mobile-dock a span { font-size:17px; color:var(--gold-bright); }
  .mobile-dock .dock-primary { color:var(--ink); background:var(--gold); font-weight:800; }
  .mobile-dock .dock-primary span { color:var(--ink); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition-duration:.01ms!important; animation-duration:.01ms!important; }
}

/* V2 visual direction: cinematic adventure, stronger conversion, less generic landing */
body {
  background:
    radial-gradient(circle at 12% 0%, rgba(213,168,59,.14), transparent 24%),
    linear-gradient(180deg, #f1ecdf 0%, var(--paper) 42%, #ddd6c7 100%);
}

.site-header {
  background: linear-gradient(180deg, rgba(0,0,0,.34), rgba(0,0,0,0));
}

.brand-copy strong {
  white-space: nowrap;
}

.hero {
  isolation: isolate;
  min-height: 900px;
  grid-template-columns: minmax(0,1fr) minmax(390px,.82fr);
  background:
    radial-gradient(circle at 78% 36%, rgba(241,197,90,.34), transparent 22%),
    radial-gradient(circle at 18% 18%, rgba(148,96,20,.25), transparent 28%),
    linear-gradient(135deg, rgba(6,6,5,.94), rgba(17,16,13,.92)),
    url("assets/entrance-detail.png") center/cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(5,5,4,.94) 0%, rgba(5,5,4,.72) 44%, rgba(5,5,4,.42) 100%),
    radial-gradient(circle at 48% 120%, rgba(213,168,59,.22), transparent 34%);
}

.hero-copy,
.hero-visual,
.hero-stats {
  position: relative;
  z-index: 2;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(48px,5.8vw,92px);
  letter-spacing: -.06em;
}

.hero-lead {
  max-width: 690px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-top: 26px;
}

.hero-proof div {
  min-height: 88px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.hero-proof strong {
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 28px;
  line-height: 1;
}

.hero-proof span {
  color: rgba(255,255,255,.58);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero-visual {
  min-height: 610px;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: min(42vw, 560px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(241,197,90,.18), transparent 61%),
    conic-gradient(from 130deg, transparent, rgba(241,197,90,.28), transparent 42%);
  filter: blur(.2px);
  animation: slowSpin 24s linear infinite;
}

.hero-visual-label {
  position: absolute;
  z-index: 4;
  top: 9%;
  left: 0;
  padding: 12px 16px;
  border: 1px solid rgba(241,197,90,.32);
  border-radius: 999px;
  color: rgba(255,255,255,.78);
  background: rgba(10,10,9,.72);
  backdrop-filter: blur(14px);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.hero-image {
  position: relative;
  width: min(34vw, 500px);
  aspect-ratio: .76;
  border-radius: 36px;
  background:
    linear-gradient(to top, rgba(9,9,8,.78), transparent 55%),
    linear-gradient(130deg, rgba(241,197,90,.14), transparent 45%),
    url("assets/atmosphere.webp") center/cover;
  box-shadow:
    0 54px 130px rgba(0,0,0,.72),
    0 0 0 1px rgba(241,197,90,.35),
    inset 0 0 0 1px rgba(255,255,255,.08);
  transform: rotate(2deg);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(241,197,90,.24);
  border-radius: 26px;
}

.hero-image::after {
  content: "FORT";
  position: absolute;
  right: -46px;
  bottom: 34px;
  color: rgba(255,255,255,.08);
  font-family: Georgia, serif;
  font-size: 74px;
  font-weight: 900;
  letter-spacing: -.08em;
  transform: rotate(90deg);
}

.mission-card {
  position: absolute;
  z-index: 5;
  right: 3%;
  bottom: 21%;
  width: min(300px, 72vw);
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  color: #fff;
  background: linear-gradient(145deg, rgba(24,23,20,.93), rgba(9,9,8,.88));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.mission-card span {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.mission-card strong {
  display: block;
  margin-top: 10px;
  font-family: Georgia, serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.1;
}

.mission-card small {
  display: block;
  margin-top: 11px;
  color: rgba(255,255,255,.55);
}

.visual-badge-top {
  top: 20%;
  right: -1%;
}

.visual-badge-bottom {
  bottom: 7%;
  left: 0;
}

.hero-stats {
  background: rgba(0,0,0,.34);
  box-shadow: 0 -30px 90px rgba(0,0,0,.22);
}

.conversion-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  color: #fff;
  background: #0a0a09;
  border-top: 1px solid rgba(241,197,90,.18);
  border-bottom: 1px solid rgba(241,197,90,.18);
}

.conversion-strip div {
  min-height: 128px;
  display: grid;
  align-content: center;
  gap: 10px;
  padding: 26px clamp(20px,4vw,60px);
  background:
    radial-gradient(circle at 0% 0%, rgba(213,168,59,.13), transparent 34%),
    #11100e;
}

.conversion-strip span {
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.conversion-strip strong {
  max-width: 360px;
  font-family: Georgia, serif;
  font-size: clamp(20px,2.1vw,31px);
  font-weight: 500;
  line-height: 1.14;
}

.scenario-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 94% 10%, rgba(213,168,59,.17), transparent 24%),
    var(--paper);
}

.scenario-section::before {
  content: "BOYARD";
  position: absolute;
  right: -3vw;
  top: 20px;
  color: rgba(10,10,9,.035);
  font-family: Georgia, serif;
  font-size: clamp(100px,16vw,230px);
  font-weight: 900;
  letter-spacing: -.08em;
}

.scenario-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr .92fr .92fr;
  gap: 14px;
}

.scenario-card {
  min-height: 390px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px,3vw,40px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.58), rgba(255,255,255,.24));
  box-shadow: 0 24px 70px rgba(67,58,35,.08);
}

.scenario-card-dark {
  color: #fff;
  background:
    linear-gradient(180deg, rgba(0,0,0,.1), rgba(0,0,0,.76)),
    url("assets/lounge.webp") center/cover;
  border-color: rgba(241,197,90,.28);
  box-shadow: 0 34px 100px rgba(0,0,0,.24);
}

.scenario-card span {
  width: fit-content;
  padding: 9px 12px;
  border: 1px solid rgba(213,168,59,.35);
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.scenario-card-dark span {
  color: var(--gold-bright);
  background: rgba(10,10,9,.45);
}

.scenario-card h3 {
  max-width: 430px;
  margin: auto 0 16px;
  font-family: Georgia, serif;
  font-size: clamp(29px,3vw,44px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.035em;
}

.scenario-card p {
  max-width: 430px;
  color: var(--muted);
  line-height: 1.65;
}

.scenario-card-dark p {
  color: rgba(255,255,255,.7);
}

.scenario-card a {
  width: fit-content;
  margin-top: 18px;
  color: var(--gold-dark);
  font-weight: 900;
}

.scenario-card-dark a {
  color: var(--gold-bright);
}

.occasion-card,
.extra-card,
.booking-form,
.calculator {
  box-shadow: 0 24px 80px rgba(67,58,35,.08);
}

.occasion-card:hover,
.occasion-card.is-featured {
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.86)),
    url("assets/atmosphere.webp") center/cover;
}

.extra-card {
  position: relative;
  overflow: hidden;
}

.extra-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -90px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(213,168,59,.16), transparent 65%);
}

.price-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(213,168,59,.18), transparent 26%),
    radial-gradient(circle at 96% 100%, rgba(213,168,59,.16), transparent 28%),
    #090908;
}

.calculator {
  box-shadow: 0 34px 100px rgba(0,0,0,.35);
}

.booking-section {
  background:
    linear-gradient(90deg, rgba(8,8,7,.96), rgba(8,8,7,.82)),
    url("assets/entrance-detail.png") center/cover;
}

@keyframes slowSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
    padding-bottom: 180px;
  }

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

  .hero-image {
    width: min(72vw, 520px);
  }

  .scenario-grid {
    grid-template-columns: 1fr;
  }

  .scenario-card {
    min-height: 310px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-bottom: 210px;
  }

  .hero h1 {
    font-size: clamp(43px, 12.5vw, 62px);
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    min-height: 72px;
  }

  .hero-visual {
    min-height: 500px;
  }

  .hero-image {
    width: min(86vw, 390px);
    transform: rotate(0);
  }

  .hero-visual-label {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .mission-card {
    left: 50%;
    right: auto;
    bottom: 3%;
    transform: translateX(-50%);
  }

  .conversion-strip {
    grid-template-columns: 1fr;
  }

  .conversion-strip div {
    min-height: 108px;
  }

  .scenario-card {
    min-height: 300px;
  }
}

/* V3 art direction: premium editorial quest site */
:root {
  --black: #080806;
  --black-2: #11100d;
  --cream: #eee7d8;
  --cream-2: #d9cfbb;
  --gold-v3: #d7a93a;
  --gold-soft: #f0cf78;
  --text-muted: rgba(238,231,216,.64);
}

body {
  background: var(--black);
  overflow-x: hidden;
  overflow-x: clip;
}

.site-header {
  height: 78px;
  grid-template-columns: auto 1fr auto auto;
  border-bottom: 1px solid rgba(238,231,216,.11);
  background: rgba(8,8,6,.58);
  backdrop-filter: blur(22px);
}

.site-header.is-scrolled {
  height: 66px;
  background: rgba(8,8,6,.92);
}

.brand-mark {
  background: transparent;
  color: var(--gold-soft);
  border-color: rgba(240,207,120,.62);
  box-shadow: inset 0 0 0 1px rgba(240,207,120,.2), 0 0 34px rgba(215,169,58,.16);
}

.brand-copy strong {
  font-family: Inter, Manrope, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  letter-spacing: .08em;
  font-weight: 900;
}

.brand-copy small {
  color: rgba(240,207,120,.82);
  letter-spacing: .42em;
}

.button {
  min-height: 56px;
  border: 1px solid rgba(240,207,120,.8);
  background: linear-gradient(135deg, #f3d783, #c89424);
  box-shadow: 0 18px 44px rgba(215,169,58,.18);
}

.button-ghost,
.button-ghost-light {
  background: rgba(255,255,255,.035);
}

.hero {
  min-height: 930px;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr);
  gap: clamp(28px, 5vw, 86px);
  padding-top: 138px;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(8,8,6,.98) 0%, rgba(8,8,6,.88) 42%, rgba(8,8,6,.74) 100%),
    radial-gradient(circle at 74% 42%, rgba(215,169,58,.22), transparent 27%),
    url("assets/group-finale.jpg") center/cover;
}

.hero::before {
  opacity: .13;
  background-size: 72px 72px;
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(8,8,6,.18), rgba(8,8,6,.78) 88%),
    radial-gradient(circle at 58% 20%, rgba(240,207,120,.13), transparent 23%);
}

.hero h1 {
  max-width: 930px;
  margin-bottom: 30px;
  font-size: clamp(54px, 6.8vw, 112px);
  line-height: .88;
}

.hero-lead {
  max-width: 720px;
  color: rgba(238,231,216,.72);
  font-size: clamp(17px, 1.35vw, 22px);
}

.eyebrow {
  color: #8d6c24;
}

.hero .eyebrow,
.price-section .eyebrow,
.booking-section .eyebrow,
.location-section .eyebrow {
  color: var(--gold-soft);
}

.hero-proof {
  margin-top: 34px;
}

.hero-proof div {
  min-height: 96px;
  border-color: rgba(238,231,216,.13);
  border-radius: 16px;
  background: rgba(238,231,216,.045);
}

.hero-proof strong {
  color: var(--gold-soft);
}

.hero-visual {
  min-height: 640px;
}

.hero-visual::before {
  display: none;
}

.hero-image {
  width: min(39vw, 560px);
  aspect-ratio: .82;
  border-radius: 34px;
  background:
    linear-gradient(to top, rgba(8,8,6,.72), transparent 54%),
    url("assets/group-finale.jpg") center/cover;
  filter: saturate(.86) contrast(1.08);
  transform: none;
  box-shadow:
    0 50px 130px rgba(0,0,0,.7),
    0 0 0 1px rgba(240,207,120,.25);
}

.hero-image::after {
  content: "";
  right: auto;
  bottom: auto;
  inset: 18px;
  border: 1px solid rgba(240,207,120,.22);
  border-radius: 24px;
  transform: none;
}

.coin {
  display: none;
}

.hero-orbit {
  border-color: rgba(240,207,120,.08);
}

.mission-card {
  right: auto;
  left: -24px;
  bottom: 74px;
  width: min(330px, 74vw);
  background: rgba(8,8,6,.84);
  border-color: rgba(240,207,120,.22);
}

.visual-badge {
  border-color: rgba(238,231,216,.15);
  background: rgba(8,8,6,.82);
}

.visual-badge-top {
  right: -8px;
  top: 17%;
}

.visual-badge-bottom {
  left: auto;
  right: 8%;
  bottom: 6%;
}

.hero-stats {
  min-height: 124px;
  background: rgba(8,8,6,.74);
  border-top-color: rgba(238,231,216,.12);
}

.hero-stats strong {
  color: var(--gold-soft);
}

.conversion-strip {
  border-color: rgba(238,231,216,.1);
}

.conversion-strip div {
  min-height: 142px;
  background:
    linear-gradient(135deg, rgba(240,207,120,.08), transparent 42%),
    #0d0c0a;
}

.scenario-section,
.occasions,
.extras {
  background: var(--cream);
}

.scenario-section::before {
  color: rgba(8,8,6,.045);
}

.scenario-card {
  background: rgba(255,255,255,.38);
  border-color: rgba(8,8,6,.1);
  box-shadow: 0 34px 90px rgba(45,35,16,.09);
}

.scenario-card-dark {
  background:
    linear-gradient(180deg, rgba(8,8,6,.06), rgba(8,8,6,.84)),
    url("assets/action-room.jpg") center/cover;
}

.occasion-card {
  background: rgba(255,255,255,.28);
}

.occasion-card:hover,
.occasion-card.is-featured {
  background:
    linear-gradient(180deg, rgba(8,8,6,.08), rgba(8,8,6,.86)),
    url("assets/group-finale.jpg") center/cover;
}

.experience {
  background:
    linear-gradient(90deg, rgba(217,207,187,.94), rgba(217,207,187,.74)),
    var(--cream-2);
}

.experience-photo {
  border-radius: 28px;
}

.price-section {
  background:
    radial-gradient(circle at 4% 0%, rgba(215,169,58,.16), transparent 29%),
    radial-gradient(circle at 96% 96%, rgba(215,169,58,.12), transparent 25%),
    #080806;
}

.calculator {
  border-color: rgba(238,231,216,.12);
  border-radius: 34px;
  background: #0f0e0b;
}

.calculator-controls {
  background:
    linear-gradient(135deg, rgba(255,255,255,.035), transparent),
    #11100d;
}

.room-select {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(238,231,216,.14);
  border-radius: 16px;
  outline: 0;
  color: #fff;
  background: rgba(255,255,255,.055);
}

.room-select:focus {
  border-color: var(--gold-soft);
  box-shadow: 0 0 0 3px rgba(215,169,58,.12);
}

.room-select option {
  color: #0a0a09;
}

.field-hint {
  margin: -6px 0 0;
  color: rgba(238,231,216,.44);
  font-size: 12px;
  line-height: 1.5;
}

.calculator-result {
  background: linear-gradient(145deg, #f1dc9c, #c89626);
}

.gallery-section {
  background: #0d0c0a;
}

.gallery-photo img {
  filter: saturate(.82) contrast(1.05);
}

.steps {
  background: #d9cfbb;
}

.faq-section {
  background: var(--cream);
}

.booking-section {
  background:
    linear-gradient(90deg, rgba(8,8,6,.98), rgba(8,8,6,.84)),
    url("assets/group-finale.jpg") center/cover;
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-image {
    width: min(78vw, 560px);
  }

  .mission-card {
    left: 4%;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 66px;
  }

  .brand-copy strong {
    font-size: 13px;
  }

  .brand-copy small {
    letter-spacing: .28em;
  }

  .hero {
    padding-top: 106px;
    padding-bottom: 218px;
  }

  .hero h1 {
    font-size: clamp(45px, 12.8vw, 66px);
  }

  .hero-visual {
    min-height: 520px;
  }

  .hero-image {
    width: min(88vw, 410px);
  }

  .mission-card {
    left: 50%;
    bottom: 4%;
    transform: translateX(-50%);
  }

  .visual-badge-top {
    top: 18%;
    right: 0;
  }

  .visual-badge-bottom {
    right: auto;
    left: 0;
  }

  .hero-stats {
    min-height: 128px;
  }
}

/* V4 cleanup from review: no duplicated facts, stronger hero, real photo cards */
.site-header {
  grid-template-columns: auto 1fr auto auto auto;
}

.header-social {
  padding: 10px 13px;
  border: 1px solid rgba(240,207,120,.22);
  border-radius: 999px;
  color: rgba(240,207,120,.88);
  background: rgba(255,255,255,.035);
  font-size: 12px;
  font-weight: 900;
}

.hero {
  min-height: 820px;
  padding-bottom: 92px;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(8,8,6,.98) 0%, rgba(8,8,6,.88) 48%, rgba(8,8,6,.64) 100%),
    radial-gradient(circle at 70% 40%, rgba(215,169,58,.22), transparent 30%),
    url("assets/action-room.jpg") center/cover;
}

.hero h1 {
  max-width: 960px;
  font-size: clamp(52px, 6.4vw, 104px);
  line-height: .93;
  letter-spacing: -.055em;
}

.hero h1 em {
  display: inline;
}

.hero-facts-line {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  max-width: 900px;
  margin: 28px 0 0;
  padding: 18px 0;
  border-top: 1px solid rgba(238,231,216,.14);
  border-bottom: 1px solid rgba(238,231,216,.14);
  color: rgba(238,231,216,.7);
}

.hero-facts-line span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  white-space: nowrap;
}

.hero-facts-line strong {
  color: var(--gold-soft);
  font-family: Georgia, serif;
  font-size: 24px;
  line-height: 1;
}

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

.hero-image {
  background:
    linear-gradient(to top, rgba(8,8,6,.56), transparent 48%),
    url("assets/laser-game.jpg") center/cover;
}

.mission-card {
  padding: 20px;
}

.mission-card span {
  color: rgba(240,207,120,.86);
  letter-spacing: .2em;
}

.mission-card strong {
  font-size: 21px;
}

.visual-badge-bottom {
  right: 4%;
}

.conversion-strip {
  margin-top: 0;
}

.occasion-card {
  min-height: 350px;
  color: #fff;
  border-color: rgba(255,255,255,.12);
  background-color: #11100d;
  background-position: center;
  background-size: cover;
  box-shadow: 0 26px 80px rgba(0,0,0,.18);
}

.occasion-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(8,8,6,.22), rgba(8,8,6,.84));
  transition: background .25s, opacity .25s;
}

.occasion-card > * {
  position: relative;
  z-index: 1;
}

.occasion-card:hover::before,
.occasion-card.is-featured::before {
  background: linear-gradient(180deg, rgba(8,8,6,.06), rgba(8,8,6,.68));
}

.occasion-birthday {
  background-image: url("assets/action-room.jpg");
}

.occasion-school {
  background-image: url("assets/group-finale.jpg");
}

.occasion-adults {
  background-image: url("assets/laser-game.jpg");
}

.occasion-corporate {
  background-image: url("assets/cage-game.jpg");
}

.occasion-birthday:hover,
.occasion-birthday.is-featured {
  background-image: url("assets/action-room.jpg");
}

.occasion-school:hover,
.occasion-school.is-featured {
  background-image: url("assets/group-finale.jpg");
}

.occasion-adults:hover,
.occasion-adults.is-featured {
  background-image: url("assets/laser-game.jpg");
}

.occasion-corporate:hover,
.occasion-corporate.is-featured {
  background-image: url("assets/cage-game.jpg");
}

.occasion-card:hover,
.occasion-card.is-featured {
  background-color: #11100d;
  background-position: center;
  background-size: cover;
}

.occasion-card > span:not(.card-index):not(.card-icon) {
  color: rgba(255,255,255,.68);
}

.occasion-card .card-index {
  color: rgba(255,255,255,.54);
}

.card-icon {
  background: rgba(8,8,6,.34);
  backdrop-filter: blur(10px);
}

.experience-photo-main {
  width: 66%;
}

.experience-photo-room {
  width: 42%;
}

.experience-quote {
  left: 40%;
  top: 48%;
  width: 52%;
}

.room-counter output {
  font-size: 42px;
}

.room-counter input {
  accent-color: var(--gold-soft);
}

.gallery-section {
  grid-template-columns: .9fr 1.1fr .75fr;
}

.gallery-photo-main img {
  object-position: center;
}

.gallery-photo-side img {
  object-position: center;
}

.faq-section {
  padding-top: clamp(78px, 8vw, 120px);
}

.faq-contact {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.faq-contact a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 1px solid rgba(10,10,9,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.34);
  font-weight: 900;
}

.faq-contact span {
  color: var(--gold-dark);
}

.contact-lines {
  grid-template-columns: 1fr;
}

.contact-lines a {
  position: relative;
  grid-template-columns: 42px 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 14px 0;
}

.contact-lines i {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240,207,120,.28);
  border-radius: 50%;
  color: var(--gold-soft);
  font-style: normal;
  background: rgba(255,255,255,.04);
}

.footer-contacts {
  display: grid;
  gap: 10px;
  justify-self: end;
}

.footer-contacts a {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.footer-contacts span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(240,207,120,.25);
  border-radius: 50%;
  color: var(--gold-soft);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .header-social {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 96px;
  }

  .hero-facts-line {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-bottom: 96px;
  }

  .hero h1 {
    font-size: clamp(43px, 12vw, 60px);
  }

  .hero-facts-line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    text-align: left;
  }

  .hero-facts-line span {
    display: grid;
    gap: 3px;
    white-space: normal;
  }

  .hero-facts-line strong {
    font-size: 25px;
  }

  .occasion-card {
    min-height: 290px;
  }

  .experience-photo-main {
    width: 76%;
  }

  .experience-photo-room {
    width: 50%;
  }

  .experience-quote {
    left: 22%;
    width: 76%;
  }

  .gallery-section {
    display: block;
  }

  .footer-contacts {
    justify-self: start;
    margin-top: 24px;
  }
}

/* V5: compact, Mogilev-focused, cleaner calculator and placeholders */
.section {
  padding: clamp(64px, 8vw, 108px) clamp(20px, 7vw, 110px);
}

.section-heading {
  margin-bottom: 38px;
}

.hero {
  min-height: 760px;
  padding-top: 118px;
  padding-bottom: 76px;
  background:
    linear-gradient(90deg, rgba(8,8,6,.98) 0%, rgba(8,8,6,.88) 48%, rgba(8,8,6,.68) 100%),
    radial-gradient(circle at 70% 40%, rgba(215,169,58,.18), transparent 30%),
    url("assets/group-finale.jpg") center/cover;
}

.hero h1 {
  max-width: 1060px;
  font-size: clamp(50px, 6vw, 94px);
  line-height: .96;
}

.hero-lead {
  max-width: 760px;
}

.hero-facts-line {
  max-width: 860px;
  margin-top: 24px;
  padding: 14px 0;
}

.hero-facts-line strong {
  font-size: 22px;
}

.hero-visual {
  min-height: 540px;
}

.hero-image {
  width: min(36vw, 500px);
  aspect-ratio: .86;
  background:
    linear-gradient(to top, rgba(8,8,6,.46), transparent 48%),
    url("assets/group-finale.jpg") center/cover;
}

.mission-card {
  left: -10px;
  bottom: 46px;
  width: min(310px, 74vw);
}

.mission-card span {
  font-size: 9px;
}

.visual-badge {
  padding: 13px 15px;
}

.visual-badge strong {
  font-size: 27px;
}

.conversion-strip div {
  min-height: 116px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.conversion-strip strong {
  font-size: clamp(19px, 1.8vw, 27px);
}

.scenario-card {
  min-height: 315px;
  padding: clamp(22px, 2.4vw, 34px);
}

.occasion-card {
  min-height: 300px;
  padding: 24px;
}

.occasion-card::before {
  background: linear-gradient(180deg, rgba(8,8,6,.12), rgba(8,8,6,.76));
}

.occasion-card:hover::before,
.occasion-card.is-featured::before {
  background: linear-gradient(180deg, rgba(8,8,6,.04), rgba(8,8,6,.58));
}

.occasion-adults,
.occasion-adults:hover,
.occasion-adults.is-featured,
.occasion-corporate,
.occasion-corporate:hover,
.occasion-corporate.is-featured {
  background-image:
    radial-gradient(circle at 16% 16%, rgba(240,207,120,.16), transparent 28%),
    linear-gradient(135deg, #181610, #090807 75%);
}

.occasion-adults::before,
.occasion-corporate::before {
  background: linear-gradient(180deg, rgba(8,8,6,.05), rgba(8,8,6,.34));
}

.occasion-adults::after,
.occasion-corporate::after {
  content: "фото добавим";
  position: absolute;
  right: 20px;
  top: 20px;
  width: auto;
  height: auto;
  padding: 7px 10px;
  border: 1px solid rgba(240,207,120,.22);
  border-radius: 999px;
  color: rgba(240,207,120,.72);
  background: rgba(255,255,255,.035);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.experience {
  grid-template-columns: 1fr .92fr;
  gap: clamp(44px, 6vw, 96px);
}

.experience-gallery {
  min-height: 560px;
}

.experience-photo-main {
  width: 62%;
  height: 76%;
}

.experience-quote {
  padding: 22px;
}

.calculator {
  grid-template-columns: 1.15fr .85fr;
}

.calculator-controls {
  gap: 30px;
  padding: clamp(26px, 4vw, 54px);
}

.counter output {
  font-size: clamp(34px, 4.2vw, 48px);
}

#participantsOutput {
  font-size: clamp(25px, 3vw, 44px);
}

.room-counter output {
  font-size: clamp(30px, 3.4vw, 42px);
}

.extra-card {
  min-height: 315px;
}

.gallery-section {
  min-height: 690px;
  grid-template-columns: .85fr 1.05fr .74fr;
  grid-template-rows: 1fr .85fr;
}

.gallery-photo-side {
  grid-row: 1;
  grid-column: 3;
}

.gallery-photo-third {
  grid-row: 2;
  grid-column: 3;
}

.gallery-fact {
  grid-column: 1;
  min-height: 130px;
}

.booking-section {
  padding: clamp(66px, 8vw, 118px) clamp(20px, 7vw, 110px);
}

.faq-section {
  grid-template-columns: .68fr 1.32fr;
  gap: clamp(34px, 6vw, 82px);
  padding-top: clamp(58px, 7vw, 92px);
}

.faq-list summary {
  padding: 18px 42px 18px 0;
  font-size: 18px;
}

.faq-list details p {
  padding-bottom: 18px;
  line-height: 1.58;
  font-size: 14px;
}

.instagram-icon {
  position: relative;
  color: currentColor;
  font-size: 0;
}

.instagram-icon::before {
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.instagram-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 5px;
  height: 5px;
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 6px -6px 0 -4px currentColor;
}

.mobile-dock .instagram-icon::before {
  width: 17px;
  height: 17px;
}

@media (max-width: 1080px) {
  .hero {
    padding-bottom: 82px;
  }

  .hero-image {
    width: min(72vw, 500px);
  }

  .gallery-section {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-photo-main {
    grid-column: 2;
  }

  .gallery-photo-side,
  .gallery-photo-third {
    display: block;
    grid-column: 1;
  }

  .gallery-photo-side {
    grid-row: 2;
  }

  .gallery-photo-third {
    grid-row: 3;
  }
}

@media (max-width: 760px) {
  .section {
    padding: 62px 18px;
  }

  .hero {
    padding-top: 98px;
    padding-bottom: 72px;
  }

  .hero-visual {
    min-height: 460px;
  }

  .hero-image {
    width: min(86vw, 390px);
  }

  .mission-card {
    bottom: 0;
  }

  .conversion-strip div {
    min-height: 96px;
  }

  .scenario-card,
  .extra-card {
    min-height: 265px;
  }

  .gallery-section {
    min-height: auto;
  }

  .gallery-photo-side,
  .gallery-photo-third {
    height: 310px;
    margin-top: 14px;
  }

  .faq-list summary {
    font-size: 17px;
  }
}

/* V6: review fixes — no overlays on photos, cleaner indexes, 2-photo gallery */
.experience-gallery {
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, .72fr);
  grid-template-rows: 300px auto;
  gap: 16px;
}

.experience-photo {
  position: relative;
  inset: auto;
}

.experience-photo-main {
  grid-column: 1;
  grid-row: 1 / 3;
  width: auto;
  height: 100%;
}

.experience-photo-room {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  height: 100%;
  border: 0;
}

.experience-quote {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 2;
  left: auto;
  top: auto;
  width: auto;
  min-height: 190px;
  display: grid;
  align-content: center;
  padding: 24px;
}

.experience-quote p {
  font-size: 17px;
}

.card-index,
.extra-number,
.step-list li > span,
.feature-list li > span {
  font-size: 12px;
  letter-spacing: .05em;
}

.calculator-result.is-individual .result-value {
  display: none;
}

.calculator-result.is-individual #priceDescription {
  min-height: 0;
  margin: 28px 0 8px;
  font-family: Georgia, serif;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.05;
  letter-spacing: -.035em;
  color: var(--ink);
}

.calculator-result.is-individual .result-divider {
  margin-top: 34px;
}

.gallery-section {
  grid-template-columns: 1fr 1.25fr .65fr;
  grid-template-rows: 1fr auto;
}

.gallery-photo-main {
  grid-row: 1 / 3;
  grid-column: 2;
}

.gallery-photo-side {
  grid-row: 1;
  grid-column: 3;
}

.gallery-fact {
  grid-column: 3;
  grid-row: 2;
}

@media (max-width: 1080px) {
  .experience-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-section {
    grid-template-columns: .85fr 1.15fr;
  }

  .gallery-photo-main {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .gallery-photo-side,
  .gallery-fact {
    display: none;
  }
}

@media (max-width: 760px) {
  .experience-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 14px;
    margin-bottom: 48px;
  }

  .experience-photo-main,
  .experience-photo-room,
  .experience-quote {
    grid-column: 1;
    grid-row: auto;
    width: auto;
  }

  .experience-photo-main {
    height: 430px;
  }

  .experience-photo-room {
    height: 260px;
  }

  .experience-quote {
    min-height: auto;
  }
}

/* V7 — design-engineering pass: editorial hero, interactive format stage, refined motion */
:root {
  --ease-out-strong: cubic-bezier(.23, 1, .32, 1);
  --ease-in-out-strong: cubic-bezier(.77, 0, .175, 1);
}

.button,
.occasion-card,
.mobile-dock a,
.header-social,
.header-phone {
  transition:
    transform 160ms var(--ease-out-strong),
    border-color 180ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.button:active,
.occasion-card:active,
.mobile-dock a:active {
  transform: scale(.97);
}

.hero {
  min-height: 790px;
  grid-template-columns: minmax(470px, .92fr) minmax(520px, 1.08fr);
  gap: clamp(54px, 6vw, 110px);
  padding-top: 120px;
  padding-bottom: 82px;
  background:
    radial-gradient(circle at 78% 26%, rgba(217, 171, 60, .18), transparent 29%),
    radial-gradient(circle at 8% 88%, rgba(124, 91, 22, .12), transparent 25%),
    #090908;
}

.hero::before {
  opacity: .13;
  background-size: 72px 72px;
}

.hero-copy {
  max-width: 680px;
}

.hero h1 {
  max-width: 670px;
  margin: 24px 0 24px;
  font-size: clamp(66px, 6.3vw, 106px);
  line-height: .86;
  letter-spacing: -.065em;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  margin-top: 12px;
  color: var(--gold-bright);
  font-size: .72em;
  font-style: normal;
  letter-spacing: -.045em;
}

.hero-lead {
  max-width: 570px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.55;
}

.hero-facts-line {
  max-width: 660px;
  margin-top: 30px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .13);
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  background: transparent;
  backdrop-filter: none;
}

.hero-facts-line span {
  min-height: 76px;
  padding: 12px 16px;
}

.hero-facts-line span:first-child {
  padding-left: 0;
}

.hero-visual {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(210px, .9fr);
  grid-template-rows: 58px 410px 142px;
  gap: 14px;
  place-items: stretch;
}

.hero-visual::before,
.hero-visual-label,
.coin,
.visual-badge {
  display: none;
}

.hero-image {
  position: relative;
  grid-column: 1 / 3;
  grid-row: 2;
  width: auto;
  height: auto;
  margin: 0;
  overflow: hidden;
  aspect-ratio: auto;
  border-radius: 30px 30px 12px 12px;
  background: #171612;
  filter: none;
  box-shadow: 0 32px 90px rgba(0, 0, 0, .46), 0 0 0 1px rgba(229, 188, 85, .2);
}

.hero-image::before,
.hero-image::after {
  display: none;
}

.hero-image img,
.hero-image-detail img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.hero-image img {
  object-position: center 45%;
  filter: saturate(.82) contrast(1.03);
}

.hero-image-detail {
  grid-column: 2;
  grid-row: 3;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 12px 12px 30px 12px;
}

.hero-image-detail img {
  object-position: center 35%;
  filter: saturate(.7);
}

.hero-location {
  grid-column: 1 / 3;
  grid-row: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 12px;
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero-location::before {
  content: "";
  grid-column: 1 / 3;
  grid-row: 2;
  height: 1px;
  margin-top: 11px;
  background: linear-gradient(90deg, var(--gold), rgba(255, 255, 255, .08));
}

.hero-location strong {
  color: #fff;
  font-size: 12px;
  letter-spacing: .16em;
}

.hero-location small {
  color: rgba(255, 255, 255, .55);
  font-size: 9px;
}

.mission-card {
  position: relative;
  inset: auto;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  grid-column: 1;
  grid-row: 3;
  width: auto;
  min-height: 0;
  padding: 20px 22px;
  border-color: rgba(229, 188, 85, .27);
  border-radius: 12px 12px 12px 30px;
  background: linear-gradient(145deg, rgba(34, 31, 23, .98), rgba(16, 16, 14, .98));
  backdrop-filter: none;
}

.mission-card span {
  margin-bottom: 7px;
}

.mission-card strong {
  max-width: 330px;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.22;
}

.mission-card small {
  margin-top: 8px;
}

.conversion-strip {
  background: #0d0d0c;
}

.conversion-strip div {
  min-height: 118px;
  padding: 24px clamp(24px, 4vw, 60px);
}

.conversion-strip span {
  color: var(--gold-bright);
}

.occasions {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 8%, rgba(211, 166, 54, .12), transparent 24%),
    #e7e2d6;
}

.occasions::before {
  content: "FORT";
  position: absolute;
  right: -1vw;
  top: 30px;
  color: rgba(20, 20, 17, .035);
  font-family: Georgia, serif;
  font-size: clamp(150px, 22vw, 350px);
  line-height: .8;
  pointer-events: none;
}

.format-stage {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(290px, .68fr) minmax(520px, 1.32fr);
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(15, 15, 13, .13);
  border-radius: 30px;
  background: #11110f;
  box-shadow: 0 35px 90px rgba(35, 29, 15, .18);
}

.format-stage .occasion-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-content: stretch;
  gap: 0;
  padding: 18px;
  background: #11110f;
}

.format-stage .occasion-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 36px 1fr auto;
  grid-template-rows: 1fr auto;
  align-items: center;
  gap: 3px 14px;
  padding: 20px 18px;
  overflow: visible;
  color: rgba(255, 255, 255, .67);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.format-stage .occasion-card:last-child {
  border-bottom: 0;
}

.format-stage .occasion-card::before {
  content: "";
  position: absolute;
  inset: 8px 0;
  border: 1px solid transparent;
  border-radius: 15px;
  background: transparent;
  opacity: 1;
}

.format-stage .occasion-card::after {
  content: "↗";
  position: relative;
  right: auto;
  bottom: auto;
  grid-column: 3;
  grid-row: 1 / 3;
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, .3);
  border: 0;
  border-radius: 0;
  font-size: 17px;
  transition: transform 180ms var(--ease-out-strong), color 180ms ease;
}

.format-stage .occasion-card > * {
  position: relative;
  z-index: 1;
}

.format-stage .occasion-card .card-index {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  margin: 0;
  color: rgba(255, 255, 255, .28);
  font-size: 11px;
}

.format-stage .occasion-card strong {
  grid-column: 2;
  grid-row: 1;
  color: inherit;
  font-family: inherit;
  font-size: clamp(17px, 1.45vw, 21px);
  font-weight: 700;
}

.format-stage .occasion-card > span:not(.card-index) {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  color: rgba(255, 255, 255, .36);
  font-size: 11px;
}

.format-stage .occasion-card.is-featured {
  color: #fff;
  background: transparent;
  transform: none;
}

.format-stage .occasion-card.is-featured::before {
  border-color: rgba(231, 188, 82, .2);
  background: linear-gradient(90deg, rgba(211, 166, 54, .17), rgba(211, 166, 54, .035));
}

.format-stage .occasion-card.is-featured::after {
  color: var(--gold-bright);
  transform: translate(2px, -2px);
}

.format-stage .occasion-card.is-featured .card-index {
  color: var(--gold-bright);
}

.format-preview {
  position: relative;
  min-width: 0;
  min-height: 610px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 70% 30%, rgba(215, 170, 61, .16), transparent 30%),
    #222019;
}

.format-preview img,
.format-preview-placeholder,
.format-preview-shade,
.format-preview-copy {
  transition: opacity 180ms ease, filter 180ms ease, transform 220ms var(--ease-out-strong);
}

.format-preview img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.72) contrast(1.05);
}

.format-preview img[hidden],
.format-preview-placeholder[hidden] {
  display: none;
}

.format-preview-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  justify-items: center;
  color: rgba(255, 255, 255, .28);
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 48px 48px;
}

.format-preview-placeholder span {
  color: var(--gold);
  font-size: 10px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.format-preview-placeholder strong {
  margin-top: 8px;
  font-family: Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}

.format-preview-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 8, 7, .04) 20%, rgba(8, 8, 7, .9) 88%);
}

.format-preview-copy {
  position: absolute;
  z-index: 2;
  right: clamp(26px, 5vw, 72px);
  bottom: clamp(28px, 5vw, 66px);
  left: clamp(26px, 5vw, 72px);
  max-width: 670px;
}

.format-preview-copy > span {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.format-preview-copy h3 {
  max-width: 640px;
  margin: 12px 0 14px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.04em;
}

.format-preview-copy p {
  max-width: 590px;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, .68);
  font-size: 14px;
  line-height: 1.6;
}

.format-preview-copy a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.format-preview-copy a i {
  color: var(--gold-bright);
  font-style: normal;
}

.format-preview.is-changing img,
.format-preview.is-changing .format-preview-placeholder,
.format-preview.is-changing .format-preview-copy {
  opacity: .42;
  filter: none;
}

.format-preview.is-changing .format-preview-copy {
  transform: translateY(5px);
}

.reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 480ms var(--ease-out-strong), transform 480ms var(--ease-out-strong);
}

.reveal-item.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.extra-card,
.faq-list details {
  transition: transform 180ms var(--ease-out-strong), border-color 180ms ease, background-color 180ms ease;
}

.faq-list {
  gap: 7px;
}

.faq-list details {
  border-radius: 14px;
}

.faq-list summary {
  min-height: 68px;
  padding: 18px 20px;
  font-size: 16px;
}

.faq-list details p {
  padding: 0 20px 20px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }

  .format-stage .occasion-card:hover {
    color: #fff;
    background: transparent;
    transform: none;
  }

  .format-stage .occasion-card:hover::after {
    color: var(--gold-bright);
    transform: translate(2px, -2px);
  }

  .extra-card:hover {
    transform: translateY(-5px);
    border-color: rgba(170, 127, 27, .35);
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: minmax(390px, .86fr) minmax(450px, 1.14fr);
    gap: 40px;
  }

  .hero-visual {
    grid-template-columns: 1fr 190px;
  }

  .format-stage {
    grid-template-columns: 320px 1fr;
  }
}

@media (max-width: 900px) {
  .hero {
    display: block;
    padding-top: 110px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 760px;
  }

  .hero-visual {
    max-width: 760px;
    margin: 60px auto 0;
  }

  .format-stage {
    grid-template-columns: 1fr;
  }

  .format-stage .occasion-grid {
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .format-stage .occasion-card {
    scroll-snap-align: start;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 0;
  }

  .format-preview {
    min-height: 540px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding: 98px 18px 40px;
    text-align: left;
  }

  .hero-copy {
    text-align: left;
  }

  .hero .eyebrow,
  .hero-note {
    justify-content: flex-start;
  }

  .hero h1 {
    margin-top: 18px;
    font-size: clamp(55px, 16.5vw, 78px);
    line-height: .87;
  }

  .hero h1 em {
    margin-top: 8px;
  }

  .hero-lead {
    max-width: 490px;
    font-size: 16px;
  }

  .hero-facts-line {
    grid-template-columns: 1fr 1fr;
  }

  .hero-facts-line span,
  .hero-facts-line span:first-child {
    min-height: 65px;
    padding: 10px 12px 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 48px 310px auto;
    gap: 12px;
    margin-top: 44px;
  }

  .hero-location,
  .hero-image {
    grid-column: 1;
  }

  .hero-image {
    grid-row: 2;
    border-radius: 22px 22px 10px 10px;
  }

  .hero-image img {
    object-position: 50% center;
  }

  .hero-image-detail {
    display: none;
  }

  .mission-card {
    grid-column: 1;
    grid-row: 3;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    transform: none;
    border-radius: 10px 10px 22px 22px;
  }

  .hero,
  .hero-copy,
  .hero-visual,
  .hero-image,
  .mission-card {
    min-width: 0;
    max-width: 100%;
  }

  .conversion-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .conversion-strip div {
    min-height: 92px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .format-stage {
    min-height: 0;
    border-radius: 22px;
  }

  .format-stage .occasion-grid {
    grid-template-columns: repeat(4, 230px);
    padding: 10px;
  }

  .format-stage .occasion-card {
    min-height: 104px;
    padding: 16px 13px;
    grid-template-columns: 25px 1fr;
  }

  .format-stage .occasion-card::after {
    display: none;
  }

  .format-preview {
    min-height: 480px;
  }

  .format-preview-copy {
    right: 22px;
    bottom: 26px;
    left: 22px;
  }

  .format-preview-copy h3 {
    font-size: clamp(34px, 10.5vw, 46px);
  }

  .format-preview img {
    object-position: center;
  }

  .experience-photo-main {
    height: 390px;
  }

  .faq-list summary {
    min-height: 60px;
    padding: 15px 16px;
    font-size: 15px;
  }

  .faq-list details p {
    padding: 0 16px 17px;
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .reveal-item.is-revealed {
    opacity: 1;
    transform: none;
    transition: opacity 160ms ease;
  }

  .format-preview img,
  .format-preview-placeholder,
  .format-preview-copy {
    transition: opacity 160ms ease;
  }
}

/* V8 — final override: restrained cinematic background for the control concept */
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20%;
  pointer-events: none;
  opacity: .52;
  background:
    linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .86) 20%, rgba(9, 9, 8, .2) 62%, rgba(9, 9, 8, .48) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, .08) 42%, #090908 100%),
    url("assets/cinematic-fort-background.png") 58% center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 91%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 91%, transparent 100%);
}

.hero-copy,
.hero-visual {
  isolation: isolate;
}

.hero-image {
  box-shadow:
    0 34px 100px rgba(0, 0, 0, .56),
    0 0 0 1px rgba(229, 188, 85, .23);
}

@media (max-width: 900px) {
  .hero::after {
    left: 0;
    opacity: .3;
    background:
      linear-gradient(180deg, #090908 0%, rgba(9, 9, 8, .76) 37%, rgba(9, 9, 8, .16) 66%, #090908 100%),
      url("assets/cinematic-fort-background.png") center / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
  }
}

@media (max-width: 760px) {
  .hero::after {
    bottom: 34%;
    opacity: .22;
    background-position: 52% center;
  }
}

/* V9 — temporary A/B switch for choosing the hero background */
.variant-switch {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: 22px;
  z-index: 140;
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100vw - 28px);
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 999px;
  background: rgba(8, 8, 7, .82);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .42);
  backdrop-filter: blur(18px);
}

.variant-switch span {
  padding: 0 8px 0 10px;
  color: rgba(255, 255, 255, .5);
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.variant-switch button {
  min-height: 34px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 255, 255, .68);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .02em;
  cursor: pointer;
  transition:
    transform 140ms var(--ease-out-strong),
    background-color 180ms ease,
    color 180ms ease;
}

.variant-switch button:active {
  transform: scale(.97);
}

.variant-switch button.is-active {
  color: #090908;
  background: var(--gold-bright);
}

.hero::after {
  left: 10%;
  opacity: .64;
  background:
    linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .8) 18%, rgba(9, 9, 8, .12) 58%, rgba(9, 9, 8, .4) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, .02) 34%, #090908 100%),
    url("assets/entrance-detail.png") 43% center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

.hero-bg-clean .hero::after {
  opacity: 0 !important;
  background: none !important;
}

@media (max-width: 900px) {
  .hero::after {
    left: 0;
    opacity: .38;
    background:
      linear-gradient(180deg, #090908 0%, rgba(9, 9, 8, .7) 34%, rgba(9, 9, 8, .18) 62%, #090908 100%),
      url("assets/entrance-detail.png") 46% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  }
}

@media (max-width: 760px) {
  .variant-switch {
    right: 10px;
    bottom: 78px;
    left: 10px;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 20px;
  }

  .variant-switch span {
    width: 100%;
    padding-top: 3px;
    text-align: center;
  }

  .variant-switch button {
    flex: 1 1 130px;
  }

  .hero::after {
    bottom: 34%;
    opacity: .3;
    background-position: 44% center;
  }
}

/* V10 — stronger live-photo atmosphere: action on hero, entrance glow on address */
.hero::after {
  left: 8%;
  opacity: .58;
  filter: saturate(1.05) contrast(1.08);
  background:
    radial-gradient(circle at 55% 35%, rgba(219, 170, 52, .2), transparent 34%),
    linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .78) 20%, rgba(9, 9, 8, .16) 58%, rgba(9, 9, 8, .44) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, .02) 34%, #090908 100%),
    url("assets/action-room.jpg") 40% center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

.location-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #201f1b;
}

.location-section::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -22%;
  right: -4%;
  bottom: -26%;
  left: 40%;
  opacity: .58;
  background:
    radial-gradient(circle at 62% 45%, rgba(225, 178, 66, .32), transparent 32%),
    url("assets/entrance-detail.png") 52% center / cover no-repeat;
  filter: saturate(1.08) contrast(1.08);
  pointer-events: none;
}

.location-section::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, #201f1b 0%, rgba(32, 31, 27, .92) 40%, rgba(32, 31, 27, .58) 68%, rgba(32, 31, 27, .88) 100%),
    linear-gradient(180deg, rgba(32, 31, 27, .28), #201f1b);
  pointer-events: none;
}

.location-section > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .hero::after {
    left: 0;
    opacity: .34;
    background:
      radial-gradient(circle at 50% 28%, rgba(219, 170, 52, .16), transparent 36%),
      linear-gradient(180deg, #090908 0%, rgba(9, 9, 8, .72) 34%, rgba(9, 9, 8, .2) 62%, #090908 100%),
      url("assets/action-room.jpg") 42% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  }

  .location-section::before {
    left: 20%;
    opacity: .42;
  }
}

@media (max-width: 760px) {
  .hero::after {
    bottom: 36%;
    opacity: .26;
    background-position: 44% center;
  }

  .location-section::before {
    top: -10%;
    right: -44%;
    bottom: -18%;
    left: 0;
    opacity: .32;
    background-position: 58% center;
  }

  .location-section::after {
    background:
      linear-gradient(180deg, #201f1b 0%, rgba(32, 31, 27, .86) 46%, #201f1b 100%),
      linear-gradient(90deg, rgba(32, 31, 27, .96), rgba(32, 31, 27, .62));
  }
}

/* V11 — comparison variant: candle mystery background */
.hero-bg-candle .hero::after {
  left: 6%;
  opacity: .66;
  filter: saturate(1.18) contrast(1.12) brightness(1.06);
  background:
    radial-gradient(circle at 47% 42%, rgba(255, 199, 76, .28), transparent 30%),
    radial-gradient(circle at 72% 36%, rgba(255, 141, 47, .16), transparent 24%),
    linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .74) 21%, rgba(9, 9, 8, .1) 57%, rgba(9, 9, 8, .52) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, .04) 24%, #090908 100%),
    url("assets/atmosphere.webp") 41% center / cover no-repeat;
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 9%, #000 86%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 9%, #000 86%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
}

.hero-bg-clean .hero::after {
  opacity: 0 !important;
  background: none !important;
}

@media (max-width: 900px) {
  .hero-bg-candle .hero::after {
    left: 0;
    opacity: .38;
    background:
      radial-gradient(circle at 48% 26%, rgba(255, 199, 76, .2), transparent 32%),
      linear-gradient(180deg, #090908 0%, rgba(9, 9, 8, .68) 34%, rgba(9, 9, 8, .22) 62%, #090908 100%),
      url("assets/atmosphere.webp") 47% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
  }
}

@media (max-width: 760px) {
  .hero-bg-candle .hero::after {
    bottom: 35%;
    opacity: .28;
    background-position: 49% center;
  }
}

/* V12 — requested comparison: entrance vs softened main photo; remove address background */
.location-section {
  background: #24231f !important;
}

.location-section::before,
.location-section::after {
  display: none !important;
}

.hero::after {
  left: 10%;
  opacity: .62;
  filter: saturate(1.08) contrast(1.08) brightness(1.04);
  transform: none;
  background:
    radial-gradient(circle at 56% 42%, rgba(225, 178, 66, .22), transparent 32%),
    linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .8) 18%, rgba(9, 9, 8, .12) 58%, rgba(9, 9, 8, .4) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, .02) 34%, #090908 100%),
    url("assets/entrance-detail.png") 43% center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 88%, transparent 100%);
}

.hero-bg-main-photo .hero::after {
  left: -1%;
  right: 7%;
  opacity: .62;
  filter: blur(1.8px) saturate(1.16) contrast(1.06) brightness(1.08);
  transform: translateX(-3.5%) scale(1.035);
  background:
    radial-gradient(circle at 52% 34%, rgba(226, 178, 63, .18), transparent 34%),
    linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .82) 22%, rgba(9, 9, 8, .2) 58%, rgba(9, 9, 8, .54) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, .06) 28%, #090908 100%),
    url("assets/hero-group-cinematic-v1.png") 40% center / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 86%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 11%, #000 86%, transparent 100%);
}

.hero-bg-clean .hero::after {
  opacity: 0 !important;
  background: none !important;
}

@media (max-width: 900px) {
  .hero::after {
    left: 0;
    opacity: .36;
    background:
      radial-gradient(circle at 50% 28%, rgba(225, 178, 66, .18), transparent 32%),
      linear-gradient(180deg, #090908 0%, rgba(9, 9, 8, .7) 34%, rgba(9, 9, 8, .2) 62%, #090908 100%),
      url("assets/entrance-detail.png") 48% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  }

  .hero-bg-main-photo .hero::after {
    left: 0;
    right: 0;
    opacity: .38;
    filter: blur(1.2px) saturate(1.12) contrast(1.04) brightness(1.06);
    transform: translateX(-2%) scale(1.025);
    background:
      radial-gradient(circle at 48% 26%, rgba(226, 178, 63, .16), transparent 34%),
      linear-gradient(180deg, #090908 0%, rgba(9, 9, 8, .72) 35%, rgba(9, 9, 8, .2) 62%, #090908 100%),
      url("assets/hero-group-cinematic-v1.png") 42% center / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 74%, transparent 100%);
  }
}

@media (max-width: 760px) {
  .hero::after {
    bottom: 34%;
    opacity: .26;
    background-position: 52% center;
  }

  .hero-bg-main-photo .hero::after {
    bottom: 36%;
    opacity: .3;
    transform: translateX(-2.5%) scale(1.03);
    background-position: 43% center;
  }
}

/* V13 — interior hero option and calculator readability polish */
.hero-bg-fort-interior .hero::after {
  left: 7%;
  right: 0;
  opacity: .68;
  filter: saturate(1.08) contrast(1.09) brightness(1.03);
  transform: none;
  background:
    radial-gradient(circle at 65% 42%, rgba(225, 178, 66, .18), transparent 34%),
    linear-gradient(90deg, #090908 0%, rgba(9, 9, 8, .82) 20%, rgba(9, 9, 8, .1) 62%, rgba(9, 9, 8, .34) 100%),
    linear-gradient(180deg, rgba(9, 9, 8, .02) 35%, #090908 100%),
    var(--hero-bg-image, url("assets/hero-fort-interior-v1.png")) var(--hero-bg-position, 46% center) / cover no-repeat;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 90%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 9%, #000 90%, transparent 100%);
}

.experience-copy h2 em {
  color: #b97808;
  background: linear-gradient(180deg, #d8a027 8%, #986004 92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 10px 28px rgba(111, 72, 6, .16);
}

.calculator-result .result-value {
  margin-bottom: 18px;
}

.calculator-result #priceDescription {
  margin-top: 0;
  line-height: 1.42;
}

.calculator-result.is-individual #priceDescription {
  max-width: 430px;
  margin: 24px 0 10px;
  font-size: clamp(23px, 2.35vw, 34px);
  line-height: 1.14;
  letter-spacing: -.025em;
}

@media (max-width: 900px) {
  .hero-bg-fort-interior .hero::after {
    left: 0;
    opacity: .42;
    background:
      radial-gradient(circle at 52% 28%, rgba(225, 178, 66, .17), transparent 34%),
      linear-gradient(180deg, #090908 0%, rgba(9, 9, 8, .68) 35%, rgba(9, 9, 8, .16) 63%, #090908 100%),
      var(--hero-bg-image, url("assets/hero-fort-interior-v1.png")) var(--hero-bg-position, 48% center) / cover no-repeat;
    -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
    mask-image: linear-gradient(180deg, #000 0%, #000 76%, transparent 100%);
  }
}

@media (max-width: 760px) {
  .hero-bg-fort-interior .hero::after {
    bottom: 34%;
    opacity: .31;
    background-position: 52% center;
  }

  .calculator-result.is-individual #priceDescription {
    max-width: 320px;
    font-size: clamp(22px, 7vw, 29px);
  }
}

/* V14 — final hero, useful venue proof and booking flow */
.experience-copy h2 em {
  color: #c99418;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 8px 24px rgba(118, 79, 4, .12);
  text-decoration: none;
}

.venue-facts {
  display: grid;
  gap: 14px;
  max-width: 520px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.venue-facts li {
  display: grid;
  grid-template-columns: minmax(145px, .8fr) 1.2fr;
  gap: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.venue-facts strong {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 15px;
  font-weight: 500;
}

.venue-facts span {
  color: rgba(255, 255, 255, .52);
  font-size: 12px;
  line-height: 1.5;
}

.steps-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  padding-top: 28px;
}

.steps-action p {
  color: var(--muted);
  font-size: 13px;
}

.booking-form button:disabled {
  opacity: .62;
  cursor: wait;
  transform: none;
}

.form-calculation {
  display: grid;
  gap: 6px;
  padding: 18px 20px;
  border: 1px solid rgba(240, 207, 120, .24);
  border-radius: 16px;
  background: rgba(240, 207, 120, .07);
}

.form-calculation span {
  color: rgba(255, 255, 255, .48);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.form-calculation strong {
  color: var(--gold-bright);
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 500;
}

.form-calculation small {
  color: rgba(255, 255, 255, .45);
  font-size: 11px;
  line-height: 1.5;
}

.location-section > div > p:last-child {
  max-width: 720px;
  line-height: 1.65;
}

.location-section > div > p:last-child strong {
  color: #fff;
  font-weight: 800;
}

@media (max-width: 760px) {
  .venue-facts li {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .steps-action {
    align-items: stretch;
    flex-direction: column;
  }

  .steps-action p {
    margin: 0;
  }
}

/* Final safety rule: editable eyebrow text must never inherit decorative line styles. */
.eyebrow > span[data-content] {
  display: inline !important;
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
}

.booking-form {
  background: rgba(10, 10, 8, .54) !important;
  border-color: rgba(240, 207, 120, .2) !important;
  box-shadow: 0 26px 84px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .05) !important;
  backdrop-filter: blur(18px);
}

.booking-form input,
.booking-form select,
.booking-form textarea {
  background: rgba(255, 255, 255, .065) !important;
  border-color: rgba(255, 255, 255, .2) !important;
}

.booking-form input:-webkit-autofill,
.booking-form input:-webkit-autofill:hover,
.booking-form input:-webkit-autofill:focus,
.booking-form textarea:-webkit-autofill,
.booking-form textarea:-webkit-autofill:hover,
.booking-form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff !important;
  caret-color: #fff !important;
  box-shadow: 0 0 0 1000px rgba(26, 25, 21, .98) inset, 0 0 0 3px rgba(213, 168, 59, .16) !important;
}

/* Mobile polish pass after real phone testing */
.booking-form,
.booking-form label,
.booking-form input,
.booking-form select,
.booking-form textarea,
.form-row {
  min-width: 0;
}

.booking-form.was-validated input:invalid,
.booking-form.was-validated select:invalid,
.booking-form.was-validated textarea:invalid,
.booking-form.was-validated .consent input:invalid + span {
  border-color: rgba(255, 139, 116, .78) !important;
  box-shadow: 0 0 0 3px rgba(255, 139, 116, .12) !important;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 13px;
  line-height: 1.45;
}

.form-status.is-error {
  color: #ffb2a6;
}

.form-status.is-success {
  color: #8be39f;
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
  }

  .hero {
    padding-top: 96px;
  }

  .hero .eyebrow {
    display: none;
  }

  .hero h1 {
    margin-top: 0;
  }

  .hero-image img {
    object-position: center 42%;
  }

  .hero-actions .button {
    min-height: 58px;
  }

  .format-stage {
    position: relative;
    overflow: hidden;
  }

  .format-stage::before {
    content: "Листайте форматы →";
    position: absolute;
    z-index: 4;
    top: 8px;
    right: 14px;
    padding: 6px 10px;
    border: 1px solid rgba(211, 166, 54, .24);
    border-radius: 999px;
    color: rgba(255, 255, 255, .62);
    background: rgba(8, 8, 7, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    pointer-events: none;
  }

  .format-stage .occasion-grid {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-top: 38px;
    -webkit-overflow-scrolling: touch;
  }

  .format-preview {
    min-height: 420px;
  }

  .format-preview-copy h3 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .booking-section {
    padding-inline: 14px;
  }

  .booking-form {
    width: 100%;
    overflow: hidden;
    padding: 24px 16px 28px;
    border-radius: 24px;
  }

  .booking-form input,
  .booking-form select,
  .booking-form textarea {
    min-height: 58px;
    padding: 13px 14px;
    font-size: 16px;
  }

  .form-calculation {
    padding: 16px;
  }

  .step-list li {
    min-height: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    justify-content: start;
    padding: 24px 0;
  }

  .step-list li > span {
    padding-top: 7px;
  }

  .gallery-section {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 58px 18px;
  }

  .gallery-copy,
  .gallery-photo-main,
  .gallery-photo-side,
  .gallery-fact {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .gallery-copy {
    padding: 0 0 18px;
  }

  .gallery-photo-main,
  .gallery-photo-side {
    display: block !important;
    height: auto !important;
    margin: 0;
  }

  .gallery-photo-main img,
  .gallery-photo-side img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
  }

  .gallery-fact {
    display: grid !important;
    min-height: 104px;
    padding: 22px;
  }

  .mobile-dock {
    left: 10px;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom));
    height: 54px;
    padding: 4px;
    border-radius: 17px;
  }

  .mobile-dock a {
    gap: 1px;
    font-size: 8px;
  }

  .mobile-dock a span {
    font-size: 15px;
  }

  .mobile-dock .dock-primary {
    font-size: 10px;
  }
}

/* Web motion design pass — clean staging, no blur haze */
.reveal-item {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 520ms cubic-bezier(0, 0, .2, 1),
    transform 620ms cubic-bezier(.16, 1, .3, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.gallery-photo.reveal-item,
.experience-gallery.reveal-item {
  transform: translate3d(0, 26px, 0) scale(.985);
}

.extra-card.reveal-item,
.step-list > li.reveal-item {
  transform: translate3d(0, 18px, 0);
}

.section-heading.reveal-item {
  transform: translate3d(0, 16px, 0);
}

.booking-form.reveal-item {
  transform: translate3d(0, 20px, 0) scale(.992);
}

.reveal-item.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .reveal-item,
  .reveal-item.is-revealed {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* First-screen staging: quiet premium entrance */
@keyframes hero-rise-in {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-photo-settle {
  from {
    opacity: 0;
    transform: translate3d(0, 22px, 0) scale(.982);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes hero-bg-breathe {
  0%, 100% {
    opacity: .68;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: .73;
    transform: translate3d(-.35%, 0, 0) scale(1.006);
  }
}

.hero-copy > .eyebrow,
.hero-copy h1,
.hero-lead,
.hero-facts-line,
.hero-actions,
.hero-note,
.hero-visual {
  animation: hero-rise-in 640ms cubic-bezier(.16, 1, .3, 1) both;
}

.hero-copy > .eyebrow { animation-delay: 70ms; }
.hero-copy h1 { animation-delay: 130ms; }
.hero-lead { animation-delay: 210ms; }
.hero-facts-line { animation-delay: 290ms; }
.hero-actions { animation-delay: 360ms; }
.hero-note { animation-delay: 430ms; }

.hero-visual {
  animation-name: hero-photo-settle;
  animation-delay: 260ms;
  transform-origin: center bottom;
}

.hero-bg-fort-interior .hero::after {
  animation: hero-bg-breathe 13s cubic-bezier(.4, 0, .2, 1) infinite;
  transform-origin: center center;
}

.button:active,
.mobile-dock a:active,
.header-social:active,
.header-phone:active {
  transform: scale(.97, 1.025);
  transition-duration: 110ms;
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > .eyebrow,
  .hero-copy h1,
  .hero-lead,
  .hero-facts-line,
  .hero-actions,
  .hero-note,
  .hero-visual,
  .hero-bg-fort-interior .hero::after {
    animation: none !important;
  }
}

/* Hero cleanup: keep the small decorative line, remove repeated "Форт Боярд в Могилёве" eyebrow text. */
.hero-copy > .eyebrow > span[data-content="heroEyebrow"] {
  display: none !important;
}

/* Pre-launch copy/layout polish */
.hero-copy > .eyebrow {
  display: none !important;
}

.hero-facts-line {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  max-width: 780px !important;
  gap: 0 !important;
  margin-top: 28px !important;
}

.hero-facts-line span {
  min-height: 88px !important;
  display: grid !important;
  align-content: center !important;
  gap: 5px !important;
  padding: 13px 18px !important;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.hero-facts-line span:first-child {
  padding-left: 0 !important;
}

.hero-facts-line span:last-child {
  padding-right: 0 !important;
  border-right: 0;
}

.hero-facts-line strong {
  display: block !important;
  line-height: .94 !important;
}

.hero-facts-line small {
  max-width: 132px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.28;
  text-transform: lowercase;
}

.conversion-strip {
  counter-reset: conversion;
  border-top: 1px solid rgba(240, 207, 120, .1);
  border-bottom: 1px solid rgba(240, 207, 120, .1);
  background:
    radial-gradient(circle at 50% 0, rgba(240, 207, 120, .08), transparent 42%),
    #0c0c0b !important;
}

.conversion-strip div {
  counter-increment: conversion;
  position: relative;
  min-height: 142px !important;
  display: grid;
  align-content: center;
  gap: 12px;
  isolation: isolate;
}

.conversion-strip div::before {
  content: "0" counter(conversion);
  position: absolute;
  right: clamp(22px, 3vw, 48px);
  top: 22px;
  z-index: -1;
  color: rgba(240, 207, 120, .08);
  font-family: Georgia, serif;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 1;
}

.conversion-strip strong {
  max-width: 420px;
  color: #f8f1df;
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.conversion-strip span {
  color: var(--gold-bright) !important;
  font-size: 10px;
  letter-spacing: .18em;
}

.extra-card {
  min-height: 330px !important;
  padding: 24px !important;
}

.extra-icon {
  margin: 24px 0 24px !important;
}

.extra-card h3 {
  font-size: clamp(25px, 2vw, 32px) !important;
  line-height: 1.06;
}

.extra-card p {
  font-size: 13px !important;
}

.gallery-fact strong {
  font-size: clamp(24px, 2.4vw, 34px) !important;
  line-height: 1;
}

.gallery-fact span {
  max-width: 180px;
  line-height: 1.35;
}

.step-list li {
  min-height: 190px !important;
  justify-content: start !important;
  gap: 54px !important;
  padding: 28px 34px !important;
}

.step-list li > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(151, 105, 18, .16);
  border-radius: 50%;
  background: rgba(151, 105, 18, .06);
}

.step-list strong {
  font-size: clamp(22px, 1.8vw, 29px) !important;
  line-height: 1.08;
}

.step-list p {
  max-width: 260px;
}

.booking-form {
  background: rgba(10, 10, 8, .47) !important;
  border-color: rgba(240, 207, 120, .23) !important;
}

@media (hover: hover) and (pointer: fine) {
  .conversion-strip div,
  .extra-card {
    transition: transform 190ms var(--ease-out-strong), border-color 190ms ease, background-color 190ms ease, box-shadow 190ms ease;
  }

  .conversion-strip div:hover {
    transform: translateY(-4px);
    background: linear-gradient(180deg, rgba(240, 207, 120, .055), rgba(255, 255, 255, .015));
  }

  .extra-card:hover {
    transform: translateY(-9px) scale(1.008) !important;
    box-shadow: 0 28px 70px rgba(95, 72, 18, .12);
  }
}

@media (max-width: 1120px) {
  .hero-facts-line {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hero-facts-line span:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 760px) {
  .hero-facts-line {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hero-facts-line span {
    min-height: 96px !important;
    padding: 15px 12px !important;
  }

  .hero-facts-line span:first-child {
    padding-left: 0 !important;
  }

  .hero-facts-line span:nth-child(2) {
    border-right: 0;
  }

  .hero-facts-line small {
    max-width: 150px;
  }

  .conversion-strip div {
    min-height: 122px !important;
  }

  .conversion-strip strong {
    font-size: clamp(24px, 7vw, 31px);
  }

  .step-list li {
    grid-template-columns: 38px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 22px 0 !important;
  }

  .step-list li > span {
    margin-top: 2px;
    padding-top: 0 !important;
  }
}

/* Quick fixes after visual review */
.hero-facts-line {
  border-top: 0 !important;
  border-bottom: 0 !important;
  column-gap: 18px !important;
  row-gap: 14px !important;
}

.hero-facts-line span,
.hero-facts-line span:first-child,
.hero-facts-line span:last-child,
.hero-facts-line span:nth-child(2) {
  min-width: 0 !important;
  border-right: 0 !important;
  padding: 12px 0 !important;
}

.hero-facts-line small {
  display: block !important;
  max-width: 155px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

.conversion-strip div::before {
  display: none !important;
}

.conversion-strip div {
  border-left-color: rgba(255, 255, 255, .04) !important;
  border-right-color: rgba(255, 255, 255, .04) !important;
}

/* Conversion strip copy polish: calmer, more useful, less shouty. */
.conversion-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.conversion-strip div {
  min-height: 132px !important;
  align-content: start !important;
  gap: 14px !important;
  padding: clamp(28px, 3.4vw, 42px) clamp(22px, 4vw, 54px) !important;
}

.conversion-strip span {
  color: var(--gold-bright) !important;
  font-family: inherit !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .015em !important;
  text-transform: none !important;
}

.conversion-strip strong {
  max-width: 460px !important;
  color: rgba(255, 251, 238, .9) !important;
  font-family: inherit !important;
  font-size: clamp(17px, 1.28vw, 23px) !important;
  font-weight: 650 !important;
  line-height: 1.28 !important;
  letter-spacing: -.015em !important;
}

.gallery-photo-side img {
  object-position: center 38% !important;
}

.gallery-fact {
  background: linear-gradient(135deg, #e3b33a, #f2d575) !important;
}

.faq-list details[open],
.faq-list details {
  border-left: 0 !important;
  border-right: 0 !important;
}

.faq-list details[open] summary {
  border: 0 !important;
}

@media (max-width: 760px) {
  .hero-facts-line {
    column-gap: 12px !important;
  }

  .hero-facts-line small {
    max-width: 138px !important;
    font-size: 10px !important;
  }
}

/* Browser hardening: facts must never bleed into neighbouring columns. */
.hero-facts-line {
  align-items: stretch !important;
}

.hero-facts-line span {
  overflow: hidden !important;
  white-space: normal !important;
}

.hero-facts-line strong,
.hero-facts-line small {
  min-width: 0 !important;
  white-space: normal !important;
}

.hero-facts-line small {
  width: min-content !important;
  min-width: 112px !important;
}

/* Align hero fact numbers on one visual baseline. */
.hero-facts-line span,
.hero-facts-line span:first-child,
.hero-facts-line span:last-child,
.hero-facts-line span:nth-child(2) {
  display: grid !important;
  grid-template-rows: 36px auto !important;
  align-content: start !important;
  align-items: start !important;
  gap: 4px !important;
}

.hero-facts-line strong {
  align-self: end !important;
  line-height: .92 !important;
}

.hero-facts-line small {
  align-self: start !important;
  margin-top: 0 !important;
}

/* Gallery balance: make main green photo slightly narrower and side column more visible. */
.gallery-section {
  grid-template-columns: .95fr 1.12fr .78fr !important;
}

.gallery-fact strong {
  font-size: clamp(25px, 2.2vw, 38px) !important;
}

.gallery-fact span {
  font-weight: 700;
}

@media (max-width: 1080px) {
  .gallery-section {
    grid-template-columns: .9fr 1.1fr !important;
  }
}

/* Gallery title: make this block feel less narrow and more intentional. */
.gallery-title {
  max-width: 560px;
  line-height: .92 !important;
  letter-spacing: -.055em;
}

.gallery-title span,
.gallery-title em {
  display: block;
}

.gallery-title span {
  color: rgba(255, 255, 255, .92);
}

.gallery-title em {
  max-width: 520px;
  margin-top: 10px;
  color: var(--gold-bright);
  font-style: normal;
}

.gallery-copy p:not(.eyebrow) {
  max-width: 560px !important;
  margin-top: 28px !important;
  color: rgba(255, 255, 255, .64) !important;
}

@media (max-width: 760px) {
  .gallery-title {
    max-width: 100%;
    line-height: .98 !important;
  }

  .gallery-title em {
    margin-top: 7px;
  }
}

/* Mobile venue block: keep copy, facts, two photos and CTA card in a clean vertical story. */
@media (max-width: 760px) {
  .gallery-section {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    min-height: 0 !important;
    padding: 72px 18px 28px !important;
    overflow: hidden !important;
  }

  .gallery-copy,
  .gallery-photo-main,
  .gallery-photo-side,
  .gallery-fact {
    display: block !important;
    grid-column: 1 !important;
    grid-row: auto !important;
    width: 100% !important;
  }

  .gallery-copy {
    padding: 0 !important;
  }

  .gallery-title {
    max-width: 11ch !important;
    font-size: clamp(56px, 17vw, 74px) !important;
    line-height: .88 !important;
  }

  .gallery-copy p:not(.eyebrow) {
    max-width: 360px !important;
    margin-top: 26px !important;
    font-size: 20px !important;
    line-height: 1.58 !important;
  }

  .venue-facts {
    margin: 28px 0 8px !important;
  }

  .venue-facts li {
    padding: 18px 0 !important;
  }

  .gallery-photo {
    margin: 0 !important;
    border-radius: 22px !important;
  }

  .gallery-photo-main {
    height: min(470px, 118vw) !important;
  }

  .gallery-photo-side {
    height: min(420px, 104vw) !important;
  }

  .gallery-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .gallery-fact {
    min-height: 150px !important;
    padding: 26px !important;
    border-radius: 22px !important;
  }

  .gallery-fact strong {
    max-width: 230px !important;
    font-size: clamp(40px, 12vw, 54px) !important;
    line-height: .9 !important;
  }
}

/* Hero → formats bridge: keeps the first screen premium without repeating text. */
.hero-section-bridge {
  position: relative;
  z-index: 3;
  height: clamp(72px, 7vw, 118px);
  margin-top: -1px;
  overflow: hidden;
  background:
    radial-gradient(circle at 73% 8%, rgba(214, 170, 65, .16), transparent 34%),
    linear-gradient(180deg, #050504 0%, #0a0907 22%, rgba(10, 9, 7, .88) 42%, rgba(232, 223, 202, .72) 78%, #e8dfca 100%);
}

.hero-section-bridge::before {
  content: "";
  position: absolute;
  left: clamp(18px, 7vw, 132px);
  right: clamp(18px, 7vw, 132px);
  bottom: clamp(20px, 2vw, 34px);
  height: 1px;
  background: linear-gradient(90deg, rgba(213, 168, 59, 0), rgba(213, 168, 59, .52), rgba(213, 168, 59, 0));
  opacity: .72;
}

.hero-section-bridge::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(232, 223, 202, 0), #e8dfca 86%);
}

.occasions {
  padding-top: clamp(56px, 5.5vw, 92px) !important;
}

@media (max-width: 760px) {
  .hero-section-bridge {
    height: 70px;
    background:
      radial-gradient(circle at 70% 0%, rgba(214, 170, 65, .12), transparent 38%),
      linear-gradient(180deg, #050504 0%, rgba(10, 9, 7, .9) 38%, #e8dfca 100%);
  }

  .hero-section-bridge::before {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .occasions {
    padding-top: 54px !important;
  }
}
