@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Playfair+Display:wght@400;500&display=swap');

.home-v2 {
    --v2-bg: #f4f1ef;
    --v2-paper: #fbfaf8;
    --v2-ink: #252321;
    --v2-muted: #6f6964;
    --v2-accent: #cf513b;
    --v2-line: #dcd6d1;
    margin: 0;
    background: var(--v2-bg);
    color: var(--v2-ink);
    font: 14px/1.65 "Manrope", sans-serif;
}

.home-v2 h1, .home-v2 h2, .home-v2 h3 { font-family: "Playfair Display", Georgia, serif; font-weight: 400; }
.v2-header, .v2-hero, .v2-section, .v2-footer { max-width: 1200px; margin-inline: auto; }
.v2-header { min-height: 76px; padding: 20px 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: center; border-bottom: 1px solid var(--v2-line); }
.v2-brand { font-family: "Playfair Display", serif; font-size: 17px; }
.v2-nav, .v2-header-actions { display: flex; align-items: center; gap: 22px; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.v2-header-actions { justify-content: flex-end; }
.v2-nav a, .phone-link { transition: color .2s ease; }
.v2-nav a:hover, .phone-link:hover { color: var(--v2-accent); }
.v2-language { display: flex; gap: 5px; }
.v2-language a { color: var(--v2-muted); }
.v2-language a.active { color: var(--v2-accent); font-weight: 600; }
.menu-toggle { display: none; padding: 7px 0; border: 0; background: transparent; color: var(--v2-ink); font: inherit; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }

.v2-hero { min-height: 690px; padding: 58px 24px 64px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 8vw, 110px); align-items: center; }
.v2-eyebrow, .v2-kicker { margin: 0 0 22px; color: var(--v2-muted); font-size: 11px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.v2-hero h1 { margin: 0 0 18px; font-size: clamp(54px, 6vw, 82px); line-height: .98; letter-spacing: -.045em; }
.v2-lead { max-width: 440px; margin: 0 0 13px; font: 400 clamp(25px, 2.8vw, 37px)/1.08 "Playfair Display", serif; letter-spacing: -.025em; }
.v2-hero-text { max-width: 435px; margin: 0 0 24px; font: 400 19px/1.28 "Playfair Display", serif; }
.v2-intro { max-width: 475px; margin: 0 0 24px; color: var(--v2-muted); font-size: 14px; line-height: 1.7; }
.v2-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 28px; color: var(--v2-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
.v2-button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 13px 16px; border: 1px solid var(--v2-ink); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; transition: .2s ease; }
.v2-button:hover { background: var(--v2-ink); color: white; }
.v2-portrait { width: min(100%, 500px); height: 640px; margin: 0; justify-self: end; overflow: hidden; border-radius: 12px; background: #332b25; }
.v2-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 42%; display: block; filter: saturate(.88); }

.v2-section { padding: 74px 24px; border-top: 1px solid var(--v2-line); }
.v2-section-heading { display: grid; grid-template-columns: 180px minmax(0, 680px); gap: 30px; margin-bottom: 52px; }
.v2-section-heading h2, .about-layout h2, .articles-head h2, .contact-section h2 { margin: 0; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.04; letter-spacing: -.035em; }
.therapy-section { padding-top: 68px; padding-bottom: 68px; }
.therapy-layout { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 38px; align-items: start; }
.therapy-layout > .v2-kicker { padding-top: 106px; color: var(--v2-muted); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 0; }
.expand-card { position: relative; min-height: 500px; padding: 44px 52px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, .62); border: 1px solid transparent; border-radius: 10px; transition: border-color .2s ease; }
.expand-card:hover { border-color: var(--v2-line); }
.expand-card summary { list-style: none; cursor: pointer; }
.expand-card summary::-webkit-details-marker, .about-details summary::-webkit-details-marker, .education-details summary::-webkit-details-marker { display: none; }
.expand-card h3 { max-width: 390px; margin: 0 0 22px; font-size: clamp(38px, 3.6vw, 52px); line-height: .98; letter-spacing: -.035em; }
.expand-card summary > p { max-width: 430px; min-height: 70px; margin: 0 0 28px; color: var(--v2-ink); font-size: 15px; line-height: 1.65; }
.service-card-static > p { max-width: 430px; min-height: 70px; margin: 0; color: var(--v2-ink); font-size: 15px; line-height: 1.65; }
.service-card-static .details-body { padding-top: 18px; }
.service-card-static .details-body p { margin: 0; }
.details-label { width: fit-content; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 3px; border-bottom: 2px solid #e17765; color: #cf513b; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.details-label b { font-size: 13px; font-weight: 400; transition: transform .2s ease; }
.expand-card[open] .details-label b { transform: rotate(180deg); }
.details-body { max-width: 440px; padding-top: 24px; color: var(--v2-muted); font-size: 14px; }
.language-note { margin-top: 16px; color: var(--v2-ink); font-size: 12px; }

.method-section { padding-top: 54px; padding-bottom: 68px; background: var(--v2-bg); color: var(--v2-ink); }
.method-layout { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 38px; align-items: start; }
.method-layout > .v2-kicker { padding-top: 42px; color: var(--v2-muted); }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin: 0; background: transparent; }
.method-card { min-height: 285px; padding: 42px 52px; background: rgba(255, 255, 255, .62); border-radius: 10px; }
.method-card summary { list-style: none; cursor: pointer; }
.method-card summary::-webkit-details-marker { display: none; }
.method-card h3 { margin: 0 0 17px; font-size: clamp(37px, 3.4vw, 49px); line-height: 1; }
.method-card summary > p { min-height: 80px; margin: 0 0 24px; color: var(--v2-ink); font-size: 14px; line-height: 1.65; }
.method-card[open] .details-label b { transform: rotate(180deg); }
.method-long-copy { max-width: 620px; }
.method-long-copy p { margin: 0 0 18px; }
.method-long-copy p:last-child { margin-bottom: 0; color: var(--v2-ink); }

.about-section { min-height: 0; padding-top: 96px; padding-bottom: 64px; }
.about-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 40px; }
.about-main h2 { max-width: 820px; margin-bottom: 52px; font-size: clamp(52px, 6.2vw, 78px); line-height: .98; }
.about-preview { max-width: 790px; font-size: 16px; line-height: 1.75; }
.about-preview p { margin: 0 0 22px; color: var(--v2-muted); }
.about-preview .dropcap { color: var(--v2-ink); }
.about-preview .dropcap::first-letter { float: left; margin: .05em .08em 0 0; color: #d43d2b; font: 400 4.4em/.72 "Playfair Display", serif; }
.about-details { width: fit-content; margin-top: 24px; border: 0; }
.education-details { margin-top: 28px; border-top: 1px solid var(--v2-line); }
.about-details summary, .education-details summary { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0 4px; cursor: pointer; color: var(--v2-accent); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.about-details summary { border-bottom: 2px solid #e17765; }
.about-details summary b, .education-details summary b { font-size: 16px; font-weight: 400; transition: transform .2s ease; }
.about-details[open] summary b, .education-details[open] summary b { transform: rotate(45deg); }
.about-copy, .education-body { max-width: 700px; padding: 8px 0 20px; color: var(--v2-muted); font-size: 15px; line-height: 1.7; }
.about-copy p { margin: 0 0 16px; }
.certificate-list { display: flex; flex-direction: column; margin-top: 18px; }
.certificate-list a { padding: 10px 0; border-top: 1px solid var(--v2-line); color: var(--v2-ink); }

.articles-section { padding-top: 72px; padding-bottom: 64px; }
.articles-quote { display: grid; grid-template-columns: 190px minmax(0, 720px); gap: 40px; align-items: center; min-height: 220px; margin-bottom: 50px; }
.articles-quote .v2-kicker { margin: 0; }
.articles-quote blockquote { position: relative; margin: 0; font: 400 clamp(38px, 4.6vw, 60px)/.98 "Playfair Display", serif; letter-spacing: -.035em; }
.articles-quote blockquote span { position: absolute; left: -62px; top: -16px; color: #d43d2b; font-size: 72px; line-height: 1; }
.articles-all-row { display: flex; justify-content: space-between; align-items: end; margin-bottom: 38px; border-bottom: 1px solid #e17765; }
.articles-all-row > a { padding: 0 0 8px; color: #cf513b; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.slider-controls { display: flex; gap: 8px; }
.slider-controls button { width: 34px; height: 34px; border: 0; background: transparent; cursor: pointer; font-size: 15px; }
.slider-controls button:hover { background: var(--v2-ink); color: white; }
.article-slider { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 24%); gap: 24px; overflow-x: auto; padding: 0 0 30px; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: var(--v2-accent) var(--v2-line); }
.article-slide { padding: 18px 16px 14px; scroll-snap-align: start; background: rgba(255, 255, 255, .55); border-radius: 9px; }
.article-media { width: 100%; aspect-ratio: 4/5; display: block; overflow: hidden; background: #e4dfda; }
.article-slide img, .slide-placeholder { width: 100%; height: 100%; display: block; object-fit: cover; background: #e4dfda; transition: transform .45s ease; }
.article-slide:hover img { transform: scale(1.07); }
.slide-placeholder { display: grid; place-items: center; font-size: 30px; }
.slide-date { margin: 18px 0 0; color: var(--v2-muted); font-size: 10px; letter-spacing: .07em; text-align: center; }
.slide-title { margin: 16px 0 0; font-size: 21px; line-height: 1.08; text-align: center; }
.slide-title + .slide-date { margin-top: 10px; }
.v2-text-link { display: inline-block; margin-top: 30px; color: var(--v2-accent); border-bottom: 1px solid; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.contact-section { min-height: 650px; padding-top: 135px; padding-bottom: 100px; text-align: center; }
.contact-section .v2-kicker { margin-bottom: 50px; text-align: center; font-size: 11px; }
.contact-section h2 { max-width: 800px; margin: 0 auto 36px; font-size: clamp(58px, 7.2vw, 88px); line-height: .92; letter-spacing: -.045em; }
.contact-section > p:not(.v2-kicker):not(.contact-location) { max-width: 760px; margin: 0 auto; color: var(--v2-ink); font-size: 16px; line-height: 1.75; }
.contact-socials { display: flex; justify-content: center; gap: 30px; margin-top: 100px; color: var(--v2-accent); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.contact-socials a { padding-bottom: 4px; border-bottom: 1px solid currentColor; }
.contact-location { margin: 28px auto 0; color: var(--v2-muted); font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
.v2-footer { padding: 30px 24px 45px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--v2-line); color: var(--v2-muted); font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; }
.v2-footer div { display: flex; gap: 20px; }

.offer-main { max-width: 1200px; margin: 0 auto; padding: 90px 24px 110px; }
.offer-hero { display: grid; grid-template-columns: 190px minmax(0, 780px); gap: 42px; padding-bottom: 68px; border-bottom: 1px solid var(--v2-line); }
.offer-hero h1 { max-width: 780px; margin: 0 0 28px; font-size: clamp(54px, 7vw, 92px); line-height: .94; letter-spacing: -.05em; }
.offer-intro { max-width: 720px; margin: 0; color: var(--v2-muted); font-size: 16px; line-height: 1.75; }
.offer-content { max-width: 780px; margin: 0 0 0 232px; padding-top: 38px; }
.offer-section { padding: 34px 0; border-bottom: 1px solid var(--v2-line); }
.offer-section h2 { margin: 0 0 18px; font: 400 31px/1.1 "Playfair Display", serif; letter-spacing: -.025em; }
.offer-section p, .offer-section li { color: var(--v2-muted); font-size: 15px; line-height: 1.75; }
.offer-section p { margin: 0 0 14px; }
.offer-section ul { margin: 0; padding-left: 20px; }
.offer-section strong { color: var(--v2-ink); font-weight: 600; }
.offer-updated { margin-top: 34px; color: var(--v2-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
    .v2-header { grid-template-columns: 1fr auto; }
    .v2-nav { display: none; }
    .menu-toggle { display: inline-flex; }
    .v2-header.menu-open .v2-nav { display: flex; grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; gap: 14px 22px; padding: 8px 0 4px; }
    .phone-link { display: none; }
    .v2-hero { grid-template-columns: 1fr; padding-top: 38px; }
    .v2-portrait { width: min(100%, 500px); height: min(128vw, 640px); justify-self: center; grid-row: 2; }
    .v2-section-heading, .about-layout { grid-template-columns: 1fr; }
    .therapy-layout { grid-template-columns: 1fr; gap: 22px; }
    .therapy-layout > .v2-kicker { padding-top: 0; }
    .method-layout { grid-template-columns: 1fr; gap: 22px; }
    .method-layout > .v2-kicker { padding-top: 0; }
    .service-grid, .method-grid { margin-left: 0; }
    .offer-hero { grid-template-columns: 1fr; gap: 16px; }
    .offer-content { margin-left: 0; }
}

@media (max-width: 620px) {
    .v2-header, .v2-hero, .v2-section, .v2-footer { padding-left: 18px; padding-right: 18px; }
    .v2-header { min-height: 62px; padding-top: 14px; padding-bottom: 14px; }
    .v2-brand { font-size: 15px; }
    .v2-header-actions { gap: 12px; }
    .v2-hero { min-height: auto; gap: 30px; padding-bottom: 52px; }
    .v2-hero h1 { font-size: 51px; }
    .v2-lead { font-size: 27px; }
    .v2-hero-text { font-size: 17px; }
    .v2-portrait { height: 128vw; max-height: 620px; border-radius: 8px; }
    .v2-section { padding-top: 66px; padding-bottom: 66px; }
    .v2-section-heading { gap: 0; margin-bottom: 32px; }
    .v2-section-heading h2, .about-layout h2, .articles-head h2, .contact-section h2 { font-size: 38px; }
    .service-grid, .method-grid { grid-template-columns: 1fr; }
    .expand-card { min-height: 390px; padding: 36px 28px; }
    .expand-card h3 { min-height: auto; font-size: 38px; }
    .method-card { min-height: 260px; padding: 36px 28px; }
    .about-section { padding-top: 64px; padding-bottom: 52px; }
    .about-main h2 { margin-bottom: 36px; font-size: 46px; }
    .articles-section { padding-top: 56px; }
    .articles-quote { grid-template-columns: 1fr; gap: 18px; min-height: auto; margin-bottom: 48px; }
    .articles-quote blockquote { padding-left: 34px; font-size: 38px; }
    .articles-quote blockquote span { left: 0; top: -9px; font-size: 52px; }
    .slider-controls { display: none; }
    .article-slider { grid-auto-columns: 78%; margin-right: -18px; }
    .contact-section { min-height: 560px; padding-top: 80px; }
    .contact-section .v2-kicker { margin-bottom: 34px; }
    .contact-section h2 { font-size: 52px; }
    .contact-socials { flex-wrap: wrap; margin-top: 64px; }
    .v2-footer { flex-direction: column; }
    .offer-main { padding: 60px 18px 80px; }
    .offer-hero h1 { font-size: 50px; }
    .offer-section h2 { font-size: 28px; }
    .offer-section p, .offer-section li { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
}
