:root{--ink: #111a22;--muted: #65717b;--line: #e3e7e9;--paper: #ffffff;--soft: #f6f5f2;--gold: #c59b5d;--gold-soft: #f1e6d4;--max: 1180px;--radius: 12px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;line-height:1.55;background:var(--paper)}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.site-header{height:68px;padding:0 5.6vw;display:flex;align-items:center;gap:28px;border-bottom:1px solid rgba(17,26,34,.08);background:#fffffff5;position:relative;z-index:5}.brand{display:inline-flex;align-items:center;gap:9px;min-width:205px}.brand-mark{width:31px;height:35px;display:block;position:relative;background:var(--gold);clip-path:polygon(50% 0,100% 24%,100% 76%,50% 100%,0 76%,0 24%)}.brand-mark:after{content:"";position:absolute;inset:3px;background:#fff;clip-path:polygon(50% 0,100% 24%,100% 76%,50% 100%,0 76%,0 24%)}.brand strong,.brand small{display:block;line-height:1.1}.brand strong{font-size:20px;letter-spacing:-.04em}.brand small{margin-top:3px;color:var(--muted);font-size:8px;letter-spacing:.08em;text-transform:uppercase}.main-nav{display:flex;align-items:center;justify-content:center;gap:clamp(15px,2.4vw,34px);flex:1}.main-nav a{font-size:13px;font-weight:600;color:#27313a;white-space:nowrap}.main-nav a span{margin-left:6px;color:var(--gold)}.header-actions{display:flex;align-items:center;gap:14px;white-space:nowrap}.icon-link,.language{font-size:22px;line-height:1}.locale-switch{font-size:12px;font-weight:700}.menu-toggle{display:none}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 21px;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease,border .2s ease}.button:hover{transform:translateY(-2px)}.button-dark{background:var(--ink);color:#fff}.button-light{background:#fff;color:var(--ink);border-color:var(--line)}.button-gold{background:var(--gold);color:#fff}.button-small{min-height:38px;padding:0 15px;font-size:11px}.button:disabled{cursor:not-allowed;opacity:.5;transform:none}.hero{min-height:475px;display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,1.05fr);overflow:hidden;background:linear-gradient(105deg,#fff,#fafafa 48%,#eef2f5)}.hero-copy{max-width:620px;width:100%;justify-self:end;padding:70px 46px 70px 5vw;position:relative;z-index:2}.hero-art{position:relative;min-height:475px;overflow:hidden;border-radius:28px 0 0 28px;background:linear-gradient(145deg,#f8f5ee,#f1e8d8 55%,#d8c29d)}.hero-art:before{content:"";position:absolute;width:72%;height:72%;right:-8%;top:12%;border:1px solid rgba(154,113,55,.35);border-radius:50%;transform:rotate(-18deg);box-shadow:-38px 28px 0 -18px #ffffff6b,-78px 50px 0 -36px #9a713721}.hero-art:after{content:"";position:absolute;inset:18% 17% 18% 16%;border:1px solid rgba(17,26,34,.15);border-radius:12px;transform:skewY(-7deg);background:linear-gradient(90deg,transparent 49.6%,rgba(17,26,34,.12) 49.8%,rgba(17,26,34,.12) 50.2%,transparent 50.4%),linear-gradient(0deg,transparent 49.6%,rgba(17,26,34,.12) 49.8%,rgba(17,26,34,.12) 50.2%,transparent 50.4%)}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-size:11px;margin-bottom:34px;text-transform:capitalize}.breadcrumbs a:hover{color:var(--gold)}.eyebrow{color:#aa8045;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:640px;margin-bottom:20px;font-size:clamp(40px,4.4vw,68px);line-height:1.04;letter-spacing:-.055em}.hero-copy>p{max-width:530px;color:#4f5961;font-size:16px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.gate-note{margin:23px 0 0!important;color:#8f6a35!important;font-size:12px!important}.stats-strip{max-width:var(--max);margin:-35px auto 0;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding:18px 24px;border:1px solid var(--line);border-radius:var(--radius);background:#fffffff5;box-shadow:0 15px 35px #111a2214}.stats-strip div{display:flex;align-items:center;justify-content:center;gap:12px;min-height:50px;border-right:1px solid var(--line)}.stats-strip div:last-child{border-right:0}.stats-strip strong{color:var(--gold);font-size:20px}.stats-strip span{color:var(--muted);font-size:12px}.section{max-width:var(--max);margin:0 auto;padding:72px 24px 0}.section-narrow{max-width:1000px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:26px}.section-heading h2{margin:8px 0 0;font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.045em}.section-lead{max-width:760px;color:var(--muted);font-size:15px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.feature-card,.route-card,.aside-card{border:1px solid var(--line);border-radius:var(--radius);background:#fff}.feature-card{min-height:155px;padding:23px}.feature-icon{display:grid;place-items:center;width:32px;height:32px;margin-bottom:18px;border-radius:50%;color:var(--gold);background:var(--gold-soft)}.feature-card h3,.route-card h3{margin-bottom:8px;font-size:16px;line-height:1.25}.feature-card p,.route-card p{margin-bottom:0;color:var(--muted);font-size:13px}.card-section{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:72px}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.route-card{min-height:180px;display:flex;flex-direction:column;padding:23px;transition:border .2s ease,box-shadow .2s ease,transform .2s ease}.route-card:hover{border-color:var(--gold);box-shadow:0 12px 25px #111a2214;transform:translateY(-3px)}.route-card .text-link{margin-top:auto;padding-top:20px;color:#9a7137;font-size:12px;font-weight:800}.card-index{color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.08em}.empty-state{text-align:center;padding:82px 24px;border:1px dashed #d4dadd;border-radius:var(--radius);background:#fbfbfa}.empty-state h2{margin:14px auto 8px;font-size:25px}.empty-state p{margin:0 auto;color:var(--muted)}.empty-icon{color:var(--gold);font-size:42px}.article-stack{display:grid;gap:0;border-top:1px solid var(--line)}.article-stack article{padding:24px 0;border-bottom:1px solid var(--line)}.article-stack h3{margin-bottom:8px;font-size:20px}.article-stack p{max-width:800px;color:var(--muted)}.link-section{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.link-group{margin-bottom:22px}.link-group h3{min-height:22px;margin-bottom:10px;font-size:18px}.link-list{display:grid;border-top:1px solid var(--line)}.link-list a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--line);color:#394650;font-size:13px}.link-list a span{color:var(--gold);font-size:18px}.faq-section{padding-bottom:72px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}details{border:1px solid var(--line);border-radius:8px;background:#fff}summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;cursor:pointer;list-style:none;font-size:14px;font-weight:700}summary::-webkit-details-marker{display:none}summary span{color:var(--gold);font-size:22px;font-weight:400}details[open] summary span{transform:rotate(45deg)}details p{margin:0;padding:0 20px 18px;color:var(--muted);font-size:13px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:50px;padding-bottom:70px}.article-main{min-width:0}.answer-first{padding:22px 24px;border-left:3px solid var(--gold);background:var(--soft);color:#45515a;font-size:17px}.guide-section{padding:24px 0;border-bottom:1px solid var(--line)}.guide-section h2{margin-bottom:10px;font-size:24px;letter-spacing:-.03em}.guide-section p{color:var(--muted);white-space:pre-line}.takeaways{margin-top:30px;padding:25px;border:1px solid #e5d8c5;border-radius:var(--radius);background:#fdf9f3}.takeaways h2{font-size:20px}.takeaways li{margin:8px 0;color:#56616a;font-size:14px}.article-aside{display:grid;align-content:start;gap:18px}.aside-card{padding:22px}.aside-card h2{margin-bottom:15px;font-size:19px}.aside-card .link-group{margin:0}.aside-card .link-list{border:0}.aside-card .link-list a{font-size:12px}.quote-form{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 15px 35px #111a220d}.config-alert{margin-bottom:22px;padding:12px 15px;border-radius:6px;color:#725524;background:#fff6e8;font-size:13px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.field{display:grid;gap:6px;color:#37434c;font-size:12px;font-weight:700}.field-wide{grid-column:1 / -1}.field input,.field textarea,.field select,.search-form input{width:100%;border:1px solid #d6dde0;border-radius:6px;padding:11px 12px;background:#fff;color:var(--ink)}.field textarea{resize:vertical}.field input[type=checkbox]{width:18px;height:18px}.form-privacy{margin:17px 0;color:var(--muted);font-size:12px}.form-privacy a{color:#976f37;text-decoration:underline}.form-status{margin:14px 0 0;color:#9a7137;font-size:12px}.legal-content{min-height:360px;color:var(--muted)}.search-form{display:flex;gap:10px;align-items:end;max-width:520px}.search-form label{display:grid;gap:6px;flex:1;font-size:12px;font-weight:700}.section-note{max-width:var(--max);margin:25px auto;padding:0 24px;color:#9a7137;font-size:12px;text-align:center}.site-footer{margin-top:80px;padding:60px 5vw 20px;color:#d6dadd;background:var(--ink)}.footer-main{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:36px}.brand-footer{min-width:0;color:#fff}.brand-footer .brand-mark{border-color:var(--gold);color:#fff}.footer-brand p{max-width:220px;margin:24px 0;color:#aeb8bd;font-size:13px}.social-placeholder{color:var(--gold)}.footer-column{display:grid;align-content:start;gap:9px}.footer-column h2{margin-bottom:7px;color:#fff;font-size:13px}.footer-column a{color:#aeb8bd;font-size:12px}.footer-column a:hover,.footer-bottom a:hover{color:var(--gold)}.footer-bottom{max-width:var(--max);margin:48px auto 0;padding-top:18px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.15);color:#8c989e;font-size:11px}.footer-bottom span:last-child{display:flex;gap:20px}.home-hero{height:392px;position:relative;overflow:hidden;isolation:isolate;background:#dce7f2}.home-hero picture,.home-hero picture .home-hero-image{position:absolute;inset:0;z-index:-2;width:100%;height:100%}.home-hero-image{display:block;object-fit:cover;object-position:center center}.home-hero-wash{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#fff 0% 38%,#ffffffed 47%,#ffffff7a 59%,#fff0 72%);pointer-events:none}.home-hero-inner{width:88.8%;min-height:392px;margin:0 auto;padding:39px 0 29px;position:relative;display:flex;align-items:flex-start;justify-content:space-between}.home-hero-copy{width:min(440px,42%)}.home-eyebrow{margin:0 0 13px;color:#a27a42;font-size:10px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.home-hero h1{max-width:450px;margin:0 0 16px;color:var(--ink);font-size:clamp(37px,2.65vw,40px);line-height:1.01;letter-spacing:-.055em}.home-title-line{display:block}.home-title-highlight{color:var(--gold)}.home-hero-body{max-width:405px;margin:0;color:#25313a;font-size:11.5px;line-height:1.48}.home-hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.home-hero-actions .button{min-height:42px;padding-inline:22px;font-size:11px}.home-video-cta{align-self:flex-end;display:flex;align-items:center;gap:10px;margin:0 8px 33px 30px;padding:5px 8px 5px 5px;border-radius:24px;color:#fff;background:#111a2259;font-size:11px;font-weight:700;text-shadow:0 1px 12px rgba(0,0,0,.55)}.home-play{width:38px;height:38px;display:grid;place-items:center;padding-left:2px;border-radius:50%;color:var(--ink);background:#fff;box-shadow:0 5px 18px #111a2233;font-size:12px;text-shadow:none}.home-trust{width:88.8%;min-height:87px;margin:-43px auto 0;padding:0 22px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;border:1px solid rgba(17,26,34,.06);border-radius:8px;background:#fffffff7;box-shadow:0 8px 22px #111a221a}.home-trust-item{min-height:43px;display:flex;align-items:center;justify-content:center;gap:10px;border-right:1px solid #eef0f0}.home-trust-item:last-child{border-right:0}.home-trust-icon{width:27px;color:var(--ink);font-size:25px;line-height:1;text-align:center}.home-trust-copy{display:grid;gap:1px}.home-trust-copy strong{color:var(--ink);font-size:17px;line-height:1.05}.home-trust-copy span{color:#556069;font-size:10px;line-height:1.25}.home-main{width:88.8%;margin:0 auto}.home-section{padding-top:20px}.home-products{padding-top:21px}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:13px}.home-section-heading h2,.home-projects h2,.home-guides h2,.home-final-cta h2{margin:0;color:var(--ink);font-size:20px;line-height:1.2;letter-spacing:-.035em}.home-section-heading p{max-width:630px;margin:5px 0 0;color:#667078;font-size:11px;line-height:1.45}.home-section-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;color:#25313a;font-size:10px;font-weight:800;white-space:nowrap}.home-section-link span{color:var(--gold);font-size:16px}.home-product-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}.home-product-card{min-width:0;overflow:hidden;border:1px solid #e9ecec;border-radius:7px;background:#fff;box-shadow:0 3px 9px #111a2208;transition:transform .2s ease,box-shadow .2s ease}.home-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 22px #111a221a}.home-card-image{height:111px;overflow:hidden;background:#e8e5df}.home-card-image img{width:100%;height:100%;display:block;object-fit:cover}.home-card-body{min-height:83px;padding:20px 16px 11px;position:relative}.home-card-badge{width:29px;height:29px;display:grid;place-items:center;position:absolute;top:-16px;left:15px;border:1px solid #dfe3e3;border-radius:50%;background:#fff;color:#2f3940;font-size:12px}.home-card-body h3{min-height:29px;margin:0 0 4px;font-size:12px;line-height:1.2;letter-spacing:-.02em}.home-card-body p{margin:0;color:#69737a;font-size:9px;line-height:1.3}.home-solutions{padding-top:27px}.home-solution-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.home-solution-card{min-height:146px;position:relative;overflow:hidden;border-radius:7px;color:#fff;background:#25313a}.home-solution-card img,.home-solution-shade{position:absolute;inset:0;width:100%;height:100%}.home-solution-card img{display:block;object-fit:cover}.home-solution-shade{background:linear-gradient(180deg,#111a2200 25%,#111a22c7)}.home-solution-copy{position:absolute;inset:auto 18px 14px;display:grid;gap:2px}.home-solution-copy strong{font-size:14px;line-height:1.1}.home-solution-copy small{max-width:180px;font-size:10px;line-height:1.3}.home-service-band{margin-top:34px;display:grid;grid-template-columns:minmax(0,3fr) minmax(265px,1fr);overflow:hidden;border-radius:7px;background:#f7f7f7}.home-service-list{display:grid;grid-template-columns:repeat(4,1fr);align-items:start;padding:24px 22px;gap:16px}.home-service-heading{grid-column:1 / -1;display:none}.home-service-item{display:grid;grid-template-columns:25px 1fr;gap:8px}.home-service-number{color:var(--gold);font-size:11px;font-weight:800}.home-service-item h3{margin:0 0 6px;font-size:11px;line-height:1.2}.home-service-item p{margin:0;color:#69737a;font-size:9px;line-height:1.35}.home-dark-cta{min-height:142px;padding:20px 23px;color:#fff;background:var(--ink)}.home-cta-kicker{margin:0 0 9px;color:#d9c096;font-size:9px;font-weight:700}.home-dark-cta h2{max-width:205px;margin:0 0 8px;font-size:16px;line-height:1.15}.home-dark-cta>p:not(.home-cta-kicker){max-width:240px;margin:0 0 14px;color:#c5cdd1;font-size:9px;line-height:1.4}.home-dark-cta .button{min-height:30px;padding-inline:12px;font-size:9px}.home-projects{min-height:155px;margin-top:33px;padding:25px 28px;display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;border-radius:7px;background:#fafafa}.home-projects-copy h2{margin-bottom:8px}.home-projects-copy>p:not(.home-eyebrow){max-width:470px;margin:0 0 12px;color:#69737a;font-size:11px;line-height:1.45}.home-projects-placeholder{min-height:74px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:10px}.home-projects-placeholder span{display:grid;place-items:center;height:44px;border:1px solid #e3e6e7;border-radius:4px;color:#a6afb3;background:#fff;font-size:17px}.home-guides{margin-top:26px;padding:23px 27px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e7e9e9;border-bottom:1px solid #e7e9e9}.home-guides p:not(.home-eyebrow){max-width:590px;margin:7px 0 0;color:#69737a;font-size:11px;line-height:1.4}.home-guides .button{min-height:35px;font-size:10px}.home-final-cta{margin-top:25px;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:7px;color:#fff;background:var(--ink)}.home-final-cta h2{color:#fff}.home-final-cta p{max-width:570px;margin:7px 0 0;color:#c3cbd0;font-size:11px;line-height:1.4}.home-final-actions{display:flex;flex-wrap:wrap;gap:8px;flex:0 0 auto}.home-final-actions .button{min-height:35px;padding-inline:15px;font-size:10px}@media (max-width: 900px){.site-header{height:auto;min-height:70px;padding:14px 24px;flex-wrap:wrap}.main-nav{order:5;flex-basis:100%;display:none;padding:14px 0 4px;justify-content:flex-start;flex-wrap:wrap}.main-nav.is-open{display:flex}.menu-toggle{display:block;margin-left:auto;border:1px solid var(--line);border-radius:5px;padding:8px 10px;color:var(--ink);background:#fff;font-size:12px}.header-actions{margin-left:0}.header-actions .icon-link,.header-actions .language{display:none}.hero{grid-template-columns:1fr}.hero-copy{max-width:none;padding:45px 24px 38px}.hero-art{min-height:310px;background-size:170% auto;background-position:80% 8%}.feature-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:1 / -1}}@media (max-width: 600px){.site-header{gap:12px}.brand{min-width:0}.brand strong{font-size:18px}.locale-switch{display:none}.header-actions{margin-left:auto}.header-actions .button{padding:0 10px;font-size:10px}h1{font-size:42px}.hero-art{min-height:240px}.stats-strip{margin:0 16px;grid-template-columns:repeat(2,1fr);padding:8px}.stats-strip div{border-right:0;border-bottom:1px solid var(--line)}.stats-strip div:nth-last-child(-n+2){border-bottom:0}.section{padding-top:52px}.section-heading{align-items:start;flex-direction:column}.feature-grid,.card-grid,.faq-grid,.link-section,.article-layout{grid-template-columns:1fr}.card-section{align-items:start;flex-direction:column;padding-bottom:52px}.form-grid{grid-template-columns:1fr}.field-wide{grid-column:auto}.search-form{align-items:stretch;flex-direction:column}.footer-main{grid-template-columns:repeat(2,1fr);gap:28px 18px}.footer-bottom{flex-direction:column}.footer-bottom span:last-child{flex-wrap:wrap;gap:12px}}@media (max-width: 1100px) and (min-width: 901px){.site-header{padding-inline:32px;gap:17px}.brand{min-width:185px}.main-nav{gap:14px}.main-nav a{font-size:11px}.header-actions{gap:9px}.header-actions .button-small{padding-inline:11px;font-size:10px}.home-hero-inner,.home-main,.home-trust{width:calc(100% - 64px)}.home-hero-copy{width:min(420px,47%)}.home-product-grid{grid-template-columns:repeat(3,1fr)}.home-card-image{height:145px}.home-card-body{min-height:82px}}@media (max-width: 900px){.home-hero{min-height:470px}.home-hero-inner{width:auto;min-height:470px;padding:43px 24px 26px;align-items:flex-start}.home-hero-copy{width:min(500px,70%)}.home-hero-image{object-position:100% center}.home-video-cta{display:flex}.home-hero-wash{background:linear-gradient(90deg,#fffffffa,#ffffffde 46%,#ffffff2e)}.home-video-cta{margin:0 4px 30px 20px;align-self:flex-end}.home-trust{width:calc(100% - 48px);margin-top:-42px}.home-main{width:calc(100% - 48px)}.home-product-grid{grid-template-columns:repeat(3,1fr)}.home-solution-grid{grid-template-columns:repeat(2,1fr)}.home-service-band{grid-template-columns:1fr}.home-dark-cta{min-height:auto}}@media (max-width: 600px){.site-header{min-height:66px;padding:12px 16px}.brand{gap:7px}.brand-mark{width:27px;height:30px}.brand strong{font-size:17px}.brand small{font-size:7px;letter-spacing:.04em}.home-hero{min-height:548px}.home-hero-inner{min-height:548px;padding:36px 20px 26px;display:block}.home-hero-image{top:auto;height:240px;object-position:100% center}.home-hero-wash{background:linear-gradient(180deg,#fffffffa,#fffffff0 47%,#ffffff24)}.home-hero-copy{width:100%}.home-hero h1{max-width:345px;font-size:38px}.home-hero-body{max-width:325px;font-size:12px}.home-hero-actions{margin-top:18px}.home-hero-actions .button{padding-inline:15px}.home-video-cta{width:fit-content;position:absolute;right:20px;bottom:20px;margin:0;font-size:10px}.home-trust{width:calc(100% - 32px);min-height:158px;margin-top:-25px;padding:9px 6px;grid-template-columns:repeat(2,1fr)}.home-trust-item{min-height:65px;justify-content:flex-start;padding:0 8px;border-right:0;border-bottom:1px solid #eef0f0}.home-trust-item:nth-last-child(-n+2){border-bottom:0}.home-trust-item:last-child{grid-column:1 / -1;justify-content:center}.home-trust-copy strong{font-size:15px}.home-trust-copy span{font-size:9px}.home-main{width:calc(100% - 32px)}.home-section-heading{align-items:flex-start;flex-direction:column;gap:9px}.home-section-heading h2,.home-projects h2,.home-guides h2,.home-final-cta h2{font-size:19px}.home-section-heading p{font-size:10px}.home-product-grid{grid-template-columns:repeat(2,1fr);gap:8px}.home-card-image{height:108px}.home-card-body{min-height:87px;padding:19px 11px 10px}.home-card-badge{left:10px}.home-card-body h3{font-size:11px}.home-card-body p{font-size:8px}.home-solution-grid{grid-template-columns:1fr;gap:8px}.home-solution-card{min-height:135px}.home-service-list{grid-template-columns:1fr;padding:22px 18px;gap:17px}.home-service-heading{display:block}.home-service-item{grid-template-columns:28px 1fr}.home-service-item h3{font-size:12px}.home-service-item p{font-size:10px}.home-dark-cta{padding:22px 18px}.home-projects{margin-top:25px;padding:22px 18px;grid-template-columns:1fr;gap:17px}.home-projects-placeholder{min-height:53px}.home-projects-placeholder span{height:35px}.home-guides{align-items:flex-start;flex-direction:column;padding:21px 18px}.home-final-cta{align-items:flex-start;flex-direction:column;padding:22px 18px}.home-final-cta p{font-size:10px}.home-final-actions{width:100%}}.proto-page{background:#fff;color:var(--ink)}.proto-page h1,.proto-page h2,.proto-page h3,.proto-page p{margin-top:0}.proto-page h1{font-size:clamp(40px,4.4vw,66px);line-height:1.04;letter-spacing:-.055em}.proto-page h2{font-size:clamp(26px,3vw,38px);line-height:1.1;letter-spacing:-.04em}.proto-page h3{font-size:17px;line-height:1.25}.proto-page p{color:#56616a}.proto-page img{display:block;width:100%;height:100%;object-fit:cover}.proto-split-hero{min-height:430px;display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1.08fr);overflow:hidden;background:linear-gradient(90deg,#fff 0% 44%,#f4f1eb)}.proto-hero-copy{width:min(620px,100%);justify-self:end;padding:58px 48px 58px 5vw;display:flex;flex-direction:column;justify-content:center}.proto-hero-copy .breadcrumbs{margin-bottom:24px}.proto-hero-copy h1{margin-bottom:18px}.proto-hero-copy>p{max-width:550px;font-size:16px;line-height:1.65}.proto-hero-media{position:relative;min-height:430px;overflow:hidden}.proto-hero-media:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#ffffffe0,#ffffff40 18%,#fff0 45%)}.proto-hero-media img{position:absolute;inset:0}.proto-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.proto-trust-strip{width:min(1180px,calc(100% - 48px));margin:-28px auto 0;position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 18px 42px #111a2217}.proto-trust-strip>div{min-height:86px;padding:16px 20px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;column-gap:12px;align-content:center;border-right:1px solid var(--line)}.proto-trust-strip>div:last-child{border-right:0}.proto-icon{grid-row:1/3;font-size:24px;color:var(--gold)}.proto-trust-strip strong{font-size:13px}.proto-trust-strip small{font-size:10px;color:var(--muted);line-height:1.35}.proto-section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:58px 0 0}.proto-section.proto-compact{padding-top:36px}.proto-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.proto-heading h2{margin-bottom:0}.proto-heading a{font-size:12px;font-weight:800;color:#9b7136;white-space:nowrap}.proto-centered-heading{text-align:center;max-width:720px;margin:0 auto 26px}.proto-centered-heading h2{margin:8px 0 0}.proto-grid-2,.proto-grid-3,.proto-grid-4,.proto-grid-5,.proto-grid-6{display:grid;gap:16px}.proto-grid-2{grid-template-columns:repeat(2,1fr)}.proto-grid-3{grid-template-columns:repeat(3,1fr)}.proto-grid-4{grid-template-columns:repeat(4,1fr)}.proto-grid-5{grid-template-columns:repeat(5,1fr)}.proto-grid-6{grid-template-columns:repeat(6,1fr)}.proto-card-grid{display:grid;gap:14px}.proto-image-card,.proto-guide-card,.proto-category-card,.proto-application-card,.proto-topic-card,.proto-project-card,.proto-mini-project{border:1px solid var(--line);border-radius:8px;background:#fff;overflow:hidden}.proto-image-card{display:flex;flex-direction:column;min-height:275px;transition:transform .2s ease,box-shadow .2s ease}.proto-image-card:hover,.proto-guide-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px #111a2214}.proto-image-card>img{height:126px}.proto-image-card>div{padding:16px;display:flex;flex-direction:column;flex:1}.proto-image-card h3{margin-bottom:8px}.proto-image-card p{font-size:12px;line-height:1.55;margin-bottom:14px}.proto-image-card span{margin-top:auto;color:#9a7137;font-size:12px;font-weight:800}.proto-chip-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:12px;margin-top:18px}.proto-chip-grid span{min-height:48px;border:1px solid var(--line);border-radius:7px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:700}.proto-overlay-card{position:relative;min-height:205px;border-radius:8px;overflow:hidden;color:#fff}.proto-overlay-card>span{position:absolute;inset:0;background:linear-gradient(0deg,#091118cc,#0911180d 65%)}.proto-overlay-card>div{position:absolute;left:18px;right:18px;bottom:16px;z-index:2}.proto-overlay-card h3{font-size:19px;margin-bottom:3px;color:#fff}.proto-overlay-card p{font-size:11px;color:#e8edf0;margin-bottom:8px;line-height:1.4}.proto-overlay-card b{font-size:11px;color:#fff}.proto-why{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:center}.proto-why>div:first-child p{font-size:13px;line-height:1.6}.proto-feature-row{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:8px;background:#fff}.proto-feature-row article{padding:18px;border-right:1px solid var(--line)}.proto-feature-row article:last-child{border-right:0}.proto-feature-row article>span{color:var(--gold);font-size:22px}.proto-feature-row h3{font-size:13px;margin:8px 0 5px}.proto-feature-row p{font-size:10px;line-height:1.4;margin:0}.proto-guide-card{display:block;padding-bottom:16px;transition:transform .2s ease,box-shadow .2s ease}.proto-guide-card img{height:125px}.proto-guide-card small,.proto-guide-card h3,.proto-guide-card p,.proto-guide-card span{display:block;margin-left:15px;margin-right:15px}.proto-guide-card small{width:max-content;margin-top:12px;margin-bottom:8px;padding:3px 7px;border-radius:999px;background:#f3e8d7;color:#9a7137;font-size:9px;font-weight:800;text-transform:uppercase}.proto-guide-card h3{font-size:15px;margin-bottom:8px}.proto-guide-card p{font-size:11px;line-height:1.45}.proto-guide-card span{font-size:11px;color:#9a7137;font-weight:800}.proto-dark-cta,.proto-wide-cta,.proto-light-cta{width:min(1180px,calc(100% - 48px));margin:58px auto 0;border-radius:8px;padding:26px 34px;display:flex;align-items:center;justify-content:space-between;gap:28px}.proto-dark-cta{background:var(--ink);color:#fff}.proto-dark-cta small{color:#caa86f;font-size:11px}.proto-dark-cta h2{color:#fff;margin:5px 0 0;font-size:27px}.proto-wide-cta{background:linear-gradient(90deg,#f6efe4,#fff)}.proto-wide-cta h2,.proto-light-cta h2{margin-bottom:8px}.proto-wide-cta p,.proto-light-cta p{margin-bottom:0;font-size:13px}.proto-light-cta{background:linear-gradient(90deg,#f8f8f7,#efe6d7)}.proto-two-column{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.proto-two-column>div:first-child p{font-size:15px;line-height:1.7}.proto-spec-panel{padding:30px;border:1px solid var(--line);border-radius:10px;background:#fbfbfa}.proto-spec-panel p{font-size:13px;line-height:1.65}.proto-topic-card{padding:22px;min-height:185px}.proto-topic-number{display:block;margin-bottom:18px;color:var(--gold);font-size:11px;font-weight:800;letter-spacing:.08em}.proto-topic-card h3{margin-bottom:8px}.proto-topic-card p{font-size:12px;line-height:1.55;margin-bottom:0}.proto-application-card{overflow:hidden}.proto-application-card img{height:130px}.proto-application-card h3{padding:13px 14px;margin:0;font-size:14px}.proto-link-panels{display:grid;grid-template-columns:1fr 1fr;gap:34px}.proto-product-hero{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:38px 0 0;display:grid;grid-template-columns:.78fr 1.22fr;gap:44px}.proto-product-copy{padding:18px 0 0}.proto-product-copy .breadcrumbs{margin-bottom:28px}.proto-product-copy h1{font-size:clamp(42px,4.6vw,64px)}.proto-product-copy>p{font-size:15px;line-height:1.65}.proto-mini-features{display:flex;gap:20px;flex-wrap:wrap;margin:25px 0 0;color:#36424b;font-size:11px}.proto-product-gallery{display:grid;grid-template-rows:350px 76px;gap:12px}.proto-product-main{border-radius:8px}.proto-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.proto-thumbs span{overflow:hidden;border:2px solid transparent;border-radius:6px}.proto-thumbs span:first-child{border-color:var(--gold)}.proto-feature-band{margin:38px 0 0;padding:28px max(5vw,24px);display:grid;grid-template-columns:repeat(4,1fr);gap:20px;background:#faf9f6;border-top:1px solid #f0ece5;border-bottom:1px solid #f0ece5}.proto-feature-band article{display:grid;grid-template-columns:auto 1fr;column-gap:13px;align-items:start}.proto-feature-band article>span{grid-row:1/3;color:var(--gold);font-size:22px}.proto-feature-band h3{font-size:14px;margin-bottom:6px}.proto-feature-band p{font-size:11px;line-height:1.45;margin:0}.proto-product-specs{display:grid;grid-template-columns:1.05fr .95fr;gap:58px}.proto-spec-table{border-top:1px solid var(--line)}.proto-spec-table>div{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.proto-spec-table strong{font-size:12px}.proto-spec-table span{font-size:12px;color:var(--muted);line-height:1.55}.proto-custom-panel{padding:28px;border-radius:10px;background:#fbfaf8;border:1px solid #eee8df}.proto-swatches{display:flex;gap:10px;margin:24px 0}.proto-swatches span{width:34px;height:34px;border-radius:50%;border:1px solid #d8d8d8}.proto-line-icons{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:25px 0}.proto-line-icons span{min-height:78px;display:grid;place-items:center;border:1px solid #b9bec2;font-size:30px;color:#6d747a}.proto-custom-panel p{font-size:12px;line-height:1.55}.proto-project-skeleton,.proto-mini-project{overflow:hidden}.proto-project-skeleton img{height:160px}.proto-project-skeleton span{display:block;height:14px;width:45%;margin:14px;background:#eceff1;border-radius:999px}.proto-project-skeleton strong{display:block;padding:0 14px 16px;color:#9aa1a6}.proto-doc-faq{display:grid;grid-template-columns:1fr 1fr;gap:44px;padding-bottom:10px}.proto-docs>div{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 4px;border-bottom:1px solid var(--line)}.proto-docs span{color:var(--gold)}.proto-docs strong{font-size:12px}.proto-docs b{font-weight:500}.proto-service-cards>a{min-height:165px;padding:22px;border:1px solid var(--line);border-radius:8px;text-align:center}.proto-service-cards span{font-size:30px;color:var(--gold)}.proto-service-cards h3{margin:10px 0 6px;font-size:14px}.proto-service-cards p{font-size:10px;line-height:1.4;margin-bottom:0}.proto-process-row{display:grid;grid-template-columns:repeat(6,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden}.proto-process-row article{min-height:145px;padding:18px;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:9px}.proto-process-row article:last-child{border-right:0}.proto-process-row span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#fff;font-size:11px;font-weight:800}.proto-process-row b{font-size:12px}.proto-process-row small{font-size:10px;color:var(--muted);line-height:1.4}.proto-three-panel{display:grid;grid-template-columns:1.05fr 1.05fr .9fr;gap:28px;padding:30px;background:#fbf8f3;border-radius:10px;margin-top:58px}.proto-three-panel>.proto-section{padding:0}.proto-mini-project img{height:100px}.proto-mini-project strong,.proto-mini-project small{display:block;padding:0 10px}.proto-mini-project strong{padding-top:10px}.proto-mini-project small{padding-bottom:10px;color:var(--muted);font-size:10px}.proto-mini-guide-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.proto-mini-guide-list a{display:grid;grid-template-columns:68px 1fr;gap:10px;align-items:center;font-size:11px;font-weight:700}.proto-mini-guide-list img{height:56px;border-radius:6px}.proto-projects .proto-split-hero{min-height:360px}.proto-filter-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;border-bottom:1px solid var(--line)}.proto-filter-row>div{display:flex;gap:10px;flex-wrap:wrap}.proto-filter-row button{padding:13px 18px;border:0;background:transparent;color:#4e5961;font:inherit;font-size:13px;cursor:pointer;border-bottom:2px solid transparent}.proto-filter-row button.active{color:#9a7137;border-bottom-color:var(--gold)}.proto-filter-row select{min-width:160px;padding:9px 12px;border:1px solid var(--line);border-radius:6px;background:#fff}.proto-project-card{padding-bottom:18px}.proto-project-image{height:190px;position:relative}.proto-project-image span{position:absolute;right:12px;top:12px;padding:5px 9px;border-radius:5px;background:var(--gold);color:#fff;font-size:10px}.proto-project-card h3,.proto-project-card p{margin-left:4px;margin-right:4px;padding:0 12px}.proto-project-card h3{margin-top:14px;margin-bottom:7px}.proto-project-card p{font-size:12px;line-height:1.5;margin-bottom:0}.proto-stats-placeholder{margin-top:58px;padding:28px max(5vw,24px);display:grid;grid-template-columns:repeat(4,1fr);gap:18px;background:#faf9f7;border-top:1px solid #f0ece5;border-bottom:1px solid #f0ece5}.proto-stats-placeholder>div{text-align:center;border-right:1px solid var(--line)}.proto-stats-placeholder>div:last-child{border-right:0}.proto-stats-placeholder strong{display:block;font-size:30px;color:var(--gold)}.proto-stats-placeholder span{font-size:11px;color:var(--muted)}.proto-logo-placeholder{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;align-items:center}.proto-logo-placeholder span{min-height:64px;border:1px solid var(--line);display:grid;place-items:center;color:#c0c4c6;font-size:22px}.proto-guide-hero{min-height:390px;display:grid;grid-template-columns:.78fr 1.22fr;background:linear-gradient(90deg,#fff 0% 42%,#f2eee7)}.proto-guide-hero .proto-hero-copy{padding-left:6vw}.proto-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:22px;padding:8px 8px 8px 16px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:0 12px 25px #111a220f}.proto-search input{border:0;outline:0;min-width:0;font:inherit}.proto-search button{border:0;border-radius:5px;background:var(--gold);color:#fff;padding:10px 18px;font-size:12px;font-weight:800}.proto-category-card{padding-bottom:17px}.proto-category-card img{height:115px}.proto-category-card>span,.proto-category-card h3,.proto-category-card p,.proto-category-card b{display:block;margin-left:14px;margin-right:14px}.proto-category-card>span{margin-top:12px;color:var(--gold);font-size:21px}.proto-category-card h3{margin-top:8px;margin-bottom:6px;font-size:14px}.proto-category-card p{font-size:10px;line-height:1.45}.proto-category-card b{font-size:10px;color:#9a7137}.proto-guide-detail-hero{display:grid;grid-template-columns:1fr 1.05fr;min-height:370px;background:#fff}.proto-guide-detail-copy{padding:48px 54px 45px max(5vw,24px)}.proto-guide-detail-copy .breadcrumbs{margin-bottom:28px}.proto-guide-detail-copy h1{font-size:clamp(38px,4vw,56px)}.proto-guide-detail-copy>p{font-size:14px;line-height:1.6}.proto-meta{display:flex;gap:22px;flex-wrap:wrap;margin-top:24px;font-size:10px;color:#5d6870}.proto-guide-layout{width:min(1000px,calc(100% - 48px));margin:0 auto;padding:42px 0 0;display:grid;grid-template-columns:minmax(0,1fr) 275px;gap:45px}.proto-article{min-width:0}.proto-answer-first{padding:18px 22px;border-left:3px solid var(--gold);background:#faf6ef;font-size:14px;line-height:1.65}.proto-article>section{padding:20px 0;border-bottom:1px solid var(--line)}.proto-article>section h2{font-size:22px;margin-bottom:9px}.proto-article>section p{font-size:13px;line-height:1.7;white-space:pre-line}.proto-article>section img{width:52%;height:180px;margin:14px 0 4px;border-radius:7px}.proto-article>section:nth-of-type(2n) img{margin-left:auto}.proto-takeaways{margin-top:26px;padding:22px;border:1px solid #eadbc4;border-radius:8px;background:#fcf8f2}.proto-takeaways h2{font-size:20px}.proto-takeaways li{margin:8px 0;color:#52606a;font-size:12px}.proto-guide-aside{display:grid;align-content:start;gap:18px}.proto-aside-box,.proto-aside-dark{padding:20px;border-radius:8px}.proto-aside-box{border:1px solid var(--line);background:#fff}.proto-aside-box h3,.proto-aside-dark h3{margin-bottom:12px}.proto-aside-box a{display:block;padding:8px 0;border-bottom:1px solid #edf0f1;font-size:11px}.proto-aside-dark{background:var(--ink);color:#fff}.proto-aside-dark p{color:#d7dde1;font-size:11px;line-height:1.55}.proto-company-feature{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:center;margin-bottom:24px;padding:26px;border:1px solid #edf0f1;border-radius:9px;background:#fff}.proto-company-feature.reverse{grid-template-columns:1.2fr .8fr}.proto-company-feature.reverse>div{order:2}.proto-company-feature img{height:240px;border-radius:8px}.proto-company-feature p{font-size:13px;line-height:1.65}.proto-quote-layout{display:grid;grid-template-columns:1.25fr .75fr;gap:36px;align-items:start}.proto-quote-layout>div>h2,.proto-quote-layout>aside>h2{font-size:24px}.proto-quote-layout .quote-form{padding:22px;box-shadow:none}.proto-simple-hero{padding:62px 24px;background:linear-gradient(90deg,#fff,#f6f1e8)}.proto-simple-hero>div{width:min(1000px,100%);margin:0 auto}.proto-simple-hero .breadcrumbs{margin-bottom:25px}.proto-simple-hero p{max-width:640px}.proto-legal{min-height:280px;padding-bottom:40px}.proto-contact .proto-two-column{padding-bottom:20px}.proto-page>.faq-section{width:min(1180px,calc(100% - 48px));margin:0 auto;padding-top:58px}.proto-doc-faq .faq-section{width:100%;padding-top:0}.proto-doc-faq .faq-grid{grid-template-columns:1fr}@media (max-width:1100px){.proto-grid-6,.proto-grid-5{grid-template-columns:repeat(3,1fr)}.proto-chip-grid{grid-template-columns:repeat(4,1fr)}.proto-feature-row{grid-template-columns:repeat(3,1fr)}.proto-feature-row article{border-bottom:1px solid var(--line)}.proto-three-panel{grid-template-columns:1fr 1fr}.proto-three-panel>div:last-child{grid-column:1/-1}.proto-process-row{grid-template-columns:repeat(3,1fr)}.proto-process-row article:nth-child(3n){border-right:0}.proto-process-row article:nth-child(-n+3){border-bottom:1px solid var(--line)}.proto-logo-placeholder{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.proto-split-hero,.proto-guide-hero,.proto-guide-detail-hero{grid-template-columns:1fr}.proto-hero-copy,.proto-guide-detail-copy{width:100%;max-width:none;padding:42px 24px 34px}.proto-hero-media{min-height:300px}.proto-split-hero .proto-hero-media:before,.proto-guide-hero .proto-hero-media:before{background:linear-gradient(0deg,rgba(255,255,255,.2),transparent)}.proto-trust-strip{grid-template-columns:repeat(2,1fr);margin-top:-18px}.proto-trust-strip>div{border-bottom:1px solid var(--line)}.proto-trust-strip>div:nth-child(2n){border-right:0}.proto-trust-strip>div:last-child{grid-column:1/-1}.proto-grid-4{grid-template-columns:repeat(2,1fr)}.proto-why,.proto-two-column,.proto-product-specs,.proto-quote-layout{grid-template-columns:1fr}.proto-product-hero{grid-template-columns:1fr;gap:24px}.proto-product-gallery{grid-template-rows:300px 70px}.proto-feature-band{grid-template-columns:repeat(2,1fr)}.proto-guide-layout{grid-template-columns:1fr}.proto-guide-aside{grid-template-columns:1fr 1fr}.proto-guide-aside>*:last-child{grid-column:1/-1}.proto-company-feature,.proto-company-feature.reverse{grid-template-columns:1fr}.proto-company-feature.reverse>div{order:0}}@media (max-width:700px){.proto-page h1{font-size:clamp(36px,11vw,48px)}.proto-section,.proto-dark-cta,.proto-wide-cta,.proto-light-cta,.proto-product-hero,.proto-guide-layout,.proto-page>.faq-section{width:calc(100% - 32px)}.proto-section{padding-top:42px}.proto-heading{align-items:start}.proto-heading a{display:none}.proto-grid-6,.proto-grid-5,.proto-grid-4,.proto-grid-3,.proto-grid-2{grid-template-columns:1fr}.proto-card-grid{grid-template-columns:1fr 1fr}.proto-chip-grid{grid-template-columns:repeat(2,1fr)}.proto-feature-row{grid-template-columns:1fr 1fr}.proto-feature-row article:nth-child(2n){border-right:0}.proto-feature-row article:last-child{grid-column:1/-1}.proto-trust-strip{width:calc(100% - 32px)}.proto-trust-strip>div{padding:13px}.proto-overlay-card{min-height:190px}.proto-dark-cta,.proto-wide-cta,.proto-light-cta{padding:24px;align-items:flex-start;flex-direction:column}.proto-product-gallery{grid-template-rows:260px 60px}.proto-thumbs{gap:6px}.proto-feature-band{grid-template-columns:1fr;padding:22px 16px}.proto-spec-table>div{grid-template-columns:1fr;gap:4px}.proto-doc-faq,.proto-link-panels,.proto-process-row{grid-template-columns:1fr}.proto-process-row article{border-right:0!important;border-bottom:1px solid var(--line)!important;min-height:0}.proto-process-row article:last-child{border-bottom:0!important}.proto-three-panel{grid-template-columns:1fr;padding:20px}.proto-three-panel>div:last-child{grid-column:auto}.proto-filter-row{align-items:stretch;flex-direction:column;padding-bottom:14px}.proto-filter-row>div{overflow-x:auto;flex-wrap:nowrap}.proto-filter-row button{white-space:nowrap}.proto-stats-placeholder{grid-template-columns:repeat(2,1fr);padding:22px 16px}.proto-stats-placeholder>div:nth-child(2n){border-right:0}.proto-logo-placeholder{grid-template-columns:repeat(2,1fr)}.proto-guide-aside{grid-template-columns:1fr}.proto-guide-aside>*:last-child{grid-column:auto}.proto-article>section img{width:100%;height:190px}.proto-mini-guide-list{grid-template-columns:1fr}.proto-company-feature{padding:18px}.proto-company-feature img{height:200px}}@media (max-width:460px){.proto-card-grid,.proto-feature-row{grid-template-columns:1fr}.proto-feature-row article{border-right:0;border-bottom:1px solid var(--line)}.proto-feature-row article:last-child{grid-column:auto}.proto-trust-strip{grid-template-columns:1fr}.proto-trust-strip>div{border-right:0;border-bottom:1px solid var(--line)}.proto-trust-strip>div:last-child{grid-column:auto}.proto-chip-grid{grid-template-columns:1fr 1fr}.proto-actions{flex-direction:column;align-items:stretch}.proto-actions .button{width:100%}.proto-product-gallery{grid-template-rows:230px 52px}.proto-stats-placeholder{grid-template-columns:1fr}.proto-stats-placeholder>div{border-right:0;border-bottom:1px solid var(--line);padding:12px 0}.proto-stats-placeholder>div:last-child{border-bottom:0}}.proto-project-detail-hero{width:min(1180px,calc(100% - 48px));margin:0 auto;padding:36px 0 0;display:grid;grid-template-columns:.78fr 1.22fr;gap:40px}.proto-project-detail-copy{padding-top:14px}.proto-project-detail-copy h1{font-size:clamp(42px,4.4vw,64px)}.proto-project-detail-copy>p{font-size:15px;line-height:1.65}.proto-project-detail-media{min-height:355px;overflow:hidden;border-radius:8px}.proto-project-detail-media img{width:100%;height:100%;object-fit:cover}.proto-project-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:24px 0}.proto-project-facts div{border-top:1px solid var(--line);padding-top:10px}.proto-project-facts small,.proto-project-facts strong{display:block}.proto-project-facts small{font-size:9px;color:var(--muted)}.proto-project-facts strong{font-size:12px;margin-top:4px}.proto-project-tabs{margin-top:34px;padding:0 max(5vw,24px);display:flex;justify-content:center;gap:42px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-x:auto}.proto-project-tabs a{padding:18px 0;white-space:nowrap;font-size:12px}.proto-project-tabs a:first-child{color:#9a7137;border-bottom:2px solid var(--gold)}.proto-project-overview{display:grid;grid-template-columns:.9fr 1.15fr .65fr;gap:30px;align-items:start}.proto-project-overview>img{height:290px;border-radius:8px;object-fit:cover;width:100%}@media (max-width:900px){.proto-project-detail-hero{grid-template-columns:1fr}.proto-project-detail-media{min-height:300px}.proto-project-overview{grid-template-columns:1fr 1fr}.proto-project-overview aside{grid-column:1/-1}}@media (max-width:700px){.proto-project-detail-hero{width:calc(100% - 32px)}.proto-project-facts{grid-template-columns:1fr 1fr}.proto-project-overview{grid-template-columns:1fr}.proto-project-overview aside{grid-column:auto}.proto-project-tabs{justify-content:flex-start;gap:26px}}.proto-mini-project small,.proto-project-card p{display:none}.proto-guide-detail .proto-meta span:nth-child(2){display:none}.proto-company>.proto-wide-cta p{max-width:620px}.proto-project-card h3{min-height:18px}.proto-project-card h3:after{content:"";display:block;width:44%;height:8px;margin-top:6px;border-radius:999px;background:#eef0f1}.proto-project-card{min-height:250px}.proto-mini-project{min-height:135px}.proto-mini-project strong{min-height:14px;color:#c1c6c9}
