:root {
  --ink: #201c22;
  --ink-soft: #5c555b;
  --paper: #fffaf7;
  --cream: #f9f0e8;
  --blush: #f7dce4;
  --pink: #e894ae;
  --pink-deep: #bd5577;
  --peach: #f4bea5;
  --lilac: #dcd3e7;
  --line: rgba(32, 28, 34, .13);
  --white-line: rgba(255, 255, 255, .16);
  --serif: Cambria, Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Tahoma, Arial, sans-serif;
  --container: min(1160px, calc(100% - 48px));
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; transform: translateY(-160%); background: var(--pink); color: var(--ink); padding: 10px 16px; border-radius: 999px; font-weight: 700; transition: transform .2s ease; }
.skip-link:focus { transform: none; }

.section { position: relative; padding: 132px 0; overflow: hidden; }
.section-dark { background: var(--ink); color: var(--paper); }
.section-cream { background: var(--cream); }
.section-blush { background: var(--blush); }
.section-pink { background: var(--pink); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 24px; color: var(--pink-deep); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-eyebrow { color: var(--pink); }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.02; letter-spacing: -.045em; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 em, h2 em { color: var(--pink); font-style: italic; }
h2 { margin-bottom: 26px; font-size: clamp(46px, 6.2vw, 82px); }
h3 { font-size: 24px; }
.section-heading { margin-bottom: 68px; }
.heading-split { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr); align-items: end; gap: 64px; }
.heading-inline { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.section-intro { max-width: 360px; color: var(--ink-soft); font-size: 17px; }
.heading-light .section-intro { color: rgba(255,255,255,.62); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; border-radius: 999px; padding: 13px 20px; font-size: 13px; font-weight: 800; letter-spacing: -.01em; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(32,28,34,.15); }
.button-pink { background: var(--pink); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-outline { border-color: var(--ink); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--pink-deep); font-size: 13px; font-weight: 800; }
.text-link-light { color: var(--paper); }
.text-link:hover { gap: 15px; }

.site-header { position: fixed; top: 0; left: 0; z-index: 50; width: 100%; border-bottom: 1px solid transparent; color: var(--paper); transition: background .3s ease, color .3s ease, border-color .3s ease, transform .3s var(--ease); }
.site-header.is-scrolled { background: rgba(255,250,247,.9); border-color: var(--line); color: var(--ink); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 850; letter-spacing: -.04em; }
.brand-logo { width: 42px; height: 42px; flex: 0 0 42px; object-fit: contain; }
.brand-wordmark { font-family: "Segoe Print", "Bradley Hand", "Comic Sans MS", cursive; font-size: 14px; font-style: normal; font-weight: 700; letter-spacing: -.07em; text-transform: uppercase; white-space: nowrap; }
.brand-footer .brand-logo { width: 58px; height: 58px; flex-basis: 58px; }
.header-quick-contact { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.header-phone { display: grid; gap: 0; line-height: 1.1; }
.header-phone span { color: var(--pink-deep); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.header-phone strong { font-size: 14px; letter-spacing: .02em; }
.header-social { display: inline-flex; align-items: center; gap: 5px; color: inherit; font-size: 10px; font-weight: 800; }
.header-social b { display: grid; width: 21px; height: 21px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: Arial, sans-serif; font-size: 10px; text-transform: lowercase; }
.header-social i { color: var(--pink-deep); font-size: 14px; font-style: normal; transform: rotate(-12deg); }
.site-nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 700; }
.site-nav a { opacity: .78; transition: opacity .2s ease, color .2s ease; }
.site-nav a:hover { opacity: 1; color: var(--pink-deep); }
.site-nav .nav-cta { display: inline-flex; align-items: center; gap: 8px; border: 1px solid currentColor; border-radius: 999px; padding: 10px 16px; opacity: 1; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: inherit; }
.menu-toggle span:not(.sr-only) { display: block; width: 16px; height: 1px; margin: 3px auto; background: currentColor; }

.hero { min-height: max(850px, 100svh); padding-top: 160px; padding-bottom: 48px; isolation: isolate; overflow: hidden; }
.hero-noise { position: absolute; inset: 0; z-index: -1; opacity: .12; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.14) .65px, transparent .65px); background-size: 5px 5px; }
.hero-grid { min-height: 670px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, .8fr); align-items: center; gap: 80px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 50px; }
.hero-contact-bar { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; margin-bottom: 36px; }
.hero-phone { display: inline-flex; min-height: 68px; align-items: center; gap: 12px; padding: 10px 15px 10px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 18px; background: rgba(255,255,255,.06); color: var(--paper); transition: transform .25s var(--ease), background .25s ease, border-color .25s ease; }
.hero-phone:hover { transform: translateY(-3px); border-color: var(--pink); background: rgba(232,148,174,.14); }
.hero-phone-icon { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 50%; background: var(--pink); color: var(--ink); font-size: 16px; }
.hero-phone small, .hero-phone strong { display: block; }
.hero-phone small { color: rgba(255,255,255,.62); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-phone strong { margin-top: 2px; font-size: 20px; letter-spacing: .02em; }
.hero-phone > b { margin-left: 7px; color: var(--pink); font-size: 20px; font-weight: 400; transform: rotate(-14deg); }
.hero-socials { display: flex; align-items: center; gap: 15px; }
.hero-social { position: relative; display: inline-flex; align-items: center; gap: 7px; color: rgba(255,255,255,.8); font-size: 12px; font-weight: 700; }
.hero-social:hover { color: var(--paper); }
.social-logo { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid var(--pink); border-radius: 50%; color: var(--pink); font-family: Arial, sans-serif; font-size: 11px; font-weight: 800; text-transform: lowercase; }
.social-logo-f { font-size: 16px; text-transform: lowercase; }
.hero-social i { color: var(--pink); font-size: 17px; font-style: normal; transform: rotate(-15deg) translateY(-3px); }
.hero h1 { max-width: 720px; margin-bottom: 30px; font-size: clamp(58px, 8vw, 112px); }
.hero-lead { max-width: 490px; margin-bottom: 34px; color: rgba(255,255,255,.68); font-size: 18px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 70px; color: rgba(255,255,255,.58); font-size: 12px; }
.hero-proof strong { color: var(--paper); font-size: 14px; }
.rating-stars { color: #f2b64b; letter-spacing: .08em; font-size: 13px; }
.proof-separator { width: 4px; height: 4px; border-radius: 50%; background: var(--pink); }
.hero-visual { position: relative; min-height: 590px; transform: translateY(calc(var(--parallax, 0) * -1px)); transition: transform .1s linear; }
.hero-photo-frame { position: absolute; top: 24px; right: 7%; width: min(390px, 78%); height: 560px; overflow: hidden; border: 8px solid rgba(255,255,255,.9); border-radius: 210px 210px 26px 26px; box-shadow: 0 36px 70px rgba(0,0,0,.32); transform: rotate(4deg); cursor: pointer; isolation: isolate; }
.hero-photo-frame::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(32,28,34,.34)); pointer-events: none; }
.hero-slides { position: absolute; inset: 0; }
.hero-photo-frame .hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.95) contrast(1.04); opacity: 0; transform: scale(1.08); transition: opacity 1.05s ease, transform 1.15s var(--ease), filter 1.05s ease; }
.hero-photo-frame .hero-slide.is-active { opacity: 1; transform: scale(1); }
.hero-photo-next { position: absolute; right: 18px; bottom: 18px; z-index: 3; display: grid; width: 50px; height: 50px; place-items: center; padding: 0; border: 0; background: transparent; color: transparent; cursor: pointer; }
.hero-photo-next span { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(32,28,34,.25); color: white; font-size: 18px; opacity: 0; transform: translateY(8px); transition: opacity .25s ease, transform .25s var(--ease); }
.hero-photo-frame:hover .hero-photo-next span, .hero-photo-frame:focus-within .hero-photo-next span { opacity: 1; transform: none; }
.photo-label { position: absolute; z-index: 1; left: 22px; bottom: 20px; color: white; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-orbit { position: absolute; border: 1px solid rgba(232,148,174,.48); border-radius: 50%; pointer-events: none; }
.hero-orbit-one { top: 6px; right: -9%; width: 540px; height: 540px; }
.hero-orbit-two { top: 120px; right: -25%; width: 700px; height: 700px; border-color: rgba(255,255,255,.11); }
.hero-sticker { position: absolute; right: 0; bottom: 72px; display: grid; width: 116px; height: 116px; place-items: center; align-content: center; gap: 2px; border-radius: 50%; background: var(--pink); color: var(--ink); transform: rotate(-12deg); box-shadow: 0 18px 28px rgba(0,0,0,.22); overflow: hidden; }
.hero-sticker span { font-family: var(--serif); font-size: 14px; font-style: italic; }
.hero-sticker strong { font-size: 28px; line-height: 1; }
.hero-sticker.is-changing { animation: sticker-swap 1.05s var(--ease); }
.hero-sticker.is-changing span, .hero-sticker.is-changing strong { animation: sticker-content .82s var(--ease); }
@keyframes sticker-swap { 0% { opacity: .55; transform: rotate(-12deg) scale(.78); } 55% { opacity: 1; transform: rotate(-12deg) scale(1.06); } 100% { opacity: 1; transform: rotate(-12deg) scale(1); } }
@keyframes sticker-content { 0% { opacity: 0; transform: translateY(12px) scale(.7); } 55% { opacity: 1; transform: translateY(0) scale(1.05); } 100% { opacity: 1; transform: none; } }
.hero-scroll-note { position: absolute; right: -28px; bottom: 9px; display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; transform: rotate(90deg); transform-origin: right center; }
.scroll-line { width: 52px; height: 1px; background: var(--pink); }
.hero-bottom { display: flex; align-items: center; gap: 18px; color: rgba(255,255,255,.42); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.hero-bottom-line { width: min(250px, 34vw); height: 1px; background: var(--white-line); }

.service-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 14px; }
.service-card:nth-child(-n+3) { grid-column: span 4; }
.service-card:nth-child(n+4) { grid-column: span 6; }
.service-card { position: relative; min-height: 326px; display: flex; flex-direction: column; padding: 24px; border-radius: 22px; overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.service-card:hover { transform: translateY(-8px) rotate(-.5deg); box-shadow: 0 24px 45px rgba(32,28,34,.12); }
.service-pink { background: #f2bbcb; }.service-cream { background: #fff6eb; }.service-lilac { background: #ddd5e8; }.service-peach { background: #f5c3ae; }
.service-top { display: flex; justify-content: space-between; align-items: start; }.service-number, .story-number { font-size: 11px; font-weight: 800; letter-spacing: .15em; opacity: .55; }.service-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--ink); }.icon-svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.card-kicker { margin-bottom: 13px; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; opacity: .62; }.service-card .card-kicker { margin-top: auto; }.service-card h3 { max-width: 190px; margin-bottom: 12px; }.service-card p:not(.card-kicker) { max-width: 235px; margin-bottom: 0; color: rgba(32,28,34,.64); font-size: 13px; }.card-arrow { position: absolute; right: 23px; bottom: 20px; font-size: 22px; transition: transform .25s ease; }.service-card:hover .card-arrow { transform: translate(4px,-4px); }
.additional-services { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: 50px; align-items: start; margin-top: 54px; padding-top: 34px; border-top: 1px solid var(--line); }
.additional-services h3 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 4vw, 48px); font-weight: 400; }
.additional-services h3 em { color: var(--pink-deep); font-style: italic; }
.additional-services-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 0; padding: 0; list-style: none; }
.additional-services-list li { display: flex; gap: 13px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); }
.additional-service-icon { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: var(--pink); color: var(--ink); }.additional-service-icon .icon-svg { width: 18px; height: 18px; stroke-width: 2.6; }
.additional-services-list strong, .additional-services-list small { display: block; }
.additional-services-list strong { font-size: 14px; }
.additional-services-list small { margin-top: 3px; color: var(--ink-soft); font-size: 12px; }

.story-section { min-height: 850px; padding: 0; }.story-shell { min-height: 850px; display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 8vw; }.story-intro { position: sticky; top: 140px; align-self: start; padding-top: 150px; }.story-intro h2 { max-width: 420px; }.story-intro > p:last-of-type { max-width: 340px; color: rgba(255,255,255,.55); }.story-progress { width: 180px; height: 2px; margin-top: 46px; overflow: hidden; background: rgba(255,255,255,.14); }.story-progress span { display: block; width: 33.333%; height: 100%; background: var(--pink); transition: transform .45s var(--ease); }.story-panels { display: grid; gap: 30vh; padding: 150px 0; }.story-panel { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 34px; opacity: .3; transform: translateY(26px); transition: opacity .5s ease, transform .7s var(--ease); }.story-panel.is-active { opacity: 1; transform: none; }.story-image { height: 420px; overflow: hidden; border-radius: 180px 180px 22px 22px; background: var(--pink); }.story-image img { width: 100%; height: 100%; object-fit: cover; }.story-panel-copy h3 { max-width: 290px; margin-bottom: 18px; font-family: var(--serif); font-size: 39px; font-weight: 400; }.story-panel-copy > p:last-child { max-width: 290px; color: rgba(255,255,255,.6); font-size: 14px; }

.gallery-section { padding-bottom: 105px; }.gallery-controls { display: flex; gap: 10px; }.round-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: inherit; cursor: pointer; transition: transform .25s var(--ease), background .25s ease, color .25s ease; }.round-button:hover { transform: translateY(-3px); background: var(--ink); color: var(--paper); }.gallery-viewport, .reviews-viewport { overflow: hidden; }.gallery-track, .reviews-track { display: flex; align-items: end; gap: 16px; transition: transform .6s var(--ease); }.gallery-card { flex: 0 0 250px; }.gallery-card.gallery-tall { flex-basis: 290px; }.gallery-card.gallery-wide { flex-basis: 380px; }.gallery-image-button { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 18px; overflow: hidden; background: transparent; cursor: zoom-in; }.gallery-image-button img { width: 100%; height: 340px; object-fit: cover; filter: saturate(.9); transition: transform .7s var(--ease), filter .4s ease; }.gallery-tall img { height: 460px; }.gallery-square img { height: 280px; }.gallery-wide img { height: 250px; }.gallery-image-button:hover img { transform: scale(1.05); filter: saturate(1.1); }.gallery-zoom { position: absolute; right: 14px; bottom: 14px; display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(255,250,247,.9); font-size: 22px; line-height: 1; }.gallery-card > p { margin: 12px 2px 0; color: var(--pink-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.gallery-caption { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; color: var(--ink-soft); font-size: 11px; }

.review-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }.review-intro h2 { margin-bottom: 34px; }.review-score { display: flex; align-items: center; gap: 14px; margin-bottom: 30px; }.review-score-number { font-family: var(--serif); font-size: 45px; }.review-score small { display: block; margin-top: 4px; color: var(--ink-soft); font-size: 11px; }.reviews-viewport { align-self: center; min-width: 0; padding-inline: 22px; margin-inline: -22px; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 22px, #000 calc(100% - 22px), transparent 100%); }.reviews-track { align-items: stretch; }.reviews-track.is-carousel { width: max-content; transition: none !important; }.review-card { position: relative; flex: 0 0 min(330px, 80%); min-height: 330px; display: flex; flex-direction: column; justify-content: space-between; margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.45); cursor: pointer; transition: transform .3s var(--ease), box-shadow .3s ease; }.review-card:hover, .review-card:focus-visible { transform: translateY(-6px); box-shadow: 0 18px 34px rgba(32,28,34,.12); outline: none; }.reviews-track .review-card[aria-hidden="true"] { cursor: default; }.quote-mark { color: var(--pink); font-family: var(--serif); font-size: 68px; line-height: .65; }.review-card blockquote { margin: 18px 0; font-family: var(--serif); font-size: 24px; line-height: 1.13; letter-spacing: -.03em; }.review-card figcaption { display: flex; align-items: center; gap: 10px; font-size: 12px; }.review-avatar { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--pink); font-family: var(--serif); font-size: 18px; }.review-card figcaption small { display: block; margin-top: 2px; color: var(--ink-soft); font-size: 10px; }.review-controls { display: flex; align-items: end; gap: 10px; margin-top: 30px; }

.pricing-section { padding-bottom: 150px; }.price-meta { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--white-line); border-bottom: 1px solid var(--white-line); color: rgba(255,255,255,.5); font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }.price-includes { display: grid; grid-template-columns: 180px 1fr; gap: 18px; padding: 18px 0 6px; color: rgba(255,255,255,.65); font-size: 13px; }.price-includes span { color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.price-includes strong { font-weight: 600; }.price-grid { margin-top: 16px; }.price-group { border-bottom: 1px solid var(--white-line); }.price-group summary { display: grid; grid-template-columns: 60px 1fr 40px; align-items: center; gap: 20px; padding: 27px 0; cursor: pointer; list-style: none; }.price-group summary::-webkit-details-marker { display: none; }.price-group summary strong { display: block; font-family: var(--serif); font-size: 30px; font-weight: 400; }.price-group summary small { display: block; max-width: 620px; margin-top: 5px; color: rgba(255,255,255,.45); font-size: 12px; font-weight: 400; }.price-group-number { color: var(--pink); font-size: 11px; font-weight: 800; letter-spacing: .16em; }.summary-plus { justify-self: end; font-size: 25px; font-weight: 200; transition: transform .3s ease; }.price-group[open] .summary-plus { transform: rotate(45deg); }.price-list { padding: 0 0 24px 80px; }.price-row { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.72); font-size: 14px; }.price-row strong { color: var(--pink); font-weight: 700; white-space: nowrap; }.price-row small { display: block; color: rgba(255,255,255,.38); font-size: 11px; }
.additional-price-note { display: grid; grid-template-columns: .75fr 1.5fr auto; gap: 20px; align-items: center; margin-top: 20px; padding: 18px 0; border-bottom: 1px solid var(--white-line); color: rgba(255,255,255,.72); }.additional-price-note span { color: var(--pink); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.additional-price-note small { color: rgba(255,255,255,.5); font-size: 12px; }.additional-price-note strong { color: var(--pink); font-size: 13px; white-space: nowrap; }

.regulations-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }.regulations-layout > div:first-child { max-width: 400px; }.regulations-layout .section-intro { margin-bottom: 34px; color: rgba(32,28,34,.62); }.regulation-list { border-top: 1px solid rgba(32,28,34,.22); }.regulation-item { border-bottom: 1px solid rgba(32,28,34,.22); }.regulation-trigger { display: grid; grid-template-columns: 42px 1fr 30px; align-items: center; gap: 15px; width: 100%; padding: 21px 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }.regulation-trigger > span { color: rgba(32,28,34,.48); font-size: 11px; font-weight: 800; letter-spacing: .1em; }.regulation-trigger strong { font-family: var(--serif); font-size: 23px; font-weight: 400; }.regulation-trigger i { justify-self: end; font-size: 24px; font-style: normal; transition: transform .3s ease; }.regulation-trigger[aria-expanded="true"] i { transform: rotate(45deg); }.regulation-copy { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }.regulation-copy p { overflow: hidden; max-width: 580px; padding-left: 57px; margin: 0; color: rgba(32,28,34,.7); font-size: 14px; }.regulation-copy.is-open { grid-template-rows: 1fr; }.regulation-copy.is-open p { padding-bottom: 24px; }

.contact-card { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 480px; border-radius: 24px; overflow: hidden; background: var(--blush); }.contact-main { padding: 74px; }.contact-main h2 { margin-bottom: 30px; }.contact-address { margin-bottom: 5px; font-size: 18px; font-weight: 700; }.contact-hours { color: var(--ink-soft); font-size: 13px; }.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 40px; }.map-card { position: relative; min-height: 480px; overflow: hidden; background: #d6d8cb; }.map-card iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }.map-overlay-link { position: absolute; top: 25px; right: 25px; z-index: 2; padding: 10px 14px; border-radius: 999px; background: rgba(255,250,247,.92); font-size: 11px; font-weight: 800; box-shadow: 0 8px 20px rgba(32,28,34,.12); }

.site-footer { padding: 64px 0 30px; }.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 48px; }.brand-footer { margin-bottom: 18px; }.site-footer p { max-width: 300px; margin-bottom: 0; color: rgba(255,255,255,.48); font-size: 13px; }.footer-links { display: flex; align-items: start; gap: 24px; color: rgba(255,255,255,.68); font-size: 12px; }.footer-links a:hover, .footer-bottom a:hover { color: var(--pink); }.footer-bottom { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--white-line); color: rgba(255,255,255,.38); font-size: 11px; line-height: 1.5; }.footer-bottom > * { min-width: 0; }.footer-credit { color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.mobile-call { display: none; }

.lightbox { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 30px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }.lightbox.is-open { opacity: 1; visibility: visible; }.lightbox-backdrop { position: absolute; inset: 0; background: rgba(20,17,20,.82); backdrop-filter: blur(10px); }.lightbox-dialog { position: relative; z-index: 1; width: min(850px, 100%); max-height: calc(100vh - 60px); display: grid; place-items: center; }.lightbox-dialog img { max-width: 100%; max-height: calc(100vh - 115px); object-fit: contain; border-radius: 12px; }.lightbox-dialog p { margin: 12px 0 0; color: var(--paper); font-size: 12px; white-space: pre-line; }.lightbox-close { position: absolute; top: -15px; right: -15px; z-index: 2; display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: var(--ink); color: white; font-size: 26px; line-height: 1; cursor: pointer; }.review-modal { position: fixed; inset: 0; z-index: 81; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }.review-modal.is-open { opacity: 1; visibility: visible; }.review-modal-backdrop { position: absolute; inset: 0; background: rgba(20,17,20,.66); backdrop-filter: blur(8px); }.review-modal-dialog { position: relative; z-index: 1; width: min(620px, 100%); padding: 48px 52px 50px; border-radius: 24px; background: var(--paper); box-shadow: 0 28px 70px rgba(0,0,0,.25); }.review-modal-dialog .lightbox-close { top: 17px; right: 17px; }.review-modal-dialog .eyebrow { margin-bottom: 28px; }.review-modal-dialog .quote-mark { margin-bottom: 14px; }.review-modal-dialog h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); }.review-modal-author { margin: 26px 0 0; color: var(--pink-deep); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-page { min-height: 100vh; padding-top: 160px; }.legal-copy { max-width: 760px; }.legal-copy h1 { margin: 25px 0 35px; font-size: clamp(54px, 8vw, 92px); }.legal-copy h2 { margin: 55px 0 15px; font-family: var(--serif); font-size: 38px; }.legal-copy p { max-width: 650px; color: var(--ink-soft); font-size: 17px; }.legal-copy a:not(.text-link) { color: var(--pink-deep); text-decoration: underline; text-underline-offset: 3px; }

[data-reveal], [data-reveal-item] { opacity: 1; transform: none; filter: none; clip-path: inset(0); }
.js-enabled [data-reveal] { visibility: hidden; opacity: 0; transform: translate3d(0, 78px, 0) scale(.99); clip-path: inset(0 0 9% 0); transition: visibility 0s linear .9s, opacity .72s ease-out, transform .9s var(--ease), clip-path .9s var(--ease); }
.js-enabled [data-reveal].is-visible { visibility: visible; opacity: 1; transform: none; clip-path: inset(0); transition-delay: 0s; }
.js-enabled .hero[data-reveal] { visibility: visible; opacity: 1; transform: none; clip-path: none; }
.js-enabled [data-reveal-item] { visibility: visible; opacity: 1; transform: none; filter: none; clip-path: none; transition: none; }
.js-enabled .story-panel:not(.is-entered) { opacity: 0; transform: translateY(64px); }
.js-enabled .story-panel.is-entered { transition: opacity .7s ease-out, transform .9s var(--ease); }
.js-enabled .service-card[data-reveal-item].is-inview:hover { transform: translateY(-8px) rotate(-.5deg); }
.is-ready { content-visibility: visible; }

.gallery-post-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 12px 2px 0; }.gallery-post-meta p { margin: 0; color: var(--pink-deep); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }.gallery-post-meta a { color: var(--ink-soft); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.gallery-post-caption { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: 54px; margin: 8px 2px 0 !important; color: var(--ink-soft) !important; font-size: 12px !important; font-weight: 500 !important; letter-spacing: normal !important; line-height: 1.5; text-transform: none !important; white-space: pre-line; }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 720px); }
  .header-quick-contact { display: none; }.hero-grid { grid-template-columns: 1fr; gap: 20px; }.hero-copy { padding-bottom: 0; }.hero-visual { min-height: 550px; }.hero-photo-frame { right: 14%; }.hero-sticker { right: 4%; }.hero-scroll-note { right: -4px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }.service-card:nth-child(n) { grid-column: auto; }.story-shell, .review-layout, .regulations-layout, .contact-card { grid-template-columns: 1fr; }.story-section, .story-shell { min-height: auto; }.story-intro { position: static; padding: 110px 0 0; }.story-panels { padding: 70px 0 110px; gap: 120px; }.story-panel { grid-template-columns: 1fr 1fr; }.review-layout { gap: 45px; }.contact-main { padding: 55px; }.map-card { min-height: 380px; }
}

@media (max-width: 700px) {
  :root { --container: calc(100% - 30px); }.section { padding: 90px 0; }h2 { font-size: clamp(43px, 14vw, 68px); }.heading-split, .heading-inline { display: block; }.section-heading { margin-bottom: 44px; }.section-intro { margin-top: 24px; font-size: 15px; }.site-header { color: var(--paper); }.site-header.is-scrolled { color: var(--ink); }.nav-wrap { min-height: 70px; }.header-quick-contact { display: none; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 70px; right: 15px; left: 15px; display: grid; gap: 0; padding: 8px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); color: var(--ink); box-shadow: 0 20px 40px rgba(32,28,34,.16); opacity: 0; pointer-events: none; transform: translateY(-10px); transition: opacity .25s ease, transform .25s ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }.site-nav a { padding: 13px 14px; }.site-nav .nav-cta { margin-top: 5px; justify-content: center; background: var(--ink); color: var(--paper); }
  .hero { min-height: auto; padding-top: 104px; padding-bottom: 38px; }.hero h1 { font-size: clamp(55px, 15.5vw, 82px); }.hero-lead { font-size: 16px; }.hero-contact-bar { align-items: stretch; gap: 13px; margin-bottom: 30px; }.hero-phone { flex: 1 1 100%; }.hero-phone strong { font-size: 19px; }.hero-socials { width: 100%; justify-content: space-between; }.hero-social { flex: 1; }.hero-proof { margin-top: 48px; }.hero-grid { min-height: auto; }.hero-visual { min-height: 470px; margin-top: 12px; }.hero-photo-frame { top: 0; right: 9%; width: 75%; height: 440px; }.hero-orbit-one { top: -20px; right: -22%; width: 410px; height: 410px; }.hero-orbit-two { top: 50px; right: -48%; width: 600px; height: 600px; }.hero-sticker { right: -2%; bottom: 35px; width: 94px; height: 94px; }.hero-sticker span { font-size: 12px; }.hero-bottom { font-size: 9px; }.hero-bottom-line { width: 30vw; }
  .service-grid { grid-template-columns: 1fr; }.additional-services { grid-template-columns: 1fr; gap: 20px; margin-top: 38px; }.additional-services-list { grid-template-columns: 1fr; }.service-card { min-height: 280px; }.story-intro { padding-top: 85px; }.story-panels { padding: 40px 0 85px; gap: 65px; }.story-panel { grid-template-columns: 1fr; gap: 20px; }.story-panel:not(.is-active) { opacity: .45; }.story-image { height: 330px; }.story-panel-copy h3 { font-size: 34px; }.gallery-controls { margin-top: 22px; }.gallery-track { gap: 12px; }.gallery-card, .gallery-card.gallery-tall, .gallery-card.gallery-wide { flex-basis: 72vw; }.gallery-image-button img, .gallery-tall img { height: 390px; }.gallery-caption { align-items: start; flex-direction: column; margin-top: 30px; }.reviews-track { gap: 12px; }.review-card { flex-basis: calc(100vw - 30px); min-height: 290px; }.review-card blockquote { font-size: 21px; }.review-modal-dialog { padding: 42px 25px 34px; }.price-meta { flex-direction: column; gap: 8px; font-size: 9px; }.price-includes { grid-template-columns: 1fr; gap: 5px; }.price-group summary { grid-template-columns: 36px 1fr 25px; gap: 10px; padding: 20px 0; }.price-group summary strong { font-size: 24px; }.price-list { padding-left: 46px; }.price-row { font-size: 13px; }.regulations-layout { gap: 55px; }.regulation-trigger { grid-template-columns: 32px 1fr 22px; gap: 9px; }.regulation-trigger strong { font-size: 20px; }.regulation-copy p { padding-left: 41px; font-size: 13px; }.contact-main { padding: 42px 26px; }.contact-card { margin-inline: auto; border-radius: 0; }.map-card { min-height: 330px; }.map-overlay-link { top: 17px; right: 17px; font-size: 10px; }.footer-grid { grid-template-columns: 1fr; gap: 30px; }.footer-links { flex-wrap: wrap; }.footer-bottom { grid-column: auto; flex-direction: column; gap: 8px; }.footer-credit { max-width: 100%; }.site-footer { padding-bottom: 105px; }.mobile-call { position: fixed; right: 15px; bottom: 15px; left: 15px; z-index: 45; display: flex; min-height: 52px; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; background: var(--ink); color: var(--paper); box-shadow: 0 10px 30px rgba(32,28,34,.25); font-size: 12px; font-weight: 800; }.mobile-call span { color: var(--pink); font-size: 17px; }
}

.review-card figcaption strong a { color: inherit; text-decoration: underline; text-decoration-color: var(--pink); text-underline-offset: 3px; }.review-card-stars { color: #c78624; letter-spacing: .08em; }.reviews-empty { flex: 0 0 min(440px, 85%); min-height: 250px; display: flex; flex-direction: column; justify-content: center; padding: 34px; border: 1px dashed var(--line); border-radius: 20px; background: rgba(255,255,255,.35); }.reviews-empty strong { font-family: var(--serif); font-size: 25px; line-height: 1.15; }.reviews-empty p { max-width: 32ch; margin: 14px 0 22px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }.hero-visual { transform: none !important; }.story-panel, [data-reveal], [data-reveal-item] { visibility: visible !important; opacity: 1 !important; transform: none !important; filter: none !important; clip-path: none !important; }.gallery-track, .reviews-track { transition: none; } }

/* Keep cards compact; the modal still exposes the complete review text. */
.review-card blockquote { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; }
.review-modal-dialog { max-height: calc(100vh - 48px); overflow-y: auto; overscroll-behavior: contain; }

