:root {
  --ink: #3f3734;
  --muted: #625a56;
  --ivory: #fffaf7;
  --white: #fff;
  --rose: #c97883;
  --rose-dark: #87364f;
  --rose-soft: #f8e8e4;
  --rose-pale: #fff5f2;
  --sage: #8ba090;
  --sage-dark: #496b59;
  --sage-soft: #e8efea;
  --coral: #d1837d;
  --line: #eadbd4;
  --shadow: 0 12px 32px rgba(75,52,44,.09);
  --radius: 8px;
  --content: 70rem;
  --header: 72px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--ivory); font: 1rem/1.7 Arial, Helvetica, sans-serif; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 20; padding: 10px 14px; color: #fff; background: var(--rose-dark); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-header { position: sticky; top: 0; z-index: 10; height: var(--header); border-bottom: 1px solid rgba(135,54,79,.14); background: rgba(255,250,247,.96); backdrop-filter: blur(12px); }
.nav { width: min(var(--content), calc(100% - 32px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { min-height: 44px; display: inline-flex; align-items: center; color: var(--rose-dark); font: 700 1.35rem Georgia, serif; text-decoration: none; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 3px; margin: 0; padding: 0; list-style: none; }
.nav-links a { min-height: 44px; padding: 9px 8px; display: inline-flex; align-items: center; font-size: .94rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--rose-dark); }
.nav-cta { border-radius: var(--radius); color: #fff !important; background: var(--rose-dark); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; cursor: pointer; }
.shell { width: min(var(--content), calc(100% - 40px)); margin: auto; }
.script { font-family: "Segoe Script", "Brush Script MT", cursive; font-weight: 400; line-height: 1.25; }
.hero { position: relative; overflow: hidden; padding: 32px 20px 46px; text-align: center; background: linear-gradient(125deg, var(--rose-soft), var(--ivory) 52%, var(--sage-soft)); }
.hero::before, .hero::after { content: ""; position: absolute; pointer-events: none; }
.hero::before { width: 18.75rem; height: 155px; top: -70px; left: -80px; border-radius: 48% 52% 60% 40%; background: rgba(238,197,187,.55); transform: rotate(-12deg); }
.hero::after { width: 24.375rem; height: 200px; top: -100px; right: -95px; border-radius: 42% 58% 40% 60%; background: linear-gradient(120deg, var(--sage), #d8c1a9 55%, #c99d88); opacity: .78; transform: rotate(8deg); }
.hero-inner { position: relative; z-index: 1; width: min(70rem,100%); margin: auto; }
.hero-logo { width: clamp(160px,18vw,210px); margin: 0 auto 18px; border-radius: var(--radius); object-fit: contain; }
.home-hero { padding: 28px 20px 34px; }
.home-hero .hero-inner { display: grid; grid-template-columns: 210px minmax(0,1fr); grid-template-areas: "logo eyebrow" "logo title" "logo text" "logo actions"; column-gap: clamp(30px,5vw,64px); align-items: center; text-align: left; }
.home-hero .hero-logo { grid-area: logo; width: 210px; margin: 0; }
.home-hero .eyebrow { grid-area: eyebrow; align-self: end; }
.home-hero h1 { grid-area: title; max-width: 16ch; margin-bottom: 12px; font-size: clamp(2.15rem,4vw,3.15rem); }
.home-hero .hero-text { grid-area: text; max-width: 47rem; margin: 0; }
.home-hero .hero-actions { grid-area: actions; justify-content: flex-start; margin-top: 18px; }
.visual-hero { min-height: min(36rem, calc(100vh - var(--header))); padding: 0 20px; display: grid; align-items: end; text-align: left; background: #2f3531; }
.visual-hero::before { z-index: 1; inset: 0; width: auto; height: auto; border-radius: 0; background: linear-gradient(90deg, rgba(28,32,29,.86) 0%, rgba(28,32,29,.64) 48%, rgba(28,32,29,.12) 82%); transform: none; }
.visual-hero::after { display: none; }
.hero-backdrop { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.visual-hero .hero-inner { width: min(var(--content),100%); padding: clamp(72px,10vw,118px) 0 58px; margin-inline: auto; }
.visual-hero h1 { max-width: 15ch; color: #fff; }
.visual-hero .eyebrow { color: #f5d7d1; }
.visual-hero .hero-text { max-width: 43rem; margin: 0; color: #fff; }
.visual-hero .hero-actions { justify-content: flex-start; }
.visual-hero .button { box-shadow: 0 5px 20px rgba(0,0,0,.2); }
.eyebrow { margin: 0 0 8px; color: var(--rose-dark); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; letter-spacing: 0; line-height: 1.2; }
h1 { margin-bottom: 16px; color: var(--rose-dark); font: 700 clamp(2rem,5vw,3.55rem)/1.15 Georgia, serif; }
h2 { margin-bottom: 16px; color: var(--sage-dark); font: 700 clamp(1.65rem,3.2vw,2.45rem)/1.2 Georgia, serif; }
h3 { margin-bottom: 12px; color: var(--rose-dark); font: 700 clamp(1.18rem,2.2vw,1.48rem)/1.2 Georgia, serif; }
.hero-text, .lead { max-width: 47.5rem; margin: 0 auto; color: var(--muted); font-size: 1.08rem; }
.hero-actions, .section-cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 24px; }
.button { min-height: 48px; padding: 11px 20px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: var(--radius); color: #fff; background: var(--rose-dark); font-weight: 700; text-align: center; text-decoration: none; cursor: pointer; }
.button:hover { background: #6f2940; transform: translateY(-2px); }
.button.pro { background: var(--sage-dark); }
.button.pro:hover { background: #365343; }
.section { padding: 76px 0; }
.section.alt { background: #fff; border-block: 1px solid var(--line); }
.section.soft { background: linear-gradient(180deg,var(--rose-pale),var(--ivory)); }
.audience-paths { padding: 44px 0; border-block: 1px solid var(--line); background: #fff; }
.audience-heading { max-width: 44rem; margin-bottom: 24px; }
.audience-heading h2 { margin-bottom: 0; font-size: clamp(1.55rem,2.8vw,2.2rem); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.audience-path { min-width: 0; padding: 28px 32px 30px; display: flex; flex-direction: column; gap: 10px; color: var(--muted); text-decoration: none; transition: background-color .2s ease; }
.audience-path + .audience-path { border-left: 1px solid var(--line); }
.audience-path.business:hover, .audience-path.business:focus-visible { background: var(--sage-soft); }
.audience-path.private:hover, .audience-path.private:focus-visible { background: var(--rose-pale); }
.audience-label { color: var(--rose-dark); font-size: .82rem; font-weight: 800; text-transform: uppercase; }
.audience-path.business .audience-label { color: var(--sage-dark); }
.audience-path strong { color: var(--ink); font: 700 clamp(1.25rem,2.2vw,1.65rem)/1.25 Georgia, serif; }
.audience-link { margin-top: 4px; color: var(--rose-dark); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.audience-path.business .audience-link { color: var(--sage-dark); }
.showcase { overflow: hidden; padding: 28px 0 34px; border-block: 1px solid var(--line); background: #fff; }
.showcase-head { width: min(var(--content), calc(100% - 40px)); margin: 0 auto 18px; display: flex; flex-wrap: wrap; align-items: end; justify-content: space-between; gap: 14px; }
.showcase-head h2 { margin: 0; font-size: clamp(1.45rem,2.5vw,2rem); }
.showcase-head p { max-width: 34rem; margin: 0; color: var(--muted); }
.showcase-intro { max-width: 34rem; }
.showcase-intro .text-link { margin-top: 6px; display: inline-flex; color: var(--rose-dark); font-weight: 800; text-underline-offset: 4px; }
.showcase-actions { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.motion-toggle { width: 44px; height: 44px; flex: 0 0 44px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--rose-dark); background: #fff; box-shadow: 0 5px 16px rgba(75,52,44,.12); font-size: 1.05rem; line-height: 1; cursor: pointer; }
.motion-toggle:hover { color: #fff; background: var(--rose-dark); }
.showcase-viewport { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.showcase-track { display: flex; width: max-content; gap: 16px; padding-inline: calc((100vw - min(var(--content), calc(100vw - 40px))) / 2); animation: showcase-scroll 36s linear infinite; }
.showcase:hover .showcase-track, .showcase:focus-within .showcase-track, .showcase.is-paused .showcase-track { animation-play-state: paused; }
.showcase-card { position: relative; width: min(74vw, 390px); aspect-ratio: 16 / 10; flex: 0 0 auto; overflow: hidden; border-radius: var(--radius); border: 1px solid var(--line); background: var(--sage-soft); box-shadow: var(--shadow); }
.showcase-card img { width: 100%; height: 100%; object-fit: cover; }
.showcase-card img.focus-aurelie { object-position: center 30%; }
.showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(63,55,52,0) 38%, rgba(63,55,52,.72)); }
.showcase-caption { position: absolute; right: 18px; bottom: 16px; left: 18px; z-index: 1; color: #fff; }
.showcase-caption strong { display: block; font: 700 1.14rem/1.2 Georgia, serif; }
.showcase-caption span { display: block; margin-top: 4px; font-size: .92rem; line-height: 1.35; }
@keyframes showcase-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 8px)); } }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.panel { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.panel.sage { background: var(--sage-soft); }
.panel.rose { background: var(--rose-pale); }
.star-list { margin: 0; padding: 0; list-style: none; }
.star-list li { position: relative; margin-bottom: 10px; padding-left: 27px; }
.star-list li::before { content: "★"; position: absolute; left: 0; color: var(--rose); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.chip { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--sage-dark); background: var(--sage-soft); font-weight: 700; font-size: .9rem; }
.quote { margin: 24px 0; padding-left: 20px; border-left: 3px solid var(--rose); color: var(--rose-dark); font: italic 1.2rem/1.55 Georgia, serif; }
.portrait { width: min(320px, 100%); margin: 0 auto; border-radius: 50%; box-shadow: var(--shadow); }
.compact-heading { max-width: 46rem; margin-bottom: 30px; }
.compact-heading .lead { margin: 0; font-size: 1.02rem; }
.service-compass { background: var(--ivory); }
.service-routes { display: grid; grid-template-columns: 1fr 1fr; border-block: 1px solid var(--line); }
.service-route { min-width: 0; padding: 22px 26px 24px 0; display: grid; grid-template-columns: 9rem minmax(0,1fr); gap: 20px; align-items: center; color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--line); transition: background-color .2s ease, transform .2s ease; }
.service-route:nth-child(even) { padding-right: 0; padding-left: 26px; border-left: 1px solid var(--line); }
.service-route:nth-last-child(-n+2) { border-bottom: 0; }
.service-route:hover, .service-route:focus-visible { background: #fff; transform: translateY(-2px); }
.service-route img { width: 9rem; height: 7rem; object-fit: cover; border-radius: var(--radius); }
.service-route:nth-child(3) img { object-position: center 28%; }
.service-route-copy, .service-route-copy > * { display: block; }
.service-route-copy small { margin-bottom: 4px; color: var(--rose-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.service-route:nth-child(1) .service-route-copy small { color: var(--sage-dark); }
.service-route-copy strong { color: var(--ink); font: 700 1.22rem/1.25 Georgia, serif; }
.service-route-copy > span { margin-top: 6px; font-size: .92rem; line-height: 1.45; }
.trust-layout { display: grid; grid-template-columns: minmax(16rem,.7fr) minmax(0,1.3fr); gap: 54px; align-items: start; }
.trust-profile { position: sticky; top: calc(var(--header) + 28px); display: grid; gap: 22px; }
.trust-profile .portrait { width: min(250px,100%); margin: 0; }
.trust-profile h2 { font-size: clamp(1.55rem,2.8vw,2.1rem); }
.trust-profile p:not(.eyebrow) { color: var(--muted); }
.trust-profile .text-link { color: var(--rose-dark); font-weight: 800; text-underline-offset: 4px; }
.reviews-heading { margin-bottom: 18px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.reviews-heading h2 { margin-bottom: 0; }
.review-score { flex: 0 0 auto; padding: 12px 14px; display: inline-grid; grid-template-columns: auto 1fr; gap: 2px 10px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.review-score strong { color: var(--rose-dark); font: 700 2rem/1 Georgia, serif; }
.review-score span { color: #d79b41; letter-spacing: 1px; }
.review-score small { grid-column: 2; color: var(--muted); font-weight: 700; }
.review-list { display: grid; grid-template-columns: 1fr; gap: 12px; }
.review-card { min-width: 0; padding: 18px 18px 16px; border-top: 3px solid var(--sage); background: var(--ivory); }
.review-stars { margin: 0 0 8px; color: #d79b41; letter-spacing: 1px; font-size: .95rem; }
.review-card blockquote { margin: 0; color: var(--ink); font: italic .97rem/1.52 Georgia, serif; }
.review-author { margin: 12px 0 4px; color: var(--rose-dark); font-weight: 800; }
.review-author time { display: block; margin-top: 2px; color: var(--muted); font-size: .72rem; font-weight: 400; }
.review-source { color: var(--sage-dark); font-size: .8rem; font-weight: 800; text-underline-offset: 3px; }
.reviews-actions { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
.reviews-actions .text-link { color: var(--rose-dark); font-weight: 800; text-underline-offset: 4px; }
.review-disclosure { margin: 14px 0 0; color: #766f6b; font-size: .75rem; line-height: 1.45; }
.visual-disclosure { margin: 10px 0 0; color: #766f6b; font-size: .74rem; line-height: 1.45; }
.next-step { padding: 42px 0; color: #fff; background: var(--ink); }
.next-step-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.next-step h2 { margin: 0; color: #fff; font-size: clamp(1.55rem,3vw,2.2rem); }
.next-step .eyebrow { color: #efc6c0; }
.next-step-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 14px 20px; }
.next-step .text-link { color: #fff; font-weight: 800; text-underline-offset: 4px; }
.article-hero-media { margin: 30px auto 0; width: min(58rem,100%); }
.article-hero-media.portrait-hero-media { width: min(30rem,100%); }
.article-hero-media img, .article-image { width: 100%; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); object-fit: cover; }
.article-meta { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 18px 0 0; padding: 0; list-style: none; }
.article-meta li { padding: 7px 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--sage-dark); background: rgba(232,239,234,.82); font-size: .9rem; font-weight: 700; }
.fact-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.fact-item { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.fact-item strong { display: block; color: var(--rose-dark); font: 700 1.1rem/1.25 Georgia, serif; }
.figure-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; align-items: start; }
.article-figure { margin: 0; }
.article-figure figcaption { margin-top: 8px; color: var(--muted); font-size: .92rem; line-height: 1.5; }
.ceremony-motion { position: relative; width: 100%; overflow: hidden; aspect-ratio: 3 / 4; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sage-soft); box-shadow: var(--shadow); }
.ceremony-motion-frame { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1); will-change: opacity, transform; }
.ceremony-motion .frame-one { opacity: 1; }
.ceremony-motion.is-playing .frame-one { animation: ceremonyFrameOne 7s ease-in-out forwards; }
.ceremony-motion.is-playing .frame-two { animation: ceremonyFrameTwo 7s ease-in-out forwards; }
.ceremony-motion.is-playing .frame-three { animation: ceremonyFrameThree 7s ease-in-out forwards; }
.ceremony-video-figure { width: min(100%, 27rem); margin-inline: auto; }
.video-shell { position: relative; }
.ceremony-video { display: block; width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: cover; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sage-soft); box-shadow: var(--shadow); }
.video-toggle { position: absolute; right: 12px; bottom: 12px; border-color: rgba(255,255,255,.72); color: #fff; background: rgba(63,55,52,.82); }
.video-toggle:hover { background: var(--rose-dark); }
@keyframes ceremonyFrameOne { 0%, 30% { opacity: 1; transform: scale(1); } 44%, 100% { opacity: 0; transform: scale(1.035); } }
@keyframes ceremonyFrameTwo { 0%, 27% { opacity: 0; transform: scale(1.025); } 42%, 61% { opacity: 1; transform: scale(1); } 74%, 100% { opacity: 0; transform: scale(1.025); } }
@keyframes ceremonyFrameThree { 0%, 58% { opacity: 0; transform: scale(1.035); } 74%, 100% { opacity: 1; transform: scale(1); } }
.confidentiality-note { max-width: 52rem; margin: 24px auto 0; padding: 10px 14px; border-left: 2px solid var(--sage); color: #766f6b; background: rgba(232,239,234,.55); font-size: .8rem; line-height: 1.5; }
.timeline { display: grid; gap: 16px; }
.timeline-item { padding: 18px; border-left: 4px solid var(--rose); border-radius: 0 var(--radius) var(--radius) 0; background: #fff; }
.timeline-item strong { color: var(--rose-dark); }
.case-list { border-top: 1px solid var(--line); }
.case-story { padding: 52px 0; display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 48px; align-items: center; border-bottom: 1px solid var(--line); }
.case-story.reverse .case-media { order: 2; }
.case-media { margin: 0; }
.case-media img { width: 100%; aspect-ratio: 16 / 10; border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); object-fit: cover; }
.case-media.portrait img { aspect-ratio: 4 / 5; object-position: center 32%; }
.case-content h2 { margin-bottom: 12px; }
.case-facts { margin: 20px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
.case-fact { margin: 0; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted); }
.case-fact strong { display: block; color: var(--ink); }
.case-content .section-cta { justify-content: flex-start; }
.faq-list { max-width: 53.75rem; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { min-height: 56px; padding: 16px 42px 16px 4px; position: relative; display: flex; align-items: center; color: var(--ink); font-family: Georgia, serif; font-size: 1.12rem; font-weight: 700; cursor: pointer; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--rose-dark); font: 700 1.5rem Arial, sans-serif; }
.faq-list details[open] summary::after { content: "-"; }
.faq-answer { margin: 0; padding: 0 42px 18px 4px; color: var(--muted); }
.contact-layout { display: grid; grid-template-columns: minmax(250px,.78fr) minmax(0,1.22fr); gap: 52px; align-items: start; }
.profile { text-align: center; }
.contact-information { margin: 14px 0 0; color: var(--muted); }
.contact-information strong { display: block; margin-bottom: 3px; color: var(--ink); }
.social-links { display: flex; justify-content: center; gap: 12px; margin-top: 18px; }
.social-link { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; text-decoration: none; }
.social-link svg { width: 23px; height: 23px; fill: currentColor; }
.instagram { background: #b52b78; }
.facebook { background: #1877f2; }
.linkedin { background: #0a66c2; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.field { margin-bottom: 18px; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: 6px; font-size: .92rem; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 2px solid #b9aca7; border-radius: 6px; color: var(--ink); background: #fff; }
textarea { min-height: 138px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--rose-dark); outline: 3px solid rgba(135,54,79,.22); outline-offset: 1px; }
[aria-invalid="true"] { border-color: #b42318; }
.field-error { margin: 5px 0 0; color: #b42318; font-size: .9rem; font-weight: 700; }
.form-status { display: none; margin: 0 0 18px; padding: 12px 14px; border-radius: 6px; font-weight: 700; }
.form-status.success { display: block; color: #27543a; border: 1px solid #8fbea0; background: #edf7f0; }
.form-status.error { display: block; color: #7a271a; border: 1px solid #e3a39b; background: #fff0ee; }
.form-privacy { margin: -2px 0 18px; color: #766f6b; font-size: .78rem; line-height: 1.5; }
.form-privacy a { color: inherit; font-weight: 700; text-underline-offset: 3px; }
.submit { width: 100%; }
.site-footer { padding: 36px 20px; color: #fff; background: var(--ink); text-align: center; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 20px; margin-bottom: 16px; }
.footer-links a { min-height: 44px; padding: 7px; display: inline-flex; align-items: center; font-weight: 700; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.site-footer p { margin: 6px 0; }
.legal-location { color: #c9c1bd; font-size: .76rem; }
:focus-visible { outline: 3px solid var(--rose-dark); outline-offset: 3px; }
@media (max-width: 58.75rem) {
  .menu-button { display: grid; place-items: center; }
  .nav-links { position: absolute; top: var(--header); right: 0; left: 0; display: none; padding: 16px 20px 22px; flex-direction: column; align-items: stretch; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { justify-content: center; font-size: 1rem; }
  .nav-cta { margin-left: 0; }
}
@media (max-width: 47.5rem) {
  .shell { width: min(100% - 28px,var(--content)); }
  .hero { padding: 30px 14px 42px; }
  .home-hero { padding: 18px 14px 26px; }
  .home-hero .hero-inner { display: block; text-align: center; }
  .home-hero .hero-logo { width: 118px; margin-bottom: 8px; }
  .home-hero .eyebrow { margin-bottom: 5px; font-size: .74rem; }
  .home-hero h1 { max-width: 22rem; margin-inline: auto; margin-bottom: 10px; font-size: clamp(1.82rem,9vw,2.25rem); }
  .home-hero .hero-text { max-width: 33rem; font-size: .98rem; line-height: 1.55; }
  .home-hero .hero-actions { margin-top: 16px; }
  .visual-hero { min-height: min(41rem, calc(100svh - var(--header))); padding: 0 14px; }
  .visual-hero::before { background: linear-gradient(0deg, rgba(28,32,29,.9) 0%, rgba(28,32,29,.56) 70%, rgba(28,32,29,.12) 100%); }
  .visual-hero .hero-inner { padding: 150px 0 40px; }
  .showcase-head { width: min(100% - 28px,var(--content)); }
  .showcase-card { width: min(82vw, 360px); }
  .grid-2, .grid-3, .contact-layout, .form-grid, .fact-list, .figure-grid, .audience-grid, .case-story, .case-facts, .service-routes, .trust-layout { grid-template-columns: 1fr; }
  .audience-path { padding: 24px 18px; }
  .audience-path + .audience-path { border-top: 1px solid var(--line); border-left: 0; }
  .case-story { padding: 38px 0; gap: 24px; }
  .case-story.reverse .case-media { order: 0; }
  .section { padding: 58px 0; }
  .panel, .contact-form { padding: 22px; }
  .service-route, .service-route:nth-child(even) { padding: 18px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .service-route:nth-last-child(2) { border-bottom: 1px solid var(--line); }
  .trust-profile { position: static; grid-template-columns: 7.5rem 1fr; align-items: center; }
  .trust-profile .portrait { width: 7.5rem; }
  .review-list { grid-template-columns: 1fr; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
  .next-step-inner { align-items: flex-start; flex-direction: column; }
  .next-step-actions { justify-content: flex-start; }
  .field.full { grid-column: auto; }
}
@media (max-width: 34rem) {
  .service-route { grid-template-columns: 6.75rem minmax(0,1fr); gap: 14px; }
  .service-route img { width: 6.75rem; height: 6.75rem; }
  .service-route-copy strong { font-size: 1.08rem; }
  .service-route-copy > span { display: none; }
  .trust-profile { grid-template-columns: 1fr; }
  .trust-profile .portrait { width: min(12rem,70vw); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .showcase-viewport { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .showcase-track { animation: none; width: auto; padding-inline: 14px; }
  .ceremony-motion-frame { animation: none !important; }
  .ceremony-motion .frame-one { opacity: 1; }
  .ceremony-motion .frame-two, .ceremony-motion .frame-three { opacity: 0; }
}
