/* ============================================================
   Slow Studio Pilates — Warm boutique single-page
   Beige paper · terracotta · cocoa · sage olive
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT@9..144,300;9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@300;400;500;600&display=swap');

:root {
    --paper: #f6efe3;
    --paper-2: #efe5d3;
    --paper-3: #e8dcc4;
    --cream: #faf5ea;
    --bone: #fffaf0;
    --ink: #2a2018;
    --ink-soft: #443629;
    --cocoa: #6a4d36;
    --terra: #c87151;
    --terra-deep: #a85738;
    --terra-soft: #d68a6e;
    --olive: #7a7548;
    --olive-soft: #9a955f;
    --muted: #8a7a68;
    --muted-soft: #b0a190;
    --line: rgba(42, 32, 24, 0.12);
    --line-soft: rgba(42, 32, 24, 0.06);
    --shadow-sm: 0 4px 14px rgba(106, 77, 54, 0.08);
    --shadow: 0 12px 32px rgba(106, 77, 54, 0.1);
    --shadow-lg: 0 24px 60px rgba(106, 77, 54, 0.14);
    --font-display: 'Fraunces', 'Cormorant Garamond', Georgia, serif;
    --font-body: 'Inter', -apple-system, system-ui, sans-serif;
    --max: 1200px;
    --r: 18px;
    --r-lg: 28px;
    --r-pill: 100px;
    --t: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    background: var(--paper);
    color: var(--ink);
    line-height: 1.65;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
    font-variation-settings: "SOFT" 50;
}

a { color: inherit; text-decoration: none; transition: var(--t); }
a:focus-visible { outline: 2px solid var(--terra); outline-offset: 3px; border-radius: 4px; }
img, svg { max-width: 100%; display: block; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ============================================================
   HEADER — floating with translucent backdrop
   ============================================================ */
.header {
    position: fixed;
    top: 16px; left: 0; right: 0;
    z-index: 100;
    pointer-events: none;
}
.header-inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 10px 14px 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    pointer-events: auto;
    background: rgba(246, 239, 227, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--line-soft);
    border-radius: var(--r-pill);
    box-shadow: 0 4px 24px rgba(106, 77, 54, 0.06);
}
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 19px;
    color: var(--ink);
    letter-spacing: -0.01em;
    font-variation-settings: "SOFT" 50;
}
.brand-mark {
    width: 32px; height: 32px;
    flex: none;
    background: var(--terra);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.brand-mark::before {
    content: '';
    position: absolute;
    inset: 6px;
    border: 1.5px solid var(--paper);
    border-radius: 50%;
}
.brand-mark::after {
    content: '';
    position: absolute;
    width: 4px; height: 4px;
    background: var(--paper);
    border-radius: 50%;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.brand small {
    font-family: var(--font-body);
    font-size: 9.5px;
    color: var(--muted);
    letter-spacing: 0.22em;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 2px;
    display: block;
    margin-top: 2px;
    line-height: 1;
}
.brand-text { display: flex; flex-direction: column; line-height: 1; }
.brand-text .name { font-family: var(--font-display); font-size: 19px; line-height: 1; font-variation-settings: "SOFT" 50; }

.nav-links {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}
.nav-link {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 500;
    color: var(--ink-soft);
    padding: 9px 16px;
    border-radius: var(--r-pill);
    transition: var(--t);
}
.nav-link:hover { background: var(--paper-2); color: var(--ink); }
.nav-cta {
    background: var(--ink) !important;
    color: var(--cream) !important;
    padding: 10px 22px !important;
    font-weight: 600 !important;
    margin-left: 6px;
}
.nav-cta:hover { background: var(--terra) !important; color: var(--cream) !important; }
.burger {
    display: none;
    background: var(--paper-2);
    border: 0;
    color: var(--ink);
    width: 42px; height: 42px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* ============================================================
   HERO — asymmetric editorial with live SVG
   ============================================================ */
.hero {
    padding: 130px 0 80px;
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute;
    top: 50px; right: -180px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, var(--paper-3) 0%, transparent 60%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.hero::after {
    content: '';
    position: absolute;
    bottom: -200px; left: -200px;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(200, 113, 81, 0.08) 0%, transparent 65%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--paper-2);
    color: var(--ink);
    padding: 9px 18px;
    border-radius: var(--r-pill);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.hero-eyebrow::before {
    content: '';
    width: 8px; height: 8px;
    background: var(--terra);
    border-radius: 50%;
    animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.75); }
}

.hero h1 {
    font-size: clamp(44px, 6.5vw, 84px);
    line-height: 0.98;
    letter-spacing: -0.035em;
    color: var(--ink);
    margin-bottom: 28px;
    font-variation-settings: "SOFT" 100;
    font-weight: 400;
}
.hero h1 em {
    font-style: italic;
    color: var(--terra);
    font-weight: 400;
    font-variation-settings: "SOFT" 100;
}

.hero .lead {
    font-size: 18px;
    color: var(--ink-soft);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 460px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

/* Hero meta strip (small stats below CTAs) */
.hero-meta {
    display: flex;
    gap: 36px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid var(--line);
    flex-wrap: wrap;
}
.hero-meta-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.hero-meta-item .v {
    font-family: var(--font-display);
    font-size: 24px;
    line-height: 1;
    color: var(--ink);
    letter-spacing: -0.02em;
    font-variation-settings: "SOFT" 100;
}
.hero-meta-item .v em { color: var(--terra); font-style: italic; }
.hero-meta-item .l {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 500;
}

/* Hero image (live SVG) */
.hero-art {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--paper-2);
    box-shadow: var(--shadow-lg);
}
.hero-art svg {
    width: 100%; height: 100%;
    display: block;
}

/* Floating ratings badge on hero image */
.hero-badge {
    position: absolute;
    bottom: 24px; left: 24px;
    background: rgba(255, 250, 240, 0.95);
    backdrop-filter: blur(8px);
    padding: 14px 20px;
    border-radius: var(--r-pill);
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 18px rgba(106, 77, 54, 0.12);
}
.hero-badge .stars {
    color: var(--terra);
    font-size: 14px;
    letter-spacing: 2px;
}
.hero-badge .txt {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    color: var(--ink);
    line-height: 1.2;
}
.hero-badge .txt small {
    display: block;
    font-size: 10px;
    color: var(--muted);
    font-weight: 500;
    letter-spacing: 0.08em;
    margin-top: 2px;
}

/* Floating tag at top-right of hero image */
.hero-tag {
    position: absolute;
    top: 24px; right: 24px;
    background: var(--ink);
    color: var(--cream);
    padding: 10px 18px;
    border-radius: var(--r-pill);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.hero-tag::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--terra-soft);
    border-radius: 50%;
}

/* ============================================================
   Buttons
   ============================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    padding: 16px 30px;
    border-radius: var(--r-pill);
    cursor: pointer;
    border: 0;
    transition: var(--t);
}
.btn-primary {
    background: var(--ink);
    color: var(--cream);
}
.btn-primary:hover {
    background: var(--terra);
    color: var(--cream);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(200, 113, 81, 0.25);
}
.btn-terra {
    background: var(--terra);
    color: var(--cream);
}
.btn-terra:hover {
    background: var(--terra-deep);
    color: var(--cream);
    transform: translateY(-2px);
}
.btn-ghost {
    background: transparent;
    color: var(--ink);
    border: 1.5px solid var(--ink);
}
.btn-ghost:hover {
    background: var(--ink);
    color: var(--cream);
}
.btn .ar { transition: transform 0.3s ease; }
.btn:hover .ar { transform: translateX(3px); }

.btn-link {
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1.5px solid var(--ink);
    padding-bottom: 3px;
    transition: var(--t);
}
.btn-link:hover {
    color: var(--terra);
    border-color: var(--terra);
    gap: 12px;
}

/* ============================================================
   SECTION base
   ============================================================ */
.section { padding: 110px 0; position: relative; }
.section-cream { background: var(--cream); }
.section-paper2 { background: var(--paper-2); }

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--paper-2);
    color: var(--ink);
    padding: 7px 16px;
    border-radius: var(--r-pill);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.section-tag::before {
    content: '';
    width: 6px; height: 6px;
    background: var(--terra);
    border-radius: 50%;
}
.section-cream .section-tag { background: var(--paper); }

.section-head { max-width: 760px; margin-bottom: 64px; }
.section-head h2 {
    font-size: clamp(34px, 4.5vw, 60px);
    line-height: 1.02;
    margin-bottom: 22px;
    letter-spacing: -0.025em;
    font-variation-settings: "SOFT" 100;
}
.section-head h2 em {
    font-style: italic;
    color: var(--terra);
    font-variation-settings: "SOFT" 100;
}
.section-head .lead {
    font-size: 17px;
    color: var(--ink-soft);
    line-height: 1.7;
    max-width: 620px;
}
.section-head.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.section-head.center .lead { margin-left: auto; margin-right: auto; }

/* ============================================================
   APPROACH / Why us — 3 cards with image + text
   ============================================================ */
.approach {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.app-card {
    background: var(--bone);
    border: 1px solid var(--line-soft);
    border-radius: var(--r);
    padding: 38px 32px;
    transition: var(--t);
    position: relative;
}
.app-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: var(--line);
}
.app-num {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 16px;
    color: var(--terra);
    margin-bottom: 26px;
    letter-spacing: 0.06em;
    font-variation-settings: "SOFT" 100;
}
.app-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--paper-2);
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    color: var(--terra);
}
.app-card h3 {
    font-size: 24px;
    line-height: 1.15;
    margin-bottom: 14px;
    color: var(--ink);
    font-variation-settings: "SOFT" 80;
}
.app-card h3 em { font-style: italic; color: var(--terra); }
.app-card p {
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.7;
}

/* ============================================================
   ABOUT/STORY split — image + text
   ============================================================ */
.story {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}
.story.reverse { direction: rtl; }
.story.reverse > * { direction: ltr; }
.story-img-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: var(--r-lg);
    overflow: hidden;
    background: var(--paper-2);
    box-shadow: var(--shadow);
}
.story-img-wrap svg {
    width: 100%; height: 100%;
    display: block;
}
.story-text h2 {
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.05;
    margin-bottom: 22px;
    color: var(--ink);
    letter-spacing: -0.025em;
    font-variation-settings: "SOFT" 100;
}
.story-text h2 em { font-style: italic; color: var(--terra); }
.story-text p {
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
}
.story-text strong { color: var(--ink); font-weight: 600; }
.story-quote {
    font-family: var(--font-display);
    font-style: italic;
    font-size: 22px;
    color: var(--ink);
    padding: 22px 0 22px 26px;
    border-left: 2px solid var(--terra);
    margin: 30px 0;
    line-height: 1.4;
    font-variation-settings: "SOFT" 100;
}

/* ============================================================
   CLASSES — 4 cards with type, intensity
   ============================================================ */
.classes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.class-card {
    background: var(--bone);
    border: 1px solid var(--line-soft);
    border-radius: var(--r);
    padding: 38px 36px;
    transition: var(--t);
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.class-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
    border-color: var(--line);
}
.class-card.featured {
    background: var(--ink);
    color: var(--cream);
    border-color: var(--ink);
}
.class-card.featured h3, .class-card.featured .class-duration { color: var(--cream); }
.class-card.featured p { color: rgba(255, 250, 240, 0.7); }
.class-card.featured .class-tag {
    background: var(--terra);
    color: var(--cream);
}
.class-card.featured .class-attr { color: rgba(255, 250, 240, 0.55); }
.class-card.featured .class-attr strong { color: var(--terra-soft); }
.class-card.featured .class-icon-circle {
    background: rgba(255, 250, 240, 0.08);
    color: var(--terra-soft);
}
.class-tag {
    align-self: flex-start;
    background: var(--paper-2);
    color: var(--ink);
    padding: 5px 14px;
    border-radius: var(--r-pill);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.class-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}
.class-icon-circle {
    width: 48px; height: 48px;
    background: var(--paper-2);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--terra);
    flex: none;
}
.class-card h3 {
    font-size: 28px;
    line-height: 1.1;
    color: var(--ink);
    font-variation-settings: "SOFT" 80;
    flex: 1;
}
.class-card h3 em { font-style: italic; color: var(--terra); }
.class-card p {
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.65;
}
.class-attrs {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 6px;
    padding-top: 18px;
    border-top: 1px solid var(--line-soft);
}
.class-card.featured .class-attrs { border-top-color: rgba(255,250,240,0.1); }
.class-attr {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--muted);
    display: flex;
    flex-direction: column;
    gap: 3px;
    letter-spacing: 0.06em;
}
.class-attr .label {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.class-attr strong {
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.01em;
    font-variation-settings: "SOFT" 80;
}

/* ============================================================
   SCHEDULE — weekly grid
   ============================================================ */
.schedule {
    background: var(--bone);
    border-radius: var(--r-lg);
    padding: 56px 48px;
    border: 1px solid var(--line-soft);
}
.schedule-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 36px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
}
.schedule-head h3 {
    font-family: var(--font-display);
    font-size: 28px;
    color: var(--ink);
    letter-spacing: -0.02em;
    font-variation-settings: "SOFT" 80;
}
.schedule-head h3 em { color: var(--terra); font-style: italic; }
.schedule-week {
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--muted);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
}
.schedule-table {
    display: grid;
    grid-template-columns: 110px 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1px;
    background: var(--line);
    border-radius: 12px;
    overflow: hidden;
}
.sched-cell {
    background: var(--bone);
    padding: 16px 12px;
    min-height: 80px;
}
.sched-cell.head {
    background: var(--paper-2);
    text-align: center;
    min-height: auto;
    padding: 14px 8px;
}
.sched-cell.head .day {
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 500;
    color: var(--ink);
    font-variation-settings: "SOFT" 80;
}
.sched-cell.head .num {
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 0.06em;
    margin-top: 2px;
}
.sched-cell.time {
    background: var(--paper-2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 14px;
    color: var(--ink);
    font-weight: 500;
    font-variation-settings: "SOFT" 80;
}
.sched-class {
    background: var(--paper);
    border-radius: 8px;
    padding: 10px 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    cursor: default;
    transition: var(--t);
}
.sched-class:hover { background: var(--paper-2); }
.sched-class.terra { background: rgba(200, 113, 81, 0.1); }
.sched-class.terra:hover { background: rgba(200, 113, 81, 0.18); }
.sched-class.olive { background: rgba(122, 117, 72, 0.1); }
.sched-class.olive:hover { background: rgba(122, 117, 72, 0.18); }
.sched-class.cocoa { background: rgba(106, 77, 54, 0.1); }
.sched-class.cocoa:hover { background: rgba(106, 77, 54, 0.18); }
.sched-class .nm {
    font-family: var(--font-display);
    font-size: 13px;
    color: var(--ink);
    font-weight: 500;
    line-height: 1.2;
    font-variation-settings: "SOFT" 80;
}
.sched-class .tr {
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--muted);
    letter-spacing: 0.04em;
}
.sched-cell.empty {
    background: var(--cream);
}
.schedule-foot {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.schedule-legend {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body);
    font-size: 12px;
    color: var(--ink-soft);
}
.legend-item .dot {
    width: 12px; height: 12px;
    border-radius: 50%;
}
.legend-item .dot.terra { background: var(--terra); }
.legend-item .dot.olive { background: var(--olive); }
.legend-item .dot.cocoa { background: var(--cocoa); }

/* ============================================================
   PRICING — 3 cards
   ============================================================ */
.pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.price-card {
    background: var(--bone);
    border: 1px solid var(--line-soft);
    border-radius: var(--r);
    padding: 40px 34px;
    transition: var(--t);
    display: flex;
    flex-direction: column;
    position: relative;
}
.price-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.price-card.featured {
    background: var(--ink);
    color: var(--cream);
    border-color: var(--ink);
}
.price-card.featured h3,
.price-card.featured .price-amount,
.price-card.featured .price-period { color: var(--cream); }
.price-card.featured .price-tag {
    background: var(--terra);
    color: var(--cream);
    position: absolute;
    top: -12px;
    left: 34px;
}
.price-card.featured ul li { color: rgba(255, 250, 240, 0.78); }
.price-card.featured ul li::before { background: var(--terra-soft); }
.price-card.featured .btn-primary {
    background: var(--terra);
    color: var(--cream);
}
.price-card.featured .btn-primary:hover { background: var(--cream); color: var(--ink); }
.price-name {
    font-family: var(--font-display);
    font-size: 14px;
    color: var(--terra);
    font-style: italic;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
    font-variation-settings: "SOFT" 100;
}
.price-card.featured .price-name { color: var(--terra-soft); }
.price-card h3 {
    font-size: 26px;
    color: var(--ink);
    margin-bottom: 20px;
    font-variation-settings: "SOFT" 80;
}
.price-amount {
    font-family: var(--font-display);
    font-size: 56px;
    color: var(--ink);
    line-height: 1;
    letter-spacing: -0.03em;
    font-variation-settings: "SOFT" 100;
    margin-bottom: 6px;
}
.price-amount .cur {
    font-size: 0.45em;
    color: var(--muted);
    margin-right: 4px;
    vertical-align: top;
    line-height: 1;
}
.price-card.featured .price-amount .cur { color: rgba(255,250,240,0.55); }
.price-period {
    font-family: var(--font-body);
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 28px;
}
.price-card.featured .price-period { color: rgba(255,250,240,0.55); }
.price-card ul {
    list-style: none;
    margin-bottom: 30px;
    flex: 1;
}
.price-card ul li {
    padding: 10px 0 10px 28px;
    position: relative;
    font-size: 14px;
    color: var(--ink-soft);
    line-height: 1.55;
    border-bottom: 1px solid var(--line-soft);
}
.price-card ul li:last-child { border-bottom: 0; }
.price-card ul li::before {
    content: '';
    position: absolute;
    left: 0; top: 17px;
    width: 14px; height: 1.5px;
    background: var(--terra);
}
.price-card.featured ul li { border-bottom-color: rgba(255,250,240,0.08); }
.price-tag {
    display: inline-block;
    background: var(--paper-2);
    color: var(--ink);
    padding: 5px 14px;
    border-radius: var(--r-pill);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 16px;
    align-self: flex-start;
}
.price-card .btn { width: 100%; justify-content: center; }

/* ============================================================
   TESTIMONIALS — 3 cards
   ============================================================ */
.tt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.tt-card {
    background: var(--bone);
    border-radius: var(--r);
    padding: 36px 32px;
    border: 1px solid var(--line-soft);
}
.tt-stars {
    color: var(--terra);
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}
.tt-card h4 {
    font-size: 19px;
    color: var(--ink);
    margin-bottom: 14px;
    font-variation-settings: "SOFT" 80;
    line-height: 1.25;
}
.tt-card .quote {
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 22px;
}
.tt-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid var(--line-soft);
}
.tt-avatar {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: var(--paper-2);
    display: grid;
    place-items: center;
    font-family: var(--font-display);
    font-size: 16px;
    color: var(--terra);
    font-style: italic;
    flex: none;
    font-variation-settings: "SOFT" 100;
}
.tt-info { display: flex; flex-direction: column; line-height: 1.3; }
.tt-info .name { font-size: 13px; color: var(--ink); font-weight: 600; }
.tt-info .role { font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }

/* ============================================================
   FAQ
   ============================================================ */
.faq {
    max-width: 820px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid var(--line);
    padding: 0;
}
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-trigger {
    width: 100%;
    background: none;
    border: 0;
    padding: 28px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    font-family: var(--font-display);
    font-size: 20px;
    color: var(--ink);
    font-variation-settings: "SOFT" 80;
    letter-spacing: -0.01em;
    transition: var(--t);
}
.faq-trigger:hover { color: var(--terra); }
.faq-trigger .icon {
    width: 32px; height: 32px;
    border-radius: 50%;
    background: var(--paper-2);
    display: grid;
    place-items: center;
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--terra);
    transition: var(--t);
    flex: none;
}
.faq-item.open .faq-trigger .icon {
    background: var(--terra);
    color: var(--cream);
    transform: rotate(45deg);
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.faq-item.open .faq-answer { max-height: 420px; }
.faq-answer-inner {
    padding: 0 0 28px 0;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.75;
    max-width: 700px;
}

/* ============================================================
   CONTACT
   ============================================================ */
.contact {
    background: var(--ink);
    color: var(--cream);
    border-radius: var(--r-lg);
    padding: 80px 60px;
    position: relative;
    overflow: hidden;
}
.contact::before {
    content: '';
    position: absolute;
    top: -120px; right: -120px;
    width: 420px; height: 420px;
    background: radial-gradient(circle, var(--terra) 0%, transparent 65%);
    opacity: 0.18;
    border-radius: 50%;
}
.contact::after {
    content: '';
    position: absolute;
    bottom: -100px; left: -100px;
    width: 340px; height: 340px;
    background: radial-gradient(circle, var(--olive) 0%, transparent 65%);
    opacity: 0.14;
    border-radius: 50%;
}
.contact-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    position: relative;
    z-index: 1;
}
.contact-side .section-tag {
    background: rgba(255, 250, 240, 0.1);
    color: var(--cream);
}
.contact-side h2 {
    color: var(--cream);
    font-size: clamp(32px, 4vw, 50px);
    margin-bottom: 22px;
    letter-spacing: -0.025em;
    font-variation-settings: "SOFT" 100;
}
.contact-side h2 em { color: var(--terra-soft); font-style: italic; }
.contact-side .lead {
    color: rgba(255, 250, 240, 0.75);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 36px;
}
.contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 32px;
}
.contact-info-card {
    background: rgba(255, 250, 240, 0.05);
    border: 1px solid rgba(255, 250, 240, 0.1);
    border-radius: var(--r);
    padding: 22px;
}
.contact-info-card .label {
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--terra-soft);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-card .value {
    color: var(--cream);
    font-size: 15px;
    line-height: 1.55;
}
.contact-info-card .value a:hover { color: var(--terra-soft); }
.contact-info-card .phone {
    font-family: var(--font-display);
    font-size: 22px;
    color: var(--cream);
    font-variation-settings: "SOFT" 80;
    letter-spacing: -0.01em;
}

.contact-form {
    background: rgba(255, 250, 240, 0.05);
    border: 1px solid rgba(255, 250, 240, 0.12);
    border-radius: var(--r);
    padding: 36px;
}
.contact-form h3 {
    color: var(--cream);
    font-size: 22px;
    margin-bottom: 26px;
    font-variation-settings: "SOFT" 80;
}
.contact-form h3 em { color: var(--terra-soft); font-style: italic; }
.form-row { margin-bottom: 18px; }
.form-row label {
    display: block;
    font-family: var(--font-body);
    font-size: 10px;
    color: var(--terra-soft);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}
.form-row input,
.form-row textarea,
.form-row select {
    width: 100%;
    padding: 13px 16px;
    background: rgba(255, 250, 240, 0.08);
    border: 1px solid rgba(255, 250, 240, 0.15);
    border-radius: 12px;
    color: var(--cream);
    font-family: var(--font-body);
    font-size: 14px;
    transition: var(--t);
}
.form-row input:focus,
.form-row textarea:focus,
.form-row select:focus {
    outline: 0;
    border-color: var(--terra-soft);
    background: rgba(255, 250, 240, 0.12);
}
.form-row select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23d68a6e' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 44px;
}
.form-row select option { background: var(--ink); color: var(--cream); }
.form-row textarea { resize: vertical; min-height: 90px; }
.form-row input::placeholder,
.form-row textarea::placeholder { color: rgba(255, 250, 240, 0.4); }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 6px; }

.form-success {
    display: none;
    text-align: center;
    padding: 30px 20px;
}
.form-success.show { display: block; }
.form-success .check {
    width: 64px; height: 64px;
    background: var(--terra);
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    color: var(--cream);
    font-size: 30px;
}
.form-success h3 {
    color: var(--cream);
    font-size: 22px;
    margin-bottom: 12px;
    font-variation-settings: "SOFT" 80;
}
.form-success p {
    color: rgba(255, 250, 240, 0.78);
    font-size: 15px;
    line-height: 1.65;
}
.contact-form.hidden { display: none; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
    background: var(--paper);
    padding: 70px 0 36px;
}
.footer-inner {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--line-soft);
    margin-bottom: 30px;
}
.footer-brand p {
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.7;
    max-width: 320px;
    margin-top: 18px;
}
.footer-col h5 {
    font-family: var(--font-body);
    font-size: 11px;
    color: var(--ink);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 18px;
    font-weight: 700;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col li a {
    color: var(--ink-soft);
    font-size: 14px;
}
.footer-col li a:hover { color: var(--terra); }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: var(--muted);
    font-family: var(--font-body);
}
.footer-bottom a:hover { color: var(--terra); }

/* ============================================================
   Cookie banner
   ============================================================ */
.cookie {
    position: fixed;
    bottom: 20px; left: 20px; right: 20px;
    max-width: 540px;
    margin: 0 auto;
    background: var(--ink);
    color: var(--cream);
    border-radius: var(--r);
    padding: 22px 26px;
    z-index: 100;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    box-shadow: 0 20px 50px rgba(42, 32, 24, 0.3);
}
.cookie.show { display: flex; }
.cookie p {
    flex: 1;
    min-width: 220px;
    font-size: 13px;
    line-height: 1.55;
}
.cookie a { color: var(--terra-soft); text-decoration: underline; }
.cookie button {
    padding: 9px 18px;
    border: 0;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    border-radius: var(--r-pill);
    text-transform: uppercase;
}
.cookie .accept { background: var(--terra); color: var(--cream); }
.cookie .decline { background: transparent; color: var(--cream); border: 1px solid rgba(255,250,240,0.2); }

/* ============================================================
   Animations
   ============================================================ */
.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
    .header { top: 12px; }
    .header-inner { padding: 8px 8px 8px 18px; gap: 10px; }
    .nav-links {
        position: fixed;
        top: 80px; left: 12px; right: 12px;
        background: var(--cream);
        border: 1px solid var(--line);
        border-radius: var(--r);
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        gap: 4px;
        display: none;
        box-shadow: var(--shadow);
    }
    .nav-links.open { display: flex; }
    .nav-link { padding: 12px 18px; }
    .burger { display: grid; }

    .hero { padding: 120px 0 60px; }
    .hero-grid, .story, .contact-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .story.reverse { direction: ltr; }
    .hero-art, .story-img-wrap { aspect-ratio: 4 / 4.6; max-height: 560px; }
    .hero-meta { gap: 24px; }

    .approach, .pricing, .tt-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .classes-grid { grid-template-columns: 1fr; }
    .section { padding: 70px 0; }

    .schedule { padding: 32px 18px; }
    .schedule-table {
        grid-template-columns: 90px repeat(7, minmax(120px, 1fr));
        overflow-x: auto;
        font-size: 12px;
    }
    .sched-cell { padding: 10px 8px; min-height: 64px; }

    .contact { padding: 50px 26px; }
    .contact-form { padding: 24px; }
    .contact-info { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
    .wrap { padding: 0 20px; }
    .hero h1 { font-size: 42px; }
    .footer-inner { grid-template-columns: 1fr; gap: 30px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; }
    .price-amount { font-size: 44px; }
    .schedule { padding: 28px 14px; }
}
