@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Oswald:wght@500;600;700&display=swap');
:root{--navy:#063b61;--deep:#041726;--blue:#0e638d;--yellow:#f7c843;--red:#c83932;--cream:#f6f2e8;--ink:#14212b;--muted:#69747c;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'DM Sans',Arial,sans-serif;color:var(--ink);background:var(--cream)}button,a{font:inherit}a{text-decoration:none;color:inherit}button{cursor:pointer}.hidden{display:none!important}.header{height:78px;position:fixed;z-index:30;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;padding:0 4vw;background:rgba(4,23,38,.8);backdrop-filter:blur(12px);color:white;border-bottom:1px solid rgba(255,255,255,.12)}.brand{display:flex;align-items:center;gap:12px;font-family:Oswald,Arial;font-weight:700;letter-spacing:.08em}.brand img{width:52px;height:52px;object-fit:cover;border-radius:50%;background:white}.header nav{display:flex;align-items:center;gap:24px;font-size:14px}.header nav a:not(.book):hover,.nav-chad:hover{color:var(--yellow)}.nav-chad{border:0;background:transparent;color:white}.menu{display:none;border:0;background:transparent;color:white;font-size:28px}.book,.ghost{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:15px 22px;border:1px solid transparent;font-weight:700}.book{background:var(--yellow);color:var(--deep)}.book.small{padding:10px 16px}.ghost{background:rgba(255,255,255,.08);color:white;border-color:rgba(255,255,255,.4)}.hero{min-height:92vh;background-image:linear-gradient(90deg,rgba(4,23,38,.82),rgba(4,23,38,.32),rgba(4,23,38,.03)),url('/images/24F88849-B609-4689-AE89-C83370970742.jpeg');background-size:cover;background-position:center;display:flex;align-items:flex-end;position:relative;color:white;padding:150px 6vw 80px}.hero-copy{max-width:760px}.eyebrow{font-size:13px;letter-spacing:.22em;font-weight:700;margin-bottom:18px}.eyebrow.dark{color:var(--blue)}.eyebrow.light{color:var(--yellow)}.hero h1,.section h2,.split h2,.gallery-head h2,.chad-section h2{font-family:Oswald,Impact,sans-serif;margin:0;line-height:.93;text-transform:uppercase}.hero h1{font-size:clamp(72px,12vw,170px);letter-spacing:-.025em}.hero h1 span{font-size:.36em;vertical-align:top}.hero-tagline{font-family:Oswald;font-size:clamp(25px,3vw,42px);margin:22px 0 4px}.hero-joke{font-size:18px;color:#e8eef2}.hero-actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.hero-note{position:absolute;right:5vw;bottom:42px;text-align:right;font-family:Oswald;letter-spacing:.06em}.hero-note span{font-family:'DM Sans';font-size:11px;color:#dce5ea;letter-spacing:.08em}.stats{display:grid;grid-template-columns:repeat(4,1fr);max-width:1000px;margin:-34px auto 0;position:relative;z-index:5;background:white;box-shadow:0 20px 60px rgba(11,34,50,.14);border-radius:18px;overflow:hidden}.stats div{padding:26px;text-align:center;border-right:1px solid #e8eaeb}.stats div:last-child{border:0}.stats strong{display:block;font-family:Oswald;font-size:36px;color:var(--navy)}.stats span{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.section{padding:110px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw}.section h2,.split h2,.gallery-head h2{font-size:clamp(46px,6vw,86px);color:var(--deep)}.intro p,.split p,.location p{font-size:18px;line-height:1.7;color:#56636c}.micro{font-size:14px!important;font-style:italic}.features{display:grid;grid-template-columns:repeat(3,1fr);padding:0 6vw 110px;gap:16px}.features article{background:white;padding:34px;border-radius:18px;min-height:300px;transition:.25s;box-shadow:0 6px 24px rgba(6,59,97,.06)}.features article:hover{transform:translateY(-5px)}.feature-icon{font-family:Oswald;font-size:30px;color:var(--blue);height:38px}.features h3{font-family:Oswald;font-size:28px;text-transform:uppercase;margin:28px 0 6px}.features .quip{font-weight:700;color:var(--deep)}.features p:last-child{color:var(--muted);line-height:1.6}.split{display:grid;grid-template-columns:1.25fr .75fr;background:white}.split-image{min-height:680px}.split-image img{width:100%;height:100%;object-fit:cover}.split-copy{padding:10vw 7vw;align-self:center}.quote{font-family:Oswald;font-size:32px!important;color:var(--navy)!important}.text-link{display:inline-flex;gap:8px;align-items:center;font-weight:700;color:var(--blue);margin-top:14px}.amenities{background:#eef4f5}.amenity-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.amenity-grid div{padding:16px 18px;background:white;border-radius:10px}.amenity-grid span{color:var(--blue);font-weight:bold;margin-right:10px}.gallery-section{padding:110px 5vw;background:white}.gallery-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:30px}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tabs button{border:1px solid #d7dde0;background:white;border-radius:99px;padding:10px 14px}.tabs button.active{background:var(--navy);color:white;border-color:var(--navy)}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:240px;gap:8px}.gallery-grid button{border:0;padding:0;overflow:hidden;background:#ddd}.gallery-grid button.wide{grid-column:span 2;grid-row:span 2}.gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.4s}.gallery-grid button:hover img{transform:scale(1.035)}.lightbox{position:fixed;z-index:100;inset:0;background:rgba(0,0,0,.92);display:grid;place-items:center;padding:5vw}.lightbox img{max-width:90vw;max-height:88vh}.lightbox button{position:absolute;top:24px;right:24px;background:white;border:0;border-radius:50%;width:46px;height:46px;font-size:30px}.chad-section{background:var(--deep);color:white;position:relative;overflow:hidden}.flagbars{height:10px;display:grid;grid-template-columns:1fr 1fr 1fr}.flagbars i:nth-child(1){background:#002664}.flagbars i:nth-child(2){background:#fecb00}.flagbars i:nth-child(3){background:#c60c30}.chad-inner{padding:110px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:8vw;align-items:center}.chad-section h2{font-size:clamp(58px,8vw,120px);color:white}.chad-copy h3{font-family:Oswald;font-size:34px;line-height:1.15;margin:22px 0}.chad-copy p{font-size:19px;color:#c8d2d8;line-height:1.7}.bot-badge{display:inline-flex;align-items:center;gap:8px;font-weight:700;background:rgba(255,255,255,.08);padding:10px 13px;border-radius:999px}.book.yellow{margin-top:16px}.location{background:#f7f1e5}.location-card{background:var(--navy);color:white;border-radius:22px;padding:36px;display:flex;flex-direction:column;gap:14px;align-self:center}.location-card .pin{font-size:34px;color:var(--yellow)}.location-card strong{font-family:Oswald;font-size:30px}.location-card span{border-top:1px solid rgba(255,255,255,.18);padding-top:14px;color:#dfe8ee}footer{padding:55px 5vw;background:#020d14;color:white;display:grid;grid-template-columns:1fr 1fr auto;gap:30px;align-items:center}.footer-logo{display:flex;gap:14px;align-items:center}.footer-logo img{width:68px;border-radius:50%;background:white}.footer-logo strong{display:block;font-family:Oswald;font-size:22px}.footer-logo span,.footer-copy span{color:#91a3af}.footer-copy{text-align:center}.modal-backdrop{position:fixed;z-index:90;inset:0;background:rgba(2,13,20,.72);display:grid;place-items:center;padding:20px}.chat-modal{width:min(760px,96vw);height:min(760px,90vh);background:#f7f4ec;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.4)}.chat-head{background:var(--deep);color:white;padding:22px;display:flex;justify-content:space-between;align-items:center}.chat-head small{display:block;color:#a9bac5;margin-top:7px}.chat-head button{border:0;background:transparent;color:white;font-size:30px}.messages{padding:22px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:12px}.msg{max-width:78%;padding:14px 16px;border-radius:16px;white-space:pre-wrap;line-height:1.5}.msg.user{margin-left:auto;background:var(--navy);color:white;border-bottom-right-radius:4px}.msg.chad{background:white;border:1px solid #e0e4e5;border-bottom-left-radius:4px}.typing{font-style:italic;color:#66757f}.quickies{padding:0 20px 14px;display:flex;gap:8px;overflow-x:auto}.quickies button{white-space:nowrap;border:1px solid #d9dee0;background:white;border-radius:999px;padding:9px 12px}.chat-modal form{display:flex;padding:16px;background:white;border-top:1px solid #e3e5e6}.chat-modal input{flex:1;border:1px solid #ccd4d8;border-radius:999px;padding:14px 18px;font-size:16px}.chat-modal form button{width:48px;height:48px;border:0;border-radius:50%;margin-left:8px;background:var(--yellow);font-size:24px}
@media(max-width:900px){.header nav{display:none;position:absolute;top:78px;left:0;right:0;background:var(--deep);padding:25px;flex-direction:column;align-items:stretch}.header nav.open{display:flex}.menu{display:block}.hero{min-height:850px;background-position:60% center}.hero-note{display:none}.stats{margin:0;border-radius:0}.section,.split,.chad-inner{grid-template-columns:1fr}.features{grid-template-columns:1fr 1fr}.split-image{min-height:500px}.gallery-grid{grid-template-columns:repeat(2,1fr)}footer{grid-template-columns:1fr;text-align:left}.footer-copy{text-align:left}}
@media(max-width:580px){.header{padding:0 18px}.brand span{font-size:13px}.hero{padding:130px 22px 60px;min-height:760px}.hero h1{font-size:68px}.stats{grid-template-columns:repeat(2,1fr)}.section{padding:75px 24px}.features{grid-template-columns:1fr;padding:0 20px 75px}.gallery-section{padding:75px 16px}.gallery-head{align-items:flex-start;flex-direction:column}.gallery-grid{grid-auto-rows:180px}.gallery-grid button.wide{grid-column:span 2;grid-row:span 1}.chad-inner{padding:75px 24px}.amenity-grid{grid-template-columns:1fr}.split-copy{padding:75px 24px}.split-image{min-height:360px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .book,.hero-actions .ghost{width:100%}}
