@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&family=Poppins:wght@300;400;500;600;800&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:var(--font-body);font-weight:300;font-size:20px;line-height:1.7;color:var(--brand-muted);background:#fff;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto}a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.hp-field{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}h1,h2,h3,h4{font-family:var(--font-display);color:var(--brand-ink);margin:0 0 .6em;line-height:1.25}h1{font-size:clamp(28px,4vw,40px);font-weight:800}h2{font-size:clamp(22px,2.6vw,30px);font-weight:500}h3{font-size:clamp(20px,2.4vw,30px);font-weight:400}h4{font-size:20px;font-weight:500}p{margin:0 0 1.2em}.lede{font-size:clamp(17px,1.6vw,20px)}.site-bar{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,3vw,48px);padding:16px clamp(20px,5vw,80px);background-color:transparent;transition:background-color .4s ease,padding .4s ease}.site-bar.is-scrolled{background-color:#000;padding-top:10px;padding-bottom:10px}.site-header{position:relative;min-height:788px;display:flex;flex-direction:column;justify-content:flex-end;padding:32px clamp(20px,5vw,80px) clamp(40px,6vw,90px);overflow:hidden}.hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#00000047,#0000000d 40%,#00000073)}.brand img{display:block;width:clamp(180px,22vw,300px);height:auto}.nav{display:flex;flex-direction:row;align-items:center;gap:clamp(16px,2.4vw,40px)}.nav-link{font-family:var(--font-body);font-size:18px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#fff;white-space:nowrap;text-decoration:none;padding:4px 0;transition:opacity .2s ease}.nav-link:hover,.nav-link:focus-visible,.nav-link.active{opacity:.65}.hero-tagline{position:relative;z-index:2;margin:0;max-width:1100px;color:#fff;font-size:clamp(16px,1.6vw,20px);font-weight:300;text-shadow:0 1px 12px rgba(0,0,0,.45)}.nav-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;background:none;border:0;cursor:pointer}.nav-toggle-bar{display:block;width:26px;height:2px;background:#fff}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#000000f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.mobile-menu nav{display:flex;flex-direction:column;align-items:center;gap:18px}.mobile-link{font-size:22px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:#fff;text-decoration:none}.mobile-menu-close{position:absolute;top:20px;right:24px;width:44px;height:44px;font-size:34px;line-height:1;color:#fff;background:none;border:0;cursor:pointer}.section{padding:clamp(40px,6vw,80px) clamp(20px,5vw,60px)}.section-quote{padding-top:0}.row{width:100%;max-width:1800px;margin:0 auto clamp(28px,4vw,56px)}.row:last-child{margin-bottom:0}.row-split,.row-step{display:grid;gap:clamp(24px,4vw,60px);align-items:center}.row-split{grid-template-columns:1fr 1fr}.row-step{grid-template-columns:3fr 2fr;align-items:start}.row-prose{max-width:1100px}.row-prose ul{margin:0 0 1.2em;padding-left:1.2em}.row-prose li{margin-bottom:.5em}.col{min-width:0}.welcome-img,.portfolio-item img,.row-step img{display:block;width:100%;height:auto}.section-heading{text-align:center}.btn-wrap{margin-top:1.6em}.btn,.form button[type=submit]{display:inline-block;font-family:var(--font-display);font-size:18px;font-weight:500;letter-spacing:1px;color:#fff;background:var(--brand-primary);border:0;border-radius:0;padding:12px 26px;text-decoration:none;cursor:pointer;transition:background .2s ease}.btn:hover,.form button[type=submit]:hover{background:var(--brand-primary-dark)}.quote{margin:0;text-align:center;max-width:1100px;margin-inline:auto}.quote p{font-size:clamp(18px,2vw,22px);font-style:italic}.quote cite{display:block;font-style:normal;font-weight:500;color:var(--brand-ink)}.suppliers{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;align-items:center}.suppliers-img{max-width:100%;width:min(720px,100%);height:auto}.portfolio-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(12px,1.6vw,24px)}.portfolio-item{margin:0}.form-page{padding:clamp(40px,6vw,80px) clamp(20px,5vw,60px);max-width:900px;margin:0 auto}.form-intro{margin-bottom:2em}.form{display:flex;flex-direction:column;gap:22px}.field{display:flex;flex-direction:column;gap:8px}.field label{font-family:var(--font-display);font-size:16px;font-weight:500;color:var(--brand-ink)}.field input,.field select,.field textarea{font-family:var(--font-body);font-size:17px;color:var(--brand-ink);padding:12px 14px;border:1px solid #d5d5d5;border-radius:0;background:#fff;width:100%}.field textarea{min-height:130px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid var(--brand-primary);outline-offset:1px;border-color:var(--brand-primary)}.radio-group{display:flex;gap:24px;flex-wrap:wrap}.radio-option{display:flex;align-items:center;gap:8px;font-family:var(--font-body);font-weight:300;color:var(--brand-muted)}.radio-option input{width:auto;margin:0}.field-note{color:var(--brand-muted);font-size:14px}.form-error{color:#b3261e;font-weight:500}.form button[type=submit]{align-self:flex-start}.site-footer{padding:clamp(40px,6vw,70px) clamp(20px,5vw,60px) 40px;border-top:1px solid #ececec}.footer-grid{max-width:1800px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(20px,3vw,48px)}.footer-col h3{font-size:20px;font-weight:400;text-transform:uppercase;margin-bottom:.7em}.footer-col p{margin:0 0 .5em;font-size:17px}.footer-col a{text-decoration:none}.footer-col a:hover{text-decoration:underline}.footer-base{max-width:1800px;margin:clamp(32px,5vw,56px) auto 0;text-align:center}.footer-logo{width:120px;height:auto;margin:0 auto 12px;display:block}.footer-copy,.footer-credit{margin:0;font-size:15px}.footer-credit{color:var(--brand-muted);opacity:.8}.footer-credit a{color:inherit}@media(max-width:1100px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){body{font-size:18px}.site-header{min-height:560px}.nav{display:none}.nav-toggle{display:flex}.row-split,.row-step{grid-template-columns:1fr}.row-step .col-2-5{order:-1}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.site-header{min-height:460px}}@media(prefers-reduced-motion:reduce){.site-bar{transition:none}.hero-video{display:none}.site-header{background-image:var(--hero-poster);background-size:cover;background-position:center}}
