@font-face {
    font-family: "Ethos Serif";
    src: url("../fonts/2026-08-02-cormorant-garamond-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

@font-face {
    font-family: "Ethos Sans";
    src: url("../fonts/2026-08-02-inter-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 300 800;
    font-display: swap;
}

:root {
    --v3-black: #070807;
    --v3-ink: #0b0c0b;
    --v3-ink-soft: #101110;
    --v3-panel: #121311;
    --v3-paper: #f2eee7;
    --v3-muted: #aaa69f;
    --v3-gold: #c08d4f;
    --v3-gold-soft: #d7ad73;
    --v3-line: rgba(192, 141, 79, 0.46);
    --v3-white-line: rgba(242, 238, 231, 0.16);
    --v3-shell: min(100% - 64px, 1440px);
    --v3-header: 78px;
    --v3-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
    box-sizing: border-box;
}

html {
    background: var(--v3-black);
    color-scheme: dark;
    scroll-behavior: smooth;
    scroll-padding-top: var(--v3-header);
}

body.ethos-agent-v3 {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--v3-black);
    color: var(--v3-paper);
    font-family: "Ethos Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.ethos-agent-v3.menu-open {
    overflow: hidden;
}

.ethos-agent-v3 img {
    display: block;
    max-width: 100%;
}

.ethos-agent-v3 figure,
.ethos-agent-v3 ol,
.ethos-agent-v3 ul {
    margin: 0;
    padding: 0;
}

.ethos-agent-v3 ol,
.ethos-agent-v3 ul {
    list-style: none;
}

.ethos-agent-v3 a {
    color: inherit;
    text-decoration: none;
}

.ethos-agent-v3 button,
.ethos-agent-v3 input,
.ethos-agent-v3 select,
.ethos-agent-v3 textarea {
    color: inherit;
    font: inherit;
}

.ethos-agent-v3 button,
.ethos-agent-v3 select {
    cursor: pointer;
}

.v3-shell {
    width: var(--v3-shell);
    margin-inline: auto;
}

.v3-serif,
.ethos-agent-v3 h1,
.ethos-agent-v3 h2,
.ethos-agent-v3 h3,
.ethos-agent-v3 h4 {
    margin: 0;
    font-family: "Ethos Serif", Georgia, serif;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 0.98;
}

.ethos-agent-v3 p {
    margin: 0;
}

.v3-skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 500;
    padding: 10px 14px;
    transform: translateY(-160%);
    background: var(--v3-paper);
    color: var(--v3-black);
}

.v3-skip-link:focus {
    transform: translateY(0);
}

.v3-eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
    color: var(--v3-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.4;
    text-transform: uppercase;
}

.v3-eyebrow::before {
    width: 34px;
    height: 1px;
    flex: 0 0 auto;
    background: var(--v3-gold);
    content: "";
}

.v3-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 22px;
    border: 1px solid var(--v3-line);
    background: transparent;
    color: var(--v3-paper);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    transition: color 220ms ease, background 220ms ease, border-color 220ms ease;
}

.v3-button:hover,
.v3-button:focus-visible {
    border-color: var(--v3-gold-soft);
    background: var(--v3-gold);
    color: var(--v3-black);
}

.v3-button svg,
.v3-icon-button svg,
.v3-search-submit svg,
.v3-direct-link svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.v3-site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    height: var(--v3-header);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(7, 8, 7, 0.97);
    backdrop-filter: blur(18px);
}

.v3-header-inner {
    display: flex;
    width: var(--v3-shell);
    height: 100%;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
    gap: 32px;
}

.v3-brand {
    min-width: 240px;
}

.v3-brand strong {
    display: block;
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 29px;
    font-weight: 500;
    line-height: 0.95;
}

.v3-brand span {
    display: block;
    margin-top: 7px;
    color: #b9b5ae;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 0.19em;
    line-height: 1;
    text-transform: uppercase;
}

.v3-nav {
    display: flex;
    align-items: center;
    gap: 34px;
}

.v3-nav > a:not(.v3-phone-button) {
    padding: 30px 0;
    color: #ddd9d2;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    transition: color 180ms ease;
}

.v3-nav > a:not(.v3-phone-button):hover,
.v3-nav > a:not(.v3-phone-button):focus-visible {
    color: var(--v3-gold-soft);
}

.v3-phone-button {
    display: grid;
    min-width: 146px;
    min-height: 42px;
    place-items: center;
    border: 1px solid var(--v3-line);
    color: var(--v3-gold-soft);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.13em;
}

.v3-menu-toggle {
    display: none;
    width: 50px;
    height: 48px;
    border: 1px solid var(--v3-line);
    background: transparent;
    color: var(--v3-paper);
}

.v3-menu-toggle span,
.v3-menu-toggle span::before,
.v3-menu-toggle span::after {
    display: block;
    width: 22px;
    height: 1px;
    margin: auto;
    background: currentColor;
    content: "";
    transition: transform 220ms ease, opacity 220ms ease;
}

.v3-menu-toggle span::before {
    transform: translateY(-7px);
}

.v3-menu-toggle span::after {
    transform: translateY(6px);
}

.v3-site-header.is-menu-open .v3-menu-toggle span {
    background: transparent;
}

.v3-site-header.is-menu-open .v3-menu-toggle span::before {
    background: var(--v3-paper);
    transform: rotate(45deg);
}

.v3-site-header.is-menu-open .v3-menu-toggle span::after {
    background: var(--v3-paper);
    transform: rotate(-45deg) translateY(-1px);
}

.v3-hero {
    position: relative;
    min-height: 630px;
    overflow: hidden;
    border-bottom: 1px solid var(--v3-line);
    isolation: isolate;
}

.v3-hero-background {
    position: absolute;
    inset: 0;
    z-index: -3;
}

.v3-hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--hero-position, center 50%);
}

.v3-hero::before {
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(90deg, rgba(5, 6, 5, 0.98) 0%, rgba(5, 6, 5, 0.84) 33%, rgba(5, 6, 5, 0.18) 67%, rgba(5, 6, 5, 0.48) 100%),
        linear-gradient(0deg, rgba(5, 6, 5, 0.62) 0%, transparent 48%);
    content: "";
}

.v3-hero::after {
    position: absolute;
    right: 5.5%;
    bottom: 28px;
    left: 5.5%;
    height: 1px;
    background: var(--v3-line);
    content: "";
}

.v3-hero-grid {
    display: grid;
    width: var(--v3-shell);
    min-height: 630px;
    align-items: center;
    margin-inline: auto;
    padding: 62px 0 56px;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 310px);
    gap: clamp(48px, 8vw, 130px);
}

.v3-hero-copy {
    max-width: 760px;
}

.v3-hero-market {
    margin-bottom: 20px;
    color: var(--v3-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.v3-hero h1 {
    max-width: 18ch;
    font-size: clamp(58px, 5vw, 76px);
}

.v3-hero-lede {
    max-width: 590px;
    margin-top: 22px;
    color: #c7c3bc;
    font-size: 15px;
    line-height: 1.65;
}

.v3-hero-search {
    position: relative;
    display: grid;
    width: min(100%, 515px);
    margin-top: 28px;
    border: 1px solid rgba(242, 238, 231, 0.46);
    background: rgba(4, 5, 4, 0.86);
    grid-template-columns: minmax(0, 1fr) 58px;
}

.v3-hero-search input[type="search"] {
    width: 100%;
    min-height: 56px;
    padding: 0 20px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--v3-paper);
    font-size: 13px;
}

.v3-hero-search input::placeholder {
    color: #8f8c86;
}

.v3-search-submit {
    display: grid;
    min-width: 58px;
    border: 0;
    background: var(--v3-gold-soft);
    color: var(--v3-black);
    place-items: center;
}

.v3-search-status {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    color: #f0b8aa;
    font-size: 12px;
}

.v3-portrait-card {
    position: relative;
    align-self: center;
    border: 1px solid var(--v3-line);
    background: #080908;
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.36);
}

.v3-portrait-card::after {
    position: absolute;
    top: 22px;
    right: -14px;
    width: 32px;
    height: 76px;
    border-top: 1px solid var(--v3-gold);
    border-right: 1px solid var(--v3-gold);
    content: "";
}

.v3-portrait-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5.6;
}

.v3-portrait-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--portrait-position, center 20%);
}

.v3-portrait-caption {
    min-height: 88px;
    padding: 17px 20px 16px;
    background: linear-gradient(180deg, #090a09, #050605);
}

.v3-portrait-caption strong {
    display: block;
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

.v3-portrait-caption span {
    display: block;
    margin-top: 9px;
    color: #c8c3bb;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.17em;
    text-transform: uppercase;
}

.v3-portrait-caption i {
    display: block;
    width: 38px;
    height: 1px;
    margin-top: 13px;
    background: var(--v3-gold);
}

.v3-team-card .v3-portrait-frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.v3-team-card .v3-portrait-frame img {
    min-width: 0;
    border-right: 1px solid var(--v3-line);
}

.v3-team-card .v3-portrait-frame img:last-child {
    border-right: 0;
}

.v3-proof-rail {
    display: grid;
    border-bottom: 1px solid var(--v3-white-line);
    background: #090a09;
    grid-template-columns: repeat(3, 1fr);
}

.v3-proof-item {
    position: relative;
    min-height: 88px;
    padding: 18px 24px;
    text-align: center;
}

.v3-proof-item + .v3-proof-item::before {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    width: 1px;
    background: var(--v3-line);
    content: "";
}

.v3-proof-item strong {
    display: block;
    color: var(--v3-gold-soft);
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
}

.v3-proof-item span {
    display: block;
    margin-top: 7px;
    color: #a9a59e;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.v3-positioning {
    display: grid;
    min-height: 300px;
    align-items: stretch;
    border-bottom: 1px solid var(--v3-line);
    background: var(--v3-black);
    grid-template-columns: 40% 60%;
}

.v3-positioning-copy {
    display: flex;
    align-items: center;
    padding: clamp(48px, 6vw, 90px);
}

.v3-positioning-copy > div {
    max-width: 460px;
}

.v3-positioning h2 {
    font-size: clamp(38px, 3.6vw, 56px);
}

.v3-positioning p:not(.v3-eyebrow) {
    max-width: 500px;
    margin: 24px 0 28px;
    color: var(--v3-muted);
    font-size: 14px;
}

.v3-positioning-media {
    position: relative;
    min-height: 300px;
    overflow: hidden;
}

.v3-positioning-media::before {
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 1;
    width: 34%;
    background: linear-gradient(90deg, var(--v3-black), transparent);
    content: "";
}

.v3-positioning-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3-search-section {
    display: grid;
    min-height: 720px;
    border-bottom: 1px solid var(--v3-line);
    background: var(--v3-black);
    grid-template-columns: minmax(380px, 48%) minmax(0, 52%);
}

.v3-search-panel {
    display: flex;
    align-items: center;
    padding: clamp(50px, 6vw, 90px);
    background:
        linear-gradient(rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px),
        #090a09;
    background-size: 84px 84px;
}

.v3-search-panel-inner {
    width: min(100%, 520px);
}

.v3-search-section h2 {
    max-width: 12.5ch;
    font-size: clamp(43px, 4.6vw, 67px);
}

.v3-search-intro {
    max-width: 470px;
    margin-top: 24px;
    color: var(--v3-muted);
    font-size: 14px;
}

.v3-property-search {
    display: grid;
    margin-top: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 18px;
}

.v3-field {
    display: grid;
    gap: 7px;
}

.v3-field-wide,
.v3-property-search .v3-submit {
    grid-column: 1 / -1;
}

.v3-field > span {
    color: #a9a49d;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.v3-field input,
.v3-field select,
.v3-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-bottom: 1px solid rgba(242, 238, 231, 0.3);
    border-radius: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0.016);
    color: var(--v3-paper);
    font-size: 13px;
}

.v3-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #b7b2aa 50%), linear-gradient(135deg, #b7b2aa 50%, transparent 50%);
    background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

.v3-field textarea {
    min-height: 112px;
    padding-top: 12px;
    resize: vertical;
}

.v3-submit {
    width: 100%;
    min-height: 54px;
    border: 0;
    background: var(--v3-gold-soft);
    color: var(--v3-black);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.v3-search-media {
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.v3-search-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 8, 7, 0.58), transparent 22%), linear-gradient(0deg, rgba(7, 8, 7, 0.28), transparent 42%);
    content: "";
}

.v3-search-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3-communities {
    padding: 72px 0 64px;
    overflow: hidden;
    border-bottom: 1px solid var(--v3-line);
    background: #080908;
}

.v3-communities-heading {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 40px;
}

.v3-communities h2 {
    max-width: 15.5ch;
    font-size: clamp(42px, 4.4vw, 64px);
}

.v3-community-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.v3-icon-button {
    display: grid;
    width: 56px;
    height: 56px;
    border: 1px solid var(--v3-line);
    background: transparent;
    color: var(--v3-gold-soft);
    place-items: center;
}

.v3-community-progress {
    display: grid;
    align-items: center;
    margin-top: 34px;
    grid-template-columns: auto minmax(120px, 1fr);
    gap: 28px;
}

.v3-community-count {
    color: var(--v3-gold-soft);
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 16px;
}

.v3-progress-track {
    position: relative;
    height: 1px;
    overflow: hidden;
    background: rgba(242, 238, 231, 0.18);
}

.v3-progress-track i {
    position: absolute;
    inset: 0;
    width: 100%;
    transform: scaleX(0.125);
    transform-origin: left;
    background: var(--v3-gold);
    transition: transform 320ms var(--v3-ease);
}

.v3-community-rail {
    display: flex;
    width: 100%;
    margin-top: 40px;
    padding: 0 max(18px, calc((100vw - 1440px) / 2));
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    cursor: grab;
}

.v3-community-rail::-webkit-scrollbar {
    display: none;
}

.v3-community-rail.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
}

.v3-community-card {
    position: relative;
    display: block;
    min-width: clamp(178px, 17.6vw, 260px);
    height: 390px;
    overflow: hidden;
    border: 1px solid transparent;
    border-right-color: rgba(242, 238, 231, 0.16);
    background: #0d0e0d;
    scroll-snap-align: start;
    transition: border-color 240ms ease, transform 240ms ease;
}

.v3-community-card.is-current {
    z-index: 2;
    border-color: var(--v3-gold);
    box-shadow: inset 0 0 0 3px #070807, inset 0 0 0 4px var(--v3-gold);
}

.v3-community-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1) brightness(0.66) contrast(1.05);
    transition: filter 480ms var(--v3-ease), transform 700ms var(--v3-ease);
}

.v3-community-card::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(5, 6, 5, 0.96) 0%, rgba(5, 6, 5, 0.2) 64%, rgba(5, 6, 5, 0.14) 100%);
    content: "";
}

.v3-community-card.is-current img,
.v3-community-card:hover img,
.v3-community-card:focus-visible img {
    filter: grayscale(0) brightness(0.86) contrast(1.03);
    transform: scale(1.025);
}

.v3-community-copy {
    position: absolute;
    right: 14px;
    bottom: 14px;
    left: 14px;
    z-index: 2;
}

.v3-community-copy strong {
    display: block;
    min-height: 58px;
    font-family: "Ethos Serif", Georgia, serif;
    font-size: clamp(22px, 1.9vw, 30px);
    font-weight: 500;
    line-height: 0.95;
}

.v3-community-copy span {
    display: flex;
    min-height: 39px;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    padding: 0 10px;
    border: 1px solid var(--v3-line);
    color: var(--v3-gold-soft);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.v3-community-copy svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.v3-community-hint {
    margin-top: 28px;
    color: #9a968f;
    font-size: 9px;
    letter-spacing: 0.24em;
    text-align: center;
    text-transform: uppercase;
}

.v3-about {
    display: grid;
    min-height: 660px;
    border-bottom: 1px solid var(--v3-line);
    background: var(--v3-black);
    grid-template-columns: 55% 45%;
}

.v3-about-media {
    position: relative;
    min-height: 660px;
    overflow: hidden;
}

.v3-about-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.62) brightness(0.7);
}

.v3-about-media::after {
    position: absolute;
    top: 0;
    right: 11%;
    bottom: 0;
    width: 12%;
    border-right: 1px solid var(--v3-gold);
    border-left: 1px solid var(--v3-gold);
    background: rgba(192, 141, 79, 0.2);
    content: "";
}

.v3-about-copy {
    position: relative;
    display: flex;
    align-items: center;
    padding: clamp(54px, 7vw, 105px);
}

.v3-about-copy::after {
    position: absolute;
    top: 12%;
    right: 5%;
    bottom: 12%;
    width: 64px;
    opacity: 0.35;
    background: repeating-linear-gradient(0deg, transparent 0 20px, var(--v3-line) 20px 21px), linear-gradient(90deg, transparent 46%, var(--v3-gold) 47% 48%, transparent 49%);
    content: "";
}

.v3-about-copy > div {
    position: relative;
    z-index: 1;
    max-width: 480px;
}

.v3-about h2 {
    max-width: 12ch;
    font-size: clamp(46px, 4.7vw, 69px);
}

.v3-about-body {
    margin-top: 28px;
    color: var(--v3-muted);
    font-size: 14px;
}

.v3-about-body p + p {
    margin-top: 13px;
}

.v3-about .v3-button {
    margin-top: 28px;
}

.v3-sellers {
    display: grid;
    min-height: 610px;
    border-bottom: 1px solid var(--v3-line);
    background: #080908;
    grid-template-columns: 29% 42% 29%;
}

.v3-seller-copy {
    display: flex;
    align-items: center;
    padding: clamp(48px, 4.6vw, 76px);
}

.v3-seller-copy h2 {
    max-width: 11ch;
    font-size: clamp(45px, 4.2vw, 62px);
}

.v3-seller-copy p:not(.v3-eyebrow) {
    margin-top: 26px;
    color: var(--v3-muted);
    font-size: 14px;
}

.v3-seller-copy .v3-button {
    margin-top: 28px;
}

.v3-seller-media {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border-right: 1px solid var(--v3-line);
    border-left: 1px solid var(--v3-line);
}

.v3-seller-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3-seller-media::after {
    position: absolute;
    top: 0;
    right: 9%;
    bottom: 0;
    width: 13%;
    border-right: 1px solid var(--v3-gold);
    border-left: 1px solid var(--v3-gold);
    background: rgba(192, 141, 79, 0.2);
    content: "";
}

.v3-seller-steps {
    display: grid;
    align-content: center;
    padding: 28px 30px;
}

.v3-seller-step {
    display: grid;
    min-height: 118px;
    align-items: center;
    border-bottom: 1px solid var(--v3-white-line);
    grid-template-columns: 58px minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 10px;
}

.v3-seller-step:last-child {
    border-bottom: 0;
}

.v3-seller-step > span {
    color: var(--v3-gold-soft);
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 31px;
}

.v3-seller-step strong {
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 24px;
    font-weight: 500;
}

.v3-seller-step p {
    color: var(--v3-muted);
    font-size: 11px;
    line-height: 1.55;
}

.v3-relocation {
    position: relative;
    min-height: 690px;
    overflow: hidden;
    border-bottom: 1px solid var(--v3-line);
    isolation: isolate;
}

.v3-relocation > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3-relocation::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(6, 7, 6, 0.98) 0%, rgba(6, 7, 6, 0.82) 36%, rgba(6, 7, 6, 0.18) 70%, rgba(6, 7, 6, 0.15) 100%), linear-gradient(0deg, rgba(6, 7, 6, 0.38), transparent 48%);
    content: "";
}

.v3-relocation-inner {
    display: flex;
    min-height: 690px;
    align-items: center;
}

.v3-relocation-copy {
    width: min(100%, 500px);
}

.v3-relocation h2 {
    max-width: 15ch;
    font-size: clamp(46px, 4.8vw, 70px);
}

.v3-relocation-intro {
    max-width: 450px;
    margin-top: 25px;
    color: #bbb6ae;
    font-size: 14px;
}

.v3-accordion {
    margin-top: 30px;
    border-top: 1px solid var(--v3-line);
}

.v3-accordion-item {
    border-bottom: 1px solid rgba(242, 238, 231, 0.25);
}

.v3-accordion-button {
    display: grid;
    width: 100%;
    min-height: 58px;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--v3-paper);
    text-align: left;
    grid-template-columns: 48px 1fr 28px;
}

.v3-accordion-button span {
    color: var(--v3-gold);
    font-family: "Ethos Serif", Georgia, serif;
}

.v3-accordion-button strong {
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 20px;
    font-weight: 500;
}

.v3-accordion-button i {
    position: relative;
    width: 12px;
    height: 12px;
}

.v3-accordion-button i::before,
.v3-accordion-button i::after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 1px;
    background: var(--v3-gold);
    content: "";
}

.v3-accordion-button i::after {
    transform: rotate(90deg);
    transition: transform 180ms ease;
}

.v3-accordion-button[aria-expanded="true"] i::after {
    transform: rotate(0deg);
}

.v3-accordion-panel {
    padding: 0 16px 22px 48px;
    color: #a9a59d;
    font-size: 12px;
}

.v3-value {
    padding: 78px 0;
    border-bottom: 1px solid var(--v3-line);
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.025), transparent 28%),
        #090a09;
}

.v3-value-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.34fr);
    gap: 54px;
}

.v3-value-copy {
    padding-right: 54px;
    border-right: 1px solid var(--v3-line);
}

.v3-value h2 {
    max-width: 13.5ch;
    font-size: clamp(44px, 4.4vw, 64px);
}

.v3-value-copy p:not(.v3-eyebrow) {
    max-width: 440px;
    margin-top: 26px;
    color: var(--v3-muted);
    font-size: 14px;
}

.v3-value-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
}

.v3-value-form[hidden] {
    display: none;
}

.v3-form-heading {
    grid-column: 1 / -1;
    color: var(--v3-gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}

.v3-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    grid-column: 1 / -1;
    color: #918d86;
    font-size: 10px;
    line-height: 1.5;
}

.v3-form-consent input {
    margin-top: 3px;
    accent-color: var(--v3-gold);
}

.v3-form-status {
    min-height: 18px;
    grid-column: 1 / -1;
    color: #a8d4b1;
    font-size: 11px;
}

.v3-form-status.is-error {
    color: #f0b8aa;
}

.v3-form-success {
    display: grid;
    min-height: 290px;
    place-content: center;
    text-align: center;
}

.v3-form-success[hidden] {
    display: none;
}

.v3-form-success strong {
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 42px;
    font-weight: 500;
}

.v3-form-success p {
    margin-top: 12px;
    color: var(--v3-muted);
}

.v3-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
}

.v3-mortgage {
    display: grid;
    min-height: 590px;
    border-bottom: 1px solid var(--v3-line);
    background: #0a0b0a;
    grid-template-columns: 34% 66%;
}

.v3-mortgage-copy {
    position: relative;
    display: flex;
    min-height: 590px;
    align-items: flex-start;
    overflow: hidden;
    padding: 66px 42px;
}

.v3-mortgage-copy > div {
    position: relative;
    z-index: 2;
    max-width: 340px;
}

.v3-mortgage-copy h2 {
    max-width: 11ch;
    font-size: clamp(44px, 4vw, 61px);
}

.v3-mortgage-copy p:not(.v3-eyebrow) {
    margin-top: 24px;
    color: var(--v3-muted);
    font-size: 14px;
}

.v3-mortgage-copy img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 43%;
    object-fit: cover;
    opacity: 0.64;
    mask-image: linear-gradient(transparent, black 42%);
}

.v3-mortgage-panel {
    display: flex;
    align-items: center;
    padding: 32px clamp(28px, 5vw, 70px);
    border-left: 1px solid var(--v3-line);
    background:
        repeating-linear-gradient(0deg, rgba(192, 141, 79, 0.1) 0 1px, transparent 1px 42px),
        repeating-linear-gradient(90deg, rgba(192, 141, 79, 0.1) 0 1px, transparent 1px 88px),
        #0c0d0c;
}

.v3-mortgage-panel > div {
    width: 100%;
}

.v3-calculator {
    width: 100%;
    max-width: 810px;
    margin-inline: auto;
    border: 1px solid var(--v3-line);
    background: rgba(8, 9, 8, 0.93);
}

.v3-range-row {
    display: grid;
    min-height: 106px;
    align-content: center;
    padding: 17px 22px;
    border-bottom: 1px solid rgba(242, 238, 231, 0.16);
    grid-template-columns: 1fr auto;
    gap: 12px 18px;
}

.v3-range-row > span {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v3-range-row output {
    min-width: 116px;
    padding: 6px 10px;
    border: 1px solid var(--v3-line);
    color: var(--v3-paper);
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 20px;
    line-height: 1;
    text-align: right;
}

.v3-range-row input[type="range"] {
    width: 100%;
    height: 2px;
    grid-column: 1 / -1;
    appearance: none;
    background: linear-gradient(90deg, var(--v3-gold) 0 var(--fill, 50%), rgba(242, 238, 231, 0.24) var(--fill, 50%) 100%);
}

.v3-range-row input[type="range"]::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    appearance: none;
    background: var(--v3-gold-soft);
    box-shadow: 0 0 0 3px #0a0b0a;
}

.v3-range-row input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    background: var(--v3-gold-soft);
    box-shadow: 0 0 0 3px #0a0b0a;
}

.v3-payment {
    display: flex;
    min-height: 86px;
    align-items: center;
    justify-content: space-between;
    padding: 17px 22px;
}

.v3-payment span {
    max-width: 190px;
    color: #c6c0b7;
    font-size: 9px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.v3-payment strong {
    color: var(--v3-gold-soft);
    font-family: "Ethos Serif", Georgia, serif;
    font-size: clamp(36px, 3.4vw, 50px);
    font-weight: 500;
}

.v3-calculator-note {
    margin-top: 9px;
    color: #77746e;
    font-size: 8px;
}

.v3-guide {
    padding: 62px 0;
    border-bottom: 1px solid var(--v3-line);
    background: #090a09;
}

.v3-guide-layout {
    display: grid;
    grid-template-columns: 31% 69%;
}

.v3-guide-heading {
    display: flex;
    align-items: center;
    padding-right: 42px;
    border-right: 1px solid var(--v3-line);
}

.v3-guide h2 {
    max-width: 12ch;
    font-size: clamp(40px, 4vw, 58px);
}

.v3-guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v3-guide-link {
    position: relative;
    min-height: 128px;
    padding: 22px 20px;
    border-right: 1px solid var(--v3-line);
    border-bottom: 1px solid var(--v3-line);
    transition: background 180ms ease;
}

.v3-guide-link:nth-child(3n) {
    border-right: 0;
}

.v3-guide-link:nth-child(n + 4) {
    border-bottom: 0;
}

.v3-guide-link:hover,
.v3-guide-link:focus-visible {
    background: rgba(192, 141, 79, 0.08);
}

.v3-guide-link svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--v3-gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.v3-guide-link strong {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v3-guide-link small {
    display: block;
    margin-top: 6px;
    padding-right: 18px;
    color: #85817b;
    font-size: 9px;
    line-height: 1.45;
}

.v3-guide-link i {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: var(--v3-gold);
    font-size: 18px;
    font-style: normal;
}

.v3-faq {
    padding: 64px 0;
    border-bottom: 1px solid var(--v3-line);
    background: #080908;
}

.v3-faq-layout {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 9fr) minmax(0, 16fr);
    gap: 56px;
}

.v3-faq h2 {
    max-width: 15ch;
    font-size: clamp(41px, 4.1vw, 59px);
}

.v3-faq-list details {
    border-top: 1px solid rgba(242, 238, 231, 0.22);
}

.v3-faq-list details:last-of-type {
    border-bottom: 1px solid rgba(242, 238, 231, 0.22);
}

.v3-faq-list details[hidden] {
    display: none;
}

.v3-faq-list summary {
    position: relative;
    min-height: 56px;
    padding: 18px 44px 18px 8px;
    cursor: pointer;
    list-style: none;
    font-size: 13px;
}

.v3-faq-list summary::-webkit-details-marker {
    display: none;
}

.v3-faq-list summary::after {
    position: absolute;
    top: 15px;
    right: 8px;
    color: var(--v3-gold);
    content: "+";
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 24px;
}

.v3-faq-list details[open] summary::after {
    content: "−";
}

.v3-faq-list details p {
    max-width: 680px;
    padding: 0 44px 20px 8px;
    color: var(--v3-muted);
    font-size: 12px;
}

.v3-faq-more {
    margin-top: 18px;
}

.v3-contact {
    position: relative;
    min-height: 590px;
    overflow: hidden;
    border-bottom: 1px solid var(--v3-line);
    isolation: isolate;
}

.v3-contact > img {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.v3-contact::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 6, 5, 0.99) 0%, rgba(5, 6, 5, 0.9) 34%, rgba(5, 6, 5, 0.2) 68%, rgba(5, 6, 5, 0.16) 100%);
    content: "";
}

.v3-contact-inner {
    display: flex;
    min-height: 590px;
    align-items: center;
}

.v3-contact-copy {
    width: min(100%, 500px);
}

.v3-contact h2 {
    max-width: 15ch;
    font-size: clamp(48px, 4.6vw, 67px);
}

.v3-contact-intro {
    max-width: 460px;
    margin-top: 24px;
    color: #b7b2aa;
    font-size: 13px;
}

.v3-direct-links {
    margin-top: 28px;
}

.v3-direct-link {
    display: grid;
    min-height: 58px;
    align-items: center;
    border-bottom: 1px solid rgba(242, 238, 231, 0.26);
    grid-template-columns: 44px 110px minmax(0, 1fr);
    gap: 10px;
}

.v3-direct-link > i {
    display: grid;
    width: 36px;
    height: 36px;
    border: 1px solid var(--v3-line);
    color: var(--v3-gold);
    place-items: center;
}

.v3-direct-link span {
    color: var(--v3-gold-soft);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.v3-direct-link strong {
    min-width: 0;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 400;
}

.v3-instagram {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #c3beb6;
    font-size: 11px;
}

.v3-instagram svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: var(--v3-gold);
    stroke-width: 1.5;
}

.v3-footer {
    padding: 40px 0 22px;
    background: #070807;
}

.v3-footer-main {
    display: grid;
    align-items: start;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(242, 238, 231, 0.16);
    grid-template-columns: 1.35fr 1fr auto;
    gap: 46px;
}

.v3-footer-brand strong {
    display: block;
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1;
}

.v3-footer-brand span {
    display: block;
    margin-top: 8px;
    color: #99958e;
    font-size: 8px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.v3-footer-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(110px, 1fr));
    gap: 8px 28px;
}

.v3-footer-nav a {
    color: #bbb7af;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.v3-footer-phone {
    min-width: 170px;
}

.v3-footer-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
    color: #7f7b75;
    font-family: "Ethos Serif", Georgia, serif;
    font-size: 10px;
}

.v3-footer-legal > div {
    display: flex;
    gap: 26px;
}

.v3-mobile-actions {
    display: none;
}

.v3-back-to-top {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 80;
    display: grid;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(242, 238, 231, 0.2);
    opacity: 0;
    background: rgba(6, 7, 6, 0.92);
    color: var(--v3-paper);
    pointer-events: none;
    place-items: center;
    transition: opacity 180ms ease;
}

.v3-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.v3-back-to-top svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
}

.is-reveal-pending {
    opacity: 0;
    transform: translateY(22px);
}

.is-revealing {
    animation: v3Reveal 680ms var(--v3-ease) forwards;
    animation-delay: var(--reveal-delay, 0ms);
}

@keyframes v3Reveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1120px) {
    :root {
        --v3-shell: min(100% - 44px, 1440px);
    }

    .v3-nav {
        gap: 21px;
    }

    .v3-nav > a:not(.v3-phone-button) {
        font-size: 9px;
    }

    .v3-sellers {
        grid-template-columns: 33% 38% 29%;
    }

    .v3-seller-step {
        grid-template-columns: 48px 1fr;
    }

    .v3-seller-step p {
        grid-column: 2;
        padding-bottom: 14px;
    }
}

@media (max-width: 900px) {
    :root {
        --v3-header: 74px;
    }

    .v3-header-inner {
        width: min(100% - 36px, 1440px);
    }

    .v3-menu-toggle {
        display: block;
    }

    .v3-nav {
        position: fixed;
        top: var(--v3-header);
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        display: none;
        align-content: center;
        justify-items: center;
        padding: 36px;
        overflow-y: auto;
        background: rgba(7, 8, 7, 0.985);
    }

    .v3-site-header.is-menu-open .v3-nav {
        display: grid;
    }

    .v3-nav > a:not(.v3-phone-button) {
        padding: 14px;
        font-family: "Ethos Serif", Georgia, serif;
        font-size: 27px;
        font-weight: 500;
        letter-spacing: 0;
        text-transform: none;
    }

    .v3-phone-button {
        margin-top: 20px;
    }

    .v3-hero-grid {
        gap: 38px;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 270px);
    }

    .v3-hero h1 {
        font-size: clamp(50px, 7vw, 67px);
    }

    .v3-search-section {
        grid-template-columns: 1fr;
    }

    .v3-search-panel {
        min-height: 660px;
    }

    .v3-search-media {
        min-height: 500px;
    }

    .v3-about {
        grid-template-columns: 1fr;
    }

    .v3-about-media {
        min-height: 520px;
    }

    .v3-about-copy {
        min-height: 560px;
    }

    .v3-sellers {
        grid-template-columns: 1fr 1fr;
    }

    .v3-seller-copy {
        min-height: 520px;
    }

    .v3-seller-media {
        min-height: 520px;
    }

    .v3-seller-steps {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v3-seller-step {
        padding: 18px;
        border-right: 1px solid var(--v3-white-line);
    }

    .v3-value-layout,
    .v3-faq-layout {
        grid-template-columns: 1fr;
    }

    .v3-value-copy {
        padding: 0 0 50px;
        border-right: 0;
        border-bottom: 1px solid var(--v3-line);
    }

    .v3-mortgage {
        grid-template-columns: 1fr;
    }

    .v3-mortgage-copy {
        min-height: 520px;
    }

    .v3-mortgage-panel {
        min-height: 560px;
        border-top: 1px solid var(--v3-line);
        border-left: 0;
    }

    .v3-guide-layout {
        grid-template-columns: 1fr;
    }

    .v3-guide-heading {
        padding: 0 0 42px;
        border-right: 0;
        border-bottom: 1px solid var(--v3-line);
    }

    .v3-guide-grid {
        margin-top: 12px;
    }
}

@media (max-width: 680px) {
    :root {
        --v3-shell: min(100% - 36px, 1440px);
        --v3-header: 76px;
    }

    .v3-brand {
        min-width: 0;
    }

    .v3-brand strong {
        font-size: 24px;
    }

    .v3-brand span {
        max-width: 210px;
        font-size: 7px;
    }

    .v3-hero {
        min-height: 0;
    }

    .v3-hero::before {
        background: linear-gradient(180deg, rgba(4, 5, 4, 0.48), rgba(4, 5, 4, 0.9) 64%, #070807 100%);
    }

    .v3-hero::after {
        right: 18px;
        bottom: 16px;
        left: 18px;
    }

    .v3-hero-grid {
        display: flex;
        width: min(100% - 36px, 520px);
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        padding: 86px 0 50px;
        gap: 26px;
    }

    .v3-hero-copy {
        display: contents;
    }

    .v3-hero-copy-top {
        order: 1;
    }

    .v3-hero-market {
        margin-bottom: 17px;
        font-size: 9px;
        letter-spacing: 0.17em;
        line-height: 1.7;
        text-align: center;
    }

    .v3-hero h1 {
        max-width: none;
        font-size: clamp(46px, 13vw, 63px);
        line-height: 0.98;
        text-align: center;
    }

    .v3-hero-lede {
        margin: 21px auto 0;
        font-size: 15px;
        line-height: 1.62;
        text-align: center;
    }

    .v3-portrait-card {
        width: min(100%, 420px);
        order: 2;
        align-self: center;
    }

    .v3-portrait-frame {
        aspect-ratio: 4 / 4.65;
    }

    .v3-portrait-caption {
        min-height: 82px;
    }

    .v3-hero-search {
        width: 100%;
        margin-top: 0;
        order: 3;
    }

    .v3-proof-rail {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .v3-proof-item {
        min-height: 104px;
        padding: 17px 8px;
    }

    .v3-proof-item strong {
        font-size: 18px;
    }

    .v3-proof-item span {
        font-size: 7px;
        letter-spacing: 0.09em;
    }

    .v3-positioning {
        grid-template-columns: 1fr;
    }

    .v3-positioning-copy {
        padding: 64px 28px;
    }

    .v3-positioning h2 {
        font-size: 43px;
    }

    .v3-positioning-media {
        min-height: 360px;
    }

    .v3-search-panel {
        min-height: 0;
        padding: 68px 28px;
    }

    .v3-search-section h2 {
        max-width: none;
        font-size: 47px;
    }

    .v3-property-search {
        grid-template-columns: 1fr;
    }

    .v3-field-wide,
    .v3-property-search .v3-submit {
        grid-column: auto;
    }

    .v3-search-media {
        min-height: 420px;
    }

    .v3-communities {
        padding: 62px 0 56px;
    }

    .v3-communities-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .v3-communities h2 {
        max-width: none;
        font-size: 47px;
    }

    .v3-community-controls {
        justify-content: flex-end;
    }

    .v3-community-rail {
        padding: 0 18px;
    }

    .v3-community-card {
        min-width: 76vw;
        height: 440px;
    }

    .v3-about-media {
        min-height: 430px;
    }

    .v3-about-copy {
        min-height: 0;
        padding: 68px 28px;
    }

    .v3-about-copy::after {
        display: none;
    }

    .v3-about h2 {
        max-width: none;
        font-size: 49px;
    }

    .v3-sellers {
        grid-template-columns: 1fr;
    }

    .v3-seller-copy {
        min-height: 0;
        padding: 68px 28px;
    }

    .v3-seller-copy h2 {
        max-width: none;
        font-size: 50px;
    }

    .v3-seller-media {
        min-height: 460px;
        border-right: 0;
        border-left: 0;
    }

    .v3-seller-steps {
        grid-column: auto;
        grid-template-columns: 1fr;
        padding: 24px 28px 48px;
    }

    .v3-seller-step {
        min-height: 108px;
        padding: 12px 0;
        border-right: 0;
        grid-template-columns: 52px 1fr;
    }

    .v3-relocation {
        min-height: 0;
        padding-top: 310px;
    }

    .v3-relocation::after {
        background: linear-gradient(180deg, rgba(6, 7, 6, 0.1) 0%, rgba(6, 7, 6, 0.8) 24%, #060706 48%);
    }

    .v3-relocation-inner {
        min-height: 0;
        padding: 58px 0 72px;
    }

    .v3-relocation h2 {
        max-width: none;
        font-size: 49px;
    }

    .v3-value {
        padding: 68px 0;
    }

    .v3-value-layout,
    .v3-value-form {
        grid-template-columns: 1fr;
    }

    .v3-value-copy {
        padding-bottom: 44px;
    }

    .v3-value h2 {
        max-width: none;
        font-size: 49px;
    }

    .v3-form-heading,
    .v3-form-consent,
    .v3-form-status {
        grid-column: auto;
    }

    .v3-mortgage-copy {
        min-height: 560px;
        padding: 68px 28px;
    }

    .v3-mortgage-copy h2 {
        max-width: none;
        font-size: 49px;
    }

    .v3-mortgage-panel {
        min-height: 0;
        padding: 34px 18px 46px;
    }

    .v3-range-row {
        min-height: 118px;
        padding: 18px;
    }

    .v3-payment {
        align-items: flex-end;
        flex-direction: column;
        gap: 8px;
    }

    .v3-payment strong {
        font-size: 42px;
    }

    .v3-guide {
        padding: 60px 0;
    }

    .v3-guide h2,
    .v3-faq h2 {
        max-width: none;
        font-size: 48px;
    }

    .v3-guide-grid {
        grid-template-columns: 1fr 1fr;
    }

    .v3-guide-link:nth-child(3n) {
        border-right: 1px solid var(--v3-line);
    }

    .v3-guide-link:nth-child(2n) {
        border-right: 0;
    }

    .v3-guide-link:nth-child(n + 4) {
        border-bottom: 1px solid var(--v3-line);
    }

    .v3-guide-link:nth-child(n + 5) {
        border-bottom: 0;
    }

    .v3-faq {
        padding: 64px 0;
    }

    .v3-faq-layout {
        gap: 40px;
    }

    .v3-contact {
        min-height: 760px;
    }

    .v3-contact::after {
        background: linear-gradient(180deg, rgba(5, 6, 5, 0.54), rgba(5, 6, 5, 0.93) 54%, #050605 100%);
    }

    .v3-contact-inner {
        min-height: 760px;
        align-items: flex-end;
        padding: 70px 0 84px;
    }

    .v3-contact h2 {
        max-width: none;
        font-size: 49px;
    }

    .v3-direct-link {
        grid-template-columns: 44px 88px minmax(0, 1fr);
    }

    .v3-footer {
        padding-bottom: 84px;
    }

    .v3-footer-main {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .v3-footer-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .v3-footer-phone {
        width: 100%;
    }

    .v3-footer-legal,
    .v3-footer-legal > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .v3-mobile-actions {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 90;
        display: grid;
        min-height: 64px;
        border-top: 1px solid rgba(242, 238, 231, 0.2);
        background: rgba(7, 8, 7, 0.97);
        grid-template-columns: repeat(3, 1fr);
        backdrop-filter: blur(16px);
    }

    .v3-mobile-actions a {
        display: grid;
        place-items: center;
        border-right: 1px solid rgba(242, 238, 231, 0.18);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    .v3-mobile-actions a:last-child {
        border-right: 0;
    }

    .v3-back-to-top {
        right: 14px;
        bottom: 78px;
    }
}

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