/* Light Touch · lighttouch.me
   The page is built from Kira's room: the pine-green panel wall, the crimson
   curtains, the kilim rug, raw linen and wood. Tokens below come from the photo. */

/* Fonts are self-hosted (latin subset) so the first screen does not wait on another server. */
@font-face { font-family: "Onest"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("fonts/onest-latin.woff2?v=324d4be3") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Yeseva One"; font-style: normal; font-weight: 400; font-display: swap; src: url("fonts/yeseva-one-latin.woff2?v=8461a962") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

:root {
  --wall: #1f3b33;
  --wall-deep: #172c26;
  --curtain: #a51e3c;
  --curtain-deep: #7c1530;
  --linen: #efe6d6;
  --paper: #f8f3e9;
  --choc: #3b2a22;
  --choc-soft: #6b574b;
  --wood: #c49a6c;
  --teal: #5fa39a;
  --sage: #9dae8c;

  --display: "Yeseva One", "Georgia", serif;
  --body: "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;

  --gutter: clamp(20px, 5vw, 56px);
  --maxw: 1160px;
  --header-h: 60px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--choc);
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.12; margin: 0; letter-spacing: -0.005em; }
h1 { font-size: clamp(2.5rem, 6.2vw, 4.6rem); }
h2 { font-size: clamp(1.95rem, 3.8vw, 3rem); }
h3 { font-size: clamp(1.45rem, 2.2vw, 1.8rem); }

:focus-visible { outline: 3px solid var(--teal); outline-offset: 3px; border-radius: 4px; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }

.eyebrow {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  margin: 0 0 1.1rem; color: var(--curtain);
}

.lede { font-size: clamp(1.1rem, 1.6vw, 1.28rem); line-height: 1.55; }

/* ---------- Surfaces ---------- */

.sec { padding-top: clamp(64px, 9vw, 120px); padding-bottom: clamp(64px, 9vw, 120px); }

.on-paper { background: var(--paper); }
.on-linen { background: var(--linen); }

/* The wall: pine green with a quiet tone-on-tone floral damask, like old wallpaper. */
.on-wall { background: var(--wall) url("img/wall-floral.webp?v=b963645b") center top / 760px auto repeat; color: var(--linen); }
.on-wall .eyebrow { color: var(--wood); }

/* The curtain: plush crimson velvet in soft folds (photo texture, colour fallback underneath). */
.on-curtain {
  background:
    linear-gradient(rgba(35,4,12,0.55), rgba(35,4,12,0) 120px, rgba(35,4,12,0) calc(100% - 140px), rgba(35,4,12,0.6)),
    linear-gradient(90deg, rgba(50,6,18,0.5), rgba(50,6,18,0.18)),
    var(--curtain) url("img/velvet.webp?v=3246f538") center / cover no-repeat;
  color: #f7efe4;
}
.on-curtain p { text-shadow: 0 1px 2px rgba(40,0,10,0.35); }
@media (max-width: 600px) { .on-curtain { background-image: linear-gradient(rgba(35,4,12,0.6), rgba(35,4,12,0.15) 90px, rgba(35,4,12,0.15) calc(100% - 90px), rgba(35,4,12,0.6)), linear-gradient(rgba(50,6,18,0.4), rgba(50,6,18,0.4)), url("img/velvet-900.webp?v=ad0f1cd5"); } }
.on-curtain .eyebrow { color: #f2c9b8; }

/* The band under the hero: the geometric Makosh sign, four rhombuses around a crossed centre.
   To go back to the embroidered figure with birds and trees, swap kilim-rhombus.svg for kilim.svg. */
.kilim {
  height: 56px;
  background: var(--linen) url("kilim-rhombus.svg?v=ea6c194f") repeat-x center / auto 56px;
  border-top: 4px solid var(--choc);
  border-bottom: 4px solid var(--choc);
}
.kilim--thin { height: 36px; background-image: url("band-thin.svg?v=465f7eee"); background-size: auto 36px; border-width: 3px; }
@media (max-width: 600px) { .kilim { height: 48px; background-size: auto 48px; } }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5em;
  min-height: 52px; padding: 0 1.7em;
  border-radius: 999px; border: 1.5px solid transparent;
  font: 600 1rem/1 var(--body); text-decoration: none; letter-spacing: 0.01em;
  cursor: pointer; transition: background-color .18s, color .18s, border-color .18s, transform .18s;
}
.btn:active { transform: translateY(1px); }
.btn--book { background: var(--curtain); color: #fff6ee; }
.btn--book:hover { background: var(--curtain-deep); }
.btn--ghost { border-color: currentColor; color: inherit; background: transparent; }
.btn--ghost:hover { background: rgba(127,127,127,0.14); }
.btn--linen { background: var(--linen); color: var(--curtain-deep); }
.btn--linen:hover { background: #fff; }
.btn--sm { min-height: 42px; font-size: 0.92rem; padding: 0 1.25em; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Header ---------- */

.site-header {
  position: sticky; top: 0; z-index: 50; height: var(--header-h);
  background: var(--wall-deep); color: var(--linen);
  border-bottom: 1px solid rgba(239,230,214,0.12);
}
.site-header .wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
/* The name sits on the brand’s baseline, its capitals as tall as the brand’s small letters (Yeseva x-height 0.5em, Onest cap height 0.707em). */
.brand { font-family: var(--display); font-size: 1.3rem; line-height: 1; text-decoration: none; white-space: nowrap; display: inline-flex; align-items: baseline; gap: 0.55em; position: relative; top: -2px; }
.brand small { font: 500 0.707em/1 var(--body); letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.75; }
.nav { display: none; gap: 24px; font-size: 0.95rem; font-weight: 500; }
.nav a { text-decoration: none; white-space: nowrap; opacity: 0.85; padding: 6px 0; border-bottom: 1.5px solid transparent; }
.nav a:hover { opacity: 1; border-bottom-color: var(--wood); }
.site-header .btn { display: none; white-space: nowrap; }

.menu { position: relative; }
.menu summary { list-style: none; cursor: pointer; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 10px 0 10px 12px; }
.menu summary::-webkit-details-marker { display: none; }
.menu[open] summary { color: var(--wood); }
.menu-panel {
  position: absolute; right: calc(var(--gutter) * -1); top: calc(var(--header-h) - 14px);
  width: 100vw; background: var(--wall-deep); padding: 8px var(--gutter) 24px;
  border-bottom: 4px solid var(--curtain);
  display: grid;
}
.menu-panel a { text-decoration: none; font-family: var(--display); font-size: 1.5rem; padding: 12px 0; border-bottom: 1px solid rgba(239,230,214,0.12); }

@media (min-width: 860px) {
  .nav { display: flex; }
  .site-header .btn { display: inline-flex; }
  .menu { display: none; }
}
@media (min-width: 860px) and (max-width: 1180px) {
  .nav { gap: 16px; font-size: 0.9rem; }
  .nav a[href="#gift"] { display: none; }
  .brand small { display: none; }
}

/* ---------- Hero ---------- */

.hero { padding-top: clamp(40px, 6vw, 84px); padding-bottom: clamp(56px, 8vw, 110px); overflow: hidden; }
.hero-grid { display: grid; gap: 48px; align-items: center; }
.hero h1 { margin-bottom: 1.4rem; max-width: 11em; }
.hero .lede { max-width: 33em; color: rgba(239,230,214,0.9); margin-bottom: 2rem; }
.hero .btn-row .btn { min-width: 184px; }
.hero-trust { list-style: none; margin: 1.8rem 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 26px; font-size: 0.88rem; color: rgba(239,230,214,0.82); white-space: nowrap; }
.hero-trust li { display: flex; align-items: baseline; gap: 0.35em; }
.hero-trust b { font-family: var(--display); font-weight: 400; font-size: 1.25rem; color: var(--linen); }
.hero-where { margin-top: 1.2rem; font-size: 0.95rem; color: rgba(239,230,214,0.72); padding-left: 16px; border-left: 2px solid var(--curtain); max-width: 30em; }

/* A picture hung on the wall the way the macrame hangs in the studio:
   a wooden rod, a beige knotted mat around the photo, a fringe below. */
.hang { margin: 0 auto; width: min(100%, 400px); position: relative; }

.macrame { position: relative; padding: 16px 16px 0; background: #e3d6bd; box-shadow: 0 18px 40px rgba(0,0,0,0.25); }
.macrame::before {
  content: ""; position: absolute; inset: 6px 6px 0; pointer-events: none;
  border: 2px dotted #c9b48c; border-bottom: 0;
}
.macrame::after {
  content: ""; display: block; height: 48px; margin: 0 -16px;
  background: url("fringe.svg?v=2425d34b") repeat-x top / auto 48px;
}
.macrame .ph, .macrame img { position: relative; width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.macrame picture { display: block; }
.photo { display: block; }
.photo img { width: 100%; height: auto; object-fit: cover; }
.photo--wide img { aspect-ratio: 3 / 2; }
.photo--square img { aspect-ratio: 1; }

@media (min-width: 860px) {
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: 64px; }
}

@media (prefers-reduced-motion: no-preference) {
  .rise { opacity: 0; transform: translateY(14px); animation: rise .8s cubic-bezier(.2,.7,.2,1) forwards; }
  .rise:nth-child(2) { animation-delay: .08s; } .rise:nth-child(3) { animation-delay: .16s; }
  .rise:nth-child(4) { animation-delay: .24s; } .rise:nth-child(5) { animation-delay: .32s; }
  .hang.rise { animation-delay: .3s; }
  @keyframes rise { to { opacity: 1; transform: none; } }
}

/* ---------- Photo placeholders ---------- */

.ph {
  position: relative; display: grid; place-items: center; text-align: center;
  background-color: #cbbfa8;
  color: var(--choc); padding: 24px; aspect-ratio: 4 / 5; width: 100%;
}
.ph--wide { aspect-ratio: 3 / 2; }
.ph--square { aspect-ratio: 1; }
.ph--43 { aspect-ratio: 4 / 3; }
.ph span { font-size: 0.85rem; line-height: 1.45; max-width: 22em; }
.ph span b { display: block; font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--curtain); margin-bottom: 6px; }

/* Anything Kira still has to supply. Loud on purpose so it cannot ship by accident. */
.todo { background: rgba(95,163,154,0.2); outline: 1.5px dashed var(--teal); outline-offset: 2px; border-radius: 3px; padding: 0 4px; }
.on-wall .todo, .on-curtain .todo { background: rgba(255,255,255,0.14); outline-color: rgba(255,255,255,0.6); }

/* ---------- Who this is for ---------- */

.for-head { max-width: 40em; margin-bottom: clamp(32px, 4vw, 56px); }
.for-head h2 { margin-bottom: 1rem; }
.for-head p { color: var(--choc-soft); }
.for-grid { display: grid; gap: 20px; }
.for-card { padding: 30px 28px 32px; background: var(--linen); border-top: 4px solid var(--curtain); display: flex; flex-direction: column; gap: 14px; }
.for-card:nth-child(2) { border-top-color: var(--wall); }
.for-card:nth-child(3) { border-top-color: var(--wood); }
.for-card h3 { font-size: 1.5rem; }
@media (min-width: 860px) { .for-card h3 { min-height: 2.3em; } }
.for-card p { color: var(--choc-soft); }
.for-card .for-go { margin-top: auto; padding-top: 6px; font-weight: 600; color: var(--curtain); text-decoration: none; text-underline-offset: 4px; }
.for-card .for-go:hover { text-decoration: underline; }
.for-note { margin-top: clamp(28px, 4vw, 40px); font-size: 1rem; color: var(--choc-soft); max-width: 40em; }
.for-note a { color: var(--curtain); font-weight: 600; text-underline-offset: 4px; }

@media (min-width: 860px) { .for-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Why this feels different ---------- */

.diff-grid { display: grid; gap: 48px; }
.diff-head h2 { margin-bottom: 1.4rem; }
.diff-head .ph { margin-top: 2rem; }
.diff-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.diff-list li { padding: 28px 0; border-top: 1px solid rgba(59,42,34,0.2); }
.diff-list li:last-child { border-bottom: 1px solid rgba(59,42,34,0.2); }
.diff-list h3 { margin-bottom: 0.6rem; }
.diff-list p { color: var(--choc-soft); max-width: 36em; }

@media (min-width: 860px) {
  .diff-grid { grid-template-columns: 0.9fr 1.1fr; gap: 80px; align-items: start; }
}

/* ---------- Services ---------- */

.services-head { max-width: 44em; margin-bottom: clamp(36px, 5vw, 64px); }
.services-head h2 { margin-bottom: 1.2rem; }
.services-head p { color: var(--choc-soft); }

.service { display: grid; gap: 22px; padding: clamp(32px, 4.5vw, 56px) 0; border-top: 1px solid rgba(59,42,34,0.2); }
.service:last-of-type { border-bottom: 1px solid rgba(59,42,34,0.2); }
.service-name h3 { font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: 0.9rem; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 1.2rem; padding: 0; list-style: none; }
.tags li { font-size: 0.8rem; font-weight: 600; letter-spacing: 0.04em; padding: 5px 12px; border-radius: 999px; background: rgba(157,174,140,0.35); color: #35462c; }
.service-what { font-size: 1.12rem; line-height: 1.55; }
.service-body dl { margin: 0; display: grid; gap: 18px; }
.service-body dt { font-size: 0.74rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--curtain); margin-bottom: 4px; }
.service-body dd { margin: 0; color: var(--choc-soft); }
.service-more { margin-top: 18px; font-size: 0.98rem; }
.service-more a { color: var(--curtain); font-weight: 600; text-underline-offset: 3px; }

.pack { margin-top: 24px; padding: 20px 22px; background: var(--linen); border-left: 4px solid var(--wood); display: grid; gap: 14px; }
.pack b { display: block; font-family: var(--display); font-weight: 400; font-size: 1.25rem; margin-bottom: 4px; }
.pack span { color: var(--choc-soft); font-size: 0.98rem; }
.pack .btn { justify-self: start; color: var(--choc); }
@media (min-width: 600px) { .pack { grid-template-columns: 1fr auto; align-items: center; } }

.prices { display: grid; gap: 10px; margin-top: 4px; }
.service-photo { display: block; margin-top: 20px; }
.service-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.price { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 10px 10px 20px; background: var(--linen); border-radius: 999px; }
.price-info { font-weight: 600; white-space: nowrap; }
.price-info span { font-family: var(--display); font-weight: 400; font-size: 1.3rem; margin-left: 0.5em; }

@media (min-width: 860px) {
  .service { grid-template-columns: 0.9fr 1.1fr; gap: 72px; }
  .service-name { position: sticky; top: calc(var(--header-h) + 28px); align-self: start; }
  .prices, .service-photo { max-width: 340px; }
}

/* ---------- Not sure where to start ---------- */

.start-grid { display: grid; gap: 40px; }
.start-head h2 { margin-bottom: 1.2rem; }
.start-head p { color: rgba(239,230,214,0.8); max-width: 28em; margin-bottom: 1.6rem; }
.start-list { list-style: none; margin: 0; padding: 0; }
.start-list a { display: grid; gap: 4px; padding: 20px 0; border-top: 1px solid rgba(239,230,214,0.2); text-decoration: none; }
.start-list li:last-child a { border-bottom: 1px solid rgba(239,230,214,0.2); }
.start-feel { color: rgba(239,230,214,0.78); }
.start-go { font-family: var(--display); font-size: 1.4rem; color: var(--linen); display: flex; align-items: center; gap: 0.5em; }
.start-go::before { content: "→"; font-family: var(--body); color: var(--wood); transition: transform .18s; }
.start-list a:hover .start-go::before { transform: translateX(5px); }

@media (min-width: 860px) {
  .start-grid { grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
  .start-list a { grid-template-columns: 1fr 1fr; align-items: center; gap: 24px; }
}

/* ---------- Women's health ---------- */

.women-grid { display: grid; gap: 40px; align-items: center; }
.women h2 { margin-bottom: 1.4rem; max-width: 13em; }
.women .lede { margin-bottom: 1.2rem; }
.women p { max-width: 36em; color: rgba(255,246,238,0.92); }
.women .btn-row { margin-top: 2rem; }
.women-note { font-size: 0.92rem; opacity: 0.8; margin-top: 1.6rem; }

@media (min-width: 860px) {
  .women-grid { grid-template-columns: 1.2fr 0.8fr; gap: 80px; }
}

/* ---------- About ---------- */

.about-grid { display: grid; gap: 40px; }
.about h2 { margin-bottom: 1.5rem; }
.about-text p { max-width: 38em; }
.about-text .lede { color: var(--choc); }
.about-text p:not(.lede) { color: var(--choc-soft); }
.creds { list-style: none; margin: 2rem 0 0; padding: 0; display: grid; gap: 0; max-width: 38em; }
.creds li { padding: 14px 0; border-top: 1px solid rgba(59,42,34,0.2); display: grid; gap: 2px; }
.creds li:last-child { border-bottom: 1px solid rgba(59,42,34,0.2); }
.creds b { font-weight: 600; }
.creds span { font-size: 0.94rem; color: var(--choc-soft); }

@media (min-width: 860px) {
  .about-grid { grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
  .about-photo { position: sticky; top: calc(var(--header-h) + 28px); }
}

/* ---------- Reviews ---------- */

.reviews h2 { margin-bottom: clamp(32px, 4vw, 56px); max-width: 14em; }
.review--lead { margin-bottom: 20px; padding: clamp(28px, 4vw, 48px); border-left-width: 6px; }
.review--lead blockquote { font-family: var(--display); font-size: clamp(1.1rem, 1.6vw, 1.35rem); line-height: 1.45; max-width: 36em; }
.review--lead blockquote p { margin-bottom: 0.8em; }
.review-grid { display: grid; gap: 20px; }
.review { margin: 0; padding: 30px 28px; background: var(--linen); border-left: 4px solid var(--curtain); display: flex; flex-direction: column; gap: 18px; }
.review figcaption { margin-top: auto; }
.review blockquote { margin: 0; font-size: 1.06rem; line-height: 1.6; }
.review figcaption { display: flex; align-items: center; gap: 12px; font-size: 0.95rem; font-weight: 600; color: var(--choc); }
.review figcaption small { display: block; font-size: 0.82rem; font-weight: 500; color: var(--choc-soft); margin-top: 2px; }
.avatar { display: block; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 0 2px var(--paper), 0 0 0 3px rgba(165,30,60,0.35); }
.avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
.review--lead .avatar { width: 56px; height: 56px; }

@media (min-width: 860px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- First visit ---------- */

.visit-grid { display: grid; gap: 40px; }
.visit h2 { margin-bottom: 1.2rem; }
.visit-photo { margin: 0; }
/* The phone shot has a lot of ceiling: crop to the lower part of the frame. */
.visit-photo picture { display: block; }
.visit-photo img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; object-position: 50% 100%; }
.visit-photo figcaption { font-family: var(--display); font-size: 1.25rem; line-height: 1.3; margin-top: 16px; max-width: 16em; }
.visit-list { margin: 2rem 0 0; display: grid; gap: 0; }
.visit-list div { padding: 18px 0; border-top: 1px solid rgba(59,42,34,0.2); display: grid; gap: 4px; }
.visit-list div:last-child { border-bottom: 1px solid rgba(59,42,34,0.2); }
.visit-list dt { font-weight: 700; }
.visit-list dd { margin: 0; color: var(--choc-soft); }
.visit-list dd a { color: var(--curtain); font-weight: 600; text-underline-offset: 3px; }

@media (min-width: 860px) {
  .visit-grid { grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
  .visit-list div { grid-template-columns: 180px 1fr; gap: 24px; }
}

/* ---------- Questions ---------- */

.faq-grid { display: grid; gap: 40px; }
.faq-head h2 { margin-bottom: 1.2rem; max-width: 12em; }
.faq-head p { color: var(--choc-soft); }
.faq-head a { color: var(--curtain); font-weight: 600; text-underline-offset: 4px; }
.faq-list details { border-top: 1px solid rgba(59,42,34,0.2); }
.faq-list details:last-child { border-bottom: 1px solid rgba(59,42,34,0.2); }
.faq-list summary {
  list-style: none; cursor: pointer; padding: 20px 40px 20px 0; position: relative;
  font-family: var(--display); font-size: clamp(1.2rem, 1.8vw, 1.45rem); line-height: 1.3;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%);
  font-family: var(--body); font-weight: 400; font-size: 1.6rem; color: var(--curtain); transition: transform .2s;
}
.faq-list details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-list details p { margin: 0 0 14px; color: var(--choc-soft); max-width: 40em; }
.faq-list details p:last-child { margin-bottom: 22px; }
.faq-list details b { color: var(--choc); font-weight: 600; }

@media (min-width: 860px) {
  .faq-grid { grid-template-columns: 0.8fr 1.2fr; gap: 80px; align-items: start; }
  .faq-head { position: sticky; top: calc(var(--header-h) + 28px); }
}

/* ---------- Gift ---------- */

.gift { background: var(--wood); color: var(--choc); padding: clamp(40px, 5vw, 64px) 0; }
.gift .wrap { display: grid; gap: 24px; align-items: center; }
.gift h2 { font-size: clamp(1.6rem, 2.8vw, 2.2rem); margin-bottom: 0.5rem; }
.gift p { max-width: 34em; }
.gift .btn { background: var(--choc); color: var(--linen); justify-self: start; }
.gift .btn:hover { background: #241812; }

@media (min-width: 860px) { .gift .wrap { grid-template-columns: 1fr auto; gap: 64px; } }

/* ---------- Articles ---------- */

.articles-head { display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: clamp(32px, 4vw, 56px); }
.articles-head h2 { max-width: 14em; }
.articles-head a { font-weight: 600; color: var(--curtain); text-underline-offset: 4px; }
.article-grid { display: grid; gap: 20px; }
.article-card { display: grid; align-content: start; gap: 14px; padding: 28px; background: var(--paper); text-decoration: none; border-top: 4px solid var(--wall); transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(59,42,34,0.12); }
.article-card h3 { font-size: 1.45rem; }
.article-card p { color: var(--choc-soft); font-size: 0.98rem; }
.article-card .more { font-weight: 600; font-size: 0.92rem; color: var(--curtain); margin-top: 6px; }
.article-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wall); }

@media (min-width: 860px) { .article-grid { grid-template-columns: repeat(3, 1fr); } }

/* ---------- Book + contact ---------- */

.book h2 { max-width: 12em; margin-bottom: 1.4rem; }
.book .lede { max-width: 32em; color: rgba(239,230,214,0.85); margin-bottom: 2.4rem; }
.scheduler { background: #fff; color: var(--choc); border-radius: 6px; overflow: hidden; padding: 8px; }
.scheduler iframe { display: block; width: 100%; min-height: 800px; border: 0; }

.contact-grid { display: grid; gap: 36px; margin-top: clamp(56px, 7vw, 96px); padding-top: clamp(40px, 5vw, 64px); border-top: 1px solid rgba(239,230,214,0.2); }
.contact-grid h3 { font-size: 1.05rem; font-family: var(--body); font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--wood); margin-bottom: 0.9rem; }
.contact-grid p, .contact-grid address { font-style: normal; color: rgba(239,230,214,0.88); margin: 0 0 1em; }
.contact-grid a:not(.btn) { text-underline-offset: 4px; }
.contact-big { font-family: var(--display); font-size: 1.7rem; line-height: 1.2; color: var(--linen); text-decoration: none; display: inline-block; margin-bottom: 0.4rem; }

.map { margin-top: clamp(32px, 4vw, 48px); border-radius: 6px; overflow: hidden; border: 1px solid rgba(239,230,214,0.2); }
.map iframe { display: block; width: 100%; height: 320px; border: 0; filter: saturate(0.6) contrast(0.95); }

@media (min-width: 860px) { .contact-grid { grid-template-columns: 1.2fr 1fr 1fr; gap: 64px; } .map iframe { height: 380px; } }

/* ---------- Footer ---------- */

.site-footer { background: var(--wall-deep); color: rgba(239,230,214,0.7); font-size: 0.9rem; padding: 36px 0 calc(36px + 84px); }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 14px 32px; justify-content: space-between; align-items: center; }
.site-footer .brand { color: var(--linen); }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 8px 22px; }
.site-footer a { text-decoration: none; }
.site-footer a:hover { color: var(--linen); text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 860px) { .site-footer { padding-bottom: 36px; } }

/* ---------- Sticky booking bar (phones) ---------- */

.bookbar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; gap: 10px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
  background: var(--wall-deep); border-top: 1px solid rgba(239,230,214,0.16);
  transform: translateY(110%); transition: transform .28s cubic-bezier(.2,.7,.2,1);
}
.bookbar.show { transform: none; }
.bookbar .btn--book { flex: 1; }
.bookbar .btn--ghost { color: var(--linen); padding: 0 1.2em; }
.bookbar svg { width: 18px; height: 18px; }

@media (min-width: 860px) { .bookbar { display: none; } }
@media (prefers-reduced-motion: reduce) { .bookbar { transition: none; } html { scroll-behavior: auto; } }

/* ---------- Article pages ---------- */

.page-head { padding-top: clamp(48px, 7vw, 96px); padding-bottom: clamp(48px, 7vw, 96px); }
.page-head h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); max-width: 16em; margin-bottom: 1.2rem; }
.page-head .lede { max-width: 36em; color: rgba(239,230,214,0.85); }
.crumb { font-size: 0.9rem; margin-bottom: 1.6rem; color: rgba(239,230,214,0.7); }
.crumb a { text-underline-offset: 4px; }

.prose { max-width: 42em; margin: 0 auto; }
.prose h2 { font-size: clamp(1.6rem, 2.6vw, 2rem); margin: 2.2em 0 0.7em; }
.prose p { color: #4b3a30; }
.prose .lede { color: var(--choc); margin-bottom: 1.6em; }
.prose-end { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(59,42,34,0.2); display: grid; gap: 18px; justify-items: start; }
.prose-end p { font-family: var(--display); font-size: 1.4rem; line-height: 1.3; color: var(--choc); }

.article-list { display: grid; gap: 0; max-width: 60em; }
.article-row { display: grid; gap: 18px; padding: 32px 0; border-top: 1px solid rgba(59,42,34,0.2); text-decoration: none; }
.article-row picture { display: block; }
.article-row img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.article-row div { display: grid; gap: 10px; align-content: start; }
@media (min-width: 860px) { .article-row { grid-template-columns: 280px 1fr; gap: 32px; align-items: start; } }
.article-cover { margin-bottom: 2rem; }
.article-cover img { width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: cover; }
.more-articles { max-width: var(--maxw); margin: clamp(56px, 8vw, 96px) auto 0; padding-top: clamp(40px, 5vw, 64px); border-top: 1px solid rgba(59,42,34,0.2); }
.more-articles .article-card { background: var(--linen); }
.article-row:last-child { border-bottom: 1px solid rgba(59,42,34,0.2); }
.article-row h2 { font-size: clamp(1.5rem, 2.6vw, 2rem); }
.article-row p { color: var(--choc-soft); max-width: 40em; }
.article-row:hover h2 { color: var(--curtain); }


/* ---------- Folded blocks (collapsed on phones, open on wide screens) ---------- */

.fold > summary { list-style: none; cursor: pointer; margin-top: 16px; font-weight: 600; color: var(--curtain); display: flex; align-items: center; gap: 8px; }
.fold > summary::-webkit-details-marker { display: none; }
.fold > summary::after { content: "+"; font-size: 1.3rem; line-height: 1; }
.fold[open] > summary::after { content: "–"; }
.fold > dl { margin-top: 18px; }
.fold--about > p:first-of-type { margin-top: 1em; }
@media (min-width: 860px) { .fold > summary { display: none; } .fold > dl { margin-top: 0; } .fold--about > p:first-of-type { margin-top: 0; } }

/* ---------- Phones: tighter everything ---------- */

@media (max-width: 859px) {
  body { font-size: 1rem; line-height: 1.6; }
  h1 { font-size: 2.35rem; }
  h2 { font-size: 1.75rem; }
  h3 { font-size: 1.35rem; }
  .lede { font-size: 1.05rem; }
  .sec { padding-top: 44px; padding-bottom: 44px; }
  .eyebrow { margin-bottom: 0.8rem; }

  .brand { font-size: 1.15rem; }
  .brand small { letter-spacing: 0.06em; }
  .brand { gap: 0.45em; }
  .site-header .wrap { gap: 12px; }

  /* Hero: photo as a landscape strip, buttons side by side */
  .hero { padding-top: 28px; padding-bottom: 36px; }
  .hero-grid { gap: 28px; }
  .hero h1 { margin-bottom: 1rem; }
  .hero .lede { margin-bottom: 1.4rem; }
  .hero .btn-row .btn { flex: 1 1 0; min-width: 0; padding: 0 0.6em; font-size: 0.95rem; white-space: nowrap; }
  .hero-trust { margin-top: 1.2rem; font-size: 0.86rem; flex-direction: column; gap: 6px; }
  .hero-trust b { font-size: 1.15rem; }
  .hero-where { margin-top: 1rem; font-size: 0.88rem; }
  .hang { width: 100%; }
  .macrame { padding: 10px 10px 0; }
  .macrame::before { inset: 4px 4px 0; }
  .macrame::after { height: 30px; margin: 0 -10px; background-size: auto 30px; }
  .macrame img { aspect-ratio: 4 / 3; object-position: 50% 62%; }

  .for-head { margin-bottom: 20px; }
  .for-grid { gap: 12px; }
  .for-card { padding: 20px 20px 22px; gap: 10px; }
  .for-card h3 { font-size: 1.3rem; }
  .for-note { margin-top: 20px; }

  .diff-grid { gap: 20px; }
  .diff-head .photo--wide { display: none; }
  .diff-list li { padding: 18px 0; }
  .diff-list h3 { margin-bottom: 0.4rem; }

  .services-head { margin-bottom: 20px; }
  .service { padding: 28px 0; gap: 14px; }
  .service-name h3 { font-size: 1.6rem; margin-bottom: 0.6rem; }
  .tags { margin-bottom: 0.9rem; }
  .service-photo { margin-top: 14px; }
  .service-photo img { aspect-ratio: 3 / 2; }
  .service-body dl { gap: 12px; }
  .pack { margin-top: 16px; padding: 16px 18px; }

  .start-grid { gap: 20px; }
  .start-list a { padding: 14px 0; }
  .start-go { font-size: 1.2rem; }

  .women-grid { gap: 24px; }
  .women .btn-row { margin-top: 1.4rem; }
  .photo--square img { aspect-ratio: 3 / 2; }

  .about-grid { gap: 24px; }
  .about-photo .macrame img { aspect-ratio: 4 / 3; object-position: 50% 25%; }
  .creds { margin-top: 1.4rem; }
  .creds li { padding: 10px 0; }

  .reviews h2 { margin-bottom: 20px; }
  .review { padding: 22px 20px; }
  .review--lead { padding: 22px 20px; }

  .visit-grid { gap: 24px; }
  .visit-photo img { aspect-ratio: 3 / 2; }
  .visit-list { margin-top: 1.4rem; }
  .visit-list div { padding: 12px 0; }

  .faq-grid { gap: 20px; }
  .faq-list summary { padding: 14px 36px 14px 0; font-size: 1.1rem; }

  .gift { padding: 32px 0; }
  .gift .wrap { gap: 16px; }

  .articles-head { margin-bottom: 20px; }
  .article-grid { gap: 12px; }
  .article-card { padding: 20px; gap: 10px; }
  .article-card h3 { font-size: 1.25rem; }

  .book .lede { margin-bottom: 1.4rem; }
  .scheduler iframe { min-height: 640px; }
  .contact-grid { margin-top: 40px; padding-top: 32px; gap: 24px; }
  .map { margin-top: 24px; }
  .map iframe { height: 240px; }
}
