:root {
  --cream: #f7eee0;
  --paper: #fffaf3;
  --ink: #17333f;
  --muted: #60727a;
  --blue: #5f9db5;
  --blue-dark: #2d748e;
  --pink: #f06483;
  --coral: #ee765f;
  --orange: #eea251;
  --line: rgba(23, 51, 63, .14);
  --shadow: 0 24px 70px rgba(55, 63, 65, .12);
  --radius: 28px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif; line-height: 1.5; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 15px; background: var(--ink); color: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.header { position: relative; z-index: 20; min-height: 88px; display: flex; align-items: center; gap: 38px; max-width: var(--max); margin: 0 auto; padding: 16px 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; margin-right: auto; }
.brand__mark { width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 50%; color: var(--pink); font-family: Georgia, serif; font-size: 26px; font-style: italic; background: var(--cream); }
.brand b { display: block; font-family: Georgia, serif; font-size: 24px; font-style: italic; line-height: 1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: 29px; }
.nav__link { position: relative; font-size: 14px; font-weight: 650; }
.nav__link::after { content: ""; position: absolute; left: 50%; bottom: -9px; width: 5px; height: 5px; background: var(--pink); border-radius: 50%; opacity: 0; transform: translateX(-50%); }
.nav__link:hover::after, .nav__link--active::after { opacity: 1; }
.menu-button { display: none; border: 0; background: transparent; }
.breadcrumbs { max-width: var(--max); margin: 0 auto; padding: 15px 28px; color: var(--muted); font-size: 12px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: rgba(23,51,63,.35); }
.breadcrumbs a:hover { color: var(--blue-dark); }
.breadcrumbs [aria-current="page"] { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 0 25px; border: 1px solid var(--ink); border-radius: 999px; background: var(--ink); color: white; font-size: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(23, 51, 63, .18); }
.button--outline { border-color: var(--line); background: transparent; color: var(--ink); }
.button--cream { border-color: var(--cream); background: var(--cream); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 11px; color: white; font-size: 14px; font-weight: 750; }
.text-link span { font-size: 20px; }
.text-link--dark { color: var(--ink); }
.text-link .icon { transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(4px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.eyebrow--light { color: var(--cream); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; line-height: .98; }
h1 em, h2 em { color: var(--pink); font-weight: 400; }

.hero { position: relative; min-height: clamp(620px, calc(100svh - 160px), 720px); display: grid; grid-template-columns: minmax(540px, 45%) 1fr; width: 100%; overflow: hidden; background: var(--ink); }
.hero__media { position: relative; grid-column: 2; grid-row: 1; min-width: 0; overflow: hidden; background: #e8e2d9; isolation: isolate; }
.hero__media::before { content: ""; position: absolute; z-index: -1; inset: -40px; background: url("/images/hero-training-1600.webp") center / cover no-repeat; filter: blur(28px); opacity: .24; transform: scale(1.08); }
.hero__media img { position: relative; height: 100%; object-fit: contain; object-position: center; }
.hero__wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(21,45,56,.4), transparent 18%), linear-gradient(0deg, rgba(21,45,56,.12), transparent 32%); }
.hero__content { position: relative; z-index: 2; grid-column: 1; grid-row: 1; align-self: center; width: min(820px, 58vw); padding: clamp(72px, 8vh, 118px) clamp(48px, 5vw, 96px) clamp(100px, 12vh, 140px) clamp(34px, 5vw, 96px); color: white; }
.hero__content .eyebrow { color: #9ecbd9; }
.hero h1 { margin: 22px 0 28px; font-size: clamp(52px, 4.6vw, 82px); white-space: normal; }
.hero h1 em { color: #ff829b; }
.hero__content > p { max-width: 650px; color: rgba(255,255,255,.82); font-size: clamp(18px, 1.25vw, 22px); }
.hero__actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.hero__actions .button { border-color: var(--pink); background: var(--pink); }
.hero__note { position: absolute; z-index: 3; right: clamp(28px, 4vw, 72px); bottom: 38px; width: 280px; padding: 22px 24px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; background: rgba(255,250,243,.92); color: var(--ink); backdrop-filter: blur(16px); box-shadow: 0 18px 45px rgba(23,51,63,.15); }
.hero__note span { display: block; color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero__note strong { display: block; margin: 7px 0 2px; font-family: Georgia, serif; font-size: 22px; }
.hero__note small { color: var(--muted); }
.ribbon { fill: none; stroke: var(--pink); stroke-width: 6; stroke-linecap: round; }
.ribbon--hero { position: absolute; z-index: 2; bottom: 12px; left: 35%; width: min(34vw, 560px); opacity: .8; }

.quick-info { display: grid; grid-template-columns: 1.2fr 1.3fr auto 44px; gap: clamp(24px, 4vw, 68px); align-items: center; padding: 26px max(28px, calc((100vw - 1360px) / 2)); background: var(--blue-dark); color: white; transition: background .2s; }
.quick-info:hover { background: #256983; }
.quick-info__lead, .quick-info__item { display: flex; align-items: center; gap: 14px; }
.quick-info .icon { flex: 0 0 auto; color: #acd3df; }
.quick-info small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.62); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.quick-info strong { font-family: Georgia, serif; font-size: 18px; font-weight: 400; line-height: 1.25; }
.quick-info__prices { display: flex; gap: 30px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.22); white-space: nowrap; }
.quick-info__arrow { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }

.manifesto, .news-preview, .contact-details { max-width: var(--max); margin: 0 auto; padding: 110px 28px; }
.section-intro { max-width: 790px; }
.section-intro h2, .section-heading h2 { margin: 17px 0 0; font-size: clamp(44px, 5.5vw, 76px); }
.section-intro > p { max-width: 540px; margin-top: 25px; color: var(--muted); font-size: 18px; }
.manifesto__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 65px; }
.value-card { position: relative; min-height: 350px; padding: 36px 32px; overflow: hidden; border-radius: var(--radius); background: #f5d8de; }
.value-card--blue { background: #d7e8ec; }
.value-card--orange { background: #f6ddbd; }
.value-card .icon { width: 43px; height: 43px; margin-top: 46px; stroke-width: 1.25; }
.value-card__number { position: absolute; top: 25px; right: 29px; color: rgba(23,51,63,.42); font-family: Georgia, serif; font-size: 15px; }
.value-card h3 { margin: 24px 0 13px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; line-height: 1.08; }
.value-card p { color: rgba(23,51,63,.72); }

.news-preview { padding-top: 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 48px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.news-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.news-card__visual { position: relative; height: 185px; overflow: hidden; background: #f7dce1; }
.news-card--blue .news-card__visual { background: #d7e9ee; }
.news-card--orange .news-card__visual { background: #f8dfbd; }
.news-card__visual > span { position: absolute; top: 17px; left: 22px; font-family: Georgia, serif; font-size: 70px; color: rgba(23,51,63,.18); }
.news-card__visual svg { position: absolute; right: -10px; bottom: 15px; width: 90%; fill: none; stroke: var(--pink); stroke-width: 4; }
.news-card__visual img { height: 100%; object-fit: cover; }
.news-card--blue svg { stroke: var(--blue); }
.news-card--orange svg { stroke: var(--orange); }
.news-card__body { padding: 26px; }
.news-card__body > div { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.news-card h3 { min-height: 60px; margin: 18px 0 12px; font-family: Georgia, serif; font-size: 25px; font-weight: 400; line-height: 1.18; }
.news-card p { min-height: 96px; color: var(--muted); font-size: 14px; }
.news-card__body > a { display: grid; width: 44px; height: 44px; margin-left: auto; place-items: center; border: 1px solid var(--line); border-radius: 50%; }

.family-value { max-width: var(--max); margin: 0 auto; padding: 30px 28px 110px; }
.family-value .section-intro { max-width: 850px; }
.family-value .section-intro p { max-width: 680px; color: var(--muted); font-size: 18px; }
.family-value__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 48px; }
.family-card { position: relative; min-height: 280px; overflow: hidden; padding: 35px; border-radius: 26px; background: #f4ccd5; }
.family-card--large { display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: white; }
.family-card--pink { background: #f4ccd5; }
.family-card--blue { background: #d7e8ed; }
.family-card--orange { background: #f7dfbf; }
.family-card--care { grid-column: 1 / -1; min-height: 250px; background: linear-gradient(125deg, #d7e8ed, #f4ccd5); }
.family-card > span { position: absolute; top: 22px; right: 28px; color: rgba(23,51,63,.22); font-family: Georgia,serif; font-size: 58px; }
.family-card--large > span { color: rgba(255,255,255,.18); }
.family-card h3 { max-width: 520px; margin: 0 0 15px; font-size: clamp(29px,3.2vw,44px); }
.family-card p { max-width: 650px; margin: 0; color: var(--muted); font-size: 16px; }
.family-card--large p { color: rgba(255,255,255,.75); }
.search-context { max-width: var(--max); margin: 0 auto 110px; padding: 72px 64px; border-radius: 32px; background: var(--cream); }
.search-context__heading { max-width: 920px; }
.search-context h2 { margin: 17px 0 48px; font-size: clamp(44px,5.6vw,72px); }
.search-context__body { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(300px,.65fr); gap: 70px; align-items: start; }
.search-context__copy { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 36px; }
.search-context__copy p { margin: 0 0 25px; color: var(--muted); font-size: 17px; }
.search-context__copy p:last-child { grid-column: 1 / -1; }
.search-context__local { display: flex; flex-direction: column; padding: 30px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.search-context__local > span { display: grid; width: 48px; height: 48px; margin-bottom: 25px; place-items: center; border-radius: 50%; background: #d7e8ed; }
.search-context__local small { color: var(--pink); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.search-context__local strong { margin: 9px 0 17px; font-family: Georgia,serif; font-size: 32px; font-weight: 400; line-height: 1.12; }
.search-context__local p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.search-context__local .button { align-self: flex-start; }

.cta-band { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; padding: 85px max(28px, calc((100vw - 1184px) / 2)); background: var(--blue-dark); color: white; }
.cta-band h2 { margin: 17px 0 0; font-size: clamp(43px, 5.2vw, 70px); }
.cta-band__action p { max-width: 440px; color: rgba(255,255,255,.78); font-size: 17px; }
.cta-band__action .button { margin-top: 15px; }

.page-hero { position: relative; min-height: 530px; overflow: hidden; padding: 100px max(28px, calc((100vw - 1184px) / 2)); background: var(--cream); }
.page-hero > div:first-child { position: relative; z-index: 2; max-width: 690px; }
.page-hero h1 { margin: 20px 0 25px; font-size: clamp(64px, 8vw, 112px); }
.page-hero p { max-width: 560px; color: var(--muted); font-size: 19px; }
.page-hero--news { background: #dcebef; }
.orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb--one { width: 330px; height: 330px; right: 6%; top: 80px; background: #f4c9d2; }
.orb--two { width: 180px; height: 180px; right: 27%; bottom: -70px; border: 35px solid #ec9e50; }
.ribbon--page { position: absolute; width: min(48vw, 620px); right: -30px; bottom: 40px; stroke-width: 10px; opacity: .75; }

.news-list { max-width: 1000px; margin: 0 auto; padding: 90px 28px 110px; }
.story { display: grid; grid-template-columns: 180px 1fr; gap: 65px; padding: 50px 0; border-bottom: 1px solid var(--line); }
.story__meta { display: flex; flex-direction: column; align-items: flex-start; gap: 15px; }
.story__meta time { color: var(--muted); font-size: 13px; }
.tag { padding: 7px 10px; border-radius: 999px; background: #f4ccd5; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.tag--blue { background: #d5e8ed; }
.tag--orange { background: #f7ddb9; }
.tag--pink { background: #ecd4e5; }
.story__content { position: relative; }
.story__number { position: absolute; right: 0; top: -25px; color: rgba(23,51,63,.08); font-family: Georgia, serif; font-size: 90px; }
.story h2 { position: relative; max-width: 610px; margin-bottom: 20px; font-size: clamp(34px, 4vw, 50px); }
.story__content > p, .story__details { max-width: 650px; color: var(--muted); font-size: 17px; }
.story__toggle { display: flex; justify-content: space-between; width: 100%; margin-top: 25px; padding: 15px 0; border: 0; border-top: 1px solid var(--line); background: transparent; font-size: 13px; font-weight: 750; cursor: pointer; }
.story__toggle span { font-size: 23px; line-height: .7; transition: transform .2s; }
.story__toggle[aria-expanded="true"] span { transform: rotate(45deg); }
.story__details { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.story__details p { min-height: 0; margin: 0; overflow: hidden; }
.story__details.is-open { grid-template-rows: 1fr; }
.story__details.is-open p { padding-top: 10px; }
.news-empty { grid-column: 1 / -1; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); color: var(--muted); background: white; }
.news-detail { max-width: 920px; margin: 0 auto; padding: 80px 28px 110px; }
.news-detail .back-link { display: inline-block; margin-bottom: 40px; color: var(--muted); font-size: 13px; font-weight: 750; }
.news-detail__meta { display: flex; align-items: center; gap: 15px; color: var(--muted); font-size: 13px; }
.news-detail h1 { max-width: 850px; margin: 25px 0; font-size: clamp(52px, 7vw, 88px); }
.news-detail__lead { max-width: 730px; color: var(--muted); font-family: Georgia, serif; font-size: clamp(22px, 3vw, 30px); line-height: 1.35; }
.news-detail__image { margin: 48px 0; border-radius: var(--radius); }
.news-detail__body { max-width: 720px; font-size: 18px; }
.news-detail__body p { margin-bottom: 24px; }

.contact-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; min-height: 630px; padding: 85px max(28px, calc((100vw - 1184px) / 2)); background: var(--cream); scroll-margin-top: 20px; }
.contact-hero h1 { margin: 20px 0 28px; font-size: clamp(58px, 7vw, 96px); }
.contact-hero__copy > p { max-width: 610px; color: var(--muted); font-size: 19px; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.contact-card { padding: 40px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.contact-card__label { color: var(--pink); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-card h2 { margin: 13px 0 0; font-size: 58px; }
.contact-card > p { margin-bottom: 32px; color: var(--muted); }
.contact-card__line { display: flex; gap: 15px; padding: 18px 0; border-top: 1px solid var(--line); }
.contact-card__line small { color: var(--muted); }
.price-mark { width: 22px; color: var(--pink); font-family: Georgia,serif; font-size: 25px; text-align: center; }
.contact-card .text-link { margin-top: 25px; }
.location-map { display:grid; grid-template-columns:.72fr 1.28fr; gap:48px; align-items:center; max-width:var(--max); margin:0 auto; padding:110px 28px 35px; }
.location-map__heading h2 { margin:16px 0 22px; font-size:clamp(48px,6vw,76px); }
.location-map__heading p { max-width:440px; color:var(--muted); font-size:17px; }
.location-map__heading .text-link { margin-top:20px; }
.location-map__frame { aspect-ratio:16/9; overflow:hidden; border-radius:28px; background:#d7e8ed; box-shadow:var(--shadow); }
.location-map__frame iframe { display:block; width:100%; height:100%; border:0; }
.coach { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; max-width: 1080px; margin: 0 auto; padding: 110px 28px; }
.coach--home { padding-bottom: 55px; }
.coach--home + .manifesto { padding-top: 55px; }
.coach__portrait { min-height: 500px; overflow: hidden; border-radius: 48% 48% 24px 24px; background: #df8d82; }
.coach__portrait img { height: 100%; min-height: 500px; object-fit: cover; object-position: center 30%; }
.coach h2 { margin: 15px 0 20px; font-size: clamp(50px, 6vw, 80px); }
.coach__lead { color: var(--ink); font-family: Georgia, serif; font-size: 25px; line-height: 1.3; }
.coach__copy > p:not(.coach__lead) { color: var(--muted); font-size: 17px; }
.coach__quote { margin-top: 28px; padding: 24px 0 0 25px; border-top: 1px solid var(--line); border-left: 3px solid var(--pink); font-family: Georgia, serif; font-size: 20px; font-style: italic; }
.contact-details { padding-top: 20px; }
.contact-details__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.detail-card { min-height: 235px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px; border-radius: 24px; background: #f5d7de; }
.detail-card--blue { background: #d7e8ed; }
.detail-card--orange { background: #f7dfbf; }
.detail-card .icon, .detail-card__at, .detail-card__vk { width: 34px; height: 34px; margin-bottom: 32px; font-size: 29px; line-height: 1; }
.detail-card__vk { fill: #07f; }
.detail-card__contact-icons { display: flex; align-items: center; gap: 10px; margin-bottom: 32px; }
.detail-card__contact-icons .icon { margin-bottom: 0; }
.detail-card__max { width: 34px; height: 34px; object-fit: contain; }
.detail-card > span:not(.detail-card__at) { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.detail-card strong { margin-top: 6px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; }
.detail-card small { margin-top: auto; color: var(--muted); }

.not-found { min-height: 70vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 60px 28px; background: var(--cream); text-align: center; }
.not-found > span { color: var(--pink); font-family: Georgia, serif; font-size: 28px; font-style: italic; }
.not-found h1 { margin: 15px 0 20px; font-size: clamp(55px, 8vw, 100px); }
.not-found p { color: var(--muted); }
.not-found .button { margin-top: 20px; }

.footer { display: grid; grid-template-columns: 1fr auto 1fr; gap: 50px; align-items: start; padding: 65px max(28px, calc((100vw - 1184px) / 2)) 25px; background: #132f3a; color: white; }
.footer__brand { display: flex; align-items: center; gap: 14px; }
.footer__brand strong { font-family: Georgia, serif; font-size: 26px; font-style: italic; }
.footer__brand p { margin: 2px 0 0; color: rgba(255,255,255,.55); font-size: 12px; }
.footer__links { display: flex; gap: 27px; padding-top: 14px; font-size: 13px; }
.footer__contact { display: flex; flex-direction: column; align-items: flex-end; gap: 5px; padding-top: 7px; }
.footer__contact a { font-family: Georgia, serif; font-size: 21px; }
.footer__contact span { color: rgba(255,255,255,.55); font-size: 12px; }
.footer__bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .04em; }
.metrika-pixel { position: absolute; width: 1px; height: 1px; overflow: hidden; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .js .reveal { opacity: 1; transform: none; transition: none; } }

@media (max-width: 900px) {
  .header { min-height: 76px; padding: 12px 20px; }
  .brand small { display: none; }
  .brand__mark { width: 42px; height: 42px; }
  .menu-button { z-index: 3; width: 42px; height: 42px; display: grid; place-content: center; gap: 7px; padding: 0; }
  .menu-button span { display: block; width: 23px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }
  .nav { position: fixed; inset: 0; flex-direction: column; justify-content: center; gap: 25px; background: var(--cream); opacity: 0; pointer-events: none; transition: opacity .25s; }
  .nav.is-open { opacity: 1; pointer-events: auto; }
  .nav__link { font-family: Georgia, serif; font-size: 38px; }
  .hero { min-height: 710px; display: block; }
  .hero__media { position: absolute; inset: 0; }
  .hero__media::before { display: none; }
  .hero__media img { object-fit: cover; object-position: 58% center; }
  .hero__wash { background: linear-gradient(90deg, rgba(21,45,56,.94) 0%, rgba(21,45,56,.72) 52%, rgba(21,45,56,.18) 100%); }
  .hero__content { width: 80%; padding-left: 28px; }
  .hero h1 { white-space: normal; }
  .quick-info { grid-template-columns: 1fr 1fr; }
  .quick-info__prices { padding-left: 0; border-left: 0; }
  .quick-info__arrow { justify-self: end; }
  .manifesto__grid, .news-grid, .contact-details__grid { grid-template-columns: 1fr; }
  .value-card { min-height: 290px; }
  .contact-hero, .location-map, .coach, .cta-band { grid-template-columns: 1fr; }
  .cta-band { gap: 30px; }
  .contact-hero { gap: 50px; }
  .coach { max-width: 700px; }
  .contact-details__grid { max-width: 550px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer__links { justify-self: end; }
  .footer__contact { align-items: flex-start; }
  .footer__bottom { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .breadcrumbs { padding: 12px 20px; }
  .hero { min-height: 760px; }
  .hero__media img { object-position: 63% center; }
  .hero__wash { background: linear-gradient(180deg, rgba(21,45,56,.88) 0%, rgba(21,45,56,.66) 63%, rgba(21,45,56,.9) 100%); }
  .hero__content { width: 100%; padding: 80px 22px 210px; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 48px); }
  .hero__actions { align-items: flex-start; flex-direction: column; }
  .hero__note { left: 22px; right: auto; bottom: 24px; width: calc(100% - 44px); }
  .ribbon--hero { display: none; }
  .quick-info { grid-template-columns: 1fr; gap: 20px; padding: 28px 22px; }
  .quick-info__prices { justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); }
  .quick-info__arrow { display: none; }
  .manifesto, .news-preview, .contact-details { padding: 78px 20px; }
  .family-value { padding: 15px 20px 78px; }
  .family-value__grid { grid-template-columns: 1fr; }
  .family-card--care { grid-column: auto; }
  .search-context { width: calc(100% - 40px); margin-bottom: 78px; padding: 55px 24px; }
  .search-context__body,.search-context__copy { grid-template-columns: 1fr; }
  .search-context__body { gap: 30px; }
  .search-context__copy p:last-child { grid-column: auto; }
  .section-intro h2, .section-heading h2 { font-size: 42px; }
  .manifesto__grid { margin-top: 38px; }
  .news-preview { padding-top: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .news-card h3, .news-card p { min-height: auto; }
  .cta-band { padding: 68px 22px; }
  .page-hero { min-height: 460px; padding: 75px 22px; }
  .page-hero h1 { font-size: 62px; }
  .orb--one { width: 180px; height: 180px; right: -60px; top: 250px; }
  .orb--two { display: none; }
  .ribbon--page { width: 95vw; right: -30%; bottom: 10px; }
  .news-list { padding: 45px 20px 80px; }
  .story { grid-template-columns: 1fr; gap: 22px; padding: 42px 0; }
  .story__meta { flex-direction: row; align-items: center; }
  .story__number { font-size: 68px; }
  .contact-hero { padding: 70px 20px; }
  .contact-hero h1 { font-size: 55px; }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-card { padding: 29px 24px; }
  .location-map { gap:32px; padding:75px 20px 15px; }
  .location-map__frame { border-radius:20px; }
  .coach { gap: 48px; padding: 80px 20px; }
  .coach--home { padding-bottom: 39px; }
  .coach--home + .manifesto { padding-top: 39px; }
  .coach__portrait, .coach__portrait img { min-height: 410px; }
  .footer { grid-template-columns: 1fr; padding: 55px 22px 23px; }
  .footer__links { justify-self: start; }
  .footer__bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 900px) and (orientation: portrait) {
  .location-map__frame { aspect-ratio: 500 / 720; }
}
