/* SERENITY landing — Rose & Gold tokens lifted verbatim from app/globals.css
   (:root / [data-theme="rose"]). The mobile layout mirrors the design-system
   ContentLanding card (components/customer/content-landing.css): full-bleed
   hero card with the caption over the photo, quick tiles, service rows and a
   horizontal gallery strip. */
:root {
  color-scheme: light;
  --bg: #fbf5f3;
  --surface: #f6ece9;
  --surface-2: #f0e3df;
  --surface-3: #e8d7d2;
  --separator: #efe1dd;
  --separator-strong: #e0ccc6;
  --label: #2a201e;
  --label-secondary: #6e5a55;
  --label-tertiary: #79645e;
  --accent: #b0894f;
  --accent-text: #8a5a30;
  --accent-hover: #caa96a;
  --on-accent: #2a201e;
  --focus-ring: #8a5a30;
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-pill: 999px;
  --shadow-xs: 0 1px 2px rgba(70, 40, 35, 0.05);
  --shadow-sm: 0 1px 3px rgba(70, 40, 35, 0.07), 0 1px 2px rgba(70, 40, 35, 0.04);
  --shadow-md: 0 6px 20px rgba(70, 40, 35, 0.09), 0 2px 6px rgba(70, 40, 35, 0.05);
  --shadow-lg: 0 18px 48px rgba(70, 40, 35, 0.14), 0 6px 16px rgba(70, 40, 35, 0.08);
  --material-header: rgba(251, 245, 243, 0.74);
  --hairline: rgba(42, 32, 30, 0.08);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--label);
  font-family: "Heebo", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

p { color: var(--label-secondary); text-wrap: pretty; margin: 0; }
h1, h2, h3 { margin: 0; color: var(--label); text-wrap: balance; line-height: 1.25; }
img { max-width: 100%; height: auto; display: block; }

a { color: var(--accent-text); text-decoration: none; transition: color 140ms ease; }
a:hover { color: var(--accent); }

:focus-visible { outline: 2px solid var(--focus-ring); outline-offset: 2px; }

.wordmark { font-family: "Frank Ruhl Libre", Georgia, serif; font-weight: 600; letter-spacing: 0.02em; }

.wrap { max-width: 1120px; margin-inline: auto; padding-inline: 24px; }

/* ── Header ───────────────────────────────────────────────────────────── */
.hdr {
  position: sticky; top: 0; z-index: 20;
  background: var(--material-header);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--hairline);
}
.hdr-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 68px; }
.mark { display: flex; flex-direction: column; line-height: 1.1; color: var(--label); }
.mark b { font-size: 21px; letter-spacing: 0.14em; font-weight: 600; }
.mark span { font-size: 11px; color: var(--label-tertiary); letter-spacing: 0.08em; }
.hdr-nav { display: flex; align-items: center; gap: 28px; }
.hdr-nav a { color: var(--label-secondary); font-size: 15px; font-weight: 500; }
.hdr-nav a:hover { color: var(--accent-text); }

/* ── Buttons ──────────────────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 54px; padding: 0 38px;
  border-radius: var(--radius-pill); border: 1px solid transparent;
  font-size: 17px; font-weight: 600; font-family: inherit;
  cursor: pointer; transition: background 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: var(--on-accent); box-shadow: var(--shadow-md); }
.btn-primary:hover { background: var(--accent-hover); color: var(--on-accent); box-shadow: var(--shadow-lg); }
.btn svg { width: 20px; height: 20px; flex: none; }

/* ── Hero ─────────────────────────────────────────────────────────────── */
.hero { padding-block: 44px 0; }
/* Desktop reading order: headline, call to action, then the photo band.
   `display: contents` lifts the card's children into the hero's flex column so
   the CTA can sit between them; mobile puts the card back and overlays them. */
.hero > .wrap { display: flex; flex-direction: column; }
.hero-card { display: contents; }
.hero-cap { order: 1; text-align: center; max-width: 780px; margin-inline: auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; letter-spacing: 0.1em; color: var(--accent-text);
  text-transform: uppercase; font-weight: 600; margin-bottom: 16px;
}
.eyebrow::before, .eyebrow::after { content: ""; width: 24px; height: 1px; background: var(--accent); }
.hero-cap h1 { font-size: 46px; font-weight: 700; letter-spacing: -0.01em; }
.hero-cap .lede { font-size: 19px; margin-top: 18px; margin-inline: auto; max-width: 52ch; }

.hero-cta { order: 2; display: flex; justify-content: center; margin-top: 28px; }

.hero-card img {
  order: 3; width: 100%; aspect-ratio: 3.2 / 1; object-fit: cover; object-position: center 38%;
  margin-top: 40px; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg);
}
.hero-veil { display: none; }

/* ── Quick contact rail ───────────────────────────────────────────────── */
.rail { order: 4; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 44px; }
.rail a {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px;
  min-height: 92px; padding: 14px 10px;
  background: var(--surface); border: 1px solid var(--separator);
  border-radius: var(--radius-lg); color: var(--label);
  font-size: 14px; font-weight: 600; text-align: center;
  transition: background 140ms ease, border-color 140ms ease;
}
.rail a:hover { background: var(--surface-2); border-color: var(--separator-strong); color: var(--label); }
.rail svg { width: 24px; height: 24px; color: var(--accent-text); }
.rail a.wa svg { color: #1f8a4c; }

/* ── Sections ─────────────────────────────────────────────────────────── */
section { padding-block: 76px; }
.sec-head { max-width: 60ch; margin-bottom: 40px; }
.sec-head h2 { font-size: 32px; font-weight: 700; }
.sec-head p { margin-top: 12px; font-size: 17px; }

.tinted { background: var(--surface); border-block: 1px solid var(--separator); }

/* About */
.about { display: grid; grid-template-columns: 1.15fr 1fr; gap: 56px; align-items: center; }
.about-lede { font-size: 21px; line-height: 1.6; color: var(--label); }
.about-sig { margin-top: 22px; font-size: 15px; color: var(--label-tertiary); }
.about-photo { border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-md); aspect-ratio: 1 / 1; }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }

/* Services */
.svc { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.svc article {
  padding: 28px; background: var(--bg); border: 1px solid var(--separator);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-xs);
}
.svc h3 { font-size: 19px; font-weight: 600; margin-bottom: 8px; }
.svc p { font-size: 15px; }
.svc .ic { width: 40px; height: 40px; display: grid; place-items: center; margin-bottom: 16px;
  border-radius: var(--radius-md); background: var(--surface-2); color: var(--accent-text); }
.svc .ic svg { width: 21px; height: 21px; }

/* Gallery */
.gal { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.gal img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-xs); }

/* FAQ */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details {
  background: var(--bg); border: 1px solid var(--separator);
  border-radius: var(--radius-md); padding: 4px 20px;
}
.faq summary {
  cursor: pointer; list-style: none; padding-block: 16px;
  font-weight: 600; font-size: 17px; color: var(--label);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 9px; height: 9px;
  border-inline-start: 2px solid var(--accent-text); border-block-end: 2px solid var(--accent-text);
  transform: rotate(-45deg); transition: transform 160ms ease;
}
.faq details[open] summary::after { transform: rotate(135deg); }
.faq p { padding-block: 0 18px; font-size: 16px; }

/* Visit */
.visit { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.dl { display: grid; gap: 22px; margin: 0; }
.dl div { display: grid; gap: 4px; }
.dl dt { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--label-tertiary); font-weight: 600; }
.dl dd { margin: 0; font-size: 18px; color: var(--label); }
.areas { font-size: 15px; color: var(--label-secondary); }

.book-band {
  margin-top: 40px; padding: 34px; text-align: center;
  background: var(--surface-2); border: 1px solid var(--separator-strong);
  border-radius: var(--radius-xl);
}
.book-band h3 { font-size: 24px; font-weight: 700; }
.book-band p { margin-top: 10px; margin-bottom: 26px; }

/* Footer */
.ftr { border-top: 1px solid var(--separator); padding-block: 40px; }
.ftr-in { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.ftr-links { display: flex; flex-wrap: wrap; gap: 22px; font-size: 14px; }
.ftr small { color: var(--label-tertiary); font-size: 13px; }

/* ════════════════════════════════════════════════════════════════════════
   Mobile — the design-system ContentLanding card, not a squashed desktop.
   ═══════════════════════════════════════════════════════════════════════ */
@media (max-width: 860px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 16px; }

  .hdr-nav { display: none; }
  .hdr-in { height: 58px; justify-content: center; }
  .mark { align-items: center; text-align: center; }
  .mark b { font-size: 19px; }

  /* Hero card: caption over the photo, full-bleed, rounded bottom corners. */
  .hero { padding-block: 0; }
  .hero > .wrap { padding-inline: 0; }
  .hero-card {
    display: block; position: relative; margin-top: 0;
    border-radius: 0 0 var(--radius-xl) var(--radius-xl);
    overflow: hidden; box-shadow: none;
  }
  .hero-card img {
    aspect-ratio: auto; height: 300px; object-fit: cover; object-position: center 45%;
    margin-top: 0; border-radius: 0; box-shadow: none;
  }
  .hero-veil {
    display: block; position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(20, 17, 15, 0.05) 30%, rgba(20, 17, 15, 0.62));
  }
  .hero > .wrap { display: flex; flex-direction: column; }
  .hero-cap {
    position: absolute; inset-block-end: 0; inset-inline: 0; z-index: 2;
    text-align: start; max-width: none; padding: 18px 20px 20px;
    background: linear-gradient(180deg, rgba(20, 17, 15, 0) 0%, rgba(20, 17, 15, 0.55) 60%, rgba(20, 17, 15, 0.72) 100%);
  }
  .hero-cap .eyebrow {
    font-size: 11px; letter-spacing: 0.2em; color: rgba(255, 255, 255, 0.92);
    font-weight: 700; margin-bottom: 6px;
  }
  .hero-cap .eyebrow::before, .hero-cap .eyebrow::after { display: none; }
  .hero-cap h1 {
    font-family: "Frank Ruhl Libre", Georgia, serif; font-weight: 600;
    font-size: 29px; line-height: 1.08; letter-spacing: 0.01em; color: #fff;
  }
  .hero-cap .lede { font-size: 13.5px; line-height: 1.5; color: rgba(255, 255, 255, 0.9); margin-top: 8px; }

  .hero-cta { padding: 14px 16px 0; margin-top: 0; }
  .hero-cta .btn { width: 100%; min-height: 52px; font-size: 16px; padding-inline: 20px; }

  /* Quick tiles (DS .quick4 / .qtile) */
  .rail { grid-template-columns: repeat(4, 1fr); gap: 9px; margin-top: 14px; padding-inline: 16px; }
  .rail a {
    min-height: 76px; gap: 6px; padding: 12px 4px;
    border-radius: var(--radius-md); font-size: 11.5px; font-weight: 700; line-height: 1.25;
  }
  .rail svg { width: 21px; height: 21px; }

  /* Sections */
  section { padding-block: 34px; }
  section.hero { padding-block: 0 0; }
  .sec-head { margin-bottom: 14px; }
  .sec-head h2 { font-size: 20px; font-weight: 700; }
  .sec-head p { font-size: 14px; margin-top: 6px; }

  .about { grid-template-columns: 1fr; gap: 18px; }
  .about-photo { order: -1; aspect-ratio: 16 / 10; border-radius: var(--radius-lg); }
  .about-lede { font-size: 16.5px; line-height: 1.6; }
  .about-sig { margin-top: 14px; font-size: 13px; }
  .about .eyebrow { font-size: 11px; letter-spacing: 0.16em; margin-bottom: 10px; }

  /* Service ROWS (DS .svc-row) instead of cards */
  .svc { grid-template-columns: 1fr; gap: 9px; }
  .svc article {
    display: flex; align-items: center; gap: 12px;
    padding: 13px 14px; border-radius: var(--radius-md); box-shadow: none;
  }
  .svc .ic { margin-bottom: 0; flex: none; }
  .svc h3 { font-size: 14.5px; font-weight: 700; margin-bottom: 2px; }
  .svc p { font-size: 12px; line-height: 1.45; }

  /* Gallery: two-up grid. A horizontal strip (the DS .gstrip) starts at the
     wrong end in an RTL scroll container, so all six photos sit in a grid. */
  .gal { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .gal img { border-radius: var(--radius-md); box-shadow: none; }

  .faq details { padding-inline: 15px; border-radius: var(--radius-md); }
  .faq summary { font-size: 14.5px; font-weight: 700; padding-block: 13px; }
  .faq p { font-size: 13.5px; padding-block: 0 14px; }

  .visit { grid-template-columns: 1fr; gap: 20px; }
  .dl { gap: 16px; }
  .dl dt { font-size: 11px; }
  .dl dd { font-size: 15.5px; }
  .book-band { margin-top: 20px; padding: 22px 18px; border-radius: var(--radius-lg); }
  .book-band h3 { font-size: 19px; }
  .book-band p { font-size: 14px; margin-bottom: 18px; }
  .book-band .btn { width: 100%; }

  /* App footer (DS .appfoot) — centered */
  .ftr { padding-block: 22px 16px; }
  .ftr-in { flex-direction: column; align-items: center; text-align: center; gap: 10px; }
  .ftr .mark b { font-size: 17px; letter-spacing: 0.14em; color: var(--accent-text); }
  .ftr .mark span { font-size: 11px; }
  .ftr-links { justify-content: center; gap: 14px; font-size: 11.5px; }
  .ftr-links a { color: var(--label-tertiary); }
  .ftr small { font-size: 11px; }
}

/* ── Skip link ────────────────────────────────────────────────────────── */
.skip {
  position: absolute; inset-inline-start: 16px; inset-block-start: -60px;
  z-index: 60; padding: 12px 20px;
  background: var(--bg); color: var(--label);
  border: 1px solid var(--separator-strong); border-radius: var(--radius-pill);
  font-weight: 600; box-shadow: var(--shadow-md);
  transition: inset-block-start 140ms ease;
}
.skip:focus { inset-block-start: 12px; color: var(--label); }

/* ── Prose document (accessibility statement) ─────────────────────────── */
.doc { max-width: 760px; margin-inline: auto; padding-block: 56px 24px; }
.doc .eyebrow { margin-bottom: 12px; }
.doc h1 { font-size: 38px; font-weight: 700; }
.doc .updated { margin-top: 12px; font-size: 15px; color: var(--label-tertiary); }
.doc h2 {
  font-size: 22px; font-weight: 700; margin-top: 40px;
  padding-top: 24px; border-top: 1px solid var(--separator);
}
.doc h2 + p, .doc h2 + ul { margin-top: 12px; }
.doc p { font-size: 17px; margin-top: 14px; }
.doc ul { margin: 14px 0 0; padding-inline-start: 22px; color: var(--label-secondary); font-size: 17px; }
.doc li { margin-top: 8px; }
.doc .note {
  margin-top: 18px; padding: 20px 22px;
  background: var(--surface); border: 1px solid var(--separator);
  border-radius: var(--radius-lg);
}
.doc .note p { margin-top: 8px; font-size: 16px; }
.doc .note p:first-child { margin-top: 0; }
.doc .back { display: inline-flex; align-items: center; gap: 8px; margin-top: 40px; font-weight: 600; }

@media (max-width: 860px) {
  .doc { padding-block: 28px 16px; }
  .doc h1 { font-size: 27px; }
  .doc h2 { font-size: 18px; margin-top: 28px; padding-top: 18px; }
  .doc p, .doc ul { font-size: 15.5px; }
  .doc .note { padding: 16px 18px; }
}
