/*
Theme Name: Apocalypse 249 Airsoft
Theme URI: https://apocalypse249.co.uk
Author: Modern Warrior
Author URI: https://modernwarrior.co.uk
Description: Official one-page theme for Apocalypse 249 Airsoft — Sittingbourne, Kent. Every piece of text, all prices, hours, FAQ answers and contact details are fully editable via the WordPress Customizer.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: ap249
*/

/* ============================================================
   DESIGN TOKENS
   ============================================================ */
:root{
  --bg:        #f4f1ec;
  --bg-alt:    #ebe6dd;
  --ink:       #0a0a0a;
  --ink-soft:  #2a2a2a;
  --line:      #1a1a1a;
  --line-soft: #00000022;
  --red:       #c8102e;
  --red-deep:  #8a0a1e;
  --red-bright:#e21932;
  --white:     #ffffff;
  --warn:      #f0b400;

  --f-display: "Oswald", "Impact", system-ui, sans-serif;
  --f-body:    "Inter", system-ui, -apple-system, sans-serif;
  --f-mono:    "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  --shadow-hard: 6px 6px 0 var(--ink);
  --shadow-red:  6px 6px 0 var(--red);

  --r: 2px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
html{ scroll-behavior:smooth; }
body{
  font-family: var(--f-body);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  line-height:1.5;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font:inherit; }

/* ============================================================
   PRIMITIVES
   ============================================================ */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.6em;
  padding: 14px 22px;
  font-family: var(--f-display);
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 15px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  cursor:pointer;
  text-transform:uppercase;
  border-radius: var(--r);
  transition: transform .12s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
  position:relative;
}
.btn:hover{ transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--ink); }
.btn:active{ transform: translate(0,0); box-shadow:none; }

.btn--red{ background:var(--red); border-color:var(--red); color:#fff; }
.btn--red:hover{ box-shadow: 4px 4px 0 var(--ink); background:var(--red-bright); }

.btn--ghost{ background:transparent; color:var(--ink); }
.btn--ghost:hover{ background:var(--ink); color:#fff; }

.btn--ghost-light{ background:transparent; color:#fff; border-color:#fff; }
.btn--ghost-light:hover{ background:#fff; color:var(--ink); }

.btn--big{ padding:18px 26px; font-size:17px; }
.btn--full{ width:100%; }

.btn__arrow{ display:inline-block; transition: transform .15s ease; }
.btn:hover .btn__arrow{ transform: translateX(4px); }

.chip{
  display:inline-flex; align-items:center; gap:.4em;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.12em;
  text-transform:uppercase;
  padding: 6px 10px;
  border:1px solid currentColor;
  border-radius: var(--r);
}
.chip--red{ color:#fff; background:var(--red); border-color:var(--red); }
.chip--ghost{ color:#fff; opacity:.85; }

.eyebrow{
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: .18em;
  color: var(--red);
  text-transform:uppercase;
  display:inline-block;
  margin-bottom: 14px;
}
.eyebrow--light{ color: var(--red-bright); }

.rd{ color: var(--red); }

/* ============================================================
   HEADER
   ============================================================ */
.hdr{
  position: sticky;
  top:0;
  z-index: 50;
  display:flex;
  align-items:center;
  gap: 18px;
  padding: 14px 20px;
  background: var(--ink);
  color:#fff;
  border-bottom: 2px solid var(--red);
  transition: padding .15s ease, box-shadow .2s ease;
}
.hdr.is-scrolled{ padding:10px 20px; box-shadow: 0 6px 24px #0006; }

.hdr__brand{
  display:flex; align-items:center; gap:12px;
  margin-right:auto;
}
.hdr__brand-text{ display:flex; flex-direction:column; line-height:1; }
.hdr__brand-1{
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .04em;
}
.hdr__brand-2{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: .18em;
  opacity:.7;
  margin-top: 4px;
}

.logo-mark{
  position:relative;
  width: 38px; height:38px;
  display:inline-flex; align-items:center; justify-content:center;
  background: var(--red);
  border: 2px solid #fff;
  color:#fff;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 14px;
  letter-spacing:.02em;
  border-radius: var(--r);
  overflow:hidden;
}
.logo-mark__bar{
  position:absolute;
  inset: -8px;
  background: repeating-linear-gradient(135deg, transparent 0 5px, #00000033 5px 7px);
  pointer-events:none;
}
.logo-mark__num{ position:relative; z-index:1; }
.logo-mark--lg{ width:54px; height:54px; font-size:18px; }

.hdr__nav{ display:flex; gap:24px; align-items:center; }
.hdr__nav a{
  font-family: var(--f-display);
  font-weight:500;
  font-size: 14px;
  letter-spacing: .08em;
  text-transform:uppercase;
  position:relative;
  padding: 4px 0;
}
.hdr__nav a:hover{ color: var(--red-bright); }
.hdr__nav a::after{
  content:""; position:absolute; left:0; right:0; bottom:-4px;
  height: 2px; background: var(--red); transform: scaleX(0); transform-origin:left;
  transition: transform .2s ease;
}
.hdr__nav a:hover::after{ transform: scaleX(1); }

.hdr__cta{ padding: 10px 16px; font-size: 13px; }

.hdr__burger{
  display:none;
  background:transparent; border:none; color:#fff;
  width: 40px; height:40px; padding:0; cursor:pointer;
  position:relative;
}
.hdr__burger span{
  position:absolute; left:8px; right:8px; height:2px; background:#fff;
  transition: transform .2s ease, opacity .2s ease, top .2s ease;
}
.hdr__burger span:nth-child(1){ top:12px; }
.hdr__burger span:nth-child(2){ top:19px; }
.hdr__burger span:nth-child(3){ top:26px; }
.hdr__burger.is-open span:nth-child(1){ top:19px; transform: rotate(45deg); }
.hdr__burger.is-open span:nth-child(2){ opacity:0; }
.hdr__burger.is-open span:nth-child(3){ top:19px; transform: rotate(-45deg); }

.drawer{
  position: fixed;
  top:0; left:0; right:0;
  background: var(--ink);
  color:#fff;
  padding: 80px 24px 24px;
  display:flex; flex-direction:column; gap: 6px;
  transform: translateY(-100%);
  transition: transform .25s cubic-bezier(.2,.7,.2,1);
  z-index: 40;
  border-bottom: 2px solid var(--red);
}
.drawer.is-open{ transform: translateY(0); }
.drawer a{
  font-family: var(--f-display);
  font-size: 22px;
  letter-spacing:.04em;
  text-transform: uppercase;
  padding: 14px 0;
  border-bottom: 1px solid #ffffff15;
}
.drawer__cta{
  margin-top: 18px;
  padding: 18px;
  font-size: 16px;
  text-align:center;
  border-bottom: none;
}
.drawer__meta{
  margin-top: auto;
  padding-top: 24px;
  display:flex; flex-direction:column; gap: 6px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.14em;
  opacity:.6;
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  position:relative;
  background: var(--ink);
  color:#fff;
  overflow:hidden;
  padding: 64px 24px 80px;
  border-bottom: 2px solid var(--red);
}
.hero__bg{
  position:absolute; inset:0;
  background:
    radial-gradient(120% 80% at 80% 10%, #2a0a10 0%, transparent 50%),
    radial-gradient(80% 60% at 10% 90%, #20070b 0%, transparent 55%),
    var(--ink);
}
.hero__grid{
  position:absolute; inset:0;
  background-image:
    linear-gradient(#ffffff09 1px, transparent 1px),
    linear-gradient(90deg, #ffffff09 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(80% 70% at 30% 40%, #000 30%, transparent 80%);
}
.hero__noise{
  position:absolute; inset:0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 .07 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  opacity:.6;
  pointer-events:none;
  mix-blend-mode: overlay;
}

.hero__tape{
  position:absolute;
  top: 18px;
  left:0; right:0;
  background: var(--red);
  color:#fff;
  padding: 8px 0;
  overflow:hidden;
  transform: rotate(-1.2deg);
  border-top: 2px solid #0a0a0a44;
  border-bottom: 2px solid #0a0a0a44;
}
.tape-track{
  display:flex;
  gap: 24px;
  white-space:nowrap;
  font-family: var(--f-display);
  font-weight:700;
  font-size: 14px;
  letter-spacing:.18em;
  animation: tape 26s linear infinite;
}
.tape-track--rev{ animation-direction: reverse; }
@keyframes tape{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}

.hero__inner{
  position:relative;
  z-index: 2;
  max-width: 1200px;
  margin: 60px auto 0;
}
.hero__meta{ display:flex; gap: 10px; flex-wrap:wrap; margin-bottom: 20px; }

.hero__title{
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(56px, 14vw, 180px);
  line-height: .88;
  letter-spacing: -.005em;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.hero__title-row{ display:block; }
.hero__title-row--red{ color: var(--red); }
.hero__slash{
  display:inline-block;
  color: #fff;
  transform: translateY(-.05em);
  padding: 0 .04em;
}

.hero__sub{
  max-width: 560px;
  font-size: 16px;
  line-height: 1.55;
  opacity:.85;
  margin: 0 0 28px;
}

.hero__cta{
  display:flex; flex-wrap:wrap; gap: 12px;
  margin-bottom: 48px;
}

.hero__stats{
  list-style:none; padding:0; margin:0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid #ffffff22;
  border-bottom: 1px solid #ffffff22;
}
.hero__stats li{
  padding: 18px 14px;
  border-right: 1px solid #ffffff15;
  display:flex; flex-direction:column; gap: 6px;
}
.hero__stats li:last-child{ border-right:none; }
.hero__stats strong{
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  letter-spacing:.01em;
  color: #fff;
  line-height: 1;
}
.hero__stats span{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing:.16em;
  opacity:.55;
}

.hero__coords{
  position:absolute;
  bottom: 14px; right: 20px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing:.18em;
  opacity:.4;
  z-index:2;
}

/* ============================================================
   STRIP
   ============================================================ */
.strip{
  background: var(--red);
  color:#fff;
  border-bottom: 2px solid var(--ink);
}
.strip__inner{
  max-width: 1200px;
  margin: 0 auto;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.strip__item{
  display:flex; align-items:center; gap: 12px;
  padding: 22px 24px;
  border-right: 1px solid #ffffff20;
  font-family: var(--f-display);
  font-weight:500;
  font-size: 16px;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.strip__item:last-child{ border-right:none; }
.strip__num{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.18em;
  padding: 4px 8px;
  background: #00000033;
  border-radius: var(--r);
}

/* ============================================================
   SECTION
   ============================================================ */
.section{
  max-width: 1200px;
  margin: 0 auto;
  padding: 96px 24px;
}
.section--black{
  max-width: none;
  background: var(--ink);
  color:#fff;
  padding: 96px 24px;
}
.section--black .section{ padding: 0; }
.section--bone{
  max-width: none;
  background: var(--bg-alt);
  padding: 96px 24px;
}
.section__head{ max-width: 760px; margin-bottom: 56px; }
.section__head--split{
  max-width: none;
  display:flex; align-items:flex-end; justify-content:space-between; gap: 32px;
}
.section__title{
  font-family: var(--f-display);
  font-weight:700;
  font-size: clamp(40px, 6vw, 76px);
  line-height: .95;
  letter-spacing:-.005em;
  text-transform:uppercase;
  margin: 0 0 18px;
}
.section__title--light{ color:#fff; }
.section__lede{
  font-size: 17px;
  line-height: 1.55;
  max-width: 620px;
  opacity:.85;
  margin: 0;
}
.section__lede--light{ color: #ffffff; opacity:.7; }
.section__lede--right{ text-align:right; align-self:flex-end; }

/* ============================================================
   GAME MODES
   ============================================================ */
.modes{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.mode{
  grid-column: span 3;
  background:#fff;
  border: 2px solid var(--ink);
  border-radius: var(--r);
  overflow:hidden;
  display:flex; flex-direction:column;
  transition: transform .15s ease, box-shadow .15s ease;
}
.mode:hover{ transform: translate(-3px,-3px); box-shadow: var(--shadow-red); }
.mode--feature{ grid-column: span 6; flex-direction:row; }
.mode--feature .mode__img{ flex: 1 1 50%; aspect-ratio: auto; }
.mode--feature .mode__body{ flex: 1 1 50%; padding: 36px; display:flex; flex-direction:column; justify-content:center; }
.mode--feature .mode__body h3{ font-size: clamp(36px, 4vw, 56px); }

.mode__img{
  position:relative;
  aspect-ratio: 4/3;
  border-bottom: 2px solid var(--ink);
  overflow:hidden;
}
.mode--feature .mode__img{ border-bottom:none; border-right: 2px solid var(--ink); }

.mode__tag{
  position:absolute; top: 14px; left: 14px;
  background: var(--red); color:#fff;
  padding: 6px 10px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.16em;
  border-radius: var(--r);
}
.mode__body{ padding: 20px 22px 22px; }
.mode__body h3{
  font-family: var(--f-display);
  font-weight:700;
  font-size: 22px;
  letter-spacing:.02em;
  text-transform:uppercase;
  margin: 0 0 8px;
}
.mode__body p{ font-size: 14px; line-height:1.5; margin: 0 0 14px; opacity:.85; }
.mode__meta{
  list-style:none; padding:0; margin:0;
  display:flex; gap: 8px; flex-wrap:wrap;
}
.mode__meta li{
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing:.14em;
  padding: 4px 8px;
  background: var(--ink);
  color:#fff;
  border-radius: var(--r);
}

/* ============================================================
   PRICING CARDS
   ============================================================ */
.cards{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.card{
  background: #111;
  border: 2px solid #2a2a2a;
  border-radius: var(--r);
  padding: 28px 22px 22px;
  display:flex; flex-direction:column;
  position:relative;
  color:#fff;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.card:hover{ transform: translateY(-4px); border-color: var(--red); }
.card--feature{ background: var(--red); border-color: var(--red); }
.card--feature:hover{ background: var(--red-bright); border-color: #fff; }

.card__flag{
  position:absolute;
  top: -12px; left: 18px;
  background: #fff; color: var(--ink);
  padding: 4px 10px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.16em;
  border-radius: var(--r);
}

.card__head{
  display:flex; flex-direction:column; gap: 8px;
  border-bottom: 1px solid #ffffff20;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.card__id{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.18em;
  opacity:.7;
}
.card__price{
  font-family: var(--f-display);
  font-weight:700;
  font-size: 56px;
  line-height: .9;
  display:flex;
  align-items:baseline;
  gap: 2px;
}
.card__cur{ font-size: 28px; transform: translateY(-.4em); display:inline-block; opacity:.7; }
.card__per{ font-size: 12px; font-family: var(--f-mono); opacity:.6; letter-spacing:.12em; margin-left: 6px; }

.card__list{
  list-style:none; padding:0; margin:0 0 22px;
  display:flex; flex-direction:column; gap: 8px;
  flex:1;
}
.card__list li{
  position:relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.4;
}
.card__list li::before{
  content:"";
  position:absolute; left:0; top:.55em;
  width: 8px; height: 8px;
  background: var(--red);
  transform: rotate(45deg);
}
.card--feature .card__list li::before{ background: #fff; }

.card .btn{ margin-top: auto; }
.card--feature .btn--red{ background: #fff; color: var(--ink); border-color:#fff; }
.card--feature .btn--red:hover{ background: var(--ink); color: #fff; }

.pricing__foot{
  text-align:center;
  margin-top: 36px;
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing:.1em;
  color: #ffffff80;
}

/* ============================================================
   BOOKING WIDGET
   ============================================================ */
.book{
  background:#fff;
  border: 2px solid var(--ink);
  border-radius: var(--r);
  overflow:hidden;
  display:grid;
  grid-template-columns: 1fr 380px;
  box-shadow: var(--shadow-red);
}

.book__form{ padding: 32px; }
.book__step{
  display:flex; align-items:center; gap:10px;
  margin-bottom: 24px;
}
.book__step-num{
  width: 30px; height: 30px;
  display:inline-flex; align-items:center; justify-content:center;
  background: var(--ink); color:#fff;
  font-family: var(--f-display); font-weight:700;
  border-radius: var(--r);
}
.book__step-title{
  font-family: var(--f-display);
  font-size: 22px;
  letter-spacing:.02em;
  text-transform: uppercase;
}
.book__step-hint{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.14em;
  opacity:.5;
  margin-left:auto;
}

.opt-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 28px;
}
.opt{
  border: 2px solid var(--ink);
  background: #fff;
  padding: 14px 14px;
  text-align:left;
  cursor:pointer;
  border-radius: var(--r);
  display:flex; flex-direction:column; gap: 4px;
  transition: background .15s ease, color .15s ease, transform .12s ease;
}
.opt:hover{ transform: translate(-2px,-2px); box-shadow: 3px 3px 0 var(--ink); }
.opt strong{
  font-family: var(--f-display); font-weight:700;
  font-size: 16px; letter-spacing:.02em; text-transform: uppercase;
}
.opt span{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.1em;
  opacity:.65;
}
.opt.is-active{
  background: var(--red); color:#fff; border-color: var(--red);
}
.opt.is-active span{ opacity:.85; color:#fff; }

.date-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}
.date{
  border: 2px solid var(--ink);
  background:#fff;
  border-radius: var(--r);
  padding: 12px 8px;
  text-align:center;
  cursor:pointer;
  display:flex; flex-direction:column; gap:2px;
  transition: background .15s ease, color .15s ease;
  position:relative;
}
.date:hover{ background: var(--ink); color:#fff; }
.date.is-active{ background: var(--red); color:#fff; border-color: var(--red); }
.date__dow{ font-family: var(--f-mono); font-size: 10px; letter-spacing:.14em; opacity:.7; }
.date__day{ font-family: var(--f-display); font-weight:700; font-size: 22px; line-height:1; }
.date__mo{ font-family: var(--f-mono); font-size: 10px; letter-spacing:.14em; opacity:.7; }
.date__bar{
  position:absolute; left:6px; right:6px; bottom: 4px;
  height: 3px; background: #00000010;
  border-radius: 2px;
  overflow:hidden;
}
.date__bar::after{
  content:"";
  display:block;
  height:100%;
  background: var(--warn);
}
.date.is-low .date__bar::after{ background: var(--red); width: 88%; }
.date.is-med .date__bar::after{ background: var(--warn); width: 55%; }
.date.is-hi .date__bar::after{ background: #2da350; width: 22%; }
.date.is-active .date__bar{ background:#ffffff40; }

.book__row{
  display:grid; grid-template-columns: 1fr 1fr; gap: 12px;
  margin-bottom: 28px;
}
.book__field label{
  display:block;
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing:.14em; text-transform:uppercase;
  margin-bottom: 6px; opacity:.7;
}
.book__field input,
.book__field select{
  width:100%;
  padding: 14px 12px;
  border: 2px solid var(--ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  border-radius: var(--r);
}
.book__field input:focus,
.book__field select:focus{
  outline: 2px solid var(--red); outline-offset: 1px;
}

.qty{ display:flex; align-items:stretch; border: 2px solid var(--ink); border-radius: var(--r); overflow:hidden; }
.qty button{
  background: var(--ink); color:#fff; border: none;
  width: 44px; cursor:pointer;
  font-size: 20px;
  font-family: var(--f-display); font-weight:700;
}
.qty button:hover{ background: var(--red); }
.qty input{ border:none; text-align:center; width: 100%; font-family: var(--f-display); font-weight:700; font-size: 22px; }
.qty input:focus{ outline: none; }

.book__sum{
  background: var(--ink);
  color:#fff;
  padding: 32px;
  display:flex; flex-direction:column;
  border-left: 2px solid var(--ink);
}
.book__sum-head{
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing:.18em; opacity:.55;
  margin-bottom: 14px;
}
.book__sum-title{
  font-family: var(--f-display); font-weight:700;
  font-size: 28px; line-height:1.05;
  letter-spacing:.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.book__sum-list{
  list-style:none; padding:0; margin: 0 0 22px;
  display:flex; flex-direction:column;
  border-top: 1px solid #ffffff25;
}
.book__sum-list li{
  display:flex; justify-content:space-between; align-items:baseline;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff15;
  font-size: 14px;
}
.book__sum-list li span:first-child{
  font-family: var(--f-mono);
  letter-spacing:.1em; font-size: 11px; opacity:.6;
  text-transform: uppercase;
}
.book__sum-list li span:last-child{
  font-family: var(--f-display); font-weight:600; font-size: 17px;
}
.book__sum-total{
  display:flex; justify-content:space-between; align-items:baseline;
  margin-top: auto;
  padding-top: 16px;
  border-top: 2px solid var(--red);
}
.book__sum-total span:first-child{
  font-family: var(--f-mono); font-size: 12px; letter-spacing:.16em; opacity:.7;
}
.book__sum-total strong{
  font-family: var(--f-display); font-weight:700;
  font-size: 42px;
}
.book__sum-cta{ margin-top: 18px; }
.book__note{
  margin-top: 12px;
  font-family: var(--f-mono); font-size: 10px; letter-spacing:.12em;
  opacity:.5; text-align:center;
}

.book__confirm{
  padding: 80px 32px;
  text-align:center;
  grid-column: 1 / -1;
}
.book__confirm h3{
  font-family: var(--f-display);
  font-size: clamp(36px, 5vw, 56px);
  margin: 0 0 12px;
  text-transform:uppercase;
}
.book__confirm p{ max-width: 460px; margin: 0 auto 28px; opacity:.8; }
.book__confirm-id{
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing:.16em;
  background: var(--ink); color:#fff;
  display:inline-block;
  padding: 8px 14px;
  margin-bottom: 28px;
  border-radius: var(--r);
}

/* ============================================================
   SITE GRID
   ============================================================ */
.sitegrid{
  display:grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
  height: 480px;
}
.sitegrid__big{ grid-row: span 2; }

.sitefacts{
  list-style:none; padding:0; margin: 32px 0 0;
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.sitefacts li{
  padding: 22px 18px;
  border-right: 1px solid var(--line-soft);
  display:flex; flex-direction:column; gap: 6px;
}
.sitefacts li:last-child{ border-right:none; }
.sitefacts span{
  font-family: var(--f-mono); font-size: 11px;
  letter-spacing:.16em; opacity:.55; text-transform:uppercase;
}
.sitefacts strong{
  font-family: var(--f-display); font-weight:600; font-size: 18px;
  letter-spacing:.02em;
}

/* ============================================================
   PLACEHOLDER IMAGES
   ============================================================ */
.ph{
  position:relative;
  display:flex; align-items:center; justify-content:center;
  background: var(--ink);
  color:#fff;
  overflow:hidden;
  border-radius: var(--r);
}
.ph::before{
  content:"";
  position:absolute; inset:0;
  background-image: repeating-linear-gradient(45deg, transparent 0 12px, #ffffff09 12px 13px);
}
.ph--dark{ background: linear-gradient(140deg, #0a0a0a 0%, #1a1a1a 100%); }
.ph--alt{
  background:
    radial-gradient(120% 80% at 20% 20%, #2a0a10 0%, transparent 60%),
    linear-gradient(140deg, #150505, #2a0a10);
}
.ph--map{
  background:
    radial-gradient(80% 60% at 60% 50%, #4a1620 0%, transparent 70%),
    linear-gradient(160deg, #0a0a0a, #1a0608);
}
.ph__label{
  position:relative; z-index:1;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.18em;
  padding: 6px 10px;
  border: 1px solid #ffffff44;
  border-radius: var(--r);
  background: #00000060;
}
.ph__hint{
  position:absolute; bottom: 12px; left: 12px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing:.12em;
  opacity:.5;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq{ border-top: 2px solid var(--ink); }
.faq__item{ border-bottom: 2px solid var(--ink); }
.faq__btn{
  width:100%;
  background:transparent;
  border:none;
  text-align:left;
  padding: 22px 0;
  cursor:pointer;
  display:flex; align-items:center; gap: 16px;
  font-family: var(--f-display);
  font-weight: 600;
  font-size: clamp(18px, 2.4vw, 24px);
  letter-spacing:.01em;
  text-transform: uppercase;
}
.faq__btn:hover{ color: var(--red); }
.faq__num{
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing:.16em;
  opacity:.5;
  font-weight:400;
  min-width: 36px;
}
.faq__plus{
  margin-left: auto;
  width: 28px; height: 28px;
  position:relative;
  flex-shrink:0;
}
.faq__plus::before, .faq__plus::after{
  content:""; position:absolute;
  background: var(--ink);
  transition: transform .2s ease, background .15s ease;
}
.faq__plus::before{ left: 0; right:0; top: 13px; height: 2px; }
.faq__plus::after { top: 0; bottom:0; left: 13px; width: 2px; }
.faq__item.is-open .faq__plus::before{ background: var(--red); }
.faq__item.is-open .faq__plus::after { transform: rotate(90deg); background: var(--red); }
.faq__body{
  max-height: 0;
  overflow:hidden;
  transition: max-height .25s ease;
}
.faq__body-inner{ padding: 0 0 24px 52px; max-width: 720px; opacity:.85; font-size: 16px; line-height: 1.55; }
.faq__item.is-open .faq__body{ max-height: 400px; }

/* ============================================================
   BANNER
   ============================================================ */
.banner{
  background: var(--red);
  color:#fff;
  text-align:center;
  position:relative;
  overflow:hidden;
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}
.banner__inner{
  padding: 100px 24px 110px;
  position:relative; z-index: 2;
  max-width: 900px;
  margin: 0 auto;
}
.banner h2{
  font-family: var(--f-display);
  font-weight: 700;
  font-size: clamp(40px, 7vw, 96px);
  line-height: .9;
  letter-spacing:-.005em;
  margin: 0 0 16px;
  text-transform:uppercase;
}
.banner p{ font-size: 17px; margin: 0 0 28px; opacity:.9; }
.banner__tape{
  position:absolute;
  bottom: 18px;
  left:0; right:0;
  background: var(--ink);
  color: var(--red);
  padding: 8px 0;
  overflow:hidden;
  transform: rotate(1.5deg);
  z-index: 1;
}

/* ============================================================
   FOOTER
   ============================================================ */
.ftr{ background: var(--ink); color: #fff; }
.ftr__top{
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 24px 48px;
  display:grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
}
.ftr__brand{ display:flex; gap: 16px; align-items:center; }
.ftr__brand strong{
  display:block;
  font-family: var(--f-display); font-weight: 700;
  font-size: 22px; letter-spacing:.02em; text-transform:uppercase;
}
.ftr__brand span{
  font-family: var(--f-mono); font-size: 11px; letter-spacing:.14em; opacity:.6;
  display:block; margin-top: 4px;
}
.ftr__cols{ display:grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.ftr__cols h4{
  font-family: var(--f-mono); font-size: 11px; letter-spacing:.18em;
  margin: 0 0 14px; opacity:.55; font-weight:400;
}
.ftr__cols div{ display:flex; flex-direction:column; gap: 8px; }
.ftr__cols a, .ftr__cols span{
  font-family: var(--f-body); font-size: 14px; opacity:.9;
}
.ftr__cols a:hover{ color: var(--red-bright); }

.ftr__bot{
  border-top: 1px solid #ffffff15;
  padding: 20px 24px;
  max-width: 1200px; margin: 0 auto;
  display:flex; justify-content:space-between; gap: 16px; flex-wrap:wrap;
  font-family: var(--f-mono); font-size: 11px; letter-spacing:.12em; opacity:.5;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 960px){
  .hdr__nav, .hdr__cta{ display:none; }
  .hdr__burger{ display:block; }

  .hero{ padding: 56px 18px 72px; }
  .hero__inner{ margin-top: 80px; }
  .hero__stats{ grid-template-columns: repeat(2, 1fr); }
  .hero__stats li{ border-bottom: 1px solid #ffffff15; }
  .hero__stats li:nth-child(2n){ border-right:none; }
  .hero__stats li:nth-last-child(-n+2){ border-bottom:none; }

  .strip__inner{ grid-template-columns: 1fr 1fr; }
  .strip__item{ border-bottom: 1px solid #ffffff20; padding: 16px 18px; font-size: 14px; }
  .strip__item:nth-child(2n){ border-right:none; }
  .strip__item:nth-last-child(-n+2){ border-bottom:none; }

  .section, .section--black, .section--bone{ padding: 64px 18px; }
  .section__head{ margin-bottom: 36px; }
  .section__head--split{ flex-direction: column; align-items: flex-start; gap: 18px; }
  .section__lede--right{ text-align:left; }

  .modes{ grid-template-columns: 1fr; }
  .mode{ grid-column: span 1; }
  .mode--feature{ grid-column: span 1; flex-direction:column; }
  .mode--feature .mode__img{ border-right:none; border-bottom: 2px solid var(--ink); aspect-ratio: 4/3; }
  .mode--feature .mode__body{ padding: 22px; }
  .mode--feature .mode__body h3{ font-size: 28px; }

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

  .book{ grid-template-columns: 1fr; box-shadow: 4px 4px 0 var(--red); }
  .book__form{ padding: 24px 18px; }
  .book__sum{ padding: 24px 18px; border-left: none; border-top: 2px solid var(--ink); }
  .opt-grid{ grid-template-columns: 1fr 1fr; }
  .date-grid{ grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .book__row{ grid-template-columns: 1fr; }

  .sitegrid{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 140px;
    height: auto;
  }
  .sitegrid__big{ grid-column: span 2; grid-row: 1; }
  .sitefacts{ grid-template-columns: 1fr 1fr; }
  .sitefacts li{ border-bottom: 1px solid var(--line-soft); }
  .sitefacts li:nth-child(2n){ border-right:none; }
  .sitefacts li:nth-last-child(-n+2){ border-bottom:none; }

  .banner__inner{ padding: 72px 18px 90px; }

  .ftr__top{ grid-template-columns: 1fr; gap: 32px; padding: 56px 18px 32px; }
  .ftr__cols{ grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px){
  .hdr{ padding: 12px 14px; }
  .hdr__brand-1{ font-size: 16px; }
  .hdr__brand-2{ font-size: 9px; }
  .logo-mark{ width:34px; height:34px; font-size:12px; }

  .hero__title{ font-size: clamp(46px, 16vw, 90px); }
  .hero__cta{ flex-direction: column; align-items: stretch; }
  .hero__cta .btn{ width: 100%; }

  .strip__inner{ grid-template-columns: 1fr; }
  .strip__item{ border-right:none; border-bottom: 1px solid #ffffff20; }
  .strip__item:last-child{ border-bottom:none; }

  .ftr__cols{ grid-template-columns: 1fr; gap: 24px; }
  .ftr__bot{ font-size: 10px; }

  .date-grid{ grid-template-columns: repeat(4, 1fr); }
  .date{ padding: 10px 4px; }
  .date__day{ font-size: 18px; }
}
