:root {
    --ink: #090a09;
    --ink-soft: #111310;
    --panel: #151713;
    --gold: #d0a64d;
    --gold-bright: #e4c477;
    --gold-deep: #9f762d;
    --ivory: #f1ede3;
    --ivory-soft: #e4dfd3;
    --stone: #aaa69d;
    --white: #fffdf7;
    --line: rgba(228, 196, 119, .22);
    --serif: "Bodoni MT", Didot, "Times New Roman", serif;
    --sans: Aptos, "Segoe UI", Helvetica, Arial, sans-serif;
    --container: 1240px;
    --header-height: 92px;
    --ease: cubic-bezier(.22, 1, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
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; }
::selection { background: var(--gold); color: var(--ink); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; transform: translateY(-160%); padding: 10px 16px; background: var(--gold); color: var(--ink); font-weight: 700; transition: transform .2s; }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.announcement { position: relative; z-index: 80; border-bottom: 1px solid rgba(255,255,255,.07); background: #050605; color: #c7c2b7; font-size: .69rem; letter-spacing: .16em; text-transform: uppercase; }
.announcement__inner { display: flex; justify-content: space-between; padding-block: 8px; }
.announcement__location { color: var(--gold-bright); }
.site-header { position: sticky; z-index: 70; top: 0; height: var(--header-height); border-bottom: 1px solid transparent; background: rgba(9,10,9,.82); backdrop-filter: blur(18px); transition: height .35s var(--ease), border-color .35s, background .35s; }
.site-header.is-scrolled { height: 76px; border-color: rgba(228,196,119,.14); background: rgba(7,8,7,.94); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { width: 234px; height: 72px; display: flex; align-items: center; overflow: hidden; flex-shrink: 0; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 29px; font-size: .79rem; letter-spacing: .07em; }
.site-nav > a:not(.button), .nav-dropdown > button { position: relative; padding-block: 15px; color: #ddd7ca; transition: color .25s; }
.site-nav > a:not(.button)::after, .nav-dropdown > button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: var(--gold); transition: right .3s var(--ease); }
.site-nav > a:hover, .site-nav > a[aria-current="page"], .nav-dropdown > button:hover { color: var(--gold-bright); }
.site-nav > a:hover::after, .site-nav > a[aria-current="page"]::after, .nav-dropdown > button:hover::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown > button { border: 0; background: transparent; cursor: pointer; }
.nav-dropdown > button span { display: inline-block; margin-left: 4px; transition: transform .2s; }
.nav-dropdown > button[aria-expanded="true"] span { transform: rotate(45deg); }
.nav-dropdown__menu { position: absolute; top: calc(100% + 8px); left: -24px; width: 220px; padding: 14px; border: 1px solid var(--line); background: rgba(12,13,11,.98); box-shadow: 0 24px 60px rgba(0,0,0,.42); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .25s var(--ease); }
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown.is-open .nav-dropdown__menu { opacity: 1; visibility: visible; transform: none; }
.nav-dropdown__menu a { display: block; padding: 12px 10px; color: #ddd6c9; border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-dropdown__menu a:last-child { border: 0; }
.nav-dropdown__menu a:hover { color: var(--gold-bright); }
.nav-phone { color: var(--gold-bright) !important; }
.menu-toggle { display: none; border: 0; background: transparent; cursor: pointer; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 30px; padding: 0 22px; border: 1px solid var(--gold); background: var(--gold); color: var(--ink); font-size: .73rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transition: color .3s, background .3s, transform .3s var(--ease), box-shadow .3s; cursor: pointer; }
.button:hover { color: var(--gold-bright); background: transparent; box-shadow: 0 12px 40px rgba(0,0,0,.2); transform: translateY(-2px); }
.button--small { min-height: 43px; padding-inline: 18px; gap: 12px; font-size: .65rem; }
.button--dark { border-color: var(--ink); background: var(--ink); color: var(--gold-bright); }
.button--dark:hover { border-color: var(--ink); color: var(--ink); background: transparent; }
.text-link { display: inline-flex; gap: 18px; align-items: center; color: var(--gold-bright); font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translate(3px, -2px); }
.text-link--dark { color: var(--ink); }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--gold-bright); font-size: .66rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.eyebrow--dark { color: #6d5226; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: .99; }
h1 { font-size: clamp(3.5rem, 7vw, 7rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.65rem, 5vw, 4.75rem); letter-spacing: -.035em; }
h3 { font-size: 1.65rem; }
p { color: #b8b4aa; }

.hero { position: relative; min-height: calc(100vh - 126px); overflow: hidden; background: radial-gradient(circle at 75% 38%, rgba(188,140,49,.12), transparent 25%), linear-gradient(145deg, #090a09 0%, #0d0f0c 62%, #080908 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(90deg, transparent, #000 45%, #000); }
.hero__ambient { position: absolute; width: 660px; height: 660px; right: -300px; top: -230px; border: 1px solid rgba(208,166,77,.12); border-radius: 50%; box-shadow: 0 0 0 120px rgba(208,166,77,.025), 0 0 0 250px rgba(208,166,77,.018); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: 8vw; min-height: calc(100vh - 236px); padding-block: 88px 64px; }
.hero__content { max-width: 810px; }
.hero h1 { max-width: 870px; margin: 25px 0 30px; color: var(--ivory); }
.hero__lead { max-width: 660px; font-size: 1.08rem; line-height: 1.8; }
.hero__actions { display: flex; align-items: center; gap: 34px; margin-top: 42px; }
.hero__art { position: relative; min-height: 500px; display: flex; align-items: center; justify-content: center; }
.hero__seal { position: relative; width: min(100%, 470px); aspect-ratio: 1; display: grid; place-items: center; }
.hero__seal::before { content: ""; position: absolute; inset: 12%; border-radius: 50%; background: radial-gradient(circle, rgba(208,166,77,.12), rgba(208,166,77,.02) 52%, transparent 68%); filter: blur(6px); }
.hero__seal img { position: relative; width: 84%; filter: drop-shadow(0 30px 50px rgba(0,0,0,.55)); }
.hero__orbit { position: absolute; inset: 1%; border: 1px solid rgba(228,196,119,.14); border-radius: 50%; }
.hero__orbit--one::before, .hero__orbit--two::before { content: ""; position: absolute; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-bright); box-shadow: 0 0 20px rgba(228,196,119,.8); }
.hero__orbit--one { animation: orbit 24s linear infinite; }
.hero__orbit--one::before { top: 24%; right: 6%; }
.hero__orbit--two { inset: 8%; border-style: dashed; opacity: .5; animation: orbit 36s linear infinite reverse; }
.hero__orbit--two::before { left: 3%; bottom: 32%; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero__note { position: absolute; right: -4px; bottom: 20px; width: 148px; min-height: 148px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(9,10,9,.76); text-align: center; backdrop-filter: blur(12px); }
.hero__note span { max-width: 95px; color: #aaa59a; font-size: .59rem; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.hero__note strong { color: var(--gold-bright); font-family: var(--serif); font-size: 2rem; font-weight: 400; line-height: 1.1; }
.trust-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.trust-strip div { display: flex; flex-direction: column; gap: 2px; padding: 26px 26px 28px; border-right: 1px solid var(--line); }
.trust-strip div:first-child { padding-left: 0; }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { color: var(--ivory); font-family: var(--serif); font-size: 1.15rem; font-weight: 400; }
.trust-strip span { color: #89877f; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }

.section { position: relative; padding-block: 132px; }
.section--ivory { background: var(--ivory); color: var(--ink); }
.section--ivory p { color: #5d5c58; }
.section--gold { background: var(--gold); color: var(--ink); }
.section--gold p { color: #4e3d1e; }
.statement__grid, .split-copy { display: grid; grid-template-columns: 1.05fr .75fr; gap: 10vw; align-items: start; }
.statement h2, .split-copy h2 { max-width: 740px; margin: 25px 0 0; }
.statement__copy { padding-top: 34px; border-top: 1px solid rgba(9,10,9,.2); }
.statement__copy p, .split-copy > div:last-child p { font-size: 1.02rem; line-height: 1.9; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 8vw; margin-bottom: 64px; }
.section-heading > div { max-width: 740px; }
.section-heading h2 { margin: 22px 0 0; }
.section-heading > p { max-width: 390px; margin-bottom: 5px; }
.section-heading--dark p { color: #49391c; }

.services { overflow: hidden; background: #0e100d; }
.services::after { content: "CHAMPIONS"; position: absolute; right: -30px; bottom: -20px; color: rgba(255,255,255,.018); font-family: var(--serif); font-size: 14vw; line-height: .7; }
.service-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.service-card { position: relative; min-height: 630px; display: flex; flex-direction: column; justify-content: space-between; padding: 38px 42px 42px; overflow: hidden; transition: background .45s, transform .45s var(--ease); }
.service-card + .service-card { border-left: 1px solid var(--line); }
.service-card:hover { background: #151811; }
.service-card__number { position: absolute; top: 36px; right: 40px; color: var(--gold-bright); font-size: .7rem; letter-spacing: .18em; }
.service-card__visual { position: relative; height: 285px; margin: 20px 0 42px; opacity: .84; transition: transform .6s var(--ease), opacity .4s; }
.service-card:hover .service-card__visual { transform: scale(1.025); opacity: 1; }
.service-card__visual--office { border: 1px solid rgba(228,196,119,.32); background: linear-gradient(120deg, transparent 45%, rgba(208,166,77,.06)), repeating-linear-gradient(90deg, transparent 0 74px, rgba(228,196,119,.08) 74px 75px); }
.service-card__visual--office::before { content: ""; position: absolute; left: 12%; right: 12%; bottom: 18%; height: 34%; border: 1px solid rgba(228,196,119,.4); border-bottom-width: 4px; transform: perspective(500px) rotateX(58deg); }
.service-card__visual--office span { position: absolute; bottom: 18%; width: 1px; height: 37%; background: rgba(228,196,119,.32); }
.service-card__visual--office span:nth-child(1) { left: 24%; }.service-card__visual--office span:nth-child(2) { left: 50%; }.service-card__visual--office span:nth-child(3) { right: 24%; }
.service-card__visual--retail { border: 1px solid rgba(228,196,119,.25); background: radial-gradient(circle at center, rgba(208,166,77,.09), transparent 60%); }
.service-card__visual--retail::before { content: ""; position: absolute; inset: 18% 12%; border: 1px solid rgba(228,196,119,.38); box-shadow: inset 0 0 0 28px #10120e, inset 0 0 0 29px rgba(228,196,119,.16); }
.service-card__visual--retail span { position: absolute; top: 28%; bottom: 28%; width: 15%; border: 1px solid rgba(228,196,119,.24); }
.service-card__visual--retail span:nth-child(1) { left: 20%; }.service-card__visual--retail span:nth-child(2) { left: 42.5%; }.service-card__visual--retail span:nth-child(3) { right: 20%; }
.service-card__type { color: #7f7d75; font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.service-card h3 { margin: 13px 0 14px; color: var(--ivory); font-size: 2.7rem; }
.service-card p { max-width: 500px; }
.service-card__link { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: var(--gold-bright); font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }

.process-list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; border-top: 1px solid rgba(9,10,9,.32); }
.process-list li { min-height: 320px; padding: 34px 30px 0; border-right: 1px solid rgba(9,10,9,.22); }
.process-list li:first-child { padding-left: 0; }
.process-list li:last-child { border: 0; }
.process-list li > span { display: block; margin-bottom: 75px; font-size: .67rem; font-weight: 700; letter-spacing: .16em; }
.process-list h3 { margin-bottom: 16px; font-size: 2rem; }
.process-list p { font-size: .9rem; }

.about-preview { overflow: hidden; background: #0b0d0a; }
.about-preview::before { content: ""; position: absolute; width: 700px; height: 700px; left: -380px; top: 50%; border: 1px solid rgba(228,196,119,.1); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 100px rgba(228,196,119,.015), 0 0 0 220px rgba(228,196,119,.01); }
.about-preview__grid { display: grid; grid-template-columns: .8fr 1.05fr; align-items: center; gap: 11vw; }
.about-preview__portrait { position: relative; }
.about-preview__monogram { aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle, rgba(208,166,77,.09), transparent 65%); }
.about-preview__monogram img { width: 84%; }
.about-preview__caption { display: block; margin-top: 18px; color: #77766f; font-size: .65rem; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.about-preview__content h2 { margin: 23px 0 30px; }
.about-preview__content > p { max-width: 650px; font-size: 1.04rem; line-height: 1.9; }
.signature { display: flex; flex-direction: column; margin: 34px 0 38px; }
.signature span { color: var(--gold-bright); font-family: var(--serif); font-size: 2rem; font-style: italic; }
.signature small { color: #75746c; font-size: .64rem; letter-spacing: .14em; text-transform: uppercase; }

.standards-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(9,10,9,.25); }
.standards-grid article { min-height: 280px; padding: 30px 28px; border-right: 1px solid rgba(9,10,9,.16); }
.standards-grid article:first-child { padding-left: 0; }
.standards-grid article:last-child { border: 0; }
.standards-grid article > span, .value-grid article > span { color: #806229; font-size: .66rem; letter-spacing: .16em; }
.standards-grid h3 { margin: 70px 0 16px; font-size: 1.75rem; }
.standards-grid p { font-size: .9rem; }
.testimonials { background: #10120e; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 42px; background: var(--line); border: 1px solid var(--line); }
.testimonial-grid blockquote { margin: 0; padding: 44px; background: #10120e; }
.testimonial-grid blockquote p { color: var(--ivory); font-family: var(--serif); font-size: 1.55rem; line-height: 1.35; }
.testimonial-grid footer { color: var(--gold-bright); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
.closing-statement { text-align: center; background: radial-gradient(circle at 50% 35%, rgba(208,166,77,.1), transparent 35%), #0a0b09; }
.closing-statement__inner { max-width: 850px; }
.closing-statement img { width: min(100%, 600px); margin: 0 auto 28px; }
.closing-statement p { margin: 0 auto 34px; max-width: 640px; color: var(--ivory); font-family: var(--serif); font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1.35; }

.page-hero { position: relative; min-height: 650px; display: flex; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 45%, rgba(208,166,77,.12), transparent 25%), #0a0b09; }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .1; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, #000); }
.page-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .55fr; align-items: center; gap: 7vw; padding-block: 90px; }
.page-hero h1 { max-width: 950px; margin: 25px 0 28px; font-size: clamp(3.5rem, 6vw, 6rem); }
.page-hero p { max-width: 700px; font-size: 1.06rem; }
.page-hero .button { margin-top: 25px; }
.page-hero__index { min-height: 320px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--line); background: rgba(255,255,255,.01); }
.page-hero__index span { color: var(--gold-bright); font-family: var(--serif); font-size: 6rem; line-height: 1; }
.page-hero__index strong { margin-top: 24px; color: #6c6a63; font-size: .62rem; letter-spacing: .35em; }
.page-hero--center { min-height: 610px; text-align: center; }
.page-hero--center .container { position: relative; z-index: 1; max-width: 980px; }
.page-hero--center .eyebrow { justify-content: center; }
.page-hero--center p { margin-inline: auto; }
.page-hero--small { min-height: 430px; }
.page-hero--small .container { position: relative; z-index: 1; }
.page-hero--small h1 { margin-bottom: 12px; }
.page-hero--error { min-height: calc(100vh - 126px); }
.split-copy > div:last-child { padding-top: 32px; border-top: 1px solid rgba(9,10,9,.2); }
.detail-listing { background: #0e100d; }
.detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.detail-grid article { min-height: 480px; padding: 34px 28px; border-right: 1px solid var(--line); }
.detail-grid article:last-child { border-right: 0; }
.detail-grid article > span { color: var(--gold-bright); font-size: .66rem; letter-spacing: .14em; }
.detail-grid h3 { min-height: 72px; margin: 100px 0 26px; color: var(--ivory); font-size: 1.7rem; }
.detail-grid ul { list-style: none; padding: 0; margin: 0; }
.detail-grid li { position: relative; padding: 10px 0 10px 17px; border-top: 1px solid rgba(255,255,255,.07); color: #a6a49c; font-size: .86rem; }
.detail-grid li::before { content: ""; position: absolute; left: 0; top: 19px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.feature-band__grid { display: grid; grid-template-columns: 1.1fr .8fr; gap: 10vw; }
.feature-band h2 { margin-top: 22px; }
.feature-band__points { border-top: 1px solid rgba(9,10,9,.28); }
.feature-band__points p { display: flex; flex-direction: column; padding: 22px 0; margin: 0; border-bottom: 1px solid rgba(9,10,9,.18); }
.feature-band__points strong { color: var(--ink); font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.feature-band__points span { margin-top: 4px; font-size: .89rem; }

.process-detail article { display: grid; grid-template-columns: 120px 1fr 260px; align-items: start; gap: 5vw; padding: 70px 0; border-bottom: 1px solid rgba(9,10,9,.2); }
.process-detail__number { color: #8d6b2b; font-family: var(--serif); font-size: 4rem; line-height: 1; }
.process-detail article small { color: #7e6028; font-size: .65rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.process-detail article h2 { margin: 12px 0 20px; font-size: clamp(2.2rem, 4vw, 3.6rem); }
.process-detail article p { max-width: 680px; }
.process-detail article > strong { padding-top: 30px; color: #77736b; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.process-cta { text-align: center; }
.process-cta__inner { max-width: 900px; }
.process-cta h2 { margin: 24px auto; }
.process-cta p { max-width: 600px; margin-inline: auto; }
.process-cta .button { margin-top: 20px; }

.about-seal { display: flex; flex-direction: column; align-items: center; }
.about-seal img { width: min(100%, 380px); }
.about-seal span { margin-top: 15px; color: #74726b; font-size: .62rem; letter-spacing: .17em; text-transform: uppercase; }
.owner-story__grid { display: grid; grid-template-columns: .8fr 1fr; gap: 10vw; }
.owner-story h2 { margin-top: 24px; }
.owner-story p { font-size: 1.02rem; line-height: 1.9; }
.values { background: #0d0f0c; }
.value-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); }
.value-grid article { min-height: 310px; padding: 36px 42px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.value-grid article:nth-child(2n) { border-right: 0; }
.value-grid article:nth-last-child(-n+2) { border-bottom: 0; }
.value-grid h3 { margin: 74px 0 16px; color: var(--ivory); font-size: 2rem; }

.area-section__grid { display: grid; grid-template-columns: 1fr .9fr; gap: 10vw; align-items: center; }
.area-map { position: relative; min-height: 580px; overflow: hidden; border: 1px solid rgba(9,10,9,.2); background: linear-gradient(135deg, #e5dfd2, #f7f3e9); }
.area-map::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(9,10,9,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(9,10,9,.12) 1px, transparent 1px); background-size: 52px 52px; }
.area-map__river { position: absolute; width: 140%; height: 90px; left: -20%; bottom: 15%; border-top: 1px solid rgba(9,10,9,.3); border-bottom: 1px solid rgba(9,10,9,.3); transform: rotate(-8deg); }
.area-map__ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(159,118,45,.35); border-radius: 50%; transform: translate(-50%, -50%); }
.area-map__ring--one { width: 260px; height: 260px; }.area-map__ring--two { width: 420px; height: 420px; }
.area-map__pin { position: absolute; top: 50%; left: 50%; display: flex; flex-direction: column; align-items: center; transform: translate(-50%, -50%); }
.area-map__pin i { width: 18px; height: 18px; margin-bottom: 15px; border: 5px solid var(--gold); border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 8px rgba(208,166,77,.2); }
.area-map__pin strong { font-family: var(--serif); font-size: 2rem; font-weight: 400; }
.area-map__pin small { font-size: .62rem; letter-spacing: .16em; text-transform: uppercase; }
.area-section h2 { margin: 24px 0 28px; }
.area-section p { font-size: 1rem; line-height: 1.9; }
.area-notes { margin-top: 32px; border-top: 1px solid rgba(9,10,9,.22); }
.area-notes p { display: flex; flex-direction: column; margin: 0; padding: 17px 0; border-bottom: 1px solid rgba(9,10,9,.14); }
.area-notes strong { color: var(--ink); font-family: var(--serif); font-size: 1.2rem; font-weight: 400; }
.area-notes span { font-size: .84rem; }

.page-hero--contact .contact-direct { display: grid; grid-template-columns: 110px 1fr; gap: 8px 18px; margin-top: 34px; }
.contact-direct span { color: #77766f; font-size: .62rem; letter-spacing: .13em; text-transform: uppercase; }
.contact-direct a, .contact-direct strong { color: var(--gold-bright); font-size: .92rem; font-weight: 400; }
.contact-intro { padding: 40px; border: 1px solid var(--line); background: rgba(255,255,255,.015); }
.contact-intro > span { color: var(--gold-bright); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; }
.contact-intro ol { list-style: none; padding: 0; margin: 35px 0 0; }
.contact-intro li { display: flex; gap: 18px; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.08); color: #b6b2a8; }
.contact-intro i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold-bright); font-size: .7rem; font-style: normal; }
.contact-section__grid { display: grid; grid-template-columns: .65fr 1fr; gap: 9vw; align-items: start; }
.contact-section h2 { margin: 24px 0 25px; }
.contact-section > .container > div:first-child > p { font-size: 1rem; line-height: 1.85; }
.privacy-note { display: flex; flex-direction: column; margin-top: 35px; padding: 20px 0; border-top: 1px solid rgba(9,10,9,.2); border-bottom: 1px solid rgba(9,10,9,.2); }
.privacy-note strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; }
.privacy-note span { color: #73716c; font-size: .84rem; }
.form-card { padding: 48px; border: 1px solid rgba(9,10,9,.18); background: #f8f4ea; box-shadow: 0 30px 80px rgba(36,29,15,.1); }
.quote-form { display: flex; flex-direction: column; gap: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.quote-form label { display: flex; flex-direction: column; gap: 8px; color: #2c2c29; font-size: .73rem; font-weight: 700; letter-spacing: .05em; }
.quote-form label > span { color: #9b6e1b; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bab3a5; border-radius: 0; outline: 0; background: transparent; color: var(--ink); padding: 12px 2px; transition: border-color .2s, box-shadow .2s; }
.quote-form textarea { border: 1px solid #bab3a5; padding: 14px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--gold-deep); box-shadow: 0 1px 0 var(--gold-deep); }
.quote-form .checkbox { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 12px; font-weight: 400; line-height: 1.5; }
.quote-form .checkbox input { width: 18px; height: 18px; margin-top: 1px; accent-color: var(--ink); }
.quote-form .checkbox a { text-decoration: underline; }
.quote-form .button { align-self: flex-start; min-width: 240px; }
.honeypot { position: absolute; left: -9999px; }
.form-errors { margin-bottom: 25px; padding: 17px 20px; border-left: 3px solid #8f3f31; background: #f6e8e4; color: #55281f; font-size: .85rem; }
.form-errors ul { margin-bottom: 0; padding-left: 18px; }
.form-success { min-height: 500px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: var(--ink); }
.form-success > span { width: 58px; height: 58px; display: grid; place-items: center; border: 1px solid var(--gold-deep); border-radius: 50%; color: var(--gold-deep); font-size: 1.5rem; }
.form-success h2 { margin: 28px 0 18px; font-size: 3rem; }
.form-success p { max-width: 520px; }
.legal__content { max-width: 850px; }
.legal h2 { margin: 48px 0 15px; font-size: 2rem; }
.legal h2:first-child { margin-top: 0; }
.legal p { line-height: 1.9; }
.legal a { color: #75551d; text-decoration: underline; }

.site-footer { position: relative; overflow: hidden; padding-top: 100px; background: #070807; border-top: 1px solid var(--line); }
.site-footer__glow { position: absolute; width: 800px; height: 800px; right: -500px; top: -420px; border: 1px solid rgba(228,196,119,.12); border-radius: 50%; box-shadow: 0 0 0 140px rgba(228,196,119,.018); }
.footer-cta { position: relative; display: flex; justify-content: space-between; align-items: end; gap: 50px; padding-bottom: 80px; border-bottom: 1px solid var(--line); }
.footer-cta > div { max-width: 820px; }
.footer-cta h2 { margin: 23px 0 0; font-size: clamp(2.4rem, 4.5vw, 4.4rem); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 6vw; padding: 70px 0; }
.footer-grid h3 { margin-bottom: 20px; color: var(--gold-bright); font-family: var(--sans); font-size: .64rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid span { color: #96938a; font-size: .83rem; }
.footer-grid a:hover { color: var(--gold-bright); }
.footer-brand img { width: 260px; margin-bottom: 20px; }
.footer-brand p { max-width: 350px; font-size: .86rem; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.07); color: #66655f; font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
[data-reveal][data-reveal-delay="1"] { transition-delay: .12s; }
[data-reveal][data-reveal-delay="2"] { transition-delay: .22s; }
[data-reveal][data-reveal-delay="3"] { transition-delay: .32s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
    .site-nav { gap: 18px; }
    .site-nav > a:not(.button), .nav-dropdown > button { font-size: .72rem; }
    .brand { width: 200px; }
    .hero__grid { grid-template-columns: 1.1fr .7fr; gap: 4vw; }
    .hero__art { min-height: 420px; }
    .process-list { grid-template-columns: 1fr 1fr; }
    .process-list li { border-bottom: 1px solid rgba(9,10,9,.22); }
    .process-list li:nth-child(2) { border-right: 0; }
    .detail-grid { grid-template-columns: 1fr 1fr; }
    .detail-grid article:nth-child(2) { border-right: 0; }
    .detail-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3vw; }
}

@media (max-width: 900px) {
    :root { --header-height: 78px; }
    .site-header.is-scrolled { height: 70px; }
    .announcement__location { display: none; }
    .announcement__inner { justify-content: center; }
    .brand { width: 190px; }
    .menu-toggle { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; }
    .menu-toggle__label { font-size: .67rem; letter-spacing: .13em; text-transform: uppercase; }
    .menu-toggle__lines { width: 28px; display: flex; flex-direction: column; gap: 7px; }
    .menu-toggle__lines i { height: 1px; background: var(--gold-bright); transition: transform .25s; }
    .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:first-child { transform: translateY(4px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] .menu-toggle__lines i:last-child { transform: translateY(-4px) rotate(-45deg); }
    .site-nav { position: fixed; inset: 0; min-height: 100vh; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; padding: 90px 32px 40px; background: rgba(7,8,7,.985); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .3s var(--ease); }
    .site-nav.is-open { opacity: 1; visibility: visible; transform: none; }
    .site-nav > a:not(.button), .nav-dropdown > button { width: 100%; display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.08); font-family: var(--serif); font-size: 1.7rem; letter-spacing: 0; text-align: left; }
    .site-nav > a::after, .nav-dropdown > button::after { display: none; }
    .nav-dropdown__menu { position: static; width: 100%; display: none; padding: 5px 0 10px 20px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .nav-dropdown.is-open .nav-dropdown__menu { display: block; }
    .site-nav .button { margin-top: 24px; }
    .hero { min-height: auto; }
    .hero__grid { grid-template-columns: 1fr; padding-block: 80px 35px; }
    .hero__content { text-align: center; margin-inline: auto; }
    .hero__content .eyebrow { justify-content: center; }
    .hero__lead { margin-inline: auto; }
    .hero__actions { justify-content: center; }
    .hero__art { min-height: 460px; }
    .hero__seal { width: 430px; max-width: 90vw; }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-strip div { border-bottom: 1px solid var(--line); }
    .trust-strip div:nth-child(2) { border-right: 0; }
    .trust-strip div:first-child { padding-left: 26px; }
    .section { padding-block: 95px; }
    .statement__grid, .split-copy, .feature-band__grid, .owner-story__grid, .area-section__grid, .contact-section__grid { grid-template-columns: 1fr; gap: 50px; }
    .section-heading { align-items: start; flex-direction: column; gap: 25px; }
    .service-card { min-height: 580px; padding-inline: 30px; }
    .about-preview__grid { grid-template-columns: 1fr; gap: 60px; }
    .about-preview__portrait { max-width: 570px; margin-inline: auto; }
    .standards-grid { grid-template-columns: 1fr 1fr; }
    .standards-grid article:nth-child(2) { border-right: 0; }
    .standards-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(9,10,9,.16); }
    .page-hero__grid { grid-template-columns: 1fr; }
    .page-hero__index { display: none; }
    .process-detail article { grid-template-columns: 80px 1fr; }
    .process-detail article > strong { grid-column: 2; padding-top: 0; }
    .footer-cta { flex-direction: column; align-items: flex-start; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 45px; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .container { width: min(calc(100% - 32px), var(--container)); }
    .announcement { font-size: .56rem; letter-spacing: .11em; }
    .brand { width: 166px; }
    h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
    h2 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
    .hero__grid { padding-top: 62px; }
    .hero__actions { flex-direction: column; }
    .hero__art { min-height: 380px; }
    .hero__note { right: 0; bottom: 0; width: 116px; min-height: 116px; }
    .trust-strip { width: 100%; grid-template-columns: 1fr; }
    .trust-strip div { padding-left: 16px !important; border-right: 0; }
    .section { padding-block: 78px; }
    .service-grid { grid-template-columns: 1fr; }
    .service-card { min-height: 530px; padding: 30px 24px; }
    .service-card + .service-card { border-left: 0; border-top: 1px solid var(--line); }
    .service-card__visual { height: 230px; }
    .service-card h3 { font-size: 2.25rem; }
    .process-list { grid-template-columns: 1fr; }
    .process-list li, .process-list li:first-child { min-height: auto; padding: 28px 10px 35px; border-right: 0; }
    .process-list li > span { margin-bottom: 38px; }
    .standards-grid, .value-grid, .detail-grid, .testimonial-grid { grid-template-columns: 1fr; }
    .standards-grid article, .standards-grid article:first-child, .value-grid article, .detail-grid article { min-height: auto; padding: 28px 20px 34px; border-right: 0; border-bottom: 1px solid rgba(9,10,9,.16); }
    .value-grid article { border-color: var(--line); }
    .standards-grid article:last-child, .value-grid article:last-child, .detail-grid article:last-child { border-bottom: 0; }
    .standards-grid h3, .value-grid h3, .detail-grid h3 { min-height: auto; margin-top: 45px; }
    .page-hero { min-height: 590px; }
    .page-hero__grid { padding-block: 75px; }
    .page-hero h1 { font-size: clamp(3rem, 14vw, 4.5rem); }
    .process-detail article { grid-template-columns: 1fr; gap: 25px; padding: 52px 0; }
    .process-detail article > strong { grid-column: 1; }
    .area-map { min-height: 430px; }
    .form-card { padding: 30px 20px; }
    .form-row { grid-template-columns: 1fr; }
    .quote-form .button { width: 100%; }
    .contact-intro { padding: 28px 22px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; gap: 8px; }
}

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