@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/manrope-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/manrope-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/manrope-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/manrope-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/manrope-extrabold.ttf") format("truetype");
}

:root {
  color-scheme: light;
  --accent: #b91c1c;
  --accent-pressed: #991b1b;
  --accent-soft: #fef2f2;
  --dark: #151515;
  --black: #0d0d0d;
  --bg: #f6f6f6;
  --card: #ffffff;
  --text: #111111;
  --muted: #5f5f5f;
  --quiet: #737373;
  --border: #e5e5e5;
  --green: #4ade80;
  --shadow: 0 24px 70px rgba(17, 17, 17, 0.1);
  font-family: "Manrope", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-underline-offset: 0.2em; }
a:hover { text-decoration-thickness: 2px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #f59e0b; outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .wordmark { letter-spacing: -0.04em; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.25rem, 7.4vw, 7.25rem); line-height: 0.92; font-weight: 800; }
h2 { margin-bottom: 1rem; font-size: clamp(2rem, 4.8vw, 4.5rem); line-height: 1; font-weight: 800; }
h3 { margin-bottom: 0.6rem; font-size: 1.35rem; line-height: 1.2; }

.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; border-radius: 10px; background: #fff; color: #111; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.12); background: var(--black); color: #fff; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.wordmark { display: inline-flex; min-height: 44px; align-items: center; font-size: 1.35rem; font-weight: 800; text-decoration: none; }
.wordmark span, .phone-logo span, .mini-logo span { color: #ef4444; }
.header-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.header-nav a, .header-legal { min-height: 44px; display: inline-flex; align-items: center; color: #d4d4d4; font-size: .9rem; font-weight: 700; text-decoration: none; }
.header-nav a:hover, .header-legal:hover { color: #fff; }
.header-legal { padding: 0 16px; border: 1px solid #404040; border-radius: 999px; }

.hero { position: relative; overflow: hidden; background: var(--black); color: #fff; }
.hero::before { content: ""; position: absolute; inset: -45% auto auto -15%; width: 700px; height: 700px; border-radius: 50%; background: rgba(185,28,28,.16); filter: blur(110px); }
.hero-grid { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); align-items: center; gap: 60px; padding-block: 90px 100px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 5px rgba(185,28,28,.14); }
.eyebrow-light { color: #fca5a5; }
.hero-lead { max-width: 650px; margin-bottom: 30px; color: #cfcfcf; font-size: clamp(1.05rem, 2vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-size: .92rem; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-pressed); }
.button-secondary { border-color: #525252; color: #fff; }
.button-secondary:hover { border-color: #a3a3a3; }
.button-disabled { border-color: #343434; background: #202020; color: #a3a3a3; cursor: not-allowed; }
.hero-note { max-width: 570px; margin: 0; color: #8f8f8f; font-size: .82rem; }

.phone-stage { position: relative; min-height: 590px; display: grid; place-items: center; }
.phone-stage::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(185,28,28,.52), rgba(185,28,28,0) 68%); }
.phone { position: relative; z-index: 2; width: 300px; padding: 9px; border: 1px solid #444; border-radius: 47px; background: #050505; box-shadow: 0 46px 110px rgba(0,0,0,.68); transform: rotate(4deg); }
.phone::after { content: ""; position: absolute; inset: 7px; pointer-events: none; border: 1px solid rgba(255,255,255,.12); border-radius: 40px; }
.phone-speaker { position: absolute; z-index: 4; top: 18px; left: 50%; width: 78px; height: 22px; border-radius: 999px; background: #050505; transform: translateX(-50%); }
.phone-screen { min-height: 590px; overflow: hidden; padding: 34px 17px 20px; border-radius: 38px; background: #f6f6f6; color: #111; }
.phone-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 25px; }
.phone-logo { font-weight: 900; letter-spacing: -.05em; }
.avatar { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: #e9e9e9; font-size: .72rem; font-weight: 800; }
.phone-kicker { margin-bottom: 2px; color: #777; font-size: .64rem; }
.phone-name { margin-bottom: 13px; font-size: 1.18rem; font-weight: 800; }
.membership-card { min-height: 155px; display: flex; flex-direction: column; padding: 18px; border-radius: 22px; background: linear-gradient(135deg,#151515,#311010 60%,#681717); color: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.2); }
.membership-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: .62rem; }
.status { color: #86efac; }
.status i { display: inline-block; width: 6px; height: 6px; margin-right: 5px; border-radius: 50%; background: #4ade80; }
.mini-logo { font-weight: 900; }
.membership-card > strong { font-size: 1rem; }
.membership-meta { display: flex; gap: 25px; margin-top: auto; color: #fff; font-size: .72rem; font-weight: 800; }
.membership-meta span { display: grid; }
.membership-meta small { color: #a3a3a3; font-size: .53rem; font-weight: 500; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-block: 14px; }
.quick-grid div { min-height: 69px; display: grid; align-content: center; padding: 12px; border: 1px solid #e7e7e7; border-radius: 16px; background: #fff; }
.quick-grid b { color: var(--accent); font-size: .86rem; }
.quick-grid span { color: #777; font-size: .58rem; }
.phone-section-title { display: flex; justify-content: space-between; align-items: center; margin: 5px 2px 9px; font-size: .7rem; }
.phone-section-title span { color: var(--accent); font-size: .57rem; font-weight: 800; }
.booking-card { display: flex; align-items: center; gap: 11px; padding: 11px; border: 1px solid #e7e7e7; border-radius: 15px; background: #fff; }
.booking-card time { width: 38px; min-width: 38px; display: grid; place-items: center; padding: 5px; border-radius: 10px; background: var(--accent-soft); color: var(--accent); font-size: .88rem; font-weight: 900; line-height: 1; }
.booking-card time small { margin-top: 3px; font-size: .45rem; }
.booking-card > span { display: grid; font-size: .61rem; }
.booking-card > span small { color: #777; font-size: .5rem; }
.stage-orbit { position: absolute; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.orbit-one { width: 490px; height: 490px; }
.orbit-two { width: 620px; height: 620px; }

.section { padding-block: 110px; }
.section-heading { max-width: 730px; margin-bottom: 42px; }
.section-heading > p:last-child { max-width: 620px; color: var(--muted); font-size: 1.02rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.feature-card { position: relative; min-height: 340px; overflow: hidden; padding: 30px; border: 1px solid var(--border); border-radius: 28px; background: var(--card); }
.feature-card p { max-width: 440px; color: var(--muted); }
.feature-index { display: block; margin-bottom: 58px; color: var(--accent); font-size: .72rem; font-weight: 800; }
.feature-dark { background: var(--dark); color: #fff; }
.feature-dark p { color: #bdbdbd; }
.feature-accent { border-color: var(--accent); background: var(--accent); color: #fff; }
.feature-accent p { color: #fee2e2; }
.feature-accent .feature-index { color: #ffe4e6; }
.card-visual { position: absolute; right: 28px; bottom: 28px; }
.pass-visual { width: 122px; height: 64px; padding: 13px; border: 1px solid #454545; border-radius: 16px; background: #222; }
.pass-visual span { display: block; width: 8px; height: 8px; margin-bottom: 8px; border-radius: 50%; background: var(--green); }
.pass-visual strong { font-size: .63rem; letter-spacing: .12em; }
.qr-visual { width: 94px; height: 94px; border: 12px solid var(--dark); border-radius: 13px; background: repeating-conic-gradient(#111 0 25%,#fff 0 50%) 50%/18px 18px; box-shadow: inset 0 0 0 5px #fff; }
.calendar-visual { position: absolute; right: 25px; bottom: 30px; display: flex; gap: 6px; }
.calendar-visual span { width: 42px; height: 48px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 13px; color: #777; font-size: .61rem; font-weight: 800; }
.calendar-visual .selected { border-color: var(--accent); background: var(--accent); color: #fff; }
.activity-visual { position: absolute; right: 28px; bottom: 28px; height: 82px; display: flex; align-items: end; gap: 7px; }
.activity-visual i { width: 13px; border-radius: 5px 5px 2px 2px; background: rgba(255,255,255,.88); }
.activity-visual i:nth-child(1) { height: 30%; }.activity-visual i:nth-child(2) { height: 52%; }.activity-visual i:nth-child(3) { height: 42%; }.activity-visual i:nth-child(4) { height: 82%; }.activity-visual i:nth-child(5) { height: 66%; }.activity-visual i:nth-child(6) { height: 92%; }.activity-visual i:nth-child(7) { height: 76%; }

.section-dark { background: var(--dark); color: #fff; }
.access-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.access-intro { max-width: 440px; color: #bdbdbd; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding-block: 25px; border-top: 1px solid #373737; }
.steps li:last-child { border-bottom: 1px solid #373737; }
.steps li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--accent); font-weight: 900; }
.steps h3 { margin-bottom: 5px; }
.steps p { margin-bottom: 0; color: #a9a9a9; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.section-heading.compact { margin-bottom: 0; }
.faq-list { border-top: 1px solid #d7d7d7; }
details { border-bottom: 1px solid #d7d7d7; }
summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-size: 1.05rem; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--accent); font-size: 1.5rem; font-weight: 500; }
details[open] summary::after { content: "−"; }
details p { max-width: 680px; padding: 0 45px 22px 0; color: var(--muted); }

.contact-section { padding-top: 0; }
.contact-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; padding: 58px; border-radius: 32px; background: linear-gradient(135deg,#151515,#321010 62%,#651717); color: #fff; }
.contact-panel > div > p:last-child { max-width: 460px; color: #d4d4d4; }
.contact-list { display: grid; align-content: center; margin: 0; font-style: normal; }
.contact-list a, .contact-list > div { min-height: 76px; display: grid; align-content: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.18); text-decoration: none; }
.contact-list a:first-child { border-top: 1px solid rgba(255,255,255,.18); }
.contact-list a:hover strong { color: #fca5a5; }
.contact-list small { color: #a3a3a3; font-size: .69rem; font-style: normal; }
.contact-list strong { overflow-wrap: anywhere; font-size: 1rem; font-style: normal; }

.site-footer { padding-block: 52px; background: var(--black); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: start; }
.wordmark-light { color: #fff; }
.footer-grid > div p { max-width: 360px; color: #8f8f8f; font-size: .82rem; }
.footer-grid nav { display: grid; gap: 10px; justify-items: end; }
.footer-grid nav a { min-height: 32px; color: #d4d4d4; font-size: .82rem; }
.copyright { grid-column: 1 / -1; margin: 18px 0 0; padding-top: 24px; border-top: 1px solid #272727; color: #8f8f8f; font-size: .76rem; }

/* Shared legal pages */
.legal-page { background: #efefef; }
.legal-header { border-bottom-color: var(--border); background: #fff; color: var(--text); }
.legal-header .header-nav a { color: var(--muted); }
.legal-header .header-nav a:hover { color: var(--text); }
.legal-shell { width: min(860px, calc(100% - 40px)); margin: 42px auto 70px; padding: clamp(28px, 6vw, 60px); border: 1px solid var(--border); border-radius: 28px; background: #fff; box-shadow: 0 18px 55px rgba(17,17,17,.06); }
.legal-shell h1 { margin-bottom: 12px; font-size: clamp(2.3rem, 6vw, 4.5rem); line-height: 1; }
.legal-shell h2 { margin: 2.2rem 0 .7rem; font-size: 1.3rem; line-height: 1.3; letter-spacing: -.02em; }
.legal-shell p, .legal-shell li { color: #4f4f4f; }
.legal-shell ul, .legal-shell ol { padding-left: 1.35rem; }
.legal-shell li + li { margin-top: .55rem; }
.legal-meta { margin-bottom: 30px; color: var(--quiet) !important; font-size: .82rem; }
.legal-notice { padding: 20px 22px; border-left: 4px solid var(--accent); border-radius: 12px; background: var(--accent-soft); color: #3f1717 !important; }
.legal-contact { display: grid; gap: 10px; margin: 18px 0; padding: 20px; border-radius: 16px; background: #f7f7f7; }
.legal-contact a { overflow-wrap: anywhere; color: var(--accent); font-weight: 800; }
.retention-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 0 !important; list-style: none; }
.retention-list li { margin: 0 !important; padding: 16px; border: 1px solid var(--border); border-radius: 14px; }
.retention-list strong { display: block; color: var(--text); }
.legal-back { display: inline-flex; min-height: 44px; align-items: center; margin-top: 24px; color: var(--accent); font-weight: 800; }

@media (max-width: 900px) {
  .header-nav { display: none; }
  .header-legal { margin-left: auto; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; padding-top: 70px; }
  .phone-stage { min-height: 620px; }
  .access-grid, .faq-grid, .contact-panel { grid-template-columns: 1fr; gap: 42px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { justify-items: start; }
  .copyright { grid-column: auto; }
}

@media (max-width: 640px) {
  html { scroll-behavior: auto; }
  .container { width: min(100% - 28px, 1180px); }
  .site-header .header-legal { display: none; }
  .header-inner { min-height: 66px; }
  .hero-grid { gap: 30px; padding-block: 58px 70px; }
  h1 { font-size: clamp(3rem, 17vw, 4.5rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .phone-stage { min-height: 540px; transform: scale(.88); margin: -25px 0; }
  .section { padding-block: 78px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 320px; padding: 24px; }
  .calendar-visual { right: 18px; transform: scale(.88); transform-origin: right bottom; }
  .contact-section { padding-top: 0; }
  .contact-panel { padding: 32px 24px; border-radius: 24px; }
  .legal-shell { width: 100%; margin: 0; padding: 30px 20px 48px; border: 0; border-radius: 0; box-shadow: none; }
  .retention-list { grid-template-columns: 1fr; }
}

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