:root{--brand-black:#171719;--brand-white:#fff;--brand-gray-700:#737373;--brand-gray-300:#b4b4b4;--brand-gray-100:#f1f1f1;--brand-ink:#171719;--brand-line:#1717192e;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif;--ease-standard:cubic-bezier(.22, 1, .36, 1);--motion-fast:.16s;--motion-hover:.24s;--motion-modal:.24s;--motion-page:1s;--motion-card:.34s;--motion-reveal:.42s;--space-section:160px;--space-group:80px;--space-action:60px;--space-heading-copy:40px;--space-grid:24px;--space-header-content:var(--space-section);--space-content-footer:var(--space-section);--site-header-height:calc(100px + clamp(20px, 2.2vw, 32px));--viewport-height-stable:100vh}@supports (height:100svh){:root{--viewport-height-stable:100svh}}@media only screen and (width<=1199px){:root{--space-section:120px;--space-group:64px;--space-action:48px;--space-heading-copy:32px;--space-grid:20px}}@media only screen and (width<=768px){:root{--space-section:80px;--space-group:48px;--space-action:40px;--space-heading-copy:24px;--space-grid:16px}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);color:var(--brand-black);background:var(--brand-white)}button,input,select,textarea{font-family:var(--font-body)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--brand-gray-100)}::-webkit-scrollbar-thumb{background:var(--brand-gray-700);cursor:pointer}::-webkit-scrollbar-thumb:hover{background:var(--brand-black);width:50px}.map{width:100%;height:100%}.page{min-height:var(--viewport-height-stable)}.page-entry{animation:page-entry var(--motion-page) var(--ease-standard) both}@keyframes page-entry{0%{opacity:0}to{opacity:1}}.page-loader{min-height:var(--viewport-height-stable);background:var(--brand-white);place-items:center;display:grid}.page-loader__indicator{background:var(--brand-line);width:48px;height:1px;position:relative;overflow:hidden}.page-loader__indicator:after{background:var(--brand-black);content:"";animation:page-loader-progress .9s var(--ease-standard) infinite;position:absolute;inset:0;transform:translate(-110%)}@keyframes page-loader-progress{to{transform:translate(110%)}}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){.page-entry,.page-loader__indicator:after{animation:none}.page-loader__indicator:after{transform:none}}.skip-link{z-index:20000;background:var(--brand-white,#fff);color:var(--brand-black,#171719);border:2px solid;padding:10px 14px;position:fixed;top:8px;left:8px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}#main-content:focus{outline:none}
