@font-face{font-family:Constantine;src:url(/assets/fonts/Constantine.woff2)format("woff2"),url(/assets/fonts/Constantine.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Special Elite Cyrillic;src:url(/assets/fonts/specialelite-cyrillic.woff2)format("woff2"),url(/assets/fonts/specialelite-cyrillic.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Prata;src:url(/assets/fonts/Prata-Regular.woff2)format("woff2"),url(/assets/fonts/Prata-Regular.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/assets/fonts/cormorant-300.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/assets/fonts/cormorant-400.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(/assets/fonts/cormorant-500.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/assets/fonts/nunito-300.woff2)format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/assets/fonts/nunito-400.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/assets/fonts/nunito-600.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/assets/fonts/nunito-700.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{--paper:#ebe3d2;--paper-warm:#d2c0ad;--paper-soft:#f0ebdf;--olive:#3f4d35;--olive-dark:#26341f;--ink:#26301f;--muted:#6a6356;--text-muted:var(--muted);--line:#2d372652;--cream:#f4efe4;--heading-olive:#5f6a55;--prototype-olive:#4b5742;--shadow:0 18px 42px #26301f29;--side-card:clamp(320px, 30vw, 430px);--header-radius:4px;--serif:"Cormorant Garamond", Georgia, serif;--sans:"Nunito Sans", Arial, sans-serif;--typewriter:"Special Elite Cyrillic";--typewriter-cyrillic:"Special Elite Cyrillic"}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--ink);background-color:var(--cream);font-family:var(--sans);background-image:-webkit-image-set(url(/paper-texture.webp) 1x type("image/webp"),url(/paper-texture.png) 1x type("image/png"));background-image:image-set("/paper-texture.webp" 1x type("image/webp"),"/paper-texture.png" 1x type("image/png"));background-repeat:repeat;margin:0;font-weight:300}a{color:inherit;text-decoration:none}button{font:inherit}.page-shell{background-color:var(--cream);background-image:-webkit-image-set(url(/paper-texture.webp) 1x type("image/webp"),url(/paper-texture.png) 1x type("image/png"));background-image:image-set("/paper-texture.webp" 1x type("image/webp"),"/paper-texture.png" 1x type("image/png"));background-repeat:repeat;width:min(100% - 10px,1440px);margin:0 auto}.hero{background:0 0;min-height:74svh;padding:12px clamp(8px,2.2vw,22px) clamp(24px,4vw,42px);position:relative;overflow:hidden}.topbar{z-index:1;grid-template-columns:minmax(0, 1fr) var(--side-card);border:1.5px solid var(--prototype-olive);border-radius:var(--header-radius);background:0 0;min-height:28px;display:grid;position:relative;overflow:hidden}.topbar__nav{justify-content:flex-start;align-items:center;gap:24px;padding-left:10px;display:flex}.topbar__nav a,.topbar__button{min-height:28px;font-family:var(--typewriter-cyrillic);text-transform:lowercase;letter-spacing:.02em;cursor:pointer;appearance:none;border:0;place-items:center start;padding:2px 8px;font-size:clamp(11px,1.1vw,14px);line-height:1;display:grid}.topbar__nav a{color:var(--heading-olive)}.topbar__button{color:var(--paper-soft);background:var(--prototype-olive);border-radius:var(--header-radius) 0 0 var(--header-radius);place-items:center}.hero__layout{z-index:1;grid-template-columns:minmax(0, 1fr) var(--side-card);align-items:start;gap:clamp(18px,3.4vw,42px);padding-top:20px;display:grid;position:relative}.hero__content{min-width:0;min-height:clamp(410px,58svh,560px);padding-top:0;position:relative}.hero__name{letter-spacing:.01em;text-transform:uppercase;color:#5f6a55;grid-template-columns:max-content auto;grid-template-areas:"given note""surname surname";align-items:end;column-gap:clamp(14px,1.8vw,24px);margin:140px 0 0;font-family:Constantine;font-size:clamp(40px,7.3vw,94px);font-weight:200;line-height:.82;display:grid}.hero__name-given{grid-area:given}.hero__name-surname{grid-area:surname;margin-top:20px;padding-left:clamp(70px,12vw,156px)}.hero__note{font-family:var(--typewriter-cyrillic);color:var(--heading-olive);text-shadow:0 0 .01px;white-space:nowrap;text-transform:uppercase;grid-area:note;align-self:start;margin:.18em 0 0;padding:0;font-size:clamp(12px,1.15vw,16px);font-weight:500;line-height:1}.hero__scroll-hint{width:36px;height:36px;color:var(--olive);opacity:.68;cursor:pointer;background:0 0;border:0;place-items:center;padding:0;transition:opacity .35s;animation:2s ease-in-out infinite heroChevron;display:grid;position:absolute;bottom:clamp(24px,5vw,54px);left:50%;transform:translate(-50%)}.hero__scroll-hint svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:34px;height:34px}.hero__scroll-hint:hover{opacity:.76}.is-scrolled .hero__scroll-hint{opacity:0;pointer-events:none}@keyframes heroChevron{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}@media (max-width:1120px){:root{--side-card:min(38vw, 360px)}.hero__name{column-gap:12px;font-size:clamp(38px,7vw,78px)}.hero__note{font-size:clamp(11px,1.1vw,14px)}}.portrait-card{background:var(--prototype-olive);color:var(--cream);box-shadow:var(--shadow);border-radius:6px;align-self:start;overflow:hidden}.portrait-card__photo{filter:contrast(.92)saturate(.85)brightness(1.03)sepia(.08);background-image:-webkit-image-set(url(/assets/hero/ekaterina-hero-portrait.webp) 1x type("image/webp"),url(/assets/hero/ekaterina-hero-portrait.jpg) 1x type("image/jpeg"));background-image:image-set("/assets/hero/ekaterina-hero-portrait.webp" 1x type("image/webp"),"/assets/hero/ekaterina-hero-portrait.jpg" 1x type("image/jpeg"));background-position:52% 32%;background-size:cover;border-radius:6px 6px 0 0;min-height:clamp(260px,38vw,390px)}.portrait-card__body{background:var(--prototype-olive);min-height:186px;padding:clamp(16px,2vw,24px)}.portrait-card__body h2{font-family:var(--typewriter);letter-spacing:.06em;text-transform:uppercase;margin:0 0 16px;font-size:clamp(12px,1.1vw,15px);font-weight:400;line-height:1.28;position:relative}.portrait-card__body .typed-heading{min-height:2.56em}.typed-cursor{margin-left:1px;display:inline-block}.typed-cursor--blink{animation:1s step-end infinite typedCursorBlink}@keyframes typedCursorBlink{50%{opacity:0}}.portrait-card__body p{color:#f4efe4e0;max-width:none;font-family:var(--sans);margin:0;font-size:14px;line-height:1.6;position:relative}.portrait-card__body p+p{margin-top:10px}.symptoms{color:var(--cream);background:#3a4231;border-radius:24px 24px 0 0;grid-template-columns:minmax(0,.85fr) minmax(320px,1.15fr);gap:clamp(34px,6vw,82px);margin:0;padding:clamp(46px,7vw,78px) clamp(24px,4vw,44px);display:grid}.symptoms__intro{align-self:start}.symptoms__eyebrow{font-family:var(--typewriter-cyrillic);letter-spacing:.12em;text-transform:uppercase;color:#f4efe4a8;margin:0 0 18px;font-size:11px;font-weight:400;line-height:1.2}.symptoms__intro h2{max-width:9ch;font-family:var(--serif);text-transform:uppercase;margin:0;font-size:clamp(42px,5.6vw,72px);font-weight:300;line-height:.96}.symptoms__lead{max-width:58ch;font-family:var(--sans);color:#f4efe4d1;margin:0 0 26px;font-size:15px;line-height:1.65}.symptoms__accordion{align-self:start}.symptoms__item{border-top:1px solid #f4efe447}.symptoms__item:last-child{border-bottom:1px solid #f4efe447}.symptoms__trigger{width:100%;min-height:54px;color:var(--cream);font-family:var(--sans);text-align:left;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;gap:22px;padding:0;font-size:clamp(15px,1.5vw,18px);font-weight:500;line-height:1.25;display:flex}.symptoms__icon{opacity:.72;flex:0 0 18px;width:18px;height:18px;position:relative}.symptoms__icon:before,.symptoms__icon:after{content:"";background:currentColor;width:16px;height:1px;transition:transform .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.symptoms__icon:after{transform:translate(-50%,-50%)rotate(90deg)}.symptoms__item.is-open .symptoms__icon:after{transform:translate(-50%,-50%)rotate(0)}.symptoms__panel{grid-template-rows:0fr;transition:grid-template-rows .34s;display:grid;overflow:hidden}.symptoms__item.is-open .symptoms__panel{grid-template-rows:1fr}.symptoms__panel ol{counter-reset:symptom;min-height:0;margin:0;padding:0 0 22px;list-style:none}.symptoms__panel li{font-family:var(--sans);color:#f4efe4d6;counter-increment:symptom;margin:0;padding-left:42px;font-size:15px;line-height:1.62;position:relative}.symptoms__panel li+li{margin-top:5px}.symptoms__panel li:before{color:#f4efe475;content:counter(symptom, decimal-leading-zero);width:28px;position:absolute;left:0}.approach{background-color:var(--cream);background-image:-webkit-image-set(url(/paper-texture.webp) 1x type("image/webp"),url(/paper-texture.png) 1x type("image/png"));background-image:image-set("/paper-texture.webp" 1x type("image/webp"),"/paper-texture.png" 1x type("image/png"));background-repeat:repeat;gap:0;padding:0;display:grid}.hero,.symptoms,.approach,.approach-card,.approach-feature,.parent-consult{margin-top:0;margin-bottom:0}.approach-card{background:#f0ebdf9e;border-radius:0;grid-template-columns:repeat(2,minmax(0,1fr));height:clamp(520px,38vw,620px);min-height:520px;display:grid;overflow:hidden;box-shadow:0 18px 42px #26301f1c}.approach-card--media-first{grid-template-columns:repeat(2,minmax(0,1fr))}.approach-card__panel{background:#ebe3d2d1;align-content:center;padding:clamp(28px,4.8vw,58px);display:grid}.approach-card__panel--cream{background:#f4efe4e0}.approach-card__eyebrow{font-family:var(--typewriter-cyrillic);letter-spacing:.11em;text-transform:uppercase;color:var(--heading-olive);margin:0 0 18px;font-size:11px;font-weight:400;line-height:1.2}.approach-card h2,.approach-feature h2{font-family:var(--serif);color:var(--ink);text-transform:uppercase;margin:0;font-size:clamp(30px,4vw,50px);font-weight:300;line-height:1}.approach-card__columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,2.6vw,34px);margin-top:26px;display:grid}.approach-card__columns p{font-family:var(--sans);color:#26301fbd;margin:0;font-size:15px;line-height:1.68}.approach-card__media{filter:contrast(.94)saturate(.88)brightness(1.03);background-color:#5f6a552e;background-position:50%;background-size:cover;min-height:100%}.approach-card__media--leaves{background-image:-webkit-linear-gradient(270deg,#f4efe40f,#3f4d351f),-webkit-image-set(url(/assets/approach/cbt-e-teen-work.webp) 1x type("image/webp"),url(/assets/approach/cbt-e-teen-work.jpg) 1x type("image/jpeg"));background-image:linear-gradient(#f4efe40f,#3f4d351f),image-set("/assets/approach/cbt-e-teen-work.webp" 1x type("image/webp"),"/assets/approach/cbt-e-teen-work.jpg" 1x type("image/jpeg"));background-position:50% 18%}.approach-card__media--lake{background-image:-webkit-linear-gradient(270deg,#f4efe40f,#3f4d3529),-webkit-image-set(url(/assets/approach/fbt-family-therapy.webp) 1x type("image/webp"),url(/assets/approach/fbt-family-therapy.jpg) 1x type("image/jpeg"));background-image:linear-gradient(#f4efe40f,#3f4d3529),image-set("/assets/approach/fbt-family-therapy.webp" 1x type("image/webp"),"/assets/approach/fbt-family-therapy.jpg" 1x type("image/jpeg"))}.approach-card__media--journal{background-image:-webkit-linear-gradient(270deg,#f4efe414,#3f4d3524),-webkit-image-set(url(/assets/approach/journal-hands.webp) 1x type("image/webp"),url(/assets/approach/journal-hands.jpg) 1x type("image/jpeg"));background-image:linear-gradient(#f4efe414,#3f4d3524),image-set("/assets/approach/journal-hands.webp" 1x type("image/webp"),"/assets/approach/journal-hands.jpg" 1x type("image/jpeg"))}.approach-feature{min-height:220px;color:var(--cream);background:#3a4231;border-radius:0;position:relative;overflow:hidden}.approach-feature__content{place-items:center;min-height:220px;padding:clamp(44px,6vw,76px) clamp(28px,8vw,120px);display:grid}.approach-feature__aside{text-align:center;color:#f4efe4c7;max-width:760px}.approach-feature__statement{font-family:var(--serif);text-align:center;color:var(--cream);margin:0;font-size:clamp(26px,3.1vw,40px);font-style:italic;font-weight:300;line-height:1.05}.approach-feature__aside p:not(.approach-feature__statement){font-family:var(--sans);text-align:center;color:#f4efe4d9;margin:0;font-size:15px;line-height:1.68}.approach-card__button{color:var(--paper-soft);border-radius:var(--header-radius);font-family:var(--typewriter-cyrillic);text-transform:lowercase;background:#3f4d35;justify-self:start;margin-top:28px;padding:10px 28px;font-size:12px;line-height:1;box-shadow:0 10px 22px #26301f21}.parent-consult{text-align:center;background-color:#ebe3d2d1;background-image:-webkit-image-set(url(/paper-texture.webp) 1x type("image/webp"),url(/paper-texture.png) 1x type("image/png"));background-image:image-set("/paper-texture.webp" 1x type("image/webp"),"/paper-texture.png" 1x type("image/png"));background-repeat:repeat;border-radius:0;justify-items:center;padding:clamp(42px,6vw,70px) clamp(22px,5vw,72px);display:grid;box-shadow:0 18px 42px #26301f1c}.parent-consult__eyebrow{font-family:var(--typewriter-cyrillic);letter-spacing:.11em;text-transform:uppercase;color:var(--heading-olive);margin:0 0 18px;font-size:11px;font-weight:400;line-height:1.2}.parent-consult h2{font-family:var(--serif);text-transform:uppercase;color:var(--ink);margin:0;font-size:clamp(36px,5vw,64px);font-weight:300;line-height:.98}.parent-consult>p:not(.parent-consult__eyebrow){max-width:680px;font-family:var(--sans);color:#26301fc2;margin:28px auto 0;font-size:14px;line-height:1.72}.parent-consult__button{color:var(--paper-soft);background:var(--prototype-olive);border-radius:var(--header-radius);font-family:var(--typewriter-cyrillic);text-transform:lowercase;cursor:pointer;appearance:none;border:0;margin-top:30px;padding:11px 30px;font-size:12px;line-height:1;box-shadow:0 10px 22px #26301f21}.about{color:var(--cream);background:#3a4231;border-radius:0 0 24px 24px;margin:0;padding:clamp(48px,7vw,82px) clamp(24px,4vw,44px)}.about__header{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr);align-items:start;gap:clamp(28px,6vw,86px);display:grid}.about__header h2{font-family:var(--serif);text-transform:uppercase;margin:0;font-size:clamp(44px,6.2vw,86px);font-weight:300;line-height:.95}.about__credentials{gap:12px;margin:0;padding:0;list-style:none;display:grid}.about__credentials li{font-family:var(--sans);color:#f4efe4d9;padding-left:18px;font-size:14px;line-height:1.55;position:relative}.about__credentials li:before{content:"";background:#f4efe49e;border-radius:50%;width:5px;height:5px;position:absolute;top:.72em;left:0}.about__bio{grid-template-columns:minmax(240px,.4fr) minmax(0,.6fr);align-items:stretch;gap:clamp(24px,4vw,48px);margin-top:clamp(38px,6vw,66px);display:grid}.about__photo{filter:contrast(.93)saturate(.88)brightness(1.02)sepia(.06);background-image:-webkit-image-set(url(/assets/about/ekaterina-about.webp) 1x type("image/webp"),url(/assets/about/ekaterina-about.jpg) 1x type("image/jpeg"));background-image:image-set("/assets/about/ekaterina-about.webp" 1x type("image/webp"),"/assets/about/ekaterina-about.jpg" 1x type("image/jpeg"));background-position:50% 20%;background-size:cover;border-radius:8px;min-height:360px;box-shadow:0 18px 42px #141c122e}.about__text{align-content:center;gap:18px;display:grid}.about__text p{font-family:var(--sans);color:#f4efe4c7;margin:0;font-size:14px;line-height:1.72}.booking{background:0 0;margin:0;padding:clamp(48px,7vw,82px) clamp(24px,4vw,44px)}.booking__header{text-align:center;justify-items:center;display:grid}.booking__eyebrow{font-family:var(--typewriter-cyrillic);letter-spacing:.11em;text-transform:uppercase;color:var(--heading-olive);margin:0 0 18px;font-size:11px;font-weight:400;line-height:1.2}.booking__header h2{font-family:var(--serif);text-transform:uppercase;color:var(--ink);margin:0;font-size:clamp(40px,5.4vw,72px);font-weight:300;line-height:.98}.booking__header>p:not(.booking__eyebrow){max-width:620px;font-family:var(--sans);color:#26301fbd;margin:24px 0 0;font-size:14px;line-height:1.7}.booking__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(18px,3vw,32px);margin-top:clamp(34px,5vw,56px);display:grid}.booking-card{min-height:360px;color:var(--cream);background:#3a4231;border-radius:10px;padding:clamp(24px,3.8vw,42px);display:grid}.booking-card__eyebrow{font-family:var(--typewriter-cyrillic);letter-spacing:.11em;text-transform:uppercase;color:#f4efe49e;margin:0 0 18px;font-size:11px;font-weight:400;line-height:1.2}.booking-card h3{font-family:var(--serif);text-transform:uppercase;margin:0;font-size:clamp(34px,4.2vw,56px);font-weight:300;line-height:.98}.booking-card>p:not(.booking-card__eyebrow){font-family:var(--sans);color:#f4efe4d9;margin:24px 0 0;font-size:15px;line-height:1.68}.booking-card__footer{align-self:end;margin-top:34px}.booking-card__meta{font-family:var(--sans);color:#f4efe49e;margin:0 0 12px;font-size:12px;line-height:1.4}.booking-card__price{font-family:var(--serif);margin:0;font-size:clamp(28px,3.4vw,44px);font-weight:300;line-height:1}.booking-card__price span{font-family:var(--sans);color:#f4efe49e;margin-left:8px;font-size:12px;display:inline-block}.booking-card__button{color:#3a4231;background:var(--paper-soft);border-radius:var(--header-radius);min-width:180px;font-family:var(--typewriter-cyrillic);text-transform:lowercase;cursor:pointer;appearance:none;border:0;place-items:center;margin-top:18px;padding:11px 24px;font-size:12px;line-height:1;display:inline-grid}.blog{background:0 0;justify-items:center;margin:0;padding:clamp(46px,7vw,78px) clamp(24px,4vw,44px);display:grid}.blog__header{text-align:center}.blog__eyebrow{font-family:var(--typewriter-cyrillic);letter-spacing:.11em;text-transform:uppercase;color:var(--heading-olive);margin:0 0 16px;font-size:11px;font-weight:400;line-height:1.2}.blog__header h2{font-family:var(--serif);text-transform:uppercase;color:var(--ink);margin:0;font-size:clamp(42px,5.4vw,72px);font-weight:300;line-height:.98}.blog__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,3vw,30px);width:100%;margin-top:clamp(32px,5vw,54px);display:grid}.blog-card{background:#f8f3e9d1;border-radius:8px;display:grid;overflow:hidden;box-shadow:0 14px 34px #26301f1a}.blog-card__image{object-fit:cover;filter:contrast(.93)saturate(.88)brightness(1.02)sepia(.06);border-radius:8px 8px 0 0;width:100%;height:180px;display:block}.blog-card__body{gap:12px;padding:18px;display:grid}.blog-card__title{font-family:var(--sans);color:var(--ink);font-size:15px;font-weight:600;line-height:1.35}.blog-card time{font-family:var(--sans);color:#26301f85;font-size:11px;line-height:1.3}.blog__all{font-family:var(--typewriter-cyrillic);color:var(--heading-olive);text-transform:lowercase;margin-top:28px;font-size:13px;line-height:1}.footer{color:var(--cream);background:#3a4231;margin:0;padding:clamp(34px,5vw,58px) clamp(24px,4vw,44px) 24px}.footer__main{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:start;gap:clamp(28px,5vw,70px);display:grid}.footer__brand p{font-family:var(--typewriter-cyrillic);letter-spacing:.11em;text-transform:uppercase;color:#f4efe49e;margin:0 0 10px;font-size:11px;font-weight:400;line-height:1.2}.footer__brand h2{font-family:var(--serif);text-transform:uppercase;margin:0;font-size:clamp(28px,3.2vw,44px);font-weight:300;line-height:1}.footer__nav{font-family:var(--typewriter-cyrillic);text-transform:lowercase;flex-wrap:wrap;justify-content:center;gap:16px 28px;font-size:15px;line-height:1.2;display:flex}.footer__nav a{color:#f4efe4c7}.footer__action{justify-items:end;gap:14px;display:grid}.footer__social{align-items:center;gap:10px;display:flex}.footer__telegram,.footer__max{color:#f4efe4c2;place-items:center;width:34px;height:34px;display:grid}.footer__telegram svg,.footer__max svg{fill:none;stroke:currentColor;stroke-width:1.35px;stroke-linecap:round;stroke-linejoin:round;width:26px;height:26px}.footer__button{min-width:160px;color:var(--cream);border-radius:var(--header-radius);font-family:var(--typewriter-cyrillic);text-transform:lowercase;cursor:pointer;appearance:none;background:0 0;border:1px solid #f4efe4b3;place-items:center;padding:12px 24px;font-size:14px;line-height:1;display:inline-grid}.footer__subscribe{border-top:1px solid #ebe4d224;justify-content:center;margin-top:clamp(24px,4vw,38px);padding-top:20px;display:flex}.footer__bottom{font-family:var(--sans);border-top:1px solid #ebe4d233;gap:14px;margin-top:clamp(28px,4vw,42px);padding-top:16px;font-size:13px;line-height:1.5;display:grid}.footer__legal{flex-direction:column;gap:4px;display:flex}.footer__bottom a{color:#f4efe494}.footer__copyright{color:#f4efe466}.footer__disclaimer{color:#ebe4d273;max-width:78ch;margin:0;font-size:13px;line-height:1.6}@media (max-width:900px){:root{--side-card:min(100%, 380px)}.page-shell{width:100%}.topbar{grid-template-columns:1fr}.topbar__nav{flex-wrap:wrap;gap:6px 18px}.hero{min-height:auto}.hero__layout,.symptoms,.about__header,.about__bio,.booking__cards,.blog__grid,.footer__main{grid-template-columns:1fr}.symptoms{gap:32px}.approach{gap:0;padding:0}.approach-card,.approach-card--media-first{grid-template-columns:1fr;height:auto;min-height:auto}.approach-card--text-first .approach-card__media{grid-row:1}.approach-card__panel{padding:28px 22px}.approach-card__media{min-height:240px}.approach-card__columns,.approach-feature__content{grid-template-columns:1fr}.approach-feature,.approach-feature__content{min-height:auto}.approach-feature__content{padding:34px 22px}.about{padding:42px 18px}.about__bio{margin-top:34px}.about__photo{min-height:320px}.booking{padding:42px 18px}.booking-card{min-height:auto}.blog{padding:42px 18px}.footer{padding:34px 18px 22px}.footer__nav{justify-content:start}.footer__action{justify-items:start}.hero__layout{padding-top:20px}.hero__content{min-height:auto}.hero__scroll-hint{display:none}.hero__name{grid-template-columns:1fr;grid-template-areas:"note""given""surname";margin-top:24px;font-size:clamp(36px,14vw,64px)}.hero__name-given,.hero__name-surname{margin-top:0;padding-left:0}.hero__name-surname{margin-top:12px;padding-left:40px}.hero__note{margin:0 0 10px;padding-left:0}.portrait-card{justify-self:center;max-width:380px;margin-inline:auto}.portrait-card__photo{aspect-ratio:3/4;background-position:50%;min-height:0}}.symptoms,.approach-feature,.about,.booking-card,.footer{position:relative}.symptoms:before,.approach-feature:before,.about:before,.booking-card:before,.footer:before{content:"";opacity:.08;pointer-events:none;z-index:0;border-radius:inherit;background-image:-webkit-image-set(url(/paper-texture.webp) 1x type("image/webp"),url(/paper-texture.png) 1x type("image/png"));background-image:image-set("/paper-texture.webp" 1x type("image/webp"),"/paper-texture.png" 1x type("image/png"));background-repeat:repeat;position:absolute;inset:0}.symptoms>*,.approach-feature>*,.about>*,.booking-card>*,.footer>*{z-index:1;position:relative}
.CookieBanner-module___9etpq__banner{z-index:9999;color:#ebe4d2;background:#3a4231;padding:14px clamp(16px,4vw,40px);font-family:Nunito Sans,system-ui,sans-serif;font-size:13px;line-height:1.5;animation:.25s CookieBanner-module___9etpq__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000026}.CookieBanner-module___9etpq__inner{justify-content:space-between;align-items:center;gap:18px;max-width:1440px;margin:0 auto;display:flex}.CookieBanner-module___9etpq__text{flex:auto;min-width:0;margin:0}.CookieBanner-module___9etpq__text a{color:inherit;text-underline-offset:2px;text-decoration:underline}.CookieBanner-module___9etpq__btn{font:inherit;cursor:pointer;white-space:nowrap;appearance:none;border-radius:3px;flex:none;padding:8px 22px;transition:background .18s,color .18s}.CookieBanner-module___9etpq__accept{color:#3a4231;background:#ebe4d2;border:1px solid #ebe4d2}.CookieBanner-module___9etpq__accept:hover{background:#fff;border-color:#fff}@keyframes CookieBanner-module___9etpq__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (max-width:640px){.CookieBanner-module___9etpq__inner{flex-direction:column;align-items:stretch;gap:12px}.CookieBanner-module___9etpq__btn{align-self:flex-end}}
