/* ——————————————————————————————————————————————
   Résidence La Rose de Saron — rosedesaron.ca
   One stylesheet, no build step. Edit and refresh.
   —————————————————————————————————————————————— */

@font-face {
  font-family: "Caveat";
  src: url("/fonts/caveat-latin.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Fraunces";
  src: url("/fonts/fraunces-latin.woff2") format("woff2");
  font-weight: 300 700;
  font-display: swap;
}

:root {
  --paper: #FBF7F1;
  --paper-soft: #F5EDE3;
  --card: #FFFDFA;
  --ink: #362A2E;
  --ink-soft: #6E5B60;
  --rose: #A34D5F;
  --rose-deep: #7E3648;
  --rose-tint: #F1E0DD;
  --leaf: #63755A;
  --line: #E7DACD;
  --sage: #E4E9DE;
  --river: #9FB4C4;
  --radius: 18px;
  --hand: "Caveat", cursive;
  --serif: "Fraunces", Georgia, serif;
  --sans: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color-scheme: light;
}

@media (prefers-color-scheme: dark) {
  :root {
    --pol: #362B31;
    --paper: #221B1F;
    --paper-soft: #2B2227;
    --card: #2C2328;
    --ink: #F1E7E5;
    --ink-soft: #BCA9AE;
    --rose: #CE8194;
    --rose-deep: #E3A9B6;
    --rose-tint: #43303A;
    --line: #453740;
    --sage: #2B3128;
    --river: #52626F;
    color-scheme: dark;
  }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 570;
  line-height: 1.12;
  letter-spacing: -0.015em;
  margin: 0 0 0.5em;
  text-wrap: balance;
}

p { margin: 0 0 1em; }

::selection { background: var(--rose); color: #fff; }

html { scrollbar-color: color-mix(in srgb, var(--rose) 45%, var(--line)) transparent; }

a { color: var(--rose); text-underline-offset: 3px; }
a:hover { color: var(--rose-deep); }

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

.wrap {
  width: min(100% - 2.5rem, 62rem);
  margin-inline: auto;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0.5rem;
  background: var(--ink);
  color: #fff;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  z-index: 99;
}
.skip:focus { left: 0.5rem; color: #fff; }

/* ————— Header ————— */

header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: color-mix(in srgb, var(--paper) 84%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid color-mix(in srgb, var(--line) 60%, transparent);
  transition: box-shadow 0.3s ease;
}
header.scrolled {
  box-shadow: 0 6px 24px -12px color-mix(in srgb, var(--rose-deep) 22%, transparent);
}

.bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 0.8rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 570;
  letter-spacing: -0.01em;
}
.brand svg { flex: none; }

.bar nav {
  display: none;
  gap: 1.4rem;
  margin-inline: auto;
}
.bar nav a {
  position: relative;
  text-decoration: none;
  color: var(--ink-soft);
  font-size: 0.95rem;
  padding-block: 0.2rem;
}
.bar nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -2px;
  height: 2px;
  background: var(--rose);
  border-radius: 2px;
  transition: right 0.3s ease;
}
.bar nav a:hover, .bar nav a.active { color: var(--rose-deep); }
.bar nav a:hover::after, .bar nav a.active::after { right: 0; }

.progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--rose), var(--rose-deep));
  z-index: 1;
}

.lang {
  margin-left: auto;
  flex: none;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 0.35rem 0.8rem;
  background: var(--card);
}
.lang:hover { border-color: var(--rose); color: var(--rose-deep); }

@media (min-width: 760px) {
  .bar nav { display: flex; }
  .lang { margin-left: 0; }
}

/* ————— Hero ————— */

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding-block: clamp(3.5rem, 9vw, 7rem) clamp(3.5rem, 8vw, 6rem);
  background:
    radial-gradient(42rem 30rem at 88% -10%, color-mix(in srgb, var(--rose-tint) 80%, transparent), transparent 65%),
    radial-gradient(30rem 24rem at -12% 110%, color-mix(in srgb, var(--sage) 70%, transparent), transparent 60%);
}

.hero .wrap { position: relative; }

.hero-grid {
  display: grid;
  gap: 2.8rem;
  align-items: center;
}
@media (min-width: 880px) {
  .hero-grid { grid-template-columns: 1.15fr 0.85fr; gap: 3.5rem; }
}

.hero-photo {
  position: relative;
  width: min(100%, 22rem);
  margin-inline: auto;
}
.hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 999px 999px var(--radius) var(--radius);
  box-shadow: 0 24px 50px -24px color-mix(in srgb, var(--rose-deep) 45%, transparent);
}
.hero-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  translate: 14px 14px;
  border: 1.5px solid color-mix(in srgb, var(--rose) 50%, transparent);
  border-radius: 999px 999px var(--radius) var(--radius);
  pointer-events: none;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-bottom: 1.2rem;
}
.eyebrow::before {
  content: "";
  width: 1.15em;
  height: 1.15em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23A34D5F' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M33.0 30.7 Q33.0 31.4 32.6 32.1 Q31.9 32.6 30.8 32.7 Q29.7 32.5 28.6 31.8 Q27.8 30.6 27.5 29.2 Q27.7 27.6 28.6 26.1 Q30.0 25.0 31.8 24.3 Q33.9 24.2 36.0 24.9 Q37.8 26.3 39.1 28.4 Q39.6 30.7 39.2 33.3 Q37.8 35.6 35.7 37.4 Q32.9 38.5 29.9 38.6 Q26.8 37.7 24.2 35.7 Q22.4 33.0 21.6 29.8 Q22.0 26.3 23.6 23.2 Q26.3 20.6 29.9 19.1 Q33.8 18.7 37.8 19.7 Q41.3 22.0 43.8 25.3 Q45.0 29.3 44.8 33.6 Q43.0 37.7 39.9 41.0 Q35.7 43.2 30.9 43.9 Q26.0 43.0 21.7 40.5 Q18.4 36.7 16.5 32.0 Q16.5 26.9 18.2 21.9 Q21.6 17.8 26.4 14.9'/%3E%3Cpath d='M14.2 36.5c-1.1 6.3 1.6 12.4 7 16'/%3E%3Cpath d='M49.8 36.5c1.1 6.3-1.6 12.4-7 16'/%3E%3C/g%3E%3C/svg%3E") no-repeat center / contain;
}
@media (prefers-color-scheme: dark) {
  .eyebrow::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23CE8194' stroke-width='4' stroke-linecap='round'%3E%3Cpath d='M33.0 30.7 Q33.0 31.4 32.6 32.1 Q31.9 32.6 30.8 32.7 Q29.7 32.5 28.6 31.8 Q27.8 30.6 27.5 29.2 Q27.7 27.6 28.6 26.1 Q30.0 25.0 31.8 24.3 Q33.9 24.2 36.0 24.9 Q37.8 26.3 39.1 28.4 Q39.6 30.7 39.2 33.3 Q37.8 35.6 35.7 37.4 Q32.9 38.5 29.9 38.6 Q26.8 37.7 24.2 35.7 Q22.4 33.0 21.6 29.8 Q22.0 26.3 23.6 23.2 Q26.3 20.6 29.9 19.1 Q33.8 18.7 37.8 19.7 Q41.3 22.0 43.8 25.3 Q45.0 29.3 44.8 33.6 Q43.0 37.7 39.9 41.0 Q35.7 43.2 30.9 43.9 Q26.0 43.0 21.7 40.5 Q18.4 36.7 16.5 32.0 Q16.5 26.9 18.2 21.9 Q21.6 17.8 26.4 14.9'/%3E%3Cpath d='M14.2 36.5c-1.1 6.3 1.6 12.4 7 16'/%3E%3Cpath d='M49.8 36.5c1.1 6.3-1.6 12.4-7 16'/%3E%3C/g%3E%3C/svg%3E"); }
}

.hero h1 {
  font-size: clamp(2.3rem, 6.5vw, 4rem);
  max-width: 15ch;
}

.lede {
  font-size: clamp(1.1rem, 2.4vw, 1.3rem);
  color: var(--ink-soft);
  max-width: 46ch;
  margin-bottom: 2rem;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.85rem 1.5rem;
  border-radius: 99px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #A34D5F, #7E3648);
  color: #fff;
  box-shadow: 0 6px 18px -6px color-mix(in srgb, var(--rose) 55%, transparent);
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 45%;
  height: 100%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}
.btn-primary:hover {
  color: #fff;
  box-shadow: 0 10px 26px -8px color-mix(in srgb, var(--rose-deep) 70%, transparent);
}
.btn-primary:hover::after { left: 130%; }

.btn-ghost {
  color: var(--rose-deep);
  border: 1.5px solid color-mix(in srgb, var(--rose) 45%, transparent);
  background: color-mix(in srgb, var(--card) 60%, transparent);
}
.btn-ghost:hover { border-color: var(--rose-deep); background: var(--card); }

.hero-note {
  font-size: 0.92rem;
  color: var(--ink-soft);
  margin: 0;
}
.hero-note strong { color: var(--ink); font-weight: 600; }

/* ————— Sections ————— */

section { padding-block: clamp(3.2rem, 7vw, 5.5rem); }

section h2 {
  font-size: clamp(1.7rem, 4.2vw, 2.4rem);
  max-width: 22ch;
}

.section-intro {
  color: var(--ink-soft);
  max-width: 56ch;
  margin-bottom: 2.2rem;
}

.alt { background: var(--paper-soft); }

/* Services cards */

.cards {
  display: grid;
  gap: 1rem;
  margin-block: 2rem 1.6rem;
}
@media (min-width: 660px) { .cards { grid-template-columns: repeat(3, 1fr); gap: 1.2rem; } }

.card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem 1.4rem;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.card:hover {
  transform: translateY(-5px);
  border-color: color-mix(in srgb, var(--rose) 38%, var(--line));
  box-shadow: 0 20px 44px -20px color-mix(in srgb, var(--rose-deep) 32%, transparent);
}
.card h3 { font-size: 1.28rem; margin-bottom: 0.4rem; }
.card p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

.card-photo {
  display: block;
  width: calc(100% + 2.8rem);
  height: auto;
  margin: -1.6rem -1.4rem 1.15rem;
  border-radius: calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;
  transition: scale 0.9s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.card:hover .card-photo { scale: 1.05; }

.services-note {
  font-size: 0.98rem;
  color: var(--ink-soft);
  border-left: 3px solid var(--rose);
  padding-left: 1rem;
  max-width: 58ch;
  margin: 0;
}

/* Values */

.values-grid {
  display: grid;
  gap: 2.8rem;
  align-items: center;
}
@media (min-width: 880px) {
  .values-grid { grid-template-columns: 1fr 0.58fr; gap: 4rem; }
}

.values-photo {
  position: relative;
  width: min(100%, 20rem);
  margin-inline: auto;
}
.values-photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 999px 999px var(--radius) var(--radius);
  box-shadow: 0 20px 44px -24px color-mix(in srgb, var(--rose-deep) 40%, transparent);
}
.values-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  translate: -14px 14px;
  border: 1.5px solid color-mix(in srgb, var(--rose) 45%, transparent);
  border-radius: 999px 999px var(--radius) var(--radius);
  pointer-events: none;
}

.values {
  display: grid;
  gap: 1.8rem 2.5rem;
  margin-top: 2.2rem;
  padding: 0;
  list-style: none;
  counter-reset: v;
}
@media (min-width: 660px) { .values { grid-template-columns: 1fr 1fr; } }

.values li {
  counter-increment: v;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
}
.values li::before {
  content: "0" counter(v);
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border: 1.5px solid color-mix(in srgb, var(--rose) 45%, transparent);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 570;
  color: var(--rose);
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.values li:hover::before {
  background: var(--rose);
  border-color: var(--rose);
  color: #fff;
}
.values h3 { font-size: 1.22rem; margin-bottom: 0.25rem; }
.values p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

/* Team */

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0;
  margin: 1.8rem 0;
  list-style: none;
}
.chips li {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 0.5rem 1.05rem;
  font-size: 0.93rem;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.chips li:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--rose) 45%, var(--line));
  background: color-mix(in srgb, var(--rose-tint) 40%, var(--card));
}

.director {
  position: relative;
  padding-left: 3.2rem;
  color: var(--ink-soft);
  font-size: 0.98rem;
  margin: 0;
}
.director strong { color: var(--ink); }
.director::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 2.4rem;
  height: 2px;
  background: var(--rose);
  border-radius: 2px;
}

/* Careers */

.careers-card {
  background: linear-gradient(135deg, #7E3648, #A34D5F);
  color: #fff;
  border-radius: calc(var(--radius) + 6px);
  padding: clamp(1.8rem, 5vw, 3rem);
  position: relative;
  overflow: hidden;
}
.careers-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(420px at var(--mx, 70%) var(--my, 30%), rgba(255, 255, 255, 0.13), transparent 65%);
  pointer-events: none;
}
.careers-card h2 { color: #fff; }
.careers-card p {
  color: color-mix(in srgb, #fff 82%, #F1E0DD);
  max-width: 52ch;
}
.careers-card .btn {
  background: #fff;
  color: #7E3648;
  margin-top: 0.6rem;
}
.careers-card .btn:hover { background: var(--rose-tint); }

.careers-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 760px) {
  .careers-grid { grid-template-columns: 1fr 0.55fr; gap: 2.8rem; }
}
.careers-photo {
  border-radius: var(--radius);
  overflow: hidden;
}
.careers-photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: scale 0.9s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.careers-card:hover .careers-photo img { scale: 1.04; }

/* Contact */

.contact-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 660px) { .contact-grid { grid-template-columns: 1fr 1fr; } }

.contact-grid .card { display: flex; flex-direction: column; gap: 0.1rem; }
.contact-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin-bottom: 0.35rem;
}
.contact-value {
  font-family: var(--serif);
  font-variant-numeric: lining-nums;
  font-size: clamp(1.15rem, 2.6vw, 1.45rem);
  font-weight: 570;
  margin: 0;
  overflow-wrap: anywhere;
}
.contact-value a { text-decoration: none; color: var(--ink); }
.contact-value a:hover { color: var(--rose-deep); }
.contact-sub { color: var(--ink-soft); font-size: 0.92rem; margin: 0.3rem 0 0; }

/* Footer */

footer {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, #3E2C33 0%, #241B1F 100%);
  color: #CBBDC1;
  padding-block: 3.4rem;
  font-size: 0.95rem;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--rose), transparent);
  opacity: 0.7;
}
footer::after {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -7rem;
  width: 24rem;
  height: 24rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M33.0 30.7 Q33.0 31.4 32.6 32.1 Q31.9 32.6 30.8 32.7 Q29.7 32.5 28.6 31.8 Q27.8 30.6 27.5 29.2 Q27.7 27.6 28.6 26.1 Q30.0 25.0 31.8 24.3 Q33.9 24.2 36.0 24.9 Q37.8 26.3 39.1 28.4 Q39.6 30.7 39.2 33.3 Q37.8 35.6 35.7 37.4 Q32.9 38.5 29.9 38.6 Q26.8 37.7 24.2 35.7 Q22.4 33.0 21.6 29.8 Q22.0 26.3 23.6 23.2 Q26.3 20.6 29.9 19.1 Q33.8 18.7 37.8 19.7 Q41.3 22.0 43.8 25.3 Q45.0 29.3 44.8 33.6 Q43.0 37.7 39.9 41.0 Q35.7 43.2 30.9 43.9 Q26.0 43.0 21.7 40.5 Q18.4 36.7 16.5 32.0 Q16.5 26.9 18.2 21.9 Q21.6 17.8 26.4 14.9' fill='none' stroke='%23ffffff' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0.05;
  rotate: 14deg;
  pointer-events: none;
}
.foot { position: relative; z-index: 1; }
.foot {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.foot-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #fff;
  font-family: var(--serif);
  font-size: 1.1rem;
}
.foot-tag { margin: 0.3rem 0 0; font-size: 0.92rem; }
.foot nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.foot nav a { color: #CBBDC1; text-decoration: none; }
.foot nav a:hover { color: #fff; }
.foot-legal { font-size: 0.85rem; color: #9A878C; margin: 0; }
@media (min-width: 760px) {
  .foot { flex-direction: row; align-items: flex-start; justify-content: space-between; }
}

/* ————— Motion ————— */

/* Scroll reveals: hidden only when JS is running and motion is allowed,
   so no-JS visitors and reduced-motion users always see everything. */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal],
  .js [data-reveal-group] > * {
    opacity: 0;
    translate: 0 22px;
    transition: opacity 0.7s ease, translate 0.7s cubic-bezier(0.2, 0.7, 0.3, 1);
  }
  .js [data-reveal].in,
  .js [data-reveal-group].in > * {
    opacity: 1;
    translate: 0 0;
  }
  .js [data-reveal-group].in > :nth-child(2) { transition-delay: 0.12s; }
  .js [data-reveal-group].in > :nth-child(3) { transition-delay: 0.24s; }
  .js [data-reveal-group].in > :nth-child(4) { transition-delay: 0.36s; }
  .js [data-reveal-group].in > :nth-child(5) { transition-delay: 0.48s; }

  .cue {
    display: inline-block;
    animation: bob 2.2s ease-in-out infinite;
  }
  @keyframes bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(4px); }
  }

  .hero {
    background-size: 170% 170%;
    animation: drift 26s ease-in-out infinite alternate;
  }
  @keyframes drift {
    from { background-position: 0% 0%; }
    to { background-position: 100% 100%; }
  }
}

/* Gentle entrance for hero only, respects reduced motion */
@media (prefers-reduced-motion: no-preference) {
  .hero .eyebrow, .hero .lede, .hero .cta-row, .hero .hero-note, .hero .hero-photo {
    animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) backwards;
  }
  .hero .lede { animation-delay: 0.12s; }
  .hero .cta-row { animation-delay: 0.18s; }
  .hero .hero-note { animation-delay: 0.24s; }
  .hero .hero-photo { animation-delay: 0.12s; }
  @keyframes rise {
    from { opacity: 0; transform: translateY(14px); }
  }
}


/* ————— Showcase layer ————— */

/* Film grain for warmth */
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: 0.028;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url%28%23n%29'/%3E%3C/svg%3E");
}

/* Organic wave dividers around tinted sections */
.alt { position: relative; }
.alt::before, .alt::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 42px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 42' preserveAspectRatio='none'%3E%3Cpath d='M0 26 C240 44 480 4 720 18 C960 32 1200 10 1440 24 L1440 42 L0 42 Z' fill='%23F5EDE3'/%3E%3C/svg%3E") repeat-x bottom / 1440px 42px;
  pointer-events: none;
}
.alt::before { top: -41px; }
.alt::after { bottom: -41px; transform: scaleY(-1); }

/* Faint rose watermarks in section corners */
.wm { position: relative; overflow: hidden; }
.wm::before {
  content: "";
  position: absolute;
  width: 22rem;
  height: 22rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M33.0 30.7 Q33.0 31.4 32.6 32.1 Q31.9 32.6 30.8 32.7 Q29.7 32.5 28.6 31.8 Q27.8 30.6 27.5 29.2 Q27.7 27.6 28.6 26.1 Q30.0 25.0 31.8 24.3 Q33.9 24.2 36.0 24.9 Q37.8 26.3 39.1 28.4 Q39.6 30.7 39.2 33.3 Q37.8 35.6 35.7 37.4 Q32.9 38.5 29.9 38.6 Q26.8 37.7 24.2 35.7 Q22.4 33.0 21.6 29.8 Q22.0 26.3 23.6 23.2 Q26.3 20.6 29.9 19.1 Q33.8 18.7 37.8 19.7 Q41.3 22.0 43.8 25.3 Q45.0 29.3 44.8 33.6 Q43.0 37.7 39.9 41.0 Q35.7 43.2 30.9 43.9 Q26.0 43.0 21.7 40.5 Q18.4 36.7 16.5 32.0 Q16.5 26.9 18.2 21.9 Q21.6 17.8 26.4 14.9' fill='none' stroke='%23A34D5F' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0.06;
  pointer-events: none;
}
.wm-tr::before { right: -6rem; top: -4rem; rotate: 24deg; }
.wm-bl::before { left: -7rem; bottom: -6rem; rotate: -18deg; }
.wm > .wrap { position: relative; }

/* Hero underline swash */
.swash { position: relative; font-style: normal; color: var(--rose-deep); white-space: nowrap; }
.swash svg {
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 100%;
  height: 0.3em;
  overflow: visible;
}
.swash path {
  fill: none;
  stroke: var(--rose);
  stroke-width: 4;
  stroke-linecap: round;
  opacity: 0.8;
}

/* Hero trust strip */
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: clamp(2.6rem, 6vw, 4rem);
  padding-top: 1.7rem;
  border-top: 1px solid color-mix(in srgb, var(--line) 75%, transparent);
}
.stat { text-align: center; }
.stat-n {
  display: block;
  font-family: var(--serif);
  font-variant-numeric: lining-nums;
  font-size: clamp(1.05rem, 2.8vw, 1.55rem);
  font-weight: 570;
  color: var(--rose-deep);
}
.stat-l { font-size: 0.84rem; color: var(--ink-soft); }

/* Floating petals in hero */
.petal {
  position: absolute;
  width: 15px;
  height: 19px;
  background: radial-gradient(circle at 32% 30%, #ECC2C6, #C97F8D);
  border-radius: 68% 32% 62% 38% / 58% 44% 56% 42%;
  opacity: 0.45;
  pointer-events: none;
  z-index: -1;
}
.p1 { left: 6%; top: 16%; }
.p2 { left: 46%; top: 74%; scale: 0.8; rotate: 40deg; }
.p3 { right: 8%; top: 10%; scale: 1.15; rotate: -25deg; }

/* Hero photo collage: orbit badge + accent circle */
.orbit {
  position: absolute;
  left: -1.8rem;
  bottom: -1.4rem;
  width: clamp(6.6rem, 15vw, 8.2rem);
  aspect-ratio: 1;
  z-index: 2;
}
.orbit::before {
  content: "";
  position: absolute;
  inset: 6%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 26px -14px color-mix(in srgb, var(--rose-deep) 45%, transparent);
}
.orbit-text { position: absolute; inset: 0; }
.orbit-text text {
  font-family: var(--sans);
  font-size: 8.6px;
  font-weight: 650;
  letter-spacing: 0.22em;
  fill: var(--rose-deep);
}
.orbit-rose { position: absolute; inset: 29%; color: var(--rose); }

.hero-mini {
  position: absolute;
  top: 0.9rem;
  right: -0.9rem;
  width: clamp(5rem, 12vw, 6.4rem);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid var(--card);
  overflow: hidden;
  box-shadow: 0 14px 30px -14px color-mix(in srgb, var(--rose-deep) 55%, transparent);
  z-index: 2;
  rotate: 4deg;
}
.hero-mini img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Card photo album tilt */
@media (min-width: 660px) {
  .cards .card:nth-child(odd) .card-photo { rotate: -1deg; scale: 1.02; }
  .cards .card:nth-child(even) .card-photo { rotate: 1deg; scale: 1.02; }
  .cards .card:hover .card-photo { rotate: 0deg; scale: 1.06; }
}

/* Filmstrip */
.life { padding-block: clamp(3rem, 6vw, 5rem) clamp(3.4rem, 7vw, 5.5rem); overflow: hidden; }
.life h2 { font-size: clamp(1.7rem, 4.2vw, 2.4rem); }
.filmstrip {
  margin-top: 2.2rem;
  overflow: hidden;
  padding-block: 1.2rem;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.film-track { display: flex; gap: 1.5rem; width: max-content; }
.polaroid {
  background: var(--pol, #fff);
  padding: 0.55rem 0.55rem 1.05rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 32px -20px color-mix(in srgb, var(--rose-deep) 45%, transparent);
  rotate: -1.6deg;
  transition: rotate 0.4s ease, scale 0.4s ease, box-shadow 0.4s ease;
}
.film-track .polaroid:nth-child(even) { rotate: 1.4deg; }
.polaroid:hover {
  rotate: 0deg;
  scale: 1.05;
  box-shadow: 0 22px 40px -20px color-mix(in srgb, var(--rose-deep) 60%, transparent);
}
.polaroid img {
  display: block;
  height: clamp(8.5rem, 20vw, 12rem);
  width: auto;
  border-radius: 6px;
}

/* Mission pull quote */
.quote-band {
  position: relative;
  text-align: center;
  padding-block: clamp(3rem, 7vw, 5.2rem);
  background: radial-gradient(34rem 16rem at 50% 50%, color-mix(in srgb, var(--rose-tint) 55%, transparent), transparent 70%);
}
.quote-band .q-rose { width: 2.4rem; height: 2.4rem; color: var(--rose); margin-bottom: 1.1rem; }
.quote-band blockquote {
  margin: 0 auto;
  max-width: 30ch;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 4vw, 2.3rem);
  font-weight: 570;
  line-height: 1.22;
  letter-spacing: -0.01em;
  color: var(--ink);
  text-wrap: balance;
}
.quote-band cite {
  display: block;
  margin-top: 1.2rem;
  font-family: var(--sans);
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rose-deep);
}

/* Contact icon tiles */
.contact-icon {
  display: inline-grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: var(--rose-tint);
  color: var(--rose-deep);
  margin-bottom: 0.8rem;
}

/* Closing CTA band */
.cta-final {
  text-align: center;
  padding-block: clamp(3.6rem, 8vw, 6.2rem);
  background: radial-gradient(40rem 22rem at 50% 110%, color-mix(in srgb, var(--rose-tint) 65%, transparent), transparent 70%);
}
.cta-final .q-rose { width: 2.2rem; height: 2.2rem; color: var(--rose); margin-bottom: 1rem; }
.cta-final h2 { font-size: clamp(1.9rem, 5vw, 3rem); }
.cta-final p { color: var(--ink-soft); max-width: 44ch; margin-inline: auto; margin-bottom: 1.8rem; }

/* Back to top */
.top {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 30;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px -12px color-mix(in srgb, var(--rose-deep) 50%, transparent);
  color: var(--rose-deep);
  font-size: 1.1rem;
  text-decoration: none;
  opacity: 0;
  translate: 0 14px;
  pointer-events: none;
  transition: opacity 0.35s ease, translate 0.35s ease, background 0.25s ease;
}
.top.show { opacity: 1; translate: 0 0; pointer-events: auto; }
.top:hover { background: var(--rose-tint); color: var(--rose-deep); }

/* Showcase motion (respects reduced motion) */
@media (prefers-reduced-motion: no-preference) {
  #rose path {
    stroke-dasharray: 420 420;
    stroke-dashoffset: 420;
    animation: drawrose 2s ease 0.15s forwards;
  }
  @keyframes drawrose { to { stroke-dashoffset: 0; } }

  .brand svg { transition: rotate 0.9s cubic-bezier(0.2, 0.7, 0.3, 1); }
  .brand:hover svg { rotate: 360deg; }

  .swash path {
    stroke-dasharray: 130;
    stroke-dashoffset: 130;
    animation: drawline 0.9s ease 0.9s forwards;
  }
  @keyframes drawline { to { stroke-dashoffset: 0; } }

  .orbit-text { animation: orbitspin 32s linear infinite; transform-origin: 50% 50%; }
  @keyframes orbitspin { to { rotate: 360deg; } }

  .petal { animation: floaty 12s ease-in-out infinite alternate; }
  .p2 { animation-duration: 15s; animation-delay: -4s; }
  .p3 { animation-duration: 10s; animation-delay: -7s; }
  @keyframes floaty { to { translate: 10px 26px; rotate: 50deg; } }

  .film-track { animation: glide 55s linear infinite; }
  .filmstrip:hover .film-track, .filmstrip:focus-within .film-track { animation-play-state: paused; }
  @keyframes glide { to { translate: -50% 0; } }
}
@media (prefers-reduced-motion: reduce) {
  .filmstrip { overflow-x: auto; }
}


/* ————— Showcase layer II ————— */

@media (prefers-color-scheme: dark) {
  .alt::before, .alt::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 42' preserveAspectRatio='none'%3E%3Cpath d='M0 26 C240 44 480 4 720 18 C960 32 1200 10 1440 24 L1440 42 L0 42 Z' fill='%232B2227'/%3E%3C/svg%3E"); }
  .wm::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath d='M33.0 30.7 Q33.0 31.4 32.6 32.1 Q31.9 32.6 30.8 32.7 Q29.7 32.5 28.6 31.8 Q27.8 30.6 27.5 29.2 Q27.7 27.6 28.6 26.1 Q30.0 25.0 31.8 24.3 Q33.9 24.2 36.0 24.9 Q37.8 26.3 39.1 28.4 Q39.6 30.7 39.2 33.3 Q37.8 35.6 35.7 37.4 Q32.9 38.5 29.9 38.6 Q26.8 37.7 24.2 35.7 Q22.4 33.0 21.6 29.8 Q22.0 26.3 23.6 23.2 Q26.3 20.6 29.9 19.1 Q33.8 18.7 37.8 19.7 Q41.3 22.0 43.8 25.3 Q45.0 29.3 44.8 33.6 Q43.0 37.7 39.9 41.0 Q35.7 43.2 30.9 43.9 Q26.0 43.0 21.7 40.5 Q18.4 36.7 16.5 32.0 Q16.5 26.9 18.2 21.9 Q21.6 17.8 26.4 14.9' fill='none' stroke='%23CE8194' stroke-width='1.1' stroke-linecap='round'/%3E%3C/svg%3E"); opacity: 0.07; }
  body::after { filter: invert(1); opacity: 0.04; }
}

/* Language switch pill */
.lang-switch {
  margin-left: auto;
  flex: none;
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: var(--card);
  padding: 2px;
}
.lang-switch a {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--ink-soft);
  padding: 0.25rem 0.7rem;
  border-radius: 99px;
}
.lang-switch a[aria-current] {
  background: #A34D5F;
  color: #fff;
}
.lang-switch a:not([aria-current]):hover { color: var(--rose-deep); }
@media (min-width: 760px) { .lang-switch { margin-left: 0; } }

/* Header quick-call */
.call-mini {
  display: none;
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #A34D5F, #7E3648);
  box-shadow: 0 6px 16px -8px color-mix(in srgb, var(--rose-deep) 60%, transparent);
  transition: transform 0.2s ease;
}
.call-mini:hover { color: #fff; transform: translateY(-2px); }
@media (min-width: 760px) { .call-mini { display: grid; } }

/* Headline word cascade */
.hero h1 .w { display: inline-block; }

/* Open-now badge */
.open-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: var(--ink);
}
.open-badge .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3E8E5A;
}
.open-badge.closed .dot { background: #B0813E; }
@media (prefers-color-scheme: dark) {
  .open-badge .dot { background: #6FBF8E; }
  .open-badge.closed .dot { background: #D3A55C; }
}

/* Daily-life chips */
.daily {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
}
.daily-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rose-deep);
  margin-right: 0.3rem;
}
.daily-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 0.5rem 1.05rem;
  font-size: 0.93rem;
  color: var(--ink);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.daily-chip:hover { transform: translateY(-3px); border-color: color-mix(in srgb, var(--rose) 45%, var(--line)); }
.daily-chip svg { color: var(--rose); flex: none; }

/* Team chips icons */
.chips li { display: inline-flex; align-items: center; gap: 0.5rem; }
.chips svg { color: var(--rose); flex: none; }

/* Polaroid captions */
.polaroid figcaption {
  font-family: var(--hand);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--ink-soft);
  text-align: center;
  padding-top: 0.45rem;
}

/* Quote attribution in handwriting */
.quote-band cite {
  font-family: var(--hand);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

/* Steps */
.steps-sec { padding-block: clamp(3.2rem, 7vw, 5.5rem); }
.steps {
  counter-reset: none;
  list-style: none;
  margin: 2.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 2rem;
  position: relative;
}
.steps li { position: relative; padding-left: 4rem; }
.steps .step-n {
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 1.5px solid color-mix(in srgb, var(--rose) 50%, transparent);
  background: var(--paper);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-weight: 570;
  color: var(--rose);
  z-index: 1;
}
.steps h3 { font-size: 1.25rem; margin-bottom: 0.25rem; }
.steps p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }
.steps::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 1.4rem;
  bottom: 1.4rem;
  border-left: 2px dashed color-mix(in srgb, var(--rose) 35%, transparent);
}
@media (min-width: 760px) {
  .steps { grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
  .steps li { padding-left: 0; padding-top: 4rem; }
  .steps .step-n { top: 0; left: 0; }
  .steps::before {
    left: 8%;
    right: 8%;
    top: 1.4rem;
    bottom: auto;
    border-left: none;
    border-top: 2px dashed color-mix(in srgb, var(--rose) 35%, transparent);
  }
}

/* Mini map */
.map-card { grid-column: 1 / -1; text-align: center; }
.mini-map { width: 100%; max-width: 34rem; height: auto; margin-inline: auto; display: block; }
.mini-map .river { stroke: var(--river); }
.mini-map .route { stroke: var(--rose); }
.mini-map .pin { fill: var(--rose-deep); }
.mini-map .ring { stroke: var(--rose-deep); fill: none; }
.mini-map text {
  font-family: var(--hand);
  font-size: 17px;
  fill: var(--ink-soft);
}
.mini-map .place { font-size: 19px; fill: var(--ink); font-weight: 600; }
.map-cap {
  font-family: var(--hand);
  font-size: 1.2rem;
  color: var(--ink-soft);
  margin: 0.4rem 0 0;
}

/* Mobile sticky action bar */
.actionbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 25;
  display: flex;
  gap: 1px;
  background: color-mix(in srgb, var(--card) 88%, transparent);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  padding-bottom: env(safe-area-inset-bottom);
}
.actionbar a {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--rose-deep);
  text-decoration: none;
}
.actionbar a + a { border-left: 1px solid var(--line); }
.actionbar svg { flex: none; }
@media (min-width: 760px) { .actionbar { display: none; } }
@media (max-width: 759.9px) {
  .top { bottom: 4.4rem; }
  footer { padding-bottom: 6.5rem; }
}

/* Directional reveals */
@media (prefers-reduced-motion: no-preference) {
  .js [data-reveal="left"] { translate: -26px 0; }
  .js [data-reveal="right"] { translate: 26px 0; }
  .js [data-reveal="left"].in, .js [data-reveal="right"].in { translate: 0 0; }

  .open-badge .dot { animation: pulse 2.4s ease-in-out infinite; }
  @keyframes pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(62, 142, 90, 0.45); }
    50% { box-shadow: 0 0 0 6px rgba(62, 142, 90, 0); }
  }

  .hero h1 .w {
    animation: wordrise 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) backwards;
    animation-delay: calc(0.1s + var(--i) * 0.07s);
  }
  @keyframes wordrise {
    from { opacity: 0; transform: translateY(16px); filter: blur(6px); }
  }

  .hero-photo { transition: transform 0.25s ease; }

  /* fade photos in as they finish loading */
  .js img[loading="lazy"] { opacity: 0; transition: opacity 0.7s ease; }
  .js img[loading="lazy"].ok { opacity: 1; }
}

/* Scroll-driven watermark rotation (progressive) */
@supports (animation-timeline: scroll()) {
  @media (prefers-reduced-motion: no-preference) {
    .wm-tr::before { --r0: 24deg; }
    .wm-bl::before { --r0: -18deg; }
    .wm::before {
      animation: wmspin linear both;
      animation-timeline: scroll();
    }
    @keyframes wmspin {
      from { rotate: var(--r0); }
      to { rotate: calc(var(--r0) + 55deg); }
    }
  }
}

/* Print */
@media print {
  header, .actionbar, .top, .petal, .orbit, .hero-mini, .filmstrip,
  .progress, .cta-row, .cta-final .btn, body::after, .skip { display: none !important; }
  .alt::before, .alt::after, .wm::before, footer::after, .hero { background: none !important; }
  body { background: #fff; color: #000; }
  section { padding-block: 1rem; }
  footer { background: none; color: #000; }
  a { color: #000; }
}
