:root{--text: #121d29;--title: #121a22;--cta: #c2a378;--gold: #c2a378;--cta-dark: #987848;--bg: #f8f7f4;--line: #e7e2d9;--muted: #65717c;--muted-strong: #4a5561;--green: #1c6159;--ink-deep: #101820;--gold-soft: #d9c39f;--gold-light: #f1d6aa;--shadow: 0 18px 50px rgba(18, 26, 34, .12);--container: 1280px;--text-max: 680px;--gap-card: clamp(22px, 2.4vw, 32px);--gap-grid: clamp(30px, 3vw, 44px)}*{box-sizing:border-box}html{scroll-behavior:smooth}@keyframes heroDrift{0%{transform:scale(1.02) translateZ(0)}to{transform:scale(1.08) translate3d(-1.4%,0,0)}}@keyframes showroomGlow{0%{box-shadow:0 0 #c2a37800}to{box-shadow:0 0 34px #c2a3783d}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body{margin:0;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.55}body.menu-open{overflow:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.scroll-rail-shell{position:relative;width:100%;max-width:100%;min-width:0;--scroll-control-size: 52px;--scroll-control-inset: clamp(8px, 1.4vw, 18px)}.scroll-rail-shell>[data-scroll-track]{scroll-behavior:smooth}.scroll-rail-controls{position:absolute;inset:0;z-index:6;display:none;align-items:center;justify-content:space-between;padding-inline:var(--scroll-control-inset);pointer-events:none}.scroll-rail-shell.is-scrollable .scroll-rail-controls{display:flex}.scroll-rail-button{display:grid;width:var(--scroll-control-size);height:var(--scroll-control-size);place-items:center;border:1px solid rgba(18,29,41,.08);border-radius:50%;background:#fffffff0;color:var(--title);box-shadow:0 16px 44px #121a222e;cursor:pointer;pointer-events:auto;transition:transform .18s ease,opacity .18s ease,background .18s ease,box-shadow .18s ease}.scroll-rail-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.scroll-rail-button:hover:not(:disabled),.scroll-rail-button:focus-visible:not(:disabled){transform:translateY(-1px);background:#fff;box-shadow:0 20px 52px #121a223d}.scroll-rail-button:disabled{opacity:.28;cursor:not-allowed;transform:scale(.94)}.scroll-rail-button:focus-visible{outline:3px solid rgba(194,163,120,.42);outline-offset:3px}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.eyebrow{margin:0 0 14px;color:var(--cta-dark);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,h4{color:var(--title);line-height:1.08;letter-spacing:0}h1,h2,h3,p{margin:0}.section-head{position:relative;z-index:1;display:flex;justify-content:space-between;grid-template-columns:minmax(0,.95fr) minmax(360px,.72fr);gap:var(--gap-grid);align-items:end;margin-bottom:clamp(46px,4.6vw,68px)}.btn-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;border:1px solid transparent;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:.01em;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.btn:hover{transform:translateY(-1px)}.btn.primary{color:#17140f}.btn.dark{background:var(--title);color:#fff}.btn.ghost{background:#ffffffc7;border-color:#121a222e}.btn.line{background:transparent;border-color:#121a222e}.image-cover{width:100%;height:100%;object-fit:cover}.header{position:sticky;top:0;z-index:40;border-bottom:1px solid rgba(18,29,41,.1);background:#ffffffeb;backdrop-filter:blur(14px)}.top-strip{color:#ffffffd1;font-size:13px}.top-strip .container{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:inline-flex;align-items:center;gap:14px;min-width:245px}.brand-logo{object-fit:contain;flex:0 0 auto}.brand-copy{display:grid;gap:2px;min-width:0}.brand-copy strong{letter-spacing:0;line-height:1}.brand-copy span{color:var(--muted);font-size:12px;font-weight:700;line-height:1.2}.nav-links{display:flex;gap:4px;align-items:center}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;min-height:44px;border-radius:6px;font-weight:760}.nav-link:hover{background:#fff}.dropdown{position:absolute;top:42px;left:0;min-width:230px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.nav-item:hover .dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.dropdown a{display:block;padding:10px 12px;border-radius:6px;color:var(--text);font-size:14px;font-weight:700}.dropdown a:hover{background:var(--bg)}.nav-actions{display:flex;align-items:center;gap:10px}.btn.showroom-nav{background:#0f171f;color:#fff;border-color:#c2a37873;box-shadow:0 12px 28px #121a2229}.btn.quote-nav{min-width:112px}@media(max-width:1320px)and (min-width:1081px){.nav-shell{gap:12px}.brand{min-width:220px}.nav-link{padding:0 8px;font-size:13px}.showroom-nav{display:none}.nav-actions .btn,.btn.quote-nav{min-width:104px}}.menu-button{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--title);font-weight:900}.btn.ghost.light,.btn.line.light{color:#fff;border-color:#ffffff59}.btn.ghost.light{background:#ffffff1f;backdrop-filter:blur(10px)}.btn.line.light:hover,.btn.ghost.light:hover{border-color:#ffffffb8;background:#ffffff2e}.whatsapp-float{position:fixed;right:max(22px,env(safe-area-inset-right));bottom:max(22px,env(safe-area-inset-bottom));z-index:70;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 18px 42px #0e5c3047;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.whatsapp-float:hover{transform:translateY(-2px);background:#1fbd5a;box-shadow:0 22px 50px #0e5c3057}.whatsapp-float svg{width:31px;height:31px;fill:currentColor}.home-hero{position:relative;overflow:hidden;display:grid}.home-hero-bg{transform:scale(1.02)}.home-hero-grid{display:grid;gap:44px}.home-hero .lead{margin-top:20px}.home-hero-proof{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,3vw,34px);margin-top:clamp(34px,4vw,56px);overflow:hidden;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none}.hero,.hero-grid{display:grid;align-items:center}.hero-copy .lead{margin-top:22px;line-height:1.65}.hero-copy .btn-row{margin-top:30px}.value-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:700px}.value-point{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:center;min-width:0}.value-point-icon{position:relative;z-index:0;width:54px;height:54px;display:grid;place-items:center;color:#2f3a44}.value-point-icon:after{content:"";position:absolute;right:4px;bottom:6px;z-index:-1;width:26px;height:26px;border-radius:999px;background:#c2a378e0}.value-point-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.value-point-copy{display:grid;gap:6px;min-width:0}.value-point-copy strong{color:var(--title);font-size:clamp(18px,1.7vw,22px);line-height:1.16;font-weight:840}.value-point-copy span{color:#b38338;font-size:12px;line-height:1.2;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero-media{position:relative;overflow:hidden;background:#ddd}.hero-media img{position:absolute;inset:0}.media-badge{position:absolute;display:grid;gap:4px;border-radius:8px;color:#fff}.media-badge strong{font-size:18px}.media-badge span{color:#ffffffc7;font-size:14px}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.metric{border-right:1px solid var(--line);display:grid;min-height:124px;padding:24px 22px;align-content:center;border-right-color:#121d2914}.metric:last-child{border-right:0}.metric strong{display:block;color:var(--title);font-size:clamp(25px,2.2vw,32px);line-height:1.03;white-space:nowrap}.metric span{display:block;max-width:230px;margin-top:10px;color:var(--muted);font-size:13px;line-height:1.45}.category-grid{display:grid}.category-card{position:relative;min-height:280px;grid-column:span 2;border-radius:8px;overflow:hidden;background:var(--title)}.category-card.featured{grid-column:span 3}.category-card img{position:absolute;inset:0;transition:transform .3s ease,opacity .3s ease}.category-card:hover img{transform:scale(1.04);opacity:.7}.project-card,.catalog-card,.info-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.project-card:hover,.catalog-card:hover,.info-card:hover{transform:translateY(-3px);border-color:#c2a37870;box-shadow:0 18px 52px #121a221f}.category-content{position:absolute;inset:auto 0 0;display:grid;color:#fff}.category-content h3{color:#fff}.link-pair{display:flex;flex-wrap:wrap;gap:8px}.link-pair a{border-bottom:1px solid rgba(255,255,255,.55);font-weight:800}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card,.project-card,.catalog-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.catalog-card img,.project-card img{object-fit:cover;width:100%}.card-body{display:grid}.project-facts{display:grid;gap:7px;margin:0;padding:0;list-style:none}.meta .evidence-badge{background:#c2a37824;color:var(--ink)}.project-facts li{position:relative;padding-left:16px;color:var(--muted-strong);font-size:13px;line-height:1.38}.project-facts li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:999px;background:var(--cta)}.solution-section{position:relative;overflow:hidden;background:linear-gradient(135deg,rgba(194,163,120,.08),transparent 34%),linear-gradient(180deg,var(--ink-deep) 0%,var(--title) 100%);color:#fff}.solution-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:90px 90px;mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 86%);pointer-events:none}.solution-shell{position:relative;display:grid;gap:30px}.solution-intro{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.72fr);gap:40px;align-items:end}.solution-intro .eyebrow{color:var(--gold-soft)}.solution-intro h2{max-width:760px;color:#fff}.solution-intro>p{color:#ffffffb8;font-size:18px}.route-bridge-section{background:#fff}.route-bridge{display:grid;grid-template-columns:minmax(0,.66fr) minmax(0,1fr);gap:28px;align-items:center;padding:30px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,rgba(194,163,120,.18),transparent 36%),linear-gradient(180deg,#fff,#faf8f3);box-shadow:0 18px 60px #121a2214}.route-bridge-copy{display:grid;gap:14px}.route-bridge-copy h2{max-width:620px;font-size:clamp(30px,3.2vw,40px)}.route-bridge-copy p:not(.eyebrow){max-width:640px;color:var(--muted-strong);font-size:16px}.route-bridge-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.route-bridge-card{display:grid;align-content:start;gap:10px;min-height:214px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#ffffffd1;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.route-bridge-card:hover{transform:translateY(-3px);border-color:#c2a378b8;box-shadow:0 18px 40px #121a221a}.route-bridge-card span{color:var(--cta-dark);font-size:13px;font-weight:900}.route-bridge-card strong{color:var(--title);font-size:20px;line-height:1.15}.route-bridge-card p{color:#59636d;font-size:14px;line-height:1.46}.route-bridge-card.strong{border-color:var(--title);background:var(--title)}.route-bridge-card.strong span{color:var(--gold-soft)}.route-bridge-card.strong strong,.route-bridge-card.strong p{color:#fff}.route-bridge-card.strong p{opacity:.74}.meta{display:flex;gap:8px;flex-wrap:wrap}.meta span{padding:6px 9px;border-radius:999px;background:var(--bg);color:var(--muted-strong);font-size:12px;font-weight:800}.process{display:grid;grid-template-columns:repeat(6,minmax(0,1fr))}.process-item{display:grid;align-content:start;gap:9px;padding:18px 16px;border:1px solid var(--line);border-radius:8px;background:#fff}.process-head{display:flex;align-items:center;gap:9px}.process-number{display:inline-flex;width:fit-content;padding:7px 9px;border-radius:999px;background:#c2a37824;color:var(--cta-dark);font-size:13px;font-weight:900}.process-icon{display:inline-grid;width:36px;height:36px;place-items:center;border-radius:12px;background:linear-gradient(135deg,#c2a37829,#c2a3780f);color:#9b7b4f}.process-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.process-item h3{font-size:17px;line-height:1.18}.process-item p{color:var(--muted);font-size:14px;line-height:1.55}.factory-evidence{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:24px;align-items:stretch}.factory-evidence-main{position:relative;min-height:540px;border-radius:8px;overflow:hidden;background:var(--title);box-shadow:var(--shadow)}.factory-evidence-main:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#121a2200 42%,#121a22db)}.factory-evidence-main img,.factory-evidence-card img,.factory-process-card img{width:100%;object-fit:cover}.factory-evidence-main img{height:100%;min-height:inherit}.factory-evidence-caption{position:absolute;left:24px;right:24px;bottom:24px;z-index:1;max-width:520px;color:#fff}.factory-evidence-caption span,.factory-evidence-card span,.factory-process-card span,.factory-proof-grid span,.factory-equipment-grid span{color:var(--gold);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.factory-evidence-caption h3{margin-top:8px;color:#fff;font-size:clamp(26px,2.2vw,34px)}.factory-evidence-caption p{margin-top:12px;color:#ffffffc7;font-size:16px;line-height:1.55}.factory-evidence-side{display:grid;gap:16px}.factory-evidence-card{display:grid;grid-template-columns:minmax(160px,.86fr) minmax(0,1fr);gap:16px;align-items:center;min-height:164px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff}.factory-evidence-card img{height:136px;border-radius:6px}.factory-evidence-card h3{margin-top:6px;font-size:19px;line-height:1.16}.factory-evidence-card p{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.5}.equipment-proof-strip{margin-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.equipment-proof-strip div{display:grid;gap:7px;padding:18px 20px;border-right:1px solid var(--line)}.equipment-proof-strip div:last-child{border-right:0}.equipment-proof-strip strong{color:var(--title);font-size:15px;line-height:1.24}.factory-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.factory-proof-grid article{padding-top:22px;border-top:1px solid rgba(194,163,120,.58)}.factory-proof-grid h3{margin-top:12px;font-size:22px}.factory-proof-grid p{margin-top:12px;color:var(--muted);font-size:15px;line-height:1.58}.factory-process-evidence{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.factory-process-card{display:grid;align-content:start;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.factory-process-card img{aspect-ratio:16 / 9}.factory-process-card div{display:grid;gap:8px;padding:18px}.factory-process-card h3{font-size:20px}.factory-process-card p{color:var(--muted);font-size:14px;line-height:1.52}.factory-equipment-grid{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.factory-equipment-grid article{display:grid;gap:8px;padding:22px 20px;border-right:1px solid var(--line)}.factory-equipment-grid article:last-child{border-right:0}.factory-equipment-grid h3{font-size:18px}.factory-equipment-grid p{color:var(--muted);font-size:14px;line-height:1.5}.factory-mini-list{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px}.factory-mini-list span{padding:9px 12px;border-radius:999px;background:#121d290f;color:#51606d;font-size:13px;font-weight:850}.proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.info-card.compact{padding:22px;display:grid;gap:10px}.info-card.compact strong{color:var(--title);font-size:18px}.info-card.compact span{color:var(--muted)}.qualification-section{position:relative;overflow:hidden}.qualification-section:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(18,26,34,.06),transparent 42%),linear-gradient(90deg,transparent 0,rgba(194,163,120,.12) 48%,transparent 100%);pointer-events:none}.qualification-section .container{position:relative}.qualification-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.qualification-card{display:grid;grid-template-rows:270px 1fr;overflow:hidden;border:1px solid rgba(18,29,41,.1);border-radius:8px;background:#fff;box-shadow:0 22px 70px #121d2914}.qualification-card img{width:100%;height:100%;padding:10px;object-fit:contain;background:linear-gradient(140deg,#ebe7dd,var(--bg));border-bottom:1px solid var(--line)}.qualification-card div{padding:24px}.qualification-card span{display:block;margin-bottom:12px;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.qualification-card h3{margin-bottom:10px;font-size:22px}.qualification-card p{color:var(--muted)}.certification-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.certification-strip span{padding:10px 14px;border:1px solid rgba(18,29,41,.14);border-radius:999px;background:#ffffffc7;color:var(--title);font-size:13px;font-weight:800}.trust-strip-block{display:grid;border:1px solid rgba(18,29,41,.1);border-radius:8px}.trust-strip-head{display:grid;grid-template-columns:minmax(0,.95fr) minmax(300px,.7fr);gap:28px;border-bottom:1px solid rgba(18,29,41,.1)}.trust-strip-head h2{max-width:720px}.trust-strip-head>p{color:var(--muted)}.video-panel{display:grid;align-items:center;border-radius:8px}.video-panel p:not(.eyebrow){margin-top:16px;color:var(--muted);font-size:17px}.video-panel .btn-row{margin-top:24px}.video-frame{position:relative;display:block;overflow:hidden;border-radius:8px;background:var(--title);aspect-ratio:16 / 9}.video-embed{isolation:isolate}.video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.resource-hero,.resource-video-hero{background:linear-gradient(180deg,#fff,var(--bg))}.resource-hero-grid,.resource-video-grid,.resource-split{display:grid;align-items:center}.resource-hero-copy,.resource-video-copy{display:grid;gap:22px}.resource-hero-copy p:not(.eyebrow),.resource-video-copy p:not(.eyebrow),.resource-split>div:first-child p{max-width:var(--text-max);color:var(--muted);font-size:17px;line-height:1.65}.resource-hero-media{position:relative;overflow:hidden;margin:0;border-radius:8px;background:var(--title);box-shadow:var(--shadow)}.resource-hero-media img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.resource-hero-media figcaption{position:absolute;right:18px;bottom:18px;left:18px;padding:14px 16px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#121a22c7;color:#ffffffdb;font-size:14px;font-weight:750}.resource-card-grid{display:grid}.resource-guide-card,.resource-topic-card,.resource-decision-list article{border:1px solid var(--line);border-radius:8px;background:#fff}.resource-guide-card{display:grid;gap:14px;min-height:300px;padding:24px}.resource-guide-card>span{color:var(--green);font-size:12px;font-weight:900;text-transform:uppercase}.resource-guide-card p,.resource-topic-card p,.resource-decision-list p{color:var(--muted);font-size:15px;line-height:1.58}.resource-guide-card ul{display:flex;flex-wrap:wrap;gap:8px;align-self:end;margin:0;padding:0;list-style:none}.resource-guide-card li{border-radius:999px;padding:6px 10px;background:#f2eee6;color:var(--cta-dark);font-size:12px;font-weight:850}.resource-split{align-items:start}.resource-split>div:first-child{display:grid;gap:18px}.resource-decision-list{display:grid;gap:14px}.resource-decision-list article{padding:22px}.resource-decision-list h3{margin-bottom:8px;font-size:20px}.resource-main-video{min-height:0}.resource-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.resource-topic-card{min-height:180px;padding:24px}.resource-topic-card h3{margin-bottom:12px}.resource-showroom-band .section-head h2,.resource-showroom-band .section-head p{color:#fff}.resource-showroom-grid{display:grid}.resource-showroom-card{position:relative;min-height:360px;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:#18222c}.resource-showroom-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.62;transition:transform .3s ease,opacity .3s ease}.resource-showroom-card:hover img{transform:scale(1.04);opacity:.5}.resource-showroom-card>span{position:absolute;top:18px;left:18px;z-index:1;border-radius:999px;padding:6px 10px;background:#c2a378f0;color:#17140f;font-size:12px;font-weight:900}.resource-showroom-card div{position:absolute;inset:auto 0 0;z-index:1;display:grid;gap:10px;padding:22px;background:linear-gradient(180deg,#121a2200,#121a22f0)}.resource-showroom-card h3{color:#fff}.resource-showroom-card p{color:#ffffffc2;font-size:14px}.resource-showroom-card strong{color:#f0d3a7;font-size:14px}.showroom-section{overflow:hidden;color:#fff}.showroom-grid{display:block}.showroom-grid>*{min-width:0}.showroom-copy p{color:#ffffffbd}.showroom-copy h2{color:#fff}.showroom-copy{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:48px;align-items:end}.showroom-copy>p{margin-top:20px;max-width:640px;font-size:17px;line-height:1.6}.showroom-copy .eyebrow,.showroom-copy h2,.showroom-copy>p{grid-column:1}.showroom-copy .btn-row{grid-column:2;grid-row:2 / 4;justify-content:flex-end;margin-top:0}.showroom-copy>.scroll-rail-shell{grid-column:1 / -1;margin-top:42px}.showroom-options{grid-column:1 / -1;display:grid;margin-top:42px}.showroom-copy>.scroll-rail-shell .showroom-options{margin-top:0}.showroom-option-card{position:relative;display:flex;flex-direction:column;justify-content:flex-end;gap:7px;overflow:hidden;padding:22px;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff0f;color:#fff;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.showroom-option-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0f171f14,#0f171fdb),linear-gradient(90deg,rgba(15,23,31,.62),transparent 72%)}.showroom-option-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.72;transition:transform .35s ease,opacity .35s ease}.showroom-option-card:hover{transform:translateY(-4px);border-color:#c2a3788c;background:#c2a3781f}.showroom-option-card:hover img{transform:scale(1.06);opacity:.9}.showroom-option-card strong,.showroom-option-card span,.showroom-option-card small,.showroom-option-index{position:relative;z-index:1}.showroom-option-index{width:fit-content;padding:5px 8px;border-radius:999px;background:#c2a37838;color:var(--gold-light);font-size:11px;font-weight:900}.showroom-option-card strong{font-size:clamp(23px,2vw,30px);line-height:1.08}.showroom-option-card span:not(.showroom-option-index){color:#ffffffc7;font-size:15px;line-height:1.36}.showroom-option-card small{color:var(--gold-light);font-size:12px;font-weight:900}.showroom-option-card small:after{content:"→";margin-left:7px}.showroom-page-hero{position:relative;min-height:70vh;display:grid;align-content:end;padding:104px 0 42px;overflow:hidden;background:var(--ink-deep);color:#fff}.showroom-page-bg,.showroom-page-overlay{position:absolute;inset:0}.showroom-page-bg{width:100%;height:100%;object-fit:cover;transform:scale(1.02);animation:heroDrift 18s ease-in-out infinite alternate}.showroom-page-overlay{background:linear-gradient(90deg,#0c1219e6,#0c12196b 54%,#0c1219b8),linear-gradient(180deg,#0c121933,#0c1219e6)}.showroom-page-content,.showroom-page-proof{position:relative;z-index:1}.showroom-page-content{max-width:820px}.showroom-page-content h1{max-width:760px;color:#fff;font-size:clamp(44px,5vw,56px);line-height:1.08}.showroom-page-content .lead{max-width:640px;color:#ffffffc7;font-size:18px;line-height:1.62}.showroom-page-content .btn-row{margin-top:30px}.showroom-page-proof{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:44px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#ffffff14;backdrop-filter:blur(10px)}.showroom-page-proof span{padding:18px;color:#ffffffdb;font-size:13px;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:0}.showroom-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--gap-card)}.showroom-card{position:relative;min-height:430px;display:flex;align-items:flex-end;overflow:hidden;border-radius:8px;background:var(--ink-deep);color:#fff;text-decoration:none;box-shadow:var(--shadow);isolation:isolate}.showroom-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#10182005,#101820d1),linear-gradient(90deg,#1018208a,#10182014)}.showroom-card img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.showroom-card:hover img{transform:scale(1.06)}.showroom-card-content{width:100%;padding:28px}.showroom-card-content span{display:inline-flex;margin-bottom:14px;padding:7px 10px;border-radius:999px;background:#c2a3782e;color:var(--gold-light);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0}.showroom-card-content h2{color:#fff;font-size:30px}.showroom-card-content p{max-width:560px;margin-top:10px;color:#ffffffc7}.showroom-card-content strong{display:inline-flex;margin-top:18px;color:var(--gold-light)}.quality-section{background:#111a23;color:#fff}.quality-section .section-head h2{color:#fff}.quality-section .section-head p{color:#ffffffb8}.quality-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.quality-steps article{min-height:386px;display:grid;grid-template-rows:170px 1fr;border:1px solid rgba(255,255,255,.14);border-radius:8px;overflow:hidden;background:#ffffff0e;transition:background .2s ease,transform .2s ease}.quality-steps article:hover{background:#ffffff14;transform:translateY(-2px)}.quality-steps article img{width:100%;height:100%;object-fit:cover}.quality-steps article div{display:grid;gap:10px;align-content:start;padding:20px}.quality-steps span{color:var(--gold-soft);font-size:13px;font-weight:900}.quality-steps h3{color:#fff}.quality-steps p{color:#ffffffb8;font-size:14px;line-height:1.5}.quality-checkpoints{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;margin-top:24px;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff0b}.quality-checkpoint{display:grid;align-content:start;gap:8px;min-height:150px;padding:16px;border-right:1px solid rgba(255,255,255,.12)}.quality-checkpoint:last-child{border-right:0}.quality-checkpoint span{color:var(--gold-soft);font-size:12px;font-weight:900}.quality-checkpoint strong{color:#fff;font-size:15px;line-height:1.25}.quality-checkpoint p{color:#ffffffa8;font-size:12px;line-height:1.42}.map-card{min-height:360px;padding:34px;border-radius:8px;border:1px solid var(--line);background:linear-gradient(135deg,#121a22eb,#121a22c2),url(/assets/hymueble/fabrica/produccion/factory-production-hero.webp) center / cover;color:#fff;display:grid;align-content:end}.map-card h2{color:#fff}.map-card p:not(.eyebrow){margin-top:14px;color:#ffffffc7}.split-band{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1fr);align-items:center}.section-note{margin-top:18px;color:var(--muted);font-size:16px;line-height:1.62}.section-actions{margin-top:24px}.split-band img{border-radius:8px;object-fit:cover}.faq-section-shell{display:grid;gap:clamp(28px,3vw,40px);overflow:hidden}.faq-section-shell>*{min-width:0}.faq-section-head{display:grid;justify-items:center;gap:12px;width:100%;max-width:820px;margin:0 auto;text-align:center}.faq-section-head h2{font-size:clamp(38px,4vw,52px)}.faq-section-head p:not(.eyebrow){max-width:760px;color:var(--muted);font-size:16px;line-height:1.65}.faq-tabs{width:100%;max-width:1100px;margin:0 auto}.faq-tab-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:clamp(26px,3vw,38px)}.faq-tab{appearance:none;min-height:44px;padding:12px 18px;border:1px solid transparent;border-radius:999px;background:#121d290f;color:var(--title);cursor:pointer;font:inherit;font-size:14px;font-weight:850;line-height:1.15;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease}.faq-tab:hover{border-color:#121d2929;transform:translateY(-1px)}.faq-tab[aria-selected=true]{background:var(--title);color:#fff}.faq-panel{border-top:1px solid rgba(18,29,41,.12)}.faq-item{border-bottom:1px solid rgba(18,29,41,.12)}.faq-item h3{margin:0}.faq-question{appearance:none;display:grid;width:100%;grid-template-columns:28px minmax(0,1fr);gap:14px;align-items:start;padding:22px 0;border:0;background:transparent;color:var(--title);cursor:pointer;font:inherit;font-size:clamp(18px,1.6vw,22px);font-weight:850;line-height:1.28;text-align:left}.faq-toggle{display:inline-grid;width:28px;height:28px;place-items:center;border-radius:999px;background:#c2a37824;color:var(--cta-dark);font-size:20px;font-weight:800;line-height:1}.faq-toggle:before{content:"+";transform:translateY(-1px)}.faq-item.is-open .faq-toggle:before{content:"-"}.faq-answer{max-width:850px;padding:0 0 24px 42px;animation:faqAnswerIn .18s ease}.faq-answer p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}@keyframes faqAnswerIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:720px){.faq-section-head{max-width:100%}.faq-section-head h2{font-size:clamp(34px,10vw,42px)}.faq-section-head p:not(.eyebrow){width:100%;max-width:34rem;font-size:15px;line-height:1.62}.faq-tabs{max-width:100%}.faq-tab-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;margin-right:0;padding-right:0;padding-bottom:0}.faq-tab{width:100%;max-width:none;min-height:42px;padding:11px 12px;white-space:normal}.faq-question{grid-template-columns:26px minmax(0,1fr);gap:12px;padding:19px 0;font-size:17px;line-height:1.34}.faq-toggle{width:26px;height:26px;font-size:18px}.faq-answer{padding:0 0 22px 38px}.faq-answer p{font-size:15px;line-height:1.68}}.form-shell{display:grid;grid-template-columns:minmax(360px,1fr) minmax(0,.84fr);gap:34px}.contact-panel,.form-card{border:1px solid var(--line);border-radius:8px;background:#fff}.contact-panel{overflow:hidden}.contact-panel img{width:100%;aspect-ratio:4 / 3;object-fit:cover}.contact-panel div{padding:22px;display:grid;gap:12px}.contact-panel h1{font-size:clamp(32px,4vw,50px)}.contact-note{color:var(--muted);font-size:16px;line-height:1.62}.contact-note.spaced,.contact-actions{margin-top:18px}.form-card{padding:24px}.project-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.form-intro{display:grid;gap:6px;padding:16px 18px;border:1px solid rgba(28,97,89,.18);border-radius:8px;background:#f4f7f4}.form-intro span{color:var(--green);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.form-intro strong{color:var(--title);font-size:18px;line-height:1.2}.form-intro p{color:var(--muted);font-size:13px;line-height:1.45}.form-followup{grid-column:1 / -1;margin:0;color:var(--muted);font-size:13px;line-height:1.45}.form-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.form-optional{border:1px dashed rgba(18,29,41,.18);border-radius:8px;background:#fff}.form-optional summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 14px;color:var(--title);cursor:pointer;font-size:14px;font-weight:850}.form-optional summary:after{content:"+";color:var(--cta-dark);font-size:18px}.form-optional[open] summary{border-bottom:1px solid var(--line)}.form-optional[open] summary:after{content:"-"}.form-optional .form-section-grid{padding:14px}.field{display:grid;gap:7px}.field.full{grid-column:1 / -1}.project-form>.full{grid-column:1 / -1}.field label{color:var(--title);font-size:13px;font-weight:850}.field input,.field select,.field textarea{width:100%;border:1px solid #d9d5cc;border-radius:6px;padding:12px 13px;color:var(--text);background:#fff}.field textarea{min-height:112px;resize:vertical}.privacy{grid-column:1 / -1;color:var(--muted);font-size:13px}.form-success{display:none;grid-column:1 / -1;padding:14px;border-radius:8px;background:#eef6f3;color:#17483f;font-weight:780}.project-form.is-sent .form-success{display:block}.project-form.is-error .form-success{display:block;background:#fdecec;color:#8c2a2a}.cta-band{border-radius:8px;color:#fff}.cta-band h2{color:#fff}.cta-band .eyebrow{color:#d8c5a6}.cta-band p{margin-top:12px;max-width:720px;color:#ffffffc7;font-size:18px}.cta-band .btn-row{margin-top:24px}.footer{position:relative;overflow:hidden;padding:0;background:linear-gradient(180deg,#091118e6,#091118fa),var(--footer-bg);background-size:cover;background-position:center;color:#ffffffc2}.footer:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0f171ffc,#0f171fc7,#0f171ff5),radial-gradient(circle at 72% 6%,rgba(194,163,120,.2),transparent 34%);pointer-events:none}.footer>*{position:relative;z-index:1}.footer-nav-panel{display:grid;align-items:start;padding:0 0 34px}.footer-signature p{margin-top:18px;color:#ffffffad}.footer-logo{display:flex;align-items:center;gap:14px;color:#fff}.footer-logo img{width:94px;height:50px;object-fit:contain}.footer-logo strong,.footer-logo small{display:block}.footer-logo strong{color:#fff;font-size:26px;line-height:1}.footer-logo small{margin-top:5px;color:#ffffffa3;font-size:13px;font-weight:800}.social-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.social-links a{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff12;color:#ffffffd1;transition:transform .18s ease,color .18s ease,border-color .18s ease,background .18s ease}.social-links a:hover{transform:translateY(-2px);border-color:#c2a37894;background:#c2a37829;color:#fff}.social-links svg{width:19px;height:19px;fill:currentColor}.footer-contact-block a{display:flex;align-items:flex-start;gap:9px;margin-top:13px;color:#ffffffb3;font-weight:780;line-height:1.38}.footer-contact-block span{display:inline-flex;width:30px;height:30px;flex:0 0 30px;align-items:center;justify-content:center;border-radius:999px;background:#c2a3782e;color:#e5c28f;font-size:11px;font-weight:900}.footer-col a{display:block;color:#ffffffad;font-weight:750}.footer-contact-block h3,.footer-col h3{color:#fff;font-size:15px;text-transform:uppercase;letter-spacing:.08em}.footer-col a:hover,.footer-contact-block a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#ffffff85;font-size:13px}.footer-bottom div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:14px}.footer-bottom span,.footer-bottom div span{color:#ffffffa8;font-weight:800}.modal{position:fixed;inset:0;z-index:80;display:none;place-items:center;padding:20px;background:#121a22b8}.modal.is-open{display:grid}.modal-panel{width:min(760px,100%);max-height:min(780px,calc(100vh - 40px));overflow:auto;background:#fff;border-radius:8px;box-shadow:0 34px 90px #00000047}.modal-head{display:flex;align-items:start;justify-content:space-between;gap:18px;padding:24px;border-bottom:1px solid var(--line)}.modal-head p{color:var(--muted)}.modal-close{width:38px;height:38px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;font-size:22px;line-height:1}.modal .form-card{border:0;border-radius:0}.modal .project-form,.modal .form-section-grid{grid-template-columns:1fr}@media(max-width:1080px){body{padding-top:121px}.header{position:fixed;inset:0 0 auto}.nav-links,.showroom-nav{display:none}.menu-button{display:inline-flex;align-items:center;justify-content:center}.nav-links.is-open{position:fixed;inset:121px 0 auto;display:grid;gap:2px;max-height:calc(100dvh - 121px);overflow-y:auto;overscroll-behavior:contain;padding:10px 20px 18px;background:#fff;border-bottom:1px solid var(--line);box-shadow:var(--shadow);-webkit-overflow-scrolling:touch}.nav-links.is-open .nav-item{border-bottom:1px solid rgba(18,29,41,.07)}.nav-links.is-open .nav-link{justify-content:space-between;width:100%;min-height:38px;padding:0;font-size:15px}.nav-links.is-open .dropdown{position:static;opacity:1;pointer-events:auto;transform:none;min-width:0;box-shadow:none;border:0;padding:0 0 8px 14px}.nav-links.is-open .dropdown a{padding:7px 10px;font-size:14px}.hero-grid,.home-hero-grid,.showroom-grid,.split-band,.form-shell,.resource-hero-grid,.resource-video-grid,.resource-split,.video-panel,.route-bridge,.solution-intro{grid-template-columns:1fr}.hero-media{min-height:460px}.section-head{display:grid;width:100%;max-width:100%}.section-head>*{min-width:0}.section-head p{width:100%;max-width:100%}.metric-grid,.process,.card-grid,.card-grid.two,.resource-card-grid,.resource-topic-grid,.resource-showroom-grid,.proof-grid,.qualification-showcase,.quality-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.home-hero{min-height:auto;padding:74px 0 34px}.home-hero h1{font-size:50px}.home-hero .lead{font-size:18px}.showroom-copy{display:block}.showroom-copy .btn-row{margin-top:24px;justify-content:flex-start}.showroom-page-hero{min-height:auto;padding:88px 0 34px}.showroom-page-content h1{font-size:50px}.showroom-hub-grid{grid-template-columns:1fr}.showroom-card{min-height:400px}.quality-steps article{min-height:360px;grid-template-rows:180px 1fr}.quality-checkpoints{grid-template-columns:repeat(3,minmax(0,1fr))}.quality-checkpoint:nth-child(3n){border-right:0}.quality-checkpoint:nth-child(n+4){border-top:1px solid rgba(255,255,255,.12)}.trust-strip-head{grid-template-columns:1fr;align-items:start}.route-bridge-grid{grid-template-columns:1fr}.route-bridge-card{min-height:0}}@media(max-width:720px){body{padding-top:73px}.container{width:min(100% - 32px,var(--container))}.top-strip{display:none}.nav-shell{gap:10px}.brand{min-width:0;gap:9px}.brand-copy span{display:none}.nav-links.is-open{inset:73px 0 auto;max-height:calc(100dvh - 73px);padding:6px 18px 12px}.nav-links.is-open .nav-link{min-height:32px;font-size:14px}.nav-links.is-open .dropdown{padding:0 0 4px 14px}.nav-links.is-open .dropdown a{padding:5px 10px;font-size:13px}.nav-actions{gap:8px}.nav-actions .primary{font-size:13px}.menu-button{width:40px;height:40px}h1{font-size:36px;line-height:1.12}.home-hero h1{font-size:38px;line-height:1.1}.home-hero .lead{font-size:16px}.showroom-page-content h1{font-size:37px}.showroom-page-content .lead{font-size:16px}.showroom-page-proof,.route-bridge-grid{grid-template-columns:1fr}.route-bridge{padding:20px}.route-bridge-card{padding:16px}.showroom-card{min-height:330px}.showroom-card-content{padding:22px}.showroom-card-content h2{font-size:26px}.showroom-options{width:100%;max-width:100%;padding:0 0 8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.showroom-option-card{flex:0 0 min(78vw,300px);scroll-snap-align:start}.hero{min-height:auto;padding:42px 0}.hero-grid{gap:32px}.value-points,.metric-grid,.category-grid,.card-grid,.card-grid.two,.resource-card-grid,.resource-topic-grid,.resource-showroom-grid,.proof-grid,.qualification-showcase,.quality-steps,.project-form,.form-section-grid,.showroom-page-proof{grid-template-columns:1fr}.resource-hero-copy,.resource-video-copy{gap:18px}.resource-hero-copy p:not(.eyebrow),.resource-video-copy p:not(.eyebrow),.resource-split>div:first-child p{font-size:16px}.resource-guide-card,.resource-topic-card,.resource-decision-list article{min-height:0;padding:20px}.resource-showroom-card{min-height:320px}.process-item{min-height:168px;padding:16px 14px;scroll-snap-align:start}.process-item h3{font-size:16px}.process-item p{font-size:13px;line-height:1.45}.solution-intro h2{font-size:34px}.quality-checkpoint:first-child{border-top:0}.quality-steps article{min-height:0}.video-panel{padding:18px}.category-card,.category-card.featured{grid-column:auto}.metric:last-child{border-bottom:0}.cta-band{padding:28px}.footer-nav-panel{gap:26px;padding-bottom:28px}.footer-logo img{width:86px;height:46px}.footer-logo strong{font-size:25px}.footer-bottom{display:grid;gap:14px}}@media(max-width:370px){.brand{gap:0}.brand-copy{display:none}.nav-actions{gap:8px}.nav-actions .primary{min-width:86px;min-height:42px;padding:10px 14px;font-size:13px}.menu-button{width:42px;height:42px}}body{background:linear-gradient(180deg,#fbfaf7 0%,var(--bg) 42%,#fff 100%)}.section{position:relative;padding:clamp(96px,8vw,136px) 0}.section.alt{background:#fff}.section:before{content:attr(data-section-word);position:absolute;top:26px;right:max(32px,calc((100vw - var(--container)) / 2));z-index:0;color:#121a2209;font-size:clamp(72px,11vw,156px);font-weight:900;line-height:1;pointer-events:none}.section>.container,.hero-grid,.home-hero-grid{position:relative;z-index:1}.section-head p{color:#737b83}.btn.primary{background:linear-gradient(135deg,#d9b77e,var(--cta));box-shadow:0 18px 38px #c2a37842}.btn.dark,.btn.showroom-nav{background:#111a22}.btn.ghost,.btn.line{background:#ffffffdb}.top-strip{background:var(--ink-deep)}.nav-shell{min-height:84px}.brand-logo{width:106px;height:56px}.brand-copy strong{font-size:28px}.nav-link{padding:0 12px;color:#273440;font-size:15px}.nav-actions .btn{min-width:124px}.home-hero{min-height:calc(100vh - 120px);align-items:center;padding:clamp(76px,7vw,118px) 0 clamp(34px,4vw,56px);background:radial-gradient(circle at 78% 18%,rgba(194,163,120,.18),transparent 34%),linear-gradient(180deg,#fff,#f6f3ed);color:var(--text)}.home-hero:before{content:"HYMUEBLE";position:absolute;left:max(18px,calc((100vw - var(--container)) / 2));bottom:5%;z-index:0;color:#121a220b;font-size:clamp(70px,13vw,186px);font-weight:900;line-height:1;pointer-events:none}.home-hero-bg{border-radius:8px;box-shadow:0 34px 90px #121a222e;animation:none}.home-hero-bg:after{content:none}.home-hero-grid{grid-template-columns:minmax(0,.86fr) minmax(430px,.72fr);min-height:560px;align-items:center}.home-hero-copy{max-width:760px}.home-hero .eyebrow,.showroom-section .eyebrow,.quality-section .eyebrow{color:var(--cta-dark)}.home-hero h1{color:var(--title)}.home-hero .lead{max-width:650px;color:#5f6871;font-size:19px;line-height:1.65}.home-hero .btn-row{margin-top:34px}.hero{min-height:calc(86vh - 86px);padding:clamp(70px,7vw,112px) 0;background:radial-gradient(circle at 76% 16%,rgba(194,163,120,.14),transparent 30%),linear-gradient(180deg,#fff,var(--bg))}.hero-grid{grid-template-columns:minmax(0,.82fr) minmax(430px,.78fr);gap:clamp(44px,5vw,82px)}.hero-copy{max-width:780px}.hero-copy .lead{max-width:660px;color:#68727c;font-size:18px}.hero-media{min-height:590px;border-radius:8px;box-shadow:0 34px 90px #121a222b}.media-badge{left:22px;right:22px;bottom:22px;padding:22px;border:1px solid rgba(255,255,255,.16);background:#111a22d6}.value-points{margin-top:34px;gap:26px 34px}.category-card,.category-card.featured{grid-column:auto;min-height:420px;border-radius:8px;box-shadow:0 18px 56px #121a221a}.category-card.featured{min-height:470px}.category-card img{opacity:.92}.category-content{min-height:48%;gap:12px;padding:28px;background:linear-gradient(180deg,#121a2200,#121a22f5),linear-gradient(90deg,rgba(18,26,34,.56),transparent)}.category-content h3{font-size:clamp(28px,3vw,42px)}.category-content p{max-width:420px;color:#ffffffc7}.link-pair a{border-bottom-color:#f0d4a8b8;color:#f0d4a8;font-size:13px;text-transform:uppercase}.card-grid{gap:24px}.project-card,.catalog-card{border-color:#121d2917;background:#fff;box-shadow:0 18px 58px #121a2212}.catalog-card img,.project-card img{aspect-ratio:3 / 2}.card-body{padding:26px;gap:14px}.card-body h3{max-width:440px}.card-body p{max-width:580px;color:#68727c}.reference-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.reference-filter{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);padding:9px 14px;font:inherit;font-size:14px;font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.reference-filter.is-active,.reference-filter:hover{border-color:#c2a378a3;background:#c2a3781f;color:var(--title)}.reference-card[hidden]{display:none}.reference-card-head{display:grid;gap:6px}.reference-chip-list{display:flex;flex-wrap:wrap;gap:8px}.reference-chip-list span{border:1px solid rgba(194,163,120,.28);border-radius:999px;background:#c2a3781a;color:#5f5141;padding:6px 9px;font-size:12px;font-weight:800;line-height:1.2}.metric-grid{border:0;background:#fff;box-shadow:0 16px 46px #121a220e}.showroom-section{background:linear-gradient(180deg,#091118f0,#091118fa),url(/assets/hymueble/showroom/matterport-showroom-hero.webp) center / cover}.showroom-section:before{content:"SHOWROOM";color:#ffffff0b}.showroom-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.showroom-option-card{min-height:330px;border-color:#ffffff29}.showroom-option-card.featured{min-height:380px}.solution-section:after,.quality-section:after{content:"PROJECT";position:absolute;right:max(28px,calc((100vw - var(--container)) / 2));top:34px;color:#ffffff0b;font-size:clamp(76px,12vw,170px);font-weight:900;line-height:1;pointer-events:none}.process{gap:14px}.process-item{min-height:204px;border-color:#121d2914;box-shadow:0 16px 46px #121a220f}.split-band{gap:clamp(42px,5vw,78px)}.split-band img{aspect-ratio:3 / 2;box-shadow:0 26px 76px #121a2224}.video-panel{grid-template-columns:minmax(0,.74fr) minmax(520px,1fr);gap:clamp(40px,5vw,76px);padding:0;border:0;background:transparent}.video-panel h2{max-width:640px}.video-frame{box-shadow:0 26px 76px #121a2224}.resource-hero-grid,.resource-video-grid,.resource-split{grid-template-columns:minmax(0,.78fr) minmax(520px,1fr);gap:clamp(44px,5vw,82px)}.resource-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.resource-guide-card,.resource-topic-card,.resource-decision-list article{box-shadow:0 18px 52px #121a220f}.resource-showroom-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.footer-shell{padding:84px 0 30px}.footer-nav-panel{grid-template-columns:minmax(320px,1.15fr) minmax(150px,.55fr) minmax(150px,.55fr) minmax(260px,.78fr);gap:clamp(34px,5vw,70px)}.footer-signature p{max-width:420px;font-size:16px;line-height:1.65}.footer-contact-block a{max-width:310px;font-size:16px}.footer-col a{margin-top:15px;font-size:16px}.cta-band{position:relative;overflow:hidden;padding:clamp(42px,5vw,68px);background:linear-gradient(135deg,#111a22f0,#111a22db),url(/assets/hymueble/fabrica/produccion/factory-production-hero.webp) center / cover}.cta-band:before{content:"QUOTE";position:absolute;right:26px;bottom:-22px;color:#ffffff0e;font-size:clamp(72px,12vw,160px);font-weight:900;line-height:1}.cta-band>*{position:relative;z-index:1}@media(max-width:1080px){.section{padding:88px 0}.home-hero-grid,.hero-grid,.resource-hero-grid,.resource-video-grid,.resource-split,.video-panel{grid-template-columns:1fr}.home-hero-grid{min-height:auto}.category-grid,.showroom-options,.resource-showroom-grid,.footer-nav-panel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.section{padding:68px 0}.section:before,.home-hero:before,.solution-section:after,.quality-section:after,.cta-band:before{display:none}.home-hero{padding:54px 0 34px}.home-hero-bg{order:2}.home-hero-copy{max-width:none}.btn{width:100%;min-height:48px;padding:12px 18px}.nav-actions .btn,.nav-actions .primary{width:auto}.hero-media{min-height:350px}.value-points,.category-grid,.showroom-options,.resource-showroom-grid,.footer-nav-panel,.resource-card-grid{grid-template-columns:1fr}.category-card,.category-card.featured{min-height:320px}.showroom-options{overflow:visible}.showroom-option-card{min-height:260px}.video-panel{gap:28px}.footer-shell{padding:56px 0 24px}}.home-hero-bg{position:relative;inset:auto;width:100%;height:100%;object-fit:cover;opacity:1}.home-hero-visual{position:relative;min-height:min(62vh,660px);align-self:stretch}.home-hero-visual:before{content:"";position:absolute;inset:-18px -18px auto auto;z-index:-1;width:64%;height:52%;border:1px solid rgba(194,163,120,.32);border-radius:8px}.home-hero .btn.ghost.light{color:var(--title);border-color:#121a2224;background:#ffffffdb;backdrop-filter:none}@media(max-width:1080px){.home-hero-visual{min-height:500px}}@media(max-width:720px){html,body{max-width:100%;overflow-x:clip}.scroll-rail-shell{--scroll-control-size: 44px;--scroll-control-inset: 4px}.scroll-rail-button svg{width:22px;height:22px}.home-hero-visual{min-height:390px;margin-top:30px}.home-hero-bg{height:100%;margin-top:0}.home-hero-visual:before{display:none}.brand-logo{width:76px;height:42px}.brand-copy strong{font-size:20px}.nav-shell{min-height:72px}.nav-actions .primary{min-width:104px;min-height:42px;padding:10px 16px}.process{width:100%;max-width:100%;contain:layout paint;overflow-x:auto;overflow-y:hidden}}.category-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.category-card.primary{grid-column:span 3;min-height:460px}.category-card.secondary{grid-column:span 2;min-height:360px}@media(max-width:1080px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-card.primary,.category-card.secondary{grid-column:auto;min-height:360px}}@media(max-width:720px){.category-grid{grid-template-columns:1fr;gap:18px}}.home-hero-proof span{position:relative;padding:0;background:transparent;color:#121d2994;font-size:14px;font-weight:780;text-align:left}.home-hero-proof span+span:before{content:"";position:absolute;left:calc(clamp(14px,3vw,34px)/-2);top:50%;width:1px;height:18px;background:#121d291f;transform:translateY(-50%)}@media(max-width:720px){.home-hero-proof{grid-template-columns:1fr 1fr;gap:12px 18px;margin-top:30px}.home-hero-proof span{padding:0;font-size:13px}.home-hero-proof span+span:before{display:none}}h1{line-height:1.08}h2{font-size:clamp(30px,3.2vw,42px);line-height:1.14}h3{font-size:clamp(19px,1.7vw,23px);line-height:1.22}.section-head p{max-width:700px;font-size:17px;line-height:1.72}.home-hero .lead,.hero-copy .lead{font-size:17px;line-height:1.75}.showroom-copy h2{max-width:820px;font-size:clamp(36px,4.2vw,58px);line-height:1.1}.solution-intro h2{line-height:1.12}.category-card.primary .category-content h3{font-size:clamp(30px,3vw,40px)}.category-card.secondary .category-content h3{font-size:clamp(25px,2.4vw,32px)}.category-content p{font-size:14px;line-height:1.55}.card-body h3{font-size:clamp(20px,1.7vw,23px)}.card-body p{font-size:15px;line-height:1.7}@media(max-width:720px){h1,.home-hero h1{font-size:clamp(32px,9vw,38px);line-height:1.12}h2,.showroom-copy h2{font-size:clamp(25px,7.2vw,31px);line-height:1.18}.home-hero .lead,.hero-copy .lead,.section-head p{font-size:15.5px;line-height:1.72}.category-card.primary .category-content h3,.category-card.secondary .category-content h3{font-size:27px}}.trust-strip-block{gap:clamp(28px,3vw,40px);padding:clamp(28px,4vw,52px);border-color:#121d2914;background:#fff;box-shadow:0 28px 90px #121a2212}.trust-strip-head{align-items:start;padding-bottom:clamp(24px,3vw,36px)}.trust-strip-head>p{max-width:620px;font-size:16px;line-height:1.72}.trust-evidence-layout{display:grid}.trust-partners-panel{display:grid;grid-template-columns:minmax(260px,.55fr) minmax(0,1fr);min-width:0;gap:clamp(28px,4vw,58px);align-items:start;border-radius:8px;background:var(--bg)}.trust-partners-panel>*{min-width:0}.trust-partners-copy{display:grid}.trust-partners-copy span,.trust-certificate-signal span{color:var(--cta-dark);font-size:11px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.trust-partners-copy strong{max-width:420px;color:var(--title);line-height:1.12}.trust-partners-copy p{max-width:440px;color:var(--muted)}.partner-logo-rail,.qualification-image-rail{display:grid;width:100%;max-width:100%;min-width:0;grid-auto-flow:column;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:rgba(18,29,41,.2) transparent;padding-bottom:8px}.partner-logo-rail{grid-template-rows:repeat(2,minmax(72px,auto));grid-auto-columns:minmax(168px,188px);align-items:stretch}.partner-logo-tile{display:inline-flex;align-items:center;justify-content:center;min-height:72px;padding:14px 18px;border:1px solid rgba(18,29,41,.09);border-radius:8px;background:#ffffffc7;color:#121d29b8;font-size:18px;font-weight:850;line-height:1;text-align:center;white-space:nowrap;box-shadow:0 12px 32px #121a220a}.partner-logo-tile.serif{font-family:Georgia,Times New Roman,serif;font-weight:700}.partner-logo-tile.wide{font-size:15px;letter-spacing:.1em;text-transform:uppercase}.partner-logo-tile.condensed{font-size:16px;letter-spacing:.04em;text-transform:uppercase}.partner-logo-tile.soft{color:#1c6159c7}.partner-logo-tile.script{font-family:Georgia,Times New Roman,serif;font-style:italic;font-weight:700}.trust-qualification-panel{display:grid;gap:18px}.qualification-image-rail{grid-auto-columns:minmax(280px,1fr)}.qualification-proof-card{min-width:0;margin:0;overflow:hidden;border:1px solid rgba(18,29,41,.09);border-radius:8px;background:#fff;box-shadow:0 16px 44px #121a220f}.qualification-proof-card img{display:block;width:100%;object-fit:cover;background:var(--bg)}.qualification-proof-card figcaption{display:grid;gap:6px}.qualification-proof-card strong{color:var(--title);line-height:1.25}.qualification-proof-card span{color:var(--muted);font-weight:760;line-height:1.45}.trust-certificate-panel{border-top:1px solid rgba(18,29,41,.08)}.process-scroll{max-width:100%}@media(max-width:1080px){.trust-partners-panel{grid-template-columns:1fr}}@media(max-width:720px){.trust-strip-block{padding:22px}.partner-logo-rail{grid-template-rows:repeat(2,minmax(58px,auto));grid-auto-columns:minmax(132px,42vw)}.partner-logo-tile{min-height:58px;padding:12px 14px;font-size:15px}.partner-logo-tile.wide,.partner-logo-tile.condensed{font-size:13px}.qualification-image-rail{grid-auto-columns:minmax(250px,78vw)}.process-scroll{width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;contain:layout paint}.process-scroll .process{width:max-content;max-width:none;grid-template-columns:none;grid-template-rows:repeat(2,minmax(0,1fr));grid-auto-flow:column;grid-auto-columns:minmax(144px,42vw);gap:10px;margin:0;padding:0 0 10px;overflow:visible;scroll-snap-type:x proximity}.process-scroll .process-item{min-height:164px;scroll-snap-align:start}}.trust-partners-panel{padding:clamp(22px,2.4vw,32px)}.trust-partners-copy{gap:10px}.trust-partners-copy strong{font-size:clamp(22px,2vw,28px)}.trust-partners-copy p{font-size:14px;line-height:1.58}.qualification-proof-card figcaption{grid-template-columns:minmax(0,1fr);padding:12px 14px 14px}.qualification-proof-card strong{font-size:15px}.qualification-proof-card span{font-size:11px}@media(max-width:720px){.trust-partners-copy strong{font-size:22px}.trust-partners-copy p{font-size:13.5px}}.qualification-proof-card img{height:clamp(176px,16vw,220px);aspect-ratio:16 / 9}@media(max-width:720px){.qualification-proof-card img{height:168px}}.trust-evidence-layout{gap:clamp(20px,2.4vw,28px)}.trust-certificate-panel{display:flex;flex-wrap:wrap;gap:8px;padding-top:14px}.trust-certificate-signal{display:inline-flex;min-height:0;gap:8px;align-items:center;padding:8px 11px;border:1px solid rgba(18,29,41,.08);border-radius:999px;background:#f8f7f4b3}.trust-certificate-signal span{font-size:9px;letter-spacing:.08em}.trust-certificate-signal strong{color:var(--title);font-size:13px;line-height:1}.trust-certificate-signal p{display:none}.showroom-modal{position:fixed;inset:0;z-index:120;display:none;padding:clamp(14px,2vw,28px)}.showroom-modal.is-open{display:grid;place-items:center}.showroom-modal-backdrop{position:absolute;inset:0;background:#121a22c7;backdrop-filter:blur(10px)}.showroom-modal-panel{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1180px,100%);height:min(760px,calc(100vh - 40px));overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:var(--ink-deep);box-shadow:0 34px 110px #00000061}.showroom-modal-head{display:flex;gap:18px;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(255,255,255,.12)}.showroom-modal-head h2{margin-top:2px;color:#fff;font-size:clamp(20px,2vw,28px)}.showroom-modal-close{appearance:none;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:#ffffff14;color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:900;padding:10px 14px}.showroom-modal-frame{min-height:0;background:#05080a}.showroom-modal-frame iframe{display:block;width:100%;height:100%;border:0}body.modal-open{overflow:hidden}@media(max-width:720px){.showroom-modal{padding:0}.showroom-modal-panel{width:100%;height:100%;border:0;border-radius:0}.showroom-modal-head{padding:14px 16px}.showroom-modal-close{padding:9px 12px}}.solution-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.solution-summary-card{position:relative;display:grid;align-content:start;gap:13px;min-height:310px;padding:24px;border:1px solid rgba(255,255,255,.13);border-radius:8px;background:#ffffff0e}.solution-summary-card.featured{background:#c2a3781c}.solution-summary-card>span{width:fit-content;padding:7px 10px;border-radius:999px;background:#ffffff14;color:#f1d9ad;font-size:12px;font-weight:900}.solution-summary-card h3{color:#fff;font-size:clamp(20px,1.7vw,24px)}.solution-summary-card p:not(.eyebrow){color:#ffffffb8;font-size:14px;line-height:1.58}.solution-summary-card ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.solution-summary-card li{color:#ffffffd1;font-size:13px;font-weight:760}.solution-summary-card a{align-self:end;width:fit-content;color:#f1d9ad;font-size:13px;font-weight:900;text-decoration:none;border-bottom:1px solid rgba(241,217,173,.55)}.project-sector-links{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.project-sector-link{display:grid;gap:12px;min-height:190px;padding:20px;border:1px solid rgba(18,29,41,.09);border-radius:8px;background:#fff}.project-sector-link span{color:var(--title);font-size:19px;font-weight:900}.project-sector-link p{color:var(--muted);font-size:13px;line-height:1.55}.project-sector-link div{display:flex;gap:12px;align-self:end}.project-sector-link a{color:var(--cta-dark);font-size:12px;font-weight:900;text-decoration:none;text-transform:uppercase}@media(max-width:1080px){.solution-summary-grid,.project-sector-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.solution-summary-grid,.project-sector-links{grid-template-columns:1fr}.solution-summary-card{min-height:0;padding:20px}.project-sector-link{min-height:0;padding:18px}}@media(max-width:720px){.project-card img,.catalog-card img{height:178px;aspect-ratio:auto}.project-card .card-body,.catalog-card .card-body{padding:18px;gap:10px}.project-card .btn-row,.catalog-card .btn-row{gap:8px}.project-card .btn,.catalog-card .btn{min-height:42px;padding:11px 13px;font-size:12px}.quality-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.quality-steps article{grid-template-rows:116px auto}.quality-steps article div{padding:14px;gap:7px}.quality-steps span{font-size:10px}.quality-steps h3{font-size:15px}.quality-steps p{font-size:12px;line-height:1.42}.quality-checkpoints{grid-template-columns:repeat(2,minmax(0,1fr))}.quality-checkpoint{min-height:0;padding:12px;border-top:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12)}.quality-checkpoint:nth-child(2n){border-right:0}.quality-checkpoint strong{font-size:13px}.quality-checkpoint p{font-size:11px}}.hotel-catalog-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hotel-catalog-tile{position:relative;display:grid;min-height:300px;overflow:hidden;border-radius:8px;color:#fff;text-decoration:none;background:var(--title);box-shadow:0 18px 58px #121a2212}.hotel-catalog-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.82;transition:transform .25s ease,opacity .25s ease}.hotel-catalog-tile:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(180deg,#121a2200,#121a22eb)}.hotel-catalog-tile:hover img{transform:scale(1.04);opacity:.72}.hotel-catalog-tile span,.hotel-catalog-tile small{position:relative;z-index:1;align-self:end;margin-inline:20px}.hotel-catalog-tile span{margin-top:auto;color:#fff;font-size:clamp(22px,2vw,30px);font-weight:900;line-height:1.05}.hotel-catalog-tile small{margin-bottom:20px;color:#ffffffc7;font-size:13px;line-height:1.45}@media(max-width:1080px){.hotel-catalog-tiles{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.hotel-catalog-tiles{gap:12px}.hotel-catalog-tile{min-height:220px}.hotel-catalog-tile span,.hotel-catalog-tile small{margin-inline:16px}.hotel-catalog-tile span{font-size:22px}.hotel-catalog-tile small{margin-bottom:16px;font-size:12px}.home-project-rail{display:grid;width:100%;max-width:100%;min-width:0;grid-auto-flow:column;grid-auto-columns:minmax(282px,82vw);grid-template-columns:none;gap:14px;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:10px;scroll-snap-type:x proximity}.home-project-rail .project-card{scroll-snap-align:start}.category-card.primary,.category-card.secondary{min-height:250px}}@media(max-width:1100px){.factory-evidence{grid-template-columns:1fr}.factory-evidence-main{min-height:460px}.factory-process-evidence,.factory-equipment-grid,.equipment-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.factory-equipment-grid article:nth-child(2),.equipment-proof-strip div:nth-child(2){border-right:0}}@media(max-width:720px){.factory-evidence,.factory-proof-grid,.factory-equipment-grid{grid-template-columns:1fr}.factory-evidence-main{min-height:360px}.factory-evidence-caption{left:18px;right:18px;bottom:18px}.factory-evidence-side{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(270px,82vw);overflow-x:auto;padding-bottom:8px;scroll-snap-type:x proximity}.factory-evidence-card{grid-template-columns:1fr;min-height:0;scroll-snap-align:start}.factory-evidence-card img{height:auto;aspect-ratio:16 / 9}.equipment-proof-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.equipment-proof-strip div,.factory-equipment-grid article{border-right:0;border-bottom:1px solid var(--line)}.equipment-proof-strip div:nth-last-child(-n+2),.factory-equipment-grid article:last-child{border-bottom:0}.factory-process-evidence{grid-template-columns:none;grid-template-rows:repeat(2,auto);grid-auto-flow:column;grid-auto-columns:minmax(260px,82vw);overflow-x:auto;padding-bottom:10px;scroll-snap-type:x proximity}.factory-process-card{scroll-snap-align:start}.factory-process-card div{padding:14px}.factory-process-card h3{font-size:17px}.factory-process-card p{font-size:13px;line-height:1.45}.qualification-showcase{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(270px,82vw);grid-template-columns:none;gap:14px;overflow-x:auto;overscroll-behavior-x:contain;padding-bottom:10px;scroll-snap-type:x proximity}.qualification-card{grid-template-rows:170px auto;scroll-snap-align:start}.qualification-card div{padding:16px}.qualification-card h3{font-size:18px}.qualification-card p{font-size:13px;line-height:1.5}.certification-strip span{padding:8px 10px;font-size:11px}}h1{font-size:clamp(38px,4vw,54px)}.home-hero h1{max-width:680px;font-size:clamp(42px,4.3vw,56px);line-height:1.08}h2,.showroom-copy h2,.solution-intro h2{font-size:clamp(28px,3vw,38px)}@media(max-width:720px){h1,.home-hero h1,.showroom-page-content h1{font-size:clamp(31px,8.8vw,36px);line-height:1.14}h2,.showroom-copy h2,.solution-intro h2{font-size:clamp(24px,7vw,29px);line-height:1.18}h3,.card-body h3{font-size:19px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid rgba(18,29,41,.08);border-radius:8px;overflow:hidden}.metric{min-height:128px;padding:22px 18px;border-right:1px solid rgba(18,29,41,.08);border-bottom:1px solid rgba(18,29,41,.08)}.metric:nth-child(2n){border-right:0}.metric:nth-child(n+3){border-bottom:0}.metric:nth-child(5){display:none}.metric strong{font-size:clamp(24px,6.8vw,28px);line-height:1.08;white-space:normal}.metric span{max-width:18em;font-size:13px;line-height:1.38}}.legal-hero{padding-bottom:44px;background:var(--bg)}.legal-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(320px,.7fr);gap:clamp(28px,5vw,80px);align-items:end}.legal-hero-grid p:last-child{max-width:620px;color:var(--muted);font-size:18px;line-height:1.7}.legal-section{padding-top:44px}.legal-content{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(18,26,34,.12);border-radius:8px;background:#121a221f}.legal-content article{min-height:260px;padding:clamp(24px,3vw,42px);background:#fff}.legal-content span{display:block;margin-bottom:28px;color:#a08456;font-size:12px;font-weight:900;letter-spacing:.16em}.legal-content h2{margin:0 0 16px;font-size:clamp(22px,2vw,30px)}.legal-content p{margin:0;color:var(--muted);font-size:16px;line-height:1.72}.legal-content a,.privacy a,.footer-bottom a{color:inherit;font-weight:900;text-decoration:underline;text-underline-offset:4px}@media(max-width:820px){.legal-hero-grid,.legal-content{grid-template-columns:1fr}.legal-content article{min-height:0}}@media(max-width:720px){.section-head{width:100%;max-width:100%;grid-template-columns:minmax(0,1fr);justify-items:stretch;gap:18px}.section-head>*,.section-head p{min-width:0;width:100%;max-width:100%}.home-project-rail,.showroom-options,.resource-showroom-grid,.partner-logo-rail,.qualification-image-rail,.process-scroll{width:100%;max-width:100%;min-width:0;contain:layout paint}.footer-nav-panel,.footer-signature,.footer-col,.footer-contact-block,.footer-bottom{text-align:center}.footer-logo,.social-links,.footer-contact-block a,.footer-bottom div{justify-content:center}.footer-signature p,.footer-contact-block a,.footer-col a{margin-inline:auto}.footer-contact-block a{align-items:center;max-width:310px}.footer-bottom{justify-items:center}}
