:root {
    --ink: #0d0d0e;
    --ink-soft: #19191b;
    --gold: #b88732;
    --gold-light: #d7b56d;
    --ivory: #f7f4ed;
    --paper: #fffdf9;
    --stone: #ddd7cb;
    --muted: #666158;
    --white: #ffffff;
    --shadow: 0 22px 55px rgba(13, 13, 14, .13);
    --radius: 26px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.68;
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1, h2 {
    font-family: var(--serif);
    font-weight: 500;
    letter-spacing: -.035em;
    line-height: 1.04;
}
h2 { margin-bottom: 20px; font-size: clamp(2.45rem, 4.4vw, 4.6rem); }
h3 { line-height: 1.2; }
p { color: var(--muted); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 108px 0; }
.section-heading { margin-bottom: 54px; }
.section-heading > p:last-child { max-width: 670px; margin-bottom: 0; font-size: 1.08rem; }
.section-heading.centered { max-width: 850px; margin-inline: auto; text-align: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.section-heading.light h2, .section-heading.light p { color: var(--white); }
.split-heading { display: grid; grid-template-columns: 1.08fr .72fr; gap: 80px; align-items: end; }
.split-heading > p { padding-bottom: 8px; }
.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #8b641f;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1.3;
    text-transform: uppercase;
}
.eyebrow::before { width: 30px; height: 2px; background: var(--gold); content: ""; }
.eyebrow.light { color: var(--gold-light); }
.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 13px 25px;
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .035em;
    line-height: 1.2;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.button-gold:hover { background: #e2c583; border-color: #e2c583; }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--gold-light); border-color: var(--gold-light); }
.button-glass { color: var(--white); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.48); backdrop-filter: blur(8px); }
.button-glass:hover { background: rgba(255,255,255,.2); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255,255,255,.5); }
.button-outline-light:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--gold);
    font-weight: 800;
}
.arrow-link span { color: var(--gold); transition: transform .2s ease; }
.arrow-link:hover span { transform: translateX(4px); }
.arrow-link.light { color: var(--white); }
.skip-link {
    position: fixed;
    left: 16px;
    top: -100px;
    z-index: 1000;
    padding: 10px 16px;
    color: var(--ink);
    background: var(--gold-light);
    border-radius: 8px;
}
.skip-link:focus { top: 12px; }

.topbar { min-height: 36px; color: rgba(255,255,255,.82); background: var(--ink); }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.topbar p, .topbar a { margin: 0; color: inherit; font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.topbar a { color: var(--gold-light); }
.topbar a span { color: rgba(255,255,255,.64); margin-right: 6px; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 90px;
    background: var(--white);
    border-radius: 0 0 50% 50% / 0 0 22px 22px;
    box-shadow: 0 7px 24px rgba(0,0,0,.08);
}
.nav-shell {
    min-height: 90px;
    display: grid;
    grid-template-columns: 1fr 124px 1fr;
    align-items: center;
}
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 34px); }
.nav-left { justify-content: flex-end; padding-right: 24px; }
.nav-right { justify-content: flex-start; padding-left: 24px; }
.desktop-nav > a:not(.nav-cta) {
    position: relative;
    padding: 12px 0;
    font-size: .79rem;
    font-weight: 800;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.desktop-nav > a:not(.nav-cta)::after {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transition: transform .2s ease;
    content: "";
}
.desktop-nav > a:hover::after, .desktop-nav > a.active::after { transform: scaleX(1); }
.nav-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 10px 18px;
    color: var(--white);
    background: var(--ink);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.nav-cta:hover { color: var(--ink); background: var(--gold-light); }
.brand-mark {
    position: relative;
    z-index: 2;
    width: 106px;
    height: 106px;
    align-self: start;
    justify-self: center;
    margin-top: 7px;
    border: 5px solid var(--white);
    border-radius: 50%;
    background: var(--ink);
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    overflow: hidden;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.menu-toggle, .mobile-call, .mobile-menu { display: none; }

.hero {
    min-height: 610px;
    position: relative;
    display: grid;
    margin-top: -18px;
    color: var(--white);
    background: var(--ink) url("asset.php?file=images%2Fhero-living-room.webp") center / cover no-repeat;
    isolation: isolate;
    overflow: hidden;
}
.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(9,9,10,.9) 0%, rgba(9,9,10,.7) 36%, rgba(9,9,10,.22) 65%, rgba(9,9,10,.08) 100%);
}
.hero-inner { min-height: 610px; display: flex; align-items: center; position: relative; padding-top: 48px; padding-bottom: 58px; }
.hero-copy { max-width: 670px; animation: hero-in .8s ease both; }
.hero .eyebrow { margin-bottom: 20px; }
.hero .eyebrow span { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--gold-light); }
.hero h1 { max-width: 650px; margin-bottom: 23px; font-size: clamp(3.2rem, 6.2vw, 5.65rem); }
.hero-lead { max-width: 650px; margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: 1.05rem; line-height: 1.68; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-phone { display: inline-block; margin-top: 18px; color: rgba(255,255,255,.72); font-size: .92rem; }
.hero-phone strong { margin-left: 6px; color: var(--white); border-bottom: 1px solid var(--gold-light); }
.hero-proof {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: min(330px, 31vw);
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 18px;
    background: rgba(12,12,13,.58);
    backdrop-filter: blur(12px);
}
.proof-number { color: var(--gold-light); font-family: var(--serif); font-size: 3.4rem; line-height: .9; }
.hero-proof strong { display: block; color: var(--white); font-family: var(--serif); font-size: 1.08rem; }
.hero-proof p { margin: 2px 0 0; color: rgba(255,255,255,.67); font-size: .78rem; }
.scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
    color: rgba(255,255,255,.68);
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}
.scroll-cue span { width: 32px; height: 1px; background: var(--gold-light); }
@keyframes hero-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }

.trust-strip { position: relative; z-index: 2; background: var(--white); box-shadow: 0 8px 30px rgba(0,0,0,.05); }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 20px 28px; }
.trust-grid > div + div::before { position: absolute; left: 0; top: 28%; bottom: 28%; width: 1px; background: var(--stone); content: ""; }
.trust-grid strong { font-family: var(--serif); font-size: 1.18rem; }
.trust-grid span { color: var(--muted); font-size: .75rem; letter-spacing: .03em; }

.services-section { background: var(--ivory); }
.services-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 72px; align-items: start; }
.service-visual {
    min-height: 660px;
    position: sticky;
    top: 120px;
    margin: 0;
    border-radius: 180px 180px var(--radius) var(--radius);
    background: #c5b79f;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.service-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.76)); content: ""; }
.service-visual img { width: 100%; height: 660px; object-fit: cover; transition: opacity .25s ease, transform .7s ease; }
.service-visual img.is-changing { opacity: .4; transform: scale(1.025); }
.service-visual figcaption { position: absolute; right: 28px; bottom: 27px; left: 28px; z-index: 2; color: var(--white); }
.service-visual figcaption span { display: block; color: var(--gold-light); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.service-visual figcaption strong { display: block; margin-top: 4px; font-family: var(--serif); font-size: 1.55rem; }
.service-accordion { border-top: 1px solid #cfc8bb; }
.service-item { border-bottom: 1px solid #cfc8bb; }
.service-item > button {
    width: 100%;
    min-height: 66px;
    display: grid;
    grid-template-columns: 42px 1fr 22px;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    border: 0;
    background: transparent;
    text-align: left;
    font-family: var(--serif);
    font-size: 1.24rem;
    cursor: pointer;
}
.service-item > button span { color: #9c8f78; font-family: var(--sans); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.service-item > button i { position: relative; width: 18px; height: 18px; }
.service-item > button i::before, .service-item > button i::after { position: absolute; left: 1px; top: 8px; width: 16px; height: 1.5px; background: var(--ink); content: ""; transition: transform .2s ease; }
.service-item > button i::after { transform: rotate(90deg); }
.service-item.active > button { color: #8b641f; }
.service-item.active > button i::after { transform: rotate(0); }
.service-panel { padding: 0 32px 24px 50px; }
.service-panel p { margin-bottom: 11px; font-size: .91rem; }
.service-panel a { color: #805d1f; font-size: .76rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.wrap-section { color: var(--white); background: var(--ink); overflow: hidden; }
.wrap-section::before { position: absolute; width: 560px; height: 560px; right: -240px; top: -240px; border: 1px solid rgba(215,181,109,.15); border-radius: 50%; box-shadow: 0 0 0 70px rgba(215,181,109,.025), 0 0 0 140px rgba(215,181,109,.018); content: ""; }
.wrap-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 82px; align-items: center; }
.wrap-intro h2 { color: var(--white); }
.wrap-intro > p:not(.eyebrow) { color: rgba(255,255,255,.67); }
.wrap-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.wrap-cards article { min-height: 218px; padding: 28px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); }
.wrap-cards article:nth-child(2), .wrap-cards article:nth-child(3) { background: rgba(183,135,50,.12); }
.wrap-cards span { color: var(--gold-light); font-size: .66rem; font-weight: 800; letter-spacing: .1em; }
.wrap-cards h3 { margin: 32px 0 8px; color: var(--white); font-family: var(--serif); font-size: 1.7rem; }
.wrap-cards p { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: .88rem; }

.audience-section { background: var(--paper); }
.audience-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.audience-card { min-height: 565px; position: relative; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.audience-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 25%, rgba(0,0,0,.9)); content: ""; }
.audience-card img { width: 100%; height: 100%; min-height: 565px; object-fit: cover; transition: transform .6s ease; }
.audience-card:hover img { transform: scale(1.035); }
.audience-card > div { position: absolute; right: 34px; bottom: 32px; left: 34px; z-index: 2; }
.audience-card span { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.audience-card h3 { max-width: 460px; margin: 10px 0; color: var(--white); font-family: var(--serif); font-size: clamp(1.9rem, 3vw, 2.65rem); }
.audience-card p { max-width: 520px; margin-bottom: 16px; color: rgba(255,255,255,.75); font-size: .91rem; }
.audience-card a { color: var(--white); font-size: .78rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.realtor-promo { padding-top: 22px; padding-bottom: 22px; background: var(--paper); }
.realtor-ad {
    min-height: 410px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(0,1.35fr) minmax(280px,.65fr);
    gap: 54px;
    align-items: center;
    padding: 62px 70px;
    border: 1px solid rgba(215,181,109,.32);
    border-radius: 28px;
    color: var(--white);
    background: linear-gradient(120deg, #111113 0%, #19191c 62%, #2b2419 100%);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.realtor-ad::before { position: absolute; width: 430px; height: 430px; right: -165px; top: -180px; border: 1px solid rgba(215,181,109,.28); border-radius: 50%; box-shadow: 0 0 0 56px rgba(215,181,109,.04), 0 0 0 112px rgba(215,181,109,.025); content: ""; }
.realtor-copy { position: relative; z-index: 2; }
.realtor-copy h2 { max-width: 760px; margin-bottom: 17px; color: var(--white); font-size: clamp(2.55rem,4.4vw,4.5rem); }
.realtor-copy > p:not(.eyebrow):not(.realtor-badge) { max-width: 700px; color: rgba(255,255,255,.7); }
.realtor-copy .button { margin-top: 9px; }
.realtor-copy small { max-width: 690px; display: block; margin-top: 18px; color: rgba(255,255,255,.44); font-size: .69rem; line-height: 1.5; }
.realtor-badge { width: max-content; margin: 0 0 25px; padding: 7px 12px; border: 1px solid rgba(215,181,109,.5); border-radius: 999px; color: var(--gold-light); background: rgba(215,181,109,.08); font-size: .64rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.realtor-card { min-height: 250px; position: relative; z-index: 2; display: grid; place-content: center; justify-items: center; padding: 32px; border: 1px solid rgba(255,255,255,.15); border-radius: 150px 150px 22px 22px; background: rgba(255,255,255,.05); text-align: center; }
.realtor-card span { color: var(--gold-light); font-size: .67rem; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.realtor-card strong { margin-top: 7px; color: var(--white); font-family: var(--serif); font-size: clamp(2.8rem,5vw,4.6rem); font-weight: 500; line-height: 1; }
.realtor-card i { width: 54px; height: 1px; margin: 23px 0 15px; background: var(--gold); }
.realtor-card p { margin: 0; color: rgba(255,255,255,.6); font-size: .75rem; letter-spacing: .04em; }

.story-section { overflow: hidden; background: var(--ivory); }
.story-grid { display: grid; grid-template-columns: .72fr 1.1fr .64fr; gap: 56px; align-items: center; }
.story-mark {
    min-height: 460px;
    position: relative;
    display: grid;
    place-content: center;
    border-radius: 48% 48% 12px 12px;
    background: var(--ink);
    box-shadow: var(--shadow);
    text-align: center;
    overflow: hidden;
}
.story-mark::before { position: absolute; width: 390px; height: 390px; left: -185px; top: -135px; border: 1px solid rgba(215,181,109,.35); border-radius: 50%; box-shadow: 0 0 0 45px rgba(215,181,109,.05), 0 0 0 90px rgba(215,181,109,.03); content: ""; }
.story-mark span { color: var(--gold-light); font-family: var(--serif); font-size: 13rem; line-height: .74; }
.story-mark small { margin-top: 28px; color: var(--white); font-weight: 800; letter-spacing: .28em; }
.story-copy h2 { font-size: clamp(2.5rem, 4.2vw, 4.1rem); }
.story-lead { color: #3e3932; font-size: 1.06rem; }
.story-copy blockquote { margin: 27px 0; padding-left: 20px; border-left: 2px solid var(--gold); color: #715321; font-family: var(--serif); font-size: 1.12rem; font-style: italic; }
.story-values { border-top: 1px solid var(--stone); }
.story-values div { display: grid; grid-template-columns: 36px 1fr; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--stone); }
.story-values span { color: #947448; font-size: .68rem; font-weight: 800; }
.story-values strong { font-family: var(--serif); font-size: 1.04rem; line-height: 1.4; }

.work-section { color: var(--white); background: var(--ink-soft); }
.comparison { min-height: 620px; position: relative; border-radius: var(--radius); overflow: hidden; }
.comparison > img, .comparison-before, .comparison-before img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.comparison-before { width: var(--position); right: auto; z-index: 2; overflow: hidden; }
.comparison-before img { width: calc(100vw - 48px); max-width: 760px; right: auto; }
.comparison-line { width: 2px; position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--position); background: var(--white); transform: translateX(-1px); pointer-events: none; }
.comparison-line i { width: 48px; height: 48px; position: absolute; top: 50%; left: 50%; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--white); box-shadow: 0 6px 20px rgba(0,0,0,.28); font-style: normal; transform: translate(-50%,-50%); }
.comparison input { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare-label { position: absolute; top: 22px; z-index: 4; padding: 6px 12px; border-radius: 999px; color: var(--ink); background: var(--white); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; pointer-events: none; }
.before-label { left: 20px; }
.after-label { right: 20px; }
.work-grid { display: grid; grid-template-columns: 1.6fr .7fr; gap: 18px; }
.work-stack { display: grid; grid-template-rows: repeat(3,1fr); gap: 18px; }
.work-stack figure { min-height: 0; position: relative; margin: 0; border-radius: 18px; overflow: hidden; }
.work-stack figure::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.75)); content: ""; pointer-events: none; }
.work-stack img, .work-stack video { width: 100%; height: 100%; display: block; object-fit: cover; }
.work-stack video { background: #09090a; }
.work-stack figcaption { position: absolute; left: 17px; bottom: 12px; z-index: 2; color: var(--white); font-family: var(--serif); font-size: 1rem; pointer-events: none; }
.work-video figcaption { bottom: 45px; text-shadow: 0 2px 12px rgba(0,0,0,.65); }
.work-video::before { position: absolute; top: 14px; right: 14px; z-index: 2; padding: 5px 9px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: var(--white); background: rgba(13,13,14,.58); font-family: var(--sans); font-size: .58rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; content: "Video"; pointer-events: none; }

.process-section { background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--stone); border-bottom: 1px solid var(--stone); }
.process-grid article { min-height: 260px; padding: 30px 26px; }
.process-grid article + article { border-left: 1px solid var(--stone); }
.process-grid span { color: #95764b; font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.process-grid h3 { margin: 44px 0 12px; font-family: var(--serif); font-size: 1.42rem; }
.process-grid p { margin-bottom: 0; font-size: .88rem; }

.review-section { background: #ece7dd; }
.review-grid { max-width: 980px; display: grid; grid-template-columns: 240px 1fr; gap: 72px; align-items: center; }
.review-art { width: 230px; margin: 0; padding: 12px; background: var(--white); border-radius: 50% 50% 18px 18px; box-shadow: var(--shadow); }
.review-art img { width: 100%; aspect-ratio: 1; border-radius: 50% 50% 12px 12px; object-fit: cover; }
.stars { margin-bottom: 20px; color: var(--gold); font-size: .92rem; letter-spacing: .22em; }
.review-copy blockquote { margin-bottom: 26px; color: var(--ink); font-family: var(--serif); font-size: clamp(2rem, 3.8vw, 3.6rem); letter-spacing: -.03em; line-height: 1.15; }
.review-copy > p:last-child { margin: 0; }
.review-copy > p:last-child strong, .review-copy > p:last-child span { display: block; }
.review-copy > p:last-child strong { color: var(--ink); }
.review-copy > p:last-child span { margin-top: 2px; font-size: .77rem; }

.areas-section { background: var(--paper); }
.areas-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.areas-copy > p:not(.eyebrow) { max-width: 570px; }
.small-note { font-size: .82rem; }
.areas-copy .button { margin-top: 12px; }
.state-list { border-top: 1px solid var(--stone); }
.state-list article { display: grid; grid-template-columns: 92px 1fr; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--stone); }
.state-list article > span { color: var(--gold); font-family: var(--serif); font-size: 2.7rem; line-height: 1; }
.state-list h3 { margin: 0 0 2px; font-family: var(--serif); font-size: 1.45rem; }
.state-list p { margin: 0; font-size: .86rem; }

.faq-section { background: var(--ivory); }
.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 130px; align-self: start; }
.faq-list { border-top: 1px solid #cfc7b9; }
.faq-list details { border-bottom: 1px solid #cfc7b9; }
.faq-list summary { min-height: 76px; display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 20px; padding: 13px 0; list-style: none; font-family: var(--serif); font-size: 1.22rem; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; width: 20px; height: 20px; }
.faq-list summary span::before, .faq-list summary span::after { position: absolute; top: 9px; left: 2px; width: 16px; height: 1.5px; background: var(--ink); content: ""; transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 700px; padding: 0 46px 24px 0; margin: 0; font-size: .91rem; }

.quote-section { color: var(--white); background: var(--ink); overflow: hidden; }
.quote-section::after { position: absolute; width: 520px; height: 520px; left: -270px; bottom: -300px; border: 1px solid rgba(215,181,109,.17); border-radius: 50%; box-shadow: 0 0 0 65px rgba(215,181,109,.025), 0 0 0 130px rgba(215,181,109,.016); content: ""; }
.quote-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: 88px; align-items: start; }
.quote-copy { position: sticky; top: 130px; }
.quote-copy h2 { color: var(--white); }
.quote-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.quote-copy ul { display: grid; gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.quote-copy li { color: rgba(255,255,255,.82); font-size: .9rem; }
.quote-copy li span { margin-right: 10px; color: var(--gold-light); }
.quote-contact { display: flex; flex-direction: column; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); }
.quote-contact small { color: rgba(255,255,255,.56); }
.quote-contact a { color: var(--gold-light); font-family: var(--serif); font-size: 1.8rem; }
.service-form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: 0 24px 55px rgba(0,0,0,.26);
}
.service-form label, .service-form legend { color: #3c3832; font-size: .76rem; font-weight: 800; letter-spacing: .035em; }
.service-form label { display: grid; gap: 7px; }
.service-form input:not([type="radio"]):not([type="checkbox"]):not([type="file"]), .service-form select, .service-form textarea {
    width: 100%;
    min-height: 49px;
    border: 1px solid #d7d0c4;
    border-radius: 10px;
    padding: 10px 13px;
    color: var(--ink);
    background: #fbfaf7;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}
.service-form textarea { resize: vertical; }
.service-form input:focus, .service-form select:focus, .service-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(183,135,50,.14); }
.full-field { grid-column: 1 / -1; }
.file-field { min-height: 78px; align-content: center; padding: 12px 16px; border: 1px dashed #c1b49e; border-radius: 10px; background: #fbfaf7; }
.file-field span { display: flex; justify-content: space-between; gap: 15px; }
.file-field small { color: #8d867c; font-weight: 500; }
.file-field input { color: var(--muted); font-size: .8rem; }
.contact-method { display: flex; align-items: center; gap: 22px; margin: 0; padding: 0; border: 0; }
.contact-method legend { float: left; margin-right: 15px; }
.contact-method label { display: flex; grid: none; align-items: center; gap: 7px; font-weight: 600; }
.contact-method input, .consent input { accent-color: var(--gold); }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; font-weight: 500 !important; line-height: 1.5; }
.consent input { margin-top: 4px; }
.form-status { min-height: 0; margin: 0; color: #6f552a; font-size: .82rem; }
.form-status.error { color: #a62b2b; }
.form-status.success { color: #1b6b49; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }

.final-cta { padding: 80px 0; color: var(--white); background: #24211d; }
.final-cta-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 72px; align-items: center; }
.final-cta h2 { max-width: 780px; margin-bottom: 16px; color: var(--white); font-size: clamp(2.45rem, 4.2vw, 4.2rem); }
.final-cta p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.65); }
.final-actions { display: grid; gap: 11px; }
.call-link { justify-self: center; color: var(--gold-light); font-weight: 800; }
.footer { padding: 70px 0 0; color: rgba(255,255,255,.72); background: #080809; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .65fr .75fr 1.1fr; gap: 58px; }
.footer-brand img { width: 116px; height: 116px; margin-bottom: 18px; border-radius: 50%; object-fit: cover; }
.footer-brand p { max-width: 280px; }
.footer h3 { margin: 10px 0 22px; color: var(--white); font-family: var(--serif); font-size: 1.12rem; }
.footer p { color: rgba(255,255,255,.54); font-size: .86rem; }
.footer-grid > div:not(.footer-brand) > a, .footer-grid > div:not(.footer-brand) > button {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    color: rgba(255,255,255,.66);
    background: transparent;
    font-size: .85rem;
    text-align: left;
    cursor: pointer;
}
.footer-grid a:hover, .footer-grid button:hover { color: var(--gold-light) !important; }
.socials { display: flex; gap: 9px; margin-top: 18px; }
.socials span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--white); font-size: .7rem; font-weight: 800; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 50px; border-top: 1px solid rgba(255,255,255,.11); }
.footer-bottom p { margin: 0; font-size: .73rem; }
.footer-bottom p:last-child { display: flex; gap: 10px; }
.mobile-actions { display: none; }


@media (max-width: 1100px) {
    .shell { width: min(100% - 38px, 960px); }
    .desktop-nav { gap: 17px; }
    .nav-left { padding-right: 15px; }
    .nav-right { padding-left: 15px; }
    .desktop-nav > a:not(.nav-cta) { font-size: .7rem; }
    .nav-dropdown > a { font-size: .7rem; }
    .nav-cta { padding-inline: 14px; font-size: .68rem; }
    .hero-proof { display: none; }
    .services-layout { gap: 42px; }
    .story-grid { grid-template-columns: .7fr 1.3fr; }
    .story-values { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3,1fr); }
    .story-values div + div { border-left: 1px solid var(--stone); padding-left: 20px; }
    .wrap-grid, .quote-layout, .areas-grid, .faq-grid { gap: 55px; }
    .process-grid { grid-template-columns: repeat(2,1fr); }
    .process-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--stone); }
    .process-grid article:nth-child(4) { border-top: 1px solid var(--stone); }
    .footer-grid { grid-template-columns: 1.2fr .75fr .8fr; }
    .footer-contact { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
}

@media (max-width: 860px) {
    html { scroll-padding-top: 102px; }
    .section { padding: 80px 0; }
    .desktop-nav { display: none; }
    .site-header, .nav-shell { min-height: 76px; }
    .nav-shell { grid-template-columns: 52px 1fr 52px; }
    .brand-mark { width: 86px; height: 86px; margin-top: 5px; grid-column: 2; }
    .mobile-call, .menu-toggle { display: grid; align-items: center; justify-items: center; }
    .mobile-call { width: 42px; height: 42px; grid-column: 1; border: 1px solid var(--stone); border-radius: 50%; }
    .mobile-call svg { width: 19px; fill: var(--ink); }
    .menu-toggle { width: 44px; height: 44px; grid-column: 3; grid-row: 1; justify-self: end; align-content: center; gap: 5px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
    .menu-toggle span { width: 24px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-menu {
        position: fixed;
        inset: 112px 0 0;
        z-index: 99;
        display: grid;
        align-content: start;
        gap: 0;
        padding: 30px 24px 100px;
        background: var(--ivory);
        overflow-y: auto;
    }
    .mobile-menu[hidden] { display: none; }
    .mobile-menu a, .mobile-menu .text-button { padding: 15px 4px; border: 0; border-bottom: 1px solid var(--stone); background: transparent; font-family: var(--serif); font-size: 1.35rem; text-align: left; }
    .hero, .hero-inner { min-height: 590px; }
    .hero { margin-top: -14px; background-position: 58% center; }
    .hero-inner { align-items: end; padding-top: 110px; padding-bottom: 70px; }
    .hero-copy { max-width: 630px; }
    .hero h1 { font-size: clamp(3.1rem, 9vw, 5rem); }
    .hero-shade { background: linear-gradient(90deg, rgba(9,9,10,.88), rgba(9,9,10,.5)); }
    .trust-grid { grid-template-columns: repeat(2,1fr); }
    .trust-grid > div:nth-child(3)::before { display: none; }
    .trust-grid > div { min-height: 90px; }
    .services-layout { grid-template-columns: 1fr; }
    .service-visual { min-height: 430px; position: relative; top: auto; border-radius: 120px 120px var(--radius) var(--radius); }
    .service-visual img { height: 430px; }
    .wrap-grid, .areas-grid, .faq-grid, .quote-layout, .review-grid { grid-template-columns: 1fr; }
    .wrap-intro, .areas-copy, .faq-intro, .quote-copy { position: relative; top: auto; }
    .audience-grid { grid-template-columns: 1fr; }
    .audience-card, .audience-card img { min-height: 520px; }
    .realtor-ad { grid-template-columns: 1fr; gap: 36px; padding: 52px; }
    .realtor-card { min-height: 215px; max-width: 360px; width: 100%; justify-self: center; }
    .story-grid { grid-template-columns: .65fr 1.35fr; }
    .story-mark { min-height: 410px; }
    .story-mark span { font-size: 10rem; }
    .work-grid { grid-template-columns: 1fr; }
    .comparison { min-height: 500px; }
    .comparison-before img { max-width: none; width: calc(100vw - 38px); }
    .work-stack { grid-template-columns: repeat(3,1fr); grid-template-rows: 180px; }
    .split-heading { grid-template-columns: 1fr; gap: 16px; }
    .quote-layout { gap: 42px; }
    .final-cta-grid { grid-template-columns: 1fr; gap: 35px; }
    .final-actions { grid-template-columns: repeat(2,1fr); }
    .call-link { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
    body { padding-bottom: 62px; }
    .shell { width: calc(100% - 30px); }
    .section { padding: 64px 0; }
    h2 { font-size: clamp(2.25rem, 12vw, 3.3rem); }
    .section-heading { margin-bottom: 34px; }
    .topbar-inner { justify-content: center; min-height: 34px; }
    .topbar p { display: none; }
    .topbar a { font-size: .7rem; }
    .topbar a span { display: inline; }
    .site-header, .nav-shell { min-height: 70px; }
    .brand-mark { width: 78px; height: 78px; border-width: 4px; }
    .mobile-menu { inset: 104px 0 62px; }
    .hero, .hero-inner { min-height: 600px; }
    .hero { background-position: 67% center; }
    .hero-inner { padding-top: 104px; padding-bottom: 62px; }
    .hero-shade { background: linear-gradient(90deg, rgba(9,9,10,.93) 0%, rgba(9,9,10,.73) 58%, rgba(9,9,10,.36)); }
    .hero .eyebrow { font-size: .64rem; letter-spacing: .12em; }
    .hero h1 { max-width: 530px; margin-bottom: 18px; font-size: clamp(2.85rem, 14.5vw, 4.3rem); }
    .hero-lead { margin-bottom: 23px; font-size: .94rem; line-height: 1.56; }
    .hero-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
    .hero-actions .button { min-height: 48px; padding: 10px 12px; font-size: .69rem; }
    .hero-phone { margin-top: 14px; font-size: .83rem; }
    .scroll-cue { display: none; }
    .trust-grid { width: 100%; }
    .trust-grid > div { min-height: 82px; padding: 14px 18px; }
    .trust-grid > div:nth-child(odd) { border-right: 1px solid var(--stone); }
    .trust-grid > div:nth-child(3), .trust-grid > div:nth-child(4) { border-top: 1px solid var(--stone); }
    .trust-grid > div + div::before { display: none; }
    .trust-grid strong { font-size: 1rem; }
    .trust-grid span { font-size: .66rem; }
    .services-layout { gap: 30px; }
    .service-visual { min-height: 350px; border-radius: 95px 95px 18px 18px; }
    .service-visual img { height: 350px; }
    .service-visual figcaption { right: 20px; bottom: 20px; left: 20px; }
    .service-item > button { min-height: 62px; grid-template-columns: 34px 1fr 20px; font-size: 1.04rem; }
    .service-panel { padding-left: 42px; }
    .wrap-grid { gap: 38px; }
    .wrap-cards { grid-template-columns: 1fr; }
    .wrap-cards article { min-height: 175px; }
    .wrap-cards h3 { margin-top: 22px; }
    .audience-card, .audience-card img { min-height: 470px; }
    .audience-card > div { right: 24px; bottom: 24px; left: 24px; }
    .realtor-promo { padding-top: 10px; padding-bottom: 10px; }
    .realtor-ad { gap: 30px; padding: 38px 24px; border-radius: 22px; }
    .realtor-copy h2 { font-size: clamp(2.3rem,12vw,3.35rem); }
    .realtor-copy .button { width: 100%; }
    .realtor-card { min-height: 190px; max-width: 270px; }
    .story-grid { grid-template-columns: 1fr; gap: 36px; }
    .story-mark { min-height: 290px; max-width: 280px; width: 100%; margin-inline: auto; }
    .story-mark span { font-size: 8rem; }
    .story-mark small { margin-top: 18px; }
    .story-values { display: block; }
    .story-values div + div { border-left: 0; padding-left: 0; }
    .comparison { min-height: 390px; }
    .comparison-before img { width: calc(100vw - 30px); }
    .work-stack { grid-template-columns: repeat(3, 78vw); grid-template-rows: 230px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 5px; }
    .work-stack figure { scroll-snap-align: start; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid article { min-height: 210px; padding-inline: 8px; }
    .process-grid article + article { border-left: 0; border-top: 1px solid var(--stone); }
    .process-grid h3 { margin-top: 28px; }
    .review-grid { gap: 38px; }
    .review-art { width: 220px; margin-inline: auto; }
    .review-copy { text-align: center; }
    .review-copy .eyebrow { justify-content: center; }
    .review-copy blockquote { font-size: 2.1rem; }
    .areas-grid, .faq-grid { gap: 42px; }
    .state-list article { grid-template-columns: 72px 1fr; }
    .faq-list summary { min-height: 68px; font-size: 1.05rem; }
    .quote-section { padding-bottom: 78px; }
    .service-form { grid-template-columns: 1fr; gap: 16px; padding: 22px 18px; border-radius: 18px; }
    .service-form > * { grid-column: 1; }
    .file-field span { display: block; }
    .file-field small { display: block; margin-top: 2px; }
    .contact-method { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
    .contact-method legend { grid-column: 1 / -1; margin: 0 0 2px; }
    .final-cta { padding: 64px 0; }
    .final-actions { grid-template-columns: 1fr; }
    .call-link { grid-column: 1; }
    .footer { padding-top: 52px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
    .footer-brand, .footer-contact { grid-column: 1 / -1; }
    .footer-brand { text-align: center; }
    .footer-brand img { margin-inline: auto; }
    .footer-brand p { margin-inline: auto; }
    .footer-contact { padding-top: 22px; }
    .footer-bottom { min-height: 100px; flex-direction: column; justify-content: center; margin-top: 36px; padding: 18px 0; text-align: center; }
    .mobile-actions {
        height: 62px;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 120;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding-bottom: env(safe-area-inset-bottom);
        color: var(--white);
        background: var(--ink);
        box-shadow: 0 -8px 25px rgba(0,0,0,.15);
    }
    .mobile-actions > * { display: grid; place-items: center; align-content: center; gap: 1px; border: 0; border-right: 1px solid rgba(255,255,255,.12); color: inherit; background: transparent; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
    .mobile-actions span { color: var(--gold-light); font-size: .95rem; }
}

@media (max-width: 380px) {
    .hero .eyebrow { letter-spacing: .08em; }
    .hero h1 { font-size: 2.65rem; }
    .hero-lead { font-size: .88rem; }
    .hero-actions { grid-template-columns: 1fr; }
    .hero, .hero-inner { min-height: 650px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.thank-you-main { min-height: 70vh; display: grid; place-items: center; padding: 90px 20px; background: var(--ivory); }
.thank-you-card { width: min(720px, 100%); padding: clamp(30px, 6vw, 70px); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); text-align: center; }
.thank-you-card .eyebrow { justify-content: center; }
.thank-you-card h1 { margin-bottom: 20px; font-size: clamp(3rem, 7vw, 5.5rem); }
.thank-you-card > p { max-width: 560px; margin-inline: auto; }
.thank-you-mark { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; color: var(--ink); background: var(--gold-light); font-size: 2rem; }
.thank-you-card .hero-actions { justify-content: center; margin-top: 28px; }
.thank-you-card .reference { color: #7a5b24; }
.thank-you-card .notice { padding: 12px; border-radius: 10px; background: var(--ivory); font-size: .88rem; }

/* Complete website inner pages */
.nav-dropdown { position: relative; }
.nav-dropdown > a { position: relative; display: block; padding: 12px 0; font-size: .79rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.nav-dropdown > a::after { position: absolute; right: 0; bottom: 5px; left: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; content: ""; }
.nav-dropdown.is-open > a::after, .nav-dropdown > a.active::after { transform: scaleX(1); }
.nav-dropdown-menu { width: 270px; position: absolute; top: calc(100% - 2px); left: -20px; display: grid; gap: 0; padding: 12px; border: 1px solid #e4ded2; border-radius: 14px; background: var(--white); box-shadow: 0 20px 45px rgba(13,13,14,.16); opacity: 0; visibility: hidden; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.nav-dropdown.is-open .nav-dropdown-menu { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown-menu a { padding: 9px 11px; border-radius: 8px; color: #403c36; font-size: .76rem; font-weight: 700; }
.nav-dropdown-menu a:hover { color: #765318; background: var(--ivory); }
.nav-dropdown-menu .dropdown-partner { margin-top: 6px; padding-top: 13px; border-top: 1px solid var(--stone); color: #765318; }

.inner-hero { min-height: 485px; position: relative; display: grid; margin-top: -18px; color: var(--white); background: var(--ink) var(--inner-bg) center 46% / cover no-repeat; isolation: isolate; overflow: hidden; }
.inner-hero-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,9,10,.93) 0%, rgba(9,9,10,.76) 46%, rgba(9,9,10,.26) 100%); }
.inner-hero-content { min-height: 485px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 62px; padding-bottom: 62px; }
.inner-hero h1 { max-width: 820px; margin-bottom: 20px; font-size: clamp(3.1rem,6vw,5.7rem); }
.inner-hero-content > p:not(.eyebrow) { max-width: 720px; margin-bottom: 27px; color: rgba(255,255,255,.82); font-size: 1.04rem; }
.inner-hero .hero-actions { justify-content: flex-start; }

.lead-copy { color: #3d3832; font-size: 1.08rem; line-height: 1.8; }
.detail-overview { background: var(--paper); }
.detail-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 78px; align-items: center; }
.detail-copy p:not(.eyebrow) { max-width: 650px; }
.detail-image { min-height: 560px; margin: 0; border-radius: 180px 180px var(--radius) var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.detail-image img { width: 100%; height: 560px; object-fit: cover; }

.feature-section { background: var(--ivory); }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--stone); border-left: 1px solid var(--stone); }
.feature-grid article { min-height: 190px; padding: 28px; border-right: 1px solid var(--stone); border-bottom: 1px solid var(--stone); background: rgba(255,255,255,.38); }
.feature-grid span { color: #92703c; font-size: .69rem; font-weight: 800; letter-spacing: .1em; }
.feature-grid h3 { margin: 46px 0 0; font-family: var(--serif); font-size: 1.35rem; }

.fit-section, .founder-section, .availability-section, .integrity-section, .video-story-section, .disclaimer-section { color: var(--white); background: var(--ink); }
.fit-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.fit-grid h2, .founder-card h2, .availability-card h2, .integrity-card h2, .video-story-grid h2, .disclaimer-card h2 { color: var(--white); }
.fit-grid p, .founder-card p, .availability-card p, .integrity-card p, .video-story-grid p, .disclaimer-card p { color: rgba(255,255,255,.67); }
.check-list { display: grid; gap: 12px; margin: 26px 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 28px; color: #4d4841; }
.check-list li::before { width: 17px; height: 17px; position: absolute; left: 0; top: .35em; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--gold-light); font-size: .65rem; content: "✓"; }
.light-list { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(255,255,255,.035); }
.light-list li { color: rgba(255,255,255,.82); }

.related-section { background: var(--paper); }
.related-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-links a { min-height: 200px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 20px; padding: 28px; border: 1px solid var(--stone); border-radius: 18px; background: var(--ivory); transition: transform .25s ease, box-shadow .25s ease; }
.related-links a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.related-links span { grid-column: 1 / -1; color: #866127; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.related-links strong { align-self: end; font-family: var(--serif); font-size: 1.4rem; line-height: 1.25; }
.related-links i { align-self: end; color: var(--gold); font-size: 1.5rem; font-style: normal; }

.founder-card, .availability-card, .integrity-card, .chooser-card, .disclaimer-card { display: grid; grid-template-columns: 280px 1fr; gap: 62px; align-items: center; }
.founder-monogram { width: 250px; height: 250px; display: grid; place-items: center; border: 1px solid rgba(215,181,109,.35); border-radius: 50% 50% 18px 18px; background: rgba(215,181,109,.08); }
.founder-monogram span { color: var(--gold-light); font-family: var(--serif); font-size: 5rem; }
.values-grid article { min-height: 170px; }

.services-hub { background: var(--paper); }
.service-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.service-card { min-height: 430px; position: relative; border-radius: 22px; box-shadow: var(--shadow); overflow: hidden; }
.service-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.04) 15%, rgba(0,0,0,.92)); content: ""; }
.service-card img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.025); }
.service-card > div { position: absolute; right: 30px; bottom: 28px; left: 30px; z-index: 2; }
.service-card p { margin-bottom: 8px; color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-card h3 { margin: 0 0 8px; color: var(--white); font-family: var(--serif); font-size: 2rem; }
.service-card div > span { max-width: 600px; display: block; color: rgba(255,255,255,.69); font-size: .86rem; }
.service-card a { display: inline-block; margin-top: 14px; color: var(--white); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.chooser-section { padding-top: 0; background: var(--paper); }
.chooser-card, .integrity-card, .availability-card, .disclaimer-card { grid-template-columns: 1fr auto; padding: 55px 60px; border: 1px solid rgba(215,181,109,.25); border-radius: 25px; background: linear-gradient(120deg,#111113,#262017); box-shadow: var(--shadow); }
.chooser-card h2 { color: var(--white); }
.chooser-card p { max-width: 760px; color: rgba(255,255,255,.66); }

.wide-comparison { min-height: 660px; margin-bottom: 22px; }
.wide-comparison .comparison-before img { width: min(1180px, calc(100vw - 48px)); max-width: none; }
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.gallery-grid figure { min-height: 420px; position: relative; margin: 0; border-radius: 18px; overflow: hidden; }
.gallery-grid figure::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 50%,rgba(0,0,0,.82)); content: ""; }
.gallery-grid img { width: 100%; height: 420px; object-fit: cover; }
.gallery-grid figcaption { position: absolute; left: 22px; right: 22px; bottom: 19px; z-index: 2; }
.gallery-grid figcaption span, .gallery-grid figcaption strong { display: block; }
.gallery-grid figcaption span { color: var(--gold-light); font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.gallery-grid figcaption strong { color: var(--white); font-family: var(--serif); font-size: 1.35rem; }
.video-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.video-story-grid figure { margin: 0; border-radius: 20px; overflow: hidden; box-shadow: 0 24px 65px rgba(0,0,0,.35); }
.video-story-grid video { width: 100%; max-height: 590px; display: block; background: #000; object-fit: contain; }

.review-feature { display: grid; grid-template-columns: 280px 1fr; gap: 75px; align-items: center; }
.review-feature figure { width: 230px; margin: 0; padding: 12px; border-radius: 50% 50% 20px 20px; background: var(--white); box-shadow: var(--shadow); }
.review-feature img { width: 100%; aspect-ratio: 1; border-radius: 50% 50% 14px 14px; object-fit: cover; }
.review-feature blockquote { color: var(--ink); font-family: var(--serif); font-size: clamp(1.9rem,3.7vw,3.3rem); line-height: 1.2; }
.review-feature strong, .review-feature div > p:last-child span { display: block; }
.review-feature div > p:last-child span { color: var(--muted); font-size: .78rem; }

.area-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.area-card { min-height: 250px; display: grid; grid-template-columns: 140px 1fr; gap: 30px; align-items: center; padding: 34px; border: 1px solid var(--stone); border-radius: 20px; background: var(--ivory); transition: transform .25s ease, box-shadow .25s ease; }
.area-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.area-card > span, .state-emblem > span { color: var(--gold); font-family: var(--serif); font-size: 4.8rem; line-height: 1; }
.area-card p { margin-bottom: 7px; color: #866127; font-size: .65rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.area-card h3 { margin: 0 0 20px; font-family: var(--serif); font-size: 2rem; }
.area-card strong { font-size: .75rem; text-transform: uppercase; }
.location-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 75px; align-items: center; }
.state-emblem { min-height: 380px; display: grid; place-content: center; justify-items: center; border-radius: 50% 50% 22px 22px; color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.state-emblem small { margin-top: 17px; color: var(--gold-light); font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.availability-card > div { max-width: 800px; }

.realestate-image img { object-position: center; }
.realtor-steps { background: var(--paper); }
.disclaimer-card { display: block; max-width: 1040px; padding: 64px; }
.disclaimer-card p { max-width: 850px; }
.disclaimer-card .button { margin-top: 12px; }

.booking-alert { padding: 18px 0; color: #5c431a; background: #f0dfb8; text-align: center; }
.conversion-section { background: var(--ivory); }
.conversion-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.conversion-copy { position: sticky; top: 130px; }
.conversion-copy h3 { margin-top: 34px; font-family: var(--serif); font-size: 1.55rem; }
.expectation-note { margin-top: 30px; padding: 20px; border-left: 3px solid var(--gold); background: var(--paper); }
.expectation-note p { margin: 4px 0 0; font-size: .84rem; }
.detailed-form { padding: 34px; border-color: var(--stone); box-shadow: var(--shadow); }
.service-options { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin: 0; padding: 16px; border: 1px solid #d7d0c4; border-radius: 10px; }
.service-options legend { padding-inline: 5px; }
.service-options label { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 8px; font-weight: 600; line-height: 1.4; }
.service-options input, .check-field input { margin-top: 3px; accent-color: var(--gold); }
.check-field { grid-template-columns: 18px 1fr !important; align-items: start; gap: 8px !important; font-weight: 500 !important; line-height: 1.5; }
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-details { position: sticky; top: 130px; }
.contact-method-card { margin-top: 18px; padding: 22px 0; border-top: 1px solid var(--stone); }
.contact-method-card span, .contact-method-card strong, .contact-method-card a { display: block; }
.contact-method-card span { color: #866127; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-method-card a, .contact-method-card strong { margin-top: 4px; font-family: var(--serif); font-size: 1.55rem; }
.contact-method-card p { margin: 6px 0 0; font-size: .85rem; }
.contact-route-links { display: grid; gap: 10px; margin-top: 26px; }
.contact-route-links a { padding: 16px; border: 1px solid var(--stone); border-radius: 12px; background: var(--paper); }
.contact-route-links strong, .contact-route-links span { display: block; }
.contact-route-links span { color: var(--muted); font-size: .79rem; }
.faq-page-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 90px; }
.faq-page-grid aside { position: sticky; top: 130px; align-self: start; }

.legal-section { background: var(--ivory); }
.legal-content { max-width: 900px; padding: clamp(30px,6vw,70px); border-radius: 22px; background: var(--white); box-shadow: var(--shadow); }
.legal-content h2 { margin-top: 38px; font-size: clamp(1.75rem,3vw,2.5rem); }
.legal-content li { margin-bottom: 8px; color: var(--muted); }
.legal-date { color: #866127; font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.legal-note { margin-top: 35px; padding: 18px; border-left: 3px solid var(--gold); background: var(--ivory); font-size: .82rem; }
.error-links { background: var(--ivory); }

@media (max-width: 980px) {
    .detail-grid, .fit-grid, .video-story-grid, .location-grid, .conversion-layout, .contact-layout, .faq-page-grid { grid-template-columns: 1fr; gap: 46px; }
    .detail-image { min-height: 460px; }
    .detail-image img { height: 460px; }
    .feature-grid, .gallery-grid { grid-template-columns: repeat(2,1fr); }
    .conversion-copy, .contact-details, .faq-page-grid aside { position: relative; top: auto; }
    .founder-card { grid-template-columns: 220px 1fr; gap: 38px; }
    .founder-monogram { width: 210px; height: 210px; }
    .wide-comparison { min-height: 520px; }
}

@media (max-width: 860px) {
    .nav-dropdown { display: none; }
    .inner-hero, .inner-hero-content { min-height: 455px; }
    .inner-hero { margin-top: -14px; background-position: center; }
    .inner-hero-content { justify-content: flex-end; padding-top: 110px; padding-bottom: 58px; }
    .inner-hero h1 { font-size: clamp(3rem,9vw,4.8rem); }
    .service-card-grid, .area-card-grid { grid-template-columns: 1fr; }
    .related-links { grid-template-columns: 1fr; }
    .related-links a { min-height: 150px; }
    .founder-card, .chooser-card, .integrity-card, .availability-card { grid-template-columns: 1fr; }
    .founder-monogram { justify-self: center; }
    .review-feature { grid-template-columns: 220px 1fr; gap: 38px; }
    .review-feature figure { width: 210px; }
}

@media (max-width: 600px) {
    .inner-hero, .inner-hero-content { min-height: 500px; }
    .inner-hero-shade { background: linear-gradient(90deg,rgba(9,9,10,.94),rgba(9,9,10,.62)); }
    .inner-hero h1 { font-size: clamp(2.75rem,14vw,4rem); }
    .inner-hero-content > p:not(.eyebrow) { font-size: .92rem; }
    .inner-hero .hero-actions { width: 100%; display: grid; grid-template-columns: 1fr; }
    .detail-grid { gap: 34px; }
    .detail-image { min-height: 370px; border-radius: 100px 100px 18px 18px; }
    .detail-image img { height: 370px; }
    .feature-grid, .gallery-grid { grid-template-columns: 1fr; }
    .feature-grid article { min-height: 150px; }
    .feature-grid h3 { margin-top: 30px; }
    .light-list { padding: 22px; }
    .service-card, .service-card img { min-height: 450px; }
    .service-card > div { right: 22px; bottom: 22px; left: 22px; }
    .service-card h3 { font-size: 1.65rem; }
    .chooser-card, .integrity-card, .availability-card, .disclaimer-card { padding: 36px 24px; }
    .founder-card { grid-template-columns: 1fr; gap: 30px; }
    .founder-monogram { width: 180px; height: 180px; }
    .founder-monogram span { font-size: 4rem; }
    .wide-comparison { min-height: 390px; }
    .gallery-grid figure, .gallery-grid img { min-height: 410px; height: 410px; }
    .review-feature { grid-template-columns: 1fr; text-align: center; }
    .review-feature figure { justify-self: center; }
    .review-feature .eyebrow { justify-content: center; }
    .area-card { grid-template-columns: 90px 1fr; gap: 20px; padding: 24px 20px; }
    .area-card > span { font-size: 3.4rem; }
    .state-emblem { min-height: 280px; }
    .service-options { grid-template-columns: 1fr; }
    .detailed-form { padding: 22px 18px; }
    .booking-alert { text-align: left; font-size: .82rem; }
    .legal-content { padding: 28px 20px; }
}

/* V5 deployment polish: compact navigation, controlled media and refined inner pages */
.site-header {
    position: relative;
    top: auto;
    z-index: 100;
    min-height: 92px;
    overflow: visible;
}
.nav-shell {
    min-height: 92px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 132px;
}
.desktop-nav { min-width: 0; flex: 1 1 0; }
.nav-left { justify-content: flex-end; padding-right: 0; }
.nav-right { justify-content: flex-start; padding-left: 0; }
.brand-mark {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 106px;
    height: 106px;
    margin: 0;
    transform: translateX(-50%);
}
.nav-dropdown { display: flex; align-items: center; gap: 5px; position: relative; }
.nav-dropdown > a { white-space: nowrap; }
.dropdown-toggle {
    width: 26px;
    height: 30px;
    display: grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.dropdown-toggle:hover, .dropdown-toggle:focus-visible { background: var(--ivory); }
.dropdown-toggle svg { width: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; transition: transform .2s ease; }
.nav-dropdown.is-open .dropdown-toggle svg { transform: rotate(180deg); }
.nav-dropdown-menu {
    width: 500px;
    top: calc(100% + 15px);
    left: 50%;
    z-index: 30;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 8px;
    padding: 18px;
    border-color: rgba(184,135,50,.22);
    border-radius: 18px;
    background: rgba(255,255,255,.985);
    box-shadow: 0 24px 65px rgba(13,13,14,.19);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
}
.nav-dropdown-menu::before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -8px;
    left: 50%;
    border-top: 1px solid rgba(184,135,50,.22);
    border-left: 1px solid rgba(184,135,50,.22);
    background: var(--white);
    transform: translateX(-50%) rotate(45deg);
    content: "";
}
.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}
.nav-dropdown-menu .dropdown-heading {
    grid-column: 1 / -1;
    margin-bottom: 6px;
    padding: 0 10px 10px;
    border-bottom: 1px solid var(--stone);
    color: #896323;
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.nav-dropdown-menu a { display: block; padding: 10px 11px; line-height: 1.25; }
.nav-dropdown-menu .dropdown-partner { grid-column: 1 / -1; }

.inner-hero {
    min-height: 500px;
    margin-top: -18px;
    background: var(--ink);
}
.inner-hero-media {
    width: min(58vw, 790px);
    position: absolute;
    inset: 0 0 0 auto;
    z-index: -2;
    overflow: hidden;
}
.inner-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.inner-hero-shade {
    z-index: -1;
    background: linear-gradient(90deg, #0d0d0e 0%, rgba(13,13,14,.96) 37%, rgba(13,13,14,.7) 61%, rgba(13,13,14,.2) 100%);
}
.inner-hero-content { min-height: 500px; padding-top: 76px; padding-bottom: 66px; }
.inner-hero h1 { max-width: 720px; font-size: clamp(3rem,5.2vw,5.15rem); }
.inner-hero-content > p:not(.eyebrow) { max-width: 650px; }

.detail-grid { grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr); gap: clamp(48px,6vw,78px); }
.detail-image {
    width: 100%;
    min-height: 0;
    aspect-ratio: 5 / 4;
    border-radius: 130px 130px 24px 24px;
}
.detail-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.feature-grid { gap: 12px; border: 0; }
.feature-grid article {
    min-height: 180px;
    border: 1px solid var(--stone);
    border-radius: 16px;
    background: rgba(255,255,255,.62);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.feature-grid article:hover { transform: translateY(-4px); border-color: rgba(184,135,50,.45); box-shadow: 0 16px 35px rgba(13,13,14,.08); }
.service-card {
    min-height: 0;
    aspect-ratio: 16 / 10;
}
.service-card img { min-height: 0; height: 100%; }
.service-card > div { padding-top: 70px; }
.service-card div > span { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.gallery-grid figure { aspect-ratio: 4 / 5; }
.gallery-grid img { height: 100%; min-height: 0; }
.location-intro, .detail-overview, .services-hub, .faq-page, .areas-page-section { overflow: hidden; }
.state-emblem { min-height: 340px; }
.chooser-card, .integrity-card, .availability-card, .disclaimer-card { overflow: hidden; }

.realestate-intro { background: var(--paper); }
.realestate-image img { object-position: center 62%; }
.realestate-spotlight { background: var(--ivory); }
.realestate-spotlight-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.realestate-collage { min-height: 540px; position: relative; }
.realestate-collage figure { position: absolute; margin: 0; overflow: hidden; box-shadow: var(--shadow); }
.realestate-collage figure:first-child { width: 68%; height: 84%; left: 0; top: 0; border-radius: 120px 120px 22px 22px; }
.realestate-collage figure:last-child { width: 48%; height: 58%; right: 0; bottom: 0; border: 8px solid var(--ivory); border-radius: 18px; }
.realestate-collage img { width: 100%; height: 100%; object-fit: cover; }
.realestate-points { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.realestate-points li { padding: 16px 18px; border-left: 3px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--white); color: #4d4841; }

@media (max-width: 1180px) and (min-width: 1041px) {
    .desktop-nav { gap: 14px; }
    .desktop-nav > a:not(.nav-cta), .nav-dropdown > a { font-size: .67rem; }
    .nav-cta { padding-inline: 13px; font-size: .65rem; }
    .nav-shell { gap: 122px; }
}

@media (max-width: 1040px) {
    html { scroll-padding-top: 102px; }
    .desktop-nav { display: none; }
    .site-header, .nav-shell { min-height: 76px; }
    .nav-shell { display: grid; grid-template-columns: 52px 1fr 52px; gap: 0; }
    .brand-mark { width: 86px; height: 86px; top: 5px; grid-column: 2; }
    .mobile-call, .menu-toggle { display: grid; align-items: center; justify-items: center; }
    .mobile-call { width: 42px; height: 42px; grid-column: 1; border: 1px solid var(--stone); border-radius: 50%; }
    .mobile-call svg { width: 19px; fill: var(--ink); }
    .menu-toggle { width: 44px; height: 44px; grid-column: 3; grid-row: 1; justify-self: end; align-content: center; gap: 5px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
    .menu-toggle span { width: 24px; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .mobile-menu {
        position: fixed;
        inset: 112px 0 0;
        z-index: 99;
        display: grid;
        align-content: start;
        gap: 0;
        padding: 24px 24px 100px;
        background: var(--ivory);
        overflow-y: auto;
    }
    .mobile-menu[hidden] { display: none; }
    .mobile-menu > a, .mobile-parent-link { padding: 14px 4px; border-bottom: 1px solid var(--stone); font-family: var(--serif); font-size: 1.3rem; }
    .mobile-parent-link { display: flex !important; align-items: center; justify-content: space-between; }
    .mobile-parent-link span { color: #866127; font-family: var(--sans); font-size: .65rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .mobile-service-links > div { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px 16px; padding: 8px 0 13px; border-bottom: 1px solid var(--stone); }
    .mobile-service-links > div a { padding: 9px 4px; color: #5d574f; font-size: .76rem; font-weight: 700; line-height: 1.3; }
    .inner-hero, .inner-hero-content { min-height: 470px; }
    .inner-hero-content { justify-content: flex-end; padding-top: 105px; padding-bottom: 58px; }
    .inner-hero-media { width: 72%; }
    .inner-hero-shade { background: linear-gradient(90deg,#0d0d0e 0%,rgba(13,13,14,.91) 48%,rgba(13,13,14,.28) 100%); }
    .realestate-spotlight-grid { grid-template-columns: 1fr; gap: 45px; }
    .realestate-collage { width: min(650px,100%); }
}

@media (max-width: 980px) {
    .detail-grid { grid-template-columns: 1fr; }
    .detail-image { width: min(680px,100%); aspect-ratio: 16 / 10; justify-self: center; }
}

@media (max-width: 600px) {
    .site-header, .nav-shell { min-height: 70px; }
    .brand-mark { width: 78px; height: 78px; top: 5px; }
    .mobile-menu { inset: 104px 0 62px; padding: 18px 18px 90px; }
    .mobile-menu > a, .mobile-parent-link { font-size: 1.16rem; }
    .mobile-service-links > div { grid-template-columns: 1fr 1fr; gap: 0 10px; }
    .mobile-service-links > div a { font-size: .7rem; }
    .inner-hero, .inner-hero-content { min-height: 480px; }
    .inner-hero-media { width: 100%; opacity: .78; }
    .inner-hero-shade { background: linear-gradient(90deg,rgba(9,9,10,.96) 0%,rgba(9,9,10,.79) 58%,rgba(9,9,10,.48)); }
    .inner-hero-content { padding-top: 92px; padding-bottom: 48px; }
    .inner-hero h1 { font-size: clamp(2.55rem,13vw,3.75rem); }
    .detail-image { aspect-ratio: 4 / 3; min-height: 0; border-radius: 80px 80px 18px 18px; }
    .detail-image img { height: 100%; }
    .service-card { aspect-ratio: 4 / 5; }
    .service-card, .service-card img { min-height: 0; }
    .feature-grid article { min-height: 145px; }
    .realestate-collage { min-height: 390px; }
    .realestate-collage figure:first-child { width: 72%; border-radius: 80px 80px 18px 18px; }
    .realestate-collage figure:last-child { width: 52%; }
}

/* V6 final QA: compact media scale and predictable navigation */
.section { padding: 92px 0; }
.hero, .hero-inner { min-height: 520px; }
.hero-inner { min-height: 520px; padding-top: 46px; padding-bottom: 46px; }
.hero h1 { max-width: 620px; font-size: clamp(3rem,5.35vw,5rem); }
.hero-lead { max-width: 600px; }
.hero-proof { bottom: 38px; }
.service-visual { min-height: 520px; border-radius: 130px 130px 24px 24px; }
.service-visual img { height: 520px; }
.audience-card, .audience-card img { min-height: 470px; }
.realtor-ad { min-height: 360px; }
.story-mark { min-height: 400px; }
.comparison, .wide-comparison { min-height: 500px; }
.process-grid article { min-height: 220px; }
.inner-hero, .inner-hero-content { min-height: 420px; }
.inner-hero-content { padding-top: 60px; padding-bottom: 52px; }
.inner-hero h1 { font-size: clamp(2.8rem,4.8vw,4.7rem); }
.detail-image { max-height: 500px; aspect-ratio: 16 / 10; border-radius: 110px 110px 22px 22px; }
.service-card { aspect-ratio: 16 / 9; }
.gallery-grid figure { min-height: 0; aspect-ratio: 4 / 3; }
.gallery-grid img { height: 100%; min-height: 0; }
.video-story-grid video { max-height: 480px; }
.state-emblem { min-height: 300px; }
.realestate-collage { min-height: 480px; }

@media (max-width: 1040px) {
    .section { padding: 76px 0; }
    .hero, .hero-inner { min-height: 540px; }
    .hero-inner { min-height: 540px; padding-top: 90px; padding-bottom: 58px; }
    .service-visual { min-height: 390px; }
    .service-visual img { height: 390px; }
    .audience-card, .audience-card img { min-height: 440px; }
    .inner-hero, .inner-hero-content { min-height: 430px; }
    .inner-hero-content { padding-top: 92px; padding-bottom: 52px; }
    .comparison, .wide-comparison { min-height: 440px; }
}

@media (max-width: 600px) {
    .section { padding: 60px 0; }
    .hero, .hero-inner { min-height: 540px; }
    .hero-inner { min-height: 540px; padding-top: 86px; padding-bottom: 46px; }
    .hero h1 { font-size: clamp(2.65rem,13.5vw,4rem); }
    .service-visual { min-height: 315px; border-radius: 82px 82px 18px 18px; }
    .service-visual img { height: 315px; }
    .audience-card, .audience-card img { min-height: 400px; }
    .inner-hero, .inner-hero-content { min-height: 430px; }
    .inner-hero-content { min-height: 430px; padding-top: 84px; padding-bottom: 42px; }
    .inner-hero h1 { font-size: clamp(2.35rem,12vw,3.5rem); }
    .detail-image { max-height: 360px; aspect-ratio: 4 / 3; border-radius: 70px 70px 18px 18px; }
    .service-card { aspect-ratio: 4 / 3; }
    .comparison, .wide-comparison { min-height: 330px; }
    .gallery-grid figure, .gallery-grid img { min-height: 0; height: auto; }
    .gallery-grid figure { aspect-ratio: 4 / 3; }
    .gallery-grid img { width: 100%; height: 100%; }
    .process-grid article { min-height: 175px; }
    .realestate-collage { min-height: 350px; }
}

@media (max-width: 380px) {
    .hero, .hero-inner { min-height: 560px; }
    .hero-inner { min-height: 560px; }
}

/* V7 hosting-safe showcase refinement */
.work-section {
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(215,181,109,.11), transparent 30%),
        linear-gradient(145deg, #111113 0%, #181719 58%, #211c15 100%);
}
.work-section::before {
    width: 430px;
    height: 430px;
    position: absolute;
    right: -220px;
    bottom: -250px;
    z-index: -1;
    border: 1px solid rgba(215,181,109,.2);
    border-radius: 50%;
    box-shadow: 0 0 0 55px rgba(215,181,109,.025), 0 0 0 110px rgba(215,181,109,.018);
    content: "";
}
.work-grid {
    grid-template-columns: minmax(0,1.45fr) minmax(310px,.75fr);
    gap: 20px;
    align-items: stretch;
}
.comparison {
    min-height: 0;
    height: clamp(360px, 36vw, 460px);
    border: 1px solid rgba(215,181,109,.28);
    border-radius: 24px;
    background: #0b0b0c;
    box-shadow: 0 26px 70px rgba(0,0,0,.3);
}
.comparison::after {
    position: absolute;
    inset: 0;
    z-index: 3;
    border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), inset 0 -80px 80px -80px rgba(0,0,0,.65);
    content: "";
    pointer-events: none;
}
.comparison input { z-index: 6; }
.comparison-line { z-index: 5; }
.compare-label { top: 18px; z-index: 5; box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.work-stack {
    height: clamp(360px, 36vw, 460px);
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-template-rows: .9fr 1.1fr;
    gap: 14px;
}
.work-stack figure {
    border: 1px solid rgba(215,181,109,.22);
    border-radius: 18px;
    background: #0b0b0c;
    box-shadow: 0 18px 38px rgba(0,0,0,.22);
}
.work-stack figure img { transition: transform .55s ease, filter .55s ease; }
.work-stack figure:hover img { transform: scale(1.035); filter: saturate(1.05); }
.work-stack .work-video { grid-column: 1 / -1; }
.work-stack .work-video video { object-fit: contain; }
.work-stack figcaption { right: 14px; bottom: 12px; left: 14px; font-family: var(--sans); }
.work-stack figcaption span, .work-stack figcaption strong { display: block; }
.work-stack figcaption span { color: var(--gold-light); font-size: .55rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.work-stack figcaption strong { margin-top: 2px; color: var(--white); font-family: var(--serif); font-size: .96rem; font-weight: 500; line-height: 1.15; }
.work-video figcaption { bottom: 42px; }
.work-video::before { top: 11px; right: 11px; }

.wide-comparison {
    height: clamp(370px, 39vw, 470px);
    min-height: 0;
    margin-bottom: 30px;
    border-radius: 26px;
}
.comparison-hint {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 5;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 999px;
    color: var(--white);
    background: rgba(13,13,14,.62);
    backdrop-filter: blur(8px);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    transform: translateX(-50%);
    pointer-events: none;
}
.gallery-grid { gap: 22px; }
.gallery-grid figure {
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(184,135,50,.18);
    border-radius: 20px;
    background: var(--ink);
    box-shadow: 0 18px 45px rgba(13,13,14,.12);
}
.gallery-grid img { transition: transform .55s ease, filter .55s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); filter: saturate(1.06); }

.video-story-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 18%, rgba(215,181,109,.12), transparent 28%),
        linear-gradient(135deg,#0d0d0e,#191719 62%,#241e15);
}
.video-story-grid {
    grid-template-columns: minmax(0,1fr) minmax(260px,310px);
    gap: clamp(45px,7vw,95px);
    padding: clamp(30px,5vw,58px);
    border: 1px solid rgba(215,181,109,.25);
    border-radius: 30px;
    background: rgba(255,255,255,.035);
    box-shadow: 0 28px 80px rgba(0,0,0,.28);
}
.video-story-grid > div > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.68); }
.video-story-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.video-story-points span { padding: 8px 11px; border: 1px solid rgba(215,181,109,.26); border-radius: 999px; color: rgba(255,255,255,.76); background: rgba(215,181,109,.055); font-size: .61rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.video-story-grid .video-story-frame {
    width: min(100%,310px);
    aspect-ratio: 9 / 16;
    position: relative;
    justify-self: end;
    border: 8px solid rgba(255,255,255,.08);
    border-radius: 150px 150px 24px 24px;
    background: #050506;
    box-shadow: 0 28px 70px rgba(0,0,0,.42);
}
.video-story-grid .video-story-frame video { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.video-story-badge { position: absolute; top: 18px; left: 50%; z-index: 2; width: max-content; padding: 7px 12px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: var(--white); background: rgba(13,13,14,.62); backdrop-filter: blur(8px); font-size: .57rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; transform: translateX(-50%); pointer-events: none; }

@media (max-width: 860px) {
    .work-grid { grid-template-columns: 1fr; }
    .comparison { height: clamp(350px,62vw,450px); }
    .work-stack { height: 220px; grid-template-columns: repeat(3,1fr); grid-template-rows: 1fr; }
    .work-stack .work-video { grid-column: auto; }
    .wide-comparison { height: clamp(350px,58vw,440px); }
    .video-story-grid { grid-template-columns: 1fr minmax(240px,290px); gap: 34px; }
}

@media (max-width: 680px) {
    .comparison { height: clamp(300px,88vw,380px); }
    .work-stack { height: auto; grid-template-columns: 82vw 82vw 82vw; grid-template-rows: 230px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .work-stack figure { scroll-snap-align: start; }
    .wide-comparison { height: clamp(300px,84vw,370px); }
    .comparison-hint { bottom: 14px; }
    .gallery-grid { gap: 15px; }
    .gallery-grid figure { aspect-ratio: 4 / 3; min-height: 0; height: auto; }
    .gallery-grid img { width: 100%; height: 100%; min-height: 0; }
    .video-story-grid { grid-template-columns: 1fr; padding: 25px 18px; border-radius: 22px; }
    .video-story-grid .video-story-frame { width: min(100%,310px); justify-self: center; }
}
