:root {
  --white: #fff;
  --rose: #a36273;
  --deep-rose: #764454;
  --action: #245b60;
  --action-hover: #19474c;
  --ink: #383237;
  --muted: #726b70;
  --line: #e7d5da;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", "Segoe UI", sans-serif;
  --texture: repeating-linear-gradient(0deg, #ffffff03 0 1px, transparent 1px 4px), repeating-linear-gradient(92deg, #1e152403 0 1px, transparent 1px 5px);
}
* { 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; }

.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: #995f6b; 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: #563345; opacity: .18; 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: inline-block; font: 500 33px/1.2 var(--serif); margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #ffffff60; }
.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), white; }
.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 #f1e6e9; background: var(--texture), #faf6f7; }
.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: white; 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), #895365; }
.testimonials::before { content: ""; position: absolute; inset: 0; background: url("assets/rose-studio.png") center / cover; opacity: .15; pointer-events: 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; }

@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), #f8f2f4; border-block: 1px solid #eadce1; }
.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), #754b5d; color: white; padding: 76px 0; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: url("assets/rose-studio.png") right center / cover; opacity: .2; }
.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) {
  .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; }
  .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; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-ready { opacity: 1; transform: none; }
}
