/* ==========================================================
   1 LIFE FITNESS — Jamshedpur
   Dark theme. Accent colours come from the club logo: plate yellow + signal red.
   Display: Big Shoulders Display. Body: Barlow.
   ========================================================== */

:root {
  --bg: #090909;
  --bg-2: #101010;
  --panel: #171717;
  --panel-2: #212121;
  --text: #f5f3ef;
  --muted: #b7b5af;
  --line: rgba(255, 255, 255, 0.13);
  --red: #e4231a;
  --red-dark: #b81a13;
  --yellow: #f6c500;
  --radius: 20px;

  --display: "Big Shoulders Display", "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --wrap: 1240px;
  --bar-h: 42px;
  --header-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }

body {
  margin: 0; font-family: var(--body); font-size: 1.0625rem; line-height: 1.65;
  color: var(--text); background: var(--bg); -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img, video { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--display); font-weight: 800; line-height: 0.95; letter-spacing: 0.005em;
  text-transform: uppercase; margin: 0 0 0.5em;
}
h1 { font-size: clamp(3.4rem, 8.6vw, 7.4rem); font-weight: 900; }
h2 { font-size: clamp(2.3rem, 4.8vw, 4rem); }
h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); line-height: 1; }
h4 { font-size: 1.2rem; letter-spacing: 0.03em; }
.hl { color: var(--yellow); }

.wrap { width: min(var(--wrap), 100% - 2.5rem); margin-inline: auto; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; }

.skip { position: absolute; left: 1rem; top: -4rem; z-index: 300; background: var(--yellow); color: #000; padding: 0.6rem 1rem; font-weight: 700; border-radius: 8px; }
.skip:focus { top: 0.75rem; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  padding: 0.95rem 1.8rem; border: 2px solid transparent; border-radius: 999px;
  font: 700 1.02rem/1 var(--body); letter-spacing: 0.02em; text-decoration: none; cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
}
.btn:active { transform: translateY(1px); }
.btn--yellow { background: var(--yellow); color: #000; }
.btn--yellow:hover { background: #fff; }
.btn--red { background: var(--red); color: #fff; }
.btn--red:hover { background: var(--red-dark); }
.btn--ghost { border-color: rgba(255, 255, 255, 0.6); color: #fff; background: rgba(0, 0, 0, 0.25); }
.btn--ghost:hover { background: #fff; color: #000; border-color: #fff; }
.btn--sm { padding: 0.75rem 1.3rem; font-size: 0.95rem; }

/* ---------- Top info bar ---------- */
.topbar { background: #000; border-bottom: 1px solid var(--line); font-size: 0.92rem; color: var(--muted); }
.topbar .wrap { min-height: var(--bar-h); display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.topbar ul { display: flex; gap: 1.6rem; flex-wrap: wrap; align-items: center; }
.topbar li { display: inline-flex; align-items: center; gap: 0.5rem; }
.topbar svg { width: 15px; height: 15px; fill: none; stroke: var(--yellow); stroke-width: 2; flex: none; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: var(--yellow); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-h); background: rgba(0, 0, 0, 0.92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 3px solid var(--red); }
.site-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { font-family: var(--display); font-weight: 800; font-size: 1.55rem; line-height: 1; text-transform: uppercase; letter-spacing: 0.02em; }
.brand small { display: block; font-family: var(--body); font-size: 0.74rem; font-weight: 500; letter-spacing: 0.04em; color: var(--muted); text-transform: none; margin-top: 3px; }

.nav { display: flex; align-items: center; gap: 2rem; }
.nav ul { display: flex; gap: 1.8rem; }
.nav a:not(.btn) { text-decoration: none; font-weight: 600; padding: 0.4rem 0; border-bottom: 3px solid transparent; transition: border-color 0.2s, color 0.2s; }
.nav a:not(.btn):hover { color: var(--yellow); }
.nav a[aria-current="page"] { border-bottom-color: var(--yellow); }

.nav-toggle { display: none; background: none; border: 2px solid #fff; color: #fff; width: 46px; height: 46px; border-radius: 12px; cursor: pointer; }
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after { display: block; width: 22px; height: 2px; background: currentColor; margin: auto; position: relative; transition: transform 0.25s, background-color 0.2s; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; left: 0; }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
.nav-toggle[aria-expanded="true"] span { background: transparent; }
.nav-toggle[aria-expanded="true"] span::before { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span::after { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Video / photo backgrounds ---------- */
.bg-media { position: absolute; inset: 0; z-index: 0; overflow: hidden; background: #000 center / cover no-repeat; }
.bg-media video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.bg-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.62) 55%, rgba(0, 0, 0, 0.35) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 45%); }

.media-toggle {
  position: absolute; right: 1.25rem; top: 1.25rem; z-index: 5; width: 44px; height: 44px; border-radius: 50%;
  background: rgba(0, 0, 0, 0.55); border: 2px solid rgba(255, 255, 255, 0.5); color: #fff; cursor: pointer; display: grid; place-items: center;
  transition: background-color 0.2s;
}
.media-toggle:hover { background: var(--yellow); color: #000; border-color: var(--yellow); }
.media-toggle svg { width: 16px; height: 16px; fill: currentColor; }
.media-toggle .i-play { display: none; }
.media-toggle[aria-pressed="true"] .i-play { display: block; }
.media-toggle[aria-pressed="true"] .i-pause { display: none; }
.media-toggle[hidden] { display: none; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; min-height: clamp(600px, calc(100vh - var(--header-h) - var(--bar-h)), 820px); display: flex; align-items: center; }
.hero-main { position: relative; z-index: 2; padding: 4rem 0 10rem; }
.pills { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.6rem; }
.pill { padding: 0.4rem 1rem; border-radius: 999px; font-weight: 700; font-size: 0.92rem; background: rgba(0, 0, 0, 0.45); border: 1px solid rgba(255, 255, 255, 0.28); backdrop-filter: blur(6px); }
.pill--y { background: rgba(246, 197, 0, 0.18); border-color: rgba(246, 197, 0, 0.55); color: var(--yellow); }
.hero h1 { max-width: 12ch; margin-bottom: 0.35em; }
.hero-lede { max-width: 40rem; font-size: 1.2rem; color: #e6e4de; padding: 1rem 1.3rem; border-left: 5px solid var(--yellow); background: rgba(0, 0, 0, 0.42); border-radius: 0 14px 14px 0; margin-bottom: 2rem; backdrop-filter: blur(6px); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 0.9rem; }

.floor-cards { position: absolute; left: 0; right: 0; bottom: 1.8rem; z-index: 2; }
.floor-cards ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.floor-cards li { padding: 1rem 1.2rem; border-radius: 16px; background: rgba(20, 20, 20, 0.62); border: 1px solid rgba(255, 255, 255, 0.16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.floor-cards strong { display: block; font-family: var(--display); font-size: 1.5rem; line-height: 1; text-transform: uppercase; }
.floor-cards span { font-size: 0.9rem; color: var(--muted); }

@media (prefers-reduced-motion: no-preference) {
  .hero-main > * { animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
  .hero-main > *:nth-child(2) { animation-delay: 0.08s; }
  .hero-main > *:nth-child(3) { animation-delay: 0.16s; }
  .hero-main > *:nth-child(4) { animation-delay: 0.24s; }
}
@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

/* ---------- Sections ---------- */
.section { padding: clamp(4.5rem, 9vw, 8rem) 0; position: relative; overflow: hidden; }
.section--alt { background: var(--bg-2); }
.section > .wrap { position: relative; z-index: 1; }

.eyebrow { display: inline-flex; align-items: center; gap: 0.6rem; color: var(--yellow); font-weight: 700; margin-bottom: 0.8rem; }
.eyebrow svg { width: 34px; height: 18px; fill: none; stroke: var(--yellow); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.watermark {
  position: absolute; z-index: 0; pointer-events: none; user-select: none; font-family: var(--display); font-weight: 900; text-transform: uppercase; line-height: 0.8;
  font-size: clamp(5rem, 13vw, 11rem); color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.09); top: clamp(2.5rem, 6vw, 5rem); white-space: nowrap;
}
.watermark--r { right: 2vw; } .watermark--l { left: 2vw; } .watermark--c { left: 50%; transform: translateX(-50%); }

.section-head { max-width: 46rem; margin-bottom: clamp(2rem, 5vw, 3.5rem); position: relative; z-index: 1; }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head p { font-size: 1.15rem; color: var(--muted); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 6vw, 6rem); align-items: center; }
.split p { color: #d6d4ce; max-width: 54ch; }
.text-link { font-weight: 700; text-decoration: none; border-bottom: 3px solid var(--yellow); padding-bottom: 2px; transition: color 0.2s; }
.text-link:hover { color: var(--yellow); }

/* ---------- Collage (overlapping rounded photos) ---------- */
.collage { position: relative; padding-bottom: 4rem; }
.collage img { border-radius: var(--radius); object-fit: cover; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
.collage .main { width: 68%; aspect-ratio: 3 / 4; }
.collage .side { position: absolute; right: 0; top: 10%; width: 46%; aspect-ratio: 4 / 3; border: 6px solid var(--bg); }
.collage .third { position: absolute; right: 6%; bottom: 0; width: 42%; aspect-ratio: 1 / 1; border: 6px solid var(--bg); }
.section--alt .collage .side, .section--alt .collage .third { border-color: var(--bg-2); }
.dot { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--yellow); }

.note { display: flex; gap: 1rem; align-items: center; padding: 1.1rem 1.3rem; border: 1px solid rgba(246, 197, 0, 0.45); border-radius: 16px; background: rgba(246, 197, 0, 0.06); margin: 1.6rem 0; font-weight: 500; }
.note-ico { flex: none; width: 46px; height: 46px; border-radius: 50%; background: var(--yellow); color: #000; display: grid; place-items: center; font-family: var(--display); font-weight: 900; font-size: 1.5rem; }

/* ---------- Program rows ---------- */
.rows { border-top: 1px solid var(--line); position: relative; z-index: 1; }
.row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) 11rem; gap: 2rem; align-items: baseline; padding: 1.7rem 0.5rem; border-bottom: 1px solid var(--line); text-decoration: none; transition: background-color 0.25s, padding 0.25s; }
.row h3 { margin: 0; }
.row p { margin: 0; color: var(--muted); }
.row .tag { justify-self: end; font-weight: 700; font-size: 0.9rem; color: var(--yellow); text-align: right; }
.row:hover, .row:focus-visible { background: var(--panel); padding-inline: 1.5rem; border-radius: 14px; }
.row:hover h3 { color: var(--yellow); }

/* ---------- Why us: numbered list + badge ---------- */
.steps { counter-reset: step; margin-top: 1.5rem; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 4.6rem 1fr; gap: 1.2rem; padding: 1.2rem 0; border-top: 1px solid var(--line); align-items: center; }
.steps li::before { content: "0" counter(step); width: 4.2rem; height: 4.2rem; border-radius: 50%; border: 2px solid var(--line); display: grid; place-items: center; font-family: var(--display); font-weight: 800; font-size: 1.4rem; color: var(--yellow); }
.steps h4 { margin: 0 0 0.2rem; }
.steps p { margin: 0; color: var(--muted); }

.badge { position: absolute; left: -1.5rem; bottom: 0.5rem; width: 150px; height: 150px; border-radius: 50%; background: var(--yellow); color: #000; display: grid; place-items: center; text-decoration: none; z-index: 3; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); transition: transform 0.2s; }
.badge:hover { transform: scale(1.06); }
.badge svg.ring { position: absolute; inset: 0; width: 100%; height: 100%; }
.badge svg.arrow { width: 38px; height: 38px; fill: none; stroke: #000; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.badge text { font-family: var(--body); font-weight: 800; font-size: 11.5px; letter-spacing: 0.16em; fill: #000; }
@media (prefers-reduced-motion: no-preference) { .badge svg.ring { animation: spin 16s linear infinite; } }
@keyframes spin { to { transform: rotate(360deg); } }

.collage--why .main { width: 62%; margin-left: auto; aspect-ratio: 3 / 4; }
.collage--why .side { left: 0; right: auto; top: 6%; width: 44%; aspect-ratio: 1 / 1; }
.collage--why .third { right: 0; bottom: 0; width: 36%; aspect-ratio: 186 / 271; }

/* ---------- Pricing ---------- */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; position: relative; z-index: 1; }
.plan { position: relative; overflow: hidden; padding: 2rem 1.8rem; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); display: flex; flex-direction: column; }
.plan--best { border-color: var(--yellow); background: linear-gradient(180deg, #23200f 0%, var(--panel) 60%); }
.plan .kicker { font-weight: 700; letter-spacing: 0.06em; color: var(--muted); margin-bottom: 0.4rem; text-transform: uppercase; font-size: 0.9rem; }
.plan .price { font-family: var(--display); font-weight: 900; font-size: 3.4rem; line-height: 1; margin: 0.2rem 0 0.3rem; }
.plan .price small { font-family: var(--body); font-weight: 600; font-size: 1rem; color: var(--yellow); margin-left: 0.3rem; }
.plan .from { font-size: 0.92rem; color: var(--muted); margin: 0 0 1.2rem; }
.plan ul { margin: 0 0 1.8rem; flex: 1; }
.plan li { padding: 0.55rem 0 0.55rem 2rem; position: relative; border-top: 1px solid var(--line); font-size: 1rem; }
.plan li::before { content: ""; position: absolute; left: 0; top: 0.75rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: var(--yellow); }
.plan li::after { content: ""; position: absolute; left: 0.42rem; top: 0.98rem; width: 0.5rem; height: 0.28rem; border-left: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(-45deg); }
.ribbon { position: absolute; top: 24px; right: -44px; width: 190px; text-align: center; transform: rotate(45deg); background: var(--yellow); color: #000; font-weight: 800; font-size: 0.78rem; letter-spacing: 0.1em; padding: 0.3rem 0; text-transform: uppercase; }
.plans-note { margin-top: 1.4rem; color: var(--muted); text-align: center; position: relative; z-index: 1; }

/* ---------- CTA band (video) ---------- */
.cta-band { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7rem) 0; }
.cta-band .bg-media::after { background: linear-gradient(90deg, rgba(120, 12, 8, 0.86), rgba(0, 0, 0, 0.7)); }
.cta-band .wrap { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: space-between; }
.cta-band h2 { margin: 0; max-width: 15ch; font-size: clamp(2.6rem, 6vw, 4.8rem); }
.cta-band p { margin: 0.9rem 0 0; font-size: 1.15rem; max-width: 40ch; color: #eee; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ---------- Inner page header (photo bg) ---------- */
.page-head { position: relative; overflow: hidden; padding: clamp(4rem, 9vw, 7rem) 0 clamp(3rem, 6vw, 5rem); }
.page-head .bg-media::after { background: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.5)), linear-gradient(0deg, var(--bg), rgba(0, 0, 0, 0) 40%); }
.page-head .wrap { position: relative; z-index: 2; }
.page-head h1 { font-size: clamp(3.2rem, 7.5vw, 6.2rem); margin-bottom: 0.25em; }
.page-head p { font-size: 1.2rem; max-width: 46ch; color: #e0ded8; margin: 0; }
.crumbs { font-size: 0.95rem; color: var(--muted); margin-bottom: 1.2rem; }
.crumbs a { text-decoration: none; border-bottom: 1px solid currentColor; }
.crumbs a:hover { color: var(--yellow); }

/* ---------- About: values ---------- */
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; position: relative; z-index: 1; }
.value { padding: 1.8rem; border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); border-top: 5px solid var(--red); }
.value p { color: var(--muted); margin: 0; }

/* ---------- Programs detail ---------- */
.program { padding: clamp(2.5rem, 6vw, 4.5rem) 0; border-top: 1px solid var(--line); }
.program:first-of-type { border-top: 0; }
.program .split { align-items: center; }
.program:nth-of-type(even) .split > :first-child { order: 2; }
.program .photo { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); }
.program .photo--tall { aspect-ratio: 4 / 4.6; max-width: 480px; width: 100%; margin-inline: auto; }
.program .photo img { width: 100%; height: 100%; object-fit: cover; }
.program h2 { font-size: clamp(2.2rem, 4.2vw, 3.4rem); }
.chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 1.2rem 0 0; }
.chips li { border: 1px solid rgba(246, 197, 0, 0.5); color: var(--yellow); padding: 0.3rem 0.9rem; font-weight: 600; font-size: 0.92rem; border-radius: 999px; }
.pt-band { margin: clamp(2rem, 5vw, 4rem) 0; padding: clamp(2rem, 5vw, 3.5rem); border-radius: var(--radius); background: var(--panel); border: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 2rem; align-items: center; justify-content: space-between; }
.pt-band h2 { margin-bottom: 0.4em; }
.pt-band p { color: var(--muted); max-width: 52ch; margin: 0; }

/* ---------- Gallery ---------- */
.filters { display: flex; flex-wrap: wrap; gap: 0.6rem; margin-bottom: 1.8rem; }
.chip { font: 700 0.98rem/1 var(--body); padding: 0.75rem 1.3rem; background: transparent; color: var(--text); border: 2px solid var(--line); border-radius: 999px; cursor: pointer; transition: background-color 0.2s, color 0.2s, border-color 0.2s; }
.chip:hover { border-color: var(--yellow); }
.chip[aria-pressed="true"] { background: var(--yellow); color: #000; border-color: var(--yellow); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(200px, 22vw, 290px); grid-auto-flow: dense; gap: 1rem; }
.shot { position: relative; margin: 0; border-radius: 16px; overflow: hidden; background: #000; }
.shot[hidden] { display: none; }
.shot--wide { grid-column: span 2; }
.shot--tall { grid-row: span 2; }
.shot button { all: unset; display: block; width: 100%; height: 100%; cursor: zoom-in; }
.shot button:focus-visible { outline: 3px solid var(--yellow); outline-offset: -6px; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.shot:hover img { transform: scale(1.05); }
.shot figcaption { position: absolute; left: 0.8rem; bottom: 0.8rem; background: rgba(0, 0, 0, 0.7); padding: 0.35rem 0.9rem; border-radius: 999px; font-weight: 600; font-size: 0.9rem; pointer-events: none; }
.shot--logo { display: grid; place-items: center; }
.shot--logo img { width: 70%; height: auto; max-height: 90%; object-fit: contain; }
.shot--logo:hover img { transform: none; }

dialog.lightbox { border: 0; padding: 0; background: transparent; max-width: min(92vw, 1000px); width: 100%; overflow: visible; color: #fff; }
dialog.lightbox::backdrop { background: rgba(0, 0, 0, 0.9); }
.lightbox img { width: 100%; max-height: 80vh; object-fit: contain; border-radius: 12px; }
.lightbox p { margin: 0.8rem 0 0; font-weight: 600; }
.lightbox .close { position: absolute; top: -3.4rem; right: 0; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; position: relative; z-index: 1; }
.form { display: grid; gap: 1.2rem; padding: clamp(1.4rem, 3vw, 2.2rem); background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); }
.field { display: grid; gap: 0.4rem; }
.field label { font-weight: 700; }
.field input, .field select, .field textarea { width: 100%; font: inherit; padding: 0.85rem 1rem; background: var(--bg); color: var(--text); border: 2px solid var(--line); border-radius: 12px; }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { outline: none; border-color: var(--yellow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-status { min-height: 1.5em; font-weight: 600; margin: 0; color: var(--yellow); }
.form-status.is-error { color: #ff7a72; }

.info dl { margin: 0; }
.info div { display: grid; grid-template-columns: 7.5rem 1fr; gap: 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.info div:first-child { border-top: 1px solid var(--line); }
.info dt { font-family: var(--display); font-weight: 800; font-size: 1.3rem; text-transform: uppercase; line-height: 1.2; color: var(--yellow); }
.info dd { margin: 0; }
.info a { font-weight: 700; text-decoration: none; border-bottom: 2px solid var(--yellow); }
.info a:hover { color: var(--yellow); }
.map { margin-top: clamp(2.5rem, 6vw, 4.5rem); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); position: relative; z-index: 1; }
.map iframe { display: block; width: 100%; height: clamp(320px, 45vw, 460px); border: 0; filter: grayscale(0.4) invert(0.92) contrast(0.9); }

/* ---------- Footer ---------- */
.site-footer { background: #000; border-top: 3px solid var(--red); padding: 4rem 0 1.5rem; color: #cfcdc7; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand img { width: 120px; margin-bottom: 1rem; }
.footer-brand p { max-width: 34ch; margin: 0; }
.site-footer h4 { color: #fff; margin-bottom: 0.9rem; }
.site-footer li { margin-bottom: 0.4rem; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--yellow); }
.footer-base { border-top: 1px solid var(--line); padding-top: 1.2rem; font-size: 0.92rem; color: #9b9b95; display: flex; flex-wrap: wrap; gap: 0.5rem 2rem; justify-content: space-between; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 1rem; bottom: 1rem; z-index: 90; display: inline-flex; align-items: center; gap: 0.5rem; background: #1fa855; color: #fff; padding: 0.8rem 1.2rem; border-radius: 999px; font-weight: 700; text-decoration: none; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45); transition: background-color 0.2s; }
.wa-float:hover { background: #178a45; }
.wa-float svg { width: 22px; height: 22px; fill: currentColor; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .split, .contact-grid { grid-template-columns: 1fr; }
  .program:nth-of-type(even) .split > :first-child { order: 0; }
  .floor-cards ul { grid-template-columns: repeat(2, 1fr); }
  .floor-cards li:nth-child(n+3) { display: none; }
  .hero { flex-direction: column; align-items: stretch; justify-content: center; }
  .hero-main { padding-bottom: 2rem; }
  .floor-cards { position: relative; bottom: auto; padding-bottom: 1.6rem; }
  .plans { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
  .values { grid-template-columns: 1fr; }
  .row { grid-template-columns: 1fr; gap: 0.4rem; }
  .row .tag { justify-self: start; text-align: left; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .collage { max-width: 34rem; margin-inline: auto; width: 100%; }
  .badge { left: 0; }
}
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .nav { position: absolute; top: 100%; left: 0; right: 0; background: #000; border-bottom: 3px solid var(--red); flex-direction: column; align-items: stretch; gap: 0; padding: 0.5rem 1.25rem 1.5rem; display: none; }
  .nav.is-open { display: flex; }
  .nav ul { flex-direction: column; gap: 0; }
  .nav li { border-bottom: 1px solid var(--line); }
  .nav a:not(.btn) { display: block; padding: 1rem 0; border-bottom: 0; }
  .nav a[aria-current="page"] { color: var(--yellow); }
  .nav .btn { margin-top: 1rem; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .shot--wide { grid-column: span 2; }
  .topbar .hide-sm { display: none; }
}
@media (max-width: 560px) {
  .brand small { display: none; }
  .field-row { grid-template-columns: 1fr; }
  .info div { grid-template-columns: 1fr; gap: 0.2rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .wa-float span { display: none; }
  .wa-float { padding: 0.9rem; }
  .badge { width: 120px; height: 120px; }
  .badge text { font-size: 12.5px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; animation: none !important; }
}


/* ==========================================================
   MOTION + GLASS LAYER
   Frosted-glass panels, ambient light orbs, scroll reveals,
   smooth hovers and page transitions. All motion is switched off
   for visitors who prefer reduced motion.
   ========================================================== */

:root {
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --glass-bg: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.03));
  --glass-border: rgba(255, 255, 255, 0.17);
  --glass-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 44px rgba(0, 0, 0, 0.38);
}

/* ---------- Page transition between pages (Chrome / Edge / Safari 18+) ---------- */
@view-transition { navigation: auto; }
::view-transition-old(root) { animation: 0.28s ease both vt-out; }
::view-transition-new(root) { animation: 0.5s var(--ease) both vt-in; }
@keyframes vt-out { to { opacity: 0; } }
@keyframes vt-in { from { opacity: 0; } }

/* ---------- Scroll progress bar ---------- */
.progress { position: fixed; left: 0; top: 0; height: 3px; width: 100%; z-index: 250; transform-origin: 0 50%; transform: scaleX(0); background: linear-gradient(90deg, var(--red), var(--yellow)); pointer-events: none; }

/* ---------- Ambient light orbs behind every section (gives the glass something to refract) ---------- */
.section::before, .section::after { content: ""; position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; z-index: 0; will-change: transform; }
.section::before { width: min(38vw, 520px); aspect-ratio: 1; background: var(--red); opacity: 0.24; left: -12vw; top: 6%; animation: drift 20s ease-in-out infinite alternate; }
.section::after { width: min(32vw, 440px); aspect-ratio: 1; background: var(--yellow); opacity: 0.15; right: -10vw; bottom: 4%; animation: drift 26s ease-in-out -8s infinite alternate-reverse; }
@keyframes drift { to { transform: translate3d(7vw, -7vh, 0) scale(1.18); } }

/* ---------- Glass panels ---------- */
.plan, .value, .form, .pt-band, .note, .floor-cards li, .pill, .hero-lede, .steps li::before, .chip {
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}
.plan, .value, .form, .pt-band {
  position: relative;
  background:
    radial-gradient(380px circle at var(--mx, -999px) var(--my, -999px), rgba(246, 197, 0, 0.16), transparent 62%),
    var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  transition: transform 0.35s var(--ease), border-color 0.35s, box-shadow 0.35s;
}
.value { border-top: 1px solid var(--glass-border); }
.plan:hover, .value:hover { border-color: rgba(246, 197, 0, 0.55); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 26px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(246, 197, 0, 0.08); }
.plan { transform-style: preserve-3d; }
.plan:hover { transform: translateY(-8px); }
.value:hover { transform: translateY(-6px); }
.plan--best {
  background:
    radial-gradient(380px circle at var(--mx, -999px) var(--my, -999px), rgba(255, 255, 255, 0.18), transparent 62%),
    linear-gradient(145deg, rgba(246, 197, 0, 0.22), rgba(246, 197, 0, 0.04) 55%, rgba(255, 255, 255, 0.03));
  border-color: rgba(246, 197, 0, 0.7);
  animation: glow 3.6s ease-in-out infinite;
}
@keyframes glow { 50% { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 18px 44px rgba(0, 0, 0, 0.38), 0 0 46px rgba(246, 197, 0, 0.28); } }

.note { background: var(--glass-bg); border-color: rgba(246, 197, 0, 0.4); box-shadow: var(--glass-shadow); }
.floor-cards li { background: var(--glass-bg); border-color: var(--glass-border); box-shadow: var(--glass-shadow); transition: transform 0.35s var(--ease), border-color 0.35s, background-color 0.35s; }
.floor-cards li:hover { transform: translateY(-6px); border-color: rgba(246, 197, 0, 0.6); }
.pill { background: rgba(255, 255, 255, 0.09); border-color: var(--glass-border); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); transition: transform 0.3s var(--ease), background-color 0.3s; }
.pill:hover { transform: translateY(-3px); background: rgba(255, 255, 255, 0.16); }
.pill--y { background: rgba(246, 197, 0, 0.2); }
.hero-lede { background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15); }
.steps li::before { background: var(--glass-bg); border-color: var(--glass-border); box-shadow: var(--glass-shadow); transition: transform 0.35s var(--ease), border-color 0.35s, color 0.35s, background-color 0.35s; }
.steps li:hover::before { transform: scale(1.1) rotate(-6deg); border-color: var(--yellow); background-color: rgba(246, 197, 0, 0.18); }
.field input, .field select, .field textarea { background: rgba(0, 0, 0, 0.35); transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s; }
.field input:focus-visible, .field select:focus-visible, .field textarea:focus-visible { box-shadow: 0 0 0 4px rgba(246, 197, 0, 0.18); background: rgba(0, 0, 0, 0.5); }
.chip { background: rgba(255, 255, 255, 0.06); transition: background-color 0.25s, color 0.25s, border-color 0.25s, transform 0.25s var(--ease); }
.chip:hover { transform: translateY(-2px); }

/* ---------- Header: frosted glass that firms up on scroll ---------- */
.site-header { background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%); transition: background-color 0.4s, box-shadow 0.4s; }
.site-header.is-scrolled { background: rgba(0, 0, 0, 0.78); box-shadow: 0 10px 40px rgba(0, 0, 0, 0.55); }
.brand img { transition: transform 0.5s var(--ease); }
.brand:hover img { transform: rotate(-8deg) scale(1.08); }
.topbar { background: rgba(0, 0, 0, 0.7); }

/* animated underline for nav links */
.nav a:not(.btn) { border-bottom: 0; background: linear-gradient(var(--yellow), var(--yellow)) no-repeat 0 100% / 0 3px; transition: background-size 0.35s var(--ease), color 0.25s; }
.nav a:not(.btn):hover, .nav a[aria-current="page"] { background-size: 100% 3px; }

/* ---------- Buttons: lift, glow and light sweep ---------- */
.btn { position: relative; overflow: hidden; isolation: isolate; transition: transform 0.35s var(--ease), box-shadow 0.35s, background-color 0.25s, color 0.25s, border-color 0.25s; }
.btn::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(110deg, transparent 32%, rgba(255, 255, 255, 0.6) 50%, transparent 68%); transform: translateX(-130%); transition: transform 0.8s var(--ease); }
.btn:hover::after { transform: translateX(130%); }
.btn:hover { transform: translateY(-3px); }
.btn:active { transform: translateY(0); }
.btn--yellow:hover { box-shadow: 0 12px 30px rgba(246, 197, 0, 0.4); }
.btn--red:hover { box-shadow: 0 12px 30px rgba(228, 35, 26, 0.4); }
.btn--ghost { background: rgba(255, 255, 255, 0.09); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-color: rgba(255, 255, 255, 0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); }
.text-link { background: linear-gradient(var(--yellow), var(--yellow)) no-repeat 0 100% / 100% 3px; border-bottom: 0; padding-bottom: 3px; transition: background-size 0.35s var(--ease), color 0.25s; }
.text-link:hover { background-size: 100% 100%; color: #000; }

/* ---------- Hero extras ---------- */
.hero .bg-media { transform: translate3d(0, var(--py, 0px), 0) scale(1.12); will-change: transform; }
.hero-main h1 .hl { background: linear-gradient(100deg, #f6c500 20%, #fff3b0 45%, #f6c500 70%); background-size: 220% 100%; -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; animation: shine 5s linear infinite; }
@keyframes shine { to { background-position: -220% 0; } }
.watermark { translate: 0 var(--wy, 0px); }

/* ---------- Marquee strip ---------- */
.marquee { position: relative; z-index: 1; overflow: hidden; padding: 0.9rem 0; border-block: 1px solid var(--glass-border); background: rgba(255, 255, 255, 0.05); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
.marquee-track { display: flex; width: max-content; animation: marquee 34s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee span { font-family: var(--display); font-weight: 900; font-size: clamp(1.9rem, 4vw, 3.1rem); line-height: 1.1; text-transform: uppercase; white-space: nowrap; padding-inline: 1.6rem; color: transparent; -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.55); }
.marquee span:nth-child(even) { color: var(--yellow); -webkit-text-stroke: 0; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ---------- Floating collage pieces ---------- */
.collage .side { animation: bob 7s ease-in-out infinite alternate; }
.collage .third { animation: bob 9s ease-in-out -3s infinite alternate; }
.collage .main { transition: transform 0.6s var(--ease); }
.collage:hover .main { transform: scale(1.02); }
.collage img { transition: transform 0.6s var(--ease), box-shadow 0.6s; }
@keyframes bob { to { translate: 0 -14px; } }
.dot { animation: ping 2.4s ease-out infinite; }
@keyframes ping { from { box-shadow: 0 0 0 0 rgba(246, 197, 0, 0.6); } to { box-shadow: 0 0 0 20px rgba(246, 197, 0, 0); } }

/* ---------- Program rows ---------- */
.row { transition: background-color 0.35s, padding 0.35s var(--ease), box-shadow 0.35s, border-color 0.35s; }
.row:hover, .row:focus-visible { background: linear-gradient(90deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)); -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16); }
.row h3 { transition: color 0.3s, transform 0.4s var(--ease); }
.row:hover h3 { transform: translateX(8px); }
.row .tag::after { content: "\2192"; display: inline-block; margin-left: 0.5rem; opacity: 0; transform: translateX(-8px); transition: opacity 0.3s, transform 0.4s var(--ease); }
.row:hover .tag::after { opacity: 1; transform: none; }

/* ---------- Gallery ---------- */
.shot { transition: transform 0.5s var(--ease), box-shadow 0.5s; }
.shot:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0, 0, 0, 0.55); }
.shot::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), transparent 55%); opacity: 0; transition: opacity 0.4s; pointer-events: none; }
.shot:hover::after { opacity: 1; }
.shot figcaption { z-index: 2; background: rgba(0, 0, 0, 0.42); border: 1px solid rgba(255, 255, 255, 0.22); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); transition: transform 0.4s var(--ease), background-color 0.3s; }
.shot:hover figcaption { transform: translateY(-4px); background: rgba(246, 197, 0, 0.9); color: #000; border-color: transparent; }
dialog.lightbox[open] { animation: pop 0.4s var(--ease); }
dialog.lightbox[open]::backdrop { animation: vt-in 0.4s ease both; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
@keyframes pop { from { opacity: 0; transform: scale(0.93) translateY(14px); } }

/* ---------- Footer / misc smoothing ---------- */
.site-footer a { transition: color 0.25s, padding-left 0.3s var(--ease); }
.site-footer li a:hover { padding-left: 6px; }
.wa-float { transition: background-color 0.25s, transform 0.35s var(--ease), box-shadow 0.35s; animation: wa-pulse 3s ease-in-out infinite; }
.wa-float:hover { transform: translateY(-4px) scale(1.04); }
@keyframes wa-pulse { 0%, 100% { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), 0 0 0 0 rgba(31, 168, 85, 0.5); } 50% { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.45), 0 0 0 14px rgba(31, 168, 85, 0); } }
.media-toggle { -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transition: background-color 0.25s, color 0.25s, transform 0.3s var(--ease); }
.media-toggle:hover { transform: scale(1.1); }

/* ---------- Scroll reveal (classes added by main.js) ---------- */
.js [data-reveal] {
  opacity: 0; transform: translate3d(0, 44px, 0); filter: blur(8px);
  transition: opacity 0.9s var(--ease) var(--d, 0s), transform 0.9s var(--ease) var(--d, 0s), filter 0.9s ease var(--d, 0s);
}
.js [data-reveal="left"] { transform: translate3d(-48px, 0, 0); }
.js [data-reveal="right"] { transform: translate3d(48px, 0, 0); }
.js [data-reveal="zoom"] { transform: scale(0.92) translate3d(0, 24px, 0); }
.js [data-reveal].is-in { opacity: 1; transform: none; filter: none; }

/* ---------- Mobile menu: glass panel that slides in ---------- */
@media (max-width: 860px) {
  .nav {
    display: flex; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-14px);
    background: rgba(0, 0, 0, 0.78); -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%);
    transition: opacity 0.35s var(--ease), transform 0.35s var(--ease), visibility 0.35s;
  }
  .nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav a:not(.btn) { background-image: none; }
  .section::before, .section::after { filter: blur(60px); }
}

@media (prefers-reduced-motion: reduce) {
  .hero .bg-media { transform: none; }
  .marquee-track { animation: none; }
}


/* ==========================================================
   v3: better mobile menu + music button
   ========================================================== */

/* Glass lives on a pseudo-element so the mobile menu can blur the page itself
   (nested backdrop-filters don't work, which is why the old menu looked see-through). */
.site-header { background: transparent; -webkit-backdrop-filter: none; backdrop-filter: none; }
.site-header::before { content: ""; position: absolute; inset: 0; z-index: -1; background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%); transition: background-color 0.4s; }
.site-header.is-scrolled { background: transparent; }
.site-header.is-scrolled::before { background: rgba(0, 0, 0, 0.78); }

@media (max-width: 860px) {
  body.menu-open { overflow: hidden; }
  body.menu-open::after { content: ""; position: fixed; inset: 0; z-index: 95; background: rgba(0, 0, 0, 0.6); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); animation: vt-in 0.3s ease both; }

  .nav {
    top: calc(100% + 10px); left: 0.75rem; right: 0.75rem; padding: 0.6rem 1.25rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 22px;
    background: linear-gradient(160deg, rgba(34, 34, 34, 0.94), rgba(10, 10, 10, 0.96));
    -webkit-backdrop-filter: blur(28px) saturate(170%); backdrop-filter: blur(28px) saturate(170%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 30px 70px rgba(0, 0, 0, 0.7);
    transform: translateY(-10px) scale(0.98); transform-origin: 90% 0;
    max-height: calc(100vh - var(--header-h) - 40px); overflow-y: auto;
  }
  .nav.is-open { transform: none; }
  .nav li { border-bottom: 1px solid rgba(255, 255, 255, 0.1); opacity: 0; transform: translateX(-14px); transition: opacity 0.4s var(--ease), transform 0.4s var(--ease); }
  .nav.is-open li { opacity: 1; transform: none; }
  .nav.is-open li:nth-child(1) { transition-delay: 0.05s; }
  .nav.is-open li:nth-child(2) { transition-delay: 0.10s; }
  .nav.is-open li:nth-child(3) { transition-delay: 0.15s; }
  .nav.is-open li:nth-child(4) { transition-delay: 0.20s; }
  .nav.is-open li:nth-child(5) { transition-delay: 0.25s; }
  .nav.is-open li:nth-child(6) { transition-delay: 0.30s; }
  .nav li:last-child { border-bottom: 0; }
  .nav a:not(.btn) { font-size: 1.3rem; font-family: var(--display); text-transform: uppercase; letter-spacing: 0.03em; padding: 0.95rem 0.25rem; display: flex; align-items: center; justify-content: space-between; }
  .nav a:not(.btn)::after { content: "\2192"; color: var(--yellow); opacity: 0; transform: translateX(-8px); transition: opacity 0.3s, transform 0.3s; }
  .nav a:not(.btn):hover::after, .nav a[aria-current="page"]::after { opacity: 1; transform: none; }
  .nav .btn { margin-top: 1.1rem; width: 100%; padding: 1.05rem; font-size: 1.05rem; }
}


/* ==========================================================
   v4: full price list, tabs, extras, find-us photos
   ========================================================== */
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* membership type tabs (segmented glass control) */
.tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.4rem; width: fit-content; max-width: 100%; margin: 0 auto 1rem; padding: 0.4rem; border-radius: 999px; border: 1px solid var(--glass-border); background: rgba(255, 255, 255, 0.06); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); box-shadow: var(--glass-shadow); position: relative; z-index: 1; }
.tab { font: 700 1rem/1 var(--body); color: var(--text); background: transparent; border: 0; border-radius: 999px; padding: 0.85rem 1.4rem; cursor: pointer; transition: background-color 0.3s var(--ease), color 0.3s, transform 0.3s var(--ease); }
.tab:hover { background: rgba(255, 255, 255, 0.1); }
.tab[aria-selected="true"] { background: var(--yellow); color: #000; box-shadow: 0 6px 20px rgba(246, 197, 0, 0.35); }
.tab-desc { text-align: center; color: var(--muted); margin: 0 auto 2rem; max-width: 46ch; position: relative; z-index: 1; transition: opacity 0.22s, transform 0.22s; }
.tab-desc.is-swapping { opacity: 0; transform: translateY(6px); }

/* five / four column plan grids */
.plans--five { grid-template-columns: repeat(5, 1fr); gap: 1rem; }
.plans--four { grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.plans--five .plan, .plans--four .plan { padding: 1.7rem 1.4rem 1.5rem; }
.plan .price { font-size: 2.7rem; margin: 0.2rem 0 0.3rem; }
.plan .from { margin: 0 0 1.4rem; }
.plan .perk { margin: -0.7rem 0 1.4rem; font-size: 0.9rem; font-weight: 600; color: var(--yellow); }
.plan .btn { margin-top: auto; width: 100%; padding-inline: 1rem; }
.plans { transition: opacity 0.22s, transform 0.22s var(--ease); }
.plans.is-swapping { opacity: 0; transform: translateY(8px); }
.plans-note a { margin-left: 0.3rem; }

/* full price table */
.table-wrap { overflow-x: auto; border-radius: var(--radius); border: 1px solid var(--glass-border); background: var(--glass-bg); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); box-shadow: var(--glass-shadow); position: relative; z-index: 1; }
.price-table { width: 100%; min-width: 640px; border-collapse: collapse; text-align: right; }
.price-table th, .price-table td { padding: 1.05rem 1.2rem; border-bottom: 1px solid var(--line); }
.price-table thead th { font-family: var(--display); font-weight: 800; font-size: 1.15rem; text-transform: uppercase; letter-spacing: 0.03em; color: var(--yellow); background: rgba(0, 0, 0, 0.3); }
.price-table th[scope="row"], .price-table thead th:first-child { text-align: left; font-family: var(--display); font-weight: 800; font-size: 1.25rem; text-transform: uppercase; }
.price-table td { font-weight: 600; font-variant-numeric: tabular-nums; }
.price-table tbody tr { transition: background-color 0.25s; }
.price-table tbody tr:hover { background: rgba(246, 197, 0, 0.09); }
.price-table tbody tr:last-child > * { border-bottom: 0; }

/* extras + four-up value cards */
.values--four { grid-template-columns: repeat(4, 1fr); }
.values--four .value { display: flex; flex-direction: column; align-items: flex-start; gap: 0.2rem; }
.values--four .value p { margin-bottom: 1rem; }
.values--four .value .text-link { margin-top: auto; }
.extra dl { margin: 0.6rem 0 0; }
.extra dl div { display: flex; justify-content: space-between; gap: 1rem; padding: 0.7rem 0; border-top: 1px solid var(--line); }
.extra dl { width: 100%; }
.extra dt { color: var(--muted); }
.extra dd small { font-family: var(--body); font-weight: 600; font-size: 0.9rem; color: var(--muted); }
.extra dd { margin: 0; font-family: var(--display); font-weight: 800; font-size: 1.5rem; line-height: 1; }
.pt-band { margin-top: clamp(2rem, 5vw, 3.5rem); }

/* tick list */
.checks { margin-top: 1.4rem; }
.checks li { position: relative; padding: 0.7rem 0 0.7rem 2.2rem; border-top: 1px solid var(--line); }
.checks li:last-child { border-bottom: 1px solid var(--line); }
.checks li::before { content: ""; position: absolute; left: 0; top: 0.95rem; width: 1.3rem; height: 1.3rem; border-radius: 50%; background: var(--yellow); }
.checks li::after { content: ""; position: absolute; left: 0.42rem; top: 1.2rem; width: 0.5rem; height: 0.28rem; border-left: 2px solid #000; border-bottom: 2px solid #000; transform: rotate(-45deg); }

/* find-us collage (storefront + door) */
.collage--find .main { width: 88%; aspect-ratio: 1280 / 667; }
.collage--find .third { right: 0; bottom: 0; width: 34%; aspect-ratio: 3 / 4; }
.collage--find { padding-bottom: 5rem; }

/* contact photos */
.find-photos { display: grid; grid-template-columns: 1.7fr 1fr; gap: 1rem; margin-top: clamp(2.5rem, 6vw, 4.5rem); position: relative; z-index: 1; }
.find-photos figure { margin: 0; position: relative; border-radius: var(--radius); overflow: hidden; min-height: 320px; background: #000; border: 1px solid var(--glass-border); }
.find-photos img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.find-photos figure:hover img { transform: scale(1.04); }
.find-photos figcaption { position: absolute; left: 0.9rem; bottom: 0.9rem; padding: 0.4rem 1rem; border-radius: 999px; font-weight: 600; font-size: 0.92rem; background: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.22); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

@media (max-width: 1180px) {
  .plans--five { grid-template-columns: repeat(3, 1fr); }
  .values--four { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 980px) {
  .plans--five, .plans--four { grid-template-columns: repeat(2, 1fr); max-width: none; }
  .plans--five .plan:last-child { grid-column: 1 / -1; }
  .plans { max-width: none; }
}
@media (max-width: 700px) {
  .values--four { grid-template-columns: 1fr; }
  .find-photos { grid-template-columns: 1fr; }
  .find-photos figure { min-height: 260px; }
  .find-photos figure:last-child { min-height: 360px; }
  .tab { padding: 0.75rem 1rem; font-size: 0.95rem; }
  .collage--find .main { width: 92%; }
}
@media (max-width: 460px) {
  .plans--five, .plans--four { grid-template-columns: 1fr; }
  .plan:nth-child(n+2) { border-top: 1px solid var(--glass-border); }
}
