:root{--ink:#172923;--forest:#1c302c;--accent:#f5b246;--line:#d8dedb;--paper:#fff;--muted:#4b6259}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:17px/1.65 'Segoe UI',Arial,sans-serif}a{color:inherit;text-decoration:none}button,a{touch-action:manipulation}a:focus-visible,button:focus-visible{outline:3px solid #a7660f;outline-offset:5px}img{display:block;max-width:100%}header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:12px 4.5vw;background:#fff;position:relative;z-index:10}.brand{display:flex;align-items:center;gap:22px}.brand img{width:155px;height:61px;object-fit:contain}.brand span{border-left:1px solid var(--line);padding-left:22px;font-size:21px;font-weight:600}nav{display:flex;gap:32px;align-items:center;font-size:15px}h1,h2{font-family:Georgia,'Times New Roman',serif;font-weight:400;line-height:1.07;margin:0 0 25px;letter-spacing:-.035em}h1{font-size:clamp(44px,5.9vw,84px)}h2{font-size:clamp(36px,4vw,57px)}p{margin:0 0 23px}.hero{min-height:660px;height:76vh;max-height:890px;position:relative;background:var(--forest);color:#fff;overflow:hidden}.hero>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:66% 52%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,25,20,.84) 0%,rgba(9,25,20,.54) 35%,rgba(9,25,20,0) 74%)}.hero-text{position:relative;max-width:650px;padding:9vh 0 65px;margin-left:6vw}.hero-text>p:not(.eyebrow):not(.hero-detail){font-size:20px;max-width:480px;line-height:1.55}.eyebrow{font-size:12px;letter-spacing:.2em;font-weight:700;margin:0 0 25px}.actions{display:flex;align-items:center;gap:32px;margin:32px 0 17px}.button{display:inline-flex;justify-content:center;gap:22px;align-items:center;min-height:54px;padding:13px 23px;background:var(--accent);color:#1c2922;font-size:16px;font-weight:650;border:0;border-radius:3px}.small{min-height:44px;padding:9px 18px;font-size:14px}.light-link{color:white;font-size:16px}.hero-detail{font-size:14px;color:#e1e9e3}.photo-note{position:absolute;right:35px;bottom:20px;color:white;font-size:13px}.facts{display:grid;grid-template-columns:repeat(4,1fr) 1.7fr;padding:32px 6vw;border-bottom:1px solid var(--line);gap:20px}.facts div{display:flex;flex-direction:column;border-right:1px solid var(--line)}.facts strong{font-size:26px;font-weight:500}.facts span{font-size:14px;color:var(--muted)}.facts .price{border:0;padding-left:24px}.section{padding:90px 6vw}.intro{display:grid;grid-template-columns:1fr 1fr;gap:8vw}.intro .lead,.lead{font-size:23px;line-height:1.5}.text-link{border-bottom:1px solid var(--ink);padding-bottom:5px;font-size:16px}.image-pair{display:grid;grid-template-columns:1.3fr 1fr;gap:22px;margin:0 6vw}.image-pair figure{margin:0}.image-pair img{width:100%;height:420px;object-fit:cover}.image-pair figcaption{font-size:14px;margin-top:12px;color:var(--muted)}.area-intro{max-width:1100px}.contact{background:var(--forest);color:white;display:grid;grid-template-columns:1.3fr 1fr;gap:10vw}.contact p{max-width:530px}.price-detail{border-left:1px solid #63766c;padding-left:5vw;align-self:center}.price-detail strong{font-size:36px;display:block;margin-bottom:20px}.price-detail p{font-size:16px}footer{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:40px 6vw;font-size:14px}footer img{width:145px;height:70px;object-fit:contain}footer p{margin:0;color:var(--muted)}@media(max-width:760px){header{height:75px;padding:10px 20px}.brand img{width:110px;height:50px}.brand{gap:12px}.brand span{padding-left:12px;font-size:18px}nav>a:not(.button){display:none}nav{gap:0}.small{font-size:12px;padding:9px 12px;min-height:42px}.hero{height:auto;min-height:640px}.hero>img{object-position:62% 50%}.hero-shade{background:linear-gradient(0deg,rgba(9,25,20,.9),rgba(9,25,20,.32))}.hero-text{padding:220px 24px 45px;margin:0;max-width:none}.hero-text>p:not(.eyebrow):not(.hero-detail){font-size:18px}.hero .eyebrow{margin-bottom:18px}.hero h1{font-size:46px}.actions{gap:20px;flex-wrap:wrap}.hero-detail{margin:0}.photo-note{display:none}.facts{grid-template-columns:1fr 1fr;padding:25px;gap:24px}.facts div:nth-child(even){border:0}.facts .price{grid-column:1/-1;padding:18px 0 0;border-top:1px solid var(--line)}.section{padding:58px 25px}.intro,.contact{grid-template-columns:1fr;gap:25px}.intro .lead,.lead{font-size:21px}.image-pair{margin:0 25px;grid-template-columns:1fr}.image-pair img{height:310px}.price-detail{border-left:0;border-top:1px solid #63766c;padding:28px 0 0}.price-detail strong{font-size:32px}footer{padding:32px 25px;align-items:flex-start;flex-direction:column;gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
:root{--cream:#f3f4ed}button{font:inherit;cursor:pointer;color:inherit}h3{font-weight:500;font-size:26px;line-height:1.25;margin:0 0 18px}.section-heading{display:flex;justify-content:space-between;gap:55px;align-items:end;margin-bottom:30px}.section-heading p{max-width:370px}.section-heading h2{margin-bottom:10px}.gallery-section{padding-bottom:70px}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.gallery-card{border:0;background:none;text-align:left;padding:0;position:relative}.gallery-card img{width:100%;height:230px;object-fit:cover;transition:filter .25s}.gallery-card:hover img{filter:brightness(.88)}.gallery-card span{display:block;font-size:15px;padding-top:12px}.plans-section{background:var(--cream)}.plans-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:6vw;align-items:start}.segmented{display:flex;gap:4px;margin-bottom:22px;background:#e5e8dd;padding:5px;width:fit-content;border-radius:5px}.segmented button,.map-filters button{border:0;background:none;padding:11px 16px;font-size:14px;border-radius:3px}.segmented button.active{background:#fff;box-shadow:0 1px 5px #23352416}.plan-view{min-width:0}.plan-image{border:0;background:white;display:block;width:100%;padding:10px}.plan-image img{width:100%;height:520px;object-fit:contain}.plan-explanation{padding-top:65px}.number{display:block;font-family:Georgia,serif;font-size:45px;color:#698075;margin-bottom:20px}.room-choice{padding:25px 0;border-top:1px solid #cad2c6;border-bottom:1px solid #cad2c6;margin:25px 0}.room-choice .eyebrow{font-size:10px;letter-spacing:.13em;margin-bottom:15px}.room-choice button{border:1px solid #657d6d;border-radius:3px;background:transparent;padding:8px 12px;font-size:14px;margin:0 7px 20px 0}.room-choice button.active{background:var(--forest);color:white}.room-choice p:last-child{margin-bottom:0}.fine{font-size:13px!important;line-height:1.55!important;color:var(--muted);margin:14px 0 0}.floor-stack{display:grid;grid-template-columns:1fr 1fr;gap:15px;align-items:center;min-height:540px}.floor-stack .plan-image{box-shadow:0 10px 30px #2f403819;transform:perspective(900px) rotateY(-10deg) rotateX(12deg)}.floor-stack img{height:420px}.quality-section h2{max-width:760px}.quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:35px;margin-top:45px}.quality-grid article{border-top:1px solid #c9d3cc;padding-top:25px}.quality-grid p{font-size:16px}.quality-index{font-size:12px;color:var(--muted);display:block;margin-bottom:25px}.quality-grid h3{font-size:24px}.area-intro{max-width:none;background:#fafbf7}.area-intro>.lead{max-width:850px}.map-filters{display:flex;gap:8px;flex-wrap:wrap;margin:30px 0 20px}.map-filters button{background:white;border:1px solid #cad3c9}.map-filters button.active{background:var(--forest);color:white;border-color:var(--forest)}.map-layout{display:grid;grid-template-columns:1.9fr 1fr;border:1px solid #d1d8cd;min-width:0;background:white}#area-map{height:610px;z-index:1;min-width:0;background:#e8eddf}.place-list{height:610px;overflow:auto}.place-item{display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:0;border-bottom:1px solid #dce2d8;background:white;width:100%;padding:16px 24px;line-height:1.5}.place-item:hover,.place-item:focus-visible{background:#f0f4e8}.place-item strong{font-size:16px;font-weight:600}.place-item>span:last-child{font-size:13px;color:var(--muted)}.place-category{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.map-pin{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:3px solid #fff;box-shadow:0 2px 8px #0004;border-radius:50% 50% 50% 4px;transform:rotate(-45deg);background:#f2bb62;font:600 12px/1 'Segoe UI',sans-serif;color:#112821}.map-pin:before{content:''}.home-pin{background:#213f30;color:white;width:40px;height:40px;font-size:12px;border-radius:50%;transform:none}.home-label{font-weight:bold;font-size:12px!important}.leaflet-popup-content{font-family:'Segoe UI',sans-serif;font-size:14px}.leaflet-popup-content a{color:#235339}.map-credit{max-width:980px}.trail-block{display:grid;grid-template-columns:1.65fr 1fr;gap:5vw;margin-top:65px}.trail-block h3{font-family:Georgia,serif;font-size:35px}.trail-block aside{background:#e8eee0;padding:35px;color:#304b38}.trail-block aside strong{font-family:Georgia,serif;font-weight:400;font-size:37px;line-height:1.2}.trail-block aside p{font-size:15px;margin:20px 0 0}.trail-symbol{float:right;font-size:80px;font-family:Georgia,serif;color:#69875c;line-height:1}.trail-block .actions{flex-wrap:wrap;gap:20px}.questions{max-width:1140px;margin:auto}.questions details{border-top:1px solid var(--line);padding:22px 0}.questions details:last-child{border-bottom:1px solid var(--line)}.questions summary{cursor:pointer;font-size:19px;font-weight:500}.questions details p{max-width:850px;font-size:16px;margin:22px 0 0}.questions details a{display:inline-block;margin-top:18px}dialog{border:0;padding:0;max-width:calc(100vw - 50px);max-height:calc(100vh - 50px);background:#101b17;color:white;box-shadow:0 20px 90px #0007}dialog::backdrop{background:#0b191be8}.dialog-close{position:absolute;right:15px;top:15px;border:0;border-radius:50%;background:white;color:#203429;width:43px;height:43px;font-size:29px;z-index:5;line-height:1}#image-dialog{width:1100px}#dialog-image{width:100%;height:75vh;object-fit:contain}.dialog-bottom{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;gap:15px}.dialog-bottom p{margin:0;font-size:15px}.dialog-bottom button{border:1px solid #7a8c7e;background:transparent;color:white;width:42px;height:38px}.is-plan{background:white;color:var(--ink)}.is-plan #dialog-image{height:82vh}.is-plan .dialog-close{background:#e8eddf}.is-plan .dialog-bottom p{color:var(--ink)}#trail-dialog{width:1050px;background:#fff;color:var(--ink)}.dialog-header{padding:18px 75px 15px 25px}.dialog-header h3{margin:0;font-size:22px}#trail-frame{border:0;width:100%;height:75vh}#trail-dialog>p{padding:10px 25px;margin:0;font-size:14px}.mobile-cta{display:none}footer a{text-decoration:underline;text-underline-offset:4px}@media(max-width:1000px){.quality-grid{grid-template-columns:1fr 1fr}.gallery-grid{grid-template-columns:1fr 1fr}.gallery-card img{height:270px}.map-layout{grid-template-columns:1.5fr 1fr}.plans-layout{gap:35px}}@media(max-width:760px){.section-heading{display:block;margin-bottom:25px}.section-heading p{max-width:none;margin-top:20px}.gallery-grid{gap:20px 12px}.gallery-card img{height:165px}.gallery-card span{font-size:12px}.plans-layout{grid-template-columns:1fr;gap:10px}.plan-image img{height:430px}.plan-explanation{padding-top:15px}.plan-explanation .number{font-size:34px;margin-bottom:13px}.floor-stack{min-height:390px}.floor-stack img{height:325px}.segmented{width:100%;justify-content:space-between}.segmented button{padding:10px;font-size:12px}.quality-grid{gap:25px}.quality-grid h3{font-size:22px}.quality-grid p{font-size:15px}.map-layout{display:flex;flex-direction:column}#area-map{height:420px}.place-list{height:280px}.map-filters{gap:7px}.map-filters button{font-size:12px;padding:9px 10px}.trail-block{grid-template-columns:1fr;gap:25px;margin-top:40px}.trail-block aside{padding:25px}.trail-block aside strong{font-size:30px}.questions summary{font-size:17px}.questions details{padding:19px 0}.mobile-cta{display:block;position:fixed;bottom:0;left:0;width:100%;padding:14px 20px calc(14px + env(safe-area-inset-bottom));text-align:center;background:var(--accent);z-index:20;font-size:15px;font-weight:650;box-shadow:0 -4px 20px #0001}footer{padding-bottom:105px}dialog{max-width:calc(100vw - 18px);max-height:calc(100dvh - 25px)}#dialog-image{height:65vh}.is-plan #dialog-image{height:75vh}.dialog-bottom{padding:12px}.dialog-bottom p{font-size:13px}.dialog-close{right:10px;top:10px;width:37px;height:37px}#trail-frame{height:70vh}.dialog-header h3{font-size:18px}#trail-dialog>p{font-size:12px}}@media(prefers-reduced-motion:reduce){.gallery-card img{transition:none}.floor-stack .plan-image{transform:none}}
.map-pin{transform:none;border-radius:50%}.broker-phone{font-size:15px!important;margin-top:22px}.broker-phone a{text-decoration:underline;text-underline-offset:4px}.area-intro{max-width:none}

.guide-link{margin-top:25px}.route-controls{display:flex;flex-wrap:wrap;align-items:center;gap:13px 24px;margin:0 0 20px;font-size:14px}.route-controls label{display:flex;gap:7px;align-items:center;cursor:pointer}.route-controls input{width:17px;height:17px;accent-color:#1c302c}.route-line{display:inline-block;width:25px;height:4px;border-radius:2px}.culture-line{background:#9356a8}.coast-line{background:#086ba1}.route-controls button{border:1px solid #c4cec5;border-radius:3px;padding:7px 11px;background:white;font-size:13px}.map-credit a{text-decoration:underline}

.video-section{display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center;background:#f3f4ed;margin-top:70px}.video-section video{display:block;width:100%;max-width:345px;max-height:615px;aspect-ratio:9/16;justify-self:center;background:#1c302c;border-radius:5px;box-shadow:0 15px 45px #17292325}.video-copy{max-width:520px}.video-copy .button{margin-top:12px}@media(max-width:760px){.video-section{grid-template-columns:1fr;gap:30px;margin-top:40px}.video-section video{max-width:320px}.route-controls{font-size:13px}}

.hall-section{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:6vw;background:#fafbf7}.hall-image{display:block;padding:0;border:0;background:none;text-align:left;width:100%}.hall-image img{display:block;width:100%;height:auto;aspect-ratio:2500/1666;object-fit:cover}.hall-image span{display:block;font-size:13px;color:var(--muted);padding-top:12px}.hall-section h2{margin-bottom:24px}.hall-section p:last-child{max-width:530px}.hall-image:hover img{filter:brightness(.97)}@media(max-width:760px){.hall-section{grid-template-columns:1fr;gap:28px}.hall-section h2{margin-bottom:20px}}

.smart-section{background:var(--forest);color:#fff;display:grid;grid-template-columns:1.1fr 1fr;gap:50px 7vw}.smart-intro{align-self:center}.smart-intro>p:not(.eyebrow){max-width:600px}.smart-intro>.text-link{border-color:#acc4b8}.smart-section .eyebrow{color:#f4c77c}.smart-demo{background:#f5f5ec;color:var(--ink);padding:32px;border-radius:7px;min-width:0}.smart-demo>.eyebrow{color:var(--muted);font-size:10px;margin-bottom:16px}.smart-options{display:flex;gap:6px;padding:5px;background:#e0e6da;border-radius:5px}.smart-options button{border:0;background:transparent;border-radius:3px;flex:1;padding:10px 8px;font-size:15px}.smart-options button.active{background:var(--forest);color:white}.smart-scenario{min-height:330px;padding-top:25px}.smart-symbol{font-size:32px;color:#886222;display:block;line-height:1.2;margin-bottom:16px}.smart-scenario h3{font:34px/1.15 Georgia,serif}.smart-scenario p{font-size:16px;min-height:80px}.smart-setting{border-top:1px solid #cdd6c9;display:flex;justify-content:space-between;gap:20px;padding:11px 0;font-size:14px}.smart-setting>span{color:var(--muted)}.smart-setting strong{font-weight:500;text-align:right}.smart-benefits{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.smart-benefits article{border-top:1px solid #63796b;padding-top:24px}.smart-benefits .quality-index{color:#c5d4cb;margin-bottom:15px}.smart-benefits h3{font-size:23px}.smart-benefits p{font-size:16px;color:#e4eae5;margin:0}.smart-section a:focus-visible,.smart-section button:focus-visible{outline-color:#f5b246}@media(max-width:960px){nav{gap:20px}.smart-section{gap:40px}.smart-demo{padding:25px}}@media(max-width:760px){.smart-section{grid-template-columns:1fr;gap:32px}.smart-benefits{grid-template-columns:1fr;gap:25px}.smart-scenario{min-height:310px}.smart-setting{font-size:13px;gap:12px}.smart-demo{padding:24px 20px}}

.school-section{background:#fff}.school-section .section-heading>.lead{max-width:450px}.school-route{display:grid;grid-template-columns:45px 1fr;gap:20px;max-width:930px;border-top:1px solid var(--line);padding-top:30px;margin-bottom:40px}.school-route>span{font-size:36px;color:#9c7024;line-height:1.2}.school-route h3{font-size:24px}.school-route p{font-size:17px}.school-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.school-grid article{padding:35px;background:var(--cream);display:flex;flex-direction:column;align-items:flex-start;border-radius:4px}.school-grade{font-size:11px;letter-spacing:.15em;color:#54705d;margin-bottom:20px}.school-grid h3{font-size:29px;margin-bottom:7px}.school-address{font-size:14px;color:var(--muted);margin-bottom:23px}.school-grid article>p:not(.school-address){font-size:16px}.school-links{display:flex;gap:16px 22px;align-items:flex-start;flex-wrap:wrap;margin-top:auto;padding-top:5px}.school-links .button{width:100%;margin-bottom:5px}.school-links .text-link{font-size:14px}.school-source{max-width:1040px}.school-source a{text-decoration:underline}@media(max-width:760px){.school-grid{grid-template-columns:1fr}.school-grid article{padding:28px 23px}.school-route{grid-template-columns:24px 1fr;gap:12px}.school-route>span{font-size:28px}.school-route h3{font-size:23px}.school-grid h3{font-size:27px}}

.area-photo{display:block;position:relative;width:100%;padding:0;border:0;background:var(--forest);text-align:left;overflow:hidden}.area-photo img{width:100%;height:auto}.area-photo>span{position:absolute;bottom:15px;right:15px;padding:7px 13px;border-radius:3px;background:#172923e8;color:#fff;font-size:13px}.area-photo:hover>span{background:var(--forest)}.school-photo{margin:0 0 28px;width:100%}.school-photo img{aspect-ratio:16/10;object-fit:cover}.school-photo figcaption,.beach-section figcaption{font-size:12px;color:var(--muted);margin-top:10px}.beach-section{background:#eef3ef}.beach-section .section-heading>.lead{max-width:470px}.beach-main{margin:0}.beach-main img{max-height:660px;object-fit:cover;object-position:center 60%}.beach-grid{display:grid;grid-template-columns:1fr 1fr;gap:7vw;margin:45px 0 60px}.beach-grid article{display:flex;flex-direction:column;align-items:flex-start}.beach-grid h3{font:36px/1.15 Georgia,serif;margin-bottom:20px}.beach-grid .eyebrow{font-size:10px;margin-bottom:15px}.beach-grid .button{margin-top:auto}.coast-feature{display:grid;grid-template-columns:1.4fr 1fr;gap:5vw;align-items:center;border-top:1px solid #c6d2c7;padding-top:45px}.coast-feature figure{margin:0}.coast-feature h3{font:39px/1.1 Georgia,serif}.coast-map-link{border:0;border-bottom:1px solid var(--ink);background:transparent;padding:0 0 5px}.beach-sources{max-width:1040px;margin-top:28px}.beach-sources a{text-decoration:underline;text-underline-offset:3px}@media(max-width:1000px) and (min-width:761px){nav{gap:15px;font-size:14px}.brand{gap:12px}.brand span{padding-left:12px}.brand img{width:135px}}@media(max-width:760px){.beach-main img{aspect-ratio:3/2;object-fit:contain}.beach-grid{grid-template-columns:1fr;gap:35px;margin:30px 0 40px}.beach-grid h3{font-size:32px}.coast-feature{grid-template-columns:1fr;gap:28px;padding-top:32px}.coast-feature h3{font-size:34px}.school-photo{margin-bottom:24px}.area-photo>span{bottom:10px;right:10px;padding:5px 10px;font-size:12px}}

.school-photo figcaption a{text-decoration:underline;text-underline-offset:2px}
.school-photo figcaption{min-height:3.1em}



.smart-benefits{grid-template-columns:repeat(4,1fr);gap:30px}@media(max-width:1050px){.smart-benefits{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.smart-benefits{grid-template-columns:1fr}}
.privacy-content{padding:5rem 1.5rem;line-height:1.75}.privacy-content h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem}.privacy-content h2{margin:2.25rem 0 .7rem;font-size:1.45rem}.privacy-content p{margin:.7rem 0;color:var(--ink,#213b35)}.privacy-content a{text-decoration:underline;text-underline-offset:3px}
