:root {
  --paper: #f7f5f0;
  --paper-2: #ede9e1;
  --ink: #171717;
  --muted: #6c6a65;
  --gold: #bd8b3a;
  --gold-light: #e8d2a6;
  --dark: #171916;
  --white: #fff;
  --line: rgba(23, 23, 23, .13);
  --heading: 'Poppins', sans-serif;
  --body: 'Montserrat', sans-serif;
  --container: min(1240px, calc(100vw - 64px));
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 15px; line-height: 1.65; overflow-x: hidden; }
body.no-scroll { overflow: hidden; }
button, input, select { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
::selection { background: var(--gold); color: #fff; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 105px 0; }

.topbar { height: 36px; background: var(--dark); color: #fff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 10px; }
.topbar p span { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 5px rgba(189,139,58,.15); }
.topbar-link { border: 0; background: transparent; color: #fff; cursor: pointer; font: 600 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; }

.header { position: sticky; top: 0; z-index: 300; height: 76px; background: rgba(247,245,240,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { width: max-content; display: flex; flex-direction: column; gap: 4px; }
.brand strong { font: 600 21px/1 var(--heading); letter-spacing: .2em; }
.brand strong span { color: var(--gold); }
.brand small { font: 600 7px/1 var(--body); letter-spacing: .34em; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { position: relative; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .35s var(--ease); }
.nav a:hover::after { right: 0; }
.header .btn { justify-self: end; }
.menu-toggle { display: none; justify-self: end; width: 44px; height: 44px; border: 0; background: transparent; position: relative; }
.menu-toggle i { position: absolute; left: 8px; right: 8px; height: 1px; background: var(--ink); transition: .35s var(--ease); }
.menu-toggle i:first-child { top: 17px; }
.menu-toggle i:last-child { top: 27px; }
.menu-toggle.active i:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle.active i:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-nav { display: none; }

.btn { min-height: 52px; padding: 0 23px; border: 1px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 16px; background: transparent; font: 700 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.btn:hover { transform: translateY(-2px); }
.btn-dark { background: var(--dark); color: #fff; border-color: var(--dark); }
.btn-dark:hover { background: var(--gold); border-color: var(--gold); }
.btn-gold { background: var(--gold); color: #fff; border-color: var(--gold); }
.btn-gold:hover { background: var(--dark); border-color: var(--dark); }
.btn-outline:hover { background: var(--dark); color: #fff; }
.btn-compact { min-height: 42px; padding-inline: 18px; }
.btn-large { min-height: 60px; padding-inline: 29px; }
.text-link { padding: 0 0 7px; border: 0; border-bottom: 1px solid currentColor; background: transparent; display: inline-flex; align-items: center; gap: 15px; font: 700 10px/1 var(--body); letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.kicker { margin: 0 0 16px; display: flex; align-items: center; gap: 12px; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.kicker span { width: 28px; height: 1px; background: var(--gold); }
.kicker.light { color: #fff; }

.hero { min-height: calc(100vh - 112px); display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(circle at 13% 16%, rgba(189,139,58,.12), transparent 30%), linear-gradient(135deg, transparent 0 54%, rgba(23,23,23,.035) 54% 54.1%, transparent 54.1%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 72px; padding: 46px 0 56px; position: relative; }
.hero-copy h1 { max-width: 690px; margin: 0; font: 600 clamp(48px, 5.5vw, 82px)/1.04 var(--heading); letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 27px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.hero-lead strong { color: var(--ink); }
.hero-actions { margin-top: 31px; display: flex; align-items: center; gap: 26px; }
.hero-stats { margin-top: 38px; padding-top: 25px; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.hero-stats div { display: flex; flex-direction: column; gap: 6px; }
.hero-stats small { color: var(--muted); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.hero-stats strong { font: 600 17px/1.2 var(--heading); }
.hero-card { position: relative; background: #fff; box-shadow: 0 28px 80px rgba(20,20,20,.12); }
.hero-image { height: 390px; position: relative; overflow: hidden; }
.hero-image img { height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.hero-card:hover .hero-image img { transform: scale(1.035); }
.hero-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.28)); }
.image-badge { position: absolute; right: 22px; bottom: 22px; z-index: 2; width: 118px; height: 76px; padding: 13px; background: rgba(255,255,255,.94); display: flex; gap: 10px; align-items: center; }
.image-badge b { font: 600 34px/1 var(--heading); color: var(--gold); }
.image-badge span { font-size: 9px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }
.quick-form-wrap { padding: 25px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 26px; align-items: start; }
.quick-form-wrap > div small { font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.quick-form-wrap h2 { margin: 7px 0 0; font: 600 21px/1.25 var(--heading); letter-spacing: -.03em; }
.quick-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quick-form .btn, .quick-form .form-message { grid-column: 1 / -1; }
label { display: grid; gap: 5px; }
label > span { font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
input, select { width: 100%; height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); outline: none; font-size: 12px; transition: border-color .25s, box-shadow .25s; }
input:focus, select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(189,139,58,.1); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-message { min-height: 17px; margin: 0; font-size: 10px; line-height: 1.4; }
.form-message.success { color: #26734d; }
.form-message.error { color: #a52a2a; }
.spinner { display: none; width: 14px; height: 14px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.lead-form.loading .spinner { display: inline-block; }
.lead-form.loading .submit-label { display: none; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero-animate { opacity: 0; transform: translateY(25px); animation: heroIn .85s var(--ease) forwards; }
.hero-animate:nth-child(2) { animation-delay: .08s; }
.hero-animate:nth-child(3) { animation-delay: .16s; }
.hero-animate:nth-child(4) { animation-delay: .24s; }
.hero-animate:nth-child(5) { animation-delay: .32s; }
.hero-card.hero-animate { animation-delay: .15s; }
@keyframes heroIn { to { opacity: 1; transform: translateY(0); } }

.proof-strip { border-block: 1px solid var(--line); background: #fff; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 104px; padding: 22px 24px; border-right: 1px solid var(--line); display: flex; align-items: flex-start; gap: 15px; }
.proof-grid > div:first-child { border-left: 1px solid var(--line); }
.proof-grid span { color: var(--gold); font: 600 12px/1 var(--heading); }
.proof-grid p { margin: 0; display: grid; gap: 5px; }
.proof-grid strong { font: 600 12px/1.35 var(--heading); }
.proof-grid small { color: var(--muted); font-size: 9px; line-height: 1.45; }

.section-head { margin-bottom: 40px; display: grid; grid-template-columns: 1fr .7fr; gap: 70px; align-items: end; }
.section-head h2, .commercial h2, .location-copy h2, .faq-intro h2 { margin: 0; font: 600 clamp(35px, 4vw, 55px)/1.08 var(--heading); letter-spacing: -.045em; }
.section-head > p { margin: 0; color: var(--muted); }
.unit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.unit-card { min-width: 0; padding: 32px; background: #fff; border: 1px solid var(--line); position: relative; transition: transform .4s var(--ease), box-shadow .4s; }
.unit-card:hover { transform: translateY(-7px); box-shadow: 0 24px 60px rgba(20,20,20,.08); }
.unit-card.featured { background: var(--dark); color: #fff; }
.recommended { position: absolute; top: 0; right: 28px; padding: 7px 12px; background: var(--gold); color: #fff; font-size: 8px; font-weight: 700; letter-spacing: .1em; }
.unit-top { display: flex; align-items: start; justify-content: space-between; }
.unit-top small, .unit-price small, .unit-specs small, .term-grid small, .location-label small { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.featured .unit-top small, .featured .unit-price small, .featured .unit-specs small { color: rgba(255,255,255,.56); }
.unit-top h3 { margin: 4px 0 0; font: 600 50px/1 var(--heading); letter-spacing: -.05em; }
.availability { margin-top: 5px; padding: 7px 10px; border: 1px solid var(--line); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.featured .availability { border-color: rgba(255,255,255,.25); }
.unit-price { margin: 28px 0 26px; padding-bottom: 25px; border-bottom: 1px solid var(--line); display: flex; align-items: end; justify-content: space-between; }
.featured .unit-price { border-color: rgba(255,255,255,.16); }
.unit-price strong { font: 600 clamp(28px, 3vw, 40px)/1 var(--heading); letter-spacing: -.04em; }
.unit-specs { display: grid; grid-template-columns: repeat(4, 1fr); }
.unit-specs > div { padding: 0 13px; border-right: 1px solid var(--line); display: grid; gap: 6px; }
.unit-specs > div:first-child { padding-left: 0; }
.unit-specs > div:last-child { border-right: 0; }
.featured .unit-specs > div { border-color: rgba(255,255,255,.16); }
.unit-specs strong { font: 600 13px/1.25 var(--heading); }
.check-list { margin: 27px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 9px; list-style: none; }
.check-list li { padding: 7px 10px; border: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.featured .check-list li { border-color: rgba(255,255,255,.18); }
.unit-card .btn { width: 100%; }
.featured .btn-gold:hover { background: #fff; border-color: #fff; color: var(--ink); }
.unit-note { margin-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.unit-note p { margin: 0; color: var(--muted); font-size: 11px; }

.details { background: var(--paper-2); }
.details-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.plan-card { background: #fff; box-shadow: 0 25px 65px rgba(20,20,20,.08); }
.plan-image { height: 410px; position: relative; overflow: hidden; }
.plan-image img { height: 100%; object-fit: cover; }
.plan-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.48)); }
.plan-overlay { position: absolute; inset: auto 0 0; z-index: 2; padding: 25px; border: 0; background: transparent; color: #fff; display: flex; align-items: end; justify-content: space-between; text-align: left; cursor: pointer; }
.plan-overlay span { font: 600 24px/1.2 var(--heading); }
.plan-overlay b { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.plan-links { display: grid; grid-template-columns: 1fr 1fr; }
.plan-links button { width: 100%; padding: 17px 20px; border: 0; border-right: 1px solid var(--line); background: #fff; color: var(--dark); display: flex; align-items: center; justify-content: space-between; font: 700 9px/1.4 var(--body); letter-spacing: .05em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease; }
.plan-links button:hover { background: var(--dark); color: #fff; }
.plan-links button:last-child { border-right: 0; }
.commercial h2 { max-width: 560px; }
.term-grid { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.term-grid > div { min-height: 94px; padding: 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; align-content: center; gap: 7px; }
.term-grid strong { font: 600 12px/1.4 var(--heading); }

.location { background: var(--dark); color: #fff; padding: 0; }
.location-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.location-copy { padding: 90px max(6vw, calc((100vw - 1240px)/2 + 32px)); padding-right: 7vw; display: flex; flex-direction: column; justify-content: center; }
.location-copy p:not(.kicker) { max-width: 600px; color: rgba(255,255,255,.66); }
.benefit-grid { margin: 26px 0 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.benefit-grid div { padding: 14px; border: 1px solid rgba(255,255,255,.15); display: flex; align-items: center; gap: 12px; }
.benefit-grid b { color: var(--gold-light); font: 600 11px/1 var(--heading); }
.benefit-grid span { font-size: 10px; font-weight: 600; }
.location-copy .btn { align-self: flex-start; }
.location-image { min-height: 620px; position: relative; overflow: hidden; }
.location-image img { height: 100%; object-fit: cover; opacity: .82; }
.location-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(23,25,22,.6), transparent 40%); }
.location-label { position: absolute; z-index: 2; left: 28px; bottom: 28px; padding: 18px 20px; background: rgba(247,245,240,.94); color: var(--ink); display: grid; gap: 8px; }
.location-label strong { font: 600 14px/1.45 var(--heading); }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.faq-intro > p:not(.kicker) { color: var(--muted); margin: 20px 0 25px; }
.accordion { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 70px; padding: 0; border: 0; background: transparent; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font: 600 14px/1.4 var(--heading); }
.faq-item button b { color: var(--gold); font: 500 22px/1 var(--heading); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 22px; }

.final-cta { min-height: 410px; position: relative; display: flex; align-items: center; overflow: hidden; }
.final-image, .final-overlay { position: absolute; inset: 0; }
.final-image img { height: 100%; object-fit: cover; }
.final-overlay { background: rgba(13,14,12,.72); }
.final-content { position: relative; z-index: 2; color: #fff; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.final-content h2 { max-width: 820px; margin: 0; font: 600 clamp(38px, 4.7vw, 65px)/1.08 var(--heading); letter-spacing: -.045em; }
.final-content .btn { flex: 0 0 auto; }

.footer { background: #11130f; color: rgba(255,255,255,.72); }
.footer-grid { min-height: 110px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { color: #fff; }
.footer-grid p { margin: 0; font-size: 10px; }
.footer-link { justify-self: end; border: 0; background: transparent; color: #fff; font-size: 10px; font-weight: 700; cursor: pointer; }
.footer-bottom { min-height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 8px; letter-spacing: .04em; }
.mobile-cta { display: none; }

.modal { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; opacity: 0; visibility: hidden; transition: .35s var(--ease); }
.modal.open { opacity: 1; visibility: visible; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(13,14,12,.75); backdrop-filter: blur(8px); }
.modal-card { width: min(880px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: var(--paper); position: relative; display: grid; grid-template-columns: .9fr 1.1fr; transform: translateY(25px) scale(.98); transition: transform .4s var(--ease); }
.modal.open .modal-card { transform: none; }
.modal-close { position: absolute; z-index: 3; top: 13px; right: 13px; width: 38px; height: 38px; border: 1px solid var(--line); background: var(--paper); font-size: 23px; cursor: pointer; }
.modal-info { padding: 48px 38px; background: var(--dark); color: #fff; }
.modal-info h2 { margin: 0; font: 600 37px/1.13 var(--heading); letter-spacing: -.04em; }
.modal-info > p:not(.kicker) { color: rgba(255,255,255,.62); }
.modal-points { margin-top: 32px; display: grid; gap: 10px; }
.modal-points span { padding: 11px 12px; border: 1px solid rgba(255,255,255,.15); font-size: 10px; }
.modal-form { padding: 45px 38px 35px; display: grid; gap: 13px; }
.modal-form input, .modal-form select { height: 48px; background: #fff; }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 9px; }
.consent input { width: 15px; height: 15px; margin-top: 3px; }
.consent span { font-size: 9px; font-weight: 500; letter-spacing: 0; line-height: 1.5; text-transform: none; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  :root { --container: min(100% - 40px, 980px); }
  .header-inner { grid-template-columns: 1fr auto; }
  .nav, .header .btn { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; inset: 112px 0 auto; z-index: 290; padding: 28px 24px; background: var(--paper); border-bottom: 1px solid var(--line); display: grid; gap: 18px; transform: translateY(-120%); visibility: hidden; transition: .4s var(--ease); }
  .mobile-nav.open { transform: none; visibility: visible; }
  .mobile-nav a { font: 600 20px/1.2 var(--heading); }
  .hero { min-height: auto; }
  .hero-grid { gap: 40px; }
  .hero-copy h1 { font-size: clamp(48px, 7vw, 68px); }
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .quick-form-wrap { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .proof-grid > div:nth-child(4) { border-top: 1px solid var(--line); }
  .details-grid, .faq-grid { gap: 45px; }
  .unit-specs { grid-template-columns: 1fr 1fr; gap: 14px 0; }
  .unit-specs > div:nth-child(2) { border-right: 0; }
  .unit-specs > div:nth-child(3) { padding-left: 0; }
}

@media (max-width: 780px) {
  :root { --container: calc(100% - 30px); }
  body { padding-bottom: 68px; }
  .topbar { height: 32px; }
  .topbar p { font-size: 8px; }
  .topbar-link { display: none; }
  .header { height: 68px; }
  .mobile-nav { inset-block-start: 100px; }
  .section { padding: 72px 0; }
  .hero-grid, .section-head, .unit-grid, .details-grid, .location-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 36px 0 45px; }
  .hero-copy h1 { font-size: clamp(42px, 12vw, 59px); }
  .hero-lead { font-size: 14px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-card { margin-top: 10px; }
  .hero-image { height: 350px; }
  .quick-form-wrap { padding: 20px; }
  .quick-form { grid-template-columns: 1fr; }
  .quick-form .btn, .quick-form .form-message { grid-column: auto; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div { min-height: auto; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-top: 0; }
  .section-head { gap: 18px; margin-bottom: 28px; }
  .section-head h2, .commercial h2, .location-copy h2, .faq-intro h2 { font-size: 38px; }
  .unit-card { padding: 24px 20px; }
  .unit-price { align-items: start; flex-direction: column; gap: 8px; }
  .unit-note { align-items: flex-start; flex-direction: column; }
  .details-grid { gap: 38px; }
  .plan-image { height: 330px; }
  .plan-links { grid-template-columns: 1fr; }
  .plan-links button { border-right: 0; border-bottom: 1px solid var(--line); }
  .term-grid { grid-template-columns: 1fr; }
  .location-copy { padding: 70px 22px; }
  .location-image { min-height: 430px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .faq-grid { gap: 40px; }
  .final-cta { min-height: 500px; }
  .final-content { align-items: flex-start; flex-direction: column; }
  .footer-grid { padding: 28px 0; grid-template-columns: 1fr; gap: 16px; }
  .footer-link { justify-self: start; }
  .footer-bottom { padding: 16px 0; align-items: flex-start; flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 550; left: 0; right: 0; bottom: 0; height: 68px; padding: 8px; background: #fff; border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: 8px; box-shadow: 0 -10px 30px rgba(0,0,0,.08); }
  .mobile-cta > button:first-child { border: 0; background: var(--paper); display: grid; place-content: center; text-align: left; cursor: pointer; }
  .mobile-cta small { font-size: 7px; color: var(--muted); text-transform: uppercase; }
  .mobile-cta strong { font: 600 14px/1.2 var(--heading); }
  .mobile-cta .btn { min-height: 52px; }
  .modal { padding: 12px; }
  .modal-card { max-height: calc(100vh - 24px); grid-template-columns: 1fr; }
  .modal-info { padding: 34px 25px 27px; }
  .modal-info h2 { font-size: 31px; }
  .modal-points { margin-top: 20px; grid-template-columns: 1fr 1fr; }
  .modal-form { padding: 28px 25px; }
}

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

/* Submission feedback shown after a native POST error redirect. */
.server-alert {
  position: fixed;
  z-index: 1200;
  top: 18px;
  left: 50%;
  width: min(620px, calc(100% - 30px));
  transform: translateX(-50%);
  padding: 14px 48px 14px 16px;
  border: 1px solid #d9b4b4;
  background: #fff7f7;
  color: #8b2424;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .14);
  font-size: 12px;
  font-weight: 600;
}
.server-alert button {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 22px;
  cursor: pointer;
}

.modal { pointer-events: none; }
.modal.open { pointer-events: auto; }
.modal-close { touch-action: manipulation; }
