/* Core palette */
:root {
  --white: #fff;
  --rose: #b68f91;
  --deep-rose: #72505a;
  --action: #805f66;
  --action-hover: #68494f;
  --ink: #4d3b40;
  --muted: #746166;
  --line: #e8ccca;
  --nav-height: 64px;
  --serif: "Lora", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
  --texture: linear-gradient(transparent, transparent);
}
* { box-sizing: border-box; letter-spacing: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: white; font-family: var(--sans); -webkit-font-smoothing: antialiased; }
::selection { color: white; background: var(--deep-rose); }
img { display: block; max-width: 100%; width: 100%; height: auto; }
a { color: inherit; }
button { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #c89a68; outline-offset: 5px; }
.wrap { width: min(1160px, calc(100% - 96px)); margin-inline: auto; }
section { position: relative; }
h1, h2, p, figure { margin: 0; }
h2 { font: 500 43px/1.23 var(--serif); text-wrap: pretty; }
h2 em { font-weight: 500; color: var(--rose); }
p { color: var(--muted); font-size: 16px; line-height: 1.85; }

/* The VSL is intentionally the first and only available interaction on arrival. */
.vsl-gate { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; overflow-y: auto; padding: 36px 24px; background: #f9e4df; color: var(--ink); }
.vsl-gate__backdrop { position: absolute; inset: 20px; border: 1px solid var(--line); border-radius: 8px 80px 8px 8px; }
.vsl-gate__content { position: relative; width: min(100%, 980px); text-align: center; }
.vsl-gate__logo { width: min(335px, 74vw); margin: 0 auto 18px; }
.vsl-gate h1 { max-width: 740px; margin: 0 auto 10px; font: 500 clamp(32px, 5vw, 52px)/1.12 var(--serif); }
.vsl-gate__intro { max-width: 570px; margin: 0 auto 25px; color: var(--deep-rose); font-size: 16px; line-height: 1.55; }
.vsl-player { overflow: hidden; border: 8px solid #fff8f5b8; border-radius: 10px; background: #201319; box-shadow: 0 26px 70px #72505a4d; }
.vsl-player video { display: block; width: 100%; max-height: min(58vh, 550px); background: #171014; }
.vsl-gate__status { margin-top: 17px; color: var(--deep-rose); font-size: 14px; line-height: 1.5; }
.vsl-locked { overflow: hidden; }
.vsl-locked #site-content { visibility: hidden; }
.vsl-preview .vsl-gate { display: none; }
.vsl-unlocked { overflow-x: hidden; }
.vsl-unlocked .vsl-gate { opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .45s ease, visibility 0s linear .45s; }
#site-content { display: flex; flex-direction: column; }

.epic-video { position: relative; order: -1; height: 0; min-height: 0; margin-top: var(--nav-height); overflow: hidden; background: #22161a; color: white; opacity: 0; transition: height 1s cubic-bezier(.72,0,.22,1), opacity .22s ease; }
.epic-video.is-open { height: calc(100svh - var(--nav-height)); height: calc(100dvh - var(--nav-height)); opacity: 1; }
.epic-video__player { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(.94); transition: opacity .45s ease, transform 1s cubic-bezier(.2,.8,.25,1); }
.epic-video.is-open .epic-video__player { opacity: 1; transform: scale(1); }
.epic-video-caption { display: none; }
.site-nav { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: var(--nav-height); display: flex; align-items: center; justify-content: space-between; gap: 38px; padding: 10px max(48px, calc((100% - 1160px) / 2)); border-bottom: 1px solid #ffffff24; background: #432934; }
.site-nav__brand { display: block; width: 135px; flex: 0 0 auto; }
.site-nav__brand img { width: 100%; }
.site-nav nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 52px); }
.site-nav nav a { color: white; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; transition: opacity .2s ease; }
.site-nav nav a:hover { opacity: .7; }


.button { position: relative; display: inline-flex; align-items: center; justify-content: space-between; isolation: isolate; overflow: hidden; gap: 22px; max-width: 100%; min-height: 58px; padding: 10px 12px 10px 23px; border: 1px solid #ffffff3b; border-radius: 50px; background: var(--action); color: white; font-size: 11px; font-weight: 700; line-height: 1.5; text-decoration: none; box-shadow: 0 8px 24px #163e3f28; transition: transform .25s, box-shadow .25s, background .25s; }
.button span { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; font-size: 20px; border: 1px solid #ffffff66; border-radius: 50%; transition: transform .25s; }
.button::before { content: ""; position: absolute; inset: -80% auto -80% -70%; width: 35%; background: linear-gradient(90deg, transparent, #ffffff50, transparent); transform: skewX(-25deg); animation: button-shine 6s ease-in-out infinite; pointer-events: none; }
.button:hover { transform: translateY(-3px); background: var(--action-hover); box-shadow: 0 12px 26px #163e3f38; }
.button:hover span { transform: rotate(-35deg); }
.button:active { transform: translateY(0); }

.hero { isolation: isolate; overflow: hidden; background: #b78d92; color: white; }
.hero-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.hero::before { content: ""; position: absolute; inset: 0; background: #71515a; opacity: .24; z-index: -1; pointer-events: none; }
.hero-grid { position: relative; min-height: 710px; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 2; width: 51%; max-width: 580px; padding: 55px 0 72px; }
.wordmark { display: block; width: min(285px, 78%); height: auto; margin-bottom: 30px; object-fit: contain; }
.hero-heading { color: white; font: 500 49px/1.17 var(--serif); text-wrap: pretty; margin-bottom: 23px; }
.hero-heading em { font-weight: 500; }
.hero-copy > p:not(.hero-heading) { max-width: 440px; color: #fff; font-size: 15px; line-height: 1.85; margin-bottom: 28px; }
.hero-copy > * { animation: text-enter .85s cubic-bezier(.2,.75,.25,1) both; }
.hero-copy > :nth-child(2) { animation-delay: .1s; }
.hero-copy > :nth-child(3) { animation-delay: .2s; }
.hero-copy > :nth-child(4) { animation-delay: .3s; }
/* Position the supplied portrait's transparent headroom without editing its pixels. */
.portrait-stage { position: absolute; inset: 0 -90px 0 49%; z-index: 1; pointer-events: none; }
.portrait-stage::before { content: ""; position: absolute; top: -8%; left: 50%; width: min(760px, 130%); height: 100%; transform: translateX(-50%); background: linear-gradient(90deg, transparent 0%, #fff8f114 12%, #fff8f161 32%, #fffdf5b8 50%, #fff8f161 68%, #fff8f114 88%, transparent 100%); -webkit-mask-image: linear-gradient(180deg, transparent, #000 24%, #000 52%, transparent 94%); mask-image: linear-gradient(180deg, transparent, #000 24%, #000 52%, transparent 94%); }
.portrait-stage img { position: absolute; width: 755px; max-width: none; top: -168px; left: 50%; transform: translateX(-50%); filter: drop-shadow(16px 12px 24px #60333e30); animation: portrait-enter 1.2s ease-out both; }


.intro { padding: 74px 0 88px; background: var(--texture), #fffaf8; }
.wide-photo { padding: 8px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 20px 42px #6e3e4a0c; }
.wide-photo img { width: 100%; aspect-ratio: 2.75; object-fit: cover; border-radius: 3px; }
.intro-copy { max-width: 720px; margin: 38px auto 0; text-align: left; }
.intro-copy p { font: 400 17px/1.85 var(--sans); color: #63565d; margin-bottom: 24px; text-wrap: pretty; }
.intro-copy strong { color: var(--ink); font-weight: 600; }
.intro-copy .intro-highlight { max-width: 650px; padding-left: 22px; border-left: 2px solid #c699aa; margin: 28px 0 30px; color: var(--deep-rose); font: 500 29px/1.4 var(--serif); }
.intro-highlight em { color: var(--action); font-weight: 500; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.partner { padding: 78px 0 88px; border-top: 1px solid #efd7d4; background: var(--texture), #f8e6e2; }
.partner h2 { margin-bottom: 25px; }
.partner p { margin-bottom: 18px; }
.partner .button { margin-top: 10px; }
.editorial-photo { position: relative; padding: 0 0 20px 20px; }
.editorial-photo::before { content: ""; position: absolute; inset: 28px 26px 0 0; border: 1px solid #cfa3af; border-radius: 8px; }
.editorial-photo img { position: relative; aspect-ratio: 1; object-fit: cover; border-radius: 8px; box-shadow: 0 18px 40px #66334d18; }

.care { background: #fffaf8; padding: 95px 0; }
.care .two-col { grid-template-columns: .92fr 1fr; gap: 88px; }
.care-photo { position: relative; padding: 0 18px 18px 0; }
.care-photo::before { content: ""; position: absolute; inset: 24px 0 0 24px; background: var(--texture), #ead5dd; border-radius: 8px; }
.care-photo img { position: relative; aspect-ratio: .98; object-fit: cover; border-radius: 8px; }
.care h2 { font-size: 41px; margin-bottom: 26px; }
.care p { margin-bottom: 29px; }

.testimonials { padding: 77px 0 64px; overflow: hidden; color: white; background: var(--texture), #9f777c; }
.testimonials::before { content: none; }
.testimonials .wrap { position: relative; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 35px; }
.section-heading h2 { color: white; max-width: 650px; }
.slider { --slide-gap: 24px; --slide-width: calc((100% - 96px) / 4); position: relative; width: 100%; overflow-x: auto; scrollbar-width: none; padding: 12px 0 30px; overscroll-behavior-x: contain; }
.slider.is-carousel { overflow: hidden; touch-action: pan-y pinch-zoom; cursor: grab; }
.slider.is-dragging { cursor: grabbing; user-select: none; }
.slider-track { display: flex; align-items: stretch; gap: var(--slide-gap); will-change: transform; }
.slider::-webkit-scrollbar { display: none; }
.slider figure { flex: 0 0 var(--slide-width); min-width: 0; aspect-ratio: 1.18; margin: 0; display: grid; place-items: center; background: #fff; padding: 10px; border: 1px solid #f2e4e7; border-radius: 8px; box-shadow: 0 14px 26px #4e27381c; }
.slider img { width: 100%; height: 100%; min-height: 0; object-fit: contain; border-radius: 3px; user-select: none; -webkit-user-drag: none; }
.video-testimonials { --slide-width: calc((100% - 72px) / 4); }
.video-testimonials figure { aspect-ratio: .62; padding: 0; overflow: hidden; border: 0; background: #25171c; }
.video-testimonials video { display: block; width: 100%; height: 100%; object-fit: cover; background: #25171c; }

@media (prefers-reduced-motion: no-preference) {
  :is(.wide-photo, .editorial-photo, .care-photo) img { transition: transform .55s cubic-bezier(.2,.75,.25,1), box-shadow .55s ease; }
  :is(.editorial-photo, .care-photo)::before { transition: transform .55s ease; }
  .slider figure { transition: transform .4s ease, box-shadow .4s ease; }
  :is(.wide-photo, .editorial-photo, .care-photo).is-photo-active img { transform: translateY(-5px) scale(1.015); box-shadow: 0 22px 42px #66334d30; }
  :is(.editorial-photo, .care-photo).is-photo-active::before { transform: translate(-4px, 5px); }
  .slider figure.is-photo-active { transform: translateY(-5px); box-shadow: 0 18px 28px #4e273840; }
}
@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  :is(.wide-photo, .editorial-photo, .care-photo):hover img { transform: translateY(-5px) scale(1.015); box-shadow: 0 22px 42px #66334d30; }
  :is(.editorial-photo, .care-photo):hover::before { transform: translate(-4px, 5px); }
  .slider:not(.is-dragging) figure:hover { transform: translateY(-5px); box-shadow: 0 18px 28px #4e273840; }
}

.faq { padding: 72px 0 80px; background: var(--texture), #f9e7e3; border-block: 1px solid #ead5d2; }
.faq .wrap { max-width: 920px; }
.faq h2 { color: var(--deep-rose); font-size: 42px; text-align: center; margin-bottom: 36px; }
.faq h2::after { content: ""; display: block; width: 42px; height: 3px; background: var(--action); margin: 20px auto 0; }
.faq-list { display: grid; gap: 14px; counter-reset: question; }
.faq details { counter-increment: question; border: 1px solid #e6d6dd; border-left: 3px solid #d6b5c1; border-radius: 8px; background: #ffffffb8; transition: border-color .25s, background .25s, box-shadow .25s; }
.faq details[open] { border-color: #cfabb9; border-left-color: var(--deep-rose); background: white; box-shadow: 0 10px 28px #6339470c; }
.faq summary { cursor: pointer; list-style: none; display: grid; grid-template-columns: 38px minmax(0, 1fr) 34px; align-items: center; gap: 18px; font-size: 17px; font-weight: 600; line-height: 1.5; color: var(--ink); padding: 23px 26px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: counter(question, decimal-leading-zero); font: 500 23px/1 var(--serif); color: #a26b7e; }
.faq summary::after { content: "+"; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #c8d8d9; border-radius: 50%; background: #edf4f3; color: var(--action); font: 400 23px/1 var(--sans); transition: background .25s, color .25s; }
.faq details[open] summary { color: var(--deep-rose); }
.faq details[open] summary::after { content: "\2212"; color: white; background: var(--action); border-color: var(--action); }
.faq details p { color: #63565d; font-size: 15px; line-height: 1.8; padding: 0 78px 25px 82px; animation: text-enter .35s ease both; }
@media (hover: hover) {
  .faq details:hover { background: white; border-color: #bf929f; }
  .faq summary:hover::after { color: white; background: var(--action); border-color: var(--action); }
}

.final-cta { background: var(--texture), #72505a; color: white; padding: 76px 0; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #36212ee8, #36212ec9), url("assets/Rectangle-48-1.avif") center / cover; }
.cta-grid { display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.final-cta h2 { font-size: 46px; max-width: 760px; }
.final-cta p { color: white; margin: 20px 0 28px; }
.final-cta .button { min-width: 335px; }

.motion-ready { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.25,1); }
.motion-ready.is-visible { opacity: 1; transform: none; }
@keyframes text-enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes portrait-enter { from { opacity: 0; transform: translateX(-50%) translateY(20px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }
@keyframes button-shine { 0%, 65% { left: -70%; } 90%, 100% { left: 140%; } }

@media (max-width: 1100px) {
  .slider { --slide-width: calc((100% - 48px) / 3); }
  .wrap { width: calc(100% - 64px); }
  .hero-grid { min-height: 680px; }
  .hero-heading { font-size: 42px; }
  .hero-copy { width: 52%; }
  .portrait-stage { left: 54%; right: -70px; }
  .portrait-stage img { width: 700px; top: -142px; }
  .two-col, .care .two-col { gap: 48px; }
  h2, .care h2 { font-size: 36px; }
}
@media (max-width: 760px) {
  :root { --nav-height: 56px; }
  .vsl-gate { align-items: center; padding: 25px 16px; }
  .vsl-gate h1 { font-size: 32px; }
  .vsl-gate__intro { font-size: 15px; }
  .vsl-player { border-width: 5px; border-radius: 7px; }
  .vsl-gate__status { font-size: 13px; }
  .site-nav { padding: 9px 20px; }
  .site-nav__brand { width: 112px; }
  .site-nav nav { display: none; }
  .epic-video.is-open { height: calc(56svh - var(--nav-height)); height: calc(56dvh - var(--nav-height)); }
  .epic-video-caption { order: -1; display: grid; align-content: center; justify-items: start; height: 0; overflow: hidden; padding: 0 30px; background: #f8e3df; color: var(--deep-rose); opacity: 0; transition: height 1s cubic-bezier(.72,0,.22,1), opacity .25s ease; }
  .epic-video-caption.is-open { height: 44svh; height: 44dvh; opacity: 1; }
  .epic-video-caption p { max-width: 360px; color: var(--deep-rose); font: 500 33px/1.08 var(--serif); text-wrap: balance; }
  .epic-video-location { margin-top: 20px; color: #9d7479; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
  .wrap { width: calc(100% - 40px); }
  .hero-grid { --hero-portrait-width: min(420px, 52svh); min-height: 100svh; min-height: 100dvh; display: flex; flex-direction: column; justify-content: flex-end; padding-top: clamp(175px, 30svh, 250px); }
  .hero-backdrop { height: 100%; object-position: 76% top; }
  .hero::before { display: block; z-index: 2; opacity: 1; background: linear-gradient(180deg, #76445400 16%, #76445459 28%, #764454db 42%, #764454f7 57%, #764454 78%, #764454 100%); }
  .hero { background: var(--deep-rose); }
  .portrait-stage { position: absolute; inset: 0 -20px auto; height: 620px; overflow: visible; }
  .portrait-stage::before { top: -24px; width: calc(var(--hero-portrait-width) * 1.08); height: calc(var(--hero-portrait-width) * 1.05); }
  .portrait-stage img { width: var(--hero-portrait-width); top: calc(var(--hero-portrait-width) * -.26); }
  .hero-copy { z-index: 3; width: 100%; max-width: 530px; padding: 8px 0 28px; text-align: left; }
  .wordmark { font-size: 25px; padding-bottom: 6px; margin-bottom: 12px; }
  .hero-heading { font-size: 30px; line-height: 1.16; margin-bottom: 14px; }
  .hero-copy > p:not(.hero-heading) { font-size: 14px; line-height: 1.55; margin: 0 auto 18px; }
  .hero-copy .button { width: 100%; text-align: left; }
  .button { font-size: 11px; gap: 12px; min-height: 56px; padding-left: 18px; }
  .intro { padding: 47px 0 57px; }
  .wide-photo { padding: 6px; }
  .wide-photo img { aspect-ratio: 1.75; }
  .intro-copy { margin-top: 28px; }
  .intro-copy p { font-size: 16px; line-height: 1.8; margin-bottom: 20px; }
  .intro-copy .intro-highlight { font-size: 24px; line-height: 1.45; padding-left: 16px; margin: 23px 0 26px; }
  .two-col, .care .two-col { grid-template-columns: 1fr; gap: 35px; }
  .partner, .care { padding: 56px 0; }
  h2, .care h2 { font-size: 33px; }
  p { font-size: 14px; }
  .editorial-photo, .care-photo { order: -1; max-width: 470px; width: 100%; margin-inline: auto; }
  .care-photo img { aspect-ratio: 1.1; }
  .testimonials { padding: 58px 0 38px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 24px; margin-bottom: 21px; }
  .section-heading h2 { max-width: 430px; }
  .slider { --slide-width: 90%; --slide-gap: 17px; width: calc(100% - 40px); margin-inline: auto; }
  .video-testimonials { --slide-width: min(82%, 340px); }
  .slider figure { padding: 8px; }
  .faq { padding: 48px 0 54px; }
  .faq h2 { font-size: 33px; margin-bottom: 28px; }
  .faq h2::after { margin-top: 16px; }
  .faq-list { gap: 11px; }
  .faq summary { padding: 19px 14px; grid-template-columns: 25px minmax(0, 1fr) 30px; font-size: 15px; gap: 10px; }
  .faq summary::before { font-size: 19px; }
  .faq summary::after { width: 30px; height: 30px; font-size: 21px; }
  .faq details p { padding: 0 18px 21px 49px; font-size: 14px; line-height: 1.7; }
  .final-cta { padding: 59px 0; }
  .final-cta h2 { font-size: 35px; }
  .final-cta .button { min-width: 0; }
}
@media (max-width: 370px) {
  .slider { width: calc(100% - 32px); }
  .wrap { width: calc(100% - 32px); }
  .hero-heading { font-size: 28px; }
  .portrait-stage { inset-inline: -16px; }
  .button { font-size: 10px; padding-left: 14px; gap: 9px; }
  .button span { flex-basis: 28px; width: 28px; height: 28px; }
}
@media (max-width: 760px) and (min-height: 740px) {
  .hero-grid { --hero-portrait-width: min(500px, 56svh); }
  .wordmark { font-size: 28px; margin-bottom: 16px; }
  .hero-heading { font-size: 34px; line-height: 1.18; margin-bottom: 18px; }
}
@media (max-width: 760px) and (max-height: 600px) {
  .hero-grid { padding-top: 158px; }
  .hero-copy { padding-top: 4px; padding-bottom: 20px; }
  .wordmark { font-size: 22px; margin-bottom: 9px; }
  .hero-heading { font-size: 26px; line-height: 1.14; margin-bottom: 10px; }
  .hero-copy > p:not(.hero-heading) { font-size: 13px; line-height: 1.5; margin-bottom: 13px; }
  .hero-copy .button { min-height: 52px; }
}
/* Quieter motion and a consistent, readable action hierarchy. */
.button { font-size: 13px; line-height: 1.45; text-transform: uppercase; min-height: 58px; transition: background .2s ease, box-shadow .2s ease; }
.button::before { display: none; }
.button:hover, .button:active { transform: none; }
.button:hover span { transform: none; }
.hero-copy > *, .portrait-stage img { animation-duration: .55s; animation-delay: 0s; }
.motion-ready { transform: translateY(10px); transition: opacity .4s ease, transform .4s ease; }
@keyframes text-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 4px; }
.carousel-controls button { min-width: 46px; min-height: 46px; padding: 10px 16px; border: 1px solid #ffffff80; border-radius: 24px; background: #754b5d; color: white; font: 600 14px/1.4 var(--sans); cursor: pointer; }
.carousel-controls button:nth-child(2) { min-width: 124px; }
.carousel-controls button:hover { background: #60384a; }
.carousel-controls button:disabled { opacity: .6; cursor: default; }
.carousel-controls button:focus-visible { outline: 3px solid white; outline-offset: 3px; }
@media (max-width: 760px) {
  .button, .hero-copy .button { font-size: 13px; min-height: 58px; }
  .intro-copy .button, .partner .button, .care .button, .final-cta .button { width: 100%; text-align: left; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready { opacity: 1; transform: none; }
}
