:root{--color-ink: #18222c;--color-text: #405160;--color-muted: #6c7a86;--color-line: #dde5eb;--color-paper: #f6f8f7;--color-white: #ffffff;--color-steel: #59727d;--color-copper: #a66d3d;--color-green: #526c54;--shadow-soft: 0 18px 45px rgba(24, 34, 44, .12);--content-width: 1180px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--color-ink);background:var(--color-paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--color-text);background:var(--color-paper)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px clamp(20px,5vw,64px);color:var(--color-ink);background:#f6f8f7eb;border-bottom:1px solid rgba(221,229,235,.8);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.brand{display:inline-flex;align-items:center;gap:12px;min-width:210px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;font-weight:800;color:var(--color-white);background:var(--color-steel);border-radius:6px}.brand strong,.footer-brand{display:block;color:var(--color-ink);font-size:17px;line-height:1.1}.brand small{display:block;margin-top:2px;color:var(--color-muted);font-size:12px}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(16px,3vw,34px);color:var(--color-text);font-size:14px;font-weight:650}.main-nav a,.footer-links a{transition:color .16s ease}.main-nav a:hover,.footer-links a:hover,.main-nav .router-link-active{color:var(--color-copper)}.site-header--home{position:absolute;right:0;left:0;color:var(--color-white);background:transparent;border-bottom:0;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header--home .brand strong,.site-header--home .brand small,.site-header--home .main-nav{color:var(--color-white)}.site-header--home .brand-mark{color:#d49967;background:#0e0e0d38;border:1px solid #d49967}.site-header--home .main-nav a{padding:12px 0 9px;border-bottom:2px solid transparent}.site-header--home .main-nav a:hover,.site-header--home .main-nav .router-link-active{color:var(--color-white);border-bottom-color:#d49967}.site-header--home .header-action{color:var(--color-white);background:#0e0e0d33;border:1px solid #d49967}.header-action,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:6px;font-size:14px;font-weight:750}.header-action,.primary-button{color:var(--color-white);background:var(--color-copper)}.secondary-button{color:var(--color-ink);background:#ffffffd1;border:1px solid rgba(255,255,255,.72)}.text-link{color:var(--color-copper);font-size:14px;font-weight:800}.hero-section{position:relative;min-height:680px;overflow:hidden;color:var(--color-white)}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,#121d27d6,#121d2770 48%,#121d2714),linear-gradient(180deg,#121d271f,#121d276b)}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;width:min(660px,calc(100% - 40px));min-height:680px;margin-left:clamp(20px,7vw,96px);padding:72px 0 126px}.eyebrow{margin:0 0 12px;color:var(--color-copper);font-size:12px;font-weight:850;letter-spacing:0;text-transform:uppercase}.hero-section .eyebrow{color:#f6c28e}.page-hero{width:min(var(--content-width),calc(100% - 40px));margin:0 auto;padding:96px 0 72px}.page-hero h1{max-width:900px;color:var(--color-ink);font-size:clamp(42px,6vw,72px)}.page-hero p:last-child{max-width:760px;margin-bottom:0;font-size:19px;line-height:1.7}.compact-hero{padding-bottom:54px}h1,h2,h3,p{margin-top:0}h1{max-width:620px;margin-bottom:22px;color:var(--color-white);font-size:clamp(44px,7vw,82px);line-height:.98;letter-spacing:0}h2{margin-bottom:0;color:var(--color-ink);font-size:clamp(30px,4vw,48px);line-height:1.04;letter-spacing:0}h3{margin-bottom:10px;color:var(--color-ink);font-size:21px;line-height:1.2}.hero-copy{max-width:590px;margin-bottom:34px;color:#ffffffe0;font-size:20px;line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.intro-section,.section-block,.contact-section,.content-split,.cta-band,.image-feature{width:min(var(--content-width),calc(100% - 40px));margin:0 auto}.intro-section{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);gap:clamp(30px,6vw,80px);padding:74px 0;border-bottom:1px solid var(--color-line)}.intro-section p:last-child,.contact-section p,.rich-copy p,.image-feature p,.cta-band p{margin-bottom:0;font-size:18px;line-height:1.75}.section-block,.solutions-section,.contact-section,.content-split{padding:82px 0}.content-split{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);gap:clamp(30px,6vw,80px);border-top:1px solid var(--color-line);border-bottom:1px solid var(--color-line)}.rich-copy{display:grid;gap:22px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:34px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product-card{overflow:hidden;background:var(--color-white);border:1px solid var(--color-line);border-radius:8px;box-shadow:var(--shadow-soft)}.product-card img{width:100%;aspect-ratio:1.35;object-fit:cover}.product-card div{padding:22px}.card-label{display:inline-flex;margin-bottom:12px;color:var(--color-copper);font-size:12px;font-weight:850;text-transform:uppercase}.product-card p,.project-list p{margin-bottom:0;line-height:1.6}.expanded-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.spec-list{display:grid;gap:8px;margin:18px 0 0;padding-left:18px;color:var(--color-text);line-height:1.5}.solutions-section{color:var(--color-white);background:var(--color-green);border-radius:0}.solutions-section .section-heading{width:min(var(--content-width),calc(100% - 40px));margin-right:auto;margin-left:auto}.solutions-section h2,.solutions-section h3,.solutions-section .strength-item p{color:var(--color-white)}.strength-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;width:min(var(--content-width),calc(100% - 40px));margin:0 auto;background:#ffffff2e}.strength-item{min-height:170px;padding:28px;background:#ffffff14}.strength-item span{display:block;width:38px;height:5px;margin-bottom:24px;background:#f0b779;border-radius:999px}.strength-item p{margin-bottom:0;color:#ffffffd1;font-size:16px;line-height:1.55}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.feature-grid article{min-height:190px;padding:24px;background:var(--color-white);border:1px solid var(--color-line);border-radius:8px}.feature-grid p{margin-bottom:0;line-height:1.65}.project-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.project-list article{min-height:176px;padding:24px;background:var(--color-white);border:1px solid var(--color-line);border-radius:8px}.contact-section{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(320px,1.1fr);gap:clamp(28px,5vw,80px);align-items:start;padding-bottom:96px}.contact-panel{display:grid;gap:12px}.contact-panel a{display:flex;align-items:center;min-height:60px;padding:0 20px;color:var(--color-ink);background:var(--color-white);border:1px solid var(--color-line);border-radius:8px;font-weight:720}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-bottom:88px;padding:34px;color:var(--color-white);background:var(--color-steel);border-radius:8px}.cta-band h2,.cta-band p{color:var(--color-white)}.cta-band h2{font-size:clamp(26px,3vw,36px)}.image-feature{display:grid;grid-template-columns:minmax(320px,1.1fr) minmax(280px,.9fr);gap:clamp(28px,5vw,60px);align-items:center;padding:0 0 92px}.image-feature img{width:100%;aspect-ratio:1.42;object-fit:cover;border-radius:8px;box-shadow:var(--shadow-soft)}.static-form{display:grid;gap:16px;max-width:780px;padding:30px;background:var(--color-white);border:1px solid var(--color-line);border-radius:8px;box-shadow:var(--shadow-soft)}.static-form label{display:grid;gap:8px;color:var(--color-ink);font-weight:750}.static-form input,.static-form textarea{width:100%;border:1px solid var(--color-line);border-radius:6px;padding:13px 14px;color:var(--color-ink);background:#fbfcfb;font:inherit}.static-form textarea{resize:vertical}.static-form p{margin-bottom:0;color:var(--color-muted);font-size:14px;line-height:1.6}.site-footer{padding:0 clamp(20px,5vw,64px);color:#c3cbd0;background:#14222b;border-top:1px solid rgba(211,154,104,.42)}.site-footer__main{display:grid;grid-template-columns:minmax(260px,1.35fr) .72fr 1.08fr minmax(240px,1fr);gap:clamp(28px,4vw,64px);width:min(100%,1440px);margin:0 auto;padding:38px 0 32px}.site-footer__brand-lockup{display:inline-flex;align-items:center;gap:14px}.site-footer__mark{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;color:#fff;background:#657d88;border-radius:6px;font-size:17px;font-weight:800}.site-footer__brand strong{display:block;color:#fff;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.05}.site-footer__brand small{display:block;margin-top:4px;color:#aeb8be;font-size:13px}.site-footer__brand p{max-width:330px;margin:22px 0 0;color:#aeb8be;font-size:13px;line-height:1.7}.site-footer__column{display:flex;align-items:flex-start;flex-direction:column;gap:11px;padding-left:clamp(22px,2.5vw,40px);border-left:1px solid rgba(255,255,255,.16)}.site-footer__column h2{margin:2px 0 8px;color:#d39a68;font-family:inherit;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.site-footer__column>a{color:#e2e7e9;font-size:13px;line-height:1.45;transition:color .16s ease}.site-footer__column>a:hover,.site-footer__column>.router-link-active{color:#d39a68}.site-footer__contact{gap:9px}.site-footer__contact>a{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:10px}.site-footer__contact svg{width:19px;height:19px;color:#d39a68}.site-footer__contact small{display:inline;margin-right:5px;color:#aeb8be;font-size:inherit}.site-footer__legal{display:flex;justify-content:space-between;gap:24px;width:min(100%,1440px);margin:0 auto;padding:18px 0 20px;color:#8f9da5;border-top:1px solid rgba(255,255,255,.16);font-size:12px}.home-page{background:#f8f7f4}.home-hero{position:relative;min-height:620px;height:min(680px,calc(100svh - 88px));overflow:hidden;color:var(--color-white);background:#171817}.home-hero__image,.home-hero__shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-hero__image{object-fit:cover;object-position:center}.home-hero__shade{background:#0a0c0c57}.home-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;width:min(690px,calc(100% - 40px));height:100%;margin-left:clamp(20px,6.4vw,102px);padding:150px 0 132px}.home-hero__eyebrow{margin-bottom:22px;color:#d9a06f;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.home-hero h1{max-width:680px;margin-bottom:24px;font-family:Georgia,Times New Roman,serif;font-size:clamp(54px,4.7vw,68px);font-weight:600;line-height:.92}.home-hero__copy{max-width:520px;margin-bottom:34px;color:#ffffffe6;font-size:17px;line-height:1.55}.home-hero .primary-button,.home-hero .secondary-button{min-width:144px;min-height:48px;border-radius:0}.home-hero .primary-button{background:#c98957}.home-hero .secondary-button{color:var(--color-white);background:#12131238;border-color:#ffffffc7}.performance-strip{position:absolute;bottom:42px;left:clamp(20px,6.4vw,102px);z-index:1;display:grid;grid-template-columns:repeat(4,minmax(145px,1fr));width:min(720px,calc(100% - 40px))}.performance-point{display:flex;align-items:center;gap:13px;min-height:46px;padding:0 18px;border-left:1px solid rgba(255,255,255,.5)}.performance-point:first-child{padding-left:0;border-left:0}.performance-point svg{flex:0 0 30px;width:30px;height:30px;color:#ffffffeb;stroke-width:1.45}.performance-point strong,.performance-point small{display:block;color:var(--color-white);font-size:11px;line-height:1.45}.performance-point strong{font-weight:700}.performance-point small{color:#fffc}.home-product-section{width:min(1400px,calc(100% - 40px));margin:0 auto;padding:50px 0 96px}.home-section-heading{max-width:980px;margin:0 auto 24px;text-align:center}.home-section-heading h2,.home-capabilities h2{font-family:Georgia,Times New Roman,serif;font-weight:600}.home-section-heading h2{margin-bottom:12px;font-size:clamp(36px,3.4vw,44px)}.home-section-heading>p:last-child{max-width:630px;margin:0 auto;font-size:16px;line-height:1.65}.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.home-product-card{overflow:hidden;background:#fff;border:1px solid #dedbd5;border-radius:2px;transition:transform .18s ease,box-shadow .18s ease}.home-product-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px #1919171f}.home-product-card img{width:100%;aspect-ratio:1.34;object-fit:cover}.home-product-card__body{padding:22px 24px 26px}.home-product-card__body>span{display:block;margin-bottom:10px;color:#a9673f;font-size:11px;font-weight:800;text-transform:uppercase}.home-product-card__body h3{margin-bottom:9px;font-family:Georgia,Times New Roman,serif;font-size:25px;font-weight:600}.home-product-card__body p{margin-bottom:0;line-height:1.65}.home-capabilities{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(500px,1.2fr);gap:clamp(48px,8vw,120px);padding:88px max(20px,calc((100% - 1180px)/2));color:#ffffffc7;background:#252724}.home-capabilities h2,.home-capabilities h3{color:var(--color-white)}.home-capabilities__intro>p:not(.eyebrow){margin:22px 0 28px;font-size:17px;line-height:1.7}.home-capabilities__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(255,255,255,.18);border-left:1px solid rgba(255,255,255,.18)}.home-capabilities__grid article{min-height:190px;padding:24px;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.home-capabilities__grid span{display:block;margin-bottom:22px;color:#d9a06f;font-size:12px;font-weight:800}.home-capabilities__grid p{margin-bottom:0;line-height:1.6}.about-editorial{color:#303943;background:#f8f6f2}.about-intro{display:flex;flex-direction:column;width:min(500px,calc(100% - 72px));min-height:430px;margin-left:max(36px,calc((100vw - 1180px)/2));padding:64px 0 40px}.about-intro h1,.about-process h2,.about-story h2,.about-inquiry h2{font-family:Georgia,Times New Roman,serif;font-weight:600;letter-spacing:0}.about-intro h1{max-width:490px;margin-bottom:19px;color:#202a34;font-size:clamp(48px,4.4vw,64px);line-height:1}.about-intro__rule{display:block;width:36px;height:2px;margin:0 0 24px;background:#b87543}.about-intro__lead{max-width:420px;margin-bottom:0;font-size:16px;line-height:1.55}.about-detail-hero{margin:0;background:#e8e5df}.about-detail-hero img{width:100%;aspect-ratio:2.95;object-fit:cover;object-position:center}.about-detail-hero figcaption{padding:14px max(20px,calc((100% - 1180px)/2));color:#a9673f;background:#f8f6f2;font-size:10px;font-weight:800;text-transform:uppercase}.about-process{padding:54px max(20px,calc((100% - 1180px)/2)) 62px;color:#ffffffd1;background:#202831}.about-process .eyebrow{color:#d39a68}.about-process__heading{max-width:640px;margin-bottom:38px}.about-process h2{margin-bottom:12px;color:var(--color-white);font-size:clamp(34px,4vw,48px)}.about-process__heading>p:last-child{margin-bottom:0;font-size:16px;line-height:1.6}.about-process__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.about-process__steps article{min-height:154px;padding:0 28px;border-left:1px solid rgba(255,255,255,.34)}.about-process__steps article:first-child{padding-left:0;border-left:0}.about-process__steps span{display:block;margin-bottom:6px;color:#d39a68;font-family:Georgia,Times New Roman,serif;font-size:27px}.about-process__steps h3{margin-bottom:10px;color:var(--color-white);font-family:Georgia,Times New Roman,serif;font-size:19px}.about-process__steps p{margin-bottom:0;color:#ffffffc7;font-size:14px;line-height:1.55}.about-stories{display:grid;gap:18px;width:min(var(--content-width),calc(100% - 40px));margin:0 auto;padding:30px 0 42px}.about-story{display:grid;align-items:center;gap:clamp(30px,5vw,70px)}.about-story--materials{grid-template-columns:minmax(360px,.95fr) minmax(320px,1.05fr)}.about-story--architecture{grid-template-columns:minmax(300px,.72fr) minmax(480px,1.28fr)}.about-story img{width:100%;object-fit:cover}.about-story--materials img{aspect-ratio:2.1}.about-story--architecture img{aspect-ratio:2.2}.about-story h2{margin-bottom:15px;color:#202a34;font-size:clamp(30px,3vw,42px);line-height:1.02}.about-story div>p:not(.eyebrow){max-width:530px;margin-bottom:18px;font-size:15px;line-height:1.7}.about-inquiry{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:40px max(20px,calc((100% - 1180px)/2));background:#ece8e0;border-top:1px solid #d9d3c9}.about-inquiry h2{margin-bottom:8px;color:#202a34;font-size:clamp(30px,3vw,42px)}.about-inquiry p:last-child{margin-bottom:0}.about-inquiry__action{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:190px;min-height:52px;color:#202a34;border:1px solid #b87543;font-size:14px;font-weight:800}.products-editorial{color:#303943;background:#f8f6f2}.products-intro{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(420px,1.05fr);min-height:430px}.products-intro__copy{align-self:stretch;width:min(100% - 72px,500px);margin:0 0 0 max(36px,calc((100vw - 1180px)/2));padding:64px 0 40px}.products-intro h1,.product-family h2,.configuration-section h2,.products-inquiry h2{font-family:Georgia,Times New Roman,serif;font-weight:600}.products-intro h1{max-width:490px;margin-bottom:19px;color:#202a34;font-size:clamp(48px,4.4vw,64px);line-height:1}.products-intro__rule,.product-family__rule{display:block;width:37px;height:1px;margin-bottom:23px;background:#b17649}.products-intro__copy>p:not(.eyebrow){max-width:440px;margin-bottom:22px;font-size:16px;line-height:1.55}.products-intro__link,.product-family__link{display:inline-flex;align-items:center;gap:8px;color:#a9673f;font-size:14px;font-weight:800}.products-intro__link svg,.product-family__link svg,.products-inquiry__action svg{width:18px;height:18px}.products-intro__media{position:relative;min-width:0;min-height:0;overflow:hidden}.products-intro__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.product-families{border-top:1px solid rgba(255,255,255,.3)}.product-family{position:relative;min-height:416px;overflow:hidden;color:#fff;background-color:#121819;background-image:linear-gradient(90deg,#080c0cf7,#080c0cde 28%,#080c0c14 70%),var(--family-image);background-position:center;background-size:cover}.product-family__overlay{display:flex;flex-direction:column;justify-content:center;width:min(470px,calc(100% - 80px));min-height:416px;margin-left:max(40px,calc((100vw - 1180px)/2));padding:46px 0}.product-family__overlay>p{margin-bottom:5px;color:#d39a68;font-family:Georgia,Times New Roman,serif;font-size:37px;line-height:1}.product-family__rule{margin-bottom:17px;background:#d39a68}.product-family h2{max-width:440px;margin-bottom:17px;color:#fff;font-size:clamp(37px,4vw,55px);line-height:.96}.product-family ul{display:grid;gap:5px;margin:0 0 22px;padding:0;list-style:none;color:#ffffffe0;font-size:15px;line-height:1.4}.product-family__link{width:fit-content;color:#dc9f6b}.configuration-section{display:grid;grid-template-columns:minmax(240px,.8fr) minmax(0,2.2fr);gap:44px;width:min(1180px,calc(100% - 80px));margin:0 auto;padding:66px 0}.configuration-section h2{color:#202a34;font-size:clamp(31px,3.2vw,45px)}.configuration-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.configuration-grid article{min-height:153px;padding:3px 18px;border-left:1px solid #ded9d0}.configuration-grid article:first-child{padding-left:0;border-left:0}.configuration-grid svg{width:27px;height:27px;margin-bottom:14px;color:#28323b;stroke-width:1.25}.configuration-grid h3{margin-bottom:7px;color:#202a34;font-size:15px}.configuration-grid p{margin-bottom:0;color:#59636c;font-size:13px;line-height:1.55}.products-inquiry{position:relative;min-height:355px;overflow:hidden;color:#fff;background:#101516}.products-inquiry:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,#0a0e0ef7,#0a0e0eb8 42%,#0a0e0e1f)}.products-inquiry>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.products-inquiry>div{position:relative;z-index:1;width:min(510px,calc(100% - 80px));margin-left:max(40px,calc((100vw - 1180px)/2));padding:62px 0}.products-inquiry .eyebrow{color:#d39a68}.products-inquiry h2{max-width:470px;margin-bottom:15px;color:#fff;font-size:clamp(35px,4vw,52px);line-height:.98}.products-inquiry div>p:not(.eyebrow){max-width:440px;margin-bottom:22px;color:#ffffffd6;font-size:15px;line-height:1.6}.products-inquiry__action{display:inline-flex;align-items:center;gap:8px;padding:13px 18px;color:#fff;background:#b17649;border-radius:4px;font-size:14px;font-weight:800}.contact-editorial{color:#303943;background:#f8f6f2}.contact-intro{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(450px,1.05fr);min-height:430px}.contact-intro__copy{align-self:stretch;width:min(100% - 72px,500px);margin:0 0 0 max(36px,calc((100vw - 1180px)/2));padding:64px 0 40px}.contact-intro h1,.contact-directory h2,.project-briefing h2{font-family:Georgia,Times New Roman,serif;font-weight:600}.contact-intro h1{max-width:490px;margin-bottom:19px;color:#202a34;font-size:clamp(48px,4.4vw,64px);line-height:1}.contact-intro__rule,.contact-directory__rule{display:block;width:37px;height:1px;margin-bottom:21px;background:#b17649}.contact-intro__copy>p:not(.eyebrow){max-width:420px;margin-bottom:21px;font-size:16px;line-height:1.55}.contact-intro__link{display:inline-flex;align-items:center;gap:8px;color:#a9673f;font-size:14px;font-weight:800}.contact-intro__link svg,.inquiry-form__submit svg{width:18px;height:18px}.contact-intro__media{position:relative;min-width:0;min-height:0;overflow:hidden}.contact-intro__media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.contact-inquiry{display:grid;grid-template-columns:minmax(265px,.6fr) minmax(500px,1.4fr);gap:clamp(40px,7vw,96px);padding:50px max(36px,calc((100vw - 1180px)/2));color:#ffffffe6;background:#15212a}#inquiry-form{scroll-margin-top:82px}.contact-directory{padding-right:clamp(32px,4vw,60px);border-right:1px solid rgba(255,255,255,.28)}.contact-directory .eyebrow{color:#d39a68}.contact-directory h2{max-width:250px;margin-bottom:17px;color:#fff;font-size:clamp(29px,3vw,40px);line-height:1.02}.contact-directory__rule{margin-bottom:17px;background:#d39a68}.contact-directory a{display:flex;align-items:center;gap:13px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.2);color:#fff}.contact-directory a:last-child{border-bottom:0}.contact-directory a>svg,.contact-directory__instagram{flex:0 0 auto;width:27px;height:27px;color:#d39a68;stroke-width:1.35}.contact-directory__instagram{display:grid;place-items:center;border:1px solid currentColor;border-radius:50%;font-family:Georgia,Times New Roman,serif;font-size:14px;font-weight:700}.contact-directory small,.contact-directory a span:last-child{display:block}.contact-directory small{margin-bottom:3px;color:#d39a68;font-size:12px;font-weight:800}.contact-directory a span:last-child{font-size:15px;line-height:1.35;overflow-wrap:anywhere}.inquiry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 32px;align-self:start}.inquiry-form label{display:grid;gap:8px}.inquiry-form label>span{color:#fff;font-size:14px;font-weight:700}.inquiry-form b{color:#d39a68}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;padding:7px 0 9px;color:#fff;background:transparent;border:0;border-bottom:1px solid rgba(255,255,255,.48);border-radius:0;font:inherit;font-size:15px;outline:none}.inquiry-form select{color:#ffffffc2}.inquiry-form option{color:#202a34}.inquiry-form input::placeholder,.inquiry-form textarea::placeholder{color:#ffffff8a}.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{border-bottom-color:#d39a68}.inquiry-form__details{grid-column:1 / -1}.inquiry-form textarea{min-height:105px;padding:12px;border:1px solid rgba(255,255,255,.48);resize:vertical}.inquiry-form textarea:focus{border-color:#d39a68}.inquiry-form__submit{display:inline-flex;align-items:center;justify-content:center;gap:9px;width:fit-content;min-width:197px;min-height:48px;padding:0 22px;color:#fff;background:#b17649;border:0;border-radius:3px;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.project-briefing{display:grid;grid-template-columns:minmax(210px,.7fr) minmax(0,2.3fr);gap:48px;width:min(1180px,calc(100% - 80px));margin:0 auto;padding:46px 0 52px}.project-briefing h2{max-width:180px;color:#202a34;font-size:31px;line-height:1.02}.project-briefing__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.project-briefing article{min-height:126px;padding:7px 17px;border-left:1px solid #c9c5bd}.project-briefing article:first-child{padding-left:0;border-left:0}.project-briefing article svg{width:26px;height:26px;margin-bottom:12px;color:#a9673f;stroke-width:1.25}.project-briefing h3{margin-bottom:5px;color:#202a34;font-size:14px}.project-briefing article p{margin-bottom:0;color:#59636c;font-size:12px;line-height:1.5}@media(max-width:900px){.site-header{align-items:flex-start;flex-wrap:wrap}.main-nav{order:3;justify-content:flex-start;width:100%;overflow-x:auto;padding-bottom:2px}.hero-section,.hero-content{min-height:620px}.intro-section,.contact-section,.content-split,.image-feature{grid-template-columns:1fr}.product-grid,.project-list,.feature-grid,.strength-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-header--home{position:absolute}.home-hero{height:760px}.home-hero__content{padding-top:176px;padding-bottom:190px}.performance-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 0}.performance-point:nth-child(3){padding-left:0;border-left:0}.home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-capabilities{grid-template-columns:1fr}.about-process__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 0}.about-process__steps article:nth-child(3){padding-left:0;border-left:0}.about-story--materials,.about-story--architecture{grid-template-columns:1fr}.about-story--architecture img{order:-1}.about-intro{width:min(100% - 64px,440px);min-height:390px;margin-left:32px;padding:54px 0 40px}.products-intro{grid-template-columns:.9fr 1.1fr;min-height:390px}.products-intro__copy{width:min(100% - 64px,440px);margin-left:32px;padding:54px 0 40px}.product-family,.product-family__overlay{min-height:380px}.product-family__overlay{width:min(420px,calc(100% - 64px));margin-left:32px}.configuration-section{grid-template-columns:1fr;gap:28px;width:min(100% - 64px,680px)}.configuration-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 0}.configuration-grid article:nth-child(4){padding-left:0;border-left:0}.products-inquiry>div{width:min(510px,calc(100% - 64px));margin-left:32px}.contact-intro{grid-template-columns:.9fr 1.1fr;min-height:390px}.contact-intro__copy{width:min(100% - 64px,440px);margin-left:32px;padding:54px 0 40px}.contact-inquiry{grid-template-columns:1fr;gap:34px;padding:44px 32px 52px}.contact-directory{display:grid;grid-template-columns:minmax(190px,.8fr) repeat(3,minmax(0,1fr));gap:0 22px;padding:0 0 30px;border-right:0;border-bottom:1px solid rgba(255,255,255,.28)}.contact-directory .eyebrow,.contact-directory h2,.contact-directory__rule{grid-column:1}.contact-directory a{align-self:end;padding:0 0 8px;border-bottom:0}.project-briefing{grid-template-columns:1fr;gap:25px;width:min(100% - 64px,680px)}.project-briefing__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 0}.project-briefing article:nth-child(4){padding-left:0;border-left:0}}@media(max-width:640px){.site-header{padding:14px 16px}.brand{min-width:0}.header-action{min-height:42px;padding:0 14px}.hero-section,.hero-content{min-height:560px}.hero-content{width:calc(100% - 32px);margin-left:16px;padding-bottom:88px}.hero-copy{font-size:17px}.section-heading{display:block}.product-grid,.project-list,.strength-grid,.feature-grid{grid-template-columns:1fr}.page-hero{padding:64px 0 44px}.cta-band{display:grid;padding:24px}.site-footer__main{grid-template-columns:1fr 1fr;gap:32px 24px}.site-footer__brand,.site-footer__contact{grid-column:1 / -1}.site-footer__column{padding-left:0;border-left:0}.site-footer__brand p{max-width:520px}.site-footer__contact{display:grid;grid-template-columns:1fr 1fr}.site-footer__contact h2{grid-column:1 / -1}.site-footer__contact small{display:block;margin:0 0 2px}.site-footer__legal{align-items:flex-start;flex-direction:column;gap:6px}.site-header--home{padding:14px 16px}.site-header--home .brand small{font-size:10px}.site-header--home .header-action{min-height:40px;padding:0 12px;font-size:12px}.home-hero{min-height:740px;height:740px}.home-hero__image{object-position:58% center}.home-hero__shade{background:#0a0c0c85}.home-hero__content{width:calc(100% - 32px);margin-left:16px;padding:176px 0 244px}.home-hero h1{font-size:50px}.home-hero__eyebrow{max-width:330px;font-size:10px}.home-hero__copy{font-size:15px}.performance-strip{bottom:26px;left:16px;width:calc(100% - 32px)}.performance-point{padding:0 10px}.performance-point svg{flex-basis:26px;width:26px;height:26px}.home-product-section{padding:58px 0 70px}.home-product-grid,.home-capabilities__grid{grid-template-columns:1fr}.home-capabilities{padding-top:66px;padding-bottom:66px}.about-intro{width:calc(100% - 40px);min-height:0;margin-left:20px;padding:54px 0 44px}.about-intro h1{font-size:50px}.about-detail-hero img{aspect-ratio:1.55}.about-detail-hero figcaption{line-height:1.5}.about-process{padding-top:46px;padding-bottom:50px}.about-process__steps{grid-template-columns:1fr;gap:0}.about-process__steps article,.about-process__steps article:first-child,.about-process__steps article:nth-child(3){min-height:0;padding:22px 0;border-top:1px solid rgba(255,255,255,.24);border-left:0}.about-story{gap:24px}.about-story--materials img,.about-story--architecture img{aspect-ratio:1.45}.about-inquiry{display:grid}.about-inquiry__action{width:100%}.products-intro{display:flex;flex-direction:column;height:auto}.products-intro__copy{width:calc(100% - 40px);margin:0 20px;padding:54px 0 44px}.products-intro h1{max-width:350px;font-size:50px}.products-intro__media{height:245px;min-height:0}.product-family,.product-family__overlay{min-height:410px}.product-family{background-image:linear-gradient(90deg,#080c0cf5,#080c0cb8 62%,#080c0c33),var(--family-image)}.product-family__overlay{width:calc(100% - 40px);margin-left:20px;padding:40px 0}.product-family h2{max-width:310px;font-size:43px}.configuration-section{width:calc(100% - 40px);padding:52px 0}.configuration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.configuration-grid article,.configuration-grid article:first-child,.configuration-grid article:nth-child(4){min-height:140px;padding:20px 13px;border-top:1px solid #ded9d0;border-left:1px solid #ded9d0}.configuration-grid article:nth-child(odd){padding-left:0;border-left:0}.configuration-grid article:nth-child(5){grid-column:1 / -1}.products-inquiry{min-height:435px}.products-inquiry:after{background:linear-gradient(90deg,#0a0e0ef2,#0a0e0eb8 72%,#0a0e0e4d)}.products-inquiry>div{width:calc(100% - 40px);margin-left:20px;padding:58px 0}.products-inquiry h2{font-size:43px}.contact-intro{display:flex;flex-direction:column;height:auto}.contact-intro__copy{width:calc(100% - 40px);margin:0 20px;padding:54px 0 42px}.contact-intro h1{max-width:355px;font-size:50px}.contact-intro__media{height:270px;min-height:0}.contact-inquiry{gap:30px;padding:42px 20px 48px}.contact-directory{display:block;padding-bottom:23px}.contact-directory h2{max-width:270px}.contact-directory a{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.2)}.contact-directory a:last-child{padding-bottom:0}.inquiry-form{grid-template-columns:1fr;gap:20px}.inquiry-form__details{grid-column:auto}.inquiry-form__submit{width:100%}.project-briefing{width:calc(100% - 40px);padding:45px 0}.project-briefing__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.project-briefing article,.project-briefing article:first-child,.project-briefing article:nth-child(4){min-height:137px;padding:20px 13px;border-top:1px solid #c9c5bd;border-left:1px solid #c9c5bd}.project-briefing article:nth-child(odd){padding-left:0;border-left:0}.project-briefing article:nth-child(5){grid-column:1 / -1}}
