/* Header affordance and an architectural footer, within selected D identity. */
/* Keep desktop navigation together instead of distributing spare width. */
@media(min-width:981px){.site-header>.nav{justify-content:flex-end}}
.nav-trigger{display:inline-flex;align-items:center;gap:10px}.nav-chevron{width:16px;height:16px;flex:none;stroke:currentColor;stroke-width:1.8;fill:none}.nav-trigger:hover{color:#b94808}
.footer-showroom{background:#10151a;padding:65px 0 0;overflow:hidden}.footer-top{display:flex;align-items:center;justify-content:space-between;gap:60px;border-bottom:1px solid #49545d;padding-bottom:55px}.footer-showroom .footer-logo{display:inline-block;margin:0 0 28px}.footer-showroom .footer-logo img{background:none;filter:grayscale(1) brightness(0) invert(1);padding:0;width:235px}.footer-top h2{font-size:clamp(36px,3.6vw,55px);line-height:1.06;font-weight:500;color:#e9edf0}.footer-top div:where(.site-label-h2){font-size:clamp(36px,3.6vw,55px);line-height:1.06;font-weight:500;color:#e9edf0}.footer-showroom .footer-project{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:28px 30px;background:#ec5700;color:#fff;font-size:27px;line-height:1.2;font-weight:650;width:350px;text-decoration:none;transition:background-color 200ms ease}.footer-project svg{width:42px;height:42px;stroke:currentColor;stroke-width:1.7;fill:none;transition:transform 300ms cubic-bezier(.16,1,.3,1)}.footer-project:hover{background:#cd4b00}.footer-project:hover svg{transform:translate(4px,-4px)}.footer-directory{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:60px;padding:50px 0 35px}.footer-directory h3{font-size:20px;font-weight:600;color:#fff;margin-bottom:22px}.footer-directory div:where(.site-label-h3){font-size:20px;font-weight:600;color:#fff;margin-bottom:22px}.footer-directory a{color:#bbc5cc;font-size:18px;line-height:1.35;margin:13px 0;transition:color 180ms ease,transform 230ms cubic-bezier(.16,1,.3,1)}.footer-directory a:hover{color:#fff;transform:translateX(5px);text-decoration:none}.footer-showroom .footer-wordmark{font-size:clamp(70px,12.8vw,196px);line-height:.9;font-weight:750;letter-spacing:-.04em;display:flex;gap:.15em;justify-content:space-between;padding:40px 0 48px;margin:0;color:#dbe0e4;border-bottom:1px solid #49545d;white-space:nowrap;text-decoration:none}.footer-dot{color:#ec5700}.footer-base{display:flex;align-items:center;gap:40px;padding:25px 0;color:#aebbc5;font-size:14px}.footer-base p{margin-right:auto}.footer-showroom .footer-base a{font-size:14px;margin:0}.footer-base button{display:flex;align-items:center;gap:14px;border:0;background:transparent;color:#e9edf0;padding:8px 0;font:inherit;cursor:pointer}.footer-base button svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.5;fill:none;transition:transform 230ms ease}.footer-base button:hover svg{transform:translateY(-4px)}
.nav .button{white-space:nowrap;flex-shrink:0}
@media(min-width:981px) and (max-width:1400px){.site-header{gap:24px}.brand{width:255px}.nav{gap:18px}.nav>a,.nav-trigger{font-size:18px}.nav-trigger{gap:8px}}
@media(max-width:1200px){.site-header{gap:23px}.brand{width:230px}.nav{gap:15px}.nav>a,.nav-trigger{font-size:17px}.nav-trigger{gap:7px}.footer-directory{gap:30px}}
@media(min-width:981px) and (max-width:1150px){.site-header{gap:22px}.brand{width:205px}.nav{gap:12px}.nav .button{padding-left:20px;padding-right:20px}}
@media(max-width:980px){.footer-top{gap:35px}.footer-top h2{font-size:39px}.footer-top div:where(.site-label-h2){font-size:39px}.footer-showroom .footer-project{width:290px;font-size:24px;padding:25px}.footer-directory{grid-template-columns:1fr 1fr;gap:30px 55px}.footer-base{gap:20px;flex-wrap:wrap}.footer-base p{flex-basis:100%}.nav-trigger{justify-content:space-between}.nav-chevron{width:18px;height:18px}}
@media(max-width:600px){.brand{width:210px}.footer-showroom{padding-top:45px}.footer-top{display:block;padding-bottom:36px}.footer-showroom .footer-logo{margin-bottom:25px}.footer-top h2{font-size:36px}.footer-top div:where(.site-label-h2){font-size:36px}.footer-showroom .footer-project{width:100%;margin-top:30px;font-size:23px;padding:22px 24px}.footer-project svg{width:35px;height:35px}.footer-directory{padding:35px 0 15px;gap:32px 24px}.footer-directory h3{font-size:18px;margin-bottom:17px}.footer-directory div:where(.site-label-h3){font-size:18px;margin-bottom:17px}.footer-directory a{font-size:16px;line-height:1.4}.footer-showroom .footer-wordmark{font-size:clamp(44px,12vw,72px);padding:30px 0}.footer-base{padding:20px 0 28px;font-size:13px;justify-content:space-between}.footer-base p{margin:0}.footer-showroom .footer-base a{font-size:13px}}
@media(prefers-reduced-motion:reduce){.footer-project svg,.footer-directory a,.footer-base button svg{transition:none}.footer-project:hover svg,.footer-directory a:hover,.footer-base button:hover svg{transform:none}}

/* Viewport-based return control; shared by all current preview routes. */
.floating-back-top{position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:80;width:54px;height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px;border:0;border-radius:3px;background:#ec5700;color:#fff;box-shadow:0 3px 14px #17202733;font:650 12px/1.1 'Source Sans 3',sans-serif;cursor:pointer;transition:background .2s,transform .2s}
.floating-back-top[hidden]{display:none!important}.floating-back-top svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8}
.floating-back-top:hover{background:#c94b00;transform:translateY(-2px)}.floating-back-top:focus-visible{outline:3px solid #202d34;outline-offset:4px}
@media(max-width:600px){.floating-back-top{right:16px;bottom:max(16px,env(safe-area-inset-bottom));width:48px;height:52px}}
@media(prefers-reduced-motion:reduce){.floating-back-top{transition:none}.floating-back-top:hover{transform:none}}
