:root {
  --surface: #fefefd;
  --surface-soft: #f1f2f2;
  --surface-dark: #101516;
  --surface-card: #ffffff;
  --text: #15191b;
  --muted: #636a6d;
  --line: #d8dcdd;
  --accent: #ff6b98;
  --accent-strong: #f64f83;
  --dark-muted: #c3c9ca;
  --max: 1180px;
  --radius: 6px;
  --shadow: 0 16px 42px rgba(18, 25, 28, .09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 0; overflow-x: clip; background: var(--surface); color: var(--text); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.62; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; min-width: 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; padding: 10px 14px; background: var(--surface-dark); color: #fff; border-radius: 4px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(254,254,253,.97); border-bottom: 1px solid rgba(216,220,221,.82); backdrop-filter: blur(10px); }
.header-inner { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; font-size: 14px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.brand-mark { width: 10px; height: 10px; border: 2px solid var(--text); display: inline-block; transform: rotate(45deg); }
.brand span:last-child { color: var(--muted); font-weight: 600; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { position: relative; padding-block: 8px; font-size: 13px; font-weight: 700; letter-spacing: .04em; }
.nav a::after { content: ''; position: absolute; left: 0; bottom: 3px; width: 0; height: 2px; background: var(--accent); transition: width .2s ease; }
.nav a:hover::after, .nav a[aria-current="page"]::after { width: 100%; }
.header-cta { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 20px; border-radius: 999px; background: #2c3336; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ''; display: block; width: 21px; height: 2px; background: var(--text); transition: transform .2s ease, opacity .2s ease; }
.menu-toggle span { margin: 5px 0; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-7px) rotate(-45deg); }
.hero { position: relative; min-height: 620px; display: grid; align-items: end; color: #fff; overflow: hidden; background: #111; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,12,13,.86) 0%, rgba(7,12,13,.58) 48%, rgba(7,12,13,.34) 100%); }
.hero-content { position: relative; z-index: 2; width: min(100%, 720px); padding: 92px 0 76px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--accent); }
.hero h1 { max-width: 760px; margin: 0 0 18px; font-size: clamp(2.55rem, 5.6vw, 5rem); line-height: .98; letter-spacing: -.045em; text-transform: uppercase; }
.hero p { max-width: 640px; margin: 0 0 28px; color: #eef1f1; font-size: 17px; }
.hero-actions, .section-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: #252d30; color: #fff; }
.button-accent { background: var(--accent); color: #131719; }
.button-light { background: #fff; color: #15191b; }
.button-outline { border-color: #aeb5b7; background: transparent; color: var(--text); }
.button-outline-light { border-color: rgba(255,255,255,.58); color: #fff; background: rgba(255,255,255,.04); }
.hero-metrics { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.22); display: grid; grid-template-columns: repeat(3,1fr); }
.hero-metric { padding: 20px 22px 24px 0; }
.hero-metric strong { display: block; margin-bottom: 4px; font-size: 14px; }
.hero-metric span { color: #d4d9da; font-size: 12px; }
.section { padding: 104px 0; }
.section-soft { background: var(--surface-soft); }
.section-dark { background: var(--surface-dark); color: #fff; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 28px; margin-bottom: 48px; }
.section-head > div { max-width: 750px; }
.kicker { margin: 0 0 10px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.section-dark .kicker { color: var(--dark-muted); }
h2, h3, h4 { line-height: 1.12; letter-spacing: -.025em; }
h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); text-transform: uppercase; }
h3 { margin: 0 0 12px; font-size: 1.35rem; }
h4 { margin: 0 0 8px; font-size: 1.05rem; }
.accent { color: var(--accent-strong); }
.lead { max-width: 740px; margin: 18px 0 0; color: var(--muted); font-size: 18px; }
.section-dark .lead { color: var(--dark-muted); }
.on-dark-muted { color: var(--dark-muted) !important; }
.two-col { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(48px, 8vw, 104px); align-items: center; }
.two-col.reverse .media-panel { order: 2; }
.text-block p { margin: 0 0 18px; color: var(--muted); }
.text-block .section-actions { margin-top: 28px; }
.media-panel { overflow: hidden; border-radius: var(--radius); min-width: 0; background: #dfe2e2; }
.media-panel img { aspect-ratio: 4/3; object-fit: cover; }
.media-panel.tall img { aspect-ratio: 4/5; }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.card { min-width: 0; padding: 28px; border: 1px solid #dde1e2; border-radius: var(--radius); background: var(--surface-card); box-shadow: 0 8px 24px rgba(20,28,30,.035); }
.card-number { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 24px; border: 1px solid #ffd1df; border-radius: 50%; color: var(--accent-strong); font-size: 13px; font-weight: 900; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.card ul { margin: 18px 0 0; padding-left: 19px; color: var(--muted); font-size: 14px; }
.card li + li { margin-top: 7px; }
.feature-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature { background: #fff; padding: 30px; }
.feature strong { display: block; margin-bottom: 8px; font-size: 17px; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; }
.stats { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; margin-top: 44px; }
.stat { padding: 24px; border-top: 2px solid var(--accent); background: rgba(255,255,255,.05); }
.stat strong { display: block; font-size: 28px; line-height: 1; }
.stat span { display: block; margin-top: 8px; color: var(--dark-muted); font-size: 12px; }
.program-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.program-card { position: relative; overflow: hidden; min-height: 480px; border-radius: var(--radius); color: #fff; background: #111; }
.program-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.program-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05) 30%, rgba(0,0,0,.83) 100%); }
.program-card-content { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 28px; }
.program-card-content p { margin: 8px 0 18px; color: #e1e5e6; font-size: 14px; }
.check-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: var(--muted); }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent-strong); font-weight: 900; }
.quote-panel { padding: 52px; background: #fff; box-shadow: var(--shadow); border-radius: var(--radius); }
.quote-panel blockquote { margin: 0; font-size: clamp(1.45rem,2.5vw,2.2rem); line-height: 1.25; font-weight: 800; }
.quote-panel p { margin: 20px 0 0; color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 12px; }
.gallery figure { margin: 0; min-width: 0; overflow: hidden; border-radius: var(--radius); background: #dce0e0; }
.gallery img { width: 100%; height: 380px; object-fit: cover; }
.gallery figure:first-child img { height: 100%; min-height: 380px; }
.team-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.team-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.team-card img { aspect-ratio: 1/1; object-fit: cover; }
.team-card div { padding: 24px; }
.team-card p { color: var(--muted); margin: 8px 0 0; font-size: 14px; }
.steps { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; counter-reset: steps; }
.step { padding: 26px; border-top: 1px solid var(--line); counter-increment: steps; }
.step::before { content: '0' counter(steps); display: block; margin-bottom: 18px; color: var(--accent-strong); font-size: 12px; font-weight: 900; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.schedule-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.schedule-card { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.schedule-card strong { display: block; margin-bottom: 10px; }
.schedule-card p { margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 54px; align-items: start; }
.contact-details { display: grid; gap: 16px; }
.contact-item { padding: 22px 0; border-bottom: 1px solid var(--line); }
.contact-item small { display: block; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.contact-item strong, .contact-item span { display: block; margin-top: 6px; font-size: 18px; }
.form-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.field { min-width: 0; }
.field.full { grid-column: 1/-1; }
label { display: block; margin-bottom: 7px; font-size: 13px; font-weight: 800; }
input, textarea, select { width: 100%; min-width: 0; border: 1px solid #cbd0d2; border-radius: 4px; background: #fff; color: var(--text); padding: 13px 14px; }
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--accent-strong); outline: 2px solid rgba(246,79,131,.18); }
.form-note { margin: 14px 0 0; min-height: 24px; color: #3e4649; font-size: 14px; }
.form-note.success { color: #245c3a; font-weight: 700; }
.location-card { display: grid; grid-template-columns: 1fr 1fr; gap: 0; overflow: hidden; border-radius: var(--radius); background: #e9ebeb; }
.location-visual { min-height: 360px; position: relative; overflow: hidden; }
.location-visual img { width: 100%; height: 100%; object-fit: cover; }
.location-info { padding: 46px; align-self: center; }
.location-info p { color: var(--muted); }
.legal-wrap { width: min(calc(100% - 40px), 900px); margin-inline: auto; }
.legal-hero { padding: 88px 0 48px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { margin: 0; font-size: clamp(2.45rem,5vw,4.6rem); line-height: 1; text-transform: uppercase; }
.legal-content { padding: 64px 0 100px; }
.legal-content section { padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin-bottom: 16px; font-size: 1.55rem; text-transform: none; }
.legal-content p, .legal-content li { color: #4e5659; }
.legal-content ul { padding-left: 22px; }
.legal-content li + li { margin-top: 8px; }
.back-home { margin-top: 36px; }
.site-footer { background: var(--surface-dark); color: #fff; }
.footer-main { padding: 64px 0 48px; display: grid; grid-template-columns: 1.2fr .8fr .8fr 1.2fr; gap: 38px; }
.footer-main h2 { font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-main p, .footer-main li, .footer-main address { color: var(--dark-muted); font-size: 13px; font-style: normal; }
.footer-main ul { margin: 14px 0 0; padding: 0; list-style: none; }
.footer-main li + li { margin-top: 8px; }
.footer-main a:hover { color: var(--accent); }
.footer-brand p { max-width: 340px; }
.footer-bottom { padding: 22px 0 30px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #aeb5b7; font-size: 12px; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-end; }
.notice { padding: 22px 26px; border-left: 3px solid var(--accent); background: #f7f7f6; color: var(--muted); }

.content-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.content-grid-spaced { margin-top: 18px; }
.content-card { min-width: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.content-card h3 { margin-bottom: 12px; }
.content-card p { margin: 0; color: var(--muted); font-size: 14px; }
.content-card p + p { margin-top: 14px; }
.content-card ul { margin: 18px 0 0; padding-left: 20px; color: var(--muted); font-size: 14px; }
.content-card li + li { margin-top: 7px; }
.section-dark .content-card { border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.05); }
.section-dark .content-card p, .section-dark .content-card ul { color: var(--dark-muted); }

@media (max-width: 960px) {
  .nav { gap: 18px; }
  .header-cta { display: none; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .feature-list { grid-template-columns: 1fr; }
  .program-grid, .team-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .stats, .steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .container, .legal-wrap { width: min(calc(100% - 32px), var(--max)); }
  .header-inner { min-height: 64px; }
  .menu-toggle { display: inline-flex; flex-direction: column; }
  .nav { position: absolute; top: 64px; left: 0; right: 0; display: none; padding: 18px 16px 22px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .nav.open { display: grid; gap: 4px; }
  .nav a { display: block; padding: 12px 10px; font-size: 15px; }
  .nav a::after { display: none; }
  .hero { min-height: 590px; align-items: end; }
  .hero-media::after { background: linear-gradient(180deg, rgba(7,12,13,.5) 0%, rgba(7,12,13,.78) 70%, rgba(7,12,13,.9) 100%); }
  .hero-content { width: 100%; padding: 70px 0 34px; text-align: center; }
  .hero h1 { max-width: 620px; margin-inline: auto; font-size: clamp(2.15rem,10.2vw,3.3rem); }
  .hero p { margin-inline: auto; font-size: 15px; }
  .eyebrow { justify-content: center; }
  .hero-actions, .section-actions { justify-content: center; }
  .hero-metrics { grid-template-columns: 1fr; text-align: center; }
  .hero-metric { padding: 14px 0; border-top: 1px solid rgba(255,255,255,.12); }
  .section { padding: 72px 0; }
  .section-head { display: block; margin-bottom: 36px; text-align: center; }
  .section-head .button { margin-top: 24px; }
  h1, h2, h3, h4, .kicker, .lead { text-align: center; }
  h1, h2, h3, h4 { overflow-wrap: anywhere; hyphens: auto; }
  h2 { font-size: clamp(1.72rem,8vw,2.45rem); }
  .lead { margin-inline: auto; font-size: 16px; }
  .two-col, .two-col.reverse { grid-template-columns: 1fr; gap: 34px; }
  .two-col.reverse .media-panel { order: 0; }
  .text-block { text-align: center; }
  .text-block p { text-align: left; }
  .check-list { text-align: left; }
  .service-grid, .program-grid, .team-grid, .schedule-grid, .content-grid { grid-template-columns: 1fr; }
  .content-card h3 { text-align: center; }
  .content-card p, .content-card ul { text-align: left; }
  .card { padding: 26px 22px; }
  .card-number { margin-inline: auto; display: grid; }
  .card p, .card ul { text-align: left; }
  .program-card { min-height: 420px; }
  .stats, .steps { grid-template-columns: 1fr; }
  .stat, .step { text-align: center; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img, .gallery figure:first-child img { height: 320px; min-height: 0; }
  .quote-panel { padding: 34px 24px; text-align: center; }
  .contact-grid { gap: 34px; }
  .contact-details { text-align: center; }
  .form-card { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .location-card { grid-template-columns: 1fr; }
  .location-visual { min-height: 270px; }
  .location-info { padding: 30px 22px; text-align: center; }
  .legal-hero { padding: 66px 0 36px; text-align: center; }
  .legal-hero h1 { font-size: clamp(2rem,9vw,3rem); }
  .legal-content { padding: 42px 0 72px; }
  .legal-content h2 { font-size: 1.34rem; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .footer-main h2 { text-align: center; }
  .footer-main ul { padding: 0; }
  .footer-main address { margin-inline: auto; }
  .footer-brand p { margin-inline: auto; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal { justify-content: center; }
}

@media (max-width: 480px) {
  .container, .legal-wrap { width: min(calc(100% - 28px), var(--max)); }
  body { font-size: 15px; }
  .brand { font-size: 12px; letter-spacing: .045em; }
  .hero { min-height: 560px; }
  .hero h1 { font-size: clamp(2rem,10vw,2.75rem); }
  .button { width: 100%; max-width: 310px; }
  .section { padding: 64px 0; }
  .gallery img, .gallery figure:first-child img { height: 270px; }
  .program-card { min-height: 390px; }
}
