:root {
  --ink: #20332d;
  --forest: #29473d;
  --forest-dark: #173129;
  --sage: #9bae9b;
  --sage-light: #dce4da;
  --cream: #f7f2e9;
  --paper: #fffdf8;
  --sand: #dfcbb5;
  --terracotta: #b87559;
  --line: rgba(32, 51, 45, .15);
  --shadow: 0 24px 70px rgba(32, 51, 45, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: var(--forest); color: white; padding: 10px 16px; }
.skip-link:focus { top: 12px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Cormorant Garamond", serif; font-weight: 400; line-height: 1.05; letter-spacing: -.02em; }
h1 { font-size: clamp(3.35rem, 7vw, 6.8rem); margin-bottom: 30px; }
h1 em { color: var(--terracotta); font-style: normal; }
h2 { font-size: clamp(2.6rem, 5vw, 4.7rem); margin-bottom: 28px; }
h3 { font-size: 1.3rem; line-height: 1.3; }
.eyebrow { color: var(--terracotta); font-size: .73rem; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; margin-bottom: 18px; }
.lead { font-size: 1.08rem; max-width: 620px; color: rgba(32, 51, 45, .77); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--forest); background: var(--forest); color: white; min-height: 54px; padding: 0 26px; text-decoration: none; font-size: .85rem; font-weight: 600; letter-spacing: .04em; transition: .25s ease; }
.button:hover { background: var(--terracotta); border-color: var(--terracotta); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 19px; }
.button-light { background: var(--paper); color: var(--forest); border-color: var(--paper); }
.button-light:hover { color: white; }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: .86rem; font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }

.site-header { position: fixed; z-index: 20; width: 100%; top: 0; padding: 20px 0; transition: background .25s ease, box-shadow .25s ease, padding .25s ease; }
.site-header.scrolled { padding: 12px 0; background: rgba(247,242,233,.94); box-shadow: 0 8px 30px rgba(32,51,45,.08); backdrop-filter: blur(14px); }
.nav-wrap { display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.1; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--forest); border-radius: 50%; font-family: "Cormorant Garamond", serif; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: "Cormorant Garamond", serif; font-size: 1.16rem; font-weight: 400; }
.brand small { margin-top: 4px; font-size: .6rem; text-transform: uppercase; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav > a:not(.button) { font-size: .8rem; font-weight: 500; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--terracotta); }
.menu-toggle { display: none; border: 0; background: none; padding: 10px; }
.menu-toggle span:not(.sr-only) { width: 25px; height: 1px; background: var(--ink); display: block; margin: 5px; }

.hero { min-height: 840px; background: var(--cream); position: relative; overflow: hidden; padding: 160px 0 85px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: center; gap: 80px; position: relative; z-index: 2; }
.hero-actions { display: flex; gap: 28px; align-items: center; margin: 36px 0 55px; }
.trust-row { display: flex; gap: 44px; }
.trust-row div { display: flex; flex-direction: column; border-left: 1px solid var(--line); padding-left: 16px; }
.trust-row strong { font-family: "Cormorant Garamond", serif; font-size: 1.65rem; font-weight: 400; }
.trust-row span { font-size: .67rem; color: rgba(32, 51, 45, .65); }
.hero-visual { position: relative; padding: 0 28px 35px 0; }
.photo-placeholder { display: grid; place-items: center; position: relative; overflow: hidden; color: rgba(32, 51, 45, .55); text-align: center; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.photo-placeholder:before, .photo-placeholder:after { content: ""; position: absolute; border-radius: 50%; background: rgba(255,255,255,.28); }
.photo-placeholder:before { width: 380px; height: 380px; top: 17%; left: 4%; }
.photo-placeholder:after { width: 210px; height: 210px; bottom: -5%; right: -8%; }
.photo-placeholder span { z-index: 1; }
.photo-placeholder strong { font-family: "Cormorant Garamond", serif; font-size: 1.35rem; font-weight: 400; text-transform: none; letter-spacing: 0; }
.photo-main { display: block; width: 100%; height: 590px; object-fit: cover; object-position: center; background: linear-gradient(145deg, #cdd7c8, #a8b7a5 58%, #8da08d); border-radius: 48% 48% 4px 4px; box-shadow: var(--shadow); }
.floating-note { position: absolute; right: -25px; bottom: 0; width: 190px; height: 105px; background: var(--paper); box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px; padding: 20px; }
.floating-note .note-star { color: var(--terracotta); font-size: 1.6rem; }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { font-size: .64rem; color: rgba(32,51,45,.6); }
.floating-note strong { font-family: "Cormorant Garamond", serif; font-size: 1.15rem; font-weight: 400; }
.hero-orb { position: absolute; border: 1px solid rgba(41,71,61,.11); border-radius: 50%; }
.orb-one { width: 700px; height: 700px; right: -230px; top: -180px; }
.orb-two { width: 400px; height: 400px; left: -240px; bottom: -170px; }

.intro-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; align-items: center; }
.intro-visual { position: relative; padding: 0 35px 35px 0; }
.photo-soft { display: block; width: 100%; height: 585px; object-fit: cover; background: linear-gradient(145deg, #e2d3c4, #c8b6a3); }
.decorative-line { position: absolute; width: 80%; height: 80%; right: 0; bottom: 0; border: 1px solid var(--sand); z-index: -1; }
.section-copy { max-width: 580px; }
.section-copy > p:not(.eyebrow) { color: rgba(32,51,45,.72); }
.check-list { list-style: none; padding: 15px 0; margin: 20px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 25px; font-size: .86rem; }
.check-list li:before { content: "✦"; color: var(--terracotta); margin-right: 9px; }

.services { background: var(--forest-dark); color: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; gap: 60px; align-items: end; margin-bottom: 55px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { color: rgba(255,255,255,.62); margin-bottom: 8px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { min-height: 340px; padding: 38px; border-top: 1px solid rgba(255,255,255,.15); border-right: 1px solid rgba(255,255,255,.15); position: relative; transition: .25s ease; }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-child(n+4) { border-bottom: 1px solid rgba(255,255,255,.15); }
.service-card:hover { background: rgba(255,255,255,.055); }
.service-card.featured { background: var(--paper); color: var(--ink); }
.service-number { font-size: .65rem; color: var(--sand); letter-spacing: .15em; }
.service-icon { font-family: "Cormorant Garamond", serif; color: var(--sand); font-size: 2.4rem; margin: 35px 0 18px; line-height: 1; }
.service-card p { color: rgba(255,255,255,.6); font-size: .83rem; }
.service-card.featured p { color: rgba(32,51,45,.65); }
.service-card > a:not(.button) { position: absolute; left: 38px; bottom: 35px; color: var(--sand); text-decoration: none; font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; }
.service-card.featured > a { color: var(--terracotta) !important; }
.booking-card { background: var(--terracotta); display: flex; flex-direction: column; justify-content: center; }
.booking-card .eyebrow { color: var(--paper); }
.booking-card .button { margin-top: 20px; align-self: flex-start; }

.treatment-guide { background: var(--paper); }
.treatment-heading { color: var(--ink); }
.treatment-heading > p { color: rgba(32,51,45,.65); }
.treatment-list { border-top: 1px solid var(--line); }
.treatment-item { border-bottom: 1px solid var(--line); }
.treatment-item summary { list-style: none; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 20px; min-height: 92px; cursor: pointer; }
.treatment-item summary::-webkit-details-marker { display: none; }
.treatment-item summary span { color: var(--terracotta); font-size: .68rem; }
.treatment-item summary strong { font-family: "Cormorant Garamond", serif; font-weight: 400; font-size: clamp(1.35rem, 2.5vw, 2.05rem); }
.treatment-item summary i { font-style: normal; font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: rgba(32,51,45,.55); }
.treatment-item[open] summary i { font-size: 0; }
.treatment-item[open] summary i:after { content: "zwiń"; font-size: .68rem; }
.treatment-content { display: grid; grid-template-columns: .72fr 1.28fr; gap: 42px; padding: 5px 0 40px 80px; align-items: center; }
.treatment-content img { width: 100%; height: 220px; object-fit: cover; }
.treatment-content p { color: rgba(32,51,45,.68); }
.treatment-content a { color: var(--terracotta); font-size: .77rem; font-weight: 600; }

.process { background: var(--cream); }
.center-heading { text-align: center; max-width: 650px; margin: 0 auto 70px; }
.process-list { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; position: relative; }
.process-list:before { content: ""; position: absolute; top: 29px; left: 16%; right: 16%; height: 1px; background: var(--sand); }
.process-list li { text-align: center; position: relative; }
.process-list li > span { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; margin: 0 auto 25px; background: var(--paper); border: 1px solid var(--sand); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; position: relative; }
.process-list p { font-size: .83rem; color: rgba(32,51,45,.63); max-width: 250px; margin-inline: auto; }
.center-action { text-align: center; margin-top: 45px; }

.reviews-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.rating { display: flex; align-items: center; gap: 20px; margin: 30px 0; }
.rating > strong { font-family: "Cormorant Garamond", serif; font-size: 4rem; font-weight: 400; line-height: 1; }
.rating b, .rating small { display: block; }
.rating b { color: var(--terracotta); letter-spacing: .13em; }
.rating small { color: rgba(32,51,45,.55); margin-top: 5px; }
.quote-slider { background: var(--cream); min-height: 390px; padding: 70px; display: flex; flex-direction: column; justify-content: center; position: relative; }
.quote { display: none; margin: 0; }
.quote.active { display: block; animation: fade .45s ease; }
.quote p { font-family: "Cormorant Garamond", serif; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.35; }
.quote footer { color: var(--terracotta); font-size: .72rem; }
.slider-controls { display: flex; gap: 15px; align-items: center; margin-top: 45px; }
.slider-controls button { border: 1px solid var(--line); background: transparent; width: 42px; height: 42px; color: var(--ink); cursor: pointer; }
.slider-count { font-size: .69rem; color: rgba(32,51,45,.55); }
@keyframes fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.booking { padding-top: 0; }
.booking-inner { background: var(--forest); color: var(--paper); padding: 70px 80px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.booking-inner h2 { margin-bottom: 15px; }
.booking-inner p:not(.eyebrow) { color: rgba(255,255,255,.65); margin-bottom: 0; }
.booking-inner .button { flex: 0 0 auto; }

.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-items { margin: 45px 0 35px; }
.contact-items > div { display: flex; gap: 18px; align-items: flex-start; margin-bottom: 24px; }
.contact-items > div > span { color: var(--terracotta); width: 25px; font-size: 1.2rem; }
.contact-items p, .contact-items small, .contact-items strong, .contact-items a { display: block; margin: 0; }
.contact-items small { color: rgba(32,51,45,.5); font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-items strong, .contact-items a { font-size: .92rem; text-decoration: none; }
.social-links { display: flex; gap: 24px; }
.social-links a { font-size: .78rem; font-weight: 600; }
.map-placeholder { min-height: 460px; background: var(--sage-light); position: relative; overflow: hidden; display: grid; place-items: center; text-decoration: none; }
.map-placeholder > strong { position: absolute; bottom: 0; left: 0; right: 0; background: var(--forest); color: white; padding: 20px 28px; font-size: .8rem; display: flex; justify-content: space-between; }
.map-road { position: absolute; height: 20px; background: rgba(255,255,255,.65); width: 130%; transform: rotate(-14deg); }
.road-one { top: 26%; left: -10%; }.road-two { top: 62%; left: -8%; transform: rotate(24deg); }.road-three { top: 44%; width: 90%; transform: rotate(80deg); }
.map-pin { position: relative; z-index: 2; width: 66px; height: 66px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--terracotta); color: white; display: grid; place-items: center; box-shadow: var(--shadow); }
.map-pin::first-line { transform: rotate(45deg); }

.site-footer { background: var(--forest-dark); color: rgba(255,255,255,.7); padding: 50px 0 95px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; }
.brand-light { color: white; }.brand-light .brand-mark { border-color: rgba(255,255,255,.6); }
.footer-grid p { margin: 0; font-size: .75rem; text-align: center; }
.footer-grid .copyright { text-align: right; }
.mobile-book { display: none; }

.treatments-archive { padding-top: 180px; background: var(--cream); min-height: 100vh; }
.archive-lead { max-width: 690px; color: rgba(32,51,45,.7); font-size: 1.05rem; margin-bottom: 55px; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.archive-card { background: var(--paper); box-shadow: 0 16px 40px rgba(32,51,45,.08); }
.archive-card a { color: inherit; text-decoration: none; display: block; height: 100%; }
.archive-card img { width: 100%; height: 235px; object-fit: cover; }
.archive-card div { padding: 26px; }
.archive-card h2 { font-size: 2.15rem; margin-bottom: 13px; }
.archive-card p { color: rgba(32,51,45,.68); font-size: .85rem; }
.archive-card span { color: var(--terracotta); font-size: .75rem; font-weight: 600; }
.single-treatment { padding-top: 0; }
.treatment-hero { padding-top: 180px; background: var(--cream); }
.treatment-hero-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.treatment-hero-grid > img { width: 100%; height: 470px; object-fit: cover; }
.treatment-article-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 100px; align-items: start; }
.treatment-body { font-size: 1.03rem; color: rgba(32,51,45,.76); }
.treatment-body h2 { color: var(--ink); font-size: 2.75rem; margin-top: 55px; }
.treatment-body h2:first-child { margin-top: 0; }
.treatment-body li { margin-bottom: 8px; }
.treatment-article aside { background: var(--cream); padding: 38px; position: sticky; top: 92px; }
.treatment-article aside h2 { font-size: 2.35rem; }
.treatment-article aside p { color: rgba(32,51,45,.68); font-size: .87rem; }
.treatment-article aside .text-link { margin-top: 24px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-one { transition-delay: .12s; }.delay-two { transition-delay: .24s; }

@media (max-width: 900px) {
  .section { padding: 85px 0; }
  .menu-toggle { display: block; z-index: 30; }
  .main-nav { position: fixed; inset: 0; background: var(--cream); display: flex; flex-direction: column; justify-content: center; gap: 28px; opacity: 0; pointer-events: none; transition: opacity .25s; }
  .main-nav.open { opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.button) { font-family: "Cormorant Garamond", serif; font-size: 2rem; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-grid, .intro-grid, .reviews-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { max-width: 560px; margin-inline: auto; width: 100%; }
  .intro-visual { max-width: 560px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.15); }
  .service-card:nth-child(2n) { border-right: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .treatment-content { padding-left: 0; }
  .booking-inner { padding: 55px; }
  .archive-grid { grid-template-columns: 1fr 1fr; }
  .treatment-hero-grid, .treatment-article-grid { grid-template-columns: 1fr; gap: 50px; }
  .treatment-article aside { position: static; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 70px 0; }
  h1 { font-size: clamp(3.05rem, 16vw, 4.6rem); }
  h2 { font-size: 2.75rem; }
  .hero { padding: 125px 0 65px; }
  .hero-grid { gap: 50px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .text-link { align-self: flex-start; }
  .trust-row { gap: 12px; justify-content: space-between; }
  .trust-row div { padding-left: 9px; }
  .trust-row strong { font-size: 1.35rem; }
  .trust-row span { font-size: .58rem; }
  .photo-main { height: 440px; }
  .floating-note { right: 0; width: 175px; }
  .photo-soft { height: 430px; }
  .treatment-item summary { grid-template-columns: 34px 1fr auto; gap: 8px; }
  .treatment-item summary i { display: none; }
  .treatment-content { grid-template-columns: 1fr; gap: 22px; }
  .check-list { grid-template-columns: 1fr; }
  .service-grid, .process-list { grid-template-columns: 1fr; }
  .service-card { border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.15); }
  .process-list:before { display: none; }
  .process-list { gap: 28px; }
  .quote-slider { padding: 42px 28px; min-height: 390px; }
  .booking-inner { padding: 45px 28px; flex-direction: column; align-items: flex-start; }
  .booking-inner .button { width: 100%; }
  .map-placeholder { min-height: 370px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-grid .brand { justify-self: center; }
  .footer-grid .copyright { text-align: center; }
  .mobile-book { display: block; position: fixed; z-index: 18; bottom: 12px; left: 14px; right: 14px; background: var(--terracotta); color: white; text-align: center; padding: 14px; text-decoration: none; font-size: .82rem; font-weight: 600; box-shadow: 0 8px 28px rgba(32,51,45,.25); }
  .treatments-archive, .treatment-hero { padding-top: 135px; }
  .archive-grid { grid-template-columns: 1fr; }
  .treatment-hero-grid > img { height: 350px; }
  .treatment-article aside { padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
