@charset "UTF-8";:root{--brand-primary:#3B3C4F;--brand-primary-dark:#242531;--brand-primary-light:#747692;--brand-secondary:#54485D;--brand-accent:#B54A53;--brand-neutral-dark:#2A2622;--brand-neutral-mid:#6E665E;--brand-neutral-light:#F7F3EE;--brand-bg:#FFFFFF;--brand-bg-alt:#F5F0EA;--brand-text:#2A2622;--brand-text-secondary:#6E665E;--brand-text-inverse:#FFFFFF;--brand-border:#E5DDD3;--brand-success:#22C55E;--brand-warning:#F59E0B;--brand-danger:#EF4444;--brand-radius:2px;--brand-font:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;font-family:var(--brand-font);color:#2a2622;color:var(--brand-text);background:#fff;background:var(--brand-bg);line-height:1.65}a{color:#3b3c4f;color:var(--brand-primary);-webkit-text-decoration:none;text-decoration:none}a:hover{color:#b54a53;color:var(--brand-accent)}img{max-width:100%;display:block}h1,h2,h3,h4,h5{color:#2a2622;color:var(--brand-text);line-height:1.14;letter-spacing:0}h1{font-size:max(2rem, min(4vw, 3.6rem))}h2{font-size:max(1.8rem, min(3vw, 3rem))}h3{font-size:1.15rem}.section{padding:88px 0}.narrow{max-width:820px}.section-kicker{margin:0 0 14px;color:#b54a53;color:var(--brand-accent);text-transform:uppercase;font-size:.78rem;font-weight:700;letter-spacing:0}.section-head{max-width:760px;margin:0 auto 40px;text-align:center}.section-head--left{margin-left:0;text-align:left}.long-copy{max-width:960px;margin:32px auto 0;color:#2a2622;color:var(--brand-text)}.cta-button,.gc-btn-dark{border-radius:2px;border-radius:var(--brand-radius);background:#242531;background:var(--brand-primary-dark);color:#fff;color:var(--brand-text-inverse);border:1px solid #242531;border:1px solid var(--brand-primary-dark);padding:12px 22px;font-weight:700}.cta-button:hover,.gc-btn-dark:hover{background:#b54a53;background:var(--brand-accent);color:#fff;color:var(--brand-text-inverse);border-color:#b54a53;border-color:var(--brand-accent)}.gc-link-underline{display:inline-flex;border-bottom:1px solid currentColor;padding-bottom:3px;font-weight:700}.link-pair{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px}.gc-nav-drawer{min-height:64px;background:#242531;background:var(--brand-primary-dark);border-bottom:1px solid rgba(255,255,255,.16);z-index:1030}.gc-nav-drawer__row{min-height:64px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.gc-nav-drawer__toggle{width:42px;height:42px;padding:8px;display:grid;grid-gap:5px;gap:5px;align-content:center;background:0 0;border:1px solid rgba(255,255,255,.34);border-radius:2px;border-radius:var(--brand-radius)}.gc-nav-drawer__toggle span{display:block;height:2px;background:#fff}.gc-nav-drawer__brand img{width:180px;height:40px;-o-object-fit:contain;object-fit:contain}.gc-nav-drawer__search{justify-self:end;color:#fff;font-weight:700}.gc-nav-drawer__search:hover{color:#fff;-webkit-text-decoration:underline;text-decoration:underline}.gc-nav-drawer__panel{position:fixed;top:0;left:0;width:min(390px,88vw);height:100vh;padding:28px;background:#fff;background:var(--brand-bg);border-right:1px solid #e5ddd3;border-right:1px solid var(--brand-border);transform:translateX(-105%);transition:transform .25s;z-index:1050}.drawer-open .gc-nav-drawer__panel{transform:translateX(0)}.gc-nav-drawer__panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.gc-nav-drawer__panel-head button{border:0;background:#f5f0ea;background:var(--brand-bg-alt);padding:8px 12px;border-radius:2px;border-radius:var(--brand-radius)}.gc-nav-drawer__list{list-style:none;padding:0;margin:0;display:grid;grid-gap:18px;gap:18px}.gc-nav-drawer__list a{color:#2a2622;color:var(--brand-text);font-size:1.35rem;font-weight:700}.gc-panel-inquiry{display:inline-flex;margin-top:36px;padding:12px 16px;background:#242531;background:var(--brand-primary-dark);color:#fff;border-radius:2px;border-radius:var(--brand-radius)}.gc-panel-inquiry:hover{color:#fff;background:#b54a53;background:var(--brand-accent)}.gc-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:none;background:rgba(36,37,49,.45);border:0;z-index:1040}.drawer-open .gc-nav-backdrop{display:block}.gc-hero-typo{position:relative;min-height:720px;padding:160px 8vw 120px;display:block;background:#f5f0ea;background:var(--brand-bg-alt);overflow:hidden}.gc-hero-typo__copy{max-width:780px}.gc-hero-typo__copy p{max-width:650px;color:#2a2622;color:var(--brand-text);font-size:1.08rem}.gc-hero-typo__accent{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;border-radius:2px;border-radius:var(--brand-radius);background:#fff;border:1px solid #e5ddd3;border:1px solid var(--brand-border)}.product-grid--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.product-card{border:1px solid #e5ddd3;border:1px solid var(--brand-border);border-radius:2px;border-radius:var(--brand-radius);background:#fff;overflow:hidden;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(42,38,34,.12)}.product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#f5f0ea;background:var(--brand-bg-alt)}.product-card div{padding:24px}.product-card p{color:#2a2622;color:var(--brand-text)}.gc-occasion-tiles{background:#fff}.gc-occasion-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:18px;gap:18px}.gc-occasion-tile{position:relative;overflow:hidden;border-radius:2px;border-radius:var(--brand-radius);min-height:330px;background:#f5f0ea;background:var(--brand-bg-alt)}.gc-occasion-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s}.gc-occasion-tile:hover img{transform:scale(1.05)}.gc-occasion-tile__label{position:absolute;left:12px;right:12px;bottom:12px;padding:12px;color:#fff;background:rgba(36,37,49,.86);font-weight:700}.industry-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory}.industry-scroll article{flex:0 0 280px;scroll-snap-align:start;border:1px solid #e5ddd3;border:1px solid var(--brand-border);padding:24px;background:#f5f0ea;background:var(--brand-bg-alt);border-radius:2px;border-radius:var(--brand-radius)}.gc-trust-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border);border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border);background:#fff}.gc-trust-item{padding:22px;text-align:center;font-weight:700;color:#2a2622;color:var(--brand-text);border-right:1px solid #e5ddd3;border-right:1px solid var(--brand-border)}.gc-trust-item:last-child{border-right:0}.cta-section{padding:80px 0 96px;text-align:center;background:#242531;background:var(--brand-primary-dark)}.cta-section h2,.cta-section p{color:#fff}.cta-section p{max-width:700px;margin:0 auto 28px;opacity:.92}.cta-section .cta-button{background:#fff;color:#242531;color:var(--brand-primary-dark);border-color:#fff}.cta-section .cta-button:hover{background:#f5f0ea;background:var(--brand-bg-alt);color:#242531;color:var(--brand-primary-dark)}.sub-hero{padding:132px 0 84px;background:#f5f0ea;background:var(--brand-bg-alt)}.sub-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,520px);grid-gap:48px;gap:48px;align-items:center}.sub-hero__grid img{aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border-radius:2px;border-radius:var(--brand-radius);border:1px solid #e5ddd3;border:1px solid var(--brand-border)}.service-gateway-hero{background:linear-gradient(90deg,#fff 0,#f5f0ea 100%);background:linear-gradient(90deg,#fff 0,var(--brand-bg-alt) 100%)}.about-atelier-hero{position:relative;min-height:560px;padding:0;display:grid;align-items:end;background:#242531;background:var(--brand-primary-dark);overflow:hidden}.about-atelier-hero .sub-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.48}.about-atelier-hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-atelier-hero .sub-hero__overlay{position:relative;padding:180px 12px 92px}.about-atelier-hero h1,.about-atelier-hero p{color:#fff}.industries-index-hero{background:#fff;border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.industries-index-hero .container{max-width:920px;margin-left:auto;margin-right:auto;text-align:center}.sustainability-courtyard-hero{background:#f7f3ee}.blog-header,.catalog-header,.contact-hero,.policy-hero{padding:116px 0 56px;background:#f5f0ea;background:var(--brand-bg-alt);border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.catalog-header__row{display:flex;justify-content:space-between;gap:24px;align-items:end}.catalog-list{display:grid;grid-gap:12px;gap:12px}.catalog-category{margin-bottom:44px}.catalog-row{display:grid;grid-template-columns:80px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:16px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff;border-radius:2px;border-radius:var(--brand-radius)}.catalog-row img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;background:#f5f0ea;background:var(--brand-bg-alt)}.catalog-row h3{margin:0 0 4px}.catalog-row p{margin:0;color:#2a2622;color:var(--brand-text)}.catalog-row__btn{background:#f5f0ea;background:var(--brand-bg-alt);color:#2a2622;color:var(--brand-text);border:1px solid #e5ddd3;border:1px solid var(--brand-border);border-radius:2px;border-radius:var(--brand-radius)}.spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #e5ddd3;border:1px solid var(--brand-border)}.spec-table div{padding:22px;border-right:1px solid #e5ddd3;border-right:1px solid var(--brand-border);border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border);display:grid;grid-gap:8px;gap:8px}.spec-table div:nth-child(2n){border-right:0}.numbered-steps{display:grid;grid-gap:18px;gap:18px;max-width:980px;margin:0 auto}.numbered-steps article{display:flex;gap:18px;padding:22px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff}.numbered-steps b{flex:0 0 54px;color:#b54a53;color:var(--brand-accent);font-size:1.2rem}.timeline{display:grid;grid-gap:22px;gap:22px;max-width:980px;margin:0 auto}.timeline article{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:28px;gap:28px;padding:28px 0;border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.timeline span{color:#b54a53;color:var(--brand-accent);font-weight:700;text-transform:uppercase;font-size:.78rem}.blog-card-grid,.contact-info-grid,.goal-grid,.team-grid,.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.blog-card,.contact-info-grid article,.goal-grid article,.toc-card,.value-grid article{border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff;padding:24px;border-radius:2px;border-radius:var(--brand-radius)}.team-grid article{border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff;border-radius:2px;border-radius:var(--brand-radius);overflow:hidden}.team-grid article h3,.team-grid article p{padding-left:20px;padding-right:20px}.team-grid img{width:100%;aspect-ratio:7/6;-o-object-fit:cover;object-fit:cover}.cert-bar{padding:28px 0;background:#f5f0ea;background:var(--brand-bg-alt);border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border);border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.cert-bar__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;font-weight:700;text-align:center;color:#2a2622;color:var(--brand-text)}.gift-accordion .accordion-item{border-color:#e5ddd3;border-color:var(--brand-border);border-radius:2px;border-radius:var(--brand-radius);overflow:hidden;margin-bottom:12px}.gift-accordion .accordion-button{color:#2a2622;color:var(--brand-text);background:#fff;font-weight:700}.gift-accordion .accordion-button:not(.collapsed){background:#242531;background:var(--brand-primary-dark);color:#fff}.progress-list{display:grid;grid-gap:16px;gap:16px}.progress-list div{display:grid;grid-gap:8px;gap:8px}.progress-list div::after{content:"";display:block;height:10px;background:#f5f0ea;background:var(--brand-bg-alt);border:1px solid #e5ddd3;border:1px solid var(--brand-border)}.progress-list b{display:block;height:10px;margin-top:-18px;background:#b54a53;background:var(--brand-accent)}.contact-split{display:grid;grid-template-columns:minmax(0,0.85fr) minmax(320px,1fr);grid-gap:40px;gap:40px;align-items:start}.contact-form-card{padding:28px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff;border-radius:2px;border-radius:var(--brand-radius)}.article-meta,.blog-card time{color:#2a2622;color:var(--brand-text);font-size:.9rem}.blog-card h2{font-size:1.35rem}.article-shell{padding-top:104px}.article-body{max-width:900px}.article-content{margin-top:32px}.article-author,.article-nav{margin-top:36px;padding-top:24px;border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border);display:flex;gap:18px;justify-content:space-between}.article-author img{width:64px;height:64px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.article-toc{position:relative}.toc-card{position:sticky;top:88px;margin-bottom:18px;display:grid;grid-gap:10px;gap:10px}.toc-card h2{font-size:1rem}.policy-page h2{margin-top:32px}.error-state{min-height:62vh;display:grid;align-items:center;justify-items:center;place-items:center;align-content:center;grid-gap:18px;gap:18px;text-align:center;padding:80px 20px}.error-state h1{font-size:max(2rem, min(4vw, 3.6rem))}.modal-header .modal-title{color:#2a2622;color:var(--brand-text)}.gc-footer-statement{padding:72px 0 34px;background:#f5f0ea;background:var(--brand-bg-alt);border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border)}.gc-footer-statement__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,0.95fr);grid-gap:60px;gap:60px;align-items:start}.gc-footer-statement__line{font-size:max(2rem, min(4vw, 4.2rem));line-height:1.05;color:#2a2622;color:var(--brand-text);margin:0 0 28px}.gc-footer-news{display:flex;max-width:420px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff}.gc-footer-news input{flex:1;border:0;padding:14px 16px;color:#2a2622;color:var(--brand-text)}.gc-footer-news button{border:0;background:#242531;background:var(--brand-primary-dark);color:#fff;padding:0 18px}.gc-footer-statement__links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.gc-footer-statement h5{color:#2a2622;color:var(--brand-text)}.gc-footer-statement ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:8px;gap:8px}.gc-footer-statement a:not([class*=btn-]){color:#2a2622;color:var(--brand-text)}.gc-footer-statement a:not([class*=btn-]):hover{color:#b54a53;color:var(--brand-accent);-webkit-text-decoration:underline;text-decoration:underline}.gc-footer-copy{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:42px;margin-top:42px;border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border);color:#2a2622;color:var(--brand-text)}[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:991px){.contact-split,.gc-footer-statement__row,.gc-hero-typo,.sub-hero__grid{grid-template-columns:1fr}.gc-hero-typo{min-height:0;padding:120px 24px 72px}.blog-card-grid,.contact-info-grid,.goal-grid,.product-grid--three,.team-grid,.value-grid,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.cert-bar__row,.gc-trust-bar,.spec-table{grid-template-columns:repeat(2,minmax(0,1fr))}.article-author,.article-nav,.catalog-header__row,.catalog-row,.timeline article{grid-template-columns:1fr;display:grid}.gc-footer-statement__links{grid-template-columns:1fr}}@media (max-width:575px){.section{padding:64px 0}.gc-nav-drawer__brand img{width:150px}.blog-card-grid,.cert-bar__row,.contact-info-grid,.gc-trust-bar,.goal-grid,.product-grid--three,.spec-table,.team-grid,.value-grid,[class*=-grid]:has(> :nth-child(5):last-child),[class*=-grid]:has(> :nth-child(6):last-child){grid-template-columns:1fr}.gc-footer-copy{display:grid}}.section-heading{max-width:760px;margin:0 auto 40px;text-align:center}.section-heading--left{margin-left:0;text-align:left}.gc-link-pair{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px}.mich-btn-primary,.mich-btn-secondary,.mich-btn-small{border-radius:2px;border-radius:var(--brand-radius);font-weight:700}.mich-btn-primary{background:#242531;background:var(--brand-primary-dark);color:#fff;border:1px solid #242531;border:1px solid var(--brand-primary-dark);padding:12px 22px}.mich-btn-primary:hover{background:#b54a53;background:var(--brand-accent);color:#fff;border-color:#b54a53;border-color:var(--brand-accent)}.mich-btn-secondary,.mich-btn-small{background:#fff;color:#242531;color:var(--brand-primary-dark);border:1px solid #e5ddd3;border:1px solid var(--brand-border)}.mich-btn-secondary{padding:12px 22px}.mich-btn-small{padding:8px 14px}.gc-nav-drawer__close{position:absolute;top:20px;right:20px;width:40px;height:40px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff;color:#2a2622;color:var(--brand-text);border-radius:2px;border-radius:var(--brand-radius)}.gc-nav-drawer__eyebrow{margin:48px 0 28px;color:#2a2622;color:var(--brand-text);font-size:.92rem}.gc-nav-drawer__inquire{display:inline-flex;margin-top:36px;padding:12px 16px;background:#242531;background:var(--brand-primary-dark);color:#fff;border-radius:2px;border-radius:var(--brand-radius)}.gc-nav-drawer__inquire:hover{background:#b54a53;background:var(--brand-accent);color:#fff}.gc-nav-drawer__scrim{position:fixed;top:0;right:0;bottom:0;left:0;display:none;background:rgba(36,37,49,.45);z-index:1040}.drawer-open .gc-nav-drawer__scrim{display:block}.about-team-grid,.about-timeline,.about-values,.blog-card-grid-page,.blog-detail-page,.contact-info-section,.home-industry-scroll,.home-product-grid,.industry-accordion-section,.policy-page,.quote-form-section,.service-methodology,.service-table-section,.sustainability-goals,.sustainability-progress,.sustainability-statement{padding:88px 0}.about-team-grid,.blog-card-grid-page,.blog-detail-page,.contact-info-section,.home-product-grid,.policy-page,.service-table-section,.sustainability-goals{background:#fff}.about-values,.home-industry-scroll,.industry-accordion-section,.quote-form-section,.service-methodology,.sustainability-progress{background:#f5f0ea;background:var(--brand-bg-alt)}.gc-hero-typo__inner{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:64px;gap:64px;align-items:end}.blog-grid,.contact-card-grid,.mich-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:24px;gap:24px}.blog-card,.contact-card-grid article,.goal-grid article,.mich-product-card,.value-grid article{border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff;border-radius:2px;border-radius:var(--brand-radius);overflow:hidden}.blog-card img,.mich-product-card img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;background:#f5f0ea;background:var(--brand-bg-alt)}.blog-card__body,.contact-card-grid article,.mich-product-card div{padding:24px}.gc-occasion-tile span{position:absolute;left:12px;right:12px;bottom:12px;padding:12px;background:rgba(36,37,49,.86);color:#fff;font-weight:700}.industry-scroll-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:12px}.industry-scroll-row article{flex:0 0 280px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff;padding:24px}.gc-trust-bar__row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.gc-trust-item strong{display:block;color:#2a2622;color:var(--brand-text)}.services-minimal-hero,.sustainability-nature-hero{padding:132px 0 84px;background:#f5f0ea;background:var(--brand-bg-alt)}.cta-with-form,.quote-form-grid,.services-minimal-hero__grid,.sustainability-nature-hero__grid{display:grid;grid-template-columns:minmax(0,0.95fr) minmax(320px,1fr);grid-gap:48px;gap:48px;align-items:start}.services-minimal-hero__grid img,.sustainability-nature-hero__grid img{width:100%;aspect-ratio:9/7;-o-object-fit:cover;object-fit:cover;border:1px solid #e5ddd3;border:1px solid var(--brand-border)}.service-spec-table{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#fff}.service-spec-table div{display:grid;grid-gap:8px;gap:8px;padding:22px;border-right:1px solid #e5ddd3;border-right:1px solid var(--brand-border);border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.service-spec-table div:nth-child(2n){border-right:0}.method-grid{display:grid;grid-gap:18px;gap:18px}.method-grid article{display:flex;gap:18px;padding:22px;background:#fff;border:1px solid #e5ddd3;border:1px solid var(--brand-border)}.method-grid b{flex:0 0 54px;color:#b54a53;color:var(--brand-accent)}.cta-with-form .section-kicker,.cta-with-form h2,.cta-with-form p{color:#fff}.cta-with-form .feedback-form{padding:24px;background:#fff;border-radius:2px;border-radius:var(--brand-radius)}.about-legacy-hero{min-height:560px;padding:160px 0 88px;background:#242531;background:var(--brand-primary-dark)}.about-legacy-hero h1,.about-legacy-hero p{color:#fff}.about-legacy-hero__copy{max-width:820px}.timeline-list{display:grid;grid-gap:22px;gap:22px}.timeline-list article{display:grid;grid-template-columns:180px minmax(0,1fr);grid-gap:28px;gap:28px;padding:26px 0;border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.timeline-list span{color:#b54a53;color:var(--brand-accent);font-weight:700}.about-certifications,.sustainability-certs{padding:28px 0;background:#f5f0ea;background:var(--brand-bg-alt);border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border);border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.cert-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;text-align:center;font-weight:700}.industries-compact-header{padding:116px 0 60px;background:#fff;border-bottom:1px solid #e5ddd3;border-bottom:1px solid var(--brand-border)}.industry-accordion{display:grid;grid-gap:14px;gap:14px}.industry-accordion details{background:#fff;border:1px solid #e5ddd3;border:1px solid var(--brand-border);border-radius:2px;border-radius:var(--brand-radius);padding:18px 22px}.industry-accordion summary{cursor:pointer;color:#2a2622;color:var(--brand-text);font-weight:700}.industry-accordion__note{margin-top:28px;color:#2a2622;color:var(--brand-text)}.contact-intro{max-width:820px;color:#2a2622;color:var(--brand-text)}.products-catalog{padding:104px 0 88px;background:#fff}.products-catalog__head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:42px}.products-catalog__list,.products-catalog__rows{display:grid;grid-gap:14px;gap:14px}.products-catalog__category{padding:28px 0;border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border)}.products-catalog__desc{color:#2a2622;color:var(--brand-text)}.products-catalog__row{display:grid;grid-template-columns:72px minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:center;padding:14px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);background:#f5f0ea;background:var(--brand-bg-alt)}.products-catalog__row img{width:72px;height:72px;-o-object-fit:cover;object-fit:cover;background:#fff}.blog-card__label,.blog-card__meta{color:#2a2622;color:var(--brand-text);font-size:.88rem}.blog-card__meta{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:18px}.blog-pagination{margin-top:42px}.blog-detail-article,.blog-toc-sidebar__box{background:#fff;border:1px solid #e5ddd3;border:1px solid var(--brand-border);padding:26px}.blog-detail-content{margin-top:28px}.blog-author-box,.blog-prev-next{margin-top:32px;padding-top:22px;border-top:1px solid #e5ddd3;border-top:1px solid var(--brand-border)}.blog-prev-next{display:flex;justify-content:space-between;gap:18px}.blog-toc-sidebar__box{position:sticky;top:88px;display:grid;grid-gap:10px;gap:10px;margin-bottom:18px}.recent-blog-list{display:grid;grid-gap:10px;gap:10px}.policy-page__wrap{max-width:860px}.error-page h1,.policy-page h1{margin-top:0}.error-page{min-height:64vh;display:flex;align-items:center;text-align:center;background:#f5f0ea;background:var(--brand-bg-alt)}.error-code{color:#b54a53;color:var(--brand-accent)}.error-page__actions{display:flex;justify-content:center;gap:16px;margin-top:28px}@media (max-width:991px){.cta-with-form,.gc-hero-typo__inner,.products-catalog__head,.quote-form-grid,.services-minimal-hero__grid,.sustainability-nature-hero__grid{grid-template-columns:1fr;display:grid}.blog-grid,.cert-row,.contact-card-grid,.gc-trust-bar__row,.mich-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-catalog__row,.timeline-list article{grid-template-columns:1fr}}@media (max-width:575px){.blog-grid,.cert-row,.contact-card-grid,.gc-trust-bar__row,.mich-product-grid,.service-spec-table{grid-template-columns:1fr}.blog-prev-next,.error-page__actions,.method-grid article{flex-direction:column}}.feedback-form label{display:grid;grid-gap:8px;gap:8px;color:#2a2622;color:var(--brand-text);font-weight:700;font-size:.9rem}.feedback-form input,.feedback-form select,.feedback-form textarea{width:100%;min-height:48px;border:1px solid #e5ddd3;border:1px solid var(--brand-border);border-radius:2px;border-radius:var(--brand-radius);padding:10px 12px;color:#2a2622;color:var(--brand-text);background:#fff}.feedback-form textarea{resize:vertical}.feedback-form__agree{display:flex;grid-template-columns:none;gap:10px;align-items:flex-start;font-weight:400}.feedback-form__agree input{width:18px;min-height:18px;margin-top:4px}