@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400;1,500&display=swap');
:root{--navy:#101e32;--ink:#18283d;--red:#bf2f3c;--paper:#faf9f6;--line:#d9dcde;--muted:#626a74}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.6 'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid #d45a66;outline-offset:5px}button{color:inherit}img{display:block;width:100%}.skip{position:fixed;top:-80px;left:15px;z-index:100;background:white;padding:12px}.skip:focus{top:10px}.demo-bar{background:var(--navy);color:white;padding:8px 5%;font-size:12px;letter-spacing:.08em;display:flex;gap:22px;align-items:center}.demo-bar span{opacity:.72;letter-spacing:0}.demo-bar a{margin-left:auto;letter-spacing:0}header{height:100px;padding:0 5%;display:flex;align-items:center;justify-content:space-between;background:var(--paper);position:relative;z-index:4}.brand{display:flex;align-items:center;gap:20px}.brand-mark{font-size:34px;font-weight:700;line-height:1;color:var(--red);letter-spacing:-2px;border-right:1px solid #b9bec4;padding-right:20px}.brand-mark span{display:block;font-size:7px;letter-spacing:1px;margin-top:6px}.brand-name{font:500 21px Georgia,serif;letter-spacing:2px}.brand-name span{display:block;font:9px 'DM Sans',sans-serif;letter-spacing:1.9px;margin-top:9px}nav{display:flex;align-items:center;gap:30px;font-size:14px}.nav-cta{border:1px solid var(--ink);padding:12px 20px;display:flex;gap:26px}.menu-toggle{display:none}.hero{height:min(780px,80vw);min-height:620px;position:relative;overflow:hidden;background:#172b3e;color:white;isolation:isolate;perspective:1100px}.hero-scene{position:absolute;inset:-4%;transform-style:preserve-3d;transition:transform .35s ease-out;will-change:transform}.hero-image{height:100%;object-fit:cover;object-position:center 55%}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(6,19,33,.82),rgba(6,19,33,.36) 48%,rgba(6,19,33,.08)),linear-gradient(0deg,rgba(6,19,33,.85),transparent 38%);pointer-events:none}.hero-content{position:relative;padding:100px 7% 0;max-width:1000px}.eyebrow{font-size:12px;font-weight:500;letter-spacing:.18em;margin:0 0 26px}.eyebrow span{display:inline-block;width:22px;height:2px;background:#db4553;margin-right:12px;vertical-align:middle}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:400}h1{font:400 clamp(44px,5.3vw,78px)/1.12 'Playfair Display',Georgia,serif;letter-spacing:-2px;margin-bottom:25px}em{font-weight:400}h1 em{color:#f3ece1}h2{font:400 clamp(32px,3.25vw,49px)/1.2 'Playfair Display',Georgia,serif;letter-spacing:-1px;margin-bottom:24px}h2 em{color:#687383}.hero-copy{color:#e2e5e8;font-size:17px;line-height:1.7;margin-bottom:32px}.actions{display:flex;align-items:center;gap:32px}.button{padding:16px 23px;border:0;display:inline-flex;gap:40px;align-items:center;justify-content:space-between;font-weight:500;font-size:14px;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.red{background:var(--red);color:white}.red:hover{background:#a42432}.hero-link{font-size:14px}.hero-link span{margin-left:15px}.hero-bottom{position:absolute;bottom:30px;left:7%;right:5%;display:flex;align-items:end;justify-content:space-between;gap:20px}.hero-bottom p{font-size:11px;letter-spacing:.14em;margin:0}.hero-bottom p span{font-size:12px;letter-spacing:0;color:#c7cdd4}.image-note{text-align:right}.scene-control{display:flex;align-items:center;flex-wrap:wrap;gap:10px;max-width:250px;font-size:12px}.scene-control label{width:100%;color:#e1e5ec}.scene-control input{width:130px;accent-color:#d95b68}.scene-control button{font-size:12px;border:1px solid #8090a0;background:transparent;color:white;padding:5px 9px}.intro-strip{display:flex;align-items:center;padding:30px 7%;gap:40px;border-bottom:1px solid var(--line)}.intro-strip p{font:16px/1.5 Georgia,serif;margin:0 auto 0 0}.intro-strip strong{font-weight:400;color:#697483}.intro-strip>span{font-size:11px;letter-spacing:.1em}.intro-strip>a{font-size:27px}.section{padding:96px 7%;scroll-margin-top:20px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:46px}.section-heading h2{margin-bottom:0}.section-heading>p{font-size:14px;color:var(--muted);margin-bottom:4px}.dark{color:#6b737c}.move-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:60px}.path-picker button{display:flex;width:100%;gap:25px;align-items:center;padding:28px 20px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.path-picker button strong{font:25px Georgia,serif;font-weight:400;flex:1}.path-picker button>span{font-size:12px;color:#707987}.path-picker button>span:last-child{font-size:22px}.path-picker button[aria-selected=true]{background:var(--navy);color:white}.path-picker button[aria-selected=true]>span{color:#cbd2de}#path-panel{border:1px solid var(--line);padding:34px 38px;background:white}h3{font:28px/1.25 'Playfair Display',Georgia,serif;margin-bottom:16px}#path-panel>p:not(.eyebrow):not(.fine){color:var(--muted);font-size:15px}ol{padding-left:22px;margin:20px 0 25px}ol li{padding:4px 0;font-size:14px}.text-link{font-size:14px;border-bottom:1px solid #9da4ae;padding-bottom:5px;display:inline-block}.fine{font-size:12px;line-height:1.6;color:#737c86;margin:16px 0 0}.communities{background:var(--navy);color:#f5f5f3}.communities h2 em,.contact h2 em{color:#afb9c5}.communities .section-heading>p{color:#adb8c5}.community-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px}.town-list button{width:100%;display:flex;align-items:center;gap:25px;border:0;border-bottom:1px solid #3b4859;background:transparent;color:#aab5c3;padding:23px 4px;font:30px Georgia,serif;text-align:left}.town-list button span:first-child{font:12px 'DM Sans',sans-serif}.town-list button span:last-child{margin-left:auto}.town-list button.active{color:white}.town-list button.active span:last-child{color:#ec6a76}.town-detail{position:relative;padding:30px 35px;border:1px solid #536070;background:#192b43;overflow:hidden;min-height:335px}.town-detail h3{font-size:38px;position:relative;margin-top:40px}.town-detail>p:not(.eyebrow){position:relative;font-size:15px;max-width:380px;color:#c3ccd7}.town-number{position:absolute;font:180px/1 Georgia,serif;color:#ffffff08;right:15px;top:35px}.light{background:#f5f4ef;color:var(--ink);gap:15px}.town-detail>.fine{font-size:12px!important}.story{display:grid;grid-template-columns:1fr 1fr;gap:9%;align-items:center}.legacy-art{background:#e9e9e5;min-height:400px;padding:38px;display:flex;flex-direction:column;justify-content:space-between;position:relative;border-left:4px solid var(--red)}.legacy-art>p{letter-spacing:.18em;font-size:12px}.legacy-year{font:clamp(80px,10vw,148px)/1 Georgia,serif;letter-spacing:-9px;color:#23334a}.legacy-art>span{font-size:12px;color:#596574}.story-copy>p:not(.eyebrow){font-size:15px;color:var(--muted)}.people{padding-top:10px}.people-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:26px}.people-grid article{border:1px solid var(--line);padding:30px}.initial{height:90px;width:90px;background:#e8ebed;border-radius:50%;display:grid;place-items:center;font:32px Georgia,serif;margin-bottom:32px;color:#56677b}.people-grid h3{font-size:25px}.people-grid p:not(.eyebrow){font-size:14px;color:var(--muted)}.people-grid .eyebrow{font-size:10px;margin-bottom:12px}.people-grid .reviews{background:#eceeea;display:flex;flex-direction:column;justify-content:center}.reviews h3{font-size:34px}.reviews .text-link{align-self:start}.contact{background:#14253b;color:white;display:grid;grid-template-columns:1fr 1fr;gap:8%}.contact>div>p:not(.eyebrow){font-size:15px;color:#bfc8d4}.phone{font:29px Georgia,serif;display:block;margin:38px 0 25px}address{font-style:normal;font-size:15px;color:#c2cbd6;margin-bottom:20px}form{background:#fbfaf7;color:var(--ink);padding:36px}.form-tag{font-size:10px;letter-spacing:.12em;color:#9c2b38}form h3{margin:18px 0 14px}.form-explanation{font-size:13px;color:#656f7c}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}label{font-size:13px;display:block}form label{margin-bottom:17px}input,select,textarea{width:100%;min-width:0;border:1px solid #c5cbd0;border-radius:0;background:transparent;color:var(--ink);padding:11px;margin-top:6px;font-size:16px}textarea{resize:vertical}form .button{width:100%}#form-status{font-size:13px;margin:12px 0 0}footer{padding:45px 7%;background:#faf9f6}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:35px;border-bottom:1px solid var(--line)}.footer-top>p{font:18px/1.5 Georgia,serif;color:#727a85;margin:0}.footer-top>a{font-size:12px}.footer-bottom{padding-top:24px;color:#69717c;font-size:12px;display:grid;grid-template-columns:1.3fr 1fr;gap:50px}.footer-bottom a{text-decoration:underline}.footer-bottom strong{font-weight:500;color:#37475a}.footer-bottom summary{cursor:pointer;color:#334458;font-size:13px}.footer-bottom details p{margin:12px 0}dialog{border:0;padding:42px;max-width:540px;width:calc(100% - 32px);background:var(--paper);color:var(--ink)}dialog::backdrop{background:#081829b8;backdrop-filter:blur(5px)}dialog h2{font-size:35px}.close{position:absolute;top:10px;right:15px;border:0;background:transparent;font-size:30px}dialog>p:not(.eyebrow){font-size:15px;overflow-wrap:anywhere}
@media(min-width:1500px){.hero-content{padding-top:135px}.hero{max-height:820px}.section{padding-left:max(7%,calc((100vw - 1400px)/2));padding-right:max(7%,calc((100vw - 1400px)/2))}}
@media(max-width:1000px){nav{gap:17px;font-size:12px}.brand{gap:12px}.brand-name{font-size:16px}.brand-mark{padding-right:12px}.intro-strip{gap:20px}.section{padding:70px 5%}.hero-content{padding-left:5%}.hero-bottom{left:5%}.section-heading>p br{display:none}.move-grid,.community-layout{gap:30px}.story{gap:40px}.people-grid{gap:15px}.people-grid article{padding:22px}.contact{gap:35px}form{padding:28px}.scene-control{max-width:210px}.image-note{max-width:170px}}
@media(max-width:760px){html{scroll-padding-top:20px}.demo-bar{padding:8px 5%;font-size:9px;gap:10px}.demo-bar span{display:none}.demo-bar a{font-size:10px}header{height:82px}.brand-name{font-size:16px;letter-spacing:1.4px}.brand-name span{font-size:7px;letter-spacing:1px}.brand-mark{font-size:29px}.menu-toggle{display:flex;gap:12px;background:transparent;border:0;font-size:13px;padding:10px}nav{display:none;position:absolute;top:82px;left:0;right:0;padding:20px 5%;background:var(--paper);box-shadow:0 10px 20px #0002}nav.open{display:flex;flex-direction:column;align-items:stretch;font-size:16px;gap:0}nav a{padding:13px 0}nav .nav-cta{padding:12px;margin-top:8px;justify-content:space-between}.hero{height:730px;min-height:0}.hero-image{object-position:61% center}.hero-shade{background:linear-gradient(90deg,#061321ba,#06132140),linear-gradient(0deg,#061321ee,transparent 60%)}.hero-content{padding:67px 6% 0}h1{font-size:clamp(38px,8.5vw,60px);letter-spacing:-1.6px}.hero-copy{font-size:15px;max-width:290px}.hero-copy br{display:none}.eyebrow{font-size:10px;margin-bottom:22px}.actions{gap:22px;flex-wrap:wrap}.button{font-size:13px;gap:20px;padding:15px 20px}.hero-link{font-size:13px}.hero-bottom{left:6%;right:6%;bottom:25px;align-items:start;flex-wrap:wrap;gap:22px}.hero-bottom>p:first-child{width:100%}.scene-control{max-width:190px}.hero-bottom .image-note{font-size:8px;max-width:130px;margin-left:auto}.hero-bottom .image-note span{font-size:10px}.intro-strip{padding:25px 6%;flex-wrap:wrap;gap:14px 23px}.intro-strip p{width:100%;font-size:17px;margin-bottom:5px}.intro-strip>span{font-size:9px}.intro-strip>a{display:none}.section{padding:62px 6%}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:20px;font-size:14px}h2{font-size:34px;letter-spacing:-.7px}.move-grid,.community-layout,.story,.contact{grid-template-columns:1fr;gap:30px}.path-picker button{padding:22px 17px}.path-picker button strong{font-size:23px}#path-panel{padding:28px 24px}.town-list button{font-size:28px;padding:20px 2px}.town-detail{padding:27px;min-height:310px}.legacy-art{min-height:320px}.legacy-year{font-size:120px}.people{padding-top:10px}.people-grid{grid-template-columns:1fr;gap:20px}.people-grid article{padding:28px}.initial{height:65px;width:65px;font-size:26px;margin-bottom:24px}.contact{gap:45px}.phone{font-size:28px}.form-row{grid-template-columns:1fr;gap:0}form{padding:26px 22px}.footer-top{align-items:start;flex-wrap:wrap}.footer-top>p{font-size:16px;width:100%}.footer-bottom{grid-template-columns:1fr;gap:10px}.footer-top>a{margin-left:auto}footer{padding:35px 6%}.scene-control input{margin:0}dialog{padding:36px 24px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}.hero-scene{will-change:auto}}
/* Immersive architectural edition */

:root{--navy:#101719;--ink:#1b2528;--paper:#f4f5f2;--red:#b52d3a;--muted:#657071}html{scroll-padding-top:24px}body{font-family:'DM Sans',Arial,sans-serif}.demo-bar{height:32px;padding:0 4%;position:relative;z-index:10;background:#101719;font-size:11px;letter-spacing:.08em}.demo-bar span{font-size:12px}.demo-bar a{font-size:12px}header{position:absolute;top:32px;left:0;right:0;height:92px;background:linear-gradient(#06101366,transparent);color:white;padding:0 4%;border-bottom:1px solid #ffffff25}.brand-mark{color:white;border-color:#ffffff55}.brand-name{font-size:20px}.brand-mark span{font-size:8px}nav{gap:27px}nav a{font-size:13px}nav .nav-cta{border-color:#ffffff80;border-radius:30px;padding:11px 22px}nav .nav-cta:hover{background:#ffffff20}.cinematic{height:360svh;position:relative;background:#adbdc4}.cinematic-stage{height:100svh;min-height:650px;position:sticky;top:0;overflow:hidden;background:#95afbd;color:white;isolation:isolate}.scene-fallback{position:absolute;inset:0;height:100%;object-fit:cover;transition:opacity 1.2s}#architecture{position:absolute;inset:0;width:100%;height:100%;display:block;opacity:0;transition:opacity 1.1s;touch-action:pan-y}.scene-ready #architecture{opacity:1}.scene-ready .scene-fallback{opacity:0}.scene-vignette{position:absolute;inset:0;pointer-events:none;background:linear-gradient(0deg,#061115e8 0%,#06111566 22%,transparent 60%),linear-gradient(90deg,#0b171b28,transparent 70%)}.scene-topline{position:absolute;top:115px;left:4%;right:4%;display:flex;justify-content:space-between;font-size:10px;letter-spacing:.17em;color:#fff;text-shadow:0 1px 8px #0005;pointer-events:none}.scene-topline span:last-child{letter-spacing:.08em;font-size:10px}.chapter-copy{position:absolute;left:6%;bottom:180px;max-width:970px;pointer-events:none}.chapter-copy h1{font-size:clamp(46px,5.2vw,78px);line-height:1.06;letter-spacing:-2px;text-shadow:0 2px 22px #07121744;margin-bottom:15px}.chapter-copy .eyebrow{font:500 11px/1.4 'DM Sans',sans-serif;letter-spacing:.18em;margin-bottom:22px}.chapter-copy p:not(.eyebrow){font-size:15px;color:#e0e8e8;margin:18px 0 24px}.chapter-copy a{pointer-events:auto;border-radius:30px;background:#f5f4ec;color:#202b2d;gap:38px;border:1px solid #ffffff50;padding:13px 23px}.chapter-copy a:hover{background:white}.tour-side{position:absolute;right:4%;top:43%;display:flex;flex-direction:column;align-items:center;gap:18px;font-size:10px;letter-spacing:.13em}.tour-side>span:last-child{writing-mode:vertical-rl}.tour-line{height:62px;width:1px;background:#ffffff70}.tour-bottom{position:absolute;left:4%;right:4%;bottom:37px;display:flex;align-items:end;justify-content:space-between;gap:22px;padding-top:24px;border-top:1px solid #ffffff38}.tour-label{font-size:9px;letter-spacing:.07em;line-height:1.7}.tour-label small{font-size:11px;letter-spacing:0;color:#b9c9ca}.tour-dot{display:inline-block;width:5px;height:5px;border:1px solid #d9d6c5;margin-right:7px;border-radius:50%}.viewpoints{display:flex;gap:6px;background:#101a1e7a;padding:6px;border:1px solid #ffffff2c;border-radius:60px;backdrop-filter:blur(18px)}.viewpoints button{background:transparent;border:0;color:#d7e1df;font-size:12px;border-radius:30px;padding:12px 17px;white-space:nowrap;transition:background .35s,color .35s}.viewpoints button span{font-size:9px;opacity:.5;margin-right:7px}.viewpoints button[aria-pressed=true]{background:#f4f3e9;color:#172629}.viewpoints button:hover{background:#ffffff20}.viewpoints button[aria-pressed=true]:hover{background:white}.motion-button{border:0;background:transparent;border-bottom:1px solid #ffffff65;color:#d8e5e5;padding:8px 0;font-size:11px;white-space:nowrap}.tour-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff20}.tour-progress span{display:block;background:#c63847;width:0;height:100%}.skip-tour{position:absolute;bottom:124px;right:4%;font-size:11px;color:#dbe5e4}.intro-strip{background:#ebeeea;border:0;padding:35px 6%}.intro-strip>span{font-size:12px;letter-spacing:.12em}.intro-strip p{font-size:19px}.section{padding:100px 6%}h2{font-size:clamp(34px,3.7vw,55px);line-height:1.13}.section-heading{margin-bottom:55px}.section-heading>p{font-size:15px}.move-grid{gap:7%}.path-picker button{padding:29px 22px}.path-picker button strong{font-size:28px}.path-picker button[aria-selected=true]{background:#172225}.path-picker button[aria-selected=true]>span:last-child{color:#ea7e85}#path-panel{border:0;border-top:1px solid #9ca6a4;background:transparent;padding:30px 0}#path-panel h3{font-size:34px}#path-panel>p:not(.eyebrow):not(.fine){font-size:16px}ol li{font-size:15px}.communities{background:#101719;position:relative}.communities h2 em{color:#a4b4b7}.community-layout{gap:8%}.town-detail{background:linear-gradient(140deg,#283c3e,#152326);border-color:#546767;padding:40px;border-radius:2px;box-shadow:0 28px 65px #0003;transform:perspective(1100px) rotateY(-6deg);transition:transform .6s}.town-detail:hover{transform:perspective(1100px) rotateY(0)}.town-detail h3{font-size:43px}.town-number{font-size:200px;color:#ffffff07}.town-list button{font-size:34px}.town-detail .button{border-radius:25px}.story{gap:8%;background:#e8ede9}.legacy-art{padding:0;border:0;min-height:490px;overflow:hidden;box-shadow:0 18px 45px #1b2e2522}.legacy-art img{position:absolute;inset:0;height:100%;object-fit:cover;object-position:45%;filter:brightness(.5)}.legacy-content{padding:35px;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:490px;color:white;background:linear-gradient(0deg,#041517b0,transparent)}.legacy-content>p{font-size:11px;letter-spacing:.13em}.legacy-year{color:white;font-size:clamp(80px,10vw,145px)}.legacy-content>span{font-size:12px;color:#d2dcda}.story-copy>p:not(.eyebrow){font-size:16px}.people{padding-top:85px}.people-grid article{border:0;border-top:1px solid #aeb8b5;background:transparent}.people-grid .reviews{background:#e8ece7;border:0}.initial{border-radius:0;background:transparent;border-bottom:1px solid #b7c2bd;width:100%;place-items:start;font-size:65px;color:#899a94;height:100px}.people-grid h3{font-size:28px}.people-grid .eyebrow{font-size:11px}.contact{background:#132224}.contact form{background:#f2f4ee;border-radius:3px;box-shadow:0 30px 80px #0004;transform:perspective(1600px) rotateY(-3deg)}.contact form .button{border-radius:28px}.form-tag{font-size:11px}.contact .phone{font-size:32px}.footer-top .brand-mark{color:var(--red);border-color:#a8b1ad}.footer-top .brand-name{color:var(--ink)}.footer-bottom{font-size:12px}.fine{font-size:12px}dialog{border-radius:8px}dialog .button{border-radius:30px}.no-webgl .scene-fallback{opacity:1}.no-webgl #architecture,.no-webgl .tour-side,.no-webgl .tour-progress{display:none}
@media(max-width:1050px){.tour-bottom{gap:12px}.tour-label{max-width:190px}.viewpoints button{padding:11px 12px}.viewpoints button span{display:none}.tour-side{right:3%}.chapter-copy{left:5%;bottom:190px}.chapter-copy h1{font-size:58px}.scene-topline{font-size:9px}.scene-topline span:last-child{font-size:9px}.section{padding:75px 5%}.legacy-content,.legacy-art{min-height:440px}}
@media(max-width:760px){.demo-bar{height:30px;font-size:9px}.demo-bar a{font-size:10px}header{top:30px;height:80px;background:linear-gradient(#05151b88,transparent)}.brand-mark{font-size:28px}.brand-name{font-size:16px}.brand-name span{font-size:7px}.menu-toggle{color:white}nav{top:80px;background:#122326;color:white}nav a{font-size:16px}nav .nav-cta{border-radius:0}.cinematic{height:330svh}.cinematic-stage{height:100svh;min-height:640px}.scene-topline{top:94px;left:5%;right:5%;font-size:8px;letter-spacing:.1em}.scene-topline span:last-child{max-width:110px;text-align:right;font-size:8px}.chapter-copy{bottom:220px;left:6%;right:6%;max-width:none}.chapter-copy h1{font-size:clamp(34px,9vw,51px);line-height:1.12;letter-spacing:-1px}.chapter-copy .eyebrow{font-size:9px;margin-bottom:16px}.chapter-copy p:not(.eyebrow){font-size:13px;max-width:280px;line-height:1.5;margin:16px 0 20px}.chapter-copy a{font-size:12px;padding:12px 18px;gap:20px}.tour-side{display:none}.tour-bottom{bottom:29px;left:5%;right:5%;padding-top:16px;flex-wrap:wrap;gap:15px;align-items:center}.viewpoints{order:-1;width:100%;justify-content:space-between;padding:5px;border-radius:40px}.viewpoints button{font-size:11px;padding:11px 12px}.tour-label{max-width:250px;font-size:8px}.tour-label small{font-size:10px}.motion-button{font-size:10px;margin-left:auto}.skip-tour{bottom:169px;font-size:10px;right:6%}.scene-vignette{background:linear-gradient(0deg,#071619f5,#07161970 45%,transparent 80%)}.intro-strip{padding:27px 6%}.intro-strip p{font-size:19px}.intro-strip>span{font-size:10px}.section{padding:65px 6%}h2{font-size:35px}.section-heading{margin-bottom:32px}.section-heading>p{font-size:14px}.path-picker button strong{font-size:23px}#path-panel h3{font-size:30px}.town-detail{transform:none;padding:28px}.town-list button{font-size:30px}.town-detail h3{font-size:37px}.legacy-content,.legacy-art{min-height:370px}.people-grid article{padding:25px 0}.people-grid .reviews{padding:28px}.initial{font-size:50px;height:75px}.contact form{transform:none}.phone{font-size:27px!important}.footer-top{gap:24px}.footer-bottom{font-size:12px}}
@media(max-width:360px){.tour-label{max-width:180px}.viewpoints button{padding:10px}.chapter-copy{bottom:232px}.chapter-copy h1{font-size:33px}.scene-topline>span:first-child{max-width:140px}.tour-bottom{gap:13px}}
@media(prefers-reduced-motion:reduce){.town-detail,.contact form{transform:none}.cinematic-stage *{transition:none!important}}

.scene-fallback{z-index:1;pointer-events:none;will-change:transform;transition:opacity .15s linear}.scene-ready .scene-fallback{opacity:1}.scene-vignette{z-index:2}.scene-topline,.chapter-copy,.tour-side,.tour-bottom,.skip-tour{z-index:3}.tour-progress{z-index:4}.cinematic-stage:not([data-chapter="0"]) .chapter-copy h1{font-size:clamp(38px,4.2vw,62px)}@media(max-width:760px){.cinematic-stage:not([data-chapter="0"]) .chapter-copy h1{font-size:clamp(31px,8.5vw,44px)}}

.cinematic-image{position:absolute;inset:0;z-index:1;width:100%;height:100%;object-fit:cover;pointer-events:none;will-change:transform,opacity;transition:opacity .12s linear}.interior-image,.terrace-image{opacity:0}.experience-actions{display:flex;flex-direction:column;align-items:flex-end;gap:7px}#explore-model{border:1px solid #ffffff65;background:#101d2370;border-radius:22px;color:white;font-size:11px;padding:9px 15px;backdrop-filter:blur(15px)}#explore-model:hover{background:#ffffff20}.experience-actions .motion-button{font-size:10px;padding:4px 0}.no-webgl .interior-image,.no-webgl .terrace-image{display:none}@media(max-width:760px){.experience-actions{gap:4px}#explore-model{font-size:10px;padding:8px 12px}.tour-bottom{gap:12px}.tour-label{max-width:190px}.scene-fallback{object-position:59% center}.interior-image{object-position:42% center}.terrace-image{object-position:60% center}.chapter-copy{bottom:235px}.skip-tour{bottom:185px}.tour-label small{font-size:9px}.experience-actions .motion-button{font-size:9px}}@media(max-width:360px){.tour-label{max-width:160px;font-size:7px}.tour-label small{font-size:8px}.chapter-copy{bottom:238px}}
.cinematic-stage{overflow:clip}
