/* ============================================================
   Lumeé Skin Clinic — styles
   Tokens derived from the brand: champagne-gold floral mark + warm
   ivory. Display face is Fraunces (soft serif) with a capped optical
   size for a calm, readable, rounded feel. See _brief.md.
   ============================================================ */

:root {
  --ink: #14110D;
  --ink-soft: #3B342B;
  --ivory: #F6F2EA;
  --porcelain: #FBF9F4;
  --line: #E4DCCC;
  --line-soft: #EDE6D8;
  --gold: #B7966B;
  --gold-deep: #7C5B38;
  --onink: #EFE7D8;
  --onink-dim: #B7AC98;

  --ff-display: "Fraunces", "Georgia", "Times New Roman", serif;
  --ff-body: "Hanken Grotesk", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1200px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --radius: 18px;        /* cards, media */
  --radius-sm: 12px;     /* inputs, small chips */
  --radius-lg: 28px;     /* large feature media */
  --radius-pill: 999px;  /* buttons, chips */
  --ease: cubic-bezier(0.33, 0.72, 0.28, 1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--ivory);
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  line-height: 1.68;
  font-weight: 380;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.05; letter-spacing: -0.01em; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- shared ---------- */
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.wrap--narrow { --wrap: 940px; }

.display { font-family: var(--ff-display); font-weight: 500; }

/* Keep Fraunces warm & readable: cap optical size so large headings
   stay lower-contrast and soft rather than thin/Didone-like. */
.h-sec, .hero__title, .brand__name, .footer__lockup .name,
.hero__meta dt, .quote p, .founder__sig {
  font-optical-sizing: none;
  font-variation-settings: "opsz" 38;
}
.h-sec, .hero__title { letter-spacing: -0.005em; }

.eyebrow {
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin: 0 0 1.1rem;
  display: flex;
  align-items: center;
  gap: .8rem;
}
.eyebrow::before {
  content: ""; width: 26px; height: 1px; background: var(--gold); flex: none;
}
.eyebrow--center { justify-content: center; }
.eyebrow--center::after {
  content: ""; width: 26px; height: 1px; background: var(--gold); flex: none;
}
.eyebrow--onink { color: var(--gold); }

.section { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section__head { max-width: 46rem; }
.section__head--center { margin-inline: auto; text-align: center; }
.h-sec {
  font-family: var(--ff-display);
  font-size: clamp(2rem, 1.3rem + 3vw, 3.5rem);
  line-height: 1.04;
}
.lede {
  margin-top: 1.4rem;
  font-size: clamp(1.05rem, 1rem + 0.35vw, 1.25rem);
  color: var(--ink-soft);
  max-width: 40rem;
}
.section__head--center .lede { margin-inline: auto; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--ff-body); font-weight: 600; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 1.05rem 1.8rem; border: 1px solid transparent; border-radius: var(--radius-pill);
  cursor: pointer; text-decoration: none; line-height: 1;
  transition: background-color .35s var(--ease), color .35s var(--ease),
              border-color .35s var(--ease), transform .35s var(--ease);
}
.btn:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; }
.btn--primary { background: var(--ink); color: var(--onink); }
.btn--primary:hover { background: var(--gold-deep); transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: #a9865a; transform: translateY(-2px); }
.btn--ghost { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn--ghost:hover { background: var(--ink); color: var(--onink); }
.btn--onink { border-color: rgba(239,231,216,.4); color: var(--onink); }
.btn--onink:hover { background: var(--onink); color: var(--ink); border-color: var(--onink); }
.btn .arw { font-size: 1.05em; transition: transform .35s var(--ease); }
.btn:hover .arw { transform: translateX(4px); }

.textlink {
  display: inline-flex; align-items: center; gap: .5rem;
  font-weight: 600; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-deep); text-decoration: none;
  border-bottom: 1px solid var(--line); padding-bottom: .35rem;
  transition: border-color .3s var(--ease), color .3s var(--ease);
}
.textlink:hover { color: var(--ink); border-color: var(--gold); }
.textlink .arw { transition: transform .3s var(--ease); }
.textlink:hover .arw { transform: translateX(4px); }

/* ---------- brand mark ---------- */
.mark { display: block; }
.brand { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none; color: inherit; }
.brand__mark { width: 30px; height: 30px; flex: none; }
.brand__mark path { transition: stroke .3s var(--ease); }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__name {
  font-family: var(--ff-display); font-weight: 600; font-size: 1.32rem;
  letter-spacing: .04em; text-transform: uppercase;
}
.brand__sub {
  font-size: .54rem; letter-spacing: .42em; text-transform: uppercase;
  color: var(--gold-deep); margin-top: .28rem; font-weight: 600;
}

/* ---------- header ---------- */
.header {
  position: sticky; top: 0; z-index: 60;
  background: color-mix(in srgb, var(--ivory) 88%, transparent);
  backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .4s var(--ease), background-color .4s var(--ease);
}
.header.is-stuck { border-color: var(--line); background: color-mix(in srgb, var(--ivory) 96%, transparent); }
.header__bar { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.4vw, 2.4rem); }
.nav__link {
  font-size: .82rem; font-weight: 500; letter-spacing: .06em; text-decoration: none;
  color: var(--ink-soft); position: relative; padding: .3rem 0;
  transition: color .3s var(--ease);
}
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 1px;
  background: var(--gold); transition: width .3s var(--ease);
}
.nav__link:hover { color: var(--ink); }
.nav__link:hover::after { width: 100%; }
.header__cta { display: inline-flex; gap: .6rem; align-items: center; }
.header .btn { padding: .8rem 1.25rem; }

.nav-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  background: transparent; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.nav-toggle span { width: 20px; height: 1.5px; background: var(--ink); transition: transform .3s var(--ease), opacity .3s var(--ease); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ---------- hero ---------- */
.hero { position: relative; padding-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: clamp(3rem, 6vw, 5.5rem); overflow: clip; }
.hero__grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}
.hero__copy { max-width: 34rem; }
.hero__title {
  font-family: var(--ff-display);
  font-size: clamp(2.6rem, 1.4rem + 5.4vw, 5rem);
  line-height: 0.98; letter-spacing: -0.015em;
}
.hero__title em { font-style: italic; color: var(--gold-deep); }
.hero__lede { margin-top: 1.6rem; font-size: clamp(1.05rem, 1rem + 0.4vw, 1.25rem); color: var(--ink-soft); max-width: 33rem; }
.hero__actions { margin-top: 2.2rem; display: flex; flex-wrap: wrap; gap: .9rem; }
.hero__meta { margin-top: 2.6rem; display: flex; gap: clamp(1.2rem,3vw,2.4rem); flex-wrap: wrap; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.hero__meta div { display: flex; flex-direction: column; gap: .25rem; }
.hero__meta dt { font-family: var(--ff-display); font-size: 1.5rem; color: var(--ink); }
.hero__meta dd { margin: 0; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }

.hero__media { position: relative; }
.hero__media img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius-lg);
}
.hero__media--main { position: relative; }
.hero__badge {
  position: absolute; left: -1.4rem; bottom: 1.8rem;
  background: var(--ink); color: var(--onink); padding: 1.1rem 1.3rem;
  border-radius: var(--radius); max-width: 15rem;
  box-shadow: 0 24px 50px -28px rgba(20,17,13,.55);
}
.hero__badge .mark { width: 26px; height: 26px; margin-bottom: .6rem; }
.hero__badge strong { display: block; font-family: var(--ff-display); font-size: 1.05rem; font-weight: 500; letter-spacing: .01em; }
.hero__badge span { font-size: .74rem; letter-spacing: .05em; color: var(--onink-dim); }

/* ---------- marquee / trust strip ---------- */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--porcelain); }
.trust__inner { display: flex; align-items: center; justify-content: center; gap: clamp(1rem,3vw,3rem); flex-wrap: wrap; padding-block: 1.6rem; }
.trust__item { font-size: .76rem; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.trust__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex: none; }
@media (max-width: 640px){ .trust__dot { display: none; } .trust__inner { gap: .5rem 1.4rem; } }

.partners { padding-block: 2.4rem; }
.partners__label { text-align: center; font-size: .68rem; letter-spacing: .26em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 1.3rem; }
.partners__row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(1.2rem, 3.4vw, 3.4rem); }
.partners__row span {
  font-family: var(--ff-display); font-size: clamp(1.05rem, 0.9rem + 0.6vw, 1.4rem);
  letter-spacing: .02em; color: var(--ink); opacity: .62; transition: opacity .3s var(--ease);
}
.partners__row span:hover { opacity: 1; }

/* ---------- philosophy ---------- */
.philo { background: var(--porcelain); }
.philo__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pillar { background: var(--porcelain); padding: clamp(1.6rem, 3vw, 2.2rem); }
.pillar__n { font-family: var(--ff-display); font-size: .95rem; color: var(--gold-deep); letter-spacing: .1em; }
.pillar h3 { font-family: var(--ff-display); font-size: 1.55rem; margin: .5rem 0 .6rem; }
.pillar p { font-size: .92rem; color: var(--ink-soft); line-height: 1.6; }

/* ---------- treatments index ---------- */
.treat__grid { margin-top: clamp(2.5rem, 5vw, 3.5rem); display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1rem, 2.2vw, 1.6rem); }
.tcard {
  position: relative; display: flex; flex-direction: column;
  background: var(--porcelain); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: inherit;
  transition: border-color .4s var(--ease), transform .4s var(--ease), box-shadow .4s var(--ease);
}
.tcard:hover { transform: translateY(-4px); border-color: var(--gold); box-shadow: 0 26px 50px -34px rgba(20,17,13,.4); }
.tcard:focus-visible { outline: 2px solid var(--gold-deep); outline-offset: 3px; }
.tcard__media { aspect-ratio: 3 / 2; overflow: hidden; background: var(--line-soft); }
.tcard__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.tcard__media--low img { object-position: center bottom; }
.tcard:hover .tcard__media img { transform: scale(1.05); }
.tcard__body { padding: 1.35rem 1.4rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.tcard__top { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; }
.tcard h3 { font-family: var(--ff-display); font-size: 1.4rem; }
.tcard__price { font-family: var(--ff-display); font-size: 1.02rem; color: var(--gold-deep); white-space: nowrap; }
.tcard__price small { font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); display: block; text-align: right; font-family: var(--ff-body); }
.tcard p { font-size: .9rem; color: var(--ink-soft); margin-top: .7rem; line-height: 1.58; }
.tcard__items { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: .5rem; }
.tcard__item { display: flex; justify-content: space-between; gap: 1rem; font-size: .82rem; align-items: baseline; }
.tcard__item span:first-child { color: var(--ink-soft); }
.tcard__item .dots { flex: 1; border-bottom: 1px dotted var(--line); transform: translateY(-3px); margin: 0 .1rem; }
.tcard__item span:last-child { font-weight: 600; color: var(--ink); }
.tcard__cta { margin-top: auto; padding-top: 1.2rem; font-size: .74rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 600; color: var(--gold-deep); display: inline-flex; gap: .5rem; align-items: center; }
.tcard__cta .arw { transition: transform .3s var(--ease); }
.tcard:hover .tcard__cta .arw { transform: translateX(4px); }
.treat__note { margin-top: 2rem; font-size: .86rem; color: var(--ink-soft); display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 1.2rem 1.4rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--porcelain); }

/* ---------- technology (dark) ---------- */
.tech { background: var(--ink); color: var(--onink); position: relative; }
.tech .h-sec { color: var(--onink); }
.tech .lede { color: var(--onink-dim); }
.tech__grid { margin-top: clamp(2.5rem,5vw,3.5rem); display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.2rem,2.5vw,2rem); }
.tech__card { padding-top: 1.6rem; border-top: 1px solid rgba(239,231,216,.28); }
.tech__num { font-family: var(--ff-display); font-size: 1.05rem; color: var(--gold); letter-spacing: .1em; margin-bottom: 1.4rem; }
.tech__card .k { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: .55rem; }
.tech__card h3 { font-family: var(--ff-display); font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.7rem); color: var(--onink); }
.tech__card p { font-size: .92rem; color: var(--onink-dim); margin-top: .8rem; line-height: 1.62; }
.tech__strip { margin-top: clamp(2.8rem,5vw,4rem); border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 21 / 8; }
.tech__strip img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
@media (max-width: 640px){ .tech__strip { aspect-ratio: 4 / 3; } }

/* ---------- founder / team ---------- */
.founder__grid { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.founder__media { position: relative; }
.founder__media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--radius-lg); }
.founder__sig { font-family: var(--ff-display); font-style: italic; font-size: 1.5rem; color: var(--gold-deep); margin-top: 1.5rem; }
.founder__body p + p { margin-top: 1.1rem; }
.founder__body p { color: var(--ink-soft); }
.creds { margin-top: 1.8rem; display: flex; flex-wrap: wrap; gap: .6rem; }
.cred { font-size: .74rem; letter-spacing: .06em; padding: .5rem .85rem; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-soft); }

.team { background: var(--porcelain); }
.team__grid { margin-top: clamp(2.2rem,4vw,3rem); display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(1.2rem,2.5vw,2rem); }
.member { }
.member__media { aspect-ratio: 4/5; overflow: hidden; border-radius: var(--radius); background: var(--line-soft); }
.member__media img { width: 100%; height: 100%; object-fit: cover; }
.member__media--tint img { object-position: center 20%; }
.member h3 { font-family: var(--ff-display); font-size: 1.45rem; margin-top: 1.1rem; }
.member .role { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); margin-top: .35rem; font-weight: 600; }
.member p { font-size: .9rem; color: var(--ink-soft); margin-top: .8rem; line-height: 1.6; }

/* ---------- reviews ---------- */
.reviews__grid { margin-top: clamp(2.2rem,4vw,3rem); display: grid; grid-template-columns: repeat(2,1fr); gap: clamp(1rem,2.2vw,1.6rem); }
.quote { background: var(--porcelain); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.6rem,3vw,2.2rem); display: flex; flex-direction: column; }
.quote__stars { color: var(--gold); letter-spacing: .25em; font-size: .95rem; margin-bottom: 1rem; }
.quote p { font-family: var(--ff-display); font-size: clamp(1.1rem,1rem + 0.5vw,1.35rem); line-height: 1.42; color: var(--ink); font-weight: 400; }
.quote footer { margin-top: 1.4rem; font-size: .76rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); font-weight: 600; }
.reviews__cta { margin-top: 2rem; text-align: center; }

/* ---------- visit ---------- */
.visit__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,4vw,3.5rem); align-items: start; }
.info__block + .info__block { margin-top: 1.8rem; padding-top: 1.8rem; border-top: 1px solid var(--line); }
.info__label { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; margin-bottom: .7rem; }
.info__block p, .info__block a:not(.btn):not(.textlink) { color: var(--ink-soft); text-decoration: none; }
.info__block a.mailish { color: var(--ink); border-bottom: 1px solid var(--line); transition: border-color .3s var(--ease); }
.info__block a.mailish:hover { border-color: var(--gold); }
.hours { display: grid; grid-template-columns: auto 1fr; gap: .35rem 1.2rem; font-size: .9rem; }
.hours dt { color: var(--ink-soft); }
.hours dd { margin: 0; text-align: right; font-variant-numeric: tabular-nums; color: var(--ink); }
.hours dd.closed { color: var(--gold-deep); }

.card-form { background: var(--porcelain); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: clamp(1.6rem,3vw,2.4rem); }
.field { margin-bottom: 1.1rem; }
.field label { display: block; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: .5rem; font-weight: 600; }
.field input, .field textarea, .field select {
  width: 100%; font-family: var(--ff-body); font-size: 1rem; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: .85rem .9rem; transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(183,150,107,.18); }
.field textarea { resize: vertical; min-height: 110px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form__note { font-size: .78rem; color: var(--ink-soft); margin-top: .3rem; }
.form__success { display: none; align-items: flex-start; gap: .8rem; background: var(--ink); color: var(--onink); padding: 1.1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1.2rem; font-size: .9rem; line-height: 1.5; }
.form__success.is-visible { display: flex; }
.form__success .mark { width: 22px; height: 22px; flex: none; margin-top: .1rem; }

.map { margin-top: 2rem; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16/9; background: var(--line-soft); }
.map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(0.25) contrast(1.02); }

/* ---------- footer ---------- */
.footer { background: var(--ink); color: var(--onink); padding-top: clamp(3.5rem,6vw,5rem); }
.footer__lockup { text-align: center; padding-bottom: clamp(2.5rem,5vw,3.5rem); border-bottom: 1px solid rgba(239,231,216,.14); }
.footer__lockup .mark { width: 48px; height: 48px; margin: 0 auto 1.2rem; }
.footer__lockup .name { font-family: var(--ff-display); font-size: clamp(2rem,1.4rem+2.5vw,3rem); letter-spacing: .06em; text-transform: uppercase; }
.footer__lockup .sub { font-size: .66rem; letter-spacing: .44em; text-transform: uppercase; color: var(--gold); margin-top: .7rem; }
.footer__cta { margin-top: 1.8rem; }
.footer__cols { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(1.5rem,3vw,3rem); padding-block: clamp(2.5rem,5vw,3.5rem); }
.footer__col h4 { font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.footer__col p, .footer__col a { color: var(--onink-dim); font-size: .9rem; text-decoration: none; }
.footer__col a { display: inline-block; transition: color .3s var(--ease); }
.footer__col a:hover { color: var(--onink); }
.footer__col ul li + li { margin-top: .6rem; }
.footer__policy { max-width: 30rem; }
.footer__policy p { line-height: 1.6; }
.footer__bottom { border-top: 1px solid rgba(239,231,216,.14); padding-block: 1.6rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .78rem; color: var(--onink-dim); }
.footer__bottom a:hover { color: var(--onink); }

/* ---------- reveal ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 980px) {
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero__media { max-width: 30rem; }
  .hero__badge { left: auto; right: 1.2rem; }
  .philo__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .founder__grid { grid-template-columns: 1fr; }
  .founder__media { max-width: 26rem; }
  .treat__grid { grid-template-columns: repeat(2, 1fr); }
  .tech__grid { grid-template-columns: 1fr; max-width: 30rem; margin-inline: auto; }
  .team__grid { grid-template-columns: 1fr 1fr; }
  .footer__cols { grid-template-columns: 1fr 1fr; }
  .footer__policy { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .nav, .header__cta .btn--ghost { display: none; }
  .nav-toggle { display: flex; }
  .header__cta .btn { padding: .7rem 1rem; }

  /* mobile nav panel */
  .nav.is-open {
    display: flex; position: fixed; inset: 78px 0 auto 0; flex-direction: column; align-items: stretch;
    gap: 0; background: var(--ivory); border-bottom: 1px solid var(--line); padding: .5rem var(--gutter) 1.5rem;
    box-shadow: 0 30px 40px -30px rgba(20,17,13,.4);
  }
  .nav.is-open .nav__link { padding: 1rem 0; border-bottom: 1px solid var(--line-soft); font-size: 1rem; }
  .nav.is-open .nav__link::after { display: none; }

  .visit__grid { grid-template-columns: 1fr; }
  .reviews__grid { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
  .hero__meta dt { font-size: 1.3rem; }
}

@media (max-width: 560px) {
  .treat__grid { grid-template-columns: 1fr; }
  .team__grid { grid-template-columns: 1fr; max-width: 24rem; margin-inline: auto; }
  .pillars { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
  .hero__badge { position: static; margin-top: 1rem; max-width: none; }
  .btn { width: 100%; justify-content: center; }
  .header__cta .btn { width: auto; }
  .hero__actions .btn { width: 100%; }
}
