:root {
  --ink: #202322;
  --navy: #272c2a;
  --navy-deep: #181b1c;
  --blue: #b63c26;
  --gold: #f7a083;
  --cream: #f3eee9;
  --paper: #fcfaf8;
  --muted: #636763;
  --line: #dedbd3;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; min-width: 320px; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
img { display: block; max-width: 100%; }
figure, p, h1, h2, h3 { margin: 0; }
section[id] { scroll-margin-top: 24px; }
.container { width: min(1200px, calc(100% - 56px)); margin-inline: auto; }
.skip-link { position: absolute; left: 12px; top: -60px; z-index: 999999; padding: 10px 14px; background: #fff; color: var(--ink); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 20; background: var(--navy-deep); color: #fff; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; max-width: 330px; text-decoration: none; color: #fff; font-size: 12px; line-height: 1.25; font-weight: 700; letter-spacing: .11em; }
.brand img { width: 88px; height: auto; flex: 0 0 auto; }
.brand-separator { color: var(--gold); padding-inline: 4px; }
.site-nav { display: flex; align-items: center; justify-content: center; flex: 1 1 auto; gap: clamp(12px, 2vw, 30px); }
.site-nav a { font-size: 12px; line-height: 1.2; text-decoration: none; color: #e6ebed; white-space: nowrap; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--gold); }
.header-cta { min-height: 42px; border: 1px solid var(--gold); border-radius: 100px; padding: 9px 15px; background: transparent; color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap; }
.header-cta span { margin-left: 12px; color: var(--gold); font-size: 17px; }
.header-cta:hover { background: rgba(246, 70, 33, .14); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px 9px; border: 1px solid rgba(255,255,255,.35); border-radius: 12px; background: transparent; color: #fff; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: currentColor; border-radius: 2px; }

.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-line { display: inline-block; width: 26px; height: 1px; background: var(--gold); }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: -.045em; }
em { color: var(--gold); font-style: normal; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; border: 1px solid transparent; border-radius: 5px; padding: 12px 20px; text-decoration: none; font-size: 12px; line-height: 1.25; font-weight: 800; letter-spacing: .055em; text-align: center; transition: transform .2s ease, filter .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; line-height: 1; }
.button-gold { background: var(--gold); color: var(--navy-deep); }
.button-gold:hover { filter: brightness(1.06); }
.button-outline-light { border-color: rgba(255,255,255,.5); background: transparent; color: #fff; }
.button-outline-light:hover { background: rgba(255,255,255,.1); }
.button-blue { background: var(--blue); color: #fff; }
.button-blue:hover { filter: brightness(1.1); }

.hero { background: var(--navy-deep); color: #fff; overflow: hidden; }
.hero-inner { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: clamp(32px, 4vw, 68px); align-items: center; padding-block: 62px 52px; }
.hero-copy { min-width: 0; }
.hero .eyebrow { color: var(--gold); }
.hero h1 { margin-top: 25px; max-width: 650px; font-size: clamp(50px, 5.3vw, 84px); line-height: .99; overflow-wrap: anywhere; }
.hero h1 em { display: inline-block; color: #f2f0e9; }
.hero-lead { max-width: 470px; margin-top: 27px; color: #d9e0e1; font-size: clamp(15px, 1.35vw, 18px); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-note { max-width: 460px; margin-top: 34px; color: #a9b7bd; font-size: 11px; line-height: 1.5; }
.hero-visuals { min-width: 0; height: clamp(440px, 41vw, 570px); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.hero-property { position: relative; isolation: isolate; overflow: hidden; border-radius: 7px; color: #fff; text-decoration: none; }
.hero-property img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.hero-property:hover img { transform: scale(1.04); }
.hero-property::after { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(5, 19, 30, .86) 100%); }
.hero-property-one img { object-position: 52% center; }
.hero-property-two img { object-position: 54% center; }
.hero-property-content { position: absolute; z-index: 1; inset: auto 20px 22px; display: grid; gap: 9px; }
.hero-property-content small { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: #ffd2c3; }
.hero-property-content strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(22px, 2.35vw, 34px); font-weight: 400; line-height: 1; }
.hero-property-content > span { font-size: 11px; font-weight: 700; }
.hero-property-content > span span { color: var(--gold); margin-left: 5px; }
.hero-bottom { border-top: 1px solid rgba(255,255,255,.13); }
.hero-bottom .container { display: flex; justify-content: space-between; align-items: center; min-height: 56px; gap: 16px; color: #b6c0c4; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.hero-bottom a { color: #fff; text-decoration: none; }
.hero-bottom a span { color: var(--gold); font-size: 16px; margin-left: 8px; }

.project-section { padding-block: 112px 92px; background: var(--paper); }
.project-section-alt { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 18px 48px; align-items: end; margin-bottom: 36px; }
.section-heading .eyebrow { grid-column: 1/-1; }
.section-heading h2 { max-width: 640px; font-size: clamp(48px, 5.6vw, 78px); line-height: 1.02; }
.section-heading h2 em { color: var(--blue); }
.section-heading > p:last-child { max-width: 420px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.project-grid { display: grid; grid-template-columns: minmax(0,1.22fr) minmax(0,.78fr); gap: 18px; }
.project-grid-reverse { grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); }
.project-grid-reverse .project-main-image { order: 2; }
.project-grid-reverse .project-side { order: 1; }
.image-frame { position: relative; overflow: hidden; background: #e8ebe9; border-radius: 5px; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame figcaption { position: absolute; left: 15px; bottom: 15px; padding: 7px 10px; border-radius: 2px; background: rgba(12, 29, 40, .74); color: #fff; font-size: 10px; }
.project-main-image { min-height: 510px; }
.project-side { display: grid; grid-template-rows: auto minmax(190px,1fr); gap: 18px; min-width: 0; }
.feature-list { background: var(--navy); color: #fff; padding: 22px 24px; }
.feature-list > div { display: grid; grid-template-columns: 26px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.feature-list > div:last-child { border-bottom: 0; }
.feature-list span { font-size: 10px; color: var(--gold); }
.feature-list p { font-size: 14px; line-height: 1.45; }
.project-side-image { min-height: 190px; }
.project-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 24px 27px; border-bottom: 1px solid var(--line); }
.project-footer p { max-width: 660px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.text-action { flex: 0 0 auto; border: 0; border-bottom: 1px solid var(--blue); padding: 7px 0; background: transparent; color: var(--blue); font-size: 14px; font-weight: 800; }
.text-action span { margin-left: 10px; font-size: 19px; font-weight: 400; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.gallery .image-frame { height: clamp(220px, 28vw, 370px); }

.lead-band { padding-block: 76px; background: var(--navy); color: #fff; }
.lead-band-inner { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 50px; align-items: center; }
.lead-band .eyebrow { color: var(--gold); }
.lead-band h2 { margin-top: 16px; font-size: clamp(38px, 4.7vw, 62px); line-height: 1.07; }
.lead-band-inner > div > p:last-child { max-width: 390px; margin-top: 21px; color: #c4d0d3; font-size: 15px; line-height: 1.65; }
.lead-form { display: grid; gap: 13px; min-width: 0; }
.lead-form-light { padding: 28px; border-radius: 6px; background: #fff; color: var(--ink); }
.field-label { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }
.field { display: block; width: 100%; min-width: 0; min-height: 52px; border: 1px solid #cbd2d4; border-radius: 5px; padding: 12px 14px; background: #fff; color: var(--ink); font-size: 16px; font-weight: 400; outline: none; }
.field::placeholder { color: #7b8589; }
.field:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(182, 60, 38, .14); }
.lead-form > .button { width: 100%; }
.consents { display: grid; gap: 7px; margin-top: 2px; }
.consent { display: grid; grid-template-columns: 18px minmax(0,1fr); align-items: start; gap: 9px; font-size: 11px; line-height: 1.5; color: #4f5d64; }
.consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--blue); }
.consent a { color: var(--blue); text-underline-offset: 2px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; padding: 10px 12px; border-radius: 4px; background: #e8f3e7; color: #315e31; font-size: 13px; line-height: 1.45; }
.form-status.is-visible { display: block; }
.form-status.is-error { background: #fff0ed; color: #973e2c; }

.compare-section { padding-block: 104px 94px; background: var(--navy-deep); color: #fff; }
.compare-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.95fr); gap: 70px; }
.compare-section .eyebrow { color: var(--gold); }
.compare-section h2 { margin-top: 21px; font-size: clamp(46px, 5vw, 70px); line-height: 1.04; }
.compare-grid > div:first-child > p:last-child { max-width: 510px; margin-top: 24px; color: #c0cbd0; font-size: 15px; line-height: 1.72; }
.compare-cards { display: grid; gap: 12px; }
.compare-cards article { display: grid; grid-template-columns: 35px 1fr; column-gap: 15px; border: 1px solid rgba(255,255,255,.2); border-radius: 5px; padding: 19px 21px; }
.compare-cards article span { grid-row: span 2; color: var(--gold); font-size: 11px; }
.compare-cards h3 { font-size: 25px; }
.compare-cards p { margin-top: 7px; color: #c2cdd1; font-size: 13px; line-height: 1.5; }
.compact-form-wrap { margin-top: 48px; }
.compact-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px 18px; align-items: end; padding: 23px; border: 1px solid rgba(255,255,255,.25); border-radius: 5px; }
.compact-form .field-label { color: #fff; }
.compact-form .button { min-width: 245px; }
.compact-form .consents, .compact-form .form-status { grid-column: 1/-1; }
.compact-form .consent { color: #c4d0d3; }
.compact-form .consent a { color: #ffd2c3; }

.visit-section { padding-block: 106px; background: var(--cream); }
.visit-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 70px; align-items: center; }
.visit-grid > .image-frame { height: 650px; }
.visit-grid h2 { margin-top: 20px; font-size: clamp(46px, 4.5vw, 64px); line-height: 1.04; }
.visit-grid h2 em { color: var(--blue); }
.visit-grid > div > p:nth-of-type(2) { max-width: 460px; margin-top: 19px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.visit-form { max-width: 450px; margin-top: 26px; }

.faq-section { padding-block: 100px; background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: minmax(0,.7fr) minmax(0,1.3fr); gap: 70px; }
.faq-grid h2 { margin-top: 20px; font-size: clamp(48px, 4.6vw, 68px); line-height: 1.03; }
.faq-grid h2 em { color: var(--blue); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 24px 42px 24px 0; font-size: 17px; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 19px; color: var(--blue); font-size: 25px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { padding: 0 36px 23px 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.contacts-section { padding-block: 96px; background: #e9e4da; }
.contacts-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.7fr); gap: 70px; align-items: center; }
.contacts-grid h2 { margin-top: 20px; font-size: clamp(48px, 5vw, 70px); line-height: 1.02; }
.contacts-grid h2 em { color: var(--blue); }
.contacts-grid > div:first-child > p:nth-of-type(2) { margin-top: 23px; color: var(--muted); font-size: 14px; }
.contacts-phone { display: inline-block; margin-top: 13px; color: var(--ink); font-size: clamp(26px, 2.7vw, 39px); font-weight: 700; text-decoration: none; }
.contacts-address { max-width: 430px; margin-top: 24px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.contacts-card { padding: 34px; background: var(--navy); color: #fff; border-radius: 5px; }
.contacts-card p { margin-bottom: 25px; font-family: Georgia, 'Times New Roman', serif; font-size: 26px; line-height: 1.27; }

.site-footer { padding-block: 45px; background: var(--navy-deep); color: #c4d0d3; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr) auto; gap: 44px; align-items: start; }
.footer-brand img { width: 96px; height: auto; }
.footer-brand p { max-width: 500px; margin-top: 13px; font-size: 11px; line-height: 1.65; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 24px; }
.site-footer a { font-size: 12px; line-height: 1.4; text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-top { white-space: nowrap; }

.modal[hidden] { display: none !important; }
.modal { position: fixed; z-index: 2147483500; inset: 0; display: grid; place-items: center; padding: 16px; background: rgba(15,17,17,.78); }
.modal-dialog { width: min(560px,100%); max-height: calc(100dvh - 32px); overflow: auto; display: flex; flex-direction: column; padding: 23px clamp(20px, 4vw, 34px) 30px; border-radius: 12px; background: #fff; box-shadow: 0 24px 90px rgba(0,0,0,.28); }
.modal-close { position: sticky; z-index: 3; top: 0; align-self: flex-end; display: grid; place-items: center; width: 44px; height: 44px; flex: 0 0 auto; margin: -4px -4px 0 0; border: 1px solid #d6dce0; border-radius: 50%; background: #fff; color: var(--ink); font-size: 25px; font-weight: 400; line-height: 1; }
.modal-dialog .eyebrow { margin-top: -23px; padding-right: 48px; }
.modal-dialog h2 { max-width: 430px; margin-top: 15px; font-size: clamp(36px, 5vw, 52px); line-height: 1.05; }
.modal-dialog > p:nth-of-type(2) { margin-top: 13px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.modal-form { margin-top: 23px; }
body.hero-in-view #fh-native-chat:not(.is-open),
body.hero-in-view #fh-native-call:not(.is-callback-open),
body.lead-form-in-view #fh-native-chat:not(.is-open),
body.lead-form-in-view #fh-native-call:not(.is-callback-open),
body.modal-open #fh-native-chat:not(.is-open),
body.modal-open #fh-native-call:not(.is-callback-open) { visibility: hidden !important; pointer-events: none !important; }

:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

@media (max-width: 1080px) {
  .container { width: min(100% - 42px, 1200px); }
  .header-inner { gap: 16px; }
  .brand { max-width: 240px; font-size: 10px; }
  .site-nav { gap: 13px; }
  .site-nav a { font-size: 11px; }
  .hero-inner { grid-template-columns: .9fr 1.1fr; gap: 26px; }
  .hero h1 { font-size: clamp(47px, 5.6vw, 64px); }
  .hero-visuals { height: 440px; }
  .hero-property-content { inset: auto 12px 15px; }
  .hero-property-content strong { font-size: 24px; }
  .visit-grid { gap: 38px; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 32px, 1200px); }
  .header-inner { min-height: 68px; justify-content: space-between; }
  .brand { max-width: calc(100% - 64px); font-size: 10px; }
  .brand img { width: 78px; height: auto; }
  .header-cta { display: none; }
  .menu-toggle { display: block; flex: 0 0 auto; }
  .site-nav { position: absolute; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 16px 16px; border-top: 1px solid rgba(255,255,255,.16); background: var(--navy-deep); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 8px; font-size: 14px; }
  .hero-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 48px 28px; }
  .hero h1 { margin-top: 18px; font-size: clamp(44px, 9.2vw, 70px); }
  .hero-lead { margin-top: 19px; font-size: 15px; }
  .hero-actions { margin-top: 25px; }
  .hero-note { margin-top: 18px; }
  .hero-visuals { height: clamp(255px, 72vw, 390px); gap: 8px; }
  .hero-property-content { inset: auto 10px 13px; gap: 5px; }
  .hero-property-content small { font-size: 9px; }
  .hero-property-content strong { font-size: clamp(17px, 4.5vw, 25px); }
  .hero-property-content > span { font-size: 10px; }
  .hero-bottom .container { min-height: 48px; font-size: 9px; }
  .hero-bottom .container span:nth-child(2) { display: none; }
  .project-section { padding-block: 72px; }
  .section-heading { grid-template-columns: 1fr; margin-bottom: 25px; }
  .section-heading .eyebrow { grid-column: auto; }
  .section-heading h2 { font-size: clamp(43px, 8.5vw, 65px); }
  .section-heading > p:last-child { font-size: 15px; }
  .project-grid, .project-grid-reverse { grid-template-columns: 1fr; }
  .project-grid-reverse .project-main-image, .project-grid-reverse .project-side { order: initial; }
  .project-main-image { min-height: 0; height: clamp(290px, 75vw, 470px); }
  .project-side { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; }
  .project-side-image { min-height: 0; }
  .feature-list { padding: 14px 18px; }
  .feature-list > div { padding: 10px 0; }
  .feature-list p { font-size: 12px; }
  .project-footer { align-items: flex-start; }
  .gallery .image-frame { height: 230px; }
  .lead-band { padding-block: 58px; }
  .lead-band-inner, .compare-grid, .visit-grid, .faq-grid, .contacts-grid { grid-template-columns: 1fr; gap: 34px; }
  .compare-section, .visit-section, .faq-section, .contacts-section { padding-block: 72px; }
  .visit-grid > .image-frame { height: 390px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-column: 1/-1; }
}

@media (max-width: 520px) {
  .container { width: calc(100% - 28px); }
  .hero h1 { font-size: clamp(41px, 10.5vw, 54px); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-visuals { height: 300px; }
  .hero-property-content strong { font-size: 18px; }
  .hero-property-content > span { display: none; }
  .project-side { grid-template-columns: 1fr; }
  .project-side-image { height: 220px; }
  .project-footer { display: grid; gap: 8px; }
  .text-action { justify-self: start; }
  .gallery { gap: 8px; }
  .gallery .image-frame { height: 160px; }
  .lead-form-light { padding: 20px; }
  .compact-form { grid-template-columns: 1fr; padding: 17px; }
  .compact-form .button { min-width: 0; }
  .compact-form .consents, .compact-form .form-status { grid-column: auto; }
  .visit-grid > .image-frame { height: 290px; }
  .contacts-card { padding: 25px; }
  .footer-grid { grid-template-columns: 1fr; gap: 25px; }
  .site-footer nav { grid-template-columns: 1fr; }
  .footer-top { grid-column: auto; }
}

@media (max-width: 350px) {
  .brand { font-size: 9px; letter-spacing: .04em; }
  .hero-property-content { inset: auto 7px 10px; }
  .hero-property-content strong { font-size: 16px; }
  .gallery .image-frame { height: 135px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  .button, .hero-property img { transition: none; }
}

.legal-page { background: #f5f6f3; }
.legal-header { background: var(--navy-deep); }
.legal-header-inner { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.legal-header .brand { color: #fff; }
.legal-back { color: var(--gold); font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.legal-main { padding-block: clamp(45px, 7vw, 88px); }
.legal-document { max-width: 930px; padding: clamp(24px, 5vw, 65px); background: #fff; border: 1px solid #e1e7e8; border-radius: 6px; box-shadow: 0 18px 45px rgba(11,36,50,.05); }
.legal-document h1 { margin: 18px 0 28px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(30px, 5vw, 49px); font-weight: 400; line-height: 1.14; }
.legal-document .t-text { color: #34403b; font-size: 15px; line-height: 1.68; overflow-wrap: anywhere; overflow-x: auto; }
.legal-document .t-text h2 { margin: 28px 0 10px; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 23px; font-weight: 400; line-height: 1.25; }
.legal-document .t-text p { margin: 10px 0; }
.legal-document .t-text ul, .legal-document .t-text ol { margin: 12px 0; padding-left: 22px; }
.legal-document .t-text li { margin: 7px 0; }
.legal-document .t-text a { color: #236e8d; text-underline-offset: 2px; }
.legal-document .t-text table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 13px; }
.legal-document .t-text th, .legal-document .t-text td { padding: 10px; border: 1px solid #d7dfe0; text-align: left; vertical-align: top; }
.legal-document .t-text th { background: #edf2f3; color: var(--navy); }
.legal-page .site-footer .container { display: flex; justify-content: space-between; gap: 20px; }

.more-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.more-options article { min-height: 240px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); background: var(--cream); }
.more-options article span { color: var(--blue); font-size: 11px; letter-spacing: .16em; }
.more-options article h3 { max-width: 270px; margin-top: 30px; font-size: clamp(28px, 2.5vw, 38px); line-height: 1.1; }
.more-options article p { max-width: 270px; margin-top: auto; padding-top: 18px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.more-gallery { display: grid; grid-template-columns: 1.5fr 1fr; grid-template-rows: repeat(2, minmax(0, 250px)); gap: 15px; }
.more-gallery .image-frame:first-child { grid-row: span 2; }
.more-gallery .image-frame img { object-position: center; }
.hero-property-one img { object-position: 55% center; }
.hero-property-two img { object-position: center; }
.hero h1 em { color: var(--gold); }

@media (max-width: 900px) {
  .more-options { grid-template-columns: 1fr 1fr; }
  .more-gallery { grid-template-rows: repeat(2, minmax(0, 200px)); }
}
@media (max-width: 520px) {
  .more-options { grid-template-columns: 1fr; gap: 10px; }
  .more-options article { min-height: 0; padding: 23px; }
  .more-options article h3 { margin-top: 15px; }
  .more-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 245px 155px; gap: 8px; }
  .more-gallery .image-frame:first-child { grid-column: span 2; grid-row: auto; }
}
@media (max-width: 520px) {
  .legal-header .brand { font-size: 8px; }
  .legal-back { font-size: 11px; }
  .legal-document .t-text { font-size: 14px; }
  .legal-document .t-text h2 { font-size: 20px; }
  .legal-page .site-footer .container { flex-direction: column; }
}
