*, *::before, *::after { box-sizing: border-box; }

:root {
  --ink: #151515;
  --ink-2: #0a0a0a;
  --ink-3: #1f1f1f;
  --gold: #c9a24a;
  --gold-bright: #e3c169;
  --gold-ink: #957c2b;
  --gold-tint: #f6f0e2;
  --paper: #ffffff;
  --mist: #f4f4f5;
  --line: #e7e7e8;
  --line-dark: rgba(201,162,74,.24);
  --text: #232323;
  --muted: #6c6c6c;
  --muted-light: rgba(255,255,255,.68);
  --sec-y: clamp(3.4rem, 5.5vw, 5rem);
  --wrap: 1240px;
  --pad: clamp(1.15rem, 4vw, 2.2rem);
  --nav-h: 64px;
  --r: 10px;
  --r-lg: 16px;
  --ease: cubic-bezier(.16, 1, .3, 1);
  --shadow: 0 14px 44px -20px rgba(0,0,0,.38);
  --shadow-sm: 0 8px 24px -14px rgba(0,0,0,.26);
}

html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; font-family: "Inter", system-ui, sans-serif; color: var(--text); background: var(--paper); line-height: 1.65; font-size: 1.02rem; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-family: "Sora", system-ui, sans-serif; font-weight: 700; line-height: 1.08; color: var(--ink); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); font-weight: 800; }
h3 { font-size: clamp(1.1rem, 1.7vw, 1.28rem); }
p { margin: 0; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.section { padding-top: var(--sec-y); padding-bottom: var(--sec-y); }
.section--mist { background: var(--mist); }
section[id] { scroll-margin-top: 96px; }

.sec-head { max-width: 46rem; margin: 0 auto clamp(2.6rem, 4vw, 3.6rem); text-align: center; }
.sec-head h2 { margin-bottom: 1rem; }
.sec-head p { color: var(--muted); font-size: 1rem; max-width: 40rem; margin: 0 auto; }
.sec-head { margin-bottom: clamp(2rem, 3.5vw, 3rem); }
.gold-word { color: var(--gold); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 52px; padding: 0 1.7rem; font-family: "Sora", sans-serif; font-weight: 600; font-size: .98rem; border-radius: 8px; border: 1.5px solid transparent; cursor: pointer; transition: transform .18s var(--ease), background .18s, border-color .18s, color .18s, box-shadow .18s; letter-spacing: -0.01em; }
.btn svg { width: 18px; height: 18px; }
.btn--gold { background: var(--gold); color: #221803; }
.btn--gold:hover { background: var(--gold-bright); transform: translateY(-2px); }
.btn--dark { background: var(--ink); color: #fff; }
.btn--dark:hover { background: #000; transform: translateY(-2px); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); transform: translateY(-2px); }
.btn--outline-gold { background: rgba(196,154,60,.08); color: var(--gold-bright); border-color: rgba(196,154,60,.55); }
.btn--outline-gold:hover { border-color: var(--gold); background: rgba(196,154,60,.16); transform: translateY(-2px); }

.topbar { background: var(--ink-2); color: rgba(255,255,255,.6); font-size: .84rem; position: relative; z-index: 60; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 44px; }
.topbar-phone { display: inline-flex; align-items: center; gap: .5rem; color: #fff; font-weight: 600; font-family: "Sora", sans-serif; }
.topbar-phone svg { width: 15px; height: 15px; stroke: var(--gold); flex: none; }
.topbar-phone:hover { color: var(--gold-bright); }
.topbar-note { color: rgba(255,255,255,.58); }

.header { position: sticky; top: 10px; z-index: 250; padding: 0 var(--pad); margin-top: 10px; }
.header-inner { max-width: var(--wrap); margin: 0 auto; background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow); border: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 1rem; height: var(--nav-h); padding: 0 1rem 0 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; }
.brand img { width: 46px; height: 46px; object-fit: contain; background: #fff; padding: 3px; border-radius: 11px; border: 1px solid rgba(201,162,74,.4); box-shadow: 0 4px 12px -7px rgba(0,0,0,.45); }
.brand-text { display: flex; flex-direction: column; line-height: 1.02; }
.brand-text b { font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--ink); letter-spacing: -0.01em; }
.brand-text span { font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--gold-ink); font-weight: 700; margin-top: 2px; }

.nav { display: flex; align-items: center; gap: .25rem; }
.nav > a:not(.btn), .nav-dd-toggle { padding: .55rem .8rem; font-weight: 500; font-size: .95rem; color: var(--text); border-radius: 8px; display: inline-flex; align-items: center; gap: .35rem; background: none; border: 0; font-family: inherit; cursor: pointer; }
.nav > a:not(.btn):hover, .nav-dd-toggle:hover { color: var(--gold-ink); }
.nav-chev { width: 15px; height: 15px; transition: transform .2s var(--ease); }
.nav-actions { display: none; align-items: center; gap: .8rem; }
.nav-phone { display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; color: var(--ink); font-size: .95rem; font-family: "Sora", sans-serif; }
.nav-phone svg { width: 17px; height: 17px; stroke: var(--gold); }
.nav-phone:hover { color: var(--gold-ink); }
.btn--nav { min-height: 46px; padding: 0 1.3rem; }

.nav-item-dd { position: relative; }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; padding: 0; position: relative; }
.nav-toggle span { position: absolute; left: 12px; right: 12px; height: 2px; background: var(--ink); transition: transform .26s var(--ease), opacity .14s var(--ease) .18s, top .26s var(--ease); }
.nav-toggle span:nth-child(1) { top: 16px; }
.nav-toggle span:nth-child(2) { top: 22px; }
.nav-toggle span:nth-child(3) { top: 28px; }
.nav-toggle.active span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.nav-toggle.active span:nth-child(2) { opacity: 0; transition: transform .26s var(--ease), opacity .06s linear; }
.nav-toggle.active span:nth-child(3) { top: 22px; transform: rotate(-45deg); }
.mobile-menu-head { display: none; }
.overlay { display: none; }

@media (min-width: 981px) {
  .nav-item-dd:hover .nav-chev, .nav-item-dd:focus-within .nav-chev { transform: rotate(180deg); }
  .nav-item-dd::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 16px; }
  .nav-dd { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px); margin: 0; padding: 8px; list-style: none; min-width: 260px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s, visibility .2s; z-index: 120; }
  .nav-item-dd:hover .nav-dd, .nav-item-dd:focus-within .nav-dd { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
  .nav-dd a { display: block; padding: 10px 13px; border-radius: 8px; font-size: .92rem; font-weight: 500; color: var(--text); white-space: nowrap; }
  .nav-dd a:hover { background: var(--gold-tint); color: var(--gold-ink); }
}

.hero { position: relative; color: #fff; isolation: isolate; overflow: hidden; margin-top: -100px; background: var(--ink-2); }
.hero-media { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.28) 42%, rgba(0,0,0,.68) 100%), radial-gradient(90% 70% at 50% 46%, rgba(0,0,0,.32), transparent 75%); }
.hero-inner { min-height: min(92vh, 860px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: clamp(8.5rem, 15vh, 10.5rem); padding-bottom: clamp(3.5rem, 7vh, 5.5rem); }
.hero h1 { color: #fff; font-size: clamp(2.1rem, 4.4vw, 3.5rem); font-weight: 800; line-height: 1.05; max-width: 20ch; text-shadow: 0 2px 28px rgba(0,0,0,.7); }
.hero-sub { margin-top: 1.2rem; font-size: clamp(1rem, 1.3vw, 1.12rem); color: #fff; max-width: 36rem; text-shadow: 0 1px 16px rgba(0,0,0,.75); }
.hero-cta { margin-top: 1.9rem; display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
.hero-stats { margin-top: clamp(2rem, 4vw, 2.8rem); display: flex; flex-wrap: wrap; gap: 0; background: rgba(255,255,255,.05); border: 1px solid rgba(196,154,60,.28); border-radius: 12px; overflow: hidden; }
.hero-stat { padding: .85rem 1.5rem; min-width: 140px; border-left: 1px solid rgba(255,255,255,.1); }
.hero-stat:first-child { border-left: 0; }
.hero-stat b { display: block; font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.05rem; color: var(--gold-bright); }
.hero-stat span { display: block; font-size: .82rem; color: rgba(255,255,255,.68); margin-top: .2rem; }

.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.3rem, 2.2vw, 1.8rem); }
.svc-card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .22s var(--ease), box-shadow .22s var(--ease), border-color .22s; }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--line-dark); }
.svc-media { position: relative; aspect-ratio: 3/2; overflow: hidden; }
.svc-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.svc-card:hover .svc-media img { transform: scale(1.06); }
.svc-body { padding: clamp(1.5rem, 2vw, 1.9rem); display: flex; flex-direction: column; flex: 1; }
.svc-body h3 { margin-bottom: .55rem; }
.svc-body > p { color: var(--muted); font-size: .95rem; }
.svc-list { list-style: none; margin: 1.1rem 0 1.6rem; padding: 0; display: grid; gap: .5rem; flex: 1; }
.svc-list li { position: relative; padding-left: 1.7rem; font-size: .92rem; color: var(--text); }
.svc-list li::before { content: ""; position: absolute; left: 0; top: .28em; width: 15px; height: 9px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
.svc-btn { margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 46px; padding: 0 1.2rem; border-radius: 8px; background: transparent; color: var(--gold-ink); border: 1.5px solid rgba(196,154,60,.45); font-family: "Sora", sans-serif; font-weight: 600; font-size: .92rem; transition: background .2s, color .2s, border-color .2s; }
.svc-btn svg { width: 16px; height: 16px; transition: transform .2s var(--ease); }
.svc-btn:hover, .svc-card:hover .svc-btn { background: var(--gold); color: #221803; border-color: var(--gold); }
.svc-card:hover .svc-btn svg { transform: translateX(3px); }

.more { display: grid; grid-template-columns: 1.05fr .95fr; gap: 0; align-items: stretch; background: var(--ink); color: #fff; border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); margin-top: clamp(2rem, 3vw, 2.8rem); position: relative; }
.more-body { padding: clamp(1.9rem, 3vw, 3rem); position: relative; z-index: 1; }
.more-body h3 { color: #fff; font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 1rem; }
.more-body > p { color: rgba(255,255,255,.78); }
.more-list { list-style: none; margin: 1.5rem 0 1.9rem; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem 1.4rem; }
.more-list li { position: relative; padding-left: 1.8rem; font-size: .97rem; color: #fff; }
.more-list li::before { content: ""; position: absolute; left: 0; top: .3em; width: 15px; height: 9px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }
.more-media { position: relative; min-height: 320px; }
.more-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.band { background: var(--ink); color: #fff; position: relative; overflow: hidden; }
.band h2 { color: #fff; }
.band .sec-head p { color: rgba(255,255,255,.72); }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; position: relative; z-index: 1; }
.about-body p { color: rgba(255,255,255,.8); }
.about-body p + p { margin-top: 1.1rem; }
.about-list { list-style: none; margin: 1.9rem 0; padding: 0; display: grid; gap: .9rem; }
.about-list li { position: relative; padding-left: 2.1rem; color: #fff; font-weight: 500; }
.about-list li::before { content: ""; position: absolute; left: 0; top: .05em; width: 22px; height: 22px; border-radius: 50%; background: rgba(196,154,60,.18); border: 1px solid rgba(196,154,60,.4); }
.about-list li::after { content: ""; position: absolute; left: 6px; top: .42em; width: 9px; height: 5px; border-left: 2px solid var(--gold-bright); border-bottom: 2px solid var(--gold-bright); transform: rotate(-45deg); }
.about-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: 0 30px 60px -30px rgba(0,0,0,.8); border: 1px solid var(--line-dark); aspect-ratio: 4/3; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; position: relative; }
.process-grid::before { content: ""; position: absolute; top: 27px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, transparent, var(--gold), transparent); z-index: 0; }
.step { text-align: center; position: relative; z-index: 1; }
.step-node { width: 56px; height: 56px; margin: 0 auto 1.2rem; border-radius: 50%; background: var(--ink); display: grid; place-items: center; border: 2px solid var(--gold); box-shadow: 0 0 0 6px var(--mist); }
.step-node svg { width: 24px; height: 24px; stroke: var(--gold-bright); fill: none; }
.step h3 { font-size: 1.14rem; margin-bottom: .5rem; }
.step p { color: var(--muted); font-size: .93rem; }

.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--r); cursor: pointer; aspect-ratio: 1/1; background: var(--ink); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.gallery-item:hover img { transform: scale(1.07); }
.gallery-item-label { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.5rem .9rem .8rem; color: #fff; font-family: "Sora", sans-serif; font-weight: 600; font-size: .92rem; background: linear-gradient(180deg, transparent, rgba(8,6,3,.85)); }
.gallery-cta { text-align: center; margin-top: clamp(2rem, 3vw, 2.6rem); }

.insta-embed { margin-top: clamp(1.5rem, 3vw, 2.4rem); min-height: 120px; }

.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 4vw, 3.5rem); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 3vw, 2.5rem); box-shadow: var(--shadow); }
.form-card h3 { margin-bottom: .4rem; font-size: clamp(1.4rem, 2.2vw, 1.75rem); }
.form-card > p { color: var(--muted); font-size: .96rem; margin-bottom: 1.5rem; }
#contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; max-width: 100%; min-width: 0; }
.field { display: flex; flex-direction: column; gap: .4rem; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink); }
.field input, .field textarea { font-family: inherit; font-size: 1rem; padding: .85rem .95rem; border: 1.5px solid var(--line); border-radius: 10px; background: var(--mist); color: var(--text); transition: border-color .15s, background .15s; width: 100%; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--gold); background: #fff; }
.field textarea { resize: vertical; min-height: 130px; }
#contact-form .btn { grid-column: 1 / -1; width: 100%; }
#contact-form .form-messages, #contact-form .ms-recaptcha-slot, #contact-form .ms-recaptcha-notice { grid-column: 1 / -1; }
.ms-recaptcha-notice { text-align: center; }
.form-fine { grid-column: 1 / -1; font-size: .82rem; color: var(--muted); margin: 0; }
.contact-info h2 { margin-bottom: 1rem; }
.contact-info .contact-lead { color: var(--muted); font-size: 1.05rem; max-width: 40ch; }
.contact-rows { list-style: none; margin: 1.8rem 0 0; padding: 0; display: grid; gap: 1.3rem; }
.contact-rows li { display: flex; gap: 1rem; align-items: flex-start; }
.contact-rows .ic { width: 46px; height: 46px; flex: none; display: grid; place-items: center; background: var(--gold-tint); border-radius: 12px; }
.contact-rows .ic svg { width: 20px; height: 20px; stroke: var(--gold-ink); fill: none; }
.contact-rows small { display: block; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); margin-bottom: .15rem; }
.contact-rows a, .contact-rows span.v { font-weight: 700; color: var(--ink); font-size: 1.04rem; font-family: "Sora", sans-serif; }
.contact-rows a:hover { color: var(--gold-ink); }

.footer { background: var(--ink-2); color: rgba(255,255,255,.62); }
.footer-top { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: clamp(2rem, 4vw, 3.5rem); padding-top: clamp(3.2rem, 6vw, 4.6rem); padding-bottom: clamp(2.6rem, 4vw, 3.2rem); }
.footer-brand img { width: 116px; height: 116px; object-fit: contain; background: #fff; padding: 9px; border-radius: 22px; border: 1px solid rgba(201,162,74,.4); margin-bottom: 1.4rem; }
.footer-brand p { font-size: .95rem; max-width: 34ch; }
.footer-social { display: inline-flex; align-items: center; gap: .7rem; margin-top: 1.4rem; color: #fff; font-weight: 600; font-family: "Sora", sans-serif; }
.footer-social-ic { width: 42px; height: 42px; border-radius: 50%; background: rgba(201,162,74,.14); border: 1px solid var(--line-dark); display: grid; place-items: center; flex: none; transition: background .2s; }
.footer-social-ic svg { width: 20px; height: 20px; fill: var(--gold); }
.footer-social:hover { color: var(--gold-bright); }
.footer-social:hover .footer-social-ic { background: rgba(201,162,74,.26); }
.footer-contact { list-style: none; margin: 0; padding: 0; display: grid; gap: .85rem; }
.footer-contact li { display: flex; gap: .65rem; align-items: flex-start; color: rgba(255,255,255,.66); font-size: .94rem; }
.footer-contact svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; flex: none; margin-top: 3px; }
.footer-contact a { color: rgba(255,255,255,.66); }
.footer-contact a:hover { color: var(--gold-bright); }
.footer h4 { color: #fff; font-family: "Sora", sans-serif; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .72rem; }
.footer-col a, .footer-col span { color: rgba(255,255,255,.62); font-size: .95rem; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 1.5rem; padding-bottom: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .84rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

.lightbox { position: fixed; inset: 0; z-index: 300; background: rgba(8,6,3,.96); display: none; align-items: center; justify-content: center; padding: 4vw; }
.lightbox.active { display: flex; }
.lightbox img { max-width: 92vw; max-height: 86vh; width: auto; height: auto; border-radius: var(--r); }
.lightbox-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; background: rgba(255,255,255,.1); border: 1px solid rgba(196,154,60,.4); border-radius: 50%; color: #fff; cursor: pointer; font-size: 1.5rem; display: grid; place-items: center; }
.lightbox-btn:hover { background: rgba(196,154,60,.25); }
#lbPrev { left: 3vw; } #lbNext { right: 3vw; } #lbClose { top: 3vh; right: 3vw; transform: none; }

@media (max-width: 1080px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .more { grid-template-columns: 1fr; }
  .about-media { margin-top: 1.8rem; aspect-ratio: 16/11; }
  .more-media { min-height: 260px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 2.4rem 1.4rem; }
  .process-grid::before { display: none; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .nav { position: fixed; inset: 0 0 0 auto; width: min(92vw, 360px); background: #fff; flex-direction: column; align-items: stretch; gap: 0; padding: 0 26px 26px; transform: translateX(105%); transition: transform .32s var(--ease); z-index: 200; overflow-y: auto; box-shadow: -20px 0 60px -30px rgba(0,0,0,.5); }
  .nav.open { transform: translateX(0); }
  .mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 16px; margin-bottom: 8px; border-bottom: 1px solid var(--line); position: sticky; top: 0; background: #fff; }
  .mobile-menu-head img { width: 52px; height: 52px; object-fit: contain; background: #fff; padding: 4px; border-radius: 13px; border: 1px solid rgba(201,162,74,.4); }
  .mobile-menu-close { width: 44px; height: 44px; border: 1px solid var(--line); background: #fff; border-radius: 10px; cursor: pointer; font-size: 1.4rem; line-height: 1; color: var(--ink); }
  .nav > a:not(.btn), .nav-dd-toggle { padding: 14px 6px; border-bottom: 1px solid #f0eee9; border-radius: 0; font-size: 1.05rem; width: 100%; justify-content: space-between; }
  .nav-item-dd { position: static; }
  .nav-item-dd.open .nav-chev { transform: rotate(180deg); color: var(--gold-ink); }
  .nav-dd { list-style: none; margin: 0; padding: 0 10px; background: var(--mist); border-radius: 12px; max-height: 0; overflow: hidden; transition: max-height .32s var(--ease); }
  .nav-item-dd.open .nav-dd { max-height: 640px; margin: 6px 0 14px; padding: 8px 10px; }
  .nav-dd a { display: block; padding: 12px 12px; font-size: .97rem; color: #4a4640; border-radius: 8px; }
  .nav-dd a:active { background: #fff; color: var(--gold-ink); }
  .nav-actions { display: flex; }
  .nav .btn--nav { margin-top: 14px; width: 100%; min-height: 50px; }
  .nav-toggle { display: block; }
  .overlay { display: block; position: fixed; inset: 0; background: rgba(10,8,5,.55); opacity: 0; visibility: hidden; transition: opacity .3s; z-index: 110; }
  .overlay.active { opacity: 1; visibility: visible; }
}

@media (max-width: 640px) {
  .topbar-note { display: none; }
  .topbar { font-size: .78rem; }
  .topbar-inner { justify-content: center; min-height: 36px; }
  .header { top: 8px; margin-top: 8px; }
  .header-inner { height: 60px; padding: 0 .7rem; }
  .brand img { width: 50px; height: 50px; padding: 4px; border-radius: 13px; }
  .brand-text b { font-size: 1.05rem; }
  .svc-grid { grid-template-columns: 1fr; }
  .more-list { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; }
  #contact-form { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: .4rem; }
  .hero h1 { font-size: 2.35rem; }
  .hero-cta { width: 100%; }
  .hero-cta .btn { width: 100%; }
  .hero-stats { flex-direction: column; width: 100%; max-width: 340px; }
  .hero-stat { flex: none; width: 100%; border-left: 0; border-top: 1px solid rgba(255,255,255,.1); padding: .85rem 1.4rem; }
  .hero-stat:first-child { border-top: 0; }
}

@media (hover: none) {
  .svc-card:hover, .btn:hover, .gallery-item:hover img, .svc-card:hover .svc-media img { transform: none; }
  .svc-card:hover .svc-btn { background: var(--ink); color: #fff; }
  .btn:active { transform: translateY(1px); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { transition: none; opacity: 1; transform: none; }
}

.nav > a.active:not(.btn), .nav-item-dd.current > .nav-dd-toggle { color: var(--gold-ink); font-weight: 700; }

.page-hero { position: relative; color: #fff; isolation: isolate; overflow: hidden; margin-top: -100px; background: var(--ink-2); }
.page-hero-media { position: absolute; inset: 0; z-index: -2; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 46%; }
.page-hero-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.36) 45%, rgba(0,0,0,.72) 100%); }
.page-hero-inner { min-height: min(56vh, 440px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding-top: clamp(7.5rem, 14vh, 9.5rem); padding-bottom: clamp(2.6rem, 5vh, 3.6rem); }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.1rem); font-weight: 800; line-height: 1.06; max-width: 22ch; text-shadow: 0 2px 26px rgba(0,0,0,.7); }
.page-hero p { margin-top: 1rem; color: #fff; font-size: clamp(1rem, 1.3vw, 1.1rem); max-width: 40rem; text-shadow: 0 1px 14px rgba(0,0,0,.75); }
.crumb { margin-bottom: 1.1rem; font-size: .85rem; color: rgba(255,255,255,.72); display: inline-flex; gap: .55rem; align-items: center; }
.crumb a { color: var(--gold-bright); }
.crumb a:hover { color: #fff; }
.crumb .sep { opacity: .55; }

.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 4vw, 3.6rem); align-items: center; }
.svc-detail + .svc-detail { margin-top: clamp(2.6rem, 5vw, 4.4rem); padding-top: clamp(2.6rem, 5vw, 4.4rem); border-top: 1px solid var(--line); }
.svc-detail-media { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4/3; }
.svc-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-detail h2 { margin-bottom: 1rem; }
.svc-detail-text > p { color: var(--muted); }
.svc-detail-text .svc-list { margin: 1.3rem 0 1.7rem; }

.gallery--wide { grid-template-columns: repeat(3, 1fr); }
.gallery--wide .gallery-item { aspect-ratio: 4/3; }

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; margin-top: clamp(2rem, 4vw, 3rem); }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.7rem 1.4rem; text-align: center; box-shadow: var(--shadow-sm); }
.stat-card b { display: block; font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.9rem; color: var(--gold-ink); }
.stat-card span { display: block; margin-top: .35rem; color: var(--muted); font-size: .92rem; }

.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.3rem, 2.2vw, 1.8rem); }
.value-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: clamp(1.6rem, 2.2vw, 2rem); box-shadow: var(--shadow-sm); }
.value-ic { width: 50px; height: 50px; border-radius: 13px; background: var(--gold-tint); display: grid; place-items: center; margin-bottom: 1.1rem; }
.value-ic svg { width: 24px; height: 24px; stroke: var(--gold-ink); fill: none; }
.value-card h3 { margin-bottom: .5rem; }
.value-card p { color: var(--muted); font-size: .95rem; }

.cta-full { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: var(--ink-2); }
.cta-full-media { position: absolute; inset: 0; z-index: -2; }
.cta-full-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.cta-full-scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10,8,5,.8) 0%, rgba(10,8,5,.72) 100%); }
.cta-full-inner { text-align: center; padding-top: clamp(3.6rem, 8vw, 6rem); padding-bottom: clamp(3.6rem, 8vw, 6rem); }
.cta-full h2 { color: #fff; margin-bottom: .8rem; }
.cta-full p { color: rgba(255,255,255,.9); max-width: 46ch; margin: 0 auto 1.7rem; }
.cta-actions { display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }

@media (min-width: 981px) {
  .svc-detail--flip .svc-detail-media { order: 2; }
}
@media (max-width: 1080px) {
  .gallery--wide { grid-template-columns: repeat(2, 1fr); }
  .svc-detail { grid-template-columns: 1fr; gap: 1.6rem; }
  .svc-detail-media { aspect-ratio: 16/11; }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr 1fr; }
}
.person-grid { display: grid; gap: 1rem; margin: 1.6rem 0; }
.person-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 1.3rem 1.4rem; box-shadow: var(--shadow-sm); }
.person-card h3 { font-size: 1.18rem; }
.person-role { display: block; margin-top: .25rem; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-ink); }
.person-contact { list-style: none; margin: 1rem 0 0; padding: 0; display: grid; gap: .55rem; }
.person-contact li { display: flex; align-items: center; gap: .7rem; font-size: 1rem; overflow-wrap: anywhere; }
.person-contact svg { width: 17px; height: 17px; stroke: var(--gold); fill: none; flex: none; }
.person-contact a { font-weight: 600; color: var(--ink); font-family: "Sora", sans-serif; }
.person-contact a:hover { color: var(--gold-ink); }

.map-embed { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--line); line-height: 0; }
.map-embed iframe { width: 100%; height: clamp(320px, 42vw, 480px); border: 0; display: block; }

@media (max-width: 640px) {
  .gallery--wide { grid-template-columns: repeat(2, 1fr); }
  .stat-row { grid-template-columns: 1fr 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .cta-actions .btn { width: 100%; }
}
