@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --green-950: #09291c;
  --green-900: #103d2a;
  --green-800: #155337;
  --green-700: #1f6b47;
  --mint: #cfe9d8;
  --lime: #d8f06b;
  --cream: #f4f2e9;
  --paper: #fbfaf6;
  --white: #fff;
  --ink: #17201b;
  --muted: #5b655f;
  --line: #d8ddd8;
  --shadow: 0 24px 70px rgba(9, 41, 28, .16);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; line-height: 1.08; letter-spacing: -.045em; }
h1 em, h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -80px; padding: 12px 18px; background: var(--lime); color: var(--green-950); font-weight: 700; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 50; height: 92px; color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { position: fixed; background: rgba(9, 41, 28, .97); box-shadow: 0 8px 30px rgba(0,0,0,.12); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: inherit; }
.brand-mark { display: grid; place-items: center; width: 44px; height: 44px; background: var(--lime); border-radius: 13px; }
.brand-mark svg { width: 30px; fill: var(--green-900); }
.brand-mark .brand-door { fill: var(--lime); }
.brand-mark .brand-lines { fill: none; stroke: var(--green-900); stroke-width: 1.5; }
.brand strong, .brand small { display: block; line-height: 1; text-transform: uppercase; }
.brand strong { font-family: "Manrope", sans-serif; font-size: 1.12rem; letter-spacing: .01em; }
.brand small { margin-top: 6px; font-size: .66rem; font-weight: 700; letter-spacing: .23em; opacity: .78; }
.primary-nav { display: flex; align-items: center; gap: 34px; font-size: .9rem; font-weight: 600; }
.primary-nav > a:not(.button) { position: relative; padding: 8px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--lime); transition: right .2s; }
.primary-nav > a:hover::after, .primary-nav > a[aria-current="page"]::after { right: 0; }
.menu-toggle { display: none; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 25px; border: 1px solid var(--lime); border-radius: 9px; background: var(--lime); color: var(--green-950); font-weight: 800; line-height: 1; cursor: pointer; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: #e7f78f; }
.button-small { min-height: 43px; padding-inline: 18px; font-size: .84rem; }
.button-dark { background: var(--green-900); border-color: var(--green-900); color: white; }
.button-dark:hover { background: var(--green-700); color: white; }
.button-light { background: white; border-color: white; color: var(--green-950); }
.button-full { width: 100%; }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-weight: 700; color: var(--green-800); border-bottom: 1px solid currentColor; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }
.text-link.light { color: white; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; color: white; font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.eyebrow.dark { color: var(--green-700); }

.hero { position: relative; min-height: 790px; display: flex; align-items: center; overflow: hidden; background: var(--green-950); color: white; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url('../images/units.jpg') center/cover no-repeat; transform: scale(1.02); }
.hero-shade { background: linear-gradient(90deg, rgba(4,28,18,.96) 0%, rgba(7,37,24,.78) 48%, rgba(7,37,24,.18) 100%), linear-gradient(0deg, rgba(4,28,18,.38), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: 130px 0 140px; }
.hero h1 { max-width: 760px; margin-bottom: 24px; color: white; font-size: clamp(3.6rem, 7vw, 6.6rem); }
.hero-copy { max-width: 610px; margin-bottom: 34px; color: rgba(255,255,255,.82); font-size: 1.2rem; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.hero-stats { position: absolute; z-index: 3; right: 0; bottom: 0; width: min(660px, 52vw); display: grid; grid-template-columns: repeat(3, 1fr); background: var(--paper); color: var(--ink); }
.hero-stats div { padding: 25px 28px; border-left: 1px solid var(--line); }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { font-family: "Manrope", sans-serif; font-size: 1.4rem; letter-spacing: -.04em; }
.hero-stats span { color: var(--muted); font-size: .78rem; }

.split-intro { display: grid; grid-template-columns: 1.05fr .8fr; gap: 11%; align-items: start; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; color: var(--green-950); font-size: clamp(2.5rem, 4.6vw, 4.4rem); }
.section-heading.centered { text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered h2 { margin-inline: auto; }
.intro-copy { padding-top: 54px; color: var(--muted); font-size: 1.08rem; }
.intro-copy .text-link { margin-top: 18px; }

.feature-section { padding: 0 0 118px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.feature-card { position: relative; min-height: 360px; padding: 34px 28px; border: 1px solid var(--line); border-right: 0; background: white; overflow: hidden; }
.feature-card:last-child { border-right: 1px solid var(--line); }
.feature-card > svg { width: 47px; margin: 72px 0 33px; fill: none; stroke: var(--green-700); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.feature-number, .unit-index { color: #8b948e; font-size: .73rem; font-weight: 800; letter-spacing: .12em; }
.feature-card h3 { margin-bottom: 15px; font-size: 1.45rem; }
.feature-card p { margin-bottom: 0; color: var(--muted); font-size: .92rem; }
.feature-card-image { display: flex; align-items: end; padding: 0; border: 0; color: white; }
.feature-card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,34,22,.86), transparent 65%); }
.feature-card-image img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.feature-card-image div { position: relative; z-index: 1; padding: 30px; }
.feature-card-image h3 { margin: 8px 0 0; }
.feature-card-image .feature-number { color: var(--lime); }

.sizes-preview { background: var(--cream); }
.size-strip { display: grid; grid-template-columns: repeat(6, 1fr); margin: 66px 0 42px; border-block: 1px solid #cbd2cc; }
.size-strip span { padding: 28px 10px; border-left: 1px solid #cbd2cc; text-align: center; color: var(--green-900); font-family: "Manrope", sans-serif; font-size: 1.3rem; font-weight: 800; }
.size-strip span:last-child { border-right: 1px solid #cbd2cc; }
.centered-action { text-align: center; }

.testimonial-section { padding: 118px 0; background: var(--green-950); }
.testimonial-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.testimonial-image img { height: 100%; min-height: 470px; object-fit: cover; }
.quote-card { display: flex; flex-direction: column; justify-content: center; padding: 70px; background: var(--green-800); color: white; }
.quote-card blockquote { margin: 0 0 30px; font-family: Georgia, serif; font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 1.2; letter-spacing: -.03em; }
.quote-author { margin: 0; color: var(--mint); font-weight: 700; }

.cta-section { padding: 80px 0; background: var(--lime); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.cta-inner .eyebrow { color: var(--green-800); }
.cta-inner .eyebrow span { background: var(--green-700); }
.cta-inner h2 { margin-bottom: 0; color: var(--green-950); font-size: clamp(2.3rem, 4vw, 4rem); }
.cta-inner > div:last-child { min-width: 300px; }
.cta-inner .button { width: 100%; }
.cta-inner p:last-child { margin: 12px 0 0; color: var(--green-800); font-size: .82rem; text-align: center; }

.page-hero { min-height: 650px; display: flex; align-items: center; color: white; background-color: var(--green-950); background-position: center; background-size: cover; }
.units-hero { background-image: linear-gradient(90deg, rgba(4,28,18,.95), rgba(4,28,18,.28)), url('../images/open-unit.jpg'); }
.contact-hero { min-height: 510px; background: radial-gradient(circle at 80% 40%, #24714c, transparent 36%), var(--green-950); }
.page-hero-content, .page-hero-inner { padding-top: 90px; }
.page-hero h1 { margin-bottom: 22px; font-size: clamp(3.4rem, 6.4vw, 6rem); }
.page-hero p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.8); font-size: 1.15rem; }
.page-hero .button { margin-top: 16px; }

.unit-list-section { background: var(--paper); }
.unit-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 62px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.unit-card { min-height: 275px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: background .2s, color .2s; }
.unit-card:hover { background: var(--green-900); color: white; }
.unit-card h3 { margin: 56px 0 0; font-size: 2.6rem; }
.unit-card p { color: var(--muted); }
.unit-card:hover p, .unit-card:hover .unit-index { color: var(--mint); }
.unit-card a { display: inline-flex; gap: 10px; font-weight: 700; color: var(--green-700); }
.unit-card:hover a { color: var(--lime); }
.availability-note { margin: 35px 0 0; color: var(--muted); text-align: center; }
.availability-note a { color: var(--green-700); font-weight: 800; }

.security-band { padding: 118px 0; background: var(--green-950); color: white; }
.security-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 9%; align-items: center; }
.security-image { position: relative; }
.security-image::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(216,240,107,.55); }
.security-image img { position: relative; aspect-ratio: 4/5; object-fit: cover; }
.security-content h2 { font-size: clamp(2.4rem, 4vw, 4rem); }
.check-list { list-style: none; margin: 44px 0 0; padding: 0; }
.check-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.16); }
.check-list li > span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--lime); border-radius: 50%; color: var(--lime); font-size: .8rem; }
.check-list strong { display: block; margin-bottom: 3px; font-family: "Manrope", sans-serif; }
.check-list p { margin: 0; color: rgba(255,255,255,.65); font-size: .9rem; }

.gallery-grid { display: grid; grid-template-columns: 1.4fr .8fr; grid-template-rows: 280px 280px; gap: 18px; margin-top: 60px; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid .gallery-wide { grid-row: 1 / 3; }
.gallery-grid img { height: 100%; object-fit: cover; transition: transform .5s; }
.gallery-grid figure:hover img { transform: scale(1.025); }

.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; align-items: start; }
.contact-details .eyebrow { color: var(--green-700); }
.contact-details h2, .form-card h2 { font-size: clamp(2.2rem, 3.8vw, 3.7rem); color: var(--green-950); }
.contact-details > p { color: var(--muted); }
.contact-methods { display: grid; margin: 35px 0; border-top: 1px solid var(--line); }
.contact-methods > a { display: grid; grid-template-columns: 46px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.contact-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--mint); color: var(--green-900); }
.contact-methods small, .contact-methods strong { display: block; }
.contact-methods small { color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.contact-methods strong { margin-top: 2px; font-size: .96rem; }
.contact-details > img { aspect-ratio: 3/2; object-fit: cover; }
.form-card { padding: 48px; border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.form-kicker { color: var(--green-700); font-size: .74rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.form-card h2 { margin: 9px 0 34px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-card label { display: block; margin-bottom: 19px; color: #344139; font-size: .84rem; font-weight: 700; }
.form-card label > span { color: #a43c34; }
.form-card input, .form-card select, .form-card textarea { width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid #cdd4cf; border-radius: 8px; background: #fafbf9; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
.form-card input, .form-card select { min-height: 50px; }
.form-card textarea { resize: vertical; }
.form-card input:focus, .form-card select:focus, .form-card textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(31,107,71,.13); }
.form-alert { margin-bottom: 24px; padding: 14px 16px; border-radius: 8px; font-size: .9rem; }
.form-alert.success { background: #e6f5eb; color: #155337; }
.form-alert.error { background: #fff0ed; color: #8c342d; }
.honeypot { position: absolute !important; left: -10000px !important; }
.cf-turnstile { margin: 4px 0 20px; }
.form-note { margin: 12px 0 0; color: var(--muted); font-size: .75rem; text-align: center; }

.site-footer { padding: 80px 0 26px; background: #061d14; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .8fr 1fr; gap: 8%; }
.brand-footer { margin-bottom: 24px; }
.footer-grid > div:first-child > p { max-width: 400px; color: rgba(255,255,255,.58); }
.footer-grid h2 { margin-bottom: 21px; color: var(--lime); font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid address, .footer-grid p { font-style: normal; color: rgba(255,255,255,.68); }
.footer-grid > div:not(:first-child) a { display: block; margin: 8px 0; font-weight: 600; }
.footer-grid > div:not(:first-child) a:hover { color: var(--lime); }
.footer-grid .access-note { margin-top: 18px; font-size: .78rem; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.43); font-size: .73rem; }
.mobile-call { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .primary-nav { gap: 20px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-card:nth-child(2) { border-right: 1px solid var(--line); }
  .size-strip { grid-template-columns: repeat(3, 1fr); }
  .testimonial-layout { grid-template-columns: .85fr 1.15fr; }
  .quote-card { padding: 45px; }
  .security-grid { gap: 6%; }
  .contact-grid { gap: 5%; }
  .form-card { padding: 38px; }
}

@media (max-width: 760px) {
  body { padding-bottom: 65px; }
  .container { width: min(calc(100% - 34px), var(--container)); }
  .section { padding: 72px 0; }
  .site-header { height: 76px; }
  .brand-mark { width: 39px; height: 39px; }
  .brand strong { font-size: 1rem; }
  .menu-toggle { display: grid; gap: 5px; width: 44px; height: 44px; place-content: center; border: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: white; }
  .primary-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px; background: var(--green-950); transform: translateX(100%); transition: transform .25s; }
  .primary-nav.open { transform: none; }
  .primary-nav > a:not(.button) { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.1rem; }
  .primary-nav .button { margin-top: 25px; }
  .hero { min-height: 720px; align-items: start; }
  .hero-image { background-position: 63% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,28,18,.96), rgba(4,28,18,.5)); }
  .hero-content { padding-top: 145px; }
  .hero h1 { font-size: clamp(3.25rem, 15vw, 5.2rem); }
  .hero-copy { font-size: 1.04rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-stats { width: 100%; grid-template-columns: repeat(3, 1fr); }
  .hero-stats div { padding: 18px 14px; }
  .hero-stats strong { font-size: 1.08rem; }
  .hero-stats span { font-size: .67rem; }
  .split-intro, .testimonial-layout, .security-grid, .contact-grid, .cta-inner { grid-template-columns: 1fr; }
  .intro-copy { padding-top: 0; }
  .section-heading h2 { font-size: 2.65rem; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card:nth-child(2) { border-right: 1px solid var(--line); }
  .feature-card { min-height: 315px; }
  .size-strip { grid-template-columns: 1fr 1fr; }
  .size-strip span { padding: 20px 8px; border-bottom: 1px solid #cbd2cc; }
  .testimonial-image img { min-height: 300px; }
  .quote-card { padding: 40px 28px; }
  .cta-inner { gap: 32px; }
  .cta-inner > div:last-child { min-width: 0; }
  .page-hero { min-height: 590px; }
  .contact-hero { min-height: 430px; }
  .page-hero h1 { font-size: 3.3rem; }
  .unit-grid { grid-template-columns: 1fr 1fr; }
  .unit-card { min-height: 235px; padding: 25px; }
  .unit-card h3 { margin-top: 40px; font-size: 2.15rem; }
  .security-image { margin: 18px 0 35px 18px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 300px 220px; }
  .gallery-grid .gallery-wide { grid-column: 1 / 3; grid-row: auto; }
  .form-card { padding: 30px 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 5px; }
  .mobile-call { position: fixed; z-index: 100; inset: auto 0 0; height: 65px; display: flex; align-items: center; justify-content: center; gap: 10px; background: var(--lime); color: var(--green-950); font-weight: 800; box-shadow: 0 -8px 25px rgba(0,0,0,.13); }
  .mobile-call svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
}

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