@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap";:root{--orange:#fc4c01;--black:#090909;--text:#2c2c2c;--muted:#626262;--soft:#f5f5f5}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{color:var(--text);background:#fff;font-family:Geist,Arial,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.header{--header-y:0;z-index:20;width:min(1200px,100% - 120px);height:88px;transform:translate(-50%, var(--header-y));color:#fff;border-radius:999px;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 22px;transition:transform .28s,background .28s,box-shadow .28s,color .28s;display:grid;position:fixed;top:18px;left:50%}.header.light{color:#333;width:min(1200px,100% - 120px)}.header.scrolled,.header.light{color:#171717;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;box-shadow:0 16px 40px #00000021}.header.hidden{--header-y:-128px}.brand{align-items:center;gap:12px;width:max-content;display:inline-flex}.brand-mark{width:32px;height:32px}.brand-text{color:#fff;letter-spacing:.16em;font-size:24px;font-weight:700;line-height:1}.header.scrolled .brand-text,.brand-text.dark{color:#111}.desktop-nav{white-space:nowrap;gap:24px;font-size:15px;display:flex}.desktop-nav a{transition:color .25s}.desktop-nav a:hover{color:var(--orange)}.desktop-cta{justify-self:end}.menu-btn,.close-btn,.mobile-panel{display:none}.cta{color:#171717;background:#fff;border-radius:999px;align-items:center;gap:12px;height:48px;padding:6px 8px 6px 22px;font-size:16px;transition:transform .25s,background .25s,color .25s;display:inline-flex}.cta.dark{color:#fff;background:#080808;border:1px solid #d6d6d6}.cta i,.quote-form button i{color:#fff;background:var(--orange);border-radius:50%;place-items:center;width:34px;height:34px;transition:transform .25s;display:grid}.cta:hover,.quote-form button:hover{transform:translateY(-2px)}.cta:hover i,.quote-form button:hover i{transform:translate(3px)}.hero{color:#fff;background:#160400;min-height:100vh;position:relative;overflow:hidden}.hero-bg{background:linear-gradient(#00000047,#12000094 76%,#120000ed);animation:2s cubic-bezier(.25,.1,.23,1) both settle;position:absolute;inset:0;transform:scale(1.08)}.hero-video{object-fit:cover;object-position:center;opacity:.86;width:100%;height:100%;position:absolute;inset:0}.hero-copy{z-index:2;width:min(1200px,100% - 120px);margin:0 auto;padding-top:164px;position:relative}.eyebrow{letter-spacing:.03em;margin:0 0 22px;font-size:16px;font-weight:700}.eyebrow span{color:var(--orange)}.hero h1{color:#fff;letter-spacing:0;max-width:780px;margin:0;font-size:68px;font-weight:500;line-height:1.12}.hero-desc{z-index:3;color:#e8e2dd;margin:0;font-size:16px;line-height:1.55;position:absolute;bottom:66px;left:max(80px,50% - 600px)}.hero-card{z-index:3;color:#f3eeeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#5d4641d1;border-radius:10px;width:350px;padding:18px 24px;animation:1s .35s both rise;position:absolute;bottom:60px;right:max(80px,50% - 600px)}.hero-card p{margin:12px 0 14px;line-height:1.45}.hero-card strong{font-size:14px;font-style:italic}.stars{color:var(--orange);letter-spacing:4px}.section{width:min(1200px,100% - 120px);margin:0 auto;padding:110px 0}.about{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.about-media{grid-template-columns:1.1fr .84fr;gap:16px;display:grid}.about-media img{object-fit:cover;border-radius:10px;width:100%;height:100%}.about-media div{gap:16px;display:grid}.about-media .tall{min-height:400px}.pill{border:1px solid var(--orange);color:var(--orange);letter-spacing:.08em;border-radius:999px;align-items:center;gap:7px;margin:0 0 20px;padding:7px 14px;font-size:14px;font-weight:600;display:inline-flex}h2{letter-spacing:0;margin:0;font-size:44px;font-weight:500;line-height:1.18}h2 span{color:var(--orange)}.section h1{letter-spacing:0;max-width:860px;margin:0;font-size:56px;font-weight:500;line-height:1.05}.section h1 span{color:var(--orange)}.section-lead{max-width:720px;color:var(--muted);margin:22px 0 0;font-size:19px;line-height:1.48}.about-copy>p:not(.pill){max-width:610px;color:var(--muted);margin:18px 0;font-size:19px;line-height:1.45}.learn{color:var(--orange);font-size:18px}.stats{grid-template-columns:repeat(3,1fr);gap:34px;margin-top:90px;display:grid}.stats strong{font-size:48px;line-height:1;display:block}.stats span{color:var(--muted);margin-top:6px;font-size:16px;display:block}.projects{text-align:center;position:relative}.projects h2{margin-bottom:58px}.grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.project-card{aspect-ratio:1;color:#fff;background:#f3f1ee;border-radius:8px;min-height:0;position:relative;overflow:hidden}.project-card img{object-fit:cover;width:100%;height:100%;transition:transform .5s,filter .5s;position:absolute;inset:0}.project-card:after{content:"";background:linear-gradient(#00000005,#000000a3);position:absolute;inset:0}.project-card:hover img{filter:brightness(.86);transform:scale(1.08)}.project-card>.product-badge{z-index:2;background:var(--orange);text-align:center;letter-spacing:.08em;border-radius:999px;min-width:64px;padding:8px 14px;font-size:13px;font-weight:700;position:absolute;top:16px;right:16px}.project-card>.product-badge.new{color:#111;background:#fff}.project-card div{z-index:2;position:absolute;bottom:17px;left:22px;right:22px}.project-card h3{text-wrap:balance;margin:0;font-size:22px;font-weight:500;line-height:1.12}.page-main{padding-top:112px}.catalog{text-align:left}.catalog>.pill,.catalog>h1,.catalog>.section-lead{text-align:center;margin-left:auto;margin-right:auto}.catalog-group{margin-top:64px}.catalog-group h2{margin-bottom:24px;font-size:32px}.catalog-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.catalog-card{aspect-ratio:4/3.6;color:#252525;cursor:default;background:#f6f6f6;border:1px solid #e1e1e1;border-radius:8px;min-height:330px;padding:0;transition:transform .24s,border-color .24s,box-shadow .24s;display:block;position:relative;overflow:hidden}.catalog-image{background:#111;width:100%;height:100%;position:relative;overflow:hidden}.catalog-image img{object-fit:cover;width:100%;height:100%;padding:0;transition:transform .45s}.catalog-image.empty{background:linear-gradient(135deg,#fc4c0114,#fff0 42%),#f3f3f3;place-items:center;display:grid}.catalog-image.empty:after{content:"";border:1px solid #fc4c0147;border-radius:50%;width:54px;height:54px}.catalog-card-label{z-index:2;text-align:center;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0000009e;border:1px solid #ffffff29;border-radius:8px;justify-content:center;align-items:center;min-height:58px;padding:14px 16px;display:flex;position:absolute;bottom:16px;left:16px;right:16px;box-shadow:0 12px 34px #0000002e}.catalog-card span{font-size:19px;font-weight:600;line-height:1.25}.catalog-card svg{color:#fff;flex:none}.catalog-card:hover{border-color:#fc4c016b;transform:translateY(-4px);box-shadow:0 18px 42px #00000014}.catalog-card:hover img{transform:scale(1.045)}.brand-story{padding-bottom:70px}.culture,.supply-proof{grid-template-columns:.95fr 1.05fr;align-items:center;gap:58px;display:grid}.culture img,.proof-grid img{object-fit:cover;border-radius:8px;width:100%}.culture img{height:520px}.culture p:not(.pill),.supply-proof p:not(.pill){color:var(--muted);font-size:19px;line-height:1.5}.culture blockquote{border-left:3px solid var(--orange);color:#2c2c2c;margin:30px 0 0;padding-left:22px;font-size:22px;font-weight:600;line-height:1.4}.proof-grid{grid-template-rows:220px 220px;grid-template-columns:1.1fr .9fr;gap:16px;display:grid}.proof-grid img:first-child{grid-row:1/3;height:100%}.proof-grid img:not(:first-child){height:100%}.testimonials{grid-template-columns:1.2fr .9fr;align-items:start;gap:60px;display:grid}.testi-copy>p{color:var(--muted);max-width:620px;font-size:18px;line-height:1.45}.testi-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:42px;display:grid}.testi-card{color:#5d5d5d;background:#f4f4f4;border-radius:8px;min-height:192px;padding:22px}.testi-card p{margin:0 0 28px;font-size:17px;line-height:1.45}.testi-card div{align-items:center;gap:12px;display:flex}.testi-card img{object-fit:cover;border-radius:50%;width:40px;height:40px}.testi-card span{color:#777;font-size:13px;display:grid}.testi-card strong{color:#333;font-size:16px}.testi-card svg{color:var(--orange);stroke-width:2.3px;width:32px;height:32px;margin-left:auto}.factory{background:#111;border-radius:8px;margin:0;overflow:hidden}.factory img{object-fit:cover;width:100%;height:575px}.factory figcaption{color:#fff;background:#000000c7;padding:20px 28px;font-size:16px;font-style:italic;font-weight:700}.contact{grid-template-columns:.95fr 1.05fr;align-items:center;gap:60px;display:grid}.contact-left>p:not(.pill){color:var(--muted);font-size:19px;line-height:1.45}.contact-left img{object-fit:cover;border-radius:8px;width:100%;height:224px;margin:32px 0}.contact-links{gap:28px;display:flex}.contact-links a{color:#666;align-items:center;gap:14px;font-size:17px;display:flex}.contact-links svg{border:1px solid var(--orange);width:42px;height:42px;color:var(--orange);border-radius:50%;padding:10px}.contact-links strong{color:#333;font-size:18px;display:block}.quote-form{background:#f4f4f4;border-radius:16px;padding:32px}.quote-form label{color:#666;gap:8px;font-size:13px;font-weight:700;display:grid}.quote-form b{color:var(--orange)}.two{grid-template-columns:1fr 1fr;gap:16px;margin-top:18px;display:grid}input,select,textarea{color:#333;width:100%;font:inherit;background:#f7f7f7;border:1px solid #c5c5c5;border-radius:8px;outline:none;font-weight:400}input,select{height:44px;padding:0 14px}textarea{resize:vertical;min-height:100px;margin-top:8px;padding:14px}input:focus,select:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fc4c011f}.quote-form button{color:#fff;height:48px;font:inherit;cursor:pointer;background:#080808;border:0;border-radius:999px;align-items:center;gap:12px;margin-top:18px;padding:6px 8px 6px 20px;transition:transform .25s;display:inline-flex}.quote-form button:disabled{cursor:wait;opacity:.72;transform:none}.form-notice{border-radius:8px;margin:16px 0 0;padding:12px 14px;font-size:14px;line-height:1.4}.form-notice a{color:inherit;text-underline-offset:3px;margin-left:8px;font-weight:800;text-decoration:underline;display:inline-block}.form-notice.sent{color:#155b2a;background:#e5f7ea}.form-notice.error{color:#8a1c1c;background:#fde8e8}footer{color:#d7d7d7;background:#090909;padding:104px max(80px,50% - 600px) 50px;position:relative;overflow:hidden}.footer-top{grid-template-columns:1fr .22fr .44fr;gap:80px;display:grid}footer h2{color:#fff;margin-bottom:30px;font-size:30px}footer h3{color:#fff;margin:0 0 22px;font-size:18px;font-weight:500}footer a{color:#cfcfcf;margin:0 0 18px;display:block}footer p{color:#aaa}footer p svg{vertical-align:middle;margin-right:8px}.social{gap:12px;margin-top:22px;display:flex}.social a{color:#fff;background:#3e3e3e;border-radius:50%;place-items:center;width:32px;height:32px;margin:0;transition:transform .2s,background .2s;display:grid}.social a:hover{background:var(--orange);transform:translateY(-2px)}.social svg{fill:currentColor;width:17px;height:17px}.footer-bottom{z-index:1;color:#9d9d9d;border-top:1px solid #fc4c0147;justify-content:flex-start;margin-top:70px;padding-top:28px;display:flex;position:relative}.footer-bottom a{color:var(--orange);display:inline}.footer-word{opacity:.15;color:#fff;letter-spacing:.16em;text-align:center;margin:40px auto -86px;font-size:clamp(72px,18vw,220px);font-weight:700;line-height:.82}.project-main{padding-top:110px}.projects-page{padding-top:86px}@keyframes settle{0%{opacity:.01;transform:scale(1.2)}to{opacity:1;transform:scale(1.08)}}@keyframes rise{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:1s both rise}@media (width<=1199px){.header,.header.light,.section,.hero-copy{width:min(100% - 80px,960px)}.hero h1{font-size:56px}.grid{gap:24px}.project-card{min-height:0}.testimonials,.contact,.about,.culture,.supply-proof{grid-template-columns:1fr}.catalog-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=809px){.header,.header.light{grid-template-columns:1fr auto;width:calc(100% - 40px);height:74px;padding:0 14px;transition:top .28s,background .28s,box-shadow .28s,color .28s;left:20px;right:20px;transform:none}.header.hidden{top:-92px}.desktop-nav,.desktop-cta{display:none}.brand-mark{width:28px;height:28px}.brand-text{font-size:17px}.menu-btn,.close-btn{color:#111;background:#fff;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.header.light .menu-btn{color:#fff;background:#111}.mobile-panel{z-index:40;color:#fff;background:#000000f5;flex-direction:column;gap:26px;width:100vw;height:100dvh;min-height:100vh;padding:88px 28px;font-size:28px;transition:transform .35s;display:flex;position:fixed;top:-18px;left:-20px;transform:translate(105%)}.mobile-panel.open{transform:translate(0)}.close-btn{position:absolute;top:20px;right:22px}.mobile-panel .cta{width:max-content;margin-top:18px;font-size:16px}.hero{min-height:860px}.hero-video{object-position:center top}.hero-copy,.section{width:calc(100% - 40px)}.hero-copy{padding-top:138px}.eyebrow{font-size:13px}.hero h1{font-size:48px}.hero-desc{max-width:calc(100% - 40px);font-size:15px;line-height:1.45;bottom:244px;left:20px;right:20px}.hero-card{width:calc(100% - 40px);padding:16px 20px;bottom:30px;left:20px;right:20px}.hero-card p{margin:10px 0 12px;line-height:1.38}.section{padding:72px 0}.about-media{grid-template-columns:1fr}.about-media div{grid-template-columns:1fr 1fr}h2{font-size:36px}.section h1{font-size:42px;line-height:1.08}.section-lead{font-size:17px}.stats{grid-template-columns:1fr;gap:24px;margin-top:48px}.grid,.testi-grid,.two,.catalog-grid{grid-template-columns:1fr}.project-card{min-height:0}.page-main{padding-top:94px}.catalog-group{margin-top:46px}.catalog-group h2{font-size:28px}.catalog-card{min-height:320px}.catalog-image img{padding:0}.catalog-card-label{min-height:58px;bottom:14px;left:14px;right:14px}.culture img{height:380px}.proof-grid{grid-template-rows:none;grid-template-columns:1fr}.proof-grid img:first-child{grid-row:auto;height:280px}.proof-grid img:not(:first-child){height:220px}.testimonials{gap:34px}.factory img{height:360px}.contact-links{flex-direction:column}.quote-form{padding:22px}footer{padding:70px 20px 36px}.footer-top{grid-template-columns:1fr;gap:42px}.footer-bottom{flex-direction:column;gap:8px;margin-top:40px}}
