:root {
    --ink: #262223;
    --ink-soft: #3b3538;
    --ivory: #f8edef;
    --cream: #dfe4de;
    --gold: #9b711d;
    --gold-light: #d4b76f;
    --rose: #6b6370;
    --white: #fffdfb;
    --muted: #6b6968;
    --line: rgba(38, 34, 35, .14);
    --display: "Cormorant Garamond", Georgia, serif;
    --body: "Manrope", Arial, sans-serif;
    --ease: cubic-bezier(.2, .7, .2, 1);
    --motion-ease: cubic-bezier(.16, 1, .3, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: clip;
    background: var(--ivory);
    color: var(--ink);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
body.menu-open, body.lightbox-open { position: fixed; top: var(--locked-scroll-top, 0px); width: 100%; overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.section[id] { scroll-margin-top: calc(84px + env(safe-area-inset-top)); }
::selection { color: var(--white); background: var(--rose); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 128px 0; }
.skip-link {
    position: fixed; left: 16px; top: -80px; z-index: 9999;
    padding: 10px 16px; background: var(--white); color: var(--ink);
}
.skip-link:focus { top: 16px; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 1000;
    color: var(--white); border-bottom: 1px solid transparent;
    transition: background .35s ease, box-shadow .35s ease, color .35s ease, border-color .35s ease;
}
.site-header.scrolled {
    background: rgba(248, 237, 239, .94); color: var(--ink);
    border-color: rgba(38, 34, 35, .08);
    box-shadow: 0 12px 40px rgba(38, 34, 35, .07); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { position: relative; z-index: 3; flex: 0 0 auto; display: block; width: 170px; height: 72px; overflow: hidden; }
.brand img { position: absolute; left: 0; top: 50%; width: 170px; height: 170px; max-width: none; padding: 0; border: 0; border-radius: 0; object-fit: contain; background: transparent; box-shadow: none; transform: translateY(-50%); }
.main-nav { display: flex; align-items: center; gap: 42px; }
.main-nav ul { display: flex; gap: 30px; margin: 0; padding: 0; list-style: none; }
.main-nav ul a { position: relative; font-size: .76rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.main-nav ul a::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: currentColor; transition: width .3s ease; }
.main-nav ul a:hover::after, .main-nav ul a:focus-visible::after, .main-nav ul a[aria-current="location"]::after { width: 100%; }
.main-nav ul a[aria-current="location"] { color: var(--gold-light); }
.site-header.scrolled .main-nav ul a[aria-current="location"] { color: var(--rose); }
.nav-cta { padding: 11px 20px; border: 1px solid currentColor; font-size: .72rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.nav-cta:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 1px; margin: 5px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }

.hero {
    position: relative; min-height: 100svh; overflow: hidden; isolation: isolate;
    display: flex; align-items: center; color: var(--white); background: var(--ink);
}
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(110deg, rgba(38,34,35,.98) 0 50%, rgba(38,34,35,.88) 100%); }
.hero::after { content: "SH"; position: absolute; left: -4vw; bottom: -18vw; z-index: -1; font-family: var(--display); font-size: clamp(22rem, 45vw, 48rem); line-height: 1; color: rgba(255,255,255,.018); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { top: -30%; right: 3%; width: 50vw; height: 50vw; background: radial-gradient(circle, rgba(212,183,111,.13), transparent 66%); }
.hero-glow-two { bottom: -30%; left: 15%; width: 38vw; height: 38vw; background: radial-gradient(circle, rgba(107,99,112,.11), transparent 68%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 7vw; padding-top: 120px; padding-bottom: 90px; }
.sakura-field { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.sakura-field svg { width: 100%; height: 100%; overflow: visible; }
.sakura-petal-shape, .sakura-loose { fill: rgba(248, 213, 222, .72); stroke: rgba(212, 183, 111, .7); stroke-width: .8; vector-effect: non-scaling-stroke; }
.sakura-heart { fill: rgba(212, 183, 111, .9); }
.sakura-drift { transform-box: fill-box; transform-origin: center; animation: sakura-float var(--sakura-duration, 15s) var(--sakura-delay, 0s) ease-in-out infinite alternate; }
.sakura-drift-one { --sakura-duration: 14s; --sakura-delay: -3s; --sakura-x-start: -8px; --sakura-y-start: -5px; --sakura-x-end: 15px; --sakura-y-end: 18px; --sakura-rotate-start: -7deg; --sakura-rotate-end: 8deg; --sakura-opacity-start: .2; --sakura-opacity-end: .55; }
.sakura-drift-two { --sakura-duration: 18s; --sakura-delay: -11s; --sakura-x-start: 12px; --sakura-y-start: -8px; --sakura-x-end: -14px; --sakura-y-end: 14px; --sakura-rotate-start: 5deg; --sakura-rotate-end: -9deg; --sakura-opacity-start: .16; --sakura-opacity-end: .42; }
.sakura-drift-three { --sakura-duration: 16s; --sakura-delay: -7s; --sakura-x-start: -12px; --sakura-y-start: 3px; --sakura-x-end: 10px; --sakura-y-end: 20px; --sakura-rotate-start: -10deg; --sakura-rotate-end: 7deg; --sakura-opacity-start: .24; --sakura-opacity-end: .58; }
.sakura-drift-four { --sakura-duration: 20s; --sakura-delay: -13s; --sakura-x-start: 8px; --sakura-y-start: -10px; --sakura-x-end: -16px; --sakura-y-end: 16px; --sakura-rotate-start: 8deg; --sakura-rotate-end: -6deg; --sakura-opacity-start: .14; --sakura-opacity-end: .38; }
.sakura-drift-five { --sakura-duration: 17s; --sakura-delay: -5s; --sakura-x-start: -10px; --sakura-y-start: -7px; --sakura-x-end: 13px; --sakura-y-end: 19px; --sakura-rotate-start: -6deg; --sakura-rotate-end: 10deg; --sakura-opacity-start: .15; --sakura-opacity-end: .4; }
.sakura-drift-six { --sakura-duration: 15s; --sakura-delay: -9s; --sakura-x-start: 7px; --sakura-y-start: -4px; --sakura-x-end: -12px; --sakura-y-end: 17px; --sakura-rotate-start: 9deg; --sakura-rotate-end: -7deg; --sakura-opacity-start: .18; --sakura-opacity-end: .46; }
.sakura-drift-seven { --sakura-duration: 12s; --sakura-delay: -6s; --sakura-x-start: -6px; --sakura-y-start: -8px; --sakura-x-end: 18px; --sakura-y-end: 22px; --sakura-rotate-start: -14deg; --sakura-rotate-end: 18deg; --sakura-opacity-start: .2; --sakura-opacity-end: .5; }
.sakura-drift-eight { --sakura-duration: 14s; --sakura-delay: -10s; --sakura-x-start: 10px; --sakura-y-start: -6px; --sakura-x-end: -13px; --sakura-y-end: 20px; --sakura-rotate-start: 12deg; --sakura-rotate-end: -15deg; --sakura-opacity-start: .18; --sakura-opacity-end: .44; }
@keyframes sakura-float {
    0% { opacity: var(--sakura-opacity-start, .18); transform: translate3d(var(--sakura-x-start, -8px), var(--sakura-y-start, -5px), 0) rotate(var(--sakura-rotate-start, -6deg)); }
    100% { opacity: var(--sakura-opacity-end, .5); transform: translate3d(var(--sakura-x-end, 14px), var(--sakura-y-end, 18px), 0) rotate(var(--sakura-rotate-end, 8deg)); }
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--gold-light); font-size: .7rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.section-kicker { color: var(--gold); }
.experience .section-kicker { color: var(--gold-light); }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow span { width: 40px; height: 1px; background: var(--gold); }
.hero h1, .section h2 { margin: 0; font-family: var(--display); font-weight: 500; line-height: .91; letter-spacing: -.045em; text-wrap: balance; }
.hero h1 { max-width: 620px; font-size: clamp(4.6rem, 8.3vw, 8rem); }
.hero h1 em, .section h2 em { color: var(--gold-light); font-weight: 400; }
.hero-lead { max-width: 550px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 1.02rem; font-weight: 300; text-wrap: pretty; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 15px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 24px; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.13); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .25s ease; }
.button:hover svg { transform: translateX(4px); }
.button-gold { background: var(--gold-light); color: var(--ink); }
.button-gold:hover { background: var(--white); }
.button-ghost { border: 1px solid rgba(255,255,255,.38); color: var(--white); }
.button-ghost:hover { border-color: var(--white); }
.hero-note { display: flex; align-items: center; gap: 10px; margin-top: 30px; color: rgba(255,255,255,.58); font-size: .72rem; letter-spacing: .06em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 5px rgba(212,183,111,.14); }
.status-dot.closed { background: #c98f9b; box-shadow: 0 0 0 5px rgba(201,143,155,.14); }
.hero-visual { position: relative; min-height: min(72vh, 750px); }
.hero-frame { position: absolute; inset: 0 5% 0 15%; overflow: hidden; box-shadow: 0 28px 90px rgba(0,0,0,.25); }
.hero-frame::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.14); background: linear-gradient(to top, rgba(38,34,35,.35), transparent 45%); }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center 48%; filter: saturate(.78) contrast(1.02); }
.hero-small-image { position: absolute; right: -3%; bottom: -5%; width: 31%; height: 34%; padding: 8px; background: var(--ivory); box-shadow: 0 20px 70px rgba(0,0,0,.35); }
.hero-small-image img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; left: 3%; top: 17%; z-index: 2; width: 112px; height: 112px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(212,183,111,.65); border-radius: 50%; color: var(--gold-light); background: rgba(38,34,35,.68); backdrop-filter: blur(8px); transform: rotate(-8deg); }
.hero-stamp strong { font-family: var(--display); font-size: 2.2rem; font-weight: 500; line-height: .9; }
.hero-stamp span { font-size: .48rem; letter-spacing: .3em; }
.scroll-cue { position: absolute; left: max(24px, calc((100vw - 1180px)/2)); bottom: 30px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.45); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue span { width: 38px; height: 1px; background: currentColor; }

.service-strip { overflow: hidden; padding: 20px 0; color: var(--ivory); background: var(--rose); }
.strip-track { width: max-content; display: flex; align-items: center; animation: marquee 24s linear infinite; will-change: transform; }
.strip-group { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-around; min-width: 100vw; gap: 25px; padding-right: 25px; }
.strip-track span { font-family: var(--display); font-size: 1.2rem; letter-spacing: .03em; white-space: nowrap; }
.strip-track i { color: var(--gold-light); font-size: .46rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

.about { background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 10vw; }
.about-images { position: relative; min-height: 680px; }
.about-main { position: absolute; inset: 0 11% 8% 0; margin: 0; overflow: hidden; box-shadow: 0 24px 65px rgba(38,34,35,.12); }
.about-main img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.85); }
.about-detail { position: absolute; right: 0; bottom: 0; width: 42%; aspect-ratio: 1; margin: 0; padding: 8px; background: var(--ivory); }
.about-detail img { width: 100%; height: 100%; padding: 8%; object-fit: contain; background: var(--cream); }
.about-copy { max-width: 500px; }
.section h2 { font-size: clamp(3.2rem, 5.5vw, 5.4rem); }
.about-copy > p:not(.section-kicker) { margin: 30px 0 0; color: var(--muted); font-weight: 300; }
.signature { margin-top: 42px; color: var(--rose); font-family: var(--display); font-size: 2rem; font-style: italic; }

.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; margin-bottom: 65px; }
.section-heading > p { max-width: 410px; margin: 0 0 7px; color: var(--muted); font-weight: 300; text-wrap: pretty; }
.services-list { border-top: 1px solid var(--line); }
.service-item { position: relative; display: grid; grid-template-columns: 54px 76px 1fr 46px; align-items: center; gap: 30px; min-height: 154px; padding: 25px 18px; border-bottom: 1px solid var(--line); transition: background .3s ease, padding .3s ease; }
.service-item::before { content: ""; position: absolute; left: 0; top: 18%; bottom: 18%; width: 2px; background: var(--rose); transform: scaleY(0); transition: transform .3s var(--ease); }
.service-item:hover, .service-item:focus-within { padding-inline: 30px; background: rgba(255,255,255,.42); }
.service-item:hover::before, .service-item:focus-within::before { transform: scaleY(1); }
.service-number { color: var(--rose); font-family: var(--display); font-size: 1rem; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border: 1px solid rgba(107,99,112,.3); border-radius: 50%; color: var(--rose); background: rgba(255,255,255,.18); transition: color .3s ease, background .3s ease, border-color .3s ease; }
.service-item:hover .service-icon, .service-item:focus-within .service-icon { color: var(--white); background: var(--rose); border-color: var(--rose); }
.service-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.service-item h3 { margin: 0 0 7px; font-family: var(--display); font-size: 2rem; font-weight: 500; }
.service-item p { max-width: 670px; margin: 0; color: var(--muted); font-size: .88rem; font-weight: 300; }
.service-item > a { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 1.2rem; transition: .25s ease; }
.service-action-label { display: none; }
.service-item > a:hover, .service-item > a:focus-visible { color: var(--white); background: var(--rose); border-color: var(--rose); transform: translate(2px, -2px); }

.experience { color: var(--white); background: var(--ink); }
.experience-card { position: relative; padding: 75px; border: 1px solid rgba(212,183,111,.2); overflow: hidden; }
.experience-card::after { content: "✦"; position: absolute; right: 4%; top: -95px; color: rgba(212,183,111,.07); font-family: var(--display); font-size: 20rem; line-height: 1; }
.experience-steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; margin-top: 65px; }
.experience-steps > div { position: relative; border-top: 1px solid rgba(255,255,255,.2); padding-top: 24px; transition: border-color .3s ease; }
.experience-steps > div:hover { border-color: var(--gold-light); }
.experience-steps span { color: var(--gold-light); font-family: var(--display); }
.experience-steps h3 { margin: 28px 0 13px; font-family: var(--display); font-size: 1.55rem; font-weight: 500; }
.experience-steps p { margin: 0; color: rgba(255,255,255,.58); font-size: .85rem; font-weight: 300; }

.gallery { background: var(--ivory); }
.gallery-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 58px; }
.gallery-heading > a { margin-bottom: 7px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.gallery-heading > a span { margin-left: 12px; }
.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 330px 330px; gap: 16px; }
.gallery-item { position: relative; margin: 0; padding: 0; overflow: hidden; border: 0; background: var(--ink); cursor: zoom-in; }
.gallery-item:focus-visible { outline-color: var(--rose); outline-offset: 4px; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(38,34,35,.62), transparent 45%); opacity: 0; transition: opacity .35s ease; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease), opacity .4s ease; }
.gallery-item span { position: absolute; left: 22px; bottom: 18px; z-index: 1; color: var(--white); font-size: .65rem; letter-spacing: .12em; text-transform: uppercase; opacity: 0; transform: translateY(8px); transition: .35s ease; }
.gallery-item:hover img { transform: scale(1.035); opacity: .9; }
.gallery-item:hover::after, .gallery-item:hover span { opacity: 1; }
.gallery-item:hover span { transform: none; }
.gallery-wide { grid-row: 1 / 3; }
.gallery-tall { grid-column: 2 / 3; grid-row: 1 / 3; }
.gallery-wide img { object-position: center; }
.gallery-tall img { object-position: center; }

.testimonials { position: relative; overflow: hidden; background: radial-gradient(circle at 18% 15%, rgba(255,255,255,.88), transparent 34%), radial-gradient(circle at 82% 80%, rgba(212,183,111,.14), transparent 32%), #f8edef; }
.testimonials::before { content: "“"; position: absolute; left: -3vw; top: -10rem; color: rgba(107,99,112,.04); font-family: var(--display); font-size: clamp(24rem, 40vw, 38rem); line-height: 1; pointer-events: none; }
.testimonials-inner { position: relative; z-index: 1; }
.testimonials-heading { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.testimonials-heading .section-kicker { margin-bottom: 18px; }
.testimonials-heading h2 { font-size: clamp(3.2rem, 6vw, 5.8rem); line-height: .9; }
.review-carousel { max-width: 980px; margin-inline: auto; text-align: center; }
.review-stage { position: relative; display: grid; min-height: 330px; }
.review-slide { grid-area: 1 / 1; min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transform: translateX(28px); transition: opacity .45s ease, transform .55s var(--ease), visibility .45s ease; }
.review-slide.active { opacity: 1; visibility: visible; transform: translateX(0); }
.review-rating { display: flex; align-items: center; justify-content: center; gap: 14px; margin-bottom: 28px; }
.review-rating span { color: var(--gold); font-size: .8rem; letter-spacing: .16em; }
.review-rating small { color: var(--muted); font-size: .61rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.review-copy { max-width: 900px; margin: 0; color: var(--muted); font-family: var(--body); font-size: clamp(1.05rem, 1.65vw, 1.35rem); font-weight: 400; line-height: 1.75; text-wrap: pretty; }
.review-author { margin-top: 24px; }
.review-author cite { color: var(--ink); font-family: var(--body); font-size: 1rem; font-style: normal; font-weight: 700; letter-spacing: -.01em; }
.review-controls { display: flex; justify-content: center; gap: 14px; margin-top: 28px; }
.review-button { width: 54px; height: 54px; display: grid; place-items: center; padding: 0; border: 1px solid var(--rose); border-radius: 50%; color: var(--white); background: var(--rose); box-shadow: 0 9px 24px rgba(107,99,112,.22); cursor: pointer; transition: color .25s ease, background .25s ease, transform .25s ease, box-shadow .25s ease; }
.review-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.review-button:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-3px); box-shadow: 0 13px 30px rgba(107,99,112,.28); }

.contact { color: var(--white); background: var(--rose); }
.contact-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; }
.contact .section-kicker { color: var(--white); }
.contact h2 em { color: var(--gold-light); }
.contact-copy > p:not(.section-kicker) { max-width: 570px; margin: 30px 0 0; color: rgba(255,255,255,.72); font-weight: 300; }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 26px; margin-top: 38px; }
.text-link { padding-bottom: 3px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .85rem; letter-spacing: .06em; transition: color .25s ease, border-color .25s ease; }
.text-link:hover { color: var(--gold-light); border-color: var(--gold-light); }
.text-link span { margin-left: 8px; }
.contact-details { border-top: 1px solid rgba(255,255,255,.28); }
.detail-block { display: grid; grid-template-columns: 140px 1fr; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.28); }
.detail-block > span { color: var(--gold-light); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.detail-block p, .detail-block address { margin: 0; font-family: var(--display); font-size: 1.25rem; font-style: normal; line-height: 1.45; }
.detail-block > a { grid-column: 2; width: fit-content; margin-top: 12px; font-size: .72rem; text-decoration: underline; text-underline-offset: 4px; transition: color .25s ease; }
.detail-block > a:hover { color: var(--gold-light); }
.detail-block > .contact-social { width: 44px; height: 44px; display: grid; place-items: center; margin-top: 0; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: var(--white); text-decoration: none; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.contact-social svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.55; }
.contact-social .icon-dot { fill: currentColor; stroke: none; }
.detail-block > .contact-social:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.detail-block dl { margin: 0; }
.detail-block dl div { display: flex; justify-content: space-between; gap: 20px; }
.detail-block dl div + div { margin-top: 7px; }
.detail-block dt, .detail-block dd { margin: 0; font-family: var(--display); font-size: 1.08rem; }
.detail-block dd { color: var(--gold-light); }

.site-footer { padding: 74px 0 24px; color: rgba(255,255,255,.7); background: #181416; }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 45px; padding-bottom: 60px; }
.footer-brand img { width: 78px; height: 78px; padding: 5px; border-radius: 50%; object-fit: contain; background: var(--cream); }
.footer-main p { margin: 0; font-family: var(--display); font-size: 1.5rem; line-height: 1.25; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 25px; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold-light); }
.footer-social { width: 38px; height: 38px; display: grid; place-items: center; margin-block: -10px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease; }
.footer-social svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.55; }
.footer-social .icon-dot { fill: currentColor; stroke: none; }
.footer-social:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); transform: translateY(-2px); }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .65rem; letter-spacing: .05em; }
.powered-by { color: var(--gold-light); transition: color .25s ease; }
.powered-by:hover { color: var(--white); }
.footer-top-link { justify-self: end; }

.floating-contact { position: fixed; right: 24px; bottom: 24px; z-index: 800; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold-light); box-shadow: 0 12px 35px rgba(38,34,35,.25); transition: transform .25s ease, background .25s ease; }
.floating-contact:hover { transform: translateY(-4px); background: var(--white); }
.floating-contact svg { width: 27px; fill: currentColor; stroke: none; }
.lightbox { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 70px 24px 24px; background: rgba(24,20,22,.95); opacity: 0; visibility: hidden; transition: .25s ease; }
.lightbox.active { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(100%, 1080px); max-height: calc(100vh - 100px); object-fit: contain; box-shadow: 0 25px 90px rgba(0,0,0,.5); transform: scale(.96); transition: transform .35s var(--ease); }
.lightbox.active img { transform: scale(1); }
.lightbox-close { position: absolute; right: 24px; top: 16px; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: var(--white); background: rgba(255,255,255,.04); font-family: var(--display); font-size: 2.2rem; font-weight: 300; line-height: 1; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.lightbox-close:hover { background: rgba(255,255,255,.12); transform: rotate(6deg); }

.reveal-up { --reveal-x: 0px; --reveal-y: 60px; --reveal-scale: 1; }
.reveal-left { --reveal-x: -60px; --reveal-y: 12px; --reveal-scale: 1; }
.reveal-right { --reveal-x: 60px; --reveal-y: 12px; --reveal-scale: 1; }
.reveal-scale { --reveal-x: 0px; --reveal-y: 36px; --reveal-scale: .93; }

.motion-ready :where(.reveal-up, .reveal-left, .reveal-right, .reveal-scale):not(.reveal-complete) {
    transition-property: transform, opacity;
    transition-duration: var(--reveal-duration, 900ms);
    transition-timing-function: var(--motion-ease);
    transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready :where(.reveal-up, .reveal-left, .reveal-right, .reveal-scale):not(.is-visible):not(.reveal-complete) {
    opacity: 0;
    transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
}
.motion-ready :where(.reveal-up, .reveal-left, .reveal-right, .reveal-scale).is-visible:not(.reveal-complete) {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}
.motion-ready :where(.reveal-up, .reveal-left, .reveal-right, .reveal-scale).reveal-complete { opacity: 1; }

.motion-ready .stagger-group:not(.reveal-complete) > * {
    transition-property: transform, opacity;
    transition-duration: var(--reveal-duration, 900ms);
    transition-timing-function: var(--motion-ease);
    transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .stagger-group:not(.is-visible):not(.reveal-complete) > * {
    opacity: 0;
    transform: translate3d(0, 54px, 0);
}
.motion-ready .stagger-group.is-visible:not(.reveal-complete) > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.motion-ready .stagger-group.reveal-complete > * { opacity: 1; }

.parallax-soft { transform: translate3d(0, var(--parallax-offset, 0px), 0); }
.parallax-soft.is-parallax-active { will-change: transform; }

@media (max-width: 980px) {
    .section { padding: 96px 0; }
    .site-header { padding-top: env(safe-area-inset-top); }
    .site-header.scrolled { background: #f8edef; backdrop-filter: none; -webkit-backdrop-filter: none; }
    body.menu-open .site-header { color: var(--white); background: var(--ink); border-color: transparent; box-shadow: none; }
    .menu-toggle { display: block; z-index: 2; }
    .main-nav { position: fixed; inset: 0; z-index: 1; height: 100vh; height: 100dvh; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 28px; padding: calc(104px + env(safe-area-inset-top)) max(24px, 8vw) max(28px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; color: var(--white); background: var(--ink); opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
    .main-nav.open { opacity: 1; visibility: visible; }
    .main-nav ul { flex: 0 0 auto; flex-direction: column; gap: 12px; margin-block: auto 0; }
    .main-nav ul a { display: block; padding-block: 4px; font-family: var(--display); font-size: 2rem; letter-spacing: 0; text-transform: none; }
    .main-nav ul a::after { bottom: 0; }
    .site-header.scrolled .main-nav ul a[aria-current="location"] { color: var(--gold-light); }
    .main-nav .nav-cta { flex: 0 0 auto; min-height: 52px; display: grid; place-items: center; margin: 0 0 auto; text-align: center; color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
    .menu-toggle.active { color: var(--white); }
    .menu-toggle.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .menu-toggle.active span:nth-child(2) { opacity: 0; }
    .menu-toggle.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .hero-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
    .hero h1 { font-size: clamp(4.2rem, 10vw, 6rem); }
    .hero-visual { min-height: 610px; }
    .hero-frame { inset: 0 0 0 8%; }
    .about-grid { gap: 60px; }
    .about-images { min-height: 570px; }
    .section-heading { grid-template-columns: 1fr; gap: 28px; }
    .experience-card { padding: 55px 45px; }
    .experience-steps { gap: 28px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 420px 320px; }
    .gallery-wide { grid-row: auto; }
    .gallery-tall { grid-column: auto; grid-row: auto; }
    .contact-grid { grid-template-columns: 1fr; gap: 48px; }
    .contact-details { min-width: 0; }
}

@media (max-width: 720px) {
    .reveal-up { --reveal-y: 40px; }
    .reveal-left { --reveal-x: -42px; --reveal-y: 8px; }
    .reveal-right { --reveal-x: 42px; --reveal-y: 8px; }
    .reveal-scale { --reveal-y: 24px; --reveal-scale: .965; }
    .motion-ready .stagger-group:not(.is-visible):not(.reveal-complete) > * { transform: translate3d(0, 36px, 0); }
    .container { width: min(calc(100% - 40px - env(safe-area-inset-left) - env(safe-area-inset-right)), 600px); }
    .section { padding: 78px 0; }
    .nav-wrap { min-height: 74px; }
    .site-header:not(.scrolled) .brand, body.menu-open .brand { color: var(--white); }
    .site-header.scrolled .brand { color: var(--ink); }
    body.menu-open .site-header.scrolled .brand { color: var(--white); }
    .brand { width: 132px; height: 58px; }
    .brand img { width: 132px; height: 132px; }
    .hero { min-height: auto; }
    .sakura-field { top: 32%; opacity: .72; }
    .sakura-mobile-hide { display: none; }
    .hero-grid { grid-template-columns: 1fr; padding-top: 128px; padding-bottom: 90px; }
    .hero-copy { text-align: center; }
    .eyebrow, .hero-actions, .hero-note { justify-content: center; }
    .hero h1 { font-size: clamp(3.3rem, 15vw, 5.2rem); line-height: .98; }
    .hero-lead { margin-inline: auto; font-size: .94rem; line-height: 1.85; }
    .hero-note { font-size: .7rem; letter-spacing: .02em; }
    .button { font-size: .75rem; letter-spacing: .08em; padding-inline: 20px; }
    .status-dot { flex: 0 0 7px; }
    .hero-visual { min-height: 0; aspect-ratio: 4 / 5; margin-top: 16px; }
    .hero-frame { inset: 0 4% 0; }
    .hero-small-image { right: -2%; width: 35%; height: 31%; }
    .hero-stamp { left: -1%; top: 12%; width: 90px; height: 90px; }
    .hero-stamp strong { font-size: 1.8rem; }
    .scroll-cue { display: none; }
    .about-grid { grid-template-columns: 1fr; }
    .about-images { min-height: 0; aspect-ratio: 4 / 5; }
    .about-copy { max-width: none; }
    .section h2 { font-size: clamp(2.7rem, 12vw, 4.5rem); line-height: 1.02; }
    :is(.about, .services, .gallery, .testimonials) h2 em { color: var(--gold); }
    .section-heading { margin-bottom: 38px; }
    .service-item { grid-template-columns: 48px minmax(0, 1fr); align-items: start; gap: 10px 16px; min-height: 0; padding: 28px 0; }
    .service-item:hover, .service-item:focus-within { padding-inline: 0; }
    .service-number { grid-column: 1; grid-row: 2; align-self: center; text-align: center; font-size: .85rem; }
    .service-icon { grid-column: 1; grid-row: 1; width: 48px; height: 48px; }
    .service-item > div:not(.service-icon) { grid-column: 2; grid-row: 1; min-width: 0; }
    .service-icon svg { width: 31px; }
    .service-item h3 { font-size: 1.75rem; line-height: 1.15; margin-bottom: 12px; }
    .service-item p { margin: 0; font-size: .875rem; line-height: 1.8; }
    .service-item > a { grid-column: 2; grid-row: 2; display: inline-flex; justify-content: space-between; gap: 18px; width: fit-content; min-width: 112px; min-height: 44px; border: 0; border-bottom: 1px solid var(--rose); border-radius: 0; font-size: 1.2rem; }
    .service-action-label { display: inline; font-size: .75rem; font-weight: 600; }
    .experience-card { padding: 40px 24px; }
    .experience-steps { grid-template-columns: 1fr; gap: 32px; margin-top: 46px; }
    .gallery-heading { display: block; }
    .gallery-heading > a { display: inline-block; margin-top: 28px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 350px 300px; }
    .testimonials-heading { margin-bottom: 24px; }
    .review-stage { min-height: 0; }
    .review-slide { justify-content: flex-start; padding-block: 12px; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; }
    .footer-top-link { justify-self: center; }
    .detail-block { grid-template-columns: 115px 1fr; }
    .footer-main { grid-template-columns: auto 1fr; }
    .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
    .footer-links { align-items: center; gap: 8px 20px; }
    .footer-links a, .footer-bottom a { min-height: 44px; display: inline-flex; align-items: center; }
    .footer-links .footer-social { width: 44px; height: 44px; display: grid; margin-block: 0; }
    .site-footer { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
    .detail-block > a { min-height: 44px; display: inline-flex; align-items: center; font-size: .8rem; }
    .detail-block > span { font-size: .7rem; }
    .detail-block address { overflow-wrap: anywhere; line-height: 1.6; }
    .contact-actions .text-link { min-height: 52px; display: flex; align-items: center; justify-content: space-between; }
    .gallery-item::after, .gallery-item span { opacity: 1; }
    .gallery-item span { transform: none; }
    .gallery-item::after { background: linear-gradient(to top, rgba(38,34,35,.55), transparent 32%); }
    .lightbox { padding: max(80px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom)); }
    .lightbox img { max-height: calc(100dvh - 112px - env(safe-area-inset-bottom)); }
    .lightbox-close { top: max(16px, env(safe-area-inset-top)); right: max(16px, env(safe-area-inset-right)); }
}

@media (max-width: 480px) {
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .button { width: 100%; }
    .hero-small-image { display: none; }
    .hero-frame { inset: 0; }
    .about-main { right: 6%; }
    .about-detail { width: 38%; }
    .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: auto; gap: 16px; }
    .gallery-item { aspect-ratio: 1; }
    .testimonials-heading h2 { font-size: clamp(2.5rem, 11.5vw, 3.5rem); }
    .review-copy { font-size: .98rem; line-height: 1.7; }
    .review-rating { flex-direction: column; gap: 7px; margin-bottom: 22px; }
    .review-controls { margin-top: 20px; }
    .review-button { width: 50px; height: 50px; }
    .detail-block { grid-template-columns: 1fr; gap: 12px; }
    .detail-block > a { grid-column: 1; }
    .detail-block dl div { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-bottom: 12px; }
    .detail-block dd { white-space: nowrap; }
    .contact-actions { align-items: stretch; flex-direction: column; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-main p { font-size: 1.35rem; }
    .footer-links { gap: 18px; }
    .floating-contact { right: max(16px, env(safe-area-inset-right)); bottom: max(16px, env(safe-area-inset-bottom)); width: 52px; height: 52px; }
}

@media (max-width: 980px) and (max-height: 540px) {
    .main-nav { padding-top: 88px; gap: 16px; }
    .main-nav ul { gap: 4px; }
    .main-nav ul a { font-size: 1.5rem; min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .motion-ready :where(.reveal-up, .reveal-left, .reveal-right, .reveal-scale),
    .motion-ready .stagger-group > * { opacity: 1 !important; transform: none !important; transition: none !important; }
    .parallax-soft { transform: none !important; will-change: auto !important; }
    .sakura-drift { animation: none !important; opacity: .3; transform: none !important; }
    .strip-track { animation: none !important; transform: none !important; }
}

@media print {
    .site-header, .floating-contact, .scroll-cue, .service-strip, .sakura-field { display: none; }
    .hero { min-height: auto; padding: 60px 0; }
    .section { padding: 45px 0; }
}
