:root {
    --ink: #221b22;
    --muted: #6f6265;
    --paper: #fffaf6;
    --soft: #fbf3ee;
    --line: #e9d7cc;
    --coral: #f66f5d;
    --coral-dark: #e45b4b;
    --plum: #654d5e;
    --plum-dark: #4c3947;
    --white: #fff;
    --shadow: 0 20px 60px rgba(67, 46, 42, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.centered { text-align: center; }
.eyebrow { margin: 0 0 12px; font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.coral { color: var(--coral-dark); }
.display-title { margin: 0; font: 700 clamp(2rem, 3vw, 3.4rem)/1.1 "Playfair Display", serif; }
.section-intro { max-width: 820px; margin: 18px auto 0; color: var(--muted); }
.section-soft { background: var(--soft); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 26px; border-radius: 999px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--coral); box-shadow: 0 12px 28px rgba(246, 111, 93, .28); }
.button-primary:hover { background: var(--coral-dark); }

.site-header { position: relative; z-index: 50; background: rgba(255, 250, 246, .96); border-bottom: 1px solid rgba(233, 215, 204, .7); }
.header-inner { display: flex; align-items: center; min-height: 84px; }
.brand { flex: 0 0 auto; }
.brand img { width: 166px; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.5vw, 38px); margin-left: auto; }
.main-nav a { position: relative; font-size: .94rem; font-weight: 600; text-decoration: none; }
.main-nav a:not(.login-link)::after { position: absolute; right: 0; bottom: -7px; left: 0; height: 2px; content: ""; background: var(--coral); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.main-nav .login-link { padding: 11px 20px; color: var(--white); background: var(--coral); border-radius: 999px; }
.menu-toggle { display: none; margin-left: auto; padding: 10px; color: var(--ink); background: transparent; border: 0; font-size: 1.4rem; }

.hero { position: relative; min-height: clamp(500px, calc(100vh - 84px), 620px); padding: 0; overflow: hidden; background: #342820; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27, 20, 17, .9) 0%, rgba(27, 20, 17, .69) 33%, rgba(27, 20, 17, .14) 68%, rgba(27, 20, 17, .02) 100%); }
.hero-content { position: relative; z-index: 1; display: flex; width: min(1480px, calc(100% - 72px)); max-width: none; min-height: inherit; flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 46px; color: var(--white); }
.hero-eyebrow { color: #ffd5cc; }
.hero h1 { max-width: 720px; margin: 0; font: 700 clamp(3.15rem, 5vw, 5rem)/.96 "Playfair Display", serif; letter-spacing: -.035em; }
.hero-copy { max-width: 600px; margin: 20px 0 0; font-size: clamp(1rem, 1.3vw, 1.15rem); color: rgba(255,255,255,.9); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 26px; }
.text-link { font-weight: 700; text-decoration: none; }
.text-link i { margin-left: 8px; transition: transform .2s ease; }
.text-link:hover i { transform: translateX(4px); }
.text-link-light { padding-bottom: 5px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.55); }

.journey { padding: 34px 0 40px; }
.journey-title { max-width: 760px; margin: 0 auto; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 30px; }
.journey-item { display: flex; gap: 18px; align-items: flex-start; padding-right: 24px; border-right: 1px solid var(--line); }
.journey-item:last-child { border-right: 0; }
.journey-item h2 { margin: 2px 0 8px; font: 700 1.18rem "Playfair Display", serif; }
.journey-item p { margin: 0; color: var(--muted); font-size: .9rem; }
.round-icon { display: grid; width: 56px; height: 56px; flex: 0 0 56px; place-items: center; color: var(--white); background: var(--coral); border-radius: 50%; font-size: 1.35rem; }

.app-showcase { padding: 86px 0; overflow: hidden; background: var(--white); }
.app-showcase-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .7fr); gap: clamp(56px, 8vw, 120px); align-items: center; }
.app-showcase-copy { max-width: 620px; }
.app-showcase-intro { margin: 22px 0 0; color: var(--muted); font-size: 1.05rem; }
.booking-steps { display: grid; gap: 18px; margin: 34px 0 0; padding: 0; list-style: none; }
.booking-steps li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; align-items: start; }
.booking-steps li > span { display: grid; width: 44px; height: 44px; place-items: center; color: var(--coral-dark); background: #fff1ed; border: 1px solid #ffd7cf; border-radius: 50%; font-weight: 800; }
.booking-steps strong { display: block; margin-top: 1px; font-size: 1rem; }
.booking-steps p { margin: 3px 0 0; color: var(--muted); font-size: .9rem; }
.app-benefits { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.app-benefits span { display: inline-flex; gap: 8px; align-items: center; padding: 9px 13px; color: var(--plum-dark); background: var(--soft); border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 700; }
.app-benefits i { color: var(--coral); }

.mobile-preview-shell { width: min(100%, 430px); justify-self: center; overflow: hidden; color: #171a2b; background: #f5f6fb; border: 9px solid #29222a; border-radius: 38px; box-shadow: 0 36px 80px rgba(69, 45, 57, .24); font-family: Figtree, "DM Sans", sans-serif; }
.student-preview-topbar { display: flex; min-height: 68px; align-items: center; justify-content: space-between; padding: 13px 17px; background: rgba(255,255,255,.96); border-bottom: 1px solid #e8e9f3; }
.student-preview-topbar img { width: 118px; height: auto; }
.student-preview-actions { display: flex; align-items: center; gap: 8px; }
.student-preview-actions > span { display: inline-flex; align-items: center; justify-content: center; color: #3c3f57; }
.student-preview-bell { position: relative; padding: 6px; font-size: 1.25rem; }
.student-preview-bell b { position: absolute; top: -1px; right: -1px; display: grid; min-width: 17px; height: 17px; padding: 0 4px; place-items: center; color: #fff; background: #ff8170; border-radius: 999px; font-size: .58rem; font-weight: 800; }
.student-preview-menu { padding: 6px; font-size: 1.35rem; }
.student-preview-body { padding: 16px; }
.student-preview-body h3 { margin: 2px 0 3px; color: #171a2b; font: 900 1.32rem Figtree, "DM Sans", sans-serif; }
.student-preview-subtitle { margin: 0 0 15px; color: #6c6f86; font-size: .78rem; font-weight: 600; }
.student-membership-card { position: relative; overflow: hidden; padding: 18px 18px 16px; color: #fff; background: radial-gradient(640px 400px at 78% 18%, rgba(255,129,112,.42), rgba(255,129,112,0) 58%), radial-gradient(560px 400px at 18% 18%, rgba(123,108,255,.62), rgba(123,108,255,0) 62%), linear-gradient(135deg, #191831, #2a2248); border-radius: 22px; }
.student-membership-pill { display: inline-flex; padding: 6px 12px; color: #d1fae5; background: rgba(209,250,229,.18); border: 1px solid rgba(209,250,229,.26); border-radius: 999px; font-size: .65rem; font-weight: 900; }
.student-membership-name, .student-membership-start { display: block; }
.student-membership-name { margin-top: 13px; font-size: 2.15rem; line-height: 1.05; letter-spacing: -.02em; }
.student-membership-start { margin-top: 6px; color: rgba(255,255,255,.86); font-size: .78rem; font-weight: 800; }
.student-membership-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 16px; }
.student-membership-stats > div { display: grid; min-height: 82px; grid-template-columns: 38px 1fr; column-gap: 9px; align-items: center; padding: 12px 10px; }
.student-membership-stats > div:nth-child(2) { border-left: 1px solid rgba(255,255,255,.16); }
.student-membership-stats .student-stat-wide { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); }
.student-stat-icon { display: grid; width: 38px; height: 38px; grid-row: span 2; place-items: center; color: #fff; background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.student-stat-icon.is-coral { color: #ff8170; }
.student-membership-stats small { align-self: end; color: rgba(255,255,255,.78); font-size: .65rem; font-weight: 800; }
.student-membership-stats b { align-self: start; color: #fff; font-size: 1.55rem; line-height: 1; }
.student-progress-heading { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; color: #fff; font-size: .72rem; }
.student-progress-heading span { color: rgba(255,255,255,.78); font-weight: 900; }
.student-progress-bar { height: 9px; margin-top: 8px; overflow: hidden; background: rgba(255,255,255,.14); border-radius: 999px; }
.student-progress-bar span { display: block; width: 25%; height: 100%; background: linear-gradient(90deg, #ff8170, #ff5b49); border-radius: inherit; }
.student-booking-card { margin-top: 14px; padding: 18px; background: #fff; border: 1px solid #e8e9f3; border-radius: 18px; box-shadow: 0 10px 34px rgba(20,22,45,.06); }
.student-booking-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.student-booking-heading strong { font-size: .9rem; font-weight: 900; }
.student-booking-heading span { display: inline-flex; min-height: 34px; align-items: center; padding: 0 10px; color: #9aa0b5; background: #fff; border: 1px solid #e8e9f3; border-radius: 11px; font-size: .6rem; font-weight: 900; }
.student-static-label { margin: 12px 0 6px; color: #6c6f86; font-size: .67rem; font-weight: 900; }
.student-static-field { display: flex; width: 100%; min-height: 43px; align-items: center; justify-content: space-between; padding: 0 12px; color: #111827; background: #fff; border: 1px solid #e8e9f3; border-radius: 12px; font: 600 .75rem Figtree, "DM Sans", sans-serif; }
.student-static-field i { color: #3d4057; font-size: .72rem; }
.mobile-confirm-button { display: flex; width: 100%; min-height: 44px; align-items: center; justify-content: center; margin-top: 14px; color: #fff; background: #ff8170; border-radius: 12px; font-weight: 900; }
.mobile-booking-status { margin: 9px 0 0; color: #6c6f86; text-align: center; font-size: .68rem; }
.student-booking-help { display: block; margin-top: 8px; color: #6c6f86; font-size: .61rem; font-weight: 700; line-height: 1.35; }

.schedule-section { padding: 70px 0; }
.schedule-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr); gap: 56px; align-items: end; }
.schedule-heading p:last-child { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: .98rem; }
.schedule-table-wrap { margin-top: 30px; }
.schedule-table { width: 100%; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-collapse: separate; border-spacing: 0; border-radius: 20px; box-shadow: var(--shadow); }
.schedule-table th, .schedule-table td { padding: 20px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.schedule-table th:last-child, .schedule-table td:last-child { border-right: 0; }
.schedule-table tbody tr:last-child th, .schedule-table tbody tr:last-child td { border-bottom: 0; }
.schedule-table thead th { color: var(--white); background: var(--plum); font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.schedule-table thead th i { margin-right: 7px; color: #f1dce4; }
.schedule-table tbody th { width: 21%; color: var(--plum-dark); background: #fff9f6; font: 700 1.08rem "Playfair Display", serif; }
.schedule-table td { width: 39.5%; }
.schedule-table td[data-label] { display: table-cell; }
.schedule-slot { display: inline-flex; margin: 3px 6px 3px 0; padding: 8px 12px; color: var(--plum-dark); background: #f7f3f6; border: 1px solid #eadfe5; border-radius: 999px; font-size: .8rem; font-weight: 700; white-space: nowrap; }
.schedule-closed { color: var(--muted); font-size: .84rem; font-weight: 600; }
.schedule-sunday th { background: #fff3ee !important; }
.schedule-sunday td { background: #fffaf8; }
.schedule-rest { display: inline-flex; gap: 9px; align-items: center; color: var(--coral-dark); font-weight: 800; }
.schedule-rest i { color: var(--coral); }
.schedule-note { display: flex; gap: 9px; align-items: flex-start; margin: 14px 2px 0; color: var(--muted); font-size: .78rem; }
.schedule-note i { margin-top: 3px; color: var(--coral); }

.memberships { padding: 36px 0 36px; }
.narrow-heading { max-width: 900px; }
.plan-table-wrap { margin-top: 30px; overflow-x: auto; padding: 8px 0 16px; }
.plan-table { display: grid; min-width: 900px; grid-template-columns: 1.2fr repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.54); box-shadow: none; }
.plan-table > div { display: flex; min-height: 58px; align-items: center; justify-content: center; padding: 14px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.plan-table > div:nth-child(4n) { border-right: 0; }
.plan-spacer { background: transparent; }
.plan-head { position: relative; flex-direction: column; color: var(--white); background: var(--plum); }
.plan-head span { text-transform: uppercase; letter-spacing: .08em; font-size: .78rem; }
.plan-head strong { margin-top: 4px; font-size: 1.4rem; }
.plan-head small { opacity: .82; }
.plan-head.featured { padding-top: 34px; background: linear-gradient(135deg, var(--coral), #f05d50); }
.plan-head em { position: absolute; top: 7px; padding: 4px 11px; color: var(--coral-dark); background: var(--white); border: 1px solid #fac1b8; border-radius: 999px; font-style: normal; font-size: .62rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.feature-label { justify-content: flex-start !important; gap: 10px; text-align: left !important; font-weight: 600; }
.feature-label i { width: 18px; color: var(--coral-dark); }
.plan-button { display: block; width: 100%; padding: 9px 15px; color: var(--plum-dark); border: 1px solid var(--plum); border-radius: 999px; font-weight: 700; text-decoration: none; }
.plan-button.selected { color: var(--white); background: var(--coral); border-color: var(--coral); }
.plan-note { grid-column: 1 / -1; min-height: 48px !important; gap: 10px; border-right: 0 !important; border-bottom: 0 !important; color: var(--muted); font-size: .82rem; }
.mobile-plan-coverflow { display: none; }
.all-plans-entry { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; padding: 20px 24px; background: rgba(255,255,255,.72); border: 1px solid var(--line); border-radius: 18px; }
.all-plans-entry div { display: grid; gap: 2px; }
.all-plans-entry strong { color: var(--plum-dark); font: 700 1.08rem "Playfair Display", serif; }
.all-plans-entry span { color: var(--muted); font-size: .84rem; }
.all-plans-trigger { display: inline-flex; min-height: 44px; flex: 0 0 auto; align-items: center; justify-content: center; gap: 10px; padding: 0 20px; color: var(--white); background: var(--plum-dark); border: 0; border-radius: 999px; font: 700 .82rem "DM Sans", sans-serif; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.all-plans-trigger:hover { background: var(--coral-dark); transform: translateY(-2px); }
.all-plans-dialog { width: min(calc(100% - 40px), 1480px); height: min(calc(100dvh - 40px), 900px); max-width: none; max-height: none; padding: 0; overflow: hidden; background: var(--paper); border: 1px solid rgba(233,215,204,.9); border-radius: 26px; box-shadow: 0 40px 120px rgba(31,20,25,.32); }
.all-plans-dialog:not([open]) { display: none; }
.all-plans-dialog[open] { display: flex; }
.all-plans-dialog::backdrop { background: rgba(34,27,34,.72); backdrop-filter: blur(8px); }
.all-plans-modal { display: flex; width: 100%; min-width: 0; flex-direction: column; }
.all-plans-header { display: flex; flex: 0 0 auto; align-items: flex-start; justify-content: space-between; gap: 30px; padding: 26px 30px 22px; background: rgba(255,250,246,.97); border-bottom: 1px solid var(--line); }
.all-plans-header .eyebrow { margin-bottom: 6px; }
.all-plans-header h2 { margin: 0; color: var(--plum-dark); font: 700 clamp(1.8rem, 3vw, 2.7rem)/1.08 "Playfair Display", serif; }
.all-plans-header p:last-child { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.all-plans-close { display: grid; width: 44px; height: 44px; flex: 0 0 44px; place-items: center; color: var(--plum-dark); background: var(--white); border: 1px solid var(--line); border-radius: 50%; cursor: pointer; font-size: 1.12rem; transition: color .2s ease, transform .2s ease; }
.all-plans-close:hover { color: var(--coral-dark); transform: rotate(5deg); }
.all-plans-content { min-height: 0; flex: 1; overflow: auto; padding: 24px 30px 28px; }
.all-plans-table-wrap { min-width: 0; overflow: auto; border: 1px solid var(--line); border-radius: 18px; }
.all-plans-table { width: 100%; min-width: 980px; table-layout: fixed; border-collapse: separate; border-spacing: 0; background: var(--white); }
.all-plans-table th, .all-plans-table td { padding: 14px 6px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.all-plans-table tr > *:last-child { border-right: 0; }
.all-plans-table tbody tr:last-child > * { border-bottom: 0; }
.all-plans-table thead th { position: sticky; z-index: 2; top: 0; color: var(--white); background: var(--plum); }
.all-plans-table thead th:first-child { width: 132px; text-align: left; }
.all-plans-table thead th span, .all-plans-table thead th strong { display: block; }
.all-plans-table thead th span { font-size: .72rem; letter-spacing: .05em; text-transform: uppercase; }
.all-plans-table thead th strong { margin-top: 4px; font-size: 1.14rem; }
.all-plans-table thead th.is-featured { position: sticky; background: var(--coral); }
.all-plans-table thead th em { display: block; margin: 0 auto 5px; color: #fff4f1; font-style: normal; font-size: .55rem; letter-spacing: .06em; text-transform: uppercase; }
.all-plans-table tbody th { position: sticky; left: 0; z-index: 1; color: var(--plum-dark); background: #fff9f6; text-align: left; font-size: .76rem; }
.all-plans-table tbody td { color: var(--muted); font-size: .76rem; font-weight: 700; }
.all-plans-actions a { display: inline-flex; min-height: 36px; align-items: center; justify-content: center; padding: 0 9px; color: var(--plum-dark); border: 1px solid var(--plum); border-radius: 999px; font-size: .64rem; font-weight: 800; text-decoration: none; }
.all-plans-actions a.is-featured { color: var(--white); background: var(--coral); border-color: var(--coral); }
.all-plans-mobile { display: none; }
.all-plans-note { display: flex; gap: 9px; align-items: flex-start; margin: 16px 2px 0; color: var(--muted); font-size: .76rem; }
.all-plans-note i { margin-top: 3px; color: var(--coral); }
body.has-open-dialog { overflow: hidden; }

.after-payment { padding: 78px 0; background: var(--white); }
.after-payment .narrow-heading { max-width: 760px; }
.after-payment .section-intro { margin-inline: 0; }
.after-payment-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 38px 0 0; padding: 0; list-style: none; }
.after-payment-steps li { display: grid; min-height: 0; grid-template-columns: 50px 1fr; gap: 16px; align-content: start; padding: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 14px 36px rgba(69,45,57,.07); }
.after-payment-steps li > span { display: grid; width: 50px; height: 50px; place-items: center; color: var(--coral-dark); background: #fff0ec; border-radius: 50%; font-size: 1.15rem; }
.after-payment-steps small { display: block; margin: 2px 0 4px; color: var(--coral-dark); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.after-payment-steps strong { display: block; color: var(--plum-dark); font: 700 1.18rem "Playfair Display", serif; }
.after-payment-steps p { margin: 10px 0 0; color: var(--muted); font-size: .84rem; }

.community { display: grid; grid-template-columns: 1fr 1.08fr; min-height: 430px; }
.community-photo { position: relative; min-height: 430px; overflow: hidden; }
.community-photo::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(26,17,14,.12), transparent); }
.community-photo picture { display: block; width: 100%; height: 100%; }
.community-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.community-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(34px, 6vw, 100px); background: #f5dfd8; }
.community-copy > p:not(.eyebrow) { max-width: 670px; color: var(--muted); }
.community-values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 42px; }
.community-values div { display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; }
.community-values i { color: var(--coral); font-size: 2rem; }
.community-values strong { font-size: .78rem; line-height: 1.25; }

.testimonials-section { padding: 82px 0; }
.testimonials-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(600px, 1.28fr); gap: clamp(42px, 7vw, 100px); align-items: start; }
.testimonials-heading { position: sticky; top: 110px; }
.testimonials-heading > p:not(.eyebrow) { max-width: 450px; margin: 20px 0 0; color: var(--muted); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.testimonial-card { position: relative; display: flex; height: auto; min-height: 210px; margin: 0; padding: 28px; flex-direction: column; gap: 0; color: var(--ink); text-align: left; background: var(--white); border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 15px 38px rgba(69,45,57,.07); }
.testimonial-card-featured { grid-column: 1 / -1; min-height: 230px; color: var(--white); background: linear-gradient(135deg, #3f2f3b, #624858); border-color: transparent; }
.testimonial-card > i { color: var(--coral); font-size: 1.45rem; }
.testimonial-card p { margin: 24px 0 22px; flex: 1 1 auto; color: #3d3038; font: 600 1rem/1.65 "DM Sans", sans-serif; }
.testimonial-card-featured p { max-width: 680px; color: #fffaf6; font: 600 clamp(1.05rem, 1.5vw, 1.3rem)/1.6 "DM Sans", sans-serif; }
.testimonial-card footer { position: static; inset: auto; margin-top: auto; padding: 0; color: var(--coral-dark); font-size: .78rem; font-weight: 800; letter-spacing: .05em; transform: none; }
.testimonial-card-featured footer { color: #ffd4cc; }

.explore { padding: 40px 0 44px; }
.explore-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; }
.explore-card { position: relative; height: 240px; overflow: hidden; color: var(--white); border-radius: 18px; box-shadow: var(--shadow); }
.explore-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.explore-card:hover img { transform: scale(1.035); }
.card-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(28,19,16,.83), rgba(28,19,16,.1)); }
.explore-card-copy { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 34px; }
.explore-card-copy strong { font: 700 2.2rem "Playfair Display", serif; }
.explore-card-copy small { max-width: 300px; margin: 3px 0 18px; font-size: .95rem; }
.explore-card-copy u { font-weight: 700; text-underline-offset: 5px; }

.visit-section { padding: 84px 0; background: var(--white); }
.visit-grid { display: grid; grid-template-columns: minmax(360px, .78fr) minmax(0, 1fr); gap: clamp(48px, 7vw, 98px); align-items: center; }
.visit-photo { position: relative; min-height: 540px; overflow: hidden; border-radius: 28px; box-shadow: var(--shadow); }
.visit-photo picture { position: absolute; inset: 0; display: block; width: 100%; height: 100%; }
.visit-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.visit-photo span { position: absolute; right: 18px; bottom: 18px; padding: 9px 14px; color: var(--plum-dark); background: rgba(255,250,246,.92); border: 1px solid rgba(255,255,255,.7); border-radius: 999px; font-size: .72rem; font-weight: 800; backdrop-filter: blur(8px); }
.visit-copy > p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: var(--muted); }
.visit-details { display: grid; gap: 14px; margin-top: 30px; }
.visit-details > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; }
.visit-details i { display: grid; width: 42px; height: 42px; place-items: center; color: var(--coral-dark); background: #fff0ec; border-radius: 50%; }
.visit-details span { color: var(--muted); font-size: .84rem; }
.visit-details strong { display: block; color: var(--plum-dark); font-size: .84rem; }
.visit-actions { display: flex; gap: 24px; align-items: center; margin-top: 32px; }
.visit-actions .text-link { color: var(--plum-dark); font-size: .84rem; }

.ready { color: var(--white); background: linear-gradient(105deg, var(--plum-dark), #735968); }
.ready-inner { display: grid; min-height: 110px; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; }
.ready-vase { width: 48px; height: 62px; object-fit: contain; filter: brightness(0) saturate(100%) invert(93%) sepia(7%) saturate(735%) hue-rotate(282deg) brightness(96%) contrast(88%); }
.ready h2 { margin: 0; color: #fffaf6; font: 700 1.75rem "Playfair Display", serif; }
.ready p { margin: 2px 0 0; color: rgba(255,250,246,.84); }

.faq-section { padding: 78px 0; }
.faq-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(520px, 1fr); gap: clamp(48px, 8vw, 112px); align-items: start; }
.faq-heading { position: sticky; top: 118px; }
.faq-heading > p:not(.eyebrow) { max-width: 470px; margin: 20px 0 24px; color: var(--muted); }
.faq-heading .text-link { color: var(--plum-dark); }
.faq-list { display: grid; gap: 12px; }
.faq-list details { overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 28px rgba(69,45,57,.06); }
.faq-list summary { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 22px; padding: 20px 22px; color: var(--plum-dark); cursor: pointer; list-style: none; font-size: .96rem; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::marker { content: ""; }
.faq-list summary::after { display: none; content: none; }
.faq-list summary i { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; color: var(--coral-dark); background: #fff2ef; border-radius: 50%; font-size: .72rem; transition: transform .2s ease; }
.faq-list details[open] summary i { transform: rotate(180deg); }
.faq-list details p { margin: 0; padding: 0 66px 22px 22px; color: var(--muted); font-size: .88rem; line-height: 1.7; }

.whatsapp-contact { padding: 76px 0; background: var(--white); }
.whatsapp-contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(440px, .65fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.whatsapp-contact-copy { position: relative; }
.whatsapp-contact-copy > p:not(.eyebrow) { max-width: 590px; margin: 22px 0 0; color: var(--muted); font-size: 1rem; }
.whatsapp-contact-copy ul { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.whatsapp-contact-copy li { display: flex; gap: 11px; align-items: center; color: var(--plum-dark); font-size: .86rem; font-weight: 700; }
.whatsapp-contact-copy li i { display: grid; width: 22px; height: 22px; place-items: center; color: #128c4a; background: #e8faef; border-radius: 50%; font-size: .65rem; }
.whatsapp-form { padding: 30px; background: var(--paper); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.whatsapp-form-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.whatsapp-form-heading span { color: var(--coral-dark); font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.whatsapp-form-heading h3 { margin: 3px 0 0; color: var(--plum-dark); font: 700 1.65rem "Playfair Display", serif; }
.whatsapp-form-heading > i { color: #25d366; font-size: 2.1rem; }
.whatsapp-form label { display: grid; gap: 7px; margin-top: 16px; color: var(--plum-dark); font-size: .76rem; font-weight: 800; }
.whatsapp-form input, .whatsapp-form select { width: 100%; height: 48px; padding: 0 14px; color: var(--ink); background: var(--white); border: 1px solid var(--line); border-radius: 12px; outline: none; font: 500 .88rem "DM Sans", sans-serif; transition: border-color .2s ease, box-shadow .2s ease; }
.whatsapp-form input:focus, .whatsapp-form select:focus { border-color: #51bf79; box-shadow: 0 0 0 4px rgba(37,211,102,.12); }
.whatsapp-submit { display: inline-flex; width: 100%; min-height: 50px; align-items: center; justify-content: center; gap: 10px; margin-top: 22px; color: var(--white); background: #188f49; border: 0; border-radius: 999px; cursor: pointer; font: 800 .88rem "DM Sans", sans-serif; transition: background .2s ease, transform .2s ease; }
.whatsapp-submit:hover { background: #11763b; transform: translateY(-2px); }
.whatsapp-submit i { font-size: 1.2rem; }
.whatsapp-feedback { min-height: 20px; margin: 10px 0 0; color: var(--muted); text-align: center; font-size: .72rem; }
.whatsapp-feedback.is-success { color: #11763b; }

.site-footer { padding: 40px 0 20px; background: var(--paper); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(4, .8fr) 1.1fr; gap: 34px; }
.footer-grid > div:not(.footer-brand), .footer-grid address { padding-left: 28px; border-left: 1px solid var(--line); }
.footer-brand img { width: 145px; height: auto; }
.footer-brand p { max-width: 280px; margin: 16px 0; color: var(--muted); font-size: .83rem; }
.footer-grid h2 { margin: 4px 0 14px; font-size: .9rem; }
.footer-grid a { display: block; margin: 8px 0; color: var(--muted); font-size: .82rem; text-decoration: none; }
.footer-grid a:hover { color: var(--coral-dark); }
.footer-grid address { color: var(--muted); font-size: .82rem; font-style: normal; }
.socials { display: flex; gap: 9px; }
.socials a { display: grid; width: 30px; height: 30px; place-items: center; color: var(--white); background: var(--plum-dark); border-radius: 50%; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 28px; padding-top: 16px; color: var(--muted); border-top: 1px solid var(--line); font-size: .75rem; }

@media (max-width: 980px) {
    .menu-toggle { display: block; }
    .main-nav { position: absolute; top: 84px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px 24px 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(0,0,0,.08); }
    .main-nav.is-open { display: flex; }
    .main-nav a { padding: 13px 4px; }
    .main-nav .login-link { margin-top: 8px; text-align: center; }
    .hero { min-height: 660px; }
    .hero-image { object-position: 58% center; }
    .hero h1 { max-width: 560px; font-size: clamp(3rem, 8vw, 5rem); }
    .hero-copy { max-width: 520px; }
    .journey-grid { grid-template-columns: 1fr; }
    .journey-item { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }
    .journey-item:last-child { border-bottom: 0; }
    .app-showcase-grid { grid-template-columns: 1fr; }
    .app-showcase-copy { max-width: 720px; }
    .schedule-heading { grid-template-columns: 1fr; gap: 18px; align-items: start; }
    .after-payment-steps { grid-template-columns: 1fr; }
    .after-payment-steps li { min-height: 0; }
    .faq-grid { grid-template-columns: 1fr; }
    .faq-heading { position: static; }
    .whatsapp-contact-grid { grid-template-columns: 1fr; }
    .community { grid-template-columns: 1fr; }
    .community-photo { min-height: 430px; }
    .community-values { grid-template-columns: repeat(2, 1fr); }
    .testimonials-layout { grid-template-columns: 1fr; }
    .testimonials-heading { position: static; }
    .visit-grid { grid-template-columns: 1fr; }
    .visit-photo { min-height: 430px; }
    .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
    .footer-grid address { border-left: 0; padding-left: 0; }
}

@media (max-width: 680px) {
    .container { width: min(100% - 32px, 1180px); }
    .header-inner { min-height: 72px; }
    .brand img { width: 145px; }
    .main-nav { top: 72px; }
    .hero { min-height: 720px; }
    .hero-image { object-position: 66% center; }
    .hero-overlay { background: linear-gradient(0deg, rgba(24,18,16,.88) 0%, rgba(24,18,16,.55) 55%, rgba(24,18,16,.18) 100%); }
    .hero-content { justify-content: flex-end; padding-bottom: 62px; }
    .hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
    .hero-actions { flex-direction: column; align-items: flex-start; gap: 22px; }
    .journey { padding-top: 38px; }
    .app-showcase { padding: 58px 0; }
    .app-showcase-grid { gap: 42px; }
    .mobile-preview-shell { width: 100%; border-width: 7px; border-radius: 30px; }
    .mobile-preview-body { padding: 18px; }
    .mobile-booking-card { padding: 17px; }
    .schedule-section { padding: 58px 0; }
    .schedule-table { display: block; overflow: visible; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
    .schedule-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
    .schedule-table tbody { display: grid; width: 100%; gap: 14px; }
    .schedule-table tr { display: grid; width: 100%; overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 12px 30px rgba(69,45,57,.08); }
    .schedule-table th, .schedule-table td, .schedule-table td[data-label] { display: block; width: 100%; padding: 15px 17px; border: 0; border-bottom: 1px solid var(--line); }
    .schedule-table tbody tr > *:last-child { border-bottom: 0; }
    .schedule-table tbody th { width: 100%; background: #fff9f6; font-size: 1.2rem; }
    .schedule-table td::before { display: block; margin-bottom: 8px; color: var(--muted); content: attr(data-label); font-size: .66rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .schedule-slot { display: flex; width: 100%; justify-content: center; margin: 5px 0; padding: 9px 10px; }
    .schedule-sunday td { background: var(--white); }
    .schedule-sunday td::before { display: none; }
    .memberships { padding-bottom: 68px; }
    .after-payment { padding: 58px 0; }
    .after-payment-steps { gap: 12px; margin-top: 28px; }
    .after-payment-steps li { grid-template-columns: 44px 1fr; padding: 20px 18px; border-radius: 18px; }
    .after-payment-steps li > span { width: 44px; height: 44px; }
    .plan-table-wrap { display: none; }
    .mobile-plan-coverflow { display: block; margin-top: 26px; overflow: hidden; perspective: 1100px; }
    .mobile-plan-hint { display: flex; width: min(100% - 32px, 1180px); align-items: center; justify-content: flex-end; gap: 9px; margin: 0 auto 12px; color: var(--muted); font-size: .75rem; font-weight: 700; }
    .mobile-plan-hint i { color: var(--coral); }
    .mobile-plan-track { display: flex; gap: 14px; overflow-x: auto; padding: 10px max(9vw, 24px) 28px; scroll-padding-inline: max(9vw, 24px); scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; -webkit-overflow-scrolling: touch; }
    .mobile-plan-track::-webkit-scrollbar { display: none; }
    .mobile-plan-card { position: relative; width: min(82vw, 340px); flex: 0 0 min(82vw, 340px); overflow: hidden; background: var(--white); border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 18px 42px rgba(69,45,57,.10); opacity: .64; scroll-snap-align: center; transform: scale(.9) rotateY(0); transform-origin: center; transition: transform .28s ease, opacity .28s ease, box-shadow .28s ease; }
    .mobile-plan-card.is-before { transform: scale(.9) rotateY(7deg); transform-origin: right center; }
    .mobile-plan-card.is-after { transform: scale(.9) rotateY(-7deg); transform-origin: left center; }
    .mobile-plan-card.is-active { z-index: 2; opacity: 1; transform: scale(1) rotateY(0); box-shadow: 0 24px 54px rgba(69,45,57,.18); }
    .mobile-plan-card > em { position: absolute; z-index: 2; top: 12px; right: 14px; padding: 5px 10px; color: var(--coral-dark); background: var(--white); border: 1px solid #fac1b8; border-radius: 999px; font-style: normal; font-size: .58rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
    .mobile-plan-head { display: flex; min-height: 142px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 24px; color: var(--white); background: linear-gradient(135deg, var(--plum), var(--plum-dark)); }
    .mobile-plan-card.is-featured .mobile-plan-head { background: linear-gradient(135deg, var(--coral), #f05d50); }
    .mobile-plan-head span { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .mobile-plan-head strong { margin-top: 5px; font-size: 2.35rem; line-height: 1; }
    .mobile-plan-head small { margin-top: 4px; color: rgba(255,255,255,.78); }
    .mobile-plan-card ul { margin: 0; padding: 12px 22px 4px; list-style: none; }
    .mobile-plan-card li { display: grid; grid-template-columns: 24px 1fr auto; gap: 8px; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: .78rem; }
    .mobile-plan-card li:last-child { border-bottom: 0; }
    .mobile-plan-card li i { color: var(--coral-dark); text-align: center; }
    .mobile-plan-card li span { color: var(--muted); }
    .mobile-plan-card li b { color: var(--plum-dark); font-size: .76rem; }
    .mobile-plan-button { display: block; margin: 14px 22px 24px; padding: 12px 16px; color: var(--plum-dark); border: 1px solid var(--plum); border-radius: 999px; font-size: .82rem; font-weight: 800; text-align: center; text-decoration: none; }
    .mobile-plan-card.is-featured .mobile-plan-button { color: var(--white); background: var(--coral); border-color: var(--coral); }
    .mobile-plan-note { display: flex; width: min(100% - 40px, 380px); gap: 9px; align-items: flex-start; margin: 0 auto; color: var(--muted); font-size: .72rem; line-height: 1.45; }
    .mobile-plan-note i { margin-top: 3px; color: var(--coral); }
    .all-plans-entry { width: min(100% - 32px, 1180px); flex-direction: column; align-items: stretch; margin-top: 18px; padding: 20px; text-align: center; }
    .all-plans-trigger { width: 100%; }
    .all-plans-dialog { width: 100%; height: 100dvh; border: 0; border-radius: 0; }
    .all-plans-header { position: sticky; z-index: 5; top: 0; gap: 16px; padding: 20px 18px 16px; }
    .all-plans-header h2 { font-size: 1.75rem; }
    .all-plans-header p:last-child { font-size: .78rem; }
    .all-plans-close { width: 40px; height: 40px; flex-basis: 40px; }
    .all-plans-content { padding: 18px 16px 28px; }
    .all-plans-table-wrap { display: none; }
    .all-plans-mobile { display: grid; gap: 12px; }
    .all-plans-mobile article { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 3px 16px; align-items: center; padding: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 10px 28px rgba(69,45,57,.07); }
    .all-plans-mobile article.is-featured { border-color: #f7a99e; box-shadow: 0 14px 34px rgba(246,111,93,.14); }
    .all-plans-mobile article > em { position: absolute; top: 12px; right: 14px; color: var(--coral-dark); font-style: normal; font-size: .58rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
    .all-plans-mobile article > span { color: var(--plum-dark); font: 700 1.18rem "Playfair Display", serif; }
    .all-plans-mobile article > strong { color: var(--plum-dark); font-size: 1.05rem; }
    .all-plans-mobile article > small { grid-column: 1 / -1; color: var(--muted); font-size: .72rem; }
    .all-plans-mobile article > a { display: inline-flex; min-height: 40px; grid-column: 1 / -1; align-items: center; justify-content: center; margin-top: 10px; color: var(--plum-dark); border: 1px solid var(--plum); border-radius: 999px; font-size: .76rem; font-weight: 800; text-decoration: none; }
    .all-plans-mobile article.is-featured > a { color: var(--white); background: var(--coral); border-color: var(--coral); }
    .all-plans-note { margin-top: 14px; line-height: 1.45; }
    .community-photo { min-height: 360px; }
    .community-copy { padding: 52px 24px; }
    .community-values { grid-template-columns: 1fr 1fr; }
    .testimonials-section { padding: 58px 0; }
    .testimonials-layout { gap: 28px; }
    .testimonials-grid { display: flex; gap: 14px; overflow-x: auto; margin-inline: -16px; padding: 6px 16px 24px; scroll-padding-inline: 16px; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .testimonials-grid::-webkit-scrollbar { display: none; }
    .testimonial-card, .testimonial-card-featured { width: min(82vw, 350px); min-height: 250px; flex: 0 0 min(82vw, 350px); scroll-snap-align: center; }
    .explore-grid { grid-template-columns: 1fr; }
    .explore-card { min-height: 250px; }
    .visit-section { padding: 58px 0; }
    .visit-grid { gap: 32px; }
    .visit-photo { min-height: 360px; border-radius: 22px; }
    .visit-actions { flex-direction: column; align-items: stretch; gap: 18px; }
    .visit-actions .text-link { text-align: center; }
    .ready-inner { grid-template-columns: auto 1fr; padding-block: 28px; }
    .ready-inner .button { grid-column: 1 / -1; }
    .faq-section { padding: 58px 0; }
    .faq-grid { gap: 30px; }
    .faq-list summary { min-height: 64px; padding: 17px 18px; font-size: .88rem; }
    .faq-list details p { padding: 0 54px 19px 18px; font-size: .82rem; }
    .whatsapp-contact { padding: 58px 0; }
    .whatsapp-contact-grid { gap: 36px; }
    .whatsapp-form { padding: 22px 18px; border-radius: 20px; }
    .whatsapp-form-heading h3 { font-size: 1.45rem; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand, .footer-grid address { grid-column: 1 / -1; }
    .footer-grid > div:not(.footer-brand), .footer-grid address { padding-left: 0; border-left: 0; }
    .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (max-width: 680px) and (prefers-reduced-motion: reduce) {
    .mobile-plan-card { transition: none; transform: none !important; }
}

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


/* Shared production header compatibility */
.home-redesign {
    padding-top: 0;
}
.home-redesign .site-header {
    position: sticky;
    top: 0;
}
.home-redesign .header-grid {
    min-height: 84px;
}
.home-redesign .site-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.5vw, 38px);
    margin-left: auto;
}
.home-redesign .site-nav a {
    color: var(--ink);
    font-size: .94rem;
    font-weight: 600;
    text-decoration: none;
}
.home-redesign .site-header .cta {
    color: var(--white);
    background: var(--coral);
    box-shadow: none;
}
@media (max-width: 720px) {
    .home-redesign .menu-toggle {
        display: inline-flex;
        color: var(--white);
        background: var(--coral);
    }
    .home-redesign .site-header .site-nav {
        display: grid;
        margin-left: 0;
    }
    .home-redesign .header-grid {
        min-height: 68px;
    }
}
