
:root{
  --ink:#171615;
  --paper:#f6f2ec;
  --white:#fff;
  --sand:#d8c1ad;
  --rose:#c99584;
  --taupe:#8d7464;
  --soft:#e9dfd5;
  --muted:#6d6660;
  --line:#d8cec4;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:17px;
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:auto}
button,input,textarea,select{font:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin:auto}
.kicker{
  margin:0 0 12px;
  font-size:.77rem;
  font-weight:800;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--taupe)
}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin-top:0}
h1{font-size:clamp(3.3rem,7vw,7.3rem);letter-spacing:-.045em}
h2{font-size:clamp(2.5rem,5vw,5.2rem);letter-spacing:-.035em}
h3{font-size:1.65rem}
p{margin-top:0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:50px;padding:0 25px;border-radius:999px;
  border:1px solid var(--ink);font-size:.85rem;font-weight:800;
  letter-spacing:.04em;text-transform:uppercase;transition:.2s ease;cursor:pointer
}
.btn:hover{transform:translateY(-2px)}
.btn-dark{background:var(--ink);color:white}
.btn-light{background:white;color:var(--ink);border-color:white}
.text-link{font-weight:800;text-decoration:underline;text-underline-offset:5px}

.site-header{
  position:fixed;z-index:50;top:0;left:0;right:0;
  color:white;transition:.25s ease
}
.site-header.scrolled{
  background:rgba(23,22,21,.96);
  box-shadow:0 8px 30px rgba(0,0,0,.13)
}
.nav{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{
  font-family:Georgia,"Times New Roman",serif;font-weight:700;
  font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.03em
}
.nav-links{display:flex;align-items:center;gap:32px;font-size:.92rem;font-weight:700}
.nav-links a:not(.btn){border-bottom:1px solid transparent}
.nav-links a:hover,.nav-links a.active{border-color:currentColor}
.menu-toggle{display:none;background:transparent;border:1px solid rgba(255,255,255,.5);color:white;border-radius:50%;width:46px;height:46px;font-size:1.25rem}

.hero{
  min-height:100svh;position:relative;display:flex;align-items:flex-end;color:white;
  background:
    linear-gradient(90deg,rgba(20,15,12,.66),rgba(20,15,12,.12) 65%),
    url("images/hero-stones.jpg") center/cover no-repeat
}
.hero-content{padding:180px 0 80px;position:relative;z-index:2}
.hero h1{max-width:900px;margin-bottom:24px}
.hero p{max-width:650px;font-size:1.15rem;font-weight:600}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}

.section{padding:105px 0}
.section-dark{background:var(--ink);color:white}
.section-white{background:white}
.split{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,8vw,120px);align-items:center}
.split.align-start{align-items:start}
.lead{font-size:1.18rem}
.readable{max-width:680px}
.readable p{margin-bottom:1.3rem}
.photo{
  min-height:520px;object-fit:cover;border-radius:26px;
  box-shadow:0 25px 70px rgba(54,42,34,.15)
}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:50px}
.stat{padding:26px;border:1px solid rgba(255,255,255,.17);border-radius:18px}
.stat strong{display:block;font-family:Georgia,serif;font-size:1.45rem;margin-bottom:6px}
.stat span{color:#d8d2cc;font-size:.93rem}

.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:46px}
.section-heading h2{max-width:780px;margin-bottom:0}
.section-heading p{max-width:470px;margin-bottom:8px;color:var(--muted)}

.specialty-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.preview-card{
  background:white;border:1px solid var(--line);border-radius:22px;padding:30px;
  display:flex;flex-direction:column;min-height:315px
}
.preview-card .index{font-size:.75rem;letter-spacing:.15em;font-weight:800;color:var(--rose)}
.preview-card h3{margin:28px 0 15px}
.preview-card p{color:var(--muted)}
.preview-card a{margin-top:auto}

.image-band{
  min-height:620px;display:flex;align-items:flex-end;color:white;
  background:
    linear-gradient(90deg,rgba(19,16,14,.64),rgba(19,16,14,.1)),
    url("images/therapy-couple.jpg") center/cover no-repeat
}
.image-band .container{padding-bottom:70px}
.image-band h2{max-width:760px;margin-bottom:18px}
.image-band p{max-width:620px;font-size:1.1rem}

.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(50px,8vw,120px)}
.contact-info{padding-top:4px}
.contact-info .details{margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}
.form{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.field{display:flex;flex-direction:column;gap:8px}
.field.full{grid-column:1/-1}
label{font-size:.9rem;font-weight:800}
input,textarea,select{
  width:100%;background:white;border:1px solid #a79d94;
  padding:14px;border-radius:8px;color:var(--ink);outline:none
}
input:focus,textarea:focus,select:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(23,22,21,.08)}
textarea{min-height:145px;resize:vertical}
.form-note{grid-column:1/-1;font-size:.84rem;color:var(--muted)}

.page-hero{
  min-height:68svh;display:flex;align-items:flex-end;color:white;
  background:
    linear-gradient(90deg,rgba(20,16,13,.6),rgba(20,16,13,.12)),
    url("images/hero-stones.jpg") center 43%/cover no-repeat
}
.page-hero .container{padding-bottom:70px}
.page-hero p{max-width:640px;font-size:1.12rem}

.specialty-row{
  display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,95px);
  align-items:center;padding:70px 0;border-top:1px solid var(--line)
}
.specialty-row:nth-child(even) .specialty-image{order:2}
.specialty-image{height:430px;object-fit:cover;border-radius:24px}
.specialty-copy h2{font-size:clamp(2.25rem,4vw,4.3rem)}
.meta{display:flex;gap:15px;flex-wrap:wrap;margin:25px 0}
.meta span{background:var(--soft);padding:8px 13px;border-radius:999px;font-weight:800;font-size:.88rem}
.small-stones{
  width:140px;height:100px;object-fit:contain;margin-bottom:20px
}

.mail-panel{
  background:white;border-radius:26px;padding:clamp(30px,5vw,62px);
  box-shadow:0 24px 60px rgba(52,43,36,.11)
}
.mail-panel h2{font-size:clamp(2.5rem,5vw,4.8rem)}
.mail-box{
  display:flex;align-items:center;justify-content:space-between;gap:25px;
  margin-top:32px;padding:22px;border:1px solid var(--line);border-radius:15px
}
.mail-box strong{font-size:1.05rem}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:45px}
.step{background:var(--soft);border-radius:18px;padding:25px}
.step span{display:block;color:var(--taupe);font-weight:800;font-size:.8rem;letter-spacing:.13em}
.step h3{font-family:Arial,sans-serif;font-size:1.05rem;margin:10px 0 8px}
.step p{font-size:.92rem;margin:0;color:var(--muted)}

.legal{max-width:850px;margin:auto}
.legal h1{font-size:clamp(3rem,6vw,6rem)}
.legal h2{font-size:1.8rem;margin-top:38px}
.notice{padding:16px 18px;border-left:4px solid var(--rose);background:#eadfd7}

.faq details{border-top:1px solid var(--line);padding:22px 0}
.faq details:last-child{border-bottom:1px solid var(--line)}
.faq summary{cursor:pointer;font-weight:800}

.footer{background:var(--ink);color:white;padding:75px 0 28px}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:55px}
.footer h3{font-family:Arial,sans-serif;font-size:.82rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:20px}
.footer p,.footer a{color:#d0cbc7}
.footer a:hover{color:white}
.newsletter{display:flex;gap:10px}
.newsletter input{background:transparent;color:white;border-color:#706a65}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;border-top:1px solid #3c3936;color:#8f8984;font-size:.82rem}

@media(max-width:900px){
  .nav-links{
    position:fixed;inset:0;background:var(--ink);display:flex;flex-direction:column;
    justify-content:center;font-size:1.25rem;transform:translateX(100%);transition:.25s
  }
  .nav-links.open{transform:translateX(0)}
  .menu-toggle{display:block;position:relative;z-index:2}
  .split,.contact-grid,.specialty-row{grid-template-columns:1fr}
  .specialty-row:nth-child(even) .specialty-image{order:0}
  .specialty-preview,.stats,.steps{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
  body{font-size:16px}
  .container{width:min(calc(100% - 26px),var(--max))}
  .section{padding:72px 0}
  .nav{min-height:76px}
  .hero-content{padding:145px 0 54px}
  .hero h1{font-size:3.4rem}
  .section-heading{display:block}
  .section-heading p{margin-top:20px}
  .specialty-preview,.stats,.steps,.footer-grid,.form{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .photo,.specialty-image{min-height:0;height:330px}
  .mail-box,.footer-bottom{display:block}
  .mail-box .btn{margin-top:18px;width:100%}
  .newsletter{flex-direction:column}
}


/* Mobile layout corrections */
@media(max-width:640px){
  .site-header .nav{min-height:72px}
  .brand{font-size:1.18rem;line-height:1.05;max-width:220px}
  .page-hero{min-height:620px;align-items:flex-end;background-position:center}
  .page-hero .container{padding-top:140px;padding-bottom:52px}
  .page-hero .kicker{margin-bottom:14px;position:relative;z-index:2}
  .page-hero h1{font-size:3.25rem;line-height:.98;margin-bottom:22px}
  .page-hero p{font-size:1rem;line-height:1.55}
  .mail-panel{padding:26px 18px;border-radius:20px}
  .small-stones{width:105px;height:75px;margin:0 auto 22px}
  .footer{padding-top:58px}
  .footer-grid{grid-template-columns:1fr;gap:34px}
  .footer-bottom{display:block}
  .footer-bottom span{display:block;margin-top:8px}
  .newsletter{display:grid;grid-template-columns:1fr}
  .newsletter .btn{width:100%}
}
