:root {
  --paper: #f7f5ed;
  --ink: #30392d;
  --olive: #48513c;
  --muted: #686b60;
  --sage: #e1e5d9;
  --line: #d2d4c7;
  --copper: #a47058;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'DM Sans', Arial, sans-serif;
  --gutter: clamp(24px, 4.45vw, 80px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 15px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
::selection { background: #cdd5bd; color: var(--ink); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: default; }
button { border-radius: 0; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; }
h2 { font-size: clamp(48px, 4.55vw, 72px); line-height: 1.03; letter-spacing: -.035em; }
h3 { font-size: 42px; line-height: 1.1; letter-spacing: -.025em; }
em { font-weight: 400; }
button, a, summary, [tabindex] { outline-offset: 6px; }
:focus-visible { outline: 2px solid var(--copper); }
[hidden] { display: none !important; }
.wrap { max-width: 1600px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: 112px 120px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; background: var(--ink); color: var(--paper); padding: 12px 18px; }
.skip-link:focus { top: 12px; }
.header { position: sticky; top: 0; z-index: 20; background: var(--paper); }
.header-inner { min-height: 110px; display: flex; align-items: center; gap: 48px; }
.wordmark { display: inline-flex; flex-direction: column; flex-shrink: 0; text-align: center; }
.wordmark > span { font-family: var(--serif); font-size: 45px; line-height: .9; letter-spacing: -.055em; }
.wordmark small { font-size: 9px; letter-spacing: .3em; margin-top: 10px; padding-left: 3px; }
.wordmark-dot { color: var(--copper); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 38px; font-size: 13px; }
.nav a { position: relative; padding-block: 12px; }
.nav a::after { position: absolute; content: ''; bottom: 8px; left: 0; width: 100%; height: 1px; background: var(--ink); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.nav a:hover::after, .nav a[aria-current="location"]::after { transform: scaleX(1); }
.button { border: 1px solid var(--ink); border-radius: 100px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; padding: 17px 24px; background: var(--ink); color: var(--paper); font-size: 13px; line-height: 1.25; min-height: 53px; transition: background .2s, transform .2s; }
.button:hover { background: #4d5844; transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 13px 20px; gap: 23px; font-size: 12px; }
.arrow { font-family: Arial, sans-serif; font-size: 21px; font-weight: 400; line-height: 1; transition: transform .2s; }
.button:hover .arrow { transform: translate(2px, -2px); }
.menu-toggle { display: none; }
.hero { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; padding-top: 12px; position: relative; }
.hero-copy { padding-block: 58px 34px; display: flex; flex-direction: column; align-items: flex-start; }
.hero h1 { font-size: clamp(68px, 6.85vw, 110px); letter-spacing: -.05em; line-height: .96; margin-left: -4px; }
.hero h1 em { color: #768064; letter-spacing: -.05em; }
.hero-description { color: #666a5e; margin-top: 30px; font-size: 15px; line-height: 1.7; }
.hero .button { margin-top: 27px; }
.location { font-size: 10px; color: var(--muted); margin-top: 24px; letter-spacing: .03em; }
.location-mark { display: inline-block; font-size: 27px; line-height: 0; margin-right: 5px; vertical-align: -3px; }
.hero-photo { position: relative; height: clamp(570px, 46vw, 690px); overflow: hidden; background: #3b3e2a; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 47%; }
.hero-photo figcaption { position: absolute; bottom: 35px; right: 31px; color: var(--paper); font: italic 35px/1 var(--serif); text-shadow: 0 1px 8px #0007; }
.photo-index { position: absolute; color: var(--paper); font-size: 8px; letter-spacing: .24em; writing-mode: vertical-rl; top: 31px; right: 24px; text-shadow: 0 1px 5px #000; }
.scroll-note { grid-column: 1/-1; display: flex; gap: 14px; align-items: center; padding-block: 27px; font-size: 8px; letter-spacing: .18em; color: var(--muted); }
.scroll-note > span:last-child { font-size: 19px; line-height: 1; }
.practice-strip { display: flex; align-items: center; justify-content: space-between; min-height: 88px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; letter-spacing: .035em; }
.strip-star { font-size: 22px; color: #8e967d; }
.section-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 50px; }
.eyebrow { font-size: 9px; letter-spacing: .19em; font-weight: 500; line-height: 1.5; margin-bottom: 23px; }
.intro-description { margin-bottom: 7px; color: var(--muted); width: 29%; }
.therapy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.therapy-photo { height: clamp(250px, 27vw, 415px); position: relative; overflow: hidden; background: var(--sage); }
.therapy-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.6,.3,1); }
.therapy:hover .therapy-photo img { transform: scale(1.025); }
.reiki-photo img { object-position: 50% 40%; }
.bowen-photo img { object-position: 50% 46%; }
.therapy-photo > span { position: absolute; bottom: 20px; left: 22px; font-size: 9px; letter-spacing: .12em; background: var(--paper); color: var(--ink); padding: 7px 12px; }
.therapy-heading { display: flex; gap: 15px; justify-content: space-between; align-items: center; margin-top: 25px; margin-bottom: 15px; }
.therapy-heading .eyebrow { margin: 5px 0 0; font-size: 8px; text-align: right; }
.therapy > p { color: var(--muted); max-width: 490px; font-size: 14px; }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
.therapy-details { margin-top: 22px; border-bottom: 1px solid #aeb6a0; }
.therapy-details summary { display: flex; justify-content: space-between; align-items: center; padding-block: 12px 17px; font-size: 12px; font-weight: 500; }
.detail-icon { flex-shrink: 0; display: inline-block; font: 300 25px/1 var(--sans); transition: transform .2s; }
details[open] > summary .detail-icon { transform: rotate(45deg); }
.detail-content { padding-bottom: 22px; font-size: 14px; color: var(--muted); }
.detail-content p + p { margin-top: 12px; }
.text-link { display: inline-flex; justify-content: space-between; align-items: center; gap: 35px; font-size: 12px; line-height: 1.4; padding-bottom: 8px; border-bottom: 1px solid #8e987e; }
.text-link span { font-family: Arial, sans-serif; font-size: 20px; line-height: 1; }
.text-link:hover { color: var(--copper); border-color: var(--copper); }
.detail-content .text-link { margin-top: 18px; }
.about { background: var(--sage); }
.about-inner { padding-block: 104px 64px; display: grid; grid-template-columns: 1.05fr 1fr; gap: 90px; }
.about-heading h2 { font-size: clamp(60px, 5.8vw, 93px); }
.about-flower { font-size: 101px; line-height: 1; font-family: Georgia, serif; font-weight: 400; color: #8a927b; display: block; margin-top: 43px; width: fit-content; }
.about-copy { max-width: 430px; padding-top: 40px; }
.about-copy .large-copy { font: 400 35px/1.17 var(--serif); letter-spacing: -.02em; margin-bottom: 28px; }
.about-copy > p:not(.large-copy) { font-size: 14px; color: #606754; margin-top: 16px; }
.about-copy .text-link { margin-top: 29px; }
.signature { font: italic 35px/1.2 var(--serif); color: #6b7659; transform: rotate(-5deg); margin-top: 30px; margin-left: 4px; }
.about-bottom { min-height: 66px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid #c1c9b7; font-size: 8px; letter-spacing: .18em; }
.visit { display: grid; grid-template-columns: .9fr 1.15fr; gap: 100px; }
.visit-intro > p:not(.eyebrow) { margin-top: 25px; color: var(--muted); font-size: 14px; }
.visit-intro .text-link { margin-top: 24px; }
.faq-list { padding-top: 15px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; font-size: 14px; padding-block: 24px; }
.faq-list .detail-content { max-width: 94%; padding-bottom: 26px; }
.contact { background: var(--ink); color: var(--paper); }
.contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; padding-block: 99px 100px; }
.contact h2 { font-size: clamp(67px, 6.2vw, 100px); line-height: .99; }
.contact h2 em { color: #c3cbb1; }
.contact-copy > p:not(.eyebrow) { margin-top: 32px; font-size: 13px; color: #c9cfc1; }
.contact-email { display: inline-flex; align-items: center; gap: 25px; margin-top: 24px; font-size: 12px; border-bottom: 1px solid #839079; padding-bottom: 9px; }
.contact-email span { font: 20px Arial, sans-serif; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover { background: #dfe6d2; }
.plain-button { padding: 6px 0; font-size: 12px; border: 0; border-bottom: 1px solid #839079; color: var(--paper); background: transparent; }
.footer { padding-top: 43px; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-bottom: 38px; }
.footer-top > p { font-size: 11px; color: var(--muted); line-height: 1.8; }
.back-top { font-size: 10px; display: flex; align-items: center; gap: 18px; }
.back-top span { font-size: 21px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 63px; font-size: 8px; letter-spacing: .02em; color: var(--muted); }

@media (min-width: 1600px) { .hero-photo { min-height: 690px; } }
@media (max-width: 1100px) {
  .header-inner { min-height: 95px; gap: 28px; }
  .nav { gap: 25px; }
  .hero { gap: 20px; }
  .hero h1 { font-size: 7.1vw; }
  .hero-photo { height: 525px; }
  .hero-copy { padding-top: 45px; }
  .hero-description { font-size: 13px; }
  .hero-photo figcaption { font-size: 30px; }
  .section { padding-block: 86px; }
  .therapy-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .therapy-heading .eyebrow { text-align: left; }
  .therapy > p { font-size: 13px; }
  .about-inner { gap: 55px; padding-block: 85px 60px; }
  .visit { gap: 60px; }
  .contact-inner { gap: 60px; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 88px; }
  .header-inner { min-height: 88px; gap: 20px; }
  .wordmark > span { font-size: 37px; }
  .wordmark small { font-size: 8px; margin-top: 8px; }
  .header-cta { margin-left: auto; font-size: 11px; padding: 12px 16px; min-height: 42px; gap: 16px; }
  .menu-toggle { display: flex; position: relative; flex-direction: column; justify-content: center; gap: 6px; align-items: center; border: 0; background: transparent; height: 44px; width: 34px; padding: 0; }
  .menu-toggle span { width: 22px; height: 1px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: absolute; background: var(--paper); left: 0; right: 0; top: 88px; margin: 0; padding: 15px var(--gutter) 27px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 8px; display: none; box-shadow: 0 15px 20px #30392d0a; }
  .nav.is-open { display: flex; }
  .nav a { font-family: var(--serif); font-size: 28px; width: 100%; padding: 5px 0; }
  .nav a::after { display: none; }
  .hero-copy { padding-block: 28px 26px; }
  .hero h1 { font-size: 7.3vw; }
  .hero-photo { height: 455px; }
  .hero-description { font-size: 12px; margin-top: 22px; }
  .hero .button { font-size: 12px; gap: 24px; padding: 14px 20px; min-height: 49px; }
  .location { font-size: 8px; letter-spacing: 0; }
  .practice-strip { min-height: 75px; font-size: 9px; }
  .strip-star { font-size: 15px; }
  .intro-description { width: 36%; font-size: 12px; }
  .therapy-grid { gap: 25px; }
  .therapy-photo { height: 275px; }
  .therapy-heading h3 { font-size: 37px; }
  .about-copy .large-copy { font-size: 30px; }
  .about-copy > p:not(.large-copy) { font-size: 13px; }
  .about-inner { gap: 38px; }
  .about-heading h2 { font-size: 58px; }
  .visit { gap: 42px; }
  .faq-list summary { font-size: 12px; gap: 16px; }
  .contact-inner { gap: 35px; padding-block: 76px; }
  .contact h2 { font-size: 66px; }
  .contact-copy > p:not(.eyebrow) { font-size: 12px; }
}
@media (max-width: 600px) {
  :root { --gutter: 24px; }
  .header-inner { gap: 13px; }
  .header-cta { font-size: 10px; gap: 12px; padding: 11px 14px; }
  .header-cta .arrow { font-size: 17px; }
  .hero { grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .hero-copy { padding-block: 32px 36px; }
  .hero h1 { font-size: clamp(59px, 13vw, 78px); line-height: .98; }
  .hero-description { font-size: 13px; line-height: 1.7; margin-top: 25px; }
  .desktop-break { display: none; }
  .hero .button { margin-top: 23px; font-size: 12px; padding: 15px 20px; }
  .location { font-size: 9px; margin-top: 18px; }
  .hero-photo { height: 410px; min-height: 0; }
  .hero-photo img { object-position: 50% 49%; }
  .hero-photo figcaption { bottom: 28px; right: 24px; font-size: 31px; }
  .scroll-note { padding-block: 23px; }
  .practice-strip { flex-wrap: wrap; justify-content: center; column-gap: 17px; row-gap: 7px; padding-block: 19px; font-size: 9px; min-height: 82px; }
  .practice-strip span:last-child { flex-basis: 100%; text-align: center; }
  .practice-strip .strip-star:nth-of-type(4) { display: none; }
  .section { padding-block: 71px 76px; }
  h2 { font-size: 51px; }
  .eyebrow { font-size: 8px; margin-bottom: 20px; }
  .section-intro { display: block; margin-bottom: 31px; }
  .intro-description { width: auto; font-size: 13px; margin-top: 22px; }
  .therapy-grid { grid-template-columns: 1fr; gap: 48px; }
  .therapy-photo { height: 300px; }
  .therapy-heading { flex-direction: row; align-items: center; margin-top: 22px; }
  .therapy-heading h3 { font-size: 38px; }
  .therapy-heading .eyebrow { font-size: 7px; text-align: right; max-width: 94px; }
  .therapy > p { font-size: 13px; }
  .therapy-details { margin-top: 17px; }
  .detail-content { font-size: 13px; }
  .about-inner { grid-template-columns: 1fr; gap: 0; padding-block: 67px 53px; }
  .about-heading { position: relative; }
  .about-heading h2 { font-size: 62px; }
  .about-flower { position: absolute; font-size: 64px; right: 4px; bottom: 9px; margin-top: 0; }
  .about-copy { max-width: 100%; padding-top: 38px; }
  .about-copy .large-copy { font-size: 33px; margin-bottom: 24px; }
  .about-copy .text-link { margin-top: 26px; }
  .signature { margin-top: 23px; font-size: 32px; }
  .about-bottom { font-size: 7px; gap: 20px; min-height: 59px; letter-spacing: .1em; }
  .visit { grid-template-columns: 1fr; gap: 34px; }
  .visit-intro > p:not(.eyebrow) { margin-top: 23px; font-size: 13px; }
  .visit-intro .text-link { margin-top: 19px; }
  .faq-list { padding-top: 0; }
  .faq-list summary { font-size: 13px; padding-block: 23px; }
  .contact-inner { grid-template-columns: 1fr; gap: 51px; padding-block: 66px 62px; }
  .contact h2 { font-size: 72px; }
  .contact-copy > p:not(.eyebrow) { margin-top: 27px; font-size: 13px; }
  .contact-email { margin-top: 21px; }
  .footer { padding-top: 33px; }
  .footer-top { align-items: flex-start; flex-wrap: wrap; padding-bottom: 27px; }
  .footer-top > p { font-size: 10px; order: 3; width: 100%; }
  .back-top { margin-top: 9px; }
  .footer-bottom { padding-block: 18px; min-height: 66px; flex-wrap: wrap; gap: 5px; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 15.5vw; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .about-heading h2 { font-size: 55px; }
  .contact h2 { font-size: 65px; }
}
