:root {
    --v3-ink: #070b09;
    --v3-panel: #0d1410;
    --v3-panel-2: #111a14;
    --v3-line: rgba(255, 255, 255, .14);
    --v3-lime: #aff52f;
    --v3-paper: #f4f1e8;
    --v3-muted: #a8b0aa;
}

.v3-hub { background: var(--v3-ink); color: #fff; }
.v3-hub *, .v3-hub *::before, .v3-hub *::after { box-sizing: border-box; }
.v3-hub h1, .v3-hub h2, .v3-hub h3 { text-wrap: balance; }
.v3-hub p { text-wrap: pretty; }
.v3-city-hero { border-bottom: 0; }

.v3-proof-rail {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--v3-line);
    border-bottom: 1px solid var(--v3-line);
    background: #080d0a;
}
.v3-proof-rail article { min-height: 172px; padding: 30px clamp(22px, 3.2vw, 54px); display: grid; align-content: center; grid-template-columns: auto 1fr; gap: 4px 20px; border-right: 1px solid var(--v3-line); }
.v3-proof-rail article:last-child { border-right: 0; }
.v3-proof-rail strong { color: var(--v3-lime); font-size: clamp(2.5rem, 5vw, 5.7rem); line-height: .9; font-weight: 800; grid-row: span 2; }
.v3-proof-rail span { align-self: end; font-size: clamp(1rem, 1.5vw, 1.35rem); font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.v3-proof-rail small { color: var(--v3-muted); line-height: 1.55; max-width: 34ch; }

.v3-boundary { padding: clamp(72px, 8vw, 132px) clamp(22px, 5vw, 86px); background: radial-gradient(circle at 85% 10%, rgba(175,245,47,.09), transparent 28%), #090f0b; }
.v3-boundary-intro { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr); gap: 20px clamp(30px, 7vw, 110px); align-items: end; margin-bottom: clamp(40px, 5vw, 72px); }
.v3-boundary-intro .micro { grid-column: 1 / -1; margin: 0; }
.v3-boundary-intro h2 { font-size: clamp(2.2rem, 4.8vw, 5.8rem); line-height: .94; letter-spacing: -.055em; margin: 0; max-width: 12ch; }
.v3-boundary-intro > p:last-child { color: #b9c2bc; font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.75; margin: 0; }
.v3-boundary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--v3-line); }
.v3-boundary-grid > article { position: relative; padding: clamp(28px, 3vw, 48px); min-height: 420px; border-right: 1px solid var(--v3-line); display: flex; flex-direction: column; }
.v3-boundary-grid > article:last-child { border-right: 0; }
.v3-step { color: var(--v3-lime); font: 700 .75rem/1 sans-serif; letter-spacing: .14em; }
.v3-boundary-grid h3 { margin: auto 0 16px; font-size: clamp(1.45rem, 2.4vw, 2.45rem); line-height: 1.02; letter-spacing: -.035em; max-width: 13ch; }
.v3-boundary-grid p { color: #b5bdb8; line-height: 1.65; margin: 0 0 24px; }
.v3-official-links { display: grid; gap: 9px; }
.v3-official-links a { border-top: 1px solid var(--v3-line); padding: 12px 0 0; color: #fff; font-size: .85rem; line-height: 1.45; }
.v3-official-links a span { display: block; color: var(--v3-lime); text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 3px; }
.v3-inline-link { margin-top: auto; color: var(--v3-lime); font-weight: 800; }
.v3-boundary-note { margin: 24px 0 0; padding-left: 18px; border-left: 3px solid var(--v3-lime); color: #c2cbc5; line-height: 1.6; max-width: 110ch; }

.v3-context { border-top: 0; }

.v3-intents { padding: clamp(72px, 8vw, 132px) clamp(22px, 5vw, 86px); background: #0b100d; }
.v3-intents .section-intro { margin-bottom: clamp(34px, 5vw, 72px); }
.v3-intents .section-intro h2 { max-width: 13ch; }
.v3-intents .section-intro > p { color: #aeb7b1; }
.v3-intent-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid var(--v3-line); }
.v3-intent-grid > a { min-height: 460px; padding: clamp(28px, 3.2vw, 50px); color: #fff; display: flex; flex-direction: column; border-right: 1px solid var(--v3-line); background: linear-gradient(180deg, transparent, rgba(175,245,47,0)); transition: background .25s ease, transform .25s ease; }
.v3-intent-grid > a:last-child { border-right: 0; }
.v3-intent-grid > a:hover, .v3-intent-grid > a:focus-visible { background: linear-gradient(180deg, rgba(175,245,47,.02), rgba(175,245,47,.10)); transform: translateY(-4px); }
.v3-intent-grid > a > span { font: 800 clamp(2.8rem, 5vw, 6rem)/.8 sans-serif; color: rgba(255,255,255,.09); margin-bottom: auto; }
.v3-intent-grid .micro { margin: 28px 0 10px; }
.v3-intent-grid h3 { margin: 0 0 16px; font-size: clamp(1.5rem, 2.3vw, 2.5rem); line-height: 1.02; letter-spacing: -.035em; max-width: 15ch; }
.v3-intent-grid p:not(.micro) { color: #aeb7b1; line-height: 1.65; }
.v3-intent-grid b { color: var(--v3-lime); font-size: .9rem; margin-top: 20px; }

.v3-brief { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(420px, 1.28fr); background: var(--v3-paper); color: #0a0e0b; }
.v3-brief-copy { padding: clamp(60px, 7vw, 110px) clamp(24px, 5vw, 78px); background: #111913; color: #fff; }
.v3-brief-copy h2 { margin: 12px 0 24px; font-size: clamp(2.5rem, 5.2vw, 5.7rem); line-height: .92; letter-spacing: -.055em; max-width: 8ch; }
.v3-brief-copy > p:not(.micro) { color: #b6c0b9; line-height: 1.75; font-size: 1.06rem; }
.v3-brief-copy ul { padding: 0; margin: 34px 0 0; list-style: none; border-top: 1px solid var(--v3-line); }
.v3-brief-copy li { padding: 15px 0 15px 26px; border-bottom: 1px solid var(--v3-line); position: relative; color: #d7ddd9; }
.v3-brief-copy li::before { content: '✓'; color: var(--v3-lime); position: absolute; left: 0; font-weight: 900; }
.v3-brief-form { padding: clamp(56px, 7vw, 104px) clamp(24px, 6vw, 92px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 22px; align-content: start; }
.v3-brief-form > label { display: grid; gap: 9px; font-size: .87rem; font-weight: 800; }
.v3-brief-form select { width: 100%; min-height: 56px; border: 1px solid #b8b7af; border-radius: 0; padding: 0 44px 0 15px; background: #fff; color: #0a0e0b; font: inherit; font-weight: 600; }
.v3-brief-form select:focus-visible, .v3-locality-toolbar input:focus-visible { outline: 3px solid rgba(117,174,11,.28); outline-offset: 2px; border-color: #6b9f08; }
.v3-brief-form fieldset { grid-column: 1 / -1; border: 1px solid #b8b7af; padding: 18px; display: grid; gap: 10px; }
.v3-brief-form legend { padding: 0 8px; font-size: .87rem; font-weight: 800; }
.v3-choice { display: flex !important; grid-template-columns: 20px 1fr; align-items: flex-start; gap: 10px !important; font-weight: 600 !important; line-height: 1.5; cursor: pointer; }
.v3-choice input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #78ad12; }
.v3-build-brief { grid-column: 1 / -1; justify-content: space-between; border: 0; cursor: pointer; min-height: 60px; }
.v3-brief-output { grid-column: 1 / -1; padding: 26px; background: #0d1410; color: #fff; }
.v3-brief-output pre { white-space: pre-wrap; font: 600 .9rem/1.65 ui-monospace, SFMono-Regular, Consolas, monospace; color: #dce4df; margin: 16px 0 22px; }
.v3-danger-alert { display: grid; gap: 6px; background: #351313; border-left: 4px solid #ff6c5f; padding: 18px; margin-bottom: 18px; }
.v3-danger-alert strong { color: #ff9d94; }
.v3-danger-alert span { line-height: 1.55; }
.v3-output-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.v3-output-actions a:last-child { color: #fff; font-weight: 800; }

.v3-services { padding-top: clamp(72px, 8vw, 126px); }

.v3-guides { border-top: 1px solid rgba(10,14,11,.14); }

.v3-localities { padding: clamp(72px, 8vw, 132px) clamp(22px, 5vw, 86px); background: #0a0f0c; }
.v3-localities .section-intro > p { color: #aeb7b1; }
.v3-locality-toolbar { margin: 46px 0 38px; display: grid; grid-template-columns: minmax(180px, .35fr) minmax(280px, 1fr); align-items: end; gap: 18px; }
.v3-locality-toolbar > label { color: var(--v3-lime); font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; padding-bottom: 18px; }
.v3-locality-toolbar > div { position: relative; }
.v3-locality-toolbar input { width: 100%; height: 58px; border: 1px solid var(--v3-line); border-radius: 0; background: #101713; color: #fff; padding: 0 130px 0 18px; font: inherit; }
.v3-locality-toolbar input::placeholder { color: #8f9992; }
.v3-locality-toolbar span { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #aeb7b1; font-size: .78rem; }
.v3-locality-directory { border-top: 1px solid var(--v3-line); }
.v3-locality-directory > section { display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--v3-line); }
.v3-locality-directory h3 { margin: 0; padding: 26px 18px 26px 0; color: var(--v3-lime); font-size: clamp(2rem, 4vw, 4.6rem); line-height: 1; }
.v3-locality-directory > section > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--v3-line); }
.v3-locality-directory a, .v3-locality-directory button { min-height: 82px; border: 0; border-right: 1px solid var(--v3-line); border-bottom: 1px solid var(--v3-line); background: transparent; color: #fff; padding: 14px 18px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; text-align: left; align-content: center; font: inherit; cursor: pointer; transition: background .2s ease, color .2s ease; }
.v3-locality-directory a:hover, .v3-locality-directory button:hover, .v3-locality-directory a:focus-visible, .v3-locality-directory button:focus-visible { background: var(--v3-lime); color: #091008; outline: none; }
.v3-locality-directory a span, .v3-locality-directory button span { font-weight: 800; }
.v3-locality-directory a small, .v3-locality-directory button small { color: #8f9992; margin-top: 4px; }
.v3-locality-directory a:hover small, .v3-locality-directory button:hover small, .v3-locality-directory a:focus-visible small, .v3-locality-directory button:focus-visible small { color: #243018; }
.v3-locality-directory a b, .v3-locality-directory button b { grid-column: 2; grid-row: 1 / span 2; align-self: center; color: var(--v3-lime); }
.v3-locality-directory a:hover b, .v3-locality-directory button:hover b, .v3-locality-directory a:focus-visible b, .v3-locality-directory button:focus-visible b { color: #091008; }
.v3-locality-directory [hidden] { display: none !important; }
.v3-no-locality { color: #b5bdb8; padding: 22px 0; }

.v3-faq { background: var(--v3-paper); }

@media (max-width: 980px) {
    .v3-proof-rail { grid-template-columns: 1fr; }
    .v3-proof-rail article { border-right: 0; border-bottom: 1px solid var(--v3-line); min-height: 138px; }
    .v3-proof-rail article:last-child { border-bottom: 0; }
    .v3-boundary-intro { grid-template-columns: 1fr; }
    .v3-boundary-grid, .v3-intent-grid { grid-template-columns: 1fr; }
    .v3-boundary-grid > article, .v3-intent-grid > a { border-right: 0; border-bottom: 1px solid var(--v3-line); min-height: 330px; }
    .v3-boundary-grid > article:last-child, .v3-intent-grid > a:last-child { border-bottom: 0; }
    .v3-brief { grid-template-columns: 1fr; }
    .v3-brief-copy h2 { max-width: 12ch; }
    .v3-locality-directory > section > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
    .v3-city-hero .city-hero-content { padding-bottom: 44px; }
    .v3-proof-rail strong { font-size: 3.2rem; }
    .v3-boundary, .v3-intents, .v3-localities { padding-left: 18px; padding-right: 18px; }
    .v3-boundary-grid > article, .v3-intent-grid > a { padding: 26px 22px; }
    .v3-intent-grid > a { min-height: 350px; }
    .v3-brief-form { grid-template-columns: 1fr; padding-left: 18px; padding-right: 18px; }
    .v3-brief-form > label, .v3-brief-form fieldset, .v3-build-brief, .v3-brief-output { grid-column: 1; }
    .v3-locality-toolbar { grid-template-columns: 1fr; }
    .v3-locality-toolbar > label { padding-bottom: 0; }
    .v3-locality-directory > section { grid-template-columns: 48px 1fr; }
    .v3-locality-directory h3 { font-size: 1.6rem; padding-right: 8px; }
    .v3-locality-directory > section > div { grid-template-columns: 1fr; }
    .v3-locality-directory a, .v3-locality-directory button { min-height: 70px; border-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .v3-intent-grid > a, .v3-locality-directory a, .v3-locality-directory button { transition: none; }
}

