:root{
  --green:#173f35; --green-2:#24584a; --cream:#f5f1e8; --paper:#fbfaf7;
  --ink:#1b2520; --muted:#68716c; --line:#dcded8; --gold:#c6a56a; --white:#fff;
  --shadow:0 18px 45px rgba(25,48,38,.12);
}
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",Arial,sans-serif;line-height:1.55}
img{display:block;width:100%} a{color:inherit;text-decoration:none} .container{width:min(1180px,calc(100% - 40px));margin:auto}.section{padding:92px 0}.section-soft{background:var(--cream)}
.skip-link{position:absolute;left:-999px;top:10px;background:#fff;padding:10px;z-index:100}.skip-link:focus{left:10px}.promo{background:var(--green);color:#eef4ef;font-size:13px}.promo-inner{min-height:40px;display:flex;justify-content:space-between;align-items:center;gap:20px}.promo a{font-weight:700;color:#fff}
.site-header{height:82px;background:rgba(251,250,247,.94);backdrop-filter:blur(12px);position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(23,63,53,.1)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:40px;height:40px;border:1.5px solid var(--green);display:grid;place-items:center;border-radius:50%;font:600 14px/1 "DM Serif Display",Georgia,serif;color:var(--green)}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text b{font:400 20px/1 "DM Serif Display",Georgia,serif;letter-spacing:.2px}.brand-text small{font-size:9px;letter-spacing:1.8px;margin-top:5px;color:var(--muted)}
.nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}.nav>a:not(.button):hover{color:var(--green-2)}.nav-toggle{display:none;background:none;border:0;font:600 14px/1 "DM Sans";color:var(--ink)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;background:var(--green);color:#fff;border:1px solid var(--green);font-size:14px;font-weight:700;border-radius:2px;transition:.2s ease}.button:hover{transform:translateY(-1px);background:var(--green-2)}.button-small{min-height:40px;padding:0 18px}.button-light{background:#fff;border-color:#fff;color:var(--green)}.button-light:hover{background:#f5f1e8}.button-ghost{background:transparent;border-color:rgba(255,255,255,.6);color:#fff}.button-ghost:hover{background:rgba(255,255,255,.1)}
.hero{height:min(760px,calc(100vh - 70px));min-height:650px;position:relative;color:#fff;display:flex;align-items:center;overflow:hidden}.hero-image{position:absolute;inset:0;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,44,36,.82) 0%,rgba(16,44,36,.52) 48%,rgba(16,44,36,.08) 100%)}.hero-content{position:relative;z-index:2;padding-bottom:60px}.eyebrow{text-transform:uppercase;letter-spacing:2.4px;font-size:11px;font-weight:700;color:var(--green-2);margin:0 0 17px}.eyebrow.light{color:#d8e6df}.hero h1,.section h2{font-family:"DM Serif Display",Georgia,serif;font-weight:400;line-height:.98;letter-spacing:-1.2px;margin:0}.hero h1{font-size:clamp(54px,7.2vw,96px);max-width:850px}.hero h1 span{color:#e8d7b7}.hero-copy{font-size:18px;max-width:670px;color:#ecf0ed;margin:28px 0 32px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-stats{position:absolute;z-index:3;left:50%;transform:translateX(-50%);bottom:0;display:grid;grid-template-columns:repeat(4,1fr);background:rgba(12,43,35,.90);border-top:1px solid rgba(255,255,255,.14)}.hero-stats div{padding:22px 30px;border-right:1px solid rgba(255,255,255,.13)}.hero-stats div:last-child{border-right:0}.hero-stats strong{display:block;font:400 27px/1 "DM Serif Display",Georgia,serif}.hero-stats span{font-size:10px;text-transform:uppercase;letter-spacing:1.3px;color:#c9d7d1}
.intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start}.section h2{font-size:clamp(42px,5.1vw,66px);color:var(--green);max-width:750px}.intro-copy{font-size:18px;color:#425049}.intro-copy p:first-child{margin-top:3px}.intro-copy p:last-child{color:var(--muted)}
.section-head{display:grid;grid-template-columns:1fr .75fr;gap:50px;align-items:end;margin-bottom:42px}.section-head.compact{margin-bottom:30px}.section-head>p{margin:0;color:var(--muted);font-size:16px;max-width:500px;justify-self:end}.home-card{display:grid;grid-template-columns:.9fr 1.1fr;background:#fff;box-shadow:var(--shadow)}.home-card-photo{min-height:530px}.home-card-photo img{height:100%;object-fit:cover}.home-card-body{padding:50px}.home-card-title{display:flex;justify-content:space-between;gap:30px;padding-bottom:28px;border-bottom:1px solid var(--line)}.home-card-title span{color:var(--muted);font-size:13px}.home-card-title h3{font:400 38px/1.1 "DM Serif Display",Georgia,serif;color:var(--green);margin:5px 0 0}.rent{text-align:right;color:var(--muted);font-size:12px}.rent b{display:block;font:400 34px/1 "DM Serif Display",Georgia,serif;color:var(--green)}.rent small{font-size:11px}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 30px;margin:28px 0 34px}.feature-grid span{padding:13px 0;border-bottom:1px solid #eceee9;font-size:14px}.feature-grid span:before{content:"•";color:var(--gold);margin-right:9px}.card-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.micro{font-size:11px;color:var(--muted)}
.rent:hover b{color:var(--green-2)}
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:250px;gap:12px}.gallery-grid figure{margin:0;overflow:hidden;background:#eee;cursor:zoom-in;position:relative}.gallery-grid figure:after{content:"View";position:absolute;right:14px;bottom:14px;padding:6px 10px;background:rgba(18,45,38,.82);color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;opacity:0;transform:translateY(4px);transition:.2s ease}.gallery-grid figure:hover:after,.gallery-grid figure:focus-visible:after{opacity:1;transform:none}.gallery-grid figure:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.gallery-grid img{height:100%;object-fit:cover;transition:transform .35s ease}.gallery-grid figure:hover img{transform:scale(1.025)}.g1{grid-column:1/3}.g4 img,.g5 img,.g7 img{object-position:center 46%}
.lightbox{position:fixed;inset:0;z-index:100;display:none;align-items:center;justify-content:center;padding:42px 86px;background:rgba(7,18,15,.94);color:#fff}.lightbox.open{display:flex}.lightbox-open{overflow:hidden}.lightbox-stage{width:min(1100px,100%);display:flex;flex-direction:column;align-items:center}.lightbox-image{width:auto;max-width:100%;height:auto;max-height:calc(100vh - 150px);object-fit:contain;box-shadow:0 24px 80px rgba(0,0,0,.4)}.lightbox-caption{width:100%;display:flex;justify-content:space-between;gap:24px;padding-top:15px;color:#dce6e1;font-size:14px}.lightbox-count{color:#aebfb7;white-space:nowrap}.lightbox-close,.lightbox-nav{position:absolute;border:0;color:#fff;background:rgba(255,255,255,.09);display:grid;place-items:center;cursor:pointer;transition:.2s ease}.lightbox-close:hover,.lightbox-nav:hover{background:rgba(255,255,255,.2)}.lightbox-close:focus-visible,.lightbox-nav:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.lightbox-close{top:20px;right:24px;width:48px;height:48px;font-size:36px;line-height:1}.lightbox-nav{top:50%;transform:translateY(-50%);width:54px;height:68px;font-size:46px;font-family:Georgia,serif}.lightbox-prev{left:20px}.lightbox-next{right:20px}
.location-section{background:#eef1eb}.location-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:70px;align-items:center}.location-copy>p:not(.eyebrow){font-size:17px;color:#4c5a53;max-width:560px}.location-list{margin:34px 0}.location-list>div{display:grid;grid-template-columns:42px 1fr;gap:15px;padding:16px 0;border-top:1px solid #ccd3cb}.location-list>div:last-child{border-bottom:1px solid #ccd3cb}.location-list span{font-size:11px;color:var(--green-2);font-weight:700;letter-spacing:1px}.location-list p{margin:0;font-size:14px;color:#56625c}.location-list b{color:var(--ink)}.text-link{font-weight:700;color:var(--green);font-size:14px}.map-card{background:#fff;box-shadow:var(--shadow);overflow:hidden}.map-card iframe{width:100%;height:500px;border:0;display:block}.map-address{display:flex;justify-content:space-between;gap:20px;padding:22px 24px;border-top:1px solid var(--line);font-size:13px}.map-address span{color:var(--muted)}
.cta-section{background:var(--green);padding:70px 0}.cta-box{color:#fff;display:flex;justify-content:space-between;align-items:center;gap:50px}.cta-box h2{color:#fff;font-size:58px}.cta-box p:not(.eyebrow){color:#d9e4df;margin:15px 0 0}.cta-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.footer{background:#122d26;color:#d9e4df;padding:58px 0 26px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .8fr;gap:60px}.footer .brand-mark{border-color:#c8d6d0;color:#fff}.footer .brand-text b{color:#fff}.footer .brand-text small{color:#aebfb7}.footer-grid>div:not(.brand){display:flex;flex-direction:column;font-size:13px}.footer-grid b{color:#fff;margin-bottom:8px}.footer-grid span{color:#aebfb7}.footer-grid a{text-decoration:underline;text-underline-offset:3px}.legal{font-size:10px;color:#82978e;border-top:1px solid rgba(255,255,255,.1);padding-top:24px;margin-top:42px}
.mobile-availability{display:none}
@media(max-width:900px){.nav-toggle{display:block}.nav{position:absolute;top:82px;left:0;right:0;background:var(--paper);padding:20px;display:none;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.nav.open{display:flex}.hero{min-height:700px}.hero-stats{grid-template-columns:repeat(2,1fr)}.hero-stats div:nth-child(2){border-right:0}.hero-stats div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.13)}.intro-grid,.section-head,.home-card,.location-grid{grid-template-columns:1fr;gap:35px}.section-head>p{justify-self:start}.home-card-photo{min-height:420px}.location-grid{gap:45px}.cta-box{align-items:flex-start;flex-direction:column}.cta-actions{justify-content:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.gallery-grid{grid-template-columns:1fr 1fr;grid-auto-rows:260px}.g1{grid-column:1/3}}
@media(max-width:620px){.container{width:min(100% - 28px,1180px)}.promo-inner{padding:8px 0;align-items:flex-start;flex-direction:column;gap:2px}.site-header{height:72px}.brand-text b{font-size:18px}.nav{top:72px}.section{padding:68px 0}.hero{min-height:720px;height:auto;padding:80px 0 180px}.hero-image{object-position:58% center}.hero-shade{background:linear-gradient(90deg,rgba(16,44,36,.88),rgba(16,44,36,.38))}.hero h1{font-size:clamp(44px,13vw,52px)}.hero-copy{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;width:min(100%,340px)}.hero-stats{grid-template-columns:1fr 1fr}.hero-stats div{padding:16px}.hero-stats strong{font-size:23px}.section h2{font-size:42px}.intro-copy{font-size:16px}.home-card-body{padding:28px 22px}.home-card-title{flex-direction:column}.rent{text-align:left}.feature-grid{grid-template-columns:1fr}.home-card-photo{min-height:340px}.gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:8px;-webkit-overflow-scrolling:touch}.gallery-grid figure,.g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8{display:block;min-width:85%;height:320px;scroll-snap-align:center}.map-card iframe{height:380px}.map-address{flex-direction:column}.cta-box h2{font-size:46px}.cta-actions{width:100%;flex-direction:column}.footer{padding-bottom:96px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-brand{grid-column:auto}.mobile-availability{display:flex;position:fixed;z-index:40;left:14px;right:14px;bottom:14px;min-height:52px;align-items:center;justify-content:center;background:var(--green);color:#fff;border:1px solid rgba(255,255,255,.35);box-shadow:0 10px 30px rgba(10,34,27,.3);font-size:15px;font-weight:700;border-radius:3px}}
@media(max-width:620px){.lightbox{padding:70px 16px 82px}.lightbox-image{max-height:calc(100vh - 185px)}.lightbox-nav{top:auto;bottom:18px;transform:none;width:52px;height:52px;font-size:38px}.lightbox-prev{left:18px}.lightbox-next{right:18px}.lightbox-caption{padding:12px 56px 0;font-size:12px}.lightbox-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
