:root{--scu-red:#a51218;--scu-red-dark:#7d0c11;--ink:#171717;--muted:#666;--line:#ececec;--white:#fff;--soft:#f8f8f8;--shadow:0 18px 45px rgba(0,0,0,.08);--radius:20px}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;font-size:17px;line-height:1.7}a{color:var(--scu-red);text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,92vw);margin-inline:auto}.site-header{position:sticky;top:0;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:86px;gap:24px}.site-brand img{width:210px;display:block}.primary-nav ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}.primary-nav a{color:var(--ink);font-weight:700}.primary-nav a:hover{color:var(--scu-red)}.menu-toggle{display:none;border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:10px}.hero{position:relative;min-height:440px;display:grid;align-items:center;overflow:hidden;background:#111}.hero-home{min-height:650px}.hero-bg,.hero-media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.74),rgba(0,0,0,.35),rgba(0,0,0,.15))}.hero-content{position:relative;color:#fff;padding:80px 0}.hero-content h1{font-size:clamp(42px,6vw,78px);line-height:1.05;margin:10px 0 20px;max-width:900px}.hero-content p{max-width:700px;font-size:20px}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-weight:800;font-size:13px}.eyebrow.red{color:var(--scu-red)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;font-weight:800;margin-top:16px}.btn-primary{background:var(--scu-red);color:#fff}.btn-primary:hover{background:var(--scu-red-dark);color:#fff}.btn-light{background:#fff;color:var(--scu-red)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.intro-section,.page-content,.product-detail,.suppliers-section{padding:80px 0}.intro-section h2,.products-preview h2,.suppliers-section h2,.contact-band h2{font-size:clamp(32px,4vw,54px);line-height:1.15;margin:0 0 20px}.feature-card-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.feature-card strong{display:block;color:var(--scu-red);font-size:22px;margin-bottom:8px}.feature-card span{color:var(--muted)}.products-preview{padding:90px 0;background:var(--soft)}.ds-product-tabs{margin-top:32px}.ds-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.ds-tab{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 18px;font-weight:800;cursor:pointer}.ds-tab.is-active{background:var(--scu-red);color:#fff;border-color:var(--scu-red)}.ds-panel{display:none}.ds-panel.is-active{display:block}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;min-height:210px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow)}.product-card .badge{display:inline-block;background:rgba(165,18,24,.1);color:var(--scu-red);font-weight:800;border-radius:999px;padding:4px 10px;font-size:12px;margin-bottom:12px}.product-card h3{font-size:22px;line-height:1.2;margin:0 0 8px}.product-card p{color:var(--muted);margin:0}.supplier-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:30px}.supplier-grid div{border:1px solid var(--line);border-radius:16px;padding:30px;text-align:center;font-size:22px;font-weight:900;background:#fff;box-shadow:var(--shadow)}.contact-band{background:var(--scu-red);color:#fff;padding:70px 0}.contact-band a{color:#fff;text-decoration:underline}.contact-band .btn-light{color:var(--scu-red);text-decoration:none}.product-summary-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);background:#fff}.summary-table{width:100%;border-collapse:collapse}.summary-table th,.summary-table td{border:1px solid var(--line);padding:14px;text-align:left}.summary-table th{width:40%;background:#fafafa}.careers-form input,.careers-form textarea,.careers-form select{width:100%;border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:14px;font:inherit}.careers-form button{border:none;background:var(--scu-red);color:#fff;border-radius:999px;padding:14px 24px;font-weight:900}.site-footer{background:#151515;color:#fff;padding-top:60px}.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:36px}.footer-logo{width:210px;background:#fff;padding:8px;border-radius:12px}.site-footer a{color:#fff}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;margin-top:40px;color:#bbb}.page-content h2{font-size:42px;line-height:1.15}.page-content p{text-align:justify}.red-divider{height:12px;background:var(--scu-red);border-radius:999px;margin:36px 0}@media(max-width:900px){.menu-toggle{display:block}.primary-nav{display:none;position:absolute;top:86px;left:0;right:0;background:#fff;border-bottom:1px solid var(--line)}.primary-nav.is-open{display:block}.primary-nav ul{display:block;padding:20px}.primary-nav li{margin:12px 0}.two-col,.footer-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr 1fr}.supplier-grid{grid-template-columns:1fr 1fr}.hero-home{min-height:560px}}@media(max-width:560px){body{font-size:16px}.site-brand img{width:170px}.product-grid,.feature-card-list,.supplier-grid{grid-template-columns:1fr}.hero-content h1{font-size:40px}}


/* Product browser with species and classification chooser */
.ds-product-browser{margin-top:34px}
.ds-browser-heading{max-width:860px;margin-bottom:28px}
.ds-browser-heading h2{font-size:clamp(30px,4vw,48px);line-height:1.15;margin:6px 0 12px}
.ds-browser-heading p{color:var(--muted)}
.ds-species-tabs{padding:10px;background:#fff;border:1px solid var(--line);border-radius:999px;width:max-content;max-width:100%}
.ds-classification-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 28px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.ds-filter{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 14px;font-weight:800;cursor:pointer;color:var(--ink)}
.ds-filter span{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:6px;border-radius:999px;background:#f1f1f1;color:var(--muted);font-size:12px}
.ds-filter.is-active{background:var(--scu-red);border-color:var(--scu-red);color:#fff}
.ds-filter.is-active span{background:rgba(255,255,255,.2);color:#fff}
.ds-product-item.is-hidden{display:none}
.product-card{position:relative;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.product-card:hover{transform:translateY(-4px);border-color:rgba(165,18,24,.35);box-shadow:0 24px 60px rgba(0,0,0,.12)}
.product-thumb{display:block;height:145px;margin:-22px -22px 18px;background-size:cover;background-position:center;background-color:#fafafa;border-bottom:1px solid var(--line)}
.product-thumb-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#fff,#f4f4f4)}
.product-thumb-placeholder span{display:grid;place-items:center;width:74px;height:74px;border:3px solid var(--scu-red);color:var(--scu-red);font-size:28px;font-weight:900;border-radius:18px;text-transform:uppercase}
.card-meta{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0 10px}
.card-meta span{font-size:12px;font-weight:800;border:1px solid var(--line);border-radius:999px;padding:4px 9px;color:var(--muted);background:#fff}
.view-link{color:var(--scu-red);margin-top:auto}
.product-detail{padding:80px 0}
.product-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:48px;align-items:start}
.single-product-image{margin:0 0 28px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.single-product-image img{display:block;width:100%;height:auto}
.product-image-placeholder{min-height:320px;display:grid;place-items:center;background:linear-gradient(135deg,#fff,#f6f6f6)}
.product-image-placeholder span{display:grid;place-items:center;width:110px;height:110px;border:4px solid var(--scu-red);border-radius:24px;color:var(--scu-red);font-size:42px;font-weight:900;text-transform:uppercase}
.product-main-content{font-size:18px}
.product-main-content h2,.product-info-section h2{font-size:32px;line-height:1.2;margin:34px 0 14px}
.product-info-section{border-top:1px solid var(--line);margin-top:30px;padding-top:24px}
.feature-list{display:grid;gap:10px;padding-left:20px}
.product-summary-card{position:sticky;top:110px}
.product-summary-card .btn{width:100%;margin-top:22px}
@media(max-width:1000px){.product-detail-grid{grid-template-columns:1fr}.product-summary-card{position:static}.ds-species-tabs{border-radius:var(--radius);width:100%}}
@media(max-width:560px){.ds-classification-tabs{padding:12px}.ds-filter{width:100%;text-align:left;display:flex;justify-content:space-between}.product-thumb{height:170px}}



/* Who We Are page enhanced layout */
.who-section{padding:0 0 10px}
.who-lead{max-width:980px;margin:0 0 34px}
.who-lead p{font-size:18px;line-height:1.85;color:#222;margin:0 0 18px;text-align:justify}
.mission-vision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin:42px 0 46px}
.mv-card{position:relative;background:#fff;border:1px solid rgba(165,18,24,.16);border-radius:26px;padding:34px 34px 32px;box-shadow:0 22px 60px rgba(0,0,0,.08);overflow:hidden;min-height:260px}
.mv-card:before{content:"";position:absolute;top:0;left:0;right:0;height:8px;background:linear-gradient(90deg,var(--scu-red),var(--scu-red-dark))}
.mv-card:after{content:"";position:absolute;right:-55px;bottom:-55px;width:150px;height:150px;border-radius:50%;background:rgba(165,18,24,.06)}
.mv-icon{width:62px;height:62px;border-radius:20px;background:rgba(165,18,24,.1);color:var(--scu-red);display:grid;place-items:center;font-size:30px;margin-bottom:18px}
.mv-card h2{font-size:34px!important;margin:0 0 14px!important;line-height:1.1!important;color:#111}
.mv-card p{font-size:18px;line-height:1.75;color:#333;text-align:left;margin:0;position:relative;z-index:1}
.name-inspiration{margin:20px 0 54px;padding:34px;border-left:8px solid var(--scu-red);border-radius:0 24px 24px 0;background:linear-gradient(90deg,rgba(165,18,24,.08),rgba(165,18,24,.02));box-shadow:0 16px 40px rgba(0,0,0,.05)}
.name-inspiration h2{font-size:34px!important;margin:0 0 12px!important}
.name-inspiration p{font-size:18px;line-height:1.8;margin:0;text-align:left}
.core-intro{max-width:900px;margin:0 0 24px;color:#555;font-size:18px;line-height:1.75;text-align:left!important}
.competency-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0 10px;padding:0!important;list-style:none!important}
.competency-card{display:flex;gap:15px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 15px 40px rgba(0,0,0,.06);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;min-height:130px}
.competency-card:hover{transform:translateY(-4px);border-color:rgba(165,18,24,.35);box-shadow:0 24px 60px rgba(0,0,0,.1)}
.competency-icon{flex:0 0 46px;width:46px;height:46px;border-radius:16px;background:#111;color:#fff;display:grid;place-items:center;font-size:22px}
.competency-card:nth-child(2n) .competency-icon{background:var(--scu-red)}
.competency-card h3{font-size:19px;line-height:1.25;margin:0 0 8px;color:#111}
.competency-card p{font-size:15px;line-height:1.55;color:#666;margin:0;text-align:left!important}
@media(max-width:980px){.mission-vision-grid{grid-template-columns:1fr}.competency-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.mv-card,.name-inspiration{padding:26px}.competency-grid{grid-template-columns:1fr}.who-lead p,.mv-card p,.name-inspiration p,.core-intro{font-size:16px}.mv-card h2,.name-inspiration h2{font-size:28px!important}}

/* Scuderia History Timeline */
.scuderia-history-section{margin:58px 0 58px;padding:56px 0 20px;position:relative}
.history-heading{max-width:820px;margin:0 auto 44px;text-align:center}
.history-heading h2{font-size:clamp(38px,5vw,64px)!important;line-height:1.05!important;margin:8px 0 12px!important;color:#111}
.history-heading p:not(.eyebrow){font-size:18px;line-height:1.75;color:#555;text-align:center!important;margin:0 auto}
.scuderia-timeline{position:relative;display:grid;gap:34px;margin:0 auto;max-width:1120px}
.scuderia-timeline:before{content:"";position:absolute;top:12px;bottom:12px;left:50%;width:4px;transform:translateX(-50%);border-radius:999px;background:linear-gradient(180deg,var(--scu-red),#111,var(--scu-red));opacity:.18}
.timeline-item{position:relative;display:grid;grid-template-columns:1fr 92px 1fr;gap:26px;align-items:center;min-height:260px}
.timeline-marker{grid-column:2;grid-row:1;position:relative;z-index:2;display:grid;place-items:center}
.timeline-marker span{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:var(--scu-red);color:#fff;font-weight:900;font-size:18px;letter-spacing:.04em;border:8px solid #fff;box-shadow:0 18px 45px rgba(165,18,24,.22)}
.timeline-card{background:#fff;border:1px solid var(--line);border-radius:26px;box-shadow:0 18px 52px rgba(0,0,0,.07);overflow:hidden}
.timeline-story{padding:30px 32px;grid-column:1;grid-row:1;border-top:7px solid var(--scu-red)}
.timeline-item:nth-child(even) .timeline-story{grid-column:3}
.timeline-image-card{grid-column:3;grid-row:1;min-height:250px;display:grid;place-items:center;background:#fafafa}
.timeline-item:nth-child(even) .timeline-image-card{grid-column:1}
.timeline-image-card img{width:100%;height:100%;min-height:250px;object-fit:cover;display:block}
.timeline-image-blank{min-height:250px;width:100%;background:transparent}
.timeline-year{display:inline-flex!important;width:auto;background:rgba(165,18,24,.09);color:var(--scu-red);border-radius:999px;padding:7px 13px;font-weight:900;font-size:13px!important;line-height:1!important;margin:0 0 14px!important;text-align:left!important;letter-spacing:.08em}
.timeline-story h3{font-size:28px;line-height:1.15;margin:0 0 14px;color:#111}
.timeline-copy p{font-size:17px;line-height:1.75;color:#444;text-align:left!important;margin:0}
@media(max-width:900px){.scuderia-timeline:before{left:39px}.timeline-item,.timeline-item:nth-child(even){grid-template-columns:78px 1fr;gap:18px;align-items:start}.timeline-marker,.timeline-item:nth-child(even) .timeline-marker{grid-column:1;grid-row:1 / span 2}.timeline-marker span{width:68px;height:68px;font-size:15px;border-width:6px}.timeline-story,.timeline-item:nth-child(even) .timeline-story{grid-column:2;grid-row:1}.timeline-image-card,.timeline-item:nth-child(even) .timeline-image-card{grid-column:2;grid-row:2}.timeline-story{padding:24px}.timeline-story h3{font-size:24px}}
@media(max-width:560px){.scuderia-history-section{padding-top:34px}.scuderia-timeline:before{left:28px}.timeline-item{grid-template-columns:58px 1fr;gap:14px}.timeline-marker span{width:54px;height:54px;font-size:12px;border-width:5px}.timeline-card{border-radius:20px}.timeline-image-card img,.timeline-image-blank{min-height:210px}.timeline-copy p{font-size:15px}}

/* v1.4 editable content, product gallery, and responsive polish */
.home-editable-content > section { margin-top: 0; }
.product-gallery { margin: 2rem 0; }
.product-gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.product-gallery-grid figure { margin: 0; border-radius: 18px; overflow: hidden; border: 1px solid rgba(0,0,0,.08); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.product-gallery-grid img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.product-brochure { margin-top: 1rem; }
.custom-logo { max-width: 220px; height: auto; }
.footer-logo, .site-footer .custom-logo { max-width: 170px; height: auto; background: #fff; border-radius: 8px; padding: .25rem; }
.ds-product-browser, .who-section, .careers-form, .scuderia-history-section { overflow-wrap: anywhere; }
@media (max-width: 1024px) {
  .container { width: min(92%, 1120px); }
  .product-detail-grid { grid-template-columns: 1fr; }
  .product-summary-card { position: static; }
}
@media (max-width: 768px) {
  .hero { min-height: 360px; }
  .hero-content h1 { font-size: clamp(2rem, 9vw, 3.2rem); }
  .two-col, .mission-vision-grid, .footer-grid { grid-template-columns: 1fr !important; }
  .product-grid, .competency-grid, .supplier-grid, .product-gallery-grid { grid-template-columns: 1fr; }
  .ds-tabs, .ds-classification-tabs { overflow-x: auto; padding-bottom: .5rem; -webkit-overflow-scrolling: touch; }
  .ds-tab, .ds-filter { white-space: nowrap; }
  .timeline-item { grid-template-columns: 1fr !important; }
  .timeline-marker { justify-self: start; }
  .site-header .header-inner { gap: .75rem; }
}


/* Homepage offering tabs - editable via shortcode and product taxonomies */
.home-offerings-section{position:relative;padding:88px 0 96px;background:linear-gradient(135deg,var(--scu-red),#c8102e 58%,var(--scu-red-dark));color:#fff;overflow:hidden}
.home-offerings-section:before{content:"";position:absolute;left:50%;bottom:-130px;transform:translateX(-50%);width:780px;height:260px;border:2px solid rgba(255,255,255,.38);border-radius:50%;opacity:.38}
.home-offerings-section:after{content:"";position:absolute;right:-160px;top:-160px;width:360px;height:360px;border-radius:50%;background:rgba(255,255,255,.06)}
.home-offerings-section .container{position:relative;z-index:1}
.home-offerings-heading{max-width:980px;margin:0 auto 42px;text-align:center}
.home-offerings-heading .eyebrow{color:#fff;margin:0 0 10px}
.home-offerings-heading h2{font-size:clamp(34px,4vw,58px);line-height:1.08;margin:0 0 18px;color:#fff;font-weight:500}
.home-offerings-heading h2:after{content:"";display:block;width:96px;height:3px;background:rgba(0,0,0,.34);margin:22px auto 0;border-radius:999px}
.home-offerings-heading p:not(.eyebrow){font-size:19px;line-height:1.75;max-width:920px;margin:0 auto;color:rgba(255,255,255,.94);text-align:center!important}
.home-offerings-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:0;max-width:1100px;margin:0 auto;align-items:stretch}
.home-offering-tabs{display:flex;flex-direction:column;justify-content:center;padding:16px 0;gap:4px}
.home-offering-tab{position:relative;border:0;background:transparent;color:#fff;text-align:left;font:inherit;font-size:21px;font-weight:900;padding:20px 28px;border-radius:0;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}
.home-offering-tab:hover{transform:translateX(3px)}
.home-offering-tab.is-active{background:#fff5ef;color:#111;border:3px solid rgba(255,255,255,.75);border-right:0;box-shadow:-12px 15px 35px rgba(0,0,0,.08)}
.home-offering-tab.is-active:after{content:"";position:absolute;right:-18px;top:0;bottom:0;width:20px;background:#fff5ef;clip-path:polygon(0 0,100% 50%,0 100%)}
.home-offering-panels{background:#fff5ef;color:#222;border:3px solid rgba(255,255,255,.75);box-shadow:0 22px 60px rgba(0,0,0,.12);min-height:300px}
.home-offering-panel{display:none;height:100%}
.home-offering-panel.is-active{display:block}
.home-offering-panel-inner{padding:34px 46px;display:grid;gap:12px;height:100%;align-content:center}
.home-offering-panel h3{font-size:26px;line-height:1.2;margin:0 0 4px;color:var(--scu-red)}
.home-offering-panel ul{columns:2;column-gap:42px;margin:0;padding-left:20px}
.home-offering-panel li{break-inside:avoid;font-size:17px;line-height:1.55;margin:0 0 10px;color:#333}
.offering-link{display:inline-flex;justify-self:start;margin-top:12px;color:var(--scu-red);font-weight:900;text-decoration:none}
.offering-link:hover{text-decoration:underline}
@media(max-width:900px){.home-offerings-layout{grid-template-columns:1fr}.home-offering-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;padding:0}.home-offering-tab{border-radius:18px;background:rgba(255,255,255,.12);padding:16px 18px;text-align:center}.home-offering-tab.is-active{border:1px solid rgba(255,255,255,.75);box-shadow:none}.home-offering-tab.is-active:after{display:none}.home-offering-panels{border-radius:24px}.home-offering-panel ul{columns:1}}
@media(max-width:560px){.home-offerings-section{padding:64px 0 76px}.home-offerings-heading h2{font-size:34px}.home-offerings-heading p:not(.eyebrow){font-size:16px}.home-offering-tabs{grid-template-columns:1fr}.home-offering-panel-inner{padding:26px 24px}.home-offering-panel li{font-size:16px}}

/* v1.5 brand alignment + editor-friendly homepage defaults */
.site-header{background:#fff;box-shadow:0 6px 22px rgba(0,0,0,.035)}
.header-inner{min-height:92px;align-items:center}
.site-brand{display:flex;align-items:center;line-height:0;flex:0 0 auto;max-width:260px}
.site-brand img,.site-brand .custom-logo{display:block;width:auto!important;max-width:255px!important;max-height:78px!important;object-fit:contain}
.primary-nav{display:flex;align-items:center;margin-left:auto}
.primary-nav ul{align-items:center}
.primary-nav a{font-size:16px;letter-spacing:.01em}
.hero-home{min-height:680px}
.hero-content{padding-top:110px;padding-bottom:110px}
.hero-content h1{letter-spacing:-.035em;font-weight:900;max-width:930px}
.hero-content p{font-weight:500;color:rgba(255,255,255,.95)}
.intro-section{padding-top:96px;padding-bottom:96px}
.products-cta-band{margin-top:78px;margin-bottom:78px;padding:46px 52px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:var(--shadow);display:flex;align-items:center;justify-content:space-between;gap:28px}
.products-cta-band h2{font-size:clamp(30px,3vw,44px);line-height:1.12;margin:0 0 12px}
.products-cta-band p:not(.eyebrow){margin:0;color:var(--muted)}
.supplier-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}
.supplier-grid div{display:grid;place-items:center;min-height:108px;font-size:clamp(18px,2vw,22px)}
.home-editable-content{padding:40px 0;background:#fff}
@media(max-width:900px){.header-inner{min-height:80px}.site-brand img,.site-brand .custom-logo{max-width:190px!important;max-height:62px!important}.primary-nav{display:none;top:80px}.primary-nav.is-open{display:block}.products-cta-band{display:block;padding:34px 28px}.hero-home{min-height:600px}.hero-content{padding-top:90px;padding-bottom:90px}}
@media(max-width:560px){.site-brand img,.site-brand .custom-logo{max-width:165px!important;max-height:54px!important}.hero-content h1{font-size:42px}.products-cta-band{margin-top:52px;margin-bottom:52px}}
