@font-face {
  font-family: 'Bodoni Moda';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/concept/fonts/aFTS7PxzY382XsXX63LUYJSPeKrcW3JNsao.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Bodoni Moda';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/assets/concept/fonts/aFTQ7PxzY382XsXX63LUYJSKSKjWXFBP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: italic;
  font-weight: 300 700;
  font-display: optional;
  src: url(/assets/concept/fonts/qkBVXvYC6trAT7RQHt6e4ZRNkAQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 300 700;
  font-display: optional;
  src: url(/assets/concept/fonts/qkBbXvYC6trAT7RVLtyU5rZP.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 340 680;
  font-display: swap;
  src: url(/assets/concept/fonts/fraunces-upright.woff2) format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: italic;
  font-weight: 340 680;
  font-display: swap;
  src: url(/assets/concept/fonts/fraunces-italic.woff2) format('woff2');
}

/* CareToDance — cinematic concept v3 "Stage Light" (reference-gated elevation)
   Same cinema, lights on. White and warm off-white rooms, the brand pink
   (#d34578, the exact value from the original site CSS) promoted from accent
   to protagonist: stage-light glows, kinetic underlines, colour morphs,
   outline-fill type. Dark is a spotlight (testimonials), not the room.
   Bodoni Moda italic display on white is classic dance-poster territory;
   Karla for reading. */

:root {
  --paper: #ffffff;
  --cream: #faf5f1;
  --blush: #f9e7ee;
  --ink: #27212b;
  --body-ink: #544c56;
  --pink: #d34578;
  --pink-deep: #c23a68;
  --pink-soft: #f4cddb;
  --spot: #14111a;
  --spot-text: #f3ede6;
  --line: rgba(39, 33, 43, .14);
  --glow-soft: rgba(211, 69, 120, .10);
  --wash-blush: #f6dce7;
  /* Readable display serif (client-approved): Fraunces upright, no thin
     hairlines. Bodoni Moda kept only as a fallback. */
  --display: "Fraunces", "Bodoni Moda", Didot, "Times New Roman", serif;
  --body: "Karla", "Helvetica Neue", Arial, sans-serif;
  --bg-current: var(--paper);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: auto; overflow-x: clip; }
body {
  background: var(--bg-current); color: var(--ink);
  font-family: var(--body); font-size: 19px; line-height: 1.65;
  -webkit-font-smoothing: antialiased; overflow-x: clip;
  transition: background-color .7s ease;
}
::selection { background: var(--pink); color: #fff; }

img, video { max-width: 100%; display: block; }
a { color: var(--pink-deep); text-decoration: none; }

h1, h2, h3 { font-family: var(--display); font-weight: 650; line-height: 1.06; color: var(--ink); }
p { color: var(--body-ink); }

.c-kicker {
  font-family: var(--body); font-size: 13px; letter-spacing: .28em;
  text-transform: uppercase; color: var(--pink-deep); font-weight: 700;
}
.c-display {
  font-family: var(--display); font-style: normal; font-weight: 700;
  font-size: clamp(3.2rem, 10.5vw, 11rem); line-height: .99;
  letter-spacing: -.02em; color: var(--ink);
}
.c-display em { color: var(--pink); font-style: italic; }

/* per-letter kinetic headline (hero) — plays once on load */
.c-display .ltr { display: inline-block; white-space: pre; }
@media (prefers-reduced-motion: no-preference) {
  .c-kinetic .ltr {
    animation: c-ltr-rise .8s cubic-bezier(.2, .85, .25, 1) both;
    animation-delay: calc(var(--i) * 42ms);
  }
  @keyframes c-ltr-rise {
    from { opacity: 0; transform: translateY(.55em) rotate(2.5deg); }
    to   { opacity: 1; transform: none; }
  }
}

/* scroll progress — pink hairline, transform-driven */
.c-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 80;
  pointer-events: none;
}
.c-progress b {
  display: block; height: 100%; background: var(--pink);
  transform: scaleX(0); transform-origin: left; will-change: transform;
}
@media (prefers-reduced-motion: reduce) { .c-progress { display: none; } }

/* ---------- header (light glass) ---------- */
.c-header {
  position: fixed; inset: 0 0 auto 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px clamp(16px, 4vw, 44px);
  transition: background-color .3s, box-shadow .3s;
}
.c-header.is-scrolled {
  background: rgba(255, 255, 255, .95); backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 var(--line);
}
body.in-spot .c-header.is-scrolled { background: rgba(20,17,26,.94); box-shadow: 0 1px 0 rgba(243,237,230,.14); }
body.in-spot .c-header.is-scrolled .c-header-nav .c-ul,
body.in-spot .c-header.is-scrolled .c-header-phone { color: var(--spot-text); }
body.in-spot .c-header.is-scrolled .c-logo .logo-dark { display: none; }
body.in-spot .c-header.is-scrolled .c-logo .logo-light { display: block; }
body.in-spot .c-header.is-scrolled .c-menu-btn span { background: #fff; }
.c-header .c-logo img { height: 46px; width: auto; }
.c-header .c-logo .logo-dark { display: none; }
.c-header.is-scrolled .c-logo .logo-dark { display: block; }
.c-header.is-scrolled .c-logo .logo-light { display: none; }
.c-header-nav { display: flex; gap: 26px; margin-left: 8px; margin-right: auto; padding-left: 34px; }
.c-header-nav .c-ul { color: #fff; font-size: 15.5px; font-weight: 700; text-shadow: 0 1px 8px rgba(20,17,26,.5); }
.c-header.is-scrolled .c-header-nav .c-ul { color: var(--body-ink); text-shadow: none; }
@media (max-width: 999px) { .c-header-nav { display: none; } }
.c-nav-item { position: relative; }
.c-nav-item > a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; }
.c-nav-item .chev { width: 8px; height: 8px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.c-dropdown {
  position: absolute; top: 100%; left: -14px; min-width: 250px;
  background: #fff; border: 1px solid var(--pink-soft); border-radius: 8px;
  box-shadow: 0 22px 60px rgba(39,33,43,.16); padding: 10px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .2s, transform .2s, visibility .2s;
}
.c-nav-item:hover .c-dropdown, .c-nav-item:focus-within .c-dropdown {
  opacity: 1; visibility: visible; transform: none;
}
.c-dropdown a {
  display: flex; align-items: center; min-height: 44px; padding: 0 12px;
  border-radius: 5px; color: var(--ink); font-size: 15px; font-weight: 600;
}
.c-dropdown a:hover { background: var(--blush); color: var(--pink-deep); }
.c-dropdown .all { color: var(--pink-deep); border-top: 1px solid var(--pink-soft); margin-top: 6px; }
.c-menu-btn {
  display: none; background: none; border: 0; cursor: pointer; padding: 10px;
  min-width: 44px; min-height: 44px;
}
.c-menu-btn span { display: block; width: 24px; height: 2.5px; background: #fff; margin: 5px 0; border-radius: 2px; transition: background-color .3s; }
.c-header.is-scrolled .c-menu-btn span { background: var(--ink); }
@media (max-width: 999px) { .c-menu-btn { display: block; } }
.c-drawer {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 88vw); z-index: 90;
  background: #fff; box-shadow: -8px 0 40px rgba(39,33,43,.25);
  transform: translateX(105%); transition: transform .32s cubic-bezier(.2,.8,.2,1);
  overflow-y: auto; padding: 20px 22px 90px;
}
.c-drawer.is-open { transform: none; }
.c-drawer-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.c-drawer-close { background: none; border: 0; font-size: 30px; line-height: 1; color: var(--ink); cursor: pointer; padding: 8px 12px; min-width: 44px; min-height: 44px; }
.c-drawer .c-kicker { display: block; margin: 18px 0 4px; }
.c-drawer a { display: flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 16px; font-weight: 600; border-bottom: 1px solid var(--line); }
.c-drawer a:hover { color: var(--pink-deep); }
.c-drawer .c-btn { justify-content: center; border-bottom: 0; color: #fff; margin-top: 18px; text-align: center; display: block; }
.c-drawer-scrim {
  position: fixed; inset: 0; z-index: 85; background: rgba(20,17,26,.5);
  opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s;
}
.c-drawer-scrim.is-on { opacity: 1; visibility: visible; }
.c-header-actions { display: flex; align-items: center; gap: 22px; }
.c-header-phone { font-size: 14.5px; color: #fff; white-space: nowrap; text-shadow: 0 1px 8px rgba(20,17,26,.5); }
.c-header.is-scrolled .c-header-phone { color: var(--body-ink); text-shadow: none; }
.c-header-phone:hover { color: var(--pink) !important; }

.c-btn {
  display: inline-block; background: var(--pink-deep); color: #fff;
  font-family: var(--body); font-weight: 700; font-size: 15px;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 14px 26px; border: 0; border-radius: 3px; cursor: pointer;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background-color .25s, box-shadow .25s;
  will-change: transform;
  box-shadow: 0 8px 26px rgba(211, 69, 120, .28);
}
.c-btn:hover { background: var(--pink); box-shadow: 0 10px 32px rgba(211, 69, 120, .4); }
.c-hero .c-btn, .c-proof .c-btn, .c-header:not(.is-scrolled) .c-btn { box-shadow: none; }

/* pink kinetic underline */
.c-ul { position: relative; color: var(--pink-deep); }
.c-ul::after {
  content: ""; position: absolute; left: 0; bottom: -3px; height: 2px;
  width: 100%; background: var(--pink);
  transform: scaleX(0); transform-origin: right;
  transition: transform .35s cubic-bezier(.65,.05,.35,1);
}
.c-ul:hover::after { transform: scaleX(1); transform-origin: left; }

/* ---------- hero ---------- */
.c-hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: clip; background: var(--spot); }
.c-hero-media { position: absolute; inset: 0; }
.c-hero .c-hero-media { background: url(/assets/concept/ctd-hero-poster.jpg) center/cover no-repeat; }
.c-hero-media video { transition: opacity .5s ease; }
.c-hero-media video.is-fading { opacity: .12; }
.c-hero-media video, .c-hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9); }
.c-hero-media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(to top, rgba(20,17,26,.92) 0%, rgba(20,17,26,.42) 42%, rgba(20,17,26,.22) 100%),
    radial-gradient(80% 60% at 78% 18%, rgba(211,69,120,.18) 0%, transparent 60%);
}
.c-hero-inner { position: relative; z-index: 2; width: 100%; padding: 0 clamp(16px, 4vw, 44px) clamp(30px, 6vh, 70px); }
.c-hero .c-display { color: #fff; }
.c-hero .c-display em { color: #ef86a8; }
.c-hero h1 {
  font-family: var(--body); font-weight: 400; font-size: clamp(1.15rem, 1.8vw, 1.4rem);
  line-height: 1.5; color: #f7f3f9; max-width: 34em; margin-top: 16px;
  text-shadow: 0 1px 14px rgba(20,17,26,.9);
}
.c-hero-place { margin-top: 10px; color: #fff; font-size: 14px; letter-spacing: .04em; text-shadow: 0 1px 12px rgba(20,17,26,.85); }
.c-hero .c-scrollcue {
  position: absolute; right: clamp(16px, 4vw, 44px); bottom: clamp(30px, 6vh, 70px);
  font-size: 12px; letter-spacing: .3em; text-transform: uppercase;
  color: #d8d2da; writing-mode: vertical-rl; text-shadow: 0 1px 10px rgba(20,17,26,.8);
}
/* mobile: the wide hero CTA runs under the cue — hide it, the sticky bar
   and following content already signal there is more below */
@media (max-width: 899px) { .c-hero .c-scrollcue { display: none; } }
.c-hero-play {
  /* top-right of the hero, clear of the header above and the headline below
     (top:50% used to collide with the title once the hero copy grew) */
  position: absolute; z-index: 3; right: clamp(16px, 4vw, 44px);
  top: clamp(88px, 14svh, 150px);
  background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px; padding: 14px 22px; min-height: 44px; font-size: 13px; letter-spacing: .12em;
  text-transform: uppercase; cursor: pointer; display: none; backdrop-filter: blur(4px);
}

/* ---------- marquee ribbons ---------- */
.c-marquee {
  overflow: clip; padding: 26px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.c-marquee-track { display: flex; gap: 3.2rem; width: max-content; will-change: transform; animation: c-marquee 46s linear infinite; }
.c-marquee-track.is-gsap { animation: none; }
.c-marquee:hover .c-marquee-track, .c-marquee:focus-within .c-marquee-track { animation-play-state: paused; }
.c-marquee a, .c-marquee span.styleword {
  font-family: var(--display); font-style: italic;
  font-size: clamp(1.9rem, 3.6vw, 3rem); line-height: 1; white-space: nowrap;
  color: var(--pink); font-weight: 640;
  transition: color .3s;
}
.c-marquee a:hover { color: var(--pink-deep); }
.c-marquee .dotsep { color: var(--pink); font-size: 1.2rem; align-self: center; }
@keyframes c-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .c-marquee-track { animation: none; flex-wrap: wrap; width: auto; padding: 0 20px; gap: 1.4rem; }
  .c-marquee-track[aria-hidden="true"] { display: none; }
}

/* ---------- section titles (solid — outline treatment retired) ---------- */
.c-fill-title { font-family: var(--display); font-style: normal; font-weight: 640; font-size: clamp(2.6rem, 7.4vw, 6rem); line-height: 1.04; letter-spacing: -.01em; width: fit-content; color: var(--pink); }

/* ---------- act labels: the homepage is a real narrative sequence ---------- */
.c-act { display: flex; align-items: center; gap: 10px 14px; margin-bottom: 18px; flex-wrap: wrap; }
.c-act-no { white-space: nowrap; }
.c-act-no { color: var(--ink); opacity: .55; }
.c-act-rule { flex: 0 0 clamp(28px, 4vw, 56px); height: 1.5px; background: var(--pink); }
.c-proof .c-act-no { color: var(--spot-text); opacity: .6; }

/* ---------- editorial statement ---------- */
.c-statement {
  padding: clamp(90px, 14vh, 180px) clamp(16px, 4vw, 44px);
  background: radial-gradient(52% 60% at 8% 0%, var(--glow-soft) 0%, transparent 62%);
}
.c-statement-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: clamp(36px, 5vw, 80px); max-width: 1280px; margin: 0 auto; align-items: center; }
@media (max-width: 899px) { .c-statement-grid { grid-template-columns: 1fr; } }
.c-mini-form .c-form { padding: clamp(22px, 2.6vw, 34px); }
.c-mini-form .c-form h2 { font-size: 1.3rem; }
.c-statement .c-lines { font-family: var(--display); font-weight: 680; font-size: clamp(1.9rem, 3.8vw, 3.5rem); line-height: 1.16; color: var(--ink); }
.c-statement .c-lines .line { display: block; }
.c-statement p { max-width: 58ch; margin-top: 34px; }
.c-words .w { display: inline; }
.c-w-em .w { color: var(--pink-deep); font-style: italic; font-weight: 700; }
.c-statement .c-sig { color: var(--pink); font-style: italic; }

/* ---------- styles grid (vertical flow; pinned horizontal rail removed) ---------- */
.c-styles { background: radial-gradient(70% 55% at 96% 100%, rgba(211,69,120,.07) 0%, transparent 58%);
  position: relative; padding: clamp(80px, 12vh, 150px) 0 clamp(50px, 8vh, 90px); }
.c-styles-head { max-width: 1280px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 44px) clamp(30px, 5vh, 48px); display: flex; align-items: flex-end; justify-content: space-between; gap: 20px 40px; flex-wrap: wrap; }
.c-styles-lead { max-width: 52ch; margin-top: 18px; font-size: 1.12rem; }
.c-styles-grid {
  max-width: 1280px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 44px);
  display: grid; gap: clamp(14px, 1.8vw, 24px);
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.c-card {
  position: relative; aspect-ratio: 3 / 4.1;
  overflow: clip; border-radius: 6px; background: var(--blush);
  display: flex; align-items: flex-end;
  box-shadow: 0 18px 44px rgba(39, 33, 43, .14);
  transition: box-shadow .25s ease;
}
@media (hover: hover) { .c-card:hover { box-shadow: 0 26px 60px rgba(39, 33, 43, .22); } }
.c-card img {
  position: absolute; inset: -6% ; width: 112%; height: 112%; object-fit: cover;
  opacity: .94; filter: saturate(.92);
  transition: transform .6s cubic-bezier(.2,.8,.2,1), filter .45s ease;
  will-change: transform;
}
.c-card:hover img { transform: scale(1.055) translateY(-1.5%); filter: saturate(1.05); }
.c-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(20,17,26,.82) 0%, rgba(20,17,26,.1) 50%, transparent 66%);
}
.c-card-name {
  position: relative; z-index: 2; padding: 18px;
  font-family: var(--display); font-style: normal;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem); color: #fff; line-height: 1;
}
@media (max-width: 899px) {
  .c-styles-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
}
@media (max-width: 479px) {
  .c-styles-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
}

/* ---------- services (priority order, boutique/personalised framing) ---------- */
.c-services { padding: clamp(80px, 12vh, 150px) clamp(16px, 4vw, 44px); }
.c-services-head { max-width: 1180px; margin: 0 auto clamp(34px, 5vh, 56px); }
.c-services-lead { max-width: 56ch; margin-top: 20px; font-size: 1.15rem; }
/* five cards: 3 across, then 2 centered underneath (complete tile, no hole) */
.c-services-grid { max-width: 1180px; margin: 0 auto; display: grid; gap: clamp(16px, 2vw, 26px);
  grid-template-columns: repeat(6, 1fr); }
.c-service { grid-column: span 2; }
.c-service:nth-child(4) { grid-column: 2 / span 2; }
.c-service:nth-child(5) { grid-column: 4 / span 2; }
@media (max-width: 999px) {
  .c-services-grid { grid-template-columns: 1fr 1fr; }
  .c-service, .c-service:nth-child(4), .c-service:nth-child(5) { grid-column: auto; }
  .c-service:nth-child(5) { grid-column: 1 / -1; }
}
@media (max-width: 599px) {
  .c-services-grid { grid-template-columns: 1fr; }
  .c-service:nth-child(5) { grid-column: auto; }
}
.c-service {
  display: flex; flex-direction: column; gap: 10px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--paper); border: 1.5px solid var(--pink-soft); border-radius: 10px;
  box-shadow: 0 14px 40px rgba(39, 33, 43, .08);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, border-color .25s;
}
@media (hover: hover) {
  .c-service:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(211, 69, 120, .16); border-color: var(--pink); }
  .c-service:hover .c-service-link { color: var(--pink); }
}
.c-service-no { font-family: var(--body); font-weight: 800; font-size: 14px; letter-spacing: .22em; color: var(--pink-deep); }
.c-service h3 { font-size: clamp(1.55rem, 2.4vw, 2.05rem); font-style: normal; color: var(--ink); }
.c-service p { font-size: 1.08rem; color: var(--body-ink); flex: 1; }
.c-service-link { font-family: var(--body); font-weight: 700; font-size: 15.5px; letter-spacing: .02em;
  text-transform: uppercase; color: var(--pink-deep); margin-top: 4px; transition: color .2s; }

/* ---------- reassurance line (prominent "no partner needed", per client) ---------- */
.c-reassure { margin-top: 14px; font-size: 15px; font-weight: 700; letter-spacing: .02em; color: var(--pink-deep); }
.c-reassure--hero { color: #fff; text-shadow: 0 1px 12px rgba(20,17,26,.85); }
.c-statement-cta { margin-top: 36px; }

/* ---------- the CareToDance Method (intriguing, not over-explained) ---------- */
.c-method { padding: clamp(80px, 12vh, 150px) clamp(16px, 4vw, 44px);
  background: radial-gradient(56% 60% at 88% 8%, var(--glow-soft) 0%, transparent 60%); }
.c-method-inner { max-width: 880px; margin: 0 auto; }
.c-method .c-fill-title { font-size: clamp(2.2rem, 5.6vw, 4.6rem); }
.c-method-body { margin-top: clamp(26px, 4vh, 40px); }
.c-method-body p { max-width: 62ch; margin-bottom: 18px; font-size: 1.12rem; }
.c-method-body p.c-method-name { font-family: var(--display); font-style: italic; font-weight: 650;
  font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--pink); margin: 26px 0; line-height: 1.2; }
.c-method-body p.c-method-close { font-weight: 700; color: var(--ink); }
.c-method-cta { margin-top: 34px; }

/* ---------- clip-path photo reveals ---------- */
@media (prefers-reduced-motion: no-preference) {
  .c-wipe { clip-path: inset(0 100% 0 0); }
  .c-wipe.is-in { clip-path: inset(0 0 0 0); transition: clip-path .95s cubic-bezier(.65,.05,.35,1); }
  .c-wipe--up { clip-path: inset(100% 0 0 0); }
}

/* ---------- stats ---------- */
.c-stats {
  padding: clamp(54px, 8vh, 90px) clamp(16px, 4vw, 44px);
  background: radial-gradient(60% 90% at 50% 118%, rgba(211,69,120,.12) 0%, transparent 60%);
}
.c-stats-act { max-width: 1100px; margin: 0 auto 30px; }
.c-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 30px; max-width: 1100px; margin: 0 auto; text-align: center; }
.c-stat b { display: block; font-family: var(--display); font-style: normal; font-weight: 680; font-size: clamp(3.6rem, 7vw, 6rem); color: var(--pink-deep); line-height: 1; }
.c-stat span { font-size: 15px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); }

/* ---------- dark spotlight: sticky-stack testimonials ---------- */
.c-beam {
  position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: radial-gradient(46% 34% at 50% 26%, rgba(239,134,168,.14) 0%, transparent 68%);
  will-change: opacity;
}
.c-proof { position: relative; overflow: clip; padding: clamp(80px, 12vh, 150px) clamp(16px, 4vw, 44px) clamp(50px, 7vh, 80px); background: var(--spot); }
.c-proof .c-kicker { color: #ef86a8; }
.c-proof-head { text-align: center; margin-bottom: 8vh; }
.c-proof-head .c-fill-title { margin: 0 auto; }
.c-stack { max-width: 860px; margin: 0 auto; }
.c-qcard {
  position: sticky; top: 14vh;
  background: #1e1926; border: 1px solid rgba(243,237,230,.12);
  border-radius: 10px; padding: clamp(26px, 4.5vw, 54px);
  margin-bottom: 6vh; box-shadow: 0 24px 70px rgba(0,0,0,.45);
  will-change: transform;
}
.c-qcard blockquote { font-family: var(--display); font-style: italic; font-weight: 640; font-size: clamp(1.5rem, 3.6vw, 2.9rem); line-height: 1.2; color: var(--spot-text); }
.c-qcard--lead blockquote { font-size: clamp(1.9rem, 4.6vw, 3.8rem); }
.c-qcard blockquote::before { content: "\201C"; color: #ef86a8; }
.c-qcard figcaption { margin-top: 20px; font-size: 13px; letter-spacing: .22em; text-transform: uppercase; color: #ef86a8; }
.c-qcard .c-quote-body { margin-top: 14px; max-width: 62ch; }
.c-qcard .c-quote-body p { color: #c3bac6; }
.c-proof-roll { border-top: 1px solid rgba(243,237,230,.14); max-width: 860px; margin: 6vh auto 0; }
.c-proof-roll details { border-bottom: 1px solid rgba(243,237,230,.14); }
.c-proof-roll summary {
  cursor: pointer; padding: 20px 0; font-family: var(--display); font-style: normal;
  font-size: clamp(1.1rem, 2vw, 1.45rem); list-style: none;
  display: flex; justify-content: space-between; gap: 16px; color: var(--spot-text);
}
.c-proof-roll summary::-webkit-details-marker { display: none; }
.c-proof-roll summary .c-name { font-family: var(--body); font-style: normal; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: #ef86a8; white-space: nowrap; align-self: center; }
.c-proof-roll .c-roll-body { padding: 0 0 26px; max-width: 66ch; }
.c-proof-roll .c-roll-body p { color: #c3bac6; }

/* ---------- studio collage ---------- */
.c-studio {
  padding: clamp(50px, 7vh, 80px) clamp(16px, 4vw, 44px) clamp(70px, 11vh, 120px);
  background: radial-gradient(58% 48% at 100% 12%, rgba(244,205,219,.38) 0%, transparent 58%);
}
.c-studio-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: clamp(10px, 1.6vw, 22px); align-items: start; }
.c-studio-grid .ph {
  border-radius: 4px; background: #fff; padding: clamp(8px, 1vw, 12px);
  box-shadow: 0 16px 40px rgba(39,33,43,.16);
  display: flex; flex-direction: column; gap: 8px;
}
.c-studio-grid .ph img { width: 100%; flex: 1; min-height: 0; object-fit: cover; border-radius: 2px; }
.c-studio-grid .ph .ph-cap {
  font-family: var(--body); font-style: normal; font-weight: 700; font-size: clamp(1rem, 1.2vw, 1.1rem);
  color: var(--ink); text-align: center; padding-bottom: 2px;
}
.ph-a { transform: rotate(-1.1deg); }
.ph-b { transform: rotate(1.4deg); }
.ph-c { transform: rotate(1deg); }
.ph-d { transform: rotate(-.8deg); }
.c-stamp {
  grid-column: 7 / span 3; justify-self: center; align-self: center; z-index: 2;
  font-family: var(--body); font-weight: 700; font-size: 13px;
  letter-spacing: .28em; text-transform: uppercase; color: var(--pink-deep);
  border: 2px solid var(--pink); border-radius: 999px; padding: 12px 20px;
  transform: rotate(-7deg); background: rgba(255,255,255,.85); white-space: nowrap;
}
.ph-a { grid-column: 1 / span 7; aspect-ratio: 16/10.8; }
.ph-b { grid-column: 8 / span 5; aspect-ratio: 4/5; margin-top: clamp(30px, 6vw, 90px); }
.ph-c { grid-column: 2 / span 4; aspect-ratio: 4/5; margin-top: -4vw; }
.ph-d { grid-column: 7 / span 6; aspect-ratio: 16/10; }
.c-studio-info { max-width: 620px; margin: clamp(34px, 5vh, 60px) 0 0 auto; }
.c-studio-info h2 { font-size: clamp(2rem, 4.6vw, 3.6rem); margin-bottom: 20px; }
.c-studio-info address { font-style: normal; line-height: 2; color: var(--body-ink); }
.c-studio-info address strong { color: var(--ink); }
@media (max-width: 899px) {
  .ph-a { grid-column: 1 / -1; } .ph-b { grid-column: 3 / -1; margin-top: 0; }
  .ph-c { grid-column: 1 / span 6; margin-top: 0; } .ph-d { grid-column: 1 / -1; }
  .c-stamp { grid-column: 1 / -1; justify-self: start; margin: 4px 0; }
}

/* ---------- Find your dance quiz ---------- */
.c-quiz {
  padding: clamp(80px, 14vh, 160px) clamp(16px, 4vw, 44px);
  background: radial-gradient(50% 55% at 0% 100%, var(--glow-soft) 0%, transparent 60%);
}
.c-quiz-box {
  max-width: 880px; margin: 0 auto; background: var(--paper);
  border: 1.5px solid var(--pink-soft); border-radius: 12px;
  padding: clamp(26px, 4vw, 52px);
  box-shadow: 0 26px 70px rgba(211, 69, 120, .16);
}
.c-quiz-q { font-family: var(--display); font-style: normal; font-size: clamp(1.5rem, 3vw, 2.3rem); margin: 6px 0 20px; }
.c-quiz-opts { display: flex; flex-wrap: wrap; gap: 12px; }
.c-quiz-opt {
  font-family: var(--body); font-size: 16.5px; font-weight: 700; color: var(--pink-deep);
  background: var(--paper); border: 1.5px solid var(--pink); border-radius: 999px;
  padding: 13px 22px; cursor: pointer; min-height: 44px;
  transition: background-color .2s, transform .2s;
}
.c-quiz-opt:hover { background: var(--blush); transform: translateY(-2px); }
.c-quiz-step { display: none; }
.c-quiz-step.is-on { display: block; }
.c-quiz-crumbs { font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--body-ink); min-height: 20px; margin: 18px 0 6px; }
.c-quiz-result .c-rec { display: flex; gap: 16px 26px; flex-wrap: wrap; margin: 18px 0 24px; }
.c-quiz-result .c-rec a { font-family: var(--display); font-style: normal; font-size: clamp(1.5rem, 3vw, 2.2rem); color: var(--pink); border-bottom: 2px solid var(--pink); }
.c-quiz-reset { background: none; border: 0; color: var(--body-ink); font-size: 13.5px; cursor: pointer; margin-left: 16px; text-decoration: underline; }

/* ---------- finale: pink glow on white ---------- */
.c-finale {
  position: relative; padding: clamp(110px, 20vh, 220px) clamp(16px, 4vw, 44px);
  background:
    radial-gradient(46% 46% at 76% 52%, rgba(244,205,219,.55) 0%, transparent 62%),
    radial-gradient(80% 75% at 88% 120%, rgba(211,69,120,.18) 0%, transparent 52%),
    radial-gradient(60% 50% at 4% -12%, rgba(211,69,120,.06) 0%, transparent 50%);
}
.c-finale-inner { max-width: 1180px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.c-finale .c-display { font-size: clamp(2.6rem, 6.6vw, 5.8rem); font-weight: 700; }
.c-finale .c-display .line { white-space: nowrap; display: inline-block; }
.c-finale-terms { margin-top: 26px; max-width: 46ch; }
.c-form {
  background: var(--paper); color: var(--ink); border-radius: 10px;
  padding: clamp(26px, 3.4vw, 44px);
  border: 1.5px solid var(--pink-soft);
  box-shadow: 0 30px 80px rgba(211, 69, 120, .22);
}
.c-form h2 { font-size: 1.5rem; margin-bottom: 6px; }
.c-form-stars { color: var(--pink); font-size: 15px; letter-spacing: .2em; }
.c-form-proofline { font-size: 13.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--body-ink); margin: 2px 0 14px; }
.c-form-benefits { list-style: none; margin: 0 0 18px; padding: 12px 14px; background: var(--blush); border-radius: 6px; }
.c-form-benefits li { font-size: 16px; color: var(--ink); padding: 4px 0 4px 26px; position: relative; }
.c-form-benefits li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 10px; height: 6px; border-left: 2.5px solid var(--pink-deep); border-bottom: 2.5px solid var(--pink-deep); transform: rotate(-45deg); }
.c-form-privacy { font-size: 13.5px; color: var(--body-ink); text-align: center; margin-top: 10px; }
.c-form .c-form-sub { font-size: 15.5px; color: var(--body-ink); margin-bottom: 20px; }
.c-field { margin-bottom: 16px; }
.c-field label { display: block; font-size: 13.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--body-ink); margin-bottom: 6px; }
.c-field input {
  width: 100%; font-size: 16px; font-family: var(--body);
  padding: 13px 14px; border: 1.5px solid #cfc4c9; border-radius: 4px;
  background: #fff; color: var(--ink);
}
.c-field input {
  background-image: linear-gradient(var(--pink), var(--pink));
  background-repeat: no-repeat; background-size: 0% 2.5px; background-position: left bottom;
  transition: background-size .15s ease;
}
.c-field input:focus { outline: 2px solid var(--pink-deep); outline-offset: 1px; border-color: var(--pink-deep); background-size: 100% 2.5px; }
.c-field label { transition: color .15s ease; }
.c-field:focus-within label { color: var(--pink-deep); }
.c-req { color: var(--pink-deep); }
.c-form .c-btn { width: 100%; padding: 16px; font-size: 15px; }
.c-form-msg { display: none; margin-top: 12px; padding: 12px; font-size: 14.5px; border-radius: 4px; }
.c-form-msg.is-on { display: block; background: var(--blush); color: var(--ink); }
.c-form-msg.is-err { background: #f5d8d8; color: #7c1d1d; }
.c-field-error { color: #a11212; font-size: 13px; margin-top: 4px; display: block; }
.c-form-phone { display: block; text-align: center; margin-top: 12px; font-size: 16px; color: var(--body-ink) !important; }
.c-form-phone:hover { color: var(--pink-deep) !important; }
.c-form-pricing { display: block; text-align: center; margin-top: 4px; font-size: 15px;
  color: var(--body-ink); text-decoration: underline; text-underline-offset: 3px; min-height: 44px; line-height: 44px; }
.c-form-pricing:hover { color: var(--pink-deep); }
@media (max-width: 899px) { .c-finale-inner { grid-template-columns: 1fr; } }

/* ---------- supporting editorial index ---------- */
.c-index { border-top: 1px solid var(--line); padding: clamp(70px, 12vh, 130px) clamp(16px, 4vw, 44px); }
.c-index > details { max-width: 1280px; margin: 0 auto; }
.c-index > details > summary {
  cursor: pointer; list-style: none; display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap;
  font-family: var(--display); font-style: normal; font-size: clamp(1.9rem, 4vw, 3rem);
  color: var(--ink);
}
.c-index > details > summary::-webkit-details-marker { display: none; }
.c-index > details > summary .hint {
  font-family: var(--body); font-style: normal; font-size: 15px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase; color: #fff;
  background: var(--pink-deep); padding: 10px 18px; border-radius: 999px;
  white-space: nowrap;
}
.c-index > details > summary:hover .hint { background: var(--pink); }
.c-index > details[open] > summary { margin-bottom: 40px; }
.c-index-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 44px 56px; max-width: 1280px; margin: 0 auto; }
.c-index h2 { grid-column: 1 / -1; font-size: clamp(1.9rem, 4vw, 3rem); margin-bottom: 6px; }
.c-index h3 { font-family: var(--body); font-weight: 800; font-style: normal; font-size: 1.35rem; margin-bottom: 10px; color: var(--ink); }
.c-index p, .c-index li { font-size: 17px; max-width: 62ch; color: var(--body-ink); }
.c-index ul { padding-left: 18px; }

/* ---------- wedding proof (light) ---------- */
.c-wproof { padding: clamp(70px, 11vh, 130px) clamp(16px, 4vw, 44px);
  background: radial-gradient(56% 60% at 92% 0%, rgba(211,69,120,.08) 0%, transparent 60%); }
.c-wproof-inner { max-width: 1180px; margin: 0 auto; }
.c-wproof .c-fill-title { font-size: clamp(2.2rem, 5.4vw, 4.4rem); margin-bottom: clamp(30px, 5vh, 54px); }
.c-wproof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 30px); align-items: start; }
@media (max-width: 699px) { .c-wproof-grid { grid-template-columns: 1fr; } }
.c-wproof-card { background: var(--paper); border: 1.5px solid var(--pink-soft); border-radius: 10px;
  padding: clamp(22px, 3vw, 38px); box-shadow: 0 20px 55px rgba(211, 69, 120, .12); }
.c-wproof-card blockquote { font-family: var(--display); font-style: italic; font-weight: 650;
  font-size: clamp(1.3rem, 2.2vw, 1.75rem); line-height: 1.22; color: var(--ink); }
.c-wproof-card .c-quote-body { margin-top: 12px; }
.c-wproof-card .c-quote-body p { font-size: 15px; color: var(--body-ink); margin-bottom: 10px; }
.c-wproof-card figcaption { margin-top: 14px; font-size: 12.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--pink-deep); font-weight: 700; }

/* ---------- footer ---------- */
.c-footer { border-top: 1px solid var(--line); padding: 54px clamp(16px, 4vw, 44px) 120px; display: flex; flex-wrap: wrap; gap: 28px 60px; justify-content: space-between; color: var(--body-ink); font-size: 16px; }
.c-footer a { color: var(--pink-deep); }
@media (max-width: 849px) { .c-footer a { min-height: 44px; display: inline-flex; align-items: center; } }
.c-footer nav { display: flex; flex-wrap: wrap; gap: 10px 26px; }
@media (max-width: 849px) {
  .c-footer nav a { min-height: 44px; display: inline-flex; align-items: center; }
}

/* ---------- inner pages ---------- */
.c-pagehero { position: relative; min-height: 74svh; display: grid; align-items: end; overflow: clip; background: var(--spot); }
.c-pagehero .c-hero-media img { opacity: .85; }
.c-pagehero .c-hero-media::after {
  background:
    linear-gradient(100deg, rgba(20,17,26,.9) 0%, rgba(20,17,26,.62) 46%, rgba(20,17,26,.3) 100%),
    linear-gradient(to top, rgba(20,17,26,.94) 0%, rgba(20,17,26,.25) 55%);
}
.c-pagehero h1 {
  font-family: var(--display); font-style: normal; font-weight: 600; color: #fff;
  font-size: clamp(2rem, 5vw, 4.6rem); line-height: 1.07; max-width: 18ch;
  text-shadow: 0 1px 10px rgba(20,17,26,.45);
}
.c-article { padding: clamp(80px, 13vh, 150px) clamp(16px, 4vw, 44px); max-width: 980px; margin: 0 auto; }
.c-article h2 { font-size: clamp(1.7rem, 3.6vw, 2.8rem); margin: 56px 0 18px; font-style: normal; }
.c-article h3 { font-size: 1.3rem; margin: 34px 0 12px; }
.c-article p, .c-article li { margin-bottom: 16px; max-width: 68ch; }
.c-article ul { padding-left: 20px; }
.c-article .c-lede { font-size: clamp(1.15rem, 2vw, 1.45rem); color: var(--ink); line-height: 1.55; }
.c-media-frame { border-radius: 8px; overflow: clip; margin: 34px 0; aspect-ratio: 16/9; background: var(--blush); box-shadow: 0 18px 44px rgba(39,33,43,.14); }
.c-media-frame iframe { width: 100%; height: 100%; border: 0; }
.c-related { padding: 0 clamp(16px,4vw,44px) 90px; max-width: 980px; margin: 0 auto; }
.c-related h2 { font-style: normal; font-size: 1.6rem; margin-bottom: 18px; }
.c-related ul { list-style: none; display: flex; flex-wrap: wrap; gap: 12px 30px; }

/* ---------- sticky mobile bar ---------- */
.ctd-mobile-bar { display: none; }
@media (max-width: 849px) {
  .ctd-mobile-bar { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; box-shadow: 0 -2px 12px rgba(39,33,43,.18); }
  .ctd-mobile-bar a { flex: 1; text-align: center; padding: 14px 8px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
  .ctd-mobile-bar-call { background: #fff; color: var(--pink-deep); }
  .ctd-mobile-bar-book { background: var(--pink-deep); color: #fff; }
  body { padding-bottom: 50px; }
  .c-header .c-btn { display: none; }
  .c-header-phone { display: none; }
}

/* hero support text entrance: CSS-only (the h1 is the LCP element) */
@media (prefers-reduced-motion: no-preference) {
  .c-hero-sub { animation: c-hero-rise 1s cubic-bezier(.2, .8, .2, 1) both; }
  @keyframes c-hero-rise { from { transform: translateY(38px); } to { transform: none; } }
}

/* chapter mini-CTAs (Scroll-Triggered Storytelling: CTA per chapter) */
.c-chapter-cta { margin-top: 44px; font-size: 15px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; }
.c-chapter-cta .c-ul, .c-styles-head > .c-ul { display: inline-flex; align-items: center; min-height: 44px; }
.c-chapter-cta.dark { max-width: 860px; margin: 44px auto 0; }
.c-chapter-cta.dark .c-ul { color: #ef86a8; }
.c-stats .c-chapter-cta { text-align: center; }

/* delight: one-shot success glow on the form card (subtle sophistication) */
@media (prefers-reduced-motion: no-preference) {
  .c-form.is-sent { animation: c-sent-glow 1s ease-out 1; }
  @keyframes c-sent-glow {
    0% { box-shadow: 0 30px 80px rgba(211,69,120,.22); }
    35% { box-shadow: 0 0 0 10px rgba(211,69,120,.18), 0 30px 90px rgba(211,69,120,.4); }
    100% { box-shadow: 0 30px 80px rgba(211,69,120,.22); }
  }
  .c-quiz-result.is-on .c-rec a {
    animation: c-ltr-rise .6s cubic-bezier(.2,.85,.25,1) both;
  }
  .c-quiz-result.is-on .c-rec a:nth-child(2) { animation-delay: 90ms; }
}

/* motion initial states: none in CSS — JS owns hiding so no-JS and
   reduced-motion render the complete page. */

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }

/* --- suburb landing pages --- */
.c-suburb-list { display: flex; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 22px 0 0; }
.c-suburb-list li { border: 1px solid var(--pink-soft); border-radius: 999px; padding: 7px 16px; background: #fff; font-size: .95rem; color: var(--body-ink); }

/* --- archive post-card grids --- */
.c-posts { padding: clamp(60px, 9vh, 110px) clamp(16px, 4vw, 44px); max-width: 1280px; margin: 0 auto; }
.c-posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
.c-post-card { display: flex; flex-direction: column; gap: 12px; text-decoration: none; color: var(--ink); border: 1px solid var(--pink-soft); border-radius: 14px; overflow: hidden; background: #fff; transition: transform .25s, box-shadow .25s; }
.c-post-card:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(39,33,43,.10); }
.c-post-thumb { display: block; aspect-ratio: 16/10; background: var(--blush); }
.c-post-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.c-post-title { font-family: var(--display); font-size: 1.35rem; line-height: 1.25; padding: 0 18px; }
.c-post-exc { padding: 0 18px 20px; color: var(--body-ink); font-size: .98rem; }
.c-post-more { text-align: center; margin-top: 34px; }
.c-media-map iframe, .c-media-still img { width: 100%; border: 0; display: block; }
.c-media-map iframe { min-height: 420px; }
.c-media-still img { height: auto; border-radius: 12px; }

/* ---------- gift certificates (packages approved 20-24 Jul email thread) ---------- */
.c-gift-tier { padding: clamp(80px, 12vh, 150px) clamp(16px, 4vw, 44px); }
.c-gift-inner { max-width: 1180px; margin: 0 auto; }
.c-gift-intro { max-width: 62ch; margin-top: 20px; }
.c-gift-intro p { font-size: 1.08rem; color: var(--body-ink); margin-top: 12px; }
.c-gift-intro .c-lede { font-size: 1.22rem; color: var(--ink); margin-top: 0; }
.c-gift-grid { display: grid; gap: clamp(16px, 2vw, 26px); grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(30px, 4vh, 48px); }
@media (max-width: 999px) { .c-gift-grid { grid-template-columns: 1fr; max-width: 560px; } }
.c-gift {
  display: flex; flex-direction: column; gap: 10px;
  padding: clamp(24px, 3vw, 38px);
  background: var(--paper); border: 1.5px solid var(--pink-soft); border-radius: 10px;
  box-shadow: 0 14px 40px rgba(39, 33, 43, .08);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, border-color .25s;
}
@media (hover: hover) {
  .c-gift:hover { transform: translateY(-4px); box-shadow: 0 24px 56px rgba(211, 69, 120, .16); border-color: var(--pink); }
}
.c-gift h3 { font-size: clamp(1.55rem, 2.4vw, 2.05rem); font-style: normal; color: var(--ink); }
.c-gift-price { font-family: var(--display); font-size: clamp(2.1rem, 3.4vw, 2.9rem); line-height: 1; color: var(--pink-deep); }
.c-gift-inc { list-style: none; padding: 0; margin: 4px 0 0; }
.c-gift-inc li { font-size: 16px; color: var(--ink); padding: 4px 0 4px 26px; position: relative; }
.c-gift-inc li::before { content: ""; position: absolute; left: 4px; top: 11px; width: 10px; height: 6px;
  border-left: 2.5px solid var(--pink-deep); border-bottom: 2.5px solid var(--pink-deep); transform: rotate(-45deg); }
.c-gift-note { font-size: 1.02rem; color: var(--body-ink); }
.c-gift .c-btn { margin-top: auto; align-self: flex-start; }
.c-gift-inc + .c-btn, .c-gift-note + .c-btn { margin-top: 14px; }

/* ---------- selects + textareas share the input dress ---------- */
.c-field select, .c-field textarea {
  width: 100%; font-size: 16px; font-family: var(--body);
  padding: 13px 14px; border: 1.5px solid #cfc4c9; border-radius: 4px;
  background-color: #fff; color: var(--ink);
}
.c-field select {
  appearance: none; -webkit-appearance: none; padding-right: 42px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23c23a68' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 15px center;
}
.c-field textarea { resize: vertical; min-height: 92px; }
.c-field select:focus, .c-field textarea:focus { outline: 2px solid var(--pink-deep); outline-offset: 1px; border-color: var(--pink-deep); }
