:root{--red:#b70021;--ink:#17212b;--paper:#fff;--warm:#f6f5f2;--line:#d9d7d1;--muted:#5e6469}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button{font-family:inherit}img{display:block}main{border-left:10px solid var(--red);overflow:hidden}:is(a:focus-visible,button:focus-visible){outline:2px solid var(--red);outline-offset:4px}.site-header{z-index:20;background:#fff;justify-content:space-between;align-items:center;width:min(100%,1440px);height:106px;margin:0 auto;padding:0 4vw;display:flex;position:relative}.site-header:before{display:none}.header-nav{align-items:center;gap:34px;display:flex}.header-nav>a,.vacancy-control>button{color:var(--ink);letter-spacing:.01em;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #0000;padding:10px 0;font-size:14px;font-weight:600}.header-nav>a:hover,.vacancy-control>button:hover{border-bottom-color:var(--red);color:var(--red)}.header-phone{background:var(--red);color:#fff;letter-spacing:.025em;justify-content:center;align-items:center;padding:17px 25px;font-size:17px;font-weight:700;line-height:1;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 6px 18px #b7002128}.header-phone:hover{background:#a90c27;transform:translateY(-1px);box-shadow:0 9px 22px #b7002138}.vacancy-control{align-items:center;display:flex;position:relative}.vacancy-notice{z-index:30;border:1px solid var(--line);white-space:nowrap;background:#fff;width:max-content;max-width:min(240px,100vw - 32px);padding:12px 15px;font-size:13px;font-weight:600;line-height:1.35;animation:4s forwards notice-life;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 10px 28px #17212b1f}.vacancy-notice:before{content:"";border-top:1px solid var(--line);border-left:1px solid var(--line);background:#fff;width:10px;height:10px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}@keyframes notice-life{0%{opacity:0;transform:translate(-50%,-5px)}8%,88%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,4px)}}.hero{background:var(--ink);width:min(100%,1440px);height:610px;margin:0 auto;position:relative;overflow:hidden}.hero:before{display:none}.hero-image{object-fit:cover;object-position:center}.hero-shade{z-index:1;background:linear-gradient(90deg,#101820a8 0%,#10182082 42%,#1018201a 80%);position:absolute;inset:0}.hero-content{z-index:2;color:#fff;flex-direction:column;justify-content:flex-end;width:68%;height:100%;padding:64px 6.5vw 52px;display:flex;position:relative}.hero h1{letter-spacing:-.025em;max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,4.7vw,68px);font-weight:400;line-height:1.03}.hero-content>p{max-width:560px;margin:22px 0 0;font-family:Georgia,Times New Roman,serif;font-size:20px;font-style:italic;line-height:1.45}.primary-button{background:var(--red);color:#fff;justify-content:space-between;align-items:center;width:220px;margin-top:31px;padding:17px 20px;font-size:13px;font-weight:700;transition:background .2s;display:flex}.primary-button:hover{background:#a90c27}.primary-button b{font-size:22px;font-weight:400}.section-label{text-transform:uppercase;letter-spacing:.14em;margin:0;font-size:10px;font-weight:800;line-height:1.3}.history{background:var(--ink);grid-template-columns:1.65fr 1fr;width:min(100%,1440px);margin:0 auto;display:grid}.history-media{aspect-ratio:1.566;background:#0f171f;min-width:0;position:relative;overflow:hidden}.history-media img{object-fit:contain;transform:scale(1.03,1.035)}.history-content{background:var(--red);color:#fff;flex-direction:column;justify-content:center;padding:56px 4.5vw;display:flex}.history-content .section-label{margin-bottom:28px}.history-content h2{letter-spacing:-.025em;max-width:450px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,4vw,58px);font-weight:400;line-height:1.05}.history-content>p:last-child{color:#fff;max-width:440px;margin:28px 0 0;font-size:16px;line-height:1.7}.archive{background:#fff;width:min(100%,1440px);margin:0 auto}.archive-image{aspect-ratio:2.25;background:#ddd;position:relative;overflow:hidden}.archive-image img{object-fit:cover;object-position:center}.archive figcaption{border-bottom:1px solid var(--line);text-transform:uppercase;letter-spacing:.14em;color:var(--red);padding:17px 4vw;font-size:10px;font-weight:800}.availability{background:#fff;width:min(100%,1440px);margin:0 auto;padding:92px 4vw 100px;scroll-margin-top:20px}.section-heading{max-width:760px;margin-bottom:44px}.section-heading .section-label{color:var(--red);margin-bottom:24px}.section-heading h2{letter-spacing:-.035em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(52px,5vw,70px);font-weight:400;line-height:1}.section-heading>p:last-child{max-width:560px;color:var(--muted);margin:24px 0 0;font-size:16px;line-height:1.65}.property-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.property-card{border:1px solid var(--line);border-bottom:4px solid var(--red);background:#fff;min-width:0;transition:transform .25s,box-shadow .25s}.property-card:hover{transform:translateY(-3px);box-shadow:0 16px 42px #17212b14}.property-card:hover .property-image img{transform:scale(1.018)}.property-image{aspect-ratio:1;background:#d8d8d4;position:relative;overflow:hidden}.property-image img{object-fit:cover;transition:opacity .2s,transform .45s}.property-image-full-view{aspect-ratio:1;background:#f1f0ec}.property-image-full-view img{object-fit:contain;object-position:center;transform:none}.property-card:hover .property-image-full-view img{transform:none}.property-details{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:22px 24px;min-height:210px;padding:26px 28px 24px;display:grid}.property-details span{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);font-size:9px;font-weight:800;display:block}.property-details h3{margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:400;line-height:1.1}.property-details>p{text-align:right;margin:0}.property-details>p span{margin-bottom:9px}.property-details strong{white-space:nowrap;font-size:22px}.property-contact{border-top:1px solid var(--line);grid-column:1/-1;justify-content:space-between;align-items:center;gap:18px;padding:17px 0 2px;display:flex}.property-phone{color:var(--red);letter-spacing:.025em;font-size:17px;font-weight:700}.property-phone:hover{color:#8f001a}.messenger-links{align-items:center;gap:8px;display:flex}.messenger-links a{background:var(--red);border-radius:50%;place-items:center;width:35px;height:35px;transition:background .2s,transform .2s;display:grid}.messenger-links a:hover{background:#8f001a;transform:translateY(-1px)}.messenger-links img{object-fit:contain;width:17px;height:17px}.gallery-arrow{z-index:3;cursor:pointer;opacity:.68;background:0 0;border:0;width:46px;height:78px;margin-top:-39px;padding:0;font-size:0;transition:opacity .18s;position:absolute;top:50%}.gallery-arrow:before{content:"";filter:drop-shadow(0 1px 2px #0008);border-top:2px solid #fff;border-right:2px solid #fff;width:20px;height:20px;position:absolute;top:50%;left:50%}.gallery-prev{left:10px}.gallery-prev:before{transform:translate(-35%,-50%)rotate(-135deg)}.gallery-next{right:10px}.gallery-next:before{transform:translate(-65%,-50%)rotate(45deg)}.gallery-arrow:hover{opacity:1}.gallery-arrow:focus-visible{outline-offset:-4px;opacity:1;outline-color:#fff}.gallery-count{z-index:3;color:#fff;letter-spacing:.08em;background:#17212bd9;padding:7px 10px;font-size:10px;font-weight:700;position:absolute;bottom:14px;right:16px}.map-heading{border-top:1px solid var(--line);justify-content:space-between;align-items:flex-end;gap:30px;margin-top:76px;padding-top:24px;display:flex}.map-heading>span{text-transform:uppercase;letter-spacing:.14em;color:var(--red);font-size:10px;font-weight:800}.map-heading h3{text-align:right;max-width:700px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:400;line-height:1.15}.availability-map{border-top:4px solid var(--red);background:#e8e6e1;height:470px;margin-top:28px}.property-map{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;background:#e8e6e1;width:100%;height:100%;min-height:470px;position:relative;overflow:hidden}.property-map:active{cursor:grabbing}.map-tiles{position:absolute;inset:0}.map-tiles img{pointer-events:none;width:256px;max-width:none;height:256px;position:absolute}.native-pin{z-index:3;background:#ea4335;border-radius:50% 50% 50% 0;width:18px;height:18px;margin:-18px 0 0 -9px;position:absolute;transform:rotate(-45deg);box-shadow:0 2px 5px #0004}.native-pin i{background:#ea4335;border:1px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:5px;left:5px}.map-controls{z-index:4;flex-direction:column;display:flex;position:absolute;top:18px;right:18px;box-shadow:0 2px 8px #0003}.map-controls button{color:#222;cursor:pointer;background:#fff;border:0;width:42px;height:42px;font-size:24px}.map-controls button+button{border-top:1px solid #ddd}.map-attribution{z-index:4;color:#333;background:#fffc;padding:4px 7px;font-size:9px;position:absolute;bottom:0;right:0}footer{color:#fff;background:#101010;width:min(100%,1440px);margin:0 auto}.contact-panel{border-bottom:1px solid #ffffff30;padding:56px 4vw 52px}.contact-panel .section-label{color:#fff}.contact-details{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.contact-details p,.contact-details a{color:#ffffff9c;margin:0;font-size:11px;font-weight:400;line-height:1.55}.contact-details a{border-bottom:1px solid #0000;width:max-content}.contact-details a:hover{border-bottom-color:var(--red)}.privacy-link{color:#ffffff9c;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #fff5;margin:5px 0 0;padding:0;font-size:11px;font-weight:400;line-height:1.55}.privacy-link:hover{color:#fff;border-bottom-color:var(--red)}.footer-bottom{justify-content:space-between;align-items:center;gap:24px;padding:25px 4vw;display:flex}.footer-bottom a,.footer-bottom p{margin:0;font-size:11px;font-weight:400;line-height:1.5}.footer-bottom a{color:#fff}.footer-bottom p{color:#ffffff9c}.privacy-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#101820cc;place-items:center;padding:30px;display:grid;position:fixed;inset:0}.privacy-dialog{width:min(900px,100%);max-height:min(860px,100vh - 60px);color:var(--ink);background:#fff;padding:54px 58px 58px;position:relative;overflow:auto;box-shadow:0 24px 80px #0006}.privacy-dialog>.section-label{color:var(--red);margin-bottom:18px}.privacy-dialog>h2{letter-spacing:-.025em;max-width:720px;margin:0 60px 36px 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(36px,4vw,54px);font-weight:400;line-height:1.05}.privacy-close{border:1px solid var(--line);width:44px;height:44px;color:var(--ink);cursor:pointer;background:#fff;font-size:30px;font-weight:300;line-height:1;position:absolute;top:24px;right:24px}.privacy-close:hover{border-color:var(--red);color:var(--red)}.privacy-copy{max-width:760px}.privacy-copy h3{margin:32px 0 12px;font-size:16px;line-height:1.35}.privacy-copy p{color:#454c52;margin:0 0 13px;font-size:14px;line-height:1.7}.privacy-copy strong{color:var(--ink)}.privacy-copy a{color:var(--red);border-bottom:1px solid #b7002166}.privacy-copy a:hover{border-bottom-color:var(--red)}@media (max-width:960px){.hero{height:580px}.hero-content{width:85%;padding-left:6vw}.history{grid-template-columns:1fr}.history-content{min-height:380px;padding:55px 6vw}.contact-details{display:flex}}@media (max-width:700px){main{border-left-width:5px}.site-header{height:78px;padding:0 14px}.site-header:before,.hero:before{display:none}.header-nav{gap:14px}.header-nav>a,.vacancy-control>button{align-items:center;min-height:44px;font-size:13px;font-weight:700;display:flex}.header-phone{letter-spacing:0;white-space:nowrap;min-height:44px;padding:13px 12px;font-size:13px;font-weight:800;box-shadow:0 5px 15px #b7002138}.vacancy-notice{white-space:normal;max-width:220px;font-size:11px;left:auto;right:-30px;transform:none}.vacancy-notice:before{left:auto;right:35px;transform:rotate(45deg)}@keyframes notice-life{0%{opacity:0;transform:translateY(-5px)}8%,88%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(4px)}}.hero{height:540px}.hero-shade{background:linear-gradient(#1018200d 0%,#10182078 42%,#101820d9 100%)}.hero-content{width:100%;padding:38px 22px 36px}.hero h1{font-size:43px;line-height:1.03}.hero-content>p{font-size:17px}.primary-button{width:100%;max-width:260px}.history-media{aspect-ratio:1.566}.history-content{min-height:340px;padding:44px 22px}.history-content h2{font-size:43px}.history-content>p:last-child{font-size:15px}.archive-image{aspect-ratio:1.7}.archive figcaption{padding:13px 20px}.availability{padding:68px 20px 72px}.section-heading{margin-bottom:34px}.section-heading h2{font-size:48px}.section-heading>p:last-child{font-size:15px}.property-grid{grid-template-columns:1fr;gap:30px}.property-details{grid-template-columns:1fr;align-items:start;gap:20px;min-height:0;padding:23px 20px 21px}.property-details h3{font-size:29px}.property-details>p{text-align:left}.property-details strong{font-size:20px}.property-contact{flex-direction:row;grid-column:1;align-items:center;gap:10px;padding-top:16px}.property-phone{font-size:17px}.messenger-links{gap:7px;margin-left:auto}.messenger-links a{width:44px;height:44px}.messenger-links img{width:20px;height:20px}.gallery-arrow{width:40px;height:66px;margin-top:-33px}.gallery-arrow:before{width:17px;height:17px}.gallery-prev{left:5px}.gallery-next{right:5px}.map-heading{flex-direction:column;align-items:flex-start;margin-top:56px}.map-heading h3{text-align:left;font-size:29px}.availability-map{height:360px;margin-top:22px}.property-map{min-height:360px}.contact-panel{gap:28px;padding:40px 20px 36px}.contact-details{grid-template-columns:1fr;gap:10px}.contact-details p,.contact-details a,.privacy-link{font-size:10px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;padding:24px 20px}.footer-bottom a,.footer-bottom p{font-size:10px}.privacy-overlay{padding:12px}.privacy-dialog{max-height:calc(100vh - 24px);padding:42px 22px 34px}.privacy-dialog>h2{margin-bottom:28px;margin-right:42px;font-size:35px}.privacy-close{top:14px;right:14px}.privacy-copy h3{margin-top:27px;font-size:15px}.privacy-copy p{font-size:13px;line-height:1.65}}@media (max-width:360px){.site-header{flex-wrap:wrap;align-content:center;height:118px;padding:8px 14px 10px}.header-nav{justify-content:space-between;width:100%}.header-phone{justify-content:center;width:100%;padding:10px 12px}.hero{height:520px}.hero h1{font-size:39px}.property-details{padding-left:16px;padding-right:16px}.property-details h3{font-size:27px}.property-contact{gap:6px}.property-phone{font-size:14px}.messenger-links{gap:6px}.messenger-links a{width:44px;height:44px}.messenger-links img{width:20px;height:20px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.vacancy-notice{animation:none}.primary-button,.header-phone,.gallery-arrow,.property-card,.property-image img{transition:none}.property-card:hover,.property-card:hover .property-image img{transform:none}}
