@font-face {
  font-family: "Sharman Sans";
  src: url("assets/jost-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
}

@font-face {
  font-family: "Sharman Display";
  src: url("assets/fraunces-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fbf8f3;
  --paper-deep: #f1e9de;
  --white: #fff;
  --ink: #211c18;
  --muted: #6d6259;
  --bronze: #805d3a;
  --bronze-deep: #69482c;
  --line: rgba(33, 28, 24, 0.13);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Sharman Sans", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
figure, h1, h2, p { margin: 0; }
button, a { -webkit-tap-highlight-color: transparent; }

:where(a, button):focus-visible {
  outline: 3px solid #1f6472;
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  min-height: 78px;
  padding: 0 clamp(22px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid transparent;
  background: rgba(251, 248, 243, 0.84);
  backdrop-filter: blur(18px);
  transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.site-header.is-scrolled {
  background: rgba(255, 255, 255, 0.94);
  border-color: var(--line);
  box-shadow: 0 10px 34px rgba(33, 28, 24, 0.05);
}

.brand { display: inline-flex; flex-direction: column; width: fit-content; text-transform: uppercase; }
.brand span { font-size: 18px; font-weight: 400; letter-spacing: .38em; line-height: 1; }
.brand small { margin-top: 7px; color: var(--bronze); font-size: 8px; font-weight: 500; letter-spacing: .38em; line-height: 1; }

.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; padding: 8px 0; font-size: 11px; font-weight: 400; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: var(--bronze);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .35s var(--ease);
}
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }

.header-action {
  justify-self: end;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid var(--bronze);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  transition: color .25s ease, background-color .25s ease;
}
.header-action:hover { color: white; background: var(--bronze); }
.header-action-short { display: none; }

.hero {
  min-height: 100dvh;
  padding-top: 78px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  overflow: hidden;
}

.hero-copy {
  align-self: center;
  max-width: 670px;
  padding: clamp(60px, 8vw, 116px) clamp(34px, 6vw, 94px);
}

.place {
  margin-bottom: 23px;
  color: var(--bronze-deep);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
}

h1, h2 {
  font-family: "Sharman Display", Georgia, serif;
  font-weight: 500;
  letter-spacing: -.045em;
  text-wrap: balance;
}

h1 { max-width: 10.5ch; font-size: clamp(3.45rem, 5.4vw, 5.65rem); line-height: .95; }
h1 em, h2 em { color: var(--bronze); font-weight: 400; }
.hero-intro { max-width: 500px; margin-top: 29px; color: var(--muted); font-size: clamp(1.08rem, 1.4vw, 1.25rem); line-height: 1.65; }
.hero-actions { margin-top: 39px; display: flex; align-items: center; gap: 27px; flex-wrap: wrap; }

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  padding: 14px 23px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .3s var(--ease), background-color .3s ease, color .3s ease;
}
.button span { font-size: 16px; transition: transform .3s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:hover span { transform: translate(2px, -2px); }
.button-primary { color: white; background: var(--ink); }
.button-primary:hover { background: var(--bronze-deep); }
.button-light { color: var(--ink); background: var(--paper); }
.button-light:hover { color: white; background: var(--ink); }

.text-link { padding: 8px 0 5px; border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.text-link:hover { color: var(--bronze); border-color: var(--bronze); }

.rating { width: fit-content; margin-top: 38px; display: grid; grid-template-columns: auto auto; column-gap: 11px; align-items: center; color: var(--bronze-deep); }
.rating > span { grid-row: 1 / 3; font-size: 11px; letter-spacing: .11em; }
.rating strong { color: var(--ink); font-size: 12px; font-weight: 500; }
.rating small { color: var(--muted); font-size: 11px; }

.hero-media { position: relative; min-height: calc(100dvh - 78px); overflow: hidden; border-radius: 0 0 0 180px; background: #d7c7b7; }
.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(91, 60, 38, .04), rgba(91, 60, 38, .15));
  pointer-events: none;
}
.hero-media img { height: 100%; object-fit: cover; object-position: 47% center; }

.js .hero-media { clip-path: inset(0 0 100% 0 round 0 0 0 180px); }
.js .is-loaded .hero-media { animation: curtain-in 1.2s .08s var(--ease) forwards; }
.js .hero-copy > * { opacity: 0; transform: translateY(22px); }
.js .is-loaded .hero-copy > * { animation: copy-in .78s var(--ease) forwards; }
.js .is-loaded .hero-copy > :nth-child(2) { animation-delay: .08s; }
.js .is-loaded .hero-copy > :nth-child(3) { animation-delay: .16s; }
.js .is-loaded .hero-copy > :nth-child(4) { animation-delay: .24s; }
.js .is-loaded .hero-copy > :nth-child(5) { animation-delay: .32s; }

@keyframes curtain-in { to { clip-path: inset(0 0 0 0 round 0 0 0 180px); } }
@keyframes copy-in { to { opacity: 1; transform: translateY(0); } }

.services { padding: clamp(95px, 12vw, 170px) clamp(22px, 6vw, 94px); background: var(--white); }
.services-intro { max-width: 900px; margin: 0 auto clamp(54px, 8vw, 100px); text-align: center; }
.services h2, .contact h2 { font-size: clamp(3rem, 6.5vw, 6.4rem); line-height: .96; }
.services-intro p { max-width: 610px; margin: 26px auto 0; color: var(--muted); font-size: 1.08rem; line-height: 1.7; }

.services-body { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(46px, 7vw, 110px); align-items: center; }
.service-index { border-top: 1px solid var(--line); }
.service-index a { position: relative; min-height: 92px; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 5px 24px; padding: 18px 44px 18px 0; border-bottom: 1px solid var(--line); transition: color .25s ease; }
.service-index a::before { content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 2px; background: var(--bronze); transform: scaleY(0); transition: transform .35s var(--ease); }
.service-index a:hover, .service-index a:focus-visible { color: var(--bronze-deep); }
.service-index a:hover::before { transform: scaleY(1); }
.service-index span { font-family: "Sharman Display", Georgia, serif; font-size: clamp(1.65rem, 2.2vw, 2.25rem); font-weight: 500; line-height: 1; transition: transform .35s var(--ease); }
.service-index small { color: var(--muted); font-size: 12px; transition: transform .35s var(--ease); }
.service-index a:hover :is(span, small), .service-index a:focus-visible :is(span, small) { transform: translateX(17px); }
.service-index b { position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font-size: 18px; font-weight: 300; transition: transform .3s var(--ease); }
.service-index a:hover b { transform: translate(3px, calc(-50% - 3px)); }

.treatment-collage { display: grid; grid-template-columns: 1.22fr .78fr; grid-template-rows: 1fr 1fr; gap: 14px; }
.treatment-collage figure { overflow: hidden; border-radius: 4px 56px 4px 4px; background: var(--paper-deep); }
.treatment-collage .collage-main { grid-row: 1 / 3; min-height: 660px; border-radius: 100px 4px 4px 4px; }
.treatment-collage figure:not(.collage-main) { min-height: 323px; }
.treatment-collage img { height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.treatment-collage figure:hover img { transform: scale(1.035); }

.center { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: var(--bronze-deep); color: #fff; }
.center-media { min-height: 760px; overflow: hidden; }
.center-media img { height: 100%; object-fit: cover; }
.center-copy { align-self: center; max-width: 670px; padding: clamp(64px, 8vw, 116px); }
.center-copy > p:first-child { margin-bottom: 22px; color: #e6cab1; font-size: 11px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.center h2 { color: white; font-size: clamp(3.2rem, 5.1vw, 5.4rem); line-height: .95; }
.center h2 em { color: #efd8c5; }
.center-text { margin: 34px 0 39px; display: grid; gap: 18px; }
.center-text p { max-width: 540px; color: rgba(255,255,255,.77); font-size: 1.03rem; line-height: 1.72; }

.contact { max-width: 1320px; margin: 0 auto; padding: clamp(100px, 13vw, 180px) clamp(22px, 5vw, 70px); display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(50px, 10vw, 150px); align-items: end; }
.contact-heading h2 { max-width: 9ch; }
.contact-details { padding-top: 28px; border-top: 1px solid var(--line); }
.contact address { color: var(--muted); font-style: normal; font-size: 1rem; line-height: 1.75; }
.contact address strong { display: block; margin-bottom: 8px; color: var(--ink); font-family: "Sharman Display", Georgia, serif; font-size: 1.8rem; font-weight: 500; }
.contact-links { margin: 29px 0 33px; display: grid; gap: 10px; }
.contact-links a { width: fit-content; border-bottom: 1px solid transparent; font-size: 14px; }
.contact-links a:hover { color: var(--bronze); border-color: var(--bronze); }

footer { min-height: 150px; padding: 45px clamp(22px, 4vw, 68px); display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); background: var(--white); }
.brand-footer small { color: var(--bronze); }
footer p { color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }

.js .reveal { opacity: 0; transform: translateY(28px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity .8s var(--ease), transform .8s var(--ease); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; padding-top: 125px; padding-bottom: 68px; }
  h1 { max-width: 11ch; }
  .hero-media { min-height: 62dvh; border-radius: 0 110px 0 0; }
  .js .hero-media { clip-path: inset(0 0 100% 0 round 0 110px 0 0); }
  @keyframes curtain-in { to { clip-path: inset(0 0 0 0 round 0 110px 0 0); } }
  .services-body { grid-template-columns: 1fr; }
  .service-index { order: 2; }
  .treatment-collage { order: 1; }
  .center { grid-template-columns: 1fr; }
  .center-media { min-height: 60dvh; }
  .center-copy { max-width: 820px; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 68px; }
  .site-header { min-height: 68px; padding-inline: 18px; }
  .brand span { font-size: 15px; letter-spacing: .28em; }
  .brand small { font-size: 7px; letter-spacing: .25em; }
  .header-action { min-height: 39px; padding: 9px 13px; font-size: 9px; }
  .header-action-long { display: none; }
  .header-action-short { display: inline; }
  .hero { padding-top: 68px; }
  .hero-copy { padding: 72px 22px 58px; }
  .place { margin-bottom: 17px; font-size: 10px; }
  h1 { max-width: 10ch; font-size: clamp(3rem, 14vw, 4.2rem); }
  .hero-intro { margin-top: 22px; font-size: 1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; margin-top: 30px; gap: 18px; }
  .button { white-space: normal; text-align: center; }
  .rating { margin-top: 31px; }
  .hero-media { min-height: 56dvh; border-radius: 0 74px 0 0; }
  .hero-media img { object-position: center; }
  .services { padding-inline: 20px; }
  .services-intro { text-align: left; }
  .services h2, .contact h2 { font-size: clamp(3rem, 13vw, 4.4rem); }
  .services-intro p { margin-left: 0; }
  .treatment-collage { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 8px; }
  .treatment-collage .collage-main { grid-column: 1 / 3; grid-row: auto; min-height: 420px; border-radius: 56px 4px 4px 4px; }
  .treatment-collage figure:not(.collage-main) { min-height: 210px; border-radius: 4px 34px 4px 4px; }
  .service-index a { min-height: 86px; padding-right: 30px; }
  .service-index span { font-size: 1.65rem; }
  .service-index small { max-width: 31ch; }
  .center-media { min-height: 50dvh; }
  .center-copy { padding: 70px 22px 82px; }
  .center h2 { font-size: 3.5rem; }
  .contact { grid-template-columns: 1fr; align-items: start; }
  .contact-heading h2 { max-width: 10ch; }
  footer { align-items: flex-start; flex-direction: column; }
}

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