:root{
  --bg:#FAF8F5;
  --panel:#F2ECE6;
  --panel-dark:#E7DDD2;
  --card:#FBF8F4;
  --connect:#D8C8B6;
  --ink:#16110E;
  --muted:#5f574f;
  --line:#E2D7CC;
  --gold:#B78A45;
  --radius:28px;
}

*{box-sizing:border-box}

html{scroll-behavior:smooth}

body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'Inter', Arial, sans-serif;
  font-weight:300;
  overflow-x:hidden;
}

a{color:inherit}

.wrap{
  width:min(94vw,1380px);
  margin-left:auto;
  margin-right:auto;
}

.site-header{
  min-height:84px;
  padding:0 clamp(22px,3vw,48px);
  display:flex;
  align-items:center;
  justify-content:space-between;
  background:rgba(250,248,245,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(0,0,0,.05);
  position:sticky;
  top:0;
  z-index:20;
}

.brand{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(25px,1.75vw,34px);
  font-weight:500;
  letter-spacing:.01em;
  text-decoration:none;
  white-space:nowrap;
}

.brand span{
  opacity:.55;
  padding:0 .25em;
}

nav{
  display:flex;
  gap:clamp(18px,2.2vw,40px);
  align-items:center;
}

nav a{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(19px,1.2vw,25px);
  text-decoration:none;
}

nav a:hover{
  text-decoration:underline;
  text-underline-offset:6px;
}

.lang-switch{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(19px,1.2vw,25px);
}

/* HERO */

.hero{
  margin-top:28px;
  background:var(--panel);
  border-radius:var(--radius);
  padding:clamp(34px,4.2vw,64px);
  display:grid;
  grid-template-columns:30% 1fr 270px;
  gap:clamp(30px,4vw,64px);
  align-items:center;
}

.hero-photo{
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  height:430px;
}

.hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
  display:block;
}

.eyebrow,
.section-header span,
.therapy-main span,
.about-text span{
  display:block;
  margin-bottom:18px;
  font-size:12px;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#8b8175;
}

.hero-text h1{
  margin:0;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(39px,3.6vw,68px);
  line-height:.96;
  font-weight:500;
  letter-spacing:-.03em;
}

.hero-text h1 span{
  display:block;
  margin-top:.28em;
}

.line{
  width:86px;
  height:1px;
  background:var(--gold);
  margin:36px 0 28px;
}

.hero-text p{
  margin:0;
  max-width:660px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(26px,2.2vw,38px);
  line-height:1.18;
}

.hero-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:34px;
}

.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:999px;
  padding:14px 26px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:24px;
  text-decoration:none;
}

.button.primary{
  background:var(--ink);
  color:#fff;
}

.button.secondary{
  border:1px solid var(--ink);
  color:var(--ink);
}

.connect-box{
  background:var(--connect);
  border-radius:24px;
  padding:34px 32px;
}

.connect-box h2{
  margin:0 0 28px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:38px;
  line-height:1;
  font-weight:500;
}

.connect-box a{
  display:block;
  text-decoration:none;
  margin:0 0 22px;
  line-height:1.25;
}

.connect-box a:last-child{
  margin-bottom:0;
}

.connect-box small{
  display:block;
  font-size:15px;
  color:var(--ink);
  margin-bottom:4px;
}

.connect-box span{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:24px;
  text-decoration:underline;
  text-underline-offset:5px;
}

/* MODEL */

.model{
  padding:120px 0 80px;
}

.section-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 70px;
}

.section-header h2{
  margin:0;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(52px,5.8vw,92px);
  line-height:.94;
  font-weight:500;
  letter-spacing:-.03em;
}

.model-intro{
  max-width:850px;
  margin:0 auto 70px;
  text-align:center;
}

.model-intro p{
  margin:0 0 24px;
  font-size:clamp(19px,1.25vw,23px);
  line-height:1.75;
  color:var(--muted);
}

.model-intro .large-question{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(40px,4vw,66px);
  line-height:1;
  color:var(--ink);
  margin:42px 0;
}

.model-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.model-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:26px;
  padding:40px 36px;
  min-height:360px;
}

.model-card span{
  display:block;
  margin-bottom:60px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:26px;
  color:var(--gold);
}

.model-card h3{
  margin:0 0 22px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(36px,3vw,52px);
  line-height:.98;
  font-weight:500;
}

.model-card p{
  font-size:clamp(17px,1.05vw,20px);
  line-height:1.7;
  color:var(--muted);
}

.reward{
  margin:70px auto 0;
  max-width:850px;
  text-align:center;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(36px,3.6vw,62px);
  line-height:1;
}

/* THERAPY */

.therapy{
  background:var(--panel);
  border-radius:var(--radius);
  padding:clamp(46px,5vw,72px);
  display:grid;
  grid-template-columns:1.25fr .9fr;
  gap:clamp(36px,6vw,84px);
  align-items:start;
}

.therapy-main h2,
.about-text h2{
  margin:0 0 34px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(52px,5.4vw,90px);
  line-height:.95;
  font-weight:500;
  letter-spacing:-.03em;
}

.therapy-main p,
.about-text p{
  margin:0 0 24px;
  font-size:clamp(18px,1.15vw,22px);
  line-height:1.75;
  color:var(--muted);
}

.therapy-main .quote-line{
  margin-top:42px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(34px,3.2vw,58px);
  line-height:1;
  color:var(--ink);
}

.therapy-list{
  background:var(--card);
  border:2px solid var(--ink);
  border-radius:26px;
  padding:34px 32px;
}

.therapy-list h3{
  margin:0 0 28px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(42px,3.5vw,58px);
  line-height:.94;
  font-weight:500;
}

.therapy-list ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:23px;
}

.therapy-list li{
  font-size:clamp(16px,1.04vw,19px);
  line-height:1.65;
}

.therapy-list li::before{
  content:"— ";
  color:var(--gold);
}

.text-link{
  display:inline-block;
  margin-top:34px;
  font-weight:600;
  text-decoration:underline;
  text-underline-offset:6px;
}

/* TESTIMONIALS */

.testimonials{
  padding:120px 0;
}

.testimonials-header{
  text-align:center;
  margin-bottom:70px;
}

.testimonials-header span{
  font-size:13px;
  letter-spacing:4px;
  color:#8b8175;
}

.testimonials-header h2{
  font-family:'Cormorant Garamond', serif;
  font-size:84px;
  line-height:0.95;
  font-weight:500;
  margin:20px 0;
  color:#1a1a1a;
}

.testimonials-header p{
  font-size:22px;
  color:#5f584f;
  max-width:700px;
  margin:auto;
  line-height:1.7;
}

.testimonial-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

.testimonial-card{
  background:#f7f2ec;
  border:1px solid #e6ddd2;
  border-radius:28px;
  padding:45px;
  min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.testimonial-card p{
  font-family:'Cormorant Garamond', serif;
  font-size:34px;
  line-height:1.35;
  color:#2a2622;
}

/* ARTICLES */

.articles{
  padding:0 0 90px;
}

.article-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
}

.article-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:26px;
  padding:38px 34px;
  min-height:330px;
}

.article-card h3{
  margin:0 0 26px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(36px,2.7vw,50px);
  line-height:1;
  font-weight:500;
}

.article-card p{
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
}

.article-card a{
  display:inline-block;
  margin-top:22px;
  font-weight:600;
  color:var(--ink);
  text-decoration:underline;
  text-underline-offset:6px;
}

/* ABOUT */

.about{
  background:var(--panel);
  border-radius:var(--radius);
  padding:clamp(46px,5vw,72px);
  margin-bottom:34px;
}

.about-text{
  max-width:920px;
  margin:auto;
}

/* CTA */

.cta{
  background:var(--panel-dark);
  border-radius:var(--radius);
  margin-top:34px;
  padding:clamp(46px,5vw,72px);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(36px,6vw,82px);
  align-items:start;
}

.cta-text h2{
  margin:0 0 36px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(52px,6vw,88px);
  line-height:.95;
  font-weight:500;
  letter-spacing:-.02em;
}

.cta-text p{
  margin:0 0 24px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:clamp(28px,3vw,44px);
}

.cta-text a{
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:26px;
  text-decoration:underline;
  text-underline-offset:7px;
}

.contact-form label{
  display:block;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:26px;
  margin:0 0 9px;
}

.contact-form label:not(:first-child){
  margin-top:22px;
}

.two-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

input,
textarea{
  width:100%;
  border:2px solid var(--ink);
  border-radius:999px;
  background:transparent;
  padding:18px 24px;
  font-family:'Inter', Arial, sans-serif;
  font-size:17px;
  outline:none;
}

textarea{
  border-radius:24px;
  min-height:150px;
  resize:vertical;
}

button{
  margin-top:26px;
  border:0;
  border-radius:999px;
  background:#000;
  color:#fff;
  padding:17px 48px;
  font-family:'Cormorant Garamond', Georgia, serif;
  font-size:25px;
  cursor:pointer;
}

.footer{
  padding:34px 0;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:15px;
}

/* RESPONSIVE */

@media(max-width:1100px){
  .hero{
    grid-template-columns:1fr;
    gap:30px;
  }

  .hero-photo{
    width:min(100%,440px);
    height:440px;
  }

  .connect-box{
    width:min(100%,440px);
  }

  .model-grid,
  .testimonial-grid,
  .article-grid{
    grid-template-columns:1fr;
  }

  .therapy,
  .cta{
    grid-template-columns:1fr;
  }
}

@media(max-width:720px){
  .site-header{
    display:block;
    padding:22px;
  }

  .brand{
    display:block;
    margin-bottom:16px;
    white-space:normal;
  }

  nav{
    gap:20px;
    flex-wrap:wrap;
  }

  .wrap{
    width:min(92vw,1380px);
  }

  .hero{
    padding:24px;
    border-radius:22px;
  }

  .hero-photo{
    height:390px;
  }

  .hero-text h1{
    font-size:clamp(42px,13vw,62px);
  }

  .connect-box,
  .therapy-list,
  .article-card,
  .model-card{
    padding:28px;
  }

  .testimonials-header h2{
    font-size:56px;
  }

  .testimonial-card p{
    font-size:28px;
  }

  .two-fields{
    grid-template-columns:1fr;
  }

  .footer{
    display:block;
  }

  .footer p{
    margin:6px 0;
  }
}