:root {
  --green: #2e3a2c;
  --soft: #6b7868;
  --ivory: #f6f4ee;
  --beige: #d9d2c6;
  --gold: #aa8f7d;
  --line: rgba(46, 58, 44, 0.18);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--green);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
select {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
select:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
header {
  height: 112px;
  margin: 0 5.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 3;
}
.brand {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 9px;
}
.brand > span {
  font-family: "Playfair Display", serif;
  font-size: 25px;
  letter-spacing: 1px;
}
.brand small {
  font-size: 10px;
  letter-spacing: 5px;
}
nav {
  display: flex;
  gap: 40px;
  align-items: center;
  font-size: 13px;
}
.nav-book {
  border-bottom: 1px solid var(--green);
  padding: 13px 0;
}
.nav-book span {
  margin-left: 30px;
}
.hero {
  position: relative;
  min-height: 750px;
  height: calc(100svh - 112px);
  max-height: 1000px;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 103px 0 110px 8.5%;
  width: 57%;
  pointer-events: none;
}
.hero-copy a {
  pointer-events: auto;
}
.eyebrow {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 2.8px;
  line-height: 1.8;
  margin: 0 0 34px;
}
h1,
h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: -3px;
  margin: 0;
  line-height: 1.09;
}
h1 {
  font-size: clamp(64px, 6.8vw, 112px);
}
em {
  font-weight: 400;
  color: var(--soft);
}
.intro {
  font-size: 16px;
  line-height: 1.9;
  margin: 29px 0 32px;
  color: #697064;
}
.button {
  border: 0;
  background: var(--green);
  color: var(--ivory);
  padding: 20px 25px;
  display: inline-flex;
  gap: 35px;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.3px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #43533f;
  transform: translateY(-2px);
}
.button span {
  font-size: 20px;
}
.hero-note {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-top: 58px;
}
.fine-line {
  height: 1px;
  width: 36px;
  background: var(--gold);
}
.hero-note p {
  font-size: 10px;
  letter-spacing: 2px;
  line-height: 1.8;
}
.leaf-scene {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 94%;
  isolation: isolate;
}
.leaf-scene canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  touch-action: pan-y;
}
.orb {
  position: absolute;
  width: 75%;
  aspect-ratio: 1;
  top: 12%;
  left: 11%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 35%,
    #e9e8de 0,
    #ddded180 50%,
    #e3e4da00 72%
  );
}
.scene-caption {
  position: absolute;
  left: 26%;
  right: 10%;
  bottom: 8%;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.scene-caption span:last-child {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0;
}


.hero-bottom {
  position: absolute;
  bottom: 0;
  left: 5.5%;
  right: 5.5%;
  border-top: 1px solid var(--line);
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 1.6px;
}
.hero-bottom a {
  letter-spacing: 0;
  font-size: 12px;
}
.care {
  padding: 120px 8.5%;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 65px;
}
h2 {
  font-size: 58px;
  letter-spacing: -1.9px;
}
.section-heading > p {
  font-size: 14px;
  line-height: 1.9;
  color: var(--soft);
  margin-bottom: 8px;
}
.treatments {
  border-top: 1px solid var(--line);
}
.treatment {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 27px 5px;
  background: none;
  color: var(--green);
}
.number {
  font-size: 12px;
  color: var(--soft);
  width: 9%;
}
.treatment-name {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  flex: 1;
}
.treatment-sub {
  font-size: 12px;
  color: var(--soft);
  width: 27%;
}
.plus {
  font-size: 24px;
  font-weight: 400;
}
.treatment.active {
  border-bottom: 0;
}
.treatment-detail {
  padding: 0 9% 30px;
  border-bottom: 1px solid var(--line);
}
.treatment-detail p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 12px;
  max-width: 550px;
}
.treatment-detail > span {
  font-size: 11px;
  color: var(--soft);
  letter-spacing: 0.7px;
}
.philosophy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eae7df;
}
.botanical-photo {
  min-height: 660px;
  position: relative;
  background: #34412e;
}
.botanical-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.botanical-photo > span {
  position: absolute;
  bottom: 36px;
  left: 12%;
  color: var(--ivory);
  font-size: 10px;
  letter-spacing: 3px;
}
.philosophy-copy {
  padding: 100px 13%;
}
.philosophy h2 {
  font-size: 48px;
}
.philosophy-copy > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 2;
  max-width: 360px;
  margin-top: 28px;
  color: #626b5e;
}
.signature {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-style: italic;
  margin-top: 48px;
}
.visit {
  text-align: center;
  background: var(--green);
  color: var(--ivory);
  padding: 110px 20px;
}
.visit em {
  color: #bac3ac;
}
.visit p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  margin: 30px 0;
}
.light {
  background: var(--ivory);
  color: var(--green);
}
.light:hover {
  background: #deded1;
}
.visit .demo-note {
  font-size: 11px;
  color: #c0c8b9;
  margin: 22px 0 0;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 48px 5.5%;
}
footer > p,
footer > span {
  font-size: 10px;
  color: var(--soft);
}
dialog {
  border: 1px solid var(--line);
  background: var(--ivory);
  color: var(--green);
  max-width: 530px;
  width: calc(100% - 32px);
  padding: 45px;
}
dialog::backdrop {
  background: #19211699;
  backdrop-filter: blur(8px);
}
dialog h2 {
  font-size: 43px;
}
dialog .close {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 30px;
  border: 0;
  background: none;
  color: var(--green);
}
dialog label {
  display: block;
  font-size: 14px;
  margin: 25px 0 12px;
}
select {
  width: 100%;
  padding: 14px;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--green);
}
dialog form > p {
  font-size: 13px;
  line-height: 1.8;
  margin: 24px 0;
}
@media (min-width: 1600px) {
  .hero-copy {
    padding-top: 130px;
  }
}
@media (max-width: 900px) {
  nav {
    gap: 22px;
  }
  nav a:first-child {
    display: none;
  }
  .hero {
    min-height: 730px;
  }
  .hero-copy {
    padding-left: 6%;
    width: 65%;
    padding-top: 100px;
  }
  h1 {
    font-size: 73px;
  }
  .leaf-scene {
    right: -16%;
    width: 75%;
    opacity: 0.9;
  }
  .scene-caption {
    display: none;
  }
  .hero-note {
    margin-top: 40px;
  }
  .care {
    padding: 85px 6%;
  }
  .section-heading > p {
    max-width: 210px;
  }
  .philosophy-copy {
    padding: 75px 10%;
  }
  .philosophy h2 {
    font-size: 40px;
  }
  .botanical-photo {
    min-height: 590px;
  }
}
@media (max-width: 600px) {
  header {
    height: 92px;
    margin: 0 6%;
  }
  .brand > span {
    font-size: 18px;
  }
  .brand small {
    font-size: 8px;
    letter-spacing: 3px;
  }
  nav a:not(.nav-book) {
    display: none;
  }
  nav {
    font-size: 10px;
  }
  .nav-book span {
    margin-left: 8px;
  }
  .hero {
    height: auto;
    min-height: 900px;
  }
  .hero-copy {
    padding: 50px 6% 0;
    width: 100%;
  }
  .eyebrow {
    font-size: 9px;
    letter-spacing: 2px;
    margin-bottom: 24px;
  }
  h1 {
    font-size: 65px;
    letter-spacing: -2.5px;
  }
  .intro {
    font-size: 14px;
    margin: 22px 0;
  }
  .button {
    padding: 16px 20px;
    gap: 24px;
  }
  .hero-note {
    display: none;
  }
  .leaf-scene {
    width: 100%;
    height: 460px;
    top: 365px;
    right: -9%;
  }
  .orb {
    top: 15%;
  }
  
  .hero-bottom {
    height: 62px;
    font-size: 8px;
    letter-spacing: 0.7px;
  }
  .hero-bottom a {
    font-size: 10px;
  }
  .section-heading {
    display: block;
    margin-bottom: 35px;
  }
  h2 {
    font-size: 43px;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 25px;
    font-size: 13px;
  }
  .care {
    padding: 75px 6%;
  }
  .treatment {
    padding: 25px 0;
  }
  .treatment-name {
    font-size: 27px;
  }
  .treatment-sub {
    display: none;
  }
  .number {
    width: 12%;
    font-size: 10px;
  }
  .treatment-detail {
    padding-left: 12%;
    padding-right: 0;
  }
  .philosophy {
    grid-template-columns: 1fr;
  }
  .botanical-photo {
    min-height: 420px;
  }
  .philosophy-copy {
    padding: 65px 8%;
  }
  .philosophy h2 {
    font-size: 42px;
  }
  .visit {
    padding: 80px 6%;
  }
  footer {
    flex-wrap: wrap;
    gap: 30px;
    padding: 35px 6%;
  }
  footer > p {
    display: none;
  }
  footer > span {
    font-size: 9px;
    max-width: 100px;
    text-align: right;
  }
  dialog {
    padding: 35px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
/* Readable treatment and booking copy across screen sizes. */
nav {
  font-size: 14px;
}
.button {
  font-size: 14px;
}
.section-heading > p,
.treatment-detail p,
.philosophy-copy > p:not(.eyebrow),
.visit p:not(.eyebrow) {
  font-size: 16px;
}
.treatment-sub,
.treatment-detail > span {
  font-size: 14px;
}
dialog form > p {
  font-size: 14px;
}
.visit .demo-note {
  font-size: 12px;
}
@media (max-width: 600px) {
  nav {
    font-size: 12px;
  }
  .intro {
    font-size: 16px;
  }
  .button {
    font-size: 13px;
  }
  .treatment-detail p {
    font-size: 16px;
  }
}
/* Production layout and the persistent scroll-driven brand sculpture. */
body {
  overflow-x: clip;
}
header {
  height: 112px;
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 15px;
  background: var(--green);
  color: var(--ivory);
  z-index: 20;
}
.skip-link:focus {
  top: 15px;
}
.hero {
  overflow: visible;
  isolation: isolate;
}
.hero-copy {
  width: 62%;
  z-index: 2;
  pointer-events: auto;
}
.hero-halo {
  position: absolute;
  right: 2%;
  top: 4%;
  width: 49%;
  height: 87%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, #e0e3d5a0, transparent 68%);
  z-index: -1;
}
.leaf-scene {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100svh;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  isolation: auto;
}
.leaf-scene canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.leaf-fallback {
  position: absolute;
  right: 2%;
  top: 20%;
  width: 49%;
  height: 70%;
  object-fit: contain;
}
.leaf-scene.ready .leaf-fallback {
  visibility: hidden;
}
.scene-caption {
  left: 61%;
  right: 8%;
  bottom: 16%;
  z-index: 2;
}

.care,
.ritual,
.questions,
footer {
  position: relative;
  z-index: 2;
}
.care {
  background: transparent;
}
.text-link {
  display: block;
  margin-top: 22px;
  font-size: 14px;
  width: max-content;
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
}
.hero-note {
  margin-top: 35px;
}
.treatment-item {
  border-bottom: 1px solid var(--line);
}
.treatment-item summary {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 29px 5px;
  cursor: pointer;
  list-style: none;
}
.treatment-item summary::-webkit-details-marker,
.faq-list summary::-webkit-details-marker {
  display: none;
}
.treatment-item h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 34px;
  flex: 1;
  margin: 0;
}
.treatment-item .number {
  width: 8%;
}
.treatment-item .plus:after {
  content: "+";
}
.treatment-item[open] .plus:after {
  content: "−";
}
.treatment-detail {
  border: 0;
  padding: 0 9% 30px;
}
.treatment-detail p {
  max-width: 650px;
  margin-bottom: 22px;
}
.service-book {
  font-size: 14px;
  display: inline-flex;
  gap: 30px;
  border-bottom: 1px solid var(--green);
  padding-bottom: 8px;
}
.care-footnote {
  font-size: 14px;
  color: var(--soft);
  margin-top: 35px;
  line-height: 1.9;
}
.care-footnote a {
  color: var(--green);
  border-bottom: 1px solid var(--line);
}
.philosophy {
  position: relative;
  background: #e8e6dc;
  min-height: 650px;
  isolation: auto;
}
.leaf-space {
  position: relative;
  min-height: 650px;
}
.leaf-space > span {
  position: absolute;
  left: 17%;
  bottom: 40px;
  font-size: 11px;
  line-height: 1.8;
  letter-spacing: 2px;
  z-index: 2;
}
.philosophy-copy {
  position: relative;
  z-index: 2;
  padding: 100px 10% 90px 5%;
}
.philosophy h2 {
  font-size: clamp(40px, 3.5vw, 58px);
}
.ritual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8%;
  padding: 115px 8.5%;
  align-items: center;
  background: var(--ivory);
}
.ritual-image {
  height: 660px;
  overflow: hidden;
}
.ritual-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ritual h2 {
  font-size: 54px;
}
.ritual ol {
  list-style: none;
  padding: 0;
  margin: 45px 0 0;
}
.ritual li {
  display: flex;
  gap: 25px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.ritual li > span {
  font-size: 12px;
  color: var(--soft);
  padding-top: 5px;
}
.ritual h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 10px;
}
.ritual li p {
  font-size: 15px;
  line-height: 1.85;
  margin: 0;
  color: var(--soft);
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 8%;
  padding: 20px 8.5% 120px;
  background: var(--ivory);
}
.questions h2 {
  font-size: 48px;
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-size: 16px;
  line-height: 1.6;
}
.faq-list details[open] summary > span {
  transform: rotate(45deg);
}
.faq-list details p {
  margin: 0 25px 25px 0;
  line-height: 1.9;
  font-size: 15px;
  color: var(--soft);
}
.visit {
  position: relative;
  z-index: 2;
}
.contact-details {
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  margin-top: 28px;
  color: #d4dacc;
  font-size: 13px;
}
.visit .contact-details p {
  font-size: 13px;
  margin: 0;
}
.contact-details a {
  border-bottom: 1px solid #8c9783;
  padding-bottom: 4px;
}
footer {
  background: var(--ivory);
}
footer > div {
  font-size: 12px;
  text-align: right;
  display: grid;
  gap: 13px;
}
footer > div > span {
  color: var(--soft);
  font-size: 11px;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}
.reveal.revealed {
  opacity: 1;
  transform: none;
}
.error-page {
  padding: 12vh 8%;
}
.error-page p {
  margin: 30px 0;
}
.error-page h1 {
  font-size: clamp(50px, 7vw, 100px);
}
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 6px;
}
@media (max-width: 1000px) {
  .hero-copy {
    width: 68%;
  }
  .hero h1 {
    font-size: clamp(65px, 7.6vw, 90px);
  }
  .hero-halo {
    right: -7%;
    width: 59%;
  }
  .ritual {
    padding: 80px 6%;
    gap: 6%;
  }
  .ritual-image {
    height: 600px;
  }
  .ritual h2 {
    font-size: 43px;
  }
  .questions {
    padding: 20px 6% 90px;
    gap: 5%;
  }
  .questions h2 {
    font-size: 42px;
  }
  .philosophy-copy {
    padding-right: 9%;
  }
  .contact-details {
    flex-wrap: wrap;
  }
}
@media (max-width: 699px) {
  header {
    height: 92px;
  }
  .hero {
    min-height: 940px;
  }
  .hero-copy {
    width: 100%;
    padding-top: 48px;
  }
  .hero h1 {
    font-size: clamp(54px, 11.5vw, 72px);
  }
  .hero .eyebrow {
    font-size: 10px;
    max-width: 280px;
  }
  .hero-halo {
    top: 425px;
    right: -2%;
    width: 100%;
    height: 440px;
  }
  .leaf-fallback {
    top: 520px;
    right: -2%;
    width: 100%;
    height: 430px;
  }
  .hero .intro {
    font-size: 15px;
  }
  .hero .button {
    font-size: 14px;
  }
  .text-link {
    font-size: 13px;
    margin-top: 18px;
  }
  .hero-note,
  .scene-caption {
    display: none;
  }
  .hero-bottom {
    bottom: 0;
  }
  .leaf-scene {
    height: 100lvh;
  }
  .care {
    padding: 75px 6%;
  }
  .treatment-item summary {
    padding: 26px 0;
  }
  .treatment-item h3 {
    font-size: 29px;
  }
  .treatment-item .number {
    width: 10%;
  }
  .treatment-sub {
    display: none;
  }
  .care-footnote {
    font-size: 14px;
  }
  .philosophy {
    grid-template-columns: 1fr;
  }
  .leaf-space {
    min-height: 465px;
  }
  .leaf-space > span {
    left: 7%;
    bottom: 18px;
    font-size: 10px;
  }
  .philosophy-copy {
    padding: 45px 7% 75px;
  }
  .philosophy h2 {
    font-size: 43px;
  }
  .philosophy-copy > p:not(.eyebrow) {
    max-width: none;
    font-size: 16px;
  }
  .ritual {
    grid-template-columns: 1fr;
    padding: 70px 6%;
    gap: 45px;
  }
  .ritual-image {
    height: 370px;
  }
  .ritual h2 {
    font-size: 45px;
  }
  .ritual li p {
    font-size: 16px;
  }
  .questions {
    grid-template-columns: 1fr;
    padding: 0 6% 75px;
    gap: 35px;
  }
  .questions h2 {
    font-size: 43px;
  }
  .faq-list summary,
  .faq-list details p {
    font-size: 16px;
  }
  .visit h2 {
    font-size: 45px;
  }
  .visit .button {
    font-size: 13px;
    padding: 18px;
    gap: 18px;
  }
  .contact-details {
    flex-direction: column;
    gap: 17px;
  }
  .visit .contact-details p {
    font-size: 14px;
  }
  footer {
    gap: 25px;
  }
  footer > div {
    font-size: 11px;
    max-width: 160px;
  }
  nav {
    font-size: 12px;
  }
  .nav-book span {
    margin-left: 5px;
  }
  .brand > span {
    font-size: 17px;
  }
  nav a:not(.nav-book) {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 370px) {
  .brand > span {
    font-size: 15px;
  }
  .brand small {
    letter-spacing: 2px;
  }
  nav {
    font-size: 11px;
  }
  .hero h1 {
    font-size: 53px;
  }
  .hero .intro {
    font-size: 14px;
  }
  .hero {
    min-height: 930px;
  }
  .visit .button {
    font-size: 12px;
    gap: 12px;
  }
}
.leaf-scene:not(.ready) {
  position: absolute;
  top: 112px;
  height: 850px;
}
.leaf-scene:not(.ready) .leaf-fallback {
  top: 4%;
  height: 87%;
}
.leaf-space > span {
  background: #e8e6dce8;
  padding: 8px 10px;
  margin-left: -10px;
}
@media (max-width: 699px) {
  .leaf-scene:not(.ready) {
    top: 92px;
    height: 940px;
  }
  .leaf-scene:not(.ready) .leaf-fallback {
    top: 425px;
    height: 440px;
  }
}
@media (max-width: 699px) {
  .hero-halo,
  .leaf-fallback {
    right: 0;
  }
}
.secondary-leaf {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}
html[data-leaf-ready] .secondary-leaf {
  visibility: hidden;
}
html[data-motion="paused"] .secondary-leaf {
  visibility: visible;
}
/* Keep the sculpture on the same side as Nata's scroll-driven 3D experience. */
.philosophy-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 100px 7% 90px 17%;
}
.leaf-space {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 699px) {
  .philosophy-copy {
    grid-column: 1;
    grid-row: 1;
    padding: 65px 7% 30px;
  }
  .leaf-space {
    grid-column: 1;
    grid-row: 2;
  }
}
.care {
  background: var(--ivory);
}
@media(min-width:700px) and (max-width:1000px){.hero-halo{right:0;width:52%}}
/* A cinematic botanical interlude separates the opening from the care chapter. */

.hero-halo { transform:translateY(-7vh); }
@media(max-width:699px){.hero-halo{top:395px;transform:none}}
@media(prefers-reduced-motion:reduce){.hero-halo{transform:none}}
/* The leaf and its caption share a single art-stage height. */
@media(min-width:700px){
  .hero { --art-height:clamp(360px,60svh,600px); }
  .hero-halo { top:0; height:var(--art-height); transform:none; }
  .scene-caption { top:calc(var(--art-height) + 12px); bottom:auto; left:56%; right:8%; }
  
  .leaf-scene:not(.ready) .leaf-fallback { top:0;height:clamp(360px,60svh,600px); }
}
/* The hero sculpture hands the page over to the first chapter. */
.care::before { content:"";position:absolute;top:0;left:8.5%;right:8.5%;height:1px;background:var(--soft);transform:scaleX(var(--care-rule,1));transform-origin:left center;opacity:.45; }
html[data-leaf-ready][data-motion="active"] .care .section-heading { opacity:var(--care-arrival,1);transform:translateY(calc((1 - var(--care-arrival,1)) * 30px));transition:none; }
.scene-caption { opacity:var(--hero-caption,1); }
@media(max-width:699px){.care::before{left:6%;right:6%}}
@media(prefers-reduced-motion:reduce){.care::before{transform:none}.scene-caption{opacity:1}}
/* Full-screen storytelling stage; native scroll drives the handoff. */
header { position:absolute;inset:0 5.5% auto;margin:0;z-index:5; }
.hero-track { position:relative; }
.hero { height:100svh;min-height:700px;max-height:none; }
.hero-copy { padding-top:clamp(150px,23svh,270px);width:61%; }
.hero h1 { font-size:clamp(76px,7.8vw,128px); }
.hero-halo { top:13%;height:72%;right:0;width:51%;transform:none; }
.scene-caption { top:auto;bottom:12%;left:59%;right:8%; }
.hero-bottom { bottom:0; }
.hero-curtain { position:absolute;inset:0;background:#263626;clip-path:inset(0 0 0 calc((1 - var(--curtain-progress,0)) * 100%));pointer-events:none; }
.hero-story { position:absolute;left:8.5%;top:30%;right:5%;opacity:var(--story-opacity,0);color:#f6f4ee;pointer-events:none; }
.hero-story>span { font-size:12px;letter-spacing:3px; }
.hero-story>p { font-family:'Playfair Display',serif;font-size:clamp(72px,8vw,132px);line-height:1.08;letter-spacing:-3px;margin:35px 0; }
.hero-story em { color:#bdc7ad; }
html[data-leaf-ready][data-motion="active"] .hero-track { height:300svh; }
html[data-leaf-ready][data-motion="active"] .hero { position:sticky;top:0;height:100svh;min-height:0; }
html[data-leaf-ready][data-motion="active"] .hero-copy { opacity:var(--intro-opacity,1);transform:translateY(var(--intro-lift,0px)); }
html[data-leaf-ready][data-motion="active"] .hero-bottom { opacity:var(--intro-opacity,1); }
html[data-leaf-ready][data-motion="active"] .hero-track + .care { margin-top:-100svh; }
.care { border-radius:0; }
@media(max-width:699px){
 header{inset:0 6% auto;height:82px}
 .hero { height:100svh;min-height:740px; }
 .hero-copy{width:100%;padding:113px 6% 0}
 .hero h1{font-size:clamp(48px,12vw,70px)}
 .hero .eyebrow{margin-bottom:18px}
 .hero .intro{font-size:14px;line-height:1.7;margin:18px 0}
 .hero .button{padding:14px 18px;font-size:13px}
 .hero .text-link{margin-top:13px;font-size:12px}
 .hero-story{top:20%;left:6%;right:6%}
 .hero-story>p{font-size:clamp(48px,12vw,74px);letter-spacing:-2px}
 .hero-story>span{font-size:10px;letter-spacing:2px}
 .hero-halo{top:52%;height:43%;width:100%;right:0}
}
@media(prefers-reduced-motion:reduce){.hero-track{height:auto}.hero{position:relative}.hero-track+.care{margin-top:0}.hero-story,.hero-curtain{display:none}}
.hero-story { position:fixed;z-index:3;top:30svh; }
/* Chapter 02: the flower glides away to reveal the reading column. */
.philosophy-track { position:relative;background:#e8e6dc; }
html[data-leaf-ready][data-motion="active"] .philosophy-track { height:240svh; }
html[data-leaf-ready][data-motion="active"] .philosophy { position:sticky;top:0;height:100svh;min-height:0;align-items:center; }
html[data-leaf-ready][data-motion="active"] .philosophy-copy { opacity:var(--lotus-copy-reveal,0);transform:translateX(calc(-1 * var(--lotus-copy-shift,42px)));clip-path:inset(0 calc((1 - var(--lotus-copy-reveal,0)) * 100%) 0 0);transition:none;padding:60px 7% 60px 17%; }
html[data-leaf-ready][data-motion="active"] .leaf-space { height:100%;min-height:0; }
html[data-leaf-ready][data-motion="active"] .leaf-space>span { opacity:var(--lotus-caption-opacity,0); }
@media(max-width:699px){
 html[data-leaf-ready][data-motion="active"] .philosophy-track { height:230svh; }
 html[data-leaf-ready][data-motion="active"] .philosophy { display:block; }
 html[data-leaf-ready][data-motion="active"] .philosophy-copy { position:absolute;inset:0 0 auto;padding:65px 7% 0; }
 html[data-leaf-ready][data-motion="active"] .philosophy-copy h2 { font-size:clamp(32px,8.8vw,43px); }
 html[data-leaf-ready][data-motion="active"] .philosophy-copy>p:not(.eyebrow) { font-size:14px;line-height:1.75;margin-top:20px; }
 html[data-leaf-ready][data-motion="active"] .philosophy-copy .signature { margin-top:22px;font-size:24px; }
 html[data-leaf-ready][data-motion="active"] .leaf-space { position:absolute;inset:0; }
 html[data-leaf-ready][data-motion="active"] .leaf-space>span { bottom:20px; }
}
@media(prefers-reduced-motion:reduce){.philosophy-track{height:auto}.philosophy-copy{clip-path:none}}
.language-switch{display:flex;gap:9px;align-items:center;font-size:12px;letter-spacing:1px;margin-left:26px}
.language-switch a{padding:10px 2px;opacity:.55;border-bottom:1px solid transparent}
.language-switch a[aria-current="page"]{opacity:1;border-color:var(--green)}
.language-switch a:hover{opacity:1}
header nav{margin-left:auto;gap:28px}
html[lang="en"] .hero h1{font-size:clamp(70px,7.2vw,118px)}
@media(max-width:699px){header nav{display:none}.language-switch{margin-left:auto;font-size:13px}html[lang="en"] .hero h1{font-size:clamp(44px,11vw,64px)}}

/* An original, transparent neighbourhood illustration in the brand palette. */
.location { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 5vw; padding: 100px 8vw; background: var(--ivory); }
.location h2 { font-size: clamp(48px, 5.7vw, 86px); line-height: 1.08; margin: 28px 0; }
.location-copy > p:not(.eyebrow) { line-height: 1.8; color: var(--soft); max-width: 320px; }
.location address { font-style: normal; font-size: 15px; line-height: 1.9; margin: 28px 0; }
.location-map { margin: 0; min-width: 0; }
.location-map svg { width: 100%; height: auto; display: block; }
.location-map figcaption { font-size: 10px; line-height: 1.7; text-align: center; color: var(--soft); max-width: 330px; margin: 0 auto; }
.map-halo { animation: map-breathe 4s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
@keyframes map-breathe { 50% { transform: scale(1.22); opacity: .18; } }
@media(max-width: 700px) { .location { grid-template-columns: 1fr; padding: 75px 7vw; gap: 28px; } .location-map { width: 100%; max-width: 480px; margin: auto; } .contact-details { flex-wrap: wrap; } }
@media(prefers-reduced-motion: reduce) { .map-halo { animation: none; } }

/* Location: illustration first, address and directions on the right. */
.location { grid-template-columns: 1.1fr .9fr; }
.location-map { grid-column: 1; grid-row: 1; }
.location-copy { grid-column: 2; grid-row: 1; }
@media (max-width: 700px) {
  .location { grid-template-columns: 1fr; }
  .location-map { grid-column: 1; grid-row: 1; }
  .location-copy { grid-column: 1; grid-row: 2; }
}
