:root {
  --font-sans: "Noto Sans JP", sans-serif;
  --font-serif: "Noto Serif JP", serif;
  --font-display: "Cormorant Garamond", serif;
  --ink: #2d1739;
  --plum: #3b124e;
  --plum-deep: #210b2d;
  --violet: #6d357e;
  --lavender: #eee7f2;
  --mist: #f8f5f9;
  --gold: #c6a365;
  --gold-light: #ead7a3;
  --paper: #fffdfb;
  --line: rgba(77, 42, 91, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-sans), sans-serif; font-weight: 300; }
main { overflow-x: clip; }
.global-sparkle-layer { position: fixed; inset: 0; z-index: 9999; overflow: hidden; pointer-events: none; }
.global-sparkle { --x: 50vw; --y: 50vh; --angle: 0deg; --distance: 24px; --size: 6px; width: var(--size); height: var(--size); position: absolute; left: var(--x); top: var(--y); background: var(--gold-light); clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%); filter: drop-shadow(0 0 5px rgba(198,163,101,.72)); animation: global-sparkle-pop .74s ease-out forwards; }
.global-sparkle.violet { background: #d7b7e5; filter: drop-shadow(0 0 5px rgba(109,53,126,.65)); }
@keyframes global-sparkle-pop { from { opacity: .95; transform: translate(-50%, -50%) rotate(var(--angle)) translateX(0) scale(.35); } 55% { opacity: .9; } to { opacity: 0; transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--distance)) scale(1.1); } }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, li, blockquote, dd { line-break: strict; word-break: normal; overflow-wrap: normal; }
h1, h2, h3 { text-wrap: balance; }
p, li, blockquote, dd { text-wrap: pretty; }
.heading-line { display: block; white-space: normal; }

.site-header {
  height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(24px, 5vw, 82px);
  position: absolute; top: 0; left: 0; right: 0; z-index: 10; color: #fff;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 56px; height: auto; aspect-ratio: 900 / 470; padding: 4px 6px; border: 1px solid rgba(234,215,163,.75); border-radius: 22px; display: grid; place-items: center; background: rgba(255,253,251,.94); }
.brand-mark { flex: 0 0 56px; visibility: visible; opacity: 1; }
.brand-mark picture { display: grid; width: 100%; height: 100%; place-items: center; }
.brand-mark img { display: block; width: 100%; height: auto; max-height: 100%; object-fit: contain; visibility: visible; opacity: 1; }
.brand strong { display: block; font-family: var(--font-serif); font-size: 16px; letter-spacing: .16em; font-weight: 500; }
.brand small { display: block; margin-top: 3px; color: rgba(255,255,255,.64); font-family: var(--font-display); font-size: 11px; letter-spacing: .12em; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 2.7vw, 44px); font-size: 12px; letter-spacing: .1em; }
.site-header nav > a { position: relative; }
.site-header nav > a:not(.nav-cta)::after { content: ""; height: 1px; width: 0; background: var(--gold-light); position: absolute; bottom: -6px; left: 0; transition: .25s ease; }
.site-header nav > a:hover::after { width: 100%; }
.nav-cta { border: 1px solid rgba(234,215,163,.6); border-radius: 999px; padding: 12px 22px; transition: .25s ease; }
.nav-cta:hover { background: var(--gold-light); color: var(--plum-deep); }

.hero { min-height: 900px; height: 100svh; position: relative; overflow: hidden; display: grid; grid-template-columns: 56% 44%; background: radial-gradient(circle at 24% 12%, #69417b 0%, var(--plum) 33%, var(--plum-deep) 77%); color: #fff; }
.hero::after { content: ""; position: absolute; inset: 0; opacity: .17; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); border: 1px solid rgba(255,255,255,.08); }
.orb-one { width: 600px; height: 600px; left: -320px; bottom: -300px; box-shadow: inset 0 0 100px rgba(255,255,255,.07); }
.orb-two { width: 320px; height: 320px; left: 38%; top: -180px; background: rgba(199,163,101,.08); }
.hero-copy { align-self: center; padding: 130px 7vw 55px 8vw; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 26px; color: var(--gold); font-family: var(--font-display); font-size: 12px; letter-spacing: .22em; font-weight: 600; }
.eyebrow > span { width: 34px; height: 1px; background: currentColor; }
.eyebrow.centered { justify-content: center; color: var(--gold-light); }
.hero h1 { margin: 0; max-width: 720px; font-family: var(--font-serif); font-size: clamp(48px, 5.3vw, 82px); line-height: 1.34; letter-spacing: .05em; font-weight: 400; }
.hero-title-line { display: block; text-wrap: balance; }
.hero h1 em { color: var(--gold-light); font-style: normal; position: relative; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; left: 5%; right: -2%; bottom: -8px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.hero-lead { margin: 35px 0 0; color: rgba(255,255,255,.75); font-family: var(--font-serif); font-size: 15px; line-height: 2.1; letter-spacing: .07em; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 32px; min-height: 58px; padding: 0 30px; border-radius: 999px; font-size: 13px; letter-spacing: .08em; font-weight: 500; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(110deg, #f4e6bd, #c49c57); color: #32143d; box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.text-link { padding: 10px 2px; color: rgba(255,255,255,.82); border-bottom: 1px solid rgba(255,255,255,.28); font-size: 12px; letter-spacing: .08em; }
.text-link span { margin-left: 12px; color: var(--gold-light); }
.trust-strip { display: flex; gap: 0; margin: 48px 0 0; max-width: 590px; }
.trust-strip > div { flex: 1; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-strip > div:first-child { padding-left: 0; border-left: 0; }
.trust-strip dt { font-family: var(--font-display); font-size: 33px; line-height: 1; color: var(--gold-light); }
.trust-strip dt span { font-family: var(--font-serif); font-size: 12px; margin-left: 3px; }
.trust-strip dd { margin: 9px 0 0; color: rgba(255,255,255,.56); font-size: 10px; letter-spacing: .08em; }

.hero-visual { position: relative; min-width: 0; height: 100%; overflow: hidden; z-index: 2; }
.image-frame { position: absolute; inset: 0; overflow: hidden; }
.image-frame::before { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(33,11,45,.42), transparent 40%), linear-gradient(0deg, rgba(33,11,45,.3), transparent 45%); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.78) contrast(1.03); }
.image-glow { position: absolute; inset: 0; box-shadow: inset 25px 0 80px rgba(39,11,50,.35); }
.hero-seal { position: absolute; left: clamp(24px, 2.5vw, 52px); bottom: 12%; width: 216px; height: auto; aspect-ratio: 750 / 520; padding: 15px 19px; border: 1px solid rgba(234,215,163,.68); border-radius: 3px; background: rgba(247,240,249,.94); z-index: 3; display: grid; place-items: center; box-shadow: 0 20px 60px rgba(16,4,22,.25); }
.hero-seal::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(108,53,126,.22); }
.hero-seal picture { display: grid; width: 100%; height: 100%; position: relative; place-items: center; }
.hero-seal img { display: block; position: relative; width: 100%; height: auto; max-height: 100%; object-fit: contain; visibility: visible; opacity: 1; }
.hero-caption { position: absolute; right: 29px; bottom: 26px; margin: 0; z-index: 3; color: rgba(255,255,255,.65); font-family: var(--font-display); font-size: 10px; letter-spacing: .24em; writing-mode: vertical-rl; }

.section-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.welcome { padding: 125px 0 135px; }
.section-label { color: var(--gold); font-family: var(--font-display); font-size: 11px; letter-spacing: .25em; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.welcome-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 8%; padding-top: 58px; }
.welcome h2, .section-heading h2, .about h2, .contact h2 { margin: 0; font-family: var(--font-serif); font-weight: 400; letter-spacing: .05em; line-height: 1.55; }
.welcome h2 { max-width: 560px; font-size: clamp(32px, 3.15vw, 43px); }
.welcome-grid > div p { margin: 0; color: #64566a; font-size: 14px; line-height: 2.05; }
.welcome-grid > div .large-copy { margin-bottom: 21px; color: var(--ink); font-family: var(--font-serif); font-size: 18px; line-height: 2; }

.services { padding: 120px 0 110px; background: var(--plum-deep); color: #fff; position: relative; overflow: hidden; }
.services::before { content: "∞"; position: absolute; right: -1%; top: -145px; color: rgba(255,255,255,.028); font-family: var(--font-display); font-size: 520px; line-height: 1; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading h2 { max-width: 690px; font-size: clamp(32px, 3vw, 43px); }
.reassurance-heading span { display: inline; }
.section-heading > p { max-width: 430px; margin: 0; color: #76687d; line-height: 1.9; font-size: 13px; }
.section-heading.light > p { color: rgba(255,255,255,.55); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; position: relative; }
.service-card { padding: 0 31px 30px; min-height: 650px; border: 1px solid rgba(235,218,179,.18); background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018)); display: flex; flex-direction: column; overflow: hidden; transition: .3s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(234,215,163,.48); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.025)); }
.service-image { width: auto; height: auto; aspect-ratio: 4 / 3; flex: 0 0 auto; margin: 0 -31px 29px; position: relative; overflow: hidden; background: linear-gradient(145deg, rgba(210,184,220,.14), rgba(67,33,78,.42)); border-bottom: 1px solid rgba(235,218,179,.18); }
.service-image.has-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, transparent 60%, rgba(45,20,52,.25)); pointer-events: none; }
.service-image > img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform .6s ease; }
.service-card:nth-child(2) .service-image > img { object-fit: contain; transform: none; }
.service-card:nth-child(3) .service-image > img { object-position: 35% center; }
.service-card:hover .service-image > img { transform: scale(1.035); }
.service-card:nth-child(2):hover .service-image > img { transform: none; }
.service-image.is-pending > div { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; color: rgba(235,218,179,.42); }
.service-image.is-pending img { width: 68px; height: auto; opacity: .3; }
.service-image.is-pending span { font-family: var(--font-display); font-size: 9px; letter-spacing: .24em; }
.service-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 27px; border-bottom: 1px solid rgba(255,255,255,.1); }
.service-number { color: var(--gold-light); font-family: var(--font-display); font-size: 25px; }
.service-en { color: rgba(255,255,255,.35); font-family: var(--font-display); font-size: 11px; letter-spacing: .18em; }
.service-card h3 { margin: 30px 0 18px; font-family: var(--font-serif); font-size: 25px; letter-spacing: .06em; font-weight: 400; }
.service-summary { margin: 0; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.9; }
.service-card ul { list-style: none; padding: 0; margin: 25px 0; }
.service-card li { position: relative; padding: 8px 0 8px 19px; color: rgba(255,255,255,.76); font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.07); }
.service-card li::before { content: "✦"; position: absolute; left: 0; color: var(--gold); font-size: 8px; top: 11px; }
.service-price { margin-top: auto; padding-top: 20px; }
.service-price strong { display: block; color: var(--gold-light); font-family: var(--font-serif); font-size: 16px; font-weight: 400; }
.service-price small { display: block; margin-top: 8px; color: rgba(255,255,255,.36); font-size: 10px; }
.price-notice { margin: 24px 0 0; color: rgba(255,255,255,.35); text-align: right; font-size: 10px; }

.reasons { padding: 125px 0; }
.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-grid article { padding: 35px 27px 42px; border-right: 1px solid var(--line); }
.reason-grid article:first-child { padding-left: 0; }
.reason-grid article:last-child { border-right: 0; padding-right: 0; }
.reason-grid span { color: var(--gold); font-family: var(--font-display); font-size: 13px; }
.reason-grid h3 { min-height: 54px; margin: 18px 0 12px; font-family: var(--font-serif); font-size: 18px; letter-spacing: .04em; font-weight: 500; }
.reason-grid p { margin: 0; color: #76687d; font-size: 12px; line-height: 1.9; }

.about { position: relative; overflow: hidden; padding: 125px 0; background: var(--lavender); }
.about-decoration { position: absolute; right: 1%; bottom: -130px; color: rgba(87,43,102,.055); font-family: var(--font-serif); font-size: 420px; font-weight: 600; }
.about-grid { display: grid; grid-template-columns: .77fr 1fr; gap: 9%; align-items: center; position: relative; }
.portrait-placeholder { aspect-ratio: 4/5; padding: 18px; background: linear-gradient(145deg, rgba(255,255,255,.9), rgba(164,124,179,.28)); box-shadow: 0 25px 80px rgba(74,38,89,.16); }
.portrait-inner { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--plum); background: radial-gradient(circle at 50% 35%, #f9f4fa, #d8c3df 70%); border: 1px solid rgba(255,255,255,.75); position: relative; overflow: hidden; }
.portrait-inner::before, .portrait-inner::after { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid rgba(109,53,126,.12); border-radius: 50%; }
.portrait-inner::before { top: -115px; left: -110px; }.portrait-inner::after { bottom: -120px; right: -105px; }
.portrait-symbol { width: 42%; max-width: 180px; margin-bottom: 20px; }
.portrait-logo { display: block; width: 88%; height: auto; max-width: 410px; margin-bottom: 20px; object-fit: contain; visibility: visible; opacity: 1; }
.portrait-symbol img, .portrait-logo img { display: block; width: 100%; height: auto; object-fit: contain; }
.portrait-inner small { max-width: 250px; color: rgba(59,18,78,.58); font-family: var(--font-display); font-size: 11px; text-align: center; letter-spacing: .12em; line-height: 1.8; }
.about-copy h2 { max-width: 660px; font-size: clamp(32px, 3.25vw, 46px); }
.about-name { margin: 28px 0 25px; color: var(--gold); font-family: var(--font-display); font-size: 17px; letter-spacing: .08em; }
.about-name strong { color: var(--plum); font-family: var(--font-serif); font-size: 25px; font-weight: 500; margin-left: 10px; }
.about-copy > p:not(.eyebrow):not(.about-name) { color: #64566a; font-size: 13px; line-height: 2; }
.about blockquote { margin: 30px 0 0; }
.sparkle-quote { min-height: 110px; padding: 27px 62px 25px 30px; position: relative; overflow: hidden; isolation: isolate; border: 1px solid rgba(198,163,101,.42); border-left: 3px solid var(--gold); border-radius: 0 18px 18px 0; color: var(--plum); background: linear-gradient(125deg, rgba(255,255,255,.72), rgba(238,220,244,.74)); box-shadow: 0 16px 42px rgba(74,38,89,.1); font-family: var(--font-serif); font-size: 18px; line-height: 1.85; letter-spacing: .06em; cursor: pointer; touch-action: pan-y; }
.sparkle-quote::before { content: ""; position: absolute; inset: -60%; z-index: -1; background: linear-gradient(110deg, transparent 42%, rgba(255,255,255,.78) 50%, transparent 58%); transform: translateX(-55%) rotate(8deg); animation: quote-shimmer 5.8s ease-in-out infinite; }
.sparkle-quote:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.quote-text { position: relative; z-index: 1; }
.quote-break { white-space: nowrap; }
.sparkle-quote small { display: block; margin-top: 9px; color: rgba(109,53,126,.46); font-family: var(--font-display); font-size: 8px; letter-spacing: .2em; }
.quote-star { position: absolute; color: var(--gold); filter: drop-shadow(0 0 7px rgba(198,163,101,.48)); animation: quote-twinkle 2.8s ease-in-out infinite; }
.quote-star-one { top: 16px; right: 24px; font-size: 19px; }
.quote-star-two { right: 43px; bottom: 17px; font-size: 12px; animation-delay: .8s; }
.tap-sparkle { --x: 50%; --y: 50%; --angle: 0deg; --distance: 30px; --size: 7px; width: var(--size); height: var(--size); position: absolute; left: var(--x); top: var(--y); z-index: 3; pointer-events: none; background: var(--gold-light); clip-path: polygon(50% 0, 61% 39%, 100% 50%, 61% 61%, 50% 100%, 39% 61%, 0 50%, 39% 39%); filter: drop-shadow(0 0 5px rgba(198,163,101,.85)); animation: tap-sparkle .82s ease-out forwards; }
@keyframes quote-shimmer { 0%, 72%, 100% { transform: translateX(-55%) rotate(8deg); } 86% { transform: translateX(55%) rotate(8deg); } }
@keyframes quote-twinkle { 0%, 100% { opacity: .35; transform: scale(.72) rotate(0deg); } 50% { opacity: 1; transform: scale(1.15) rotate(22deg); } }
@keyframes tap-sparkle { from { opacity: 1; transform: translate(-50%, -50%) rotate(var(--angle)) translateX(0) scale(.4); } to { opacity: 0; transform: translate(-50%, -50%) rotate(var(--angle)) translateX(var(--distance)) scale(1.15); } }
.social-links { display: flex; gap: 36px; margin-top: 33px; }
.social-links a { border-bottom: 1px solid rgba(58,18,78,.28); padding-bottom: 6px; font-family: var(--font-display); font-size: 14px; letter-spacing: .1em; }
.social-links span { margin-left: 11px; color: var(--gold); }

.flow { padding: 125px 0; }
.flow-list { margin: 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); counter-reset: steps; }
.flow-list li { padding: 0 28px; border-left: 1px solid var(--line); position: relative; }
.flow-list li:first-child { padding-left: 0; border-left: 0; }
.flow-list > li > span { display: grid; place-items: center; width: 53px; height: 53px; border-radius: 50%; background: var(--lavender); color: var(--violet); font-family: var(--font-display); font-size: 18px; }
.flow-list h3 { margin: 22px 0 11px; font-family: var(--font-serif); font-size: 17px; letter-spacing: .04em; font-weight: 500; }
.flow-list p { margin: 0; color: #76687d; font-size: 12px; line-height: 1.85; }

.contact { padding: 125px 0 105px; background: linear-gradient(135deg, #4a1b5d, #240c31); color: #fff; position: relative; overflow: hidden; }
.contact::before, .contact::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(234,215,163,.09); }
.contact::before { width: 640px; height: 640px; left: -350px; top: -360px; }.contact::after { width: 500px; height: 500px; right: -280px; bottom: -350px; }
.contact-stars { position: absolute; top: 55px; left: 50%; transform: translateX(-50%); color: rgba(234,215,163,.28); font-size: 20px; letter-spacing: 1em; }
.contact-inner { position: relative; text-align: center; }
.contact h2 { max-width: 760px; margin-inline: auto; font-size: clamp(40px, 4.5vw, 60px); }
.contact-inner > p:not(.eyebrow) { margin: 25px auto 32px; color: rgba(255,255,255,.61); font-family: var(--font-serif); font-size: 14px; line-height: 2; letter-spacing: .05em; }
.button-gold { min-width: 295px; background: linear-gradient(110deg, #f1e1b5, #bd934c); color: #341541; box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.contact-channels { display: flex; justify-content: center; gap: 36px; max-width: 520px; margin: 54px auto 0; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.13); }
.contact-channels a { padding-bottom: 6px; border-bottom: 1px solid rgba(234,215,163,.35); color: rgba(255,255,255,.74); font-family: var(--font-display); font-size: 13px; letter-spacing: .1em; }
.contact-channels span { margin-left: 9px; color: var(--gold-light); }

.policy { padding: 55px 0; }
.policy details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy summary { cursor: pointer; list-style: none; padding: 24px 8px; font-family: var(--font-serif); font-size: 14px; letter-spacing: .05em; }
.policy summary::after { content: "+"; float: right; color: var(--gold); font-family: sans-serif; font-size: 20px; font-weight: 300; }
.policy details[open] summary::after { content: "−"; }
.policy details > div { padding: 0 8px 24px; color: #76687d; font-size: 11px; line-height: 1.9; }

footer { min-height: 130px; padding: 30px max(24px, 5vw); display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #190722; color: rgba(255,255,255,.44); }
.footer-brand { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 9px; }
.footer-brand > picture { grid-row: 1 / 3; display: grid; width: 56px; height: auto; aspect-ratio: 900 / 470; place-items: center; padding: 4px; border-radius: 20px; background: rgba(255,255,255,.9); }
.footer-brand > picture img { display: block; width: 100%; height: auto; object-fit: contain; }
.footer-brand strong { color: rgba(255,255,255,.8); font-family: var(--font-serif); font-size: 14px; letter-spacing: .12em; font-weight: 400; }
.footer-brand small { font-family: var(--font-display); font-size: 9px; letter-spacing: .1em; }
footer > p { font-family: var(--font-display); font-size: 10px; letter-spacing: .1em; }
footer > div:last-child { display: flex; gap: 25px; font-family: var(--font-display); font-size: 11px; letter-spacing: .1em; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { grid-template-columns: 58% 42%; }
  .hero-copy { padding-left: 6vw; padding-right: 5vw; }
  .trust-strip dt { font-size: 28px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .reason-grid article { border-bottom: 1px solid var(--line); }
  .reason-grid article:nth-child(2) { border-right: 0; }
  .reason-grid article:first-child, .reason-grid article:nth-child(3) { padding-left: 0; }
  .flow-list { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
  .flow-list li:nth-child(3) { padding-left: 0; border-left: 0; }
}

@media (max-width: 760px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand-mark { width: 48px; height: auto; flex-basis: 48px; padding: 3px 5px; }
  .brand strong { font-size: 14px; }.brand small { font-size: 9px; }
  .site-header nav { display: none; }
  .hero { min-height: 820px; height: auto; display: block; padding-top: 74px; background: linear-gradient(150deg, #4e2461 0%, #210b2d 72%); }
  .hero-copy { padding: 56px 20px 355px; }
  .eyebrow { gap: 8px; font-size: 9px; letter-spacing: .12em; white-space: nowrap; }
  .eyebrow > span { width: 20px; flex: 0 0 20px; }
  .hero h1 { font-size: clamp(35px, 9.2vw, 40px); line-height: 1.48; letter-spacing: .02em; }
  .hero-lead { font-size: 12.5px; line-height: 1.95; letter-spacing: .035em; text-wrap: pretty; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 30px; }
  .button-primary { width: 100%; }
  .trust-strip { width: 100%; margin-top: 34px; }
  .trust-strip > div { min-width: 0; padding: 0 8px; }
  .trust-strip dt { font-size: 22px; white-space: nowrap; }.trust-strip dt span { font-size: 9px; }.trust-strip dd { min-height: 2.7em; font-size: 7.5px; line-height: 1.35; letter-spacing: .03em; }
  .hero-visual { position: absolute; left: 20px; right: 20px; bottom: 22px; height: 305px; border-radius: 170px 170px 10px 10px; }
  .hero-seal { width: 168px; height: auto; left: 12px; bottom: 17px; padding: 11px 14px; }
  .hero-caption { display: none; }
  .section-shell { width: min(100% - 32px, 1160px); }
  .welcome, .reasons, .flow { padding: 85px 0; }
  .welcome-grid, .about-grid { grid-template-columns: 1fr; gap: 45px; }
  .welcome-grid { padding-top: 37px; }.welcome h2 { max-width: 15em; font-size: 28px; line-height: 1.58; letter-spacing: .025em; }
  .welcome-grid > div .large-copy { font-size: 15px; line-height: 1.95; text-wrap: pretty; }
  .welcome-grid > div p { font-size: 13px; line-height: 1.95; text-wrap: pretty; }
  .services, .about { padding: 85px 0; }
  .section-heading { display: block; margin-bottom: 42px; }.section-heading > p { margin-top: 20px; text-wrap: pretty; }
  .section-heading h2, .about h2 { max-width: 15em; font-size: 26px; line-height: 1.5; letter-spacing: .02em; }
  .reassurance-heading span { display: block; }
  .service-grid { gap: 14px; }.service-card { padding: 0 20px 28px; }
  .service-image { height: auto; margin: 0 -20px 26px; }
  .service-card h3 { font-size: 22px; line-height: 1.5; }
  .service-summary, .service-card li { text-wrap: pretty; }
  .service-price strong { font-size: 14px; line-height: 1.6; word-break: keep-all; text-wrap: balance; }
  .price-notice { text-align: left; line-height: 1.7; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-grid article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .reason-grid article:last-child { border-bottom: 0; }
  .reason-grid h3 { min-height: 0; }
  .portrait-placeholder { width: min(100%, 410px); margin: 0 auto; }
  .sparkle-quote { min-height: 0; padding: 23px 42px 21px 22px; border-radius: 0 14px 14px 0; font-size: 16px; line-height: 1.9; letter-spacing: .035em; }
  .quote-text { display: block; }
  .quote-break { display: block; white-space: nowrap; }
  .quote-star-one { top: 13px; right: 17px; }
  .quote-star-two { right: 23px; bottom: 14px; }
  .flow-list { grid-template-columns: 1fr; gap: 0; }
  .flow-list li, .flow-list li:nth-child(3) { display: grid; grid-template-columns: 54px 1fr; gap: 17px; padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .flow-list h3 { margin-top: 2px; line-height: 1.5; }
  .flow-list p { text-wrap: pretty; }
  .contact { padding: 100px 0 85px; }.contact h2 { font-size: 34px; line-height: 1.48; letter-spacing: .025em; }
  .contact-inner > p:not(.eyebrow) br { display: none; }
  .contact-inner > p:not(.eyebrow) { font-size: 13px; letter-spacing: .025em; text-wrap: pretty; }
  .button-gold { width: 100%; min-width: 0; padding-inline: 20px; }
  .contact-channels { gap: 24px; margin-top: 42px; }
  .contact-channels a { white-space: nowrap; }
  footer { padding-bottom: 100px; flex-direction: column; align-items: flex-start; }
  .mobile-cta { display: flex; position: fixed; z-index: 20; left: 14px; right: 14px; bottom: 14px; min-height: 55px; align-items: center; justify-content: center; border-radius: 999px; background: linear-gradient(110deg, #f3e5be, #c59b53); color: var(--plum); box-shadow: 0 12px 35px rgba(31,8,41,.35); font-size: 13px; letter-spacing: .08em; font-weight: 500; }
}

@media (max-width: 360px) {
  .site-header { padding-inline: 14px; }
  .brand { gap: 8px; }
  .brand-mark { width: 43px; height: auto; flex-basis: 43px; }
  .brand strong { font-size: 12px; letter-spacing: .1em; }
  .brand small { font-size: 8px; letter-spacing: .07em; }
  .hero-copy { padding-inline: 16px; }
  .hero h1 { font-size: 33px; }
  .hero-lead { font-size: 12px; }
  .section-shell { width: calc(100% - 28px); }
  .welcome h2, .section-heading h2, .about h2 { font-size: 23px; }
  .contact h2 { font-size: 31px; }
  .contact-channels { gap: 17px; }
  .contact-channels a { font-size: 11px; }
  .about-name { font-size: 15px; letter-spacing: .04em; }
  .about-name strong { font-size: 22px; margin-left: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
  .sparkle-quote::before, .quote-star, .tap-sparkle { animation: none !important; }
  .global-sparkle-layer { display: none; }
}
