:root{
  --ivory:#f7f2ec;
  --paper:#fbf8f4;
  --rose:#bb8587;
  --rose-dark:#8e5f61;
  --sage:#7f8d80;
  --sand:#dfd2c4;
  --sand2:#eee5dc;
  --espresso:#2b2422;
  --ink:#312927;
  --muted:#706863;
  --line:#d8cec5;
  --white:#fff;
  --max:1500px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;background:#e9e2db;color:var(--ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.proposal{min-height:36px;padding:9px 16px;background:var(--espresso);color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-size:11px;line-height:1.25;font-weight:800;letter-spacing:.15em}
.site-header{max-width:var(--max);height:102px;margin:0 auto;background:rgba(251,248,244,.97);display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 42px;border-bottom:1px solid var(--line);position:relative;z-index:50}
.brand{display:flex;flex-direction:column;line-height:1}
.brand-kicker{font-size:10px;letter-spacing:.22em;color:var(--rose-dark);font-weight:800;margin-bottom:7px}
.brand strong{font-family:Georgia,'Times New Roman',serif;font-size:27px;font-weight:500;letter-spacing:.06em}
.brand small{font-size:9px;letter-spacing:.18em;color:var(--muted);margin-top:7px}
.site-header nav{display:flex;justify-content:center;gap:34px;font-size:13px;font-weight:700}
.site-header nav a{padding:12px 0;position:relative}
.site-header nav a:after{content:"";position:absolute;left:0;right:100%;bottom:5px;height:1px;background:var(--rose-dark);transition:.22s ease}
.site-header nav a:hover:after{right:0}
.header-book{text-align:right;border-left:1px solid var(--line);padding-left:28px}
.header-book small{display:block;font-size:10px;letter-spacing:.15em;color:var(--rose-dark);font-weight:800;margin-bottom:5px}
.header-book strong{font-size:15px}
.menu-btn{display:none}
.hero{max-width:var(--max);min-height:760px;margin:0 auto;background:var(--ivory);display:grid;grid-template-columns:56% 44%;position:relative;overflow:hidden}
.hero-copy{padding:94px 68px 62px;display:flex;flex-direction:column;min-width:0;position:relative;z-index:3}
.eyebrow,.section-label{font-size:13px;line-height:1.25;font-weight:900;letter-spacing:.18em;color:var(--rose-dark);margin:0 0 28px}
.hero h1{font-family:Georgia,'Times New Roman',serif;font-size:clamp(62px,6.2vw,108px);line-height:.88;letter-spacing:-.045em;font-weight:400;margin:0 0 34px;max-width:900px}
.hero h1 span,.hero h1 em{display:block}
.hero h1 em{font-weight:400;color:var(--rose-dark)}
.hero-lead{font-size:18px;line-height:1.72;color:var(--muted);max-width:690px;margin:0}
.hero-actions{display:flex;gap:12px;align-items:center;margin-top:38px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:15px 20px;font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;border:1px solid transparent}
.btn-dark{background:var(--espresso);color:#fff}
.btn-dark:hover{background:#453a36}
.btn-ghost{border-color:var(--espresso);background:transparent}
.btn-ghost:hover{background:var(--espresso);color:#fff}
.hero-meta{margin-top:auto;padding-top:25px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:28px}
.hero-meta small{display:block;font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--rose-dark);margin-bottom:7px}
.hero-meta strong{font-size:14px;line-height:1.45}
.hero-art{position:relative;background:#d9cbc0;min-height:760px;overflow:hidden}
.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(43,36,34,.12));pointer-events:none}
.hero-art img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}
.art-note{position:absolute;z-index:4;background:rgba(251,248,244,.92);border:1px solid rgba(49,41,39,.12);padding:12px 15px;display:flex;align-items:center;gap:12px;backdrop-filter:blur(8px)}
.art-note span{font:800 10px monospace;color:var(--rose-dark)}
.art-note strong{font-size:11px;letter-spacing:.1em}
.note-one{left:8%;top:10%}
.note-two{right:7%;bottom:16%}
.art-caption{position:absolute;left:8%;bottom:7%;z-index:4;font:800 10px monospace;letter-spacing:.14em;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.18)}
.hero-sideword{display:none;position:absolute;right:12px;top:50%;transform:translateY(-50%) rotate(90deg);z-index:5;font-size:11px;font-weight:900;letter-spacing:.42em;color:rgba(43,36,34,.45)}
@media(min-width:1550px){.hero-sideword{display:block}}
.service-ribbon{max-width:var(--max);min-height:76px;margin:0 auto;background:var(--rose-dark);color:#fff;display:flex;align-items:center;justify-content:space-around;gap:22px;padding:0 34px;font-size:12px;font-weight:900;letter-spacing:.13em;white-space:nowrap}
.service-ribbon i{width:5px;height:5px;background:rgba(255,255,255,.55);border-radius:50%;flex:none}
.treatments{max-width:var(--max);margin:0 auto;background:var(--paper);padding:118px 62px}
.section-intro{display:grid;grid-template-columns:.84fr 1.16fr;gap:74px;align-items:end;margin-bottom:74px}
.section-intro .section-label{grid-column:1/-1;margin-bottom:-28px}
.section-intro h2,.experience-copy h2,.method-title h2,.journey-head h2,.booking-copy h2{font-family:Georgia,'Times New Roman',serif;font-size:clamp(50px,5.4vw,88px);line-height:.94;letter-spacing:-.045em;font-weight:400;margin:0}
.section-intro h2 em,.experience-copy h2 em,.booking-copy h2 em{color:var(--rose-dark);font-weight:400}
.section-intro>p:last-child{font-size:17px;line-height:1.75;color:var(--muted);max-width:590px;margin:0}
.treatment-list{border-top:1px solid var(--espresso)}
.treatment-list article{display:grid;grid-template-columns:70px 1.15fr 1.3fr 100px;gap:25px;align-items:center;min-height:132px;border-bottom:1px solid var(--line)}
.treatment-index{font:900 13px monospace;color:var(--rose-dark)}
.treatment-name small{display:block;font-size:10px;font-weight:900;letter-spacing:.14em;color:var(--sage);margin-bottom:7px}
.treatment-name h3{font-family:Georgia,'Times New Roman',serif;font-size:27px;font-weight:400;margin:0}
.treatment-list article>p{font-size:14px;line-height:1.6;color:var(--muted);margin:0;max-width:430px}
.price{font-family:Georgia,'Times New Roman',serif;font-size:26px;font-weight:400;text-align:right}
.treatment-more{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:28px;font-size:12px;line-height:1.6;color:var(--muted)}
.treatment-more a{font-weight:900;color:var(--espresso);border-bottom:1px solid var(--espresso);white-space:nowrap}
.experience{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;background:var(--espresso);color:#fff}
.experience-copy{padding:104px 64px 86px}
.experience-copy .section-label{color:#d6a8a9}
.experience-copy>p:not(.section-label){font-size:17px;line-height:1.8;color:#d7cfca;max-width:630px;margin:36px 0 48px}
.experience-facts{border-top:1px solid #635752}
.experience-facts div{display:grid;grid-template-columns:135px 1fr;gap:20px;padding:17px 0;border-bottom:1px solid #635752;align-items:center}
.experience-facts strong{font-family:Georgia,'Times New Roman',serif;font-size:22px;font-weight:400;color:#e7b7b8}
.experience-facts span{font-size:13px;line-height:1.5;color:#d7cfca}
.experience-art{position:relative;min-height:700px;background:#c8b9ab;overflow:hidden}
.experience-art img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.art-quote{position:absolute;z-index:3;left:8%;right:8%;bottom:7%;background:rgba(247,242,236,.92);color:var(--espresso);padding:22px 24px;font-family:Georgia,'Times New Roman',serif;font-size:24px;line-height:1.35}
.method{max-width:var(--max);margin:0 auto;background:#e8dfd6;padding:110px 62px}
.method-title{display:flex;align-items:end;justify-content:space-between;gap:60px;margin-bottom:64px}
.method-title .section-label{min-width:240px}
.method-title h2{max-width:850px;text-align:right}
.method-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--espresso);border-left:1px solid var(--line)}
.method-grid article{min-height:260px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(251,248,244,.45)}
.method-grid span,.journey-steps span{font:900 13px monospace;color:var(--rose-dark)}
.method-grid h3{font-family:Georgia,'Times New Roman',serif;font-size:25px;font-weight:400;margin:56px 0 12px}
.method-grid p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}
.journey{max-width:var(--max);margin:0 auto;background:var(--paper);padding:110px 62px}
.journey-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:62px}
.journey-head h2{text-align:right}
.journey-steps{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--espresso)}
.journey-steps article{padding:28px 28px 10px 0;border-right:1px solid var(--line);min-height:205px}
.journey-steps article:not(:first-child){padding-left:28px}
.journey-steps article:last-child{border-right:0}
.journey-steps h3{font-family:Georgia,'Times New Roman',serif;font-size:28px;font-weight:400;margin:38px 0 10px}
.journey-steps p{font-size:14px;line-height:1.65;color:var(--muted);margin:0}
.booking{max-width:var(--max);margin:0 auto;background:#c28d8f;color:#fff;display:grid;grid-template-columns:.9fr 1.1fr}
.booking-copy{padding:102px 62px}
.booking-copy .section-label{color:#fff}
.booking-copy>p:not(.section-label){font-size:17px;line-height:1.72;max-width:560px;margin:30px 0 34px;color:#fff7f2}
.booking-copy .btn-dark{background:#fff;color:var(--espresso)}
.booking-copy .btn-dark:hover{background:#f0e6df}
.booking-details{display:grid;grid-template-columns:1fr 1fr;background:var(--paper);color:var(--ink)}
.booking-details div{min-height:220px;padding:30px;border-left:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}
.booking-details small{font-size:11px;line-height:1.3;font-weight:900;letter-spacing:.13em;color:var(--rose-dark)}
.booking-details strong{font-family:Georgia,'Times New Roman',serif;font-size:22px;line-height:1.4;font-weight:400;overflow-wrap:anywhere}
.booking-details span{font-size:12px;color:var(--muted)}
footer{max-width:var(--max);margin:0 auto;background:var(--espresso);color:#fff;padding:34px 62px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-brand{display:flex;flex-direction:column}
.footer-brand strong{font-family:Georgia,'Times New Roman',serif;font-size:18px;font-weight:400;letter-spacing:.06em}
.footer-brand span{font-size:9px;letter-spacing:.17em;color:#bdb2ab;margin-top:6px}
footer p,footer a{font-size:10px;line-height:1.4;font-weight:700;letter-spacing:.1em;color:#c9beb7;text-transform:uppercase}
a:focus-visible,button:focus-visible{outline:3px solid var(--rose-dark);outline-offset:4px}

@media(max-width:1050px){
  .site-header nav,.header-book{display:none}
  .site-header{grid-template-columns:1fr auto}
  .menu-btn{display:grid;width:46px;height:46px;background:var(--espresso);border:0;place-content:center;gap:7px}
  .menu-btn span{width:22px;height:2px;background:#fff;display:block}
  .site-header nav.mobile-open{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--paper);padding:24px 30px;flex-direction:column;gap:18px;border-top:1px solid var(--line);box-shadow:0 18px 35px rgba(49,41,39,.08)}
  .hero{grid-template-columns:1fr}
  .hero-copy{min-height:680px}
  .hero-art{min-height:620px}
  .hero-sideword{display:none}
  .section-intro{grid-template-columns:1fr;gap:28px}
  .section-intro .section-label{grid-column:auto;margin-bottom:0}
  .experience{grid-template-columns:1fr}
  .method-title{display:block}
  .method-title h2{text-align:left;margin-top:18px}
  .method-grid{grid-template-columns:1fr 1fr}
  .booking{grid-template-columns:1fr}
}


@media(max-width:850px) and (min-width:681px){
  .service-ribbon{display:grid;grid-template-columns:repeat(3,1fr);padding:0;gap:0;white-space:normal}
  .service-ribbon span{min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}
  .service-ribbon span:nth-of-type(3){border-right:0}
  .service-ribbon span:nth-of-type(4),.service-ribbon span:nth-of-type(5){border-bottom:0}
  .service-ribbon span:nth-of-type(5){grid-column:3/4}
  .service-ribbon i{display:none}
}

@media(max-width:680px){
  .proposal{font-size:9px;letter-spacing:.11em;min-height:38px}
  .site-header{height:84px;padding:0 20px}
  .brand-kicker{font-size:9px;margin-bottom:5px}
  .brand strong{font-size:22px}
  .brand small{font-size:8px;letter-spacing:.13em;margin-top:5px}
  .hero-copy{padding:58px 24px 42px;min-height:auto}
  .eyebrow,.section-label{font-size:11px;letter-spacing:.14em;margin-bottom:22px}
  .hero h1{font-size:49px;line-height:.94;letter-spacing:-.035em;margin-bottom:28px}
  .hero-lead{font-size:16px;line-height:1.65}
  .hero-actions{flex-direction:column;align-items:stretch;margin-top:30px}
  .btn{width:100%;font-size:11px}
  .hero-meta{grid-template-columns:1fr;gap:16px;margin-top:46px}
  .hero-meta div{padding-bottom:14px;border-bottom:1px solid var(--line)}
  .hero-meta div:last-child{border-bottom:0}
  .hero-art{min-height:480px}
  .art-note{padding:10px 11px}
  .art-note strong{font-size:10px}
  .note-one{left:5%;top:6%}
  .note-two{right:5%;bottom:13%}
  .art-caption{left:5%;bottom:5%;font-size:9px}
  .service-ribbon{min-height:auto;display:grid;grid-template-columns:1fr 1fr;padding:0;gap:0;white-space:normal}
  .service-ribbon span{min-height:58px;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;font-size:10px;border-right:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}
  .service-ribbon span:last-child{grid-column:1/-1;border-bottom:0}
  .service-ribbon i{display:none}
  .treatments{padding:76px 24px}
  .section-intro{margin-bottom:50px}
  .section-intro h2,.experience-copy h2,.method-title h2,.journey-head h2,.booking-copy h2{font-size:44px;line-height:.98}
  .section-intro>p:last-child{font-size:16px}
  .treatment-list article{grid-template-columns:42px 1fr 72px;gap:12px;min-height:150px;padding:18px 0}
  .treatment-name{grid-column:2/3}
  .treatment-list article>p{grid-column:2/4;font-size:14px}
  .price{grid-column:3/4;grid-row:1/2;font-size:22px}
  .treatment-name h3{font-size:24px}
  .treatment-more{display:block;font-size:12px}
  .treatment-more a{display:inline-block;margin-top:18px}
  .experience-copy{padding:76px 24px 64px}
  .experience-copy>p:not(.section-label){font-size:16px}
  .experience-facts div{grid-template-columns:110px 1fr;gap:14px}
  .experience-facts strong{font-size:19px}
  .experience-facts span{font-size:12px}
  .experience-art{min-height:480px}
  .art-quote{font-size:20px;padding:18px}
  .method{padding:76px 24px}
  .method-grid{grid-template-columns:1fr}
  .method-grid article{min-height:210px;padding:24px}
  .method-grid h3{margin-top:38px}
  .journey{padding:76px 24px}
  .journey-head{display:block;margin-bottom:48px}
  .journey-head h2{text-align:left}
  .journey-steps{grid-template-columns:1fr}
  .journey-steps article,.journey-steps article:not(:first-child){padding:24px 0;border-right:0;border-bottom:1px solid var(--line);min-height:auto}
  .journey-steps article:last-child{border-bottom:0}
  .journey-steps h3{margin:18px 0 8px}
  .booking-copy{padding:76px 24px 62px}
  .booking-details{grid-template-columns:1fr}
  .booking-details div{min-height:170px;padding:24px;border-left:0}
  .booking-details small{font-size:11px}
  .booking-details strong{font-size:20px}
  footer{padding:30px 24px;display:grid;gap:18px}
}

@media(max-width:350px){
  .hero h1{font-size:44px}
  .section-intro h2,.experience-copy h2,.method-title h2,.journey-head h2,.booking-copy h2{font-size:40px}
  .brand strong{font-size:20px}
}
