:root {
  --cream:   #f6f1e9;
  --cream-2: #efe7da;
  --card:    #fffdf9;
  --ink:     #2f352b;
  --ink-soft:#5e6555;
  --ink-dim: #908b7c;
  --sage:    #7c8a6b;
  --sage-d:  #56654a;
  --sage-dd: #3f4a37;
  --clay:    #c79a82;
  --clay-d:  #b07e64;
  --border:  rgba(47,53,43,.12);
  --shadow:  0 30px 60px -32px rgba(63,74,55,.4);
  --maxw: 1120px;
  --ease: cubic-bezier(.22,.61,.27,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body { font-family: 'Jost', system-ui, sans-serif; font-weight: 400; color: var(--ink); background: var(--cream); line-height: 1.7; -webkit-font-smoothing: antialiased; }
img, svg, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', Georgia, serif; font-weight: 600; line-height: 1.1; letter-spacing: .005em; }
.sr-only { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 26px; }
.ic { width: 1.05em; height: 1.05em; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.kicker { display: inline-flex; align-items: center; gap: 9px; font-family: 'Jost', sans-serif; font-weight: 500; font-size: .76rem; letter-spacing: .26em; text-transform: uppercase; color: var(--sage-d); margin-bottom: 18px; }
.kicker.light { color: #d7e0c8; }
.kicker .ic { width: 16px; height: 16px; }

.btn { --py: 13px; --px: 26px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: 'Jost', sans-serif; font-weight: 500; font-size: .9rem; letter-spacing: .04em;
  padding: var(--py) var(--px); border-radius: 999px; border: 1.5px solid transparent; cursor: pointer;
  transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; white-space: nowrap; }
.btn .ic { width: 1.15em; height: 1.15em; }
.btn-lg { --py: 16px; --px: 32px; font-size: .98rem; }
.btn-sm { --py: 9px; --px: 19px; font-size: .82rem; }
.btn-solid { background: var(--sage-d); color: var(--cream); }
.btn-solid:hover { background: var(--sage-dd); transform: translateY(-2px); }
.btn-line { border-color: var(--ink); color: var(--ink); }
.btn-line:hover { background: var(--ink); color: var(--cream); transform: translateY(-2px); }
.btn-cream { background: var(--cream); color: var(--sage-dd); }
.btn-cream:hover { background: #fff; transform: translateY(-2px); }
.btn-line-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn-line-light:hover { background: rgba(255,255,255,.14); }

/* header */
.hdr { position: sticky; top: 0; z-index: 50; background: rgba(246,241,233,.82); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.logo { display: flex; align-items: center; gap: 11px; }
.logo-ic { width: 28px; height: 28px; color: var(--sage-d); fill: none; stroke: currentColor; stroke-width: 1.6; }
.logo-txt { font-family: 'Cormorant Garamond', serif; font-weight: 600; font-size: 1.55rem; color: var(--ink); letter-spacing: .02em; }
.amp { color: var(--clay-d); font-style: italic; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links > a { font-weight: 400; color: var(--ink-soft); font-size: .94rem; letter-spacing: .03em; }
.nav-links > a:hover { color: var(--sage-d); }
.nav-links .btn { color: var(--cream); }
.burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 1.5px; background: var(--ink); border-radius: 2px; transition: .25s var(--ease); }

/* hero */
.hero { position: relative; text-align: center; padding: clamp(70px, 12vw, 130px) 0 clamp(56px, 9vw, 104px); overflow: hidden;
  background: radial-gradient(900px 460px at 50% -10%, var(--cream-2), transparent 70%); }
.hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.hero h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); font-weight: 500; margin-bottom: 22px; letter-spacing: 0; }
.hero h1 em { font-style: italic; color: var(--sage-d); }
.lede { font-size: clamp(1.06rem, 1.7vw, 1.28rem); color: var(--ink-soft); max-width: 600px; margin: 0 auto 32px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 30px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 26px; justify-content: center; color: var(--ink-soft); font-size: .9rem; letter-spacing: .03em; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta .ic { color: var(--clay-d); width: 17px; height: 17px; }
.leaf-deco { position: absolute; z-index: 1; color: var(--sage); opacity: .16; }
.leaf-deco svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; }
.leaf-1 { width: 200px; height: 200px; top: 4%; left: -50px; transform: rotate(-20deg); }
.leaf-2 { width: 150px; height: 150px; bottom: 0; right: -30px; transform: rotate(15deg); }

/* sections */
.section { padding: clamp(62px, 9vw, 108px) 0; }
.section-sage { background: var(--sage-d); color: var(--cream); }
.section-sage .sub { color: #d7e0c8; }
.section-cream { background: var(--cream-2); }
.head { text-align: center; max-width: 600px; margin: 0 auto clamp(40px, 6vw, 60px); }
.head h2 { font-size: clamp(2.2rem, 4.5vw, 3.3rem); font-weight: 500; margin-bottom: 12px; }
.head .sub { color: var(--ink-soft); font-size: 1.06rem; }
h2 { font-weight: 500; }

/* about */
.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.about-copy h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
.about-copy p { color: var(--ink-soft); margin-bottom: 16px; }
.about-copy .btn { margin-top: 10px; }
.about-art { position: relative; height: 400px; }
.circle { position: absolute; border-radius: 50%; display: grid; place-items: center; box-shadow: var(--shadow); }
.circle svg { fill: none; stroke: rgba(255,255,255,.9); stroke-width: 1; }
.circle-1 { width: 74%; height: 74%; top: 0; left: 0; background: linear-gradient(150deg, var(--sage), var(--sage-d)); }
.circle-1 svg { width: 78px; height: 78px; }
.circle-2 { width: 46%; height: 46%; bottom: 6%; right: 0; background: linear-gradient(150deg, var(--clay), var(--clay-d)); border: 7px solid var(--cream); }
.circle-2 svg { width: 52px; height: 52px; }

/* treatments */
.treat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.treat { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: 32px; transition: transform .3s var(--ease), background .3s; }
.treat:hover { transform: translateY(-5px); background: rgba(255,255,255,.12); }
.treat-ic { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.14); color: var(--cream); margin-bottom: 18px; }
.treat-ic .ic { width: 26px; height: 26px; }
.treat h3 { font-size: 1.5rem; margin-bottom: 8px; }
.treat p { color: #d7e0c8; font-size: .95rem; margin-bottom: 14px; }
.treat-from { font-family: 'Jost', sans-serif; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: #c0ceae; }

/* timetable */
.timetable { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.tt-row { display: grid; grid-template-columns: 56px 1fr auto auto; align-items: center; gap: 20px; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 18px 24px; }
.tt-day { font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; font-weight: 600; color: var(--clay-d); }
.tt-name { font-size: 1.08rem; }
.tt-time { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-soft); font-size: .9rem; }
.tt-time .ic { color: var(--sage-d); width: 16px; height: 16px; }

/* social / instagram */
.insta-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.insta { position: relative; aspect-ratio: 1; border-radius: 16px; overflow: hidden; display: flex; align-items: flex-end; padding: 16px; color: #fff; transition: transform .3s var(--ease); }
.insta:hover { transform: scale(1.02); }
.insta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(47,53,43,.5)); }
.insta-cap { position: relative; z-index: 1; font-size: .92rem; font-weight: 500; }
.i1 { background: linear-gradient(150deg, #8a9a78, #5a6a4c); }
.i2 { background: linear-gradient(150deg, #d4a98f, #b07e64); }
.i3 { background: linear-gradient(150deg, #9aa98a, #6b7a58); }
.i4 { background: linear-gradient(150deg, #c9b79e, #a08b6f); }
.i5 { background: linear-gradient(150deg, #7c8a6b, #45533a); }
.i6 { background: linear-gradient(150deg, #cfa68d, #9c7156); }
.social-cta { text-align: center; margin-top: 30px; }

/* testimonials */
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; padding: 32px; }
.stars { display: flex; gap: 3px; margin-bottom: 16px; color: #e6cf8f; }
.stars .ic { width: 17px; height: 17px; fill: #e6cf8f; stroke: #e6cf8f; }
.quote blockquote { font-family: 'Cormorant Garamond', serif; font-size: 1.32rem; line-height: 1.45; margin-bottom: 16px; }
.quote figcaption { color: #c0ceae; font-size: .88rem; letter-spacing: .05em; }

/* booking band */
.book-band { position: relative; overflow: hidden; text-align: center; background: linear-gradient(160deg, var(--clay), var(--clay-d)); color: #fff; padding: clamp(60px, 9vw, 100px) 0; }
.book-inner { position: relative; z-index: 2; max-width: 640px; margin: 0 auto; }
.book-band h2 { font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 500; margin-bottom: 14px; }
.book-band p { color: rgba(255,255,255,.9); margin-bottom: 28px; font-size: 1.08rem; }
.book-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.leaf-3 { width: 240px; height: 240px; top: -40px; right: -40px; color: #fff; opacity: .14; }

/* visit */
.visit-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 46px; align-items: stretch; }
.visit-info h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin-bottom: 22px; }
.info-list { display: flex; flex-direction: column; gap: 15px; margin-bottom: 28px; }
.info-list li { display: flex; gap: 13px; align-items: flex-start; }
.info-list .ic { color: var(--clay-d); width: 22px; height: 22px; margin-top: 4px; }
.info-list a:hover { color: var(--sage-d); }
.hours-title { display: flex; align-items: center; gap: 9px; font-size: 1.35rem; margin-bottom: 12px; }
.hours-title .ic { color: var(--clay-d); width: 20px; height: 20px; }
.hours { width: 100%; max-width: 340px; border-collapse: collapse; margin-bottom: 28px; }
.hours td { padding: 10px 0; border-bottom: 1px solid var(--border); }
.hours td:first-child { font-weight: 500; }
.hours td:last-child { text-align: right; color: var(--ink-soft); }
.visit-map { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); min-height: 380px; }
.visit-map iframe { width: 100%; height: 100%; min-height: 380px; border: 0; filter: saturate(.85) sepia(.05); }

/* footer */
.ftr { background: var(--sage-dd); color: #d7e0c8; padding-top: 56px; }
.ftr-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 32px; padding-bottom: 38px; }
.ftr-brand .logo-txt { color: var(--cream); display: inline-block; margin-bottom: 12px; }
.ftr-brand p { color: #b3c0a2; max-width: 330px; font-size: .94rem; }
.ftr-col h4 { font-family: 'Jost', sans-serif; font-weight: 500; font-size: .78rem; letter-spacing: .18em; text-transform: uppercase; color: #cdd9bd; margin-bottom: 13px; }
.ftr-col a { display: block; color: #b3c0a2; padding: 5px 0; font-size: .93rem; }
.ftr-col a:hover { color: #fff; }
.ftr-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 20px 26px; border-top: 1px solid rgba(255,255,255,.12); font-size: .84rem; color: #99a888; }
.ftr-bottom a:hover { color: #fff; }

/* reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* responsive */
@media (max-width: 900px) {
  .nav-links { position: fixed; inset: 76px 0 auto 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--cream); border-bottom: 1px solid var(--border); padding: 12px 26px 24px; transform: translateY(-150%); transition: transform .3s var(--ease); }
  .nav-links.open { transform: none; }
  .nav-links > a { padding: 14px 0; border-bottom: 1px solid var(--border); }
  .nav-links .btn { margin-top: 12px; }
  .burger { display: flex; }
  .burger[aria-expanded="true"] span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .burger[aria-expanded="true"] span:nth-child(2){ opacity: 0; }
  .burger[aria-expanded="true"] span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }
  .about-grid, .visit-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-art { height: 340px; max-width: 440px; }
  .treat-grid, .quote-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 580px) {
  .treat-grid, .quote-grid, .insta-grid { grid-template-columns: 1fr; }
  .insta-grid { grid-template-columns: repeat(2, 1fr); }
  .tt-row { grid-template-columns: 44px 1fr; row-gap: 8px; }
  .tt-time { grid-column: 2; }
  .tt-row .btn { grid-column: 2; justify-self: start; }
  .ftr-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
