/* Magnolia Body Wellness — rose gold gradient and dark charcoal from Brandy's GlossGenius theme,
   magnolia cream and leaf green for warmth. */
:root {
  --night: #1B1D21;
  --char: #2C2E32;
  --char-2: #21242A;
  --rose-1: #E0BFB0;
  --rose-2: #AE9780;
  --rose-ink: #8A6A55;
  --rose-grad: linear-gradient(135deg, #E0BFB0, #AE9780);
  --leaf: #6E7F63;
  --cream: #FAF6F0;
  --blush: #F4E9E2;
  --paper: #FFFDFB;
  --ink: #2B2A2E;
  --ink-soft: #6B6468;
  --on-dark: #F3EDE8;
  --on-dark-soft: #ABA5A1;
  --line: rgba(43, 42, 46, 0.12);
  --line-dark: rgba(243, 237, 232, 0.12);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Jost", system-ui, -apple-system, sans-serif;
  --radius: 18px;
  --wrap: 1180px;
  --gutter: clamp(16px, 4vw, 40px);
  --shadow: 0 24px 60px -30px rgba(27, 29, 33, 0.45);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 300 17px/1.7 var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.08; margin: 0 0 .5em; letter-spacing: -0.01em; }
h1 { font-size: clamp(3rem, 6.4vw, 5.8rem); font-weight: 400; }
h2 { font-size: clamp(2.2rem, 4.4vw, 3.4rem); }
h3 { font-size: 1.6rem; }
h1 em, h2 em { font-style: italic; font-weight: 400; background: var(--rose-grad); -webkit-background-clip: text; background-clip: text; color: transparent; padding-right: .06em; }
.hair h2 em, .about h2 em, .reviews h2 em, .first h2 em, .massage h2 em { background: none; color: var(--rose-ink); }
p { margin: 0 0 1em; }
strong { font-weight: 500; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--rose-1); color: var(--ink); padding: 8px 14px; z-index: 100; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--rose-2); outline-offset: 3px; }
.small { font-size: .88rem; }
.muted-light { color: var(--on-dark-soft); }
.center { text-align: center; margin-top: 36px; }

.eyebrow { font: 500 .72rem/1.4 var(--sans); letter-spacing: .26em; text-transform: uppercase; color: var(--rose-ink); margin-bottom: 1.1rem; display: flex; align-items: center; gap: .8em; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow--light, .hero .eyebrow { color: var(--rose-1); }
.eyebrow--dark { color: var(--ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; padding: 1em 1.9em; border-radius: 999px; background: var(--char); color: var(--on-dark); font: 500 .78rem/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; text-decoration: none; border: 1px solid var(--char); cursor: pointer; white-space: nowrap; transition: transform .3s, box-shadow .3s, background .3s, color .3s, border-color .3s, filter .3s; }
.btn:hover { transform: translateY(-1px); }
.btn--rose { background: var(--rose-grad); border-color: transparent; color: var(--night); }
.btn--rose:hover { filter: brightness(1.06); box-shadow: 0 12px 30px -12px rgba(174,151,128,.8); }
.btn--line { background: transparent; border-color: rgba(243,237,232,.4); color: var(--on-dark); }
.btn--line:hover { background: var(--on-dark); color: var(--ink); }
.btn--dark { background: var(--night); border-color: var(--night); color: var(--on-dark); }
.btn--dark:hover { background: var(--char); }
.btn--small { padding: .8em 1.4em; font-size: .7rem; }
.link { font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 500; text-decoration: none; color: var(--rose-ink); border-bottom: 1px solid currentColor; padding-bottom: 3px; }
.visit .link, .work .link { color: var(--rose-1); }
.stars { color: var(--rose-2); letter-spacing: .12em; }

/* Live status */
.status { font-size: .76rem; letter-spacing: .06em; color: var(--on-dark-soft); white-space: nowrap; display: inline-flex; align-items: center; gap: 8px; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #8A8A8A; flex: 0 0 auto; }
.status.is-open::before { background: #7BC47F; box-shadow: 0 0 0 4px rgba(123,196,127,.18); }
.status--pill { background: rgba(27,29,33,.72); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); color: var(--on-dark); padding: 9px 16px; border-radius: 999px; border: 1px solid var(--line-dark); }

/* Brand + nav */
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 40px; height: 40px; }
.brand span { font: 500 1.75rem/1 var(--serif); display: flex; flex-direction: column; color: var(--on-dark); letter-spacing: .02em; }
.brand small { font: 400 .54rem/1.9 var(--sans); letter-spacing: .24em; text-transform: uppercase; color: var(--rose-1); white-space: nowrap; }
.nav { position: fixed; inset: 0 0 auto 0; z-index: 50; transition: background .35s, border-color .35s; border-bottom: 1px solid transparent; }
.nav.is-scrolled { background: rgba(27,29,33,.92); backdrop-filter: saturate(1.3) blur(14px); -webkit-backdrop-filter: saturate(1.3) blur(14px); border-color: var(--line-dark); }
.nav__inner { max-width: var(--wrap); margin: 0 auto; padding: 14px var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav__links { display: flex; gap: clamp(14px, 1.8vw, 28px); }
.nav__links a { text-decoration: none; font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--on-dark-soft); position: relative; padding: 4px 0; white-space: nowrap; transition: color .3s; }
.nav__links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -2px; height: 1px; background: var(--rose-1); transition: right .3s; }
.nav__links a:hover, .nav__links a.is-active { color: var(--on-dark); }
.nav__links a:hover::after, .nav__links a.is-active::after { right: 0; }
.nav__actions { display: flex; align-items: center; gap: 18px; }
.nav__toggle { display: none; background: none; border: 0; width: 40px; height: 40px; cursor: pointer; position: relative; }
.nav__toggle span { position: absolute; left: 9px; right: 9px; height: 1.5px; background: var(--on-dark); transition: transform .3s, top .3s; }
.nav__toggle span:first-child { top: 15px; }
.nav__toggle span:last-child { top: 24px; }
.nav__toggle[aria-expanded="true"] span:first-child { top: 19px; transform: rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:last-child { top: 19px; transform: rotate(-45deg); }
.drawer { display: flex; flex-direction: column; padding: 8px var(--gutter) 28px; background: var(--night); border-top: 1px solid var(--line-dark); max-height: calc(100vh - 70px); overflow-y: auto; color: var(--on-dark); }
.drawer[hidden] { display: none; }
.drawer a:not(.btn) { padding: 14px 0; border-bottom: 1px solid var(--line-dark); text-decoration: none; font: 500 1.4rem/1.2 var(--serif); }
.drawer .btn { margin-top: 22px; }
@media (max-width: 1120px) { .nav__links { display: none; } .nav__toggle { display: block; } }
@media (max-width: 680px) { .nav__actions > .status { display: none; } }
@media (max-width: 420px) { .nav__actions .btn--small { display: none; } .brand small { letter-spacing: .14em; } }

/* Sections */
.section { padding: clamp(80px, 11vw, 140px) var(--gutter); }
.section > * { max-width: var(--wrap); margin-left: auto; margin-right: auto; }
.section__head { text-align: center; max-width: 720px; margin-bottom: clamp(36px, 5vw, 56px); }
.section__head .eyebrow { justify-content: center; }
.section__head .eyebrow::after { content: ""; width: 28px; height: 1px; background: currentColor; }
.section__head p:not(.eyebrow) { color: var(--ink-soft); }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--night); color: var(--on-dark); padding: 130px var(--gutter) clamp(70px, 9vw, 110px); }
.hero__glow { position: absolute; inset: 0; background: radial-gradient(50% 60% at 80% 35%, rgba(224,191,176,.22), transparent 65%), radial-gradient(40% 50% at 10% 90%, rgba(110,127,99,.18), transparent 70%); }
.hero__inner { position: relative; max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.lede { font-size: clamp(1.05rem, 1.5vw, 1.2rem); color: var(--on-dark-soft); max-width: 540px; margin-bottom: 2.2em; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; }
.trust { list-style: none; padding: 28px 0 0; margin: 44px 0 0; border-top: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(3, 1fr); max-width: 540px; }
.trust li { font-size: .82rem; color: var(--on-dark-soft); padding: 0 16px; border-left: 1px solid var(--line-dark); line-height: 1.5; }
.trust li:first-child { border-left: 0; padding-left: 0; }
.trust strong { display: block; font: 500 1.5rem/1.3 var(--serif); color: var(--on-dark); }
.paths { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.paths__label { grid-column: 1 / -1; margin: 0 0 4px; font: italic 400 1.4rem/1.2 var(--serif); color: var(--rose-1); }
.path { position: relative; border-radius: 999px 999px 18px 18px; overflow: hidden; aspect-ratio: 3 / 4.4; text-decoration: none; color: #fff; box-shadow: var(--shadow); isolation: isolate; }
.path img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.path::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(27,29,33,.85)); z-index: 0; }
.path span { position: absolute; left: 18px; right: 18px; bottom: 18px; z-index: 1; font: 500 1.9rem/1 var(--serif); }
.path small { display: block; font: 400 .66rem/1.8 var(--sans); letter-spacing: .22em; text-transform: uppercase; color: var(--rose-1); }
.path b { display: block; margin-top: 6px; font: 400 .82rem/1 var(--sans); color: var(--on-dark-soft); }
.path:hover img { transform: scale(1.05); }
.paths .status--pill { position: absolute; left: 50%; bottom: -18px; transform: translateX(-50%); z-index: 2; }
@media (max-width: 900px) {
  .hero { padding-top: 110px; }
  .hero__inner { grid-template-columns: 1fr; }
  .paths { max-width: 520px; width: 100%; margin: 10px auto 0; }
}
@media (max-width: 520px) { .trust li { padding: 0 10px; } .trust strong { font-size: 1.25rem; } .path span { font-size: 1.5rem; left: 14px; bottom: 14px; } }

/* Massage builder */
.massage { background: var(--paper); }
.builder { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.builder__img { margin: 0; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 1; }
.builder__img img { width: 100%; height: 100%; object-fit: cover; transition: opacity .35s; }
.builder__img img.is-swapping { opacity: 0; }
.seg { display: inline-grid; grid-template-columns: 1fr 1fr; gap: 4px; padding: 4px; background: var(--blush); border-radius: 999px; margin-bottom: 20px; }
.seg button { font: 500 .78rem/1 var(--sans); letter-spacing: .12em; text-transform: uppercase; padding: 12px 22px; border-radius: 999px; border: 0; background: transparent; color: var(--ink-soft); cursor: pointer; }
.seg button[aria-checked="true"] { background: var(--night); color: var(--on-dark); }
.builder__desc { color: var(--ink-soft); min-height: 5.1em; }
.builder__best { font-size: .92rem; }
.builder__best span { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--rose-ink); margin-right: 6px; }
.builder__label { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 500; margin: 22px 0 10px; }
.lengths { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.lengths button { font: 500 1.35rem/1.1 var(--serif); padding: 14px 6px; border-radius: 14px; border: 1px solid var(--line); background: var(--cream); color: var(--ink); cursor: pointer; transition: all .2s; }
.lengths button small { display: block; font: 400 .66rem/1.7 var(--sans); letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.lengths button[aria-checked="true"] { background: var(--night); border-color: var(--night); color: var(--on-dark); }
.lengths button[aria-checked="true"] small { color: var(--rose-1); }
.quote { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 22px; padding: 20px 22px; border-radius: 18px; background: var(--night); color: var(--on-dark); }
.quote__price { font: 500 2.6rem/1 var(--serif); background: var(--rose-grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.quote__meta { display: block; font-size: .82rem; color: var(--on-dark-soft); margin-top: 4px; }
.builder__fine { font-size: .84rem; color: var(--ink-soft); margin: 12px 0 0; }
@media (max-width: 900px) { .builder { grid-template-columns: 1fr; } .builder__img { max-width: 520px; width: 100%; margin: 0 auto; aspect-ratio: 4 / 3; } .builder__desc { min-height: 0; } }
@media (max-width: 440px) { .quote { flex-direction: column; align-items: stretch; } .quote .btn { width: 100%; } }

/* Voice band */
.voice { background: var(--rose-grad); padding: clamp(60px, 8vw, 96px) var(--gutter); text-align: center; color: var(--night); }
.voice__inner { max-width: 820px; margin: 0 auto; }
.voice__quote { font: italic 400 clamp(1.5rem, 3vw, 2.3rem)/1.4 var(--serif); margin-bottom: .6em; }
.voice__quote em { font-style: normal; }
.voice__by { font-size: .78rem; letter-spacing: .24em; text-transform: uppercase; font-weight: 500; margin-bottom: 26px; }
.voice .btn--rose { background: var(--night); color: var(--on-dark); }

/* Hair */
.hair__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hcard { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column; }
.hcard__img { aspect-ratio: 16 / 10; overflow: hidden; }
.hcard__img img { width: 100%; height: 100%; object-fit: cover; }
.hcard__body { padding: 22px 24px 24px; }
.hcard h3 { font-size: 1.9rem; margin-bottom: 10px; }
.hlist { list-style: none; padding: 0; margin: 0; }
.hlist li { display: grid; grid-template-columns: 1fr auto; gap: 2px 14px; padding: 13px 0; border-top: 1px dashed var(--line); }
.hlist strong { font: 500 1.2rem/1.3 var(--serif); }
.hlist .hp { font: 500 1.3rem/1.3 var(--serif); color: var(--rose-ink); text-align: right; white-space: nowrap; }
.hlist .hp small { font: 400 .7rem/1 var(--sans); letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-right: 4px; }
.hlist .hm { font-size: .8rem; color: var(--ink-soft); grid-column: 1 / -1; }
@media (max-width: 960px) { .hair__grid { grid-template-columns: 1fr; max-width: 560px; } }

/* Work gallery */
.work { background: var(--night); color: var(--on-dark); }
.work .section__head p:not(.eyebrow) { color: var(--on-dark-soft); }
.work__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shot { position: relative; padding: 0; border: 0; background: none; border-radius: 18px; overflow: hidden; cursor: zoom-in; aspect-ratio: 4 / 5; }
.shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s; }
.shot:hover img { transform: scale(1.04); }
.shot span { position: absolute; left: 14px; bottom: 14px; background: rgba(27,29,33,.75); color: var(--on-dark); font-size: .78rem; padding: 7px 12px; border-radius: 999px; backdrop-filter: blur(6px); }
.work__more { text-align: center; margin-top: 30px; color: var(--on-dark-soft); }
@media (max-width: 760px) { .work__grid { grid-template-columns: 1fr 1fr; } .shot:last-child { grid-column: 1 / -1; aspect-ratio: 4 / 3; } }
.lightbox { border: 0; padding: 0; background: transparent; max-width: min(92vw, 720px); }
.lightbox::backdrop { background: rgba(10,10,12,.85); }
.lightbox img { max-height: 80vh; width: auto; margin: 0 auto; border-radius: 14px; }
.lightbox p { color: #fff; text-align: center; margin: 12px 0 0; font: italic 400 1.2rem/1.3 var(--serif); }
.lightbox__close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; border-radius: 50%; border: 0; background: rgba(0,0,0,.6); color: #fff; font-size: 1.6rem; cursor: pointer; }

/* About */
.about { background: var(--blush); }
.about__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about__img { margin: 0; border-radius: 999px 999px 22px 22px; overflow: hidden; box-shadow: var(--shadow); max-width: 440px; }
.about__img img { width: 100%; aspect-ratio: 3 / 3.6; object-fit: cover; }
.about__lead { font: 400 1.45rem/1.45 var(--serif); }
.about__copy > p:not(.eyebrow):not(.about__lead) { color: var(--ink-soft); }
.facts { list-style: none; padding: 0; margin: 22px 0 0; }
.facts li { padding: 13px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 110px 1fr; gap: 12px; font-size: .95rem; }
.facts span { font-size: .7rem; letter-spacing: .18em; text-transform: uppercase; color: var(--rose-ink); padding-top: 4px; }
@media (max-width: 900px) { .about__grid { grid-template-columns: 1fr; } .about__img { margin: 0 auto; width: 100%; } }

/* Reviews */
.reviews__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 22px; align-items: stretch; }
.review { margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; display: flex; flex-direction: column; }
.review blockquote { margin: 16px 0 20px; font: italic 400 1.35rem/1.45 var(--serif); flex: 1; }
.review figcaption { font-weight: 500; font-size: .82rem; letter-spacing: .16em; text-transform: uppercase; }
.review--list { background: var(--night); color: var(--on-dark); border-color: var(--night); }
.review--list p { margin: 16px 0 8px; color: var(--on-dark-soft); }
.review--list ul { list-style: none; padding: 0; margin: 0 0 22px; font: 500 1.3rem/1.7 var(--serif); flex: 1; }
.review--list .link { color: var(--rose-1); align-self: flex-start; }
@media (max-width: 900px) { .reviews__grid { grid-template-columns: 1fr; } }

/* Gifts */
.gifts { background: var(--rose-grad); padding: clamp(56px, 7vw, 90px) var(--gutter); color: var(--night); }
.gifts__inner { max-width: var(--wrap); margin: 0 auto; display: grid; grid-template-columns: auto 1fr auto; gap: 30px; align-items: center; }
.gifts h2 { margin-bottom: .3em; }
.gifts h2 em { background: none; color: var(--night); }
.gifts p:not(.eyebrow) { margin: 0; max-width: 560px; }
.gifts img { width: 64px; height: 64px; filter: drop-shadow(0 6px 12px rgba(0,0,0,.15)) saturate(.6) brightness(.55); }
@media (max-width: 800px) { .gifts__inner { grid-template-columns: 1fr; } }

/* First visit */
.first { background: var(--paper); }
.first__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 90px); align-items: start; }
.steps { list-style: none; padding: 0; margin: 20px 0 0; }
.steps li { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid var(--line); }
.steps span { width: 38px; height: 38px; border-radius: 50%; background: var(--night); color: var(--rose-1); display: grid; place-items: center; font: 500 1.1rem/1 var(--serif); }
.steps strong { display: block; font: 500 1.35rem/1.3 var(--serif); margin-bottom: 2px; color: var(--ink); }
.steps div { color: var(--ink-soft); font-size: .96rem; }
.accordion { background: var(--cream); border: 1px solid var(--line); border-radius: 22px; padding: 10px 26px 12px; }
.accordion__title { font-size: 1.6rem; margin: 18px 0 6px; }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 0; }
.accordion summary { list-style: none; cursor: pointer; padding: 18px 36px 18px 0; position: relative; font: 500 1.25rem/1.3 var(--serif); }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 4px; top: 50%; transform: translateY(-50%); font: 300 1.5rem/1 var(--sans); color: var(--rose-ink); transition: transform .3s; }
.accordion details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.accordion details p { color: var(--ink-soft); padding-bottom: 18px; margin: 0; font-size: .95rem; }
@media (max-width: 900px) { .first__grid { grid-template-columns: 1fr; } }

/* Visit */
.visit { background: var(--night); color: var(--on-dark); }
.visit__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(40px, 6vw, 80px); align-items: stretch; }
.visit__status { margin: 0 0 18px; }
address { font-style: normal; font-size: 1.15rem; margin-bottom: 14px; }
.visit__links { display: flex; gap: 22px; flex-wrap: wrap; }
.hours { width: 100%; border-collapse: collapse; margin: 30px 0 16px; font-size: .95rem; }
.hours th, .hours td { padding: 11px 0; border-top: 1px solid var(--line-dark); text-align: left; font-weight: 300; }
.hours td { text-align: right; color: var(--on-dark-soft); }
.hours tr.is-today th, .hours tr.is-today td { font-weight: 500; color: var(--rose-1); }
.hours tr.is-today th::after { content: "Today"; margin-left: 10px; font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; background: var(--rose-grad); color: var(--night); padding: 3px 8px; border-radius: 999px; vertical-align: 2px; }
.visit__map { border-radius: var(--radius); overflow: hidden; min-height: 400px; background: var(--char); border: 1px solid var(--line-dark); }
.visit__map iframe { width: 100%; height: 100%; min-height: 400px; border: 0; filter: grayscale(.6) invert(.9) hue-rotate(180deg) contrast(.9); }
@media (max-width: 900px) { .visit__grid { grid-template-columns: 1fr; } }

/* Footer */
.footer { background: #141518; color: var(--on-dark-soft); padding: 70px var(--gutter) calc(120px + env(safe-area-inset-bottom)); text-align: center; border-top: 1px solid var(--line-dark); }
.footer__inner { max-width: var(--wrap); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 22px; }
.footer__tag { font: italic 400 1.25rem/1.5 var(--serif); margin: 0; }
.footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 26px; }
.footer__links a { text-decoration: none; font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.footer__links a:hover { color: var(--rose-1); }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line-dark); display: grid; place-items: center; transition: border-color .3s, color .3s; }
.footer__social a:hover { border-color: var(--rose-1); color: var(--rose-1); }
.footer__legal { font-size: .8rem; margin: 0; opacity: .7; }
@media (min-width: 901px) { .footer { padding-bottom: 70px; } }

/* Mobile action bar (always visible) */
.actionbar { position: fixed; left: 12px; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); z-index: 40; display: none; grid-template-columns: 1fr 1fr 1.6fr; gap: 6px; padding: 6px; border-radius: 999px; border: 1px solid rgba(224,191,176,.4); background: rgba(27,29,33,.94); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); box-shadow: 0 14px 40px -12px rgba(0,0,0,.6); }
.actionbar a { text-align: center; text-decoration: none; color: var(--on-dark); padding: 13px 8px; border-radius: 999px; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500; }
.actionbar__book { background: var(--rose-grad); color: var(--night) !important; }
@media (max-width: 900px) { .actionbar { display: grid; } html { scroll-padding-bottom: 90px; } }

/* Reveal */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s ease; }
.reveal.is-in, .no-js .reveal { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { transition-duration: 0s !important; } }
