/* MASHA TOOLS visual direction v18 candidate
   European Professional + Modern Sourcing Partner
   Presentation layer only: no product/commercial truth lives here. */
:root{
  --navy:#0F2A44;
  --navy2:#173F63;
  --ink:#111c24;
  --muted:#596773;
  --paper:#F4F8FB;
  --white:#ffffff;
  --line:#D7E4EC;
  --line-strong:#B8CBD9;
  /* Primary brand color sampled from the supplied MASHA TOOLS logo. */
  --brand:#008FE3;
  --brand-dark:#0070B8;
  --brand-pale:#DFF3FF;
  /* v18 conversion signal: accessible dark brand blue, not copper. */
  --signal:var(--brand-dark);
  --signal-dark:#005A95;
  --signal-pale:#EAF7FF;
  /* Compatibility aliases: navigation/technical accents use the brand cyan. */
  --accent:var(--brand);
  --accent-dark:var(--brand-dark);
  --accent-pale:var(--brand-pale);
  --soft:#EAF4FA;
  --product-bg:#ffffff;
  --radius:10px;
  --shadow:0 18px 50px rgba(15,42,68,.09);
}

body{
  background:var(--paper);
  font-family:"Segoe UI Variable","Aptos",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  line-height:1.58;
}

.shell{width:min(1220px,calc(100% - 44px))}

/* Brand header */
.site-header{
  background:rgba(255,255,255,.965);
  border-top:3px solid var(--brand);
  border-bottom:1px solid rgba(17,28,36,.12);
  box-shadow:0 1px 0 rgba(255,255,255,.7);
}
.nav{height:74px;gap:28px}
.wordmark{display:inline-flex;align-items:center;line-height:1}
.brand-logo{display:block;width:auto;object-fit:contain}
.header-brand-logo{height:35px;max-width:230px}
.footer-brand-logo{height:34px;max-width:230px}
.site-footer .wordmark{width:max-content}
.main-nav{font-size:14px;gap:22px;font-weight:700;letter-spacing:.01em}
.main-nav a{padding:12px 0;border-bottom-width:3px}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:var(--ink);border-bottom-color:var(--accent)}
.nav-inquiry span{background:var(--accent-dark)}
.header-cta{min-height:42px;padding:0 16px}

/* Buttons: precision-tool rather than rounded SaaS */
.button{min-height:45px;border-radius:6px;padding:0 19px;font-size:15px;font-weight:780;letter-spacing:.005em;box-shadow:none}
.button:hover{transform:translateY(-1px)}
.button.outline{border-color:#8f9aa0}
.button.accent{background:var(--signal);border-color:var(--signal)}
.button.accent:hover{background:var(--signal-dark);border-color:var(--signal-dark)}
.text-button,.text-link{font-weight:780}

/* Homepage hero */
.hero{
  color:#fff;
  padding:82px 0 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),
    radial-gradient(circle at 82% 18%,rgba(1,145,195,.18),transparent 31%),
    var(--navy);
  background-size:44px 44px,44px 44px,auto,auto;
  border-bottom:0;
}
.hero-grid{grid-template-columns:1.08fr .92fr;gap:70px;align-items:center;padding-bottom:58px}
.hero .kicker{color:var(--accent-pale)}
.hero h1{font-size:clamp(47px,5.7vw,75px);line-height:.99;letter-spacing:-.05em;margin:15px 0 24px;max-width:780px;text-wrap:balance}
.hero .lead{color:#c5d0d6;font-size:18px;line-height:1.66;max-width:720px}
.hero .button.outline{color:#fff;border-color:#7d8c96;background:rgba(255,255,255,.03)}
.hero .button.outline:hover{border-color:#fff;background:rgba(255,255,255,.08)}
.hero .actions{margin-top:31px}

.hero-visual{min-height:525px;isolation:isolate}
.hero-visual::before{
  content:"";
  position:absolute;
  inset:16px 10px 22px 46px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.12);
  border-radius:8px;
  transform:rotate(-1.3deg);
  z-index:-1;
}
.hero-card{
  border-radius:8px;
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 25px 70px rgba(0,0,0,.24);
  background:#ffffff;
}
.hero-card img{padding:18px}
.hero-card.one{width:65%;height:340px;right:0;top:18px}
.hero-card.two{width:50%;height:236px;left:0;bottom:18px}
.hero-card.three{width:34%;height:170px;right:4%;bottom:0}
.hero-label{
  left:14px;bottom:13px;border-radius:4px;padding:7px 9px;
  background:var(--navy);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.03em;font-size:10px
}

/* Homepage capability rail */
.buyer-rail{
  border-top:1px solid rgba(255,255,255,.16);
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.buyer-proof{padding:22px 24px 24px 0;min-height:112px}
.buyer-proof+.buyer-proof{border-left:1px solid rgba(255,255,255,.13);padding-left:24px}
.buyer-proof .proof-code{
  display:block;color:var(--accent-pale);font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.12em;margin-bottom:7px
}
.buyer-proof strong{display:block;font-size:14px;line-height:1.25;color:#fff;margin-bottom:5px}
.buyer-proof p{margin:0;color:#9fb0ba;font-size:12px;line-height:1.45}

/* Section rhythm */
.section{padding:76px 0;border-top:1px solid rgba(17,28,36,.09)}
.section.white{background:#fff}
.section-head{grid-template-columns:.9fr 1.1fr;gap:56px;margin-bottom:38px}
.section-head h2,.large-heading,.medium-heading{font-weight:760;text-wrap:balance}
.section-head h2{font-size:clamp(34px,4vw,50px);letter-spacing:-.042em}
.section-head p{font-size:16px;max-width:680px;justify-self:end}
.kicker{font:780 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.14em}

/* Product-area cards */
.category-grid{gap:10px}
.category-card{
  position:relative;overflow:hidden;border-radius:7px;padding:20px 20px 18px;min-height:168px;
  display:grid;grid-template-rows:auto auto 1fr;align-content:start;
  box-shadow:none;border-color:#D7E4EC;transition:border-color .18s,transform .18s,background .18s
}
.category-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:3px;background:#ccd1d2}
.category-card::after{content:"↗";position:absolute;right:18px;top:17px;color:#9aa4a8;font-size:16px}
.category-card:hover{transform:translateY(-2px);box-shadow:none;border-color:#9ea9ad;background:#fafaf8}
.category-card:hover::before{background:var(--accent)}
.category-card .num{font:780 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.1em}
.category-card h3{font-size:18px;margin:18px 0 8px}
.category-card p{font-size:13px;line-height:1.55}
.category-card.source{background:var(--navy);border-color:var(--navy)}
.category-card.source::before{background:var(--accent)}
.category-card.source::after{color:#fff}
.category-card.source .num{color:var(--accent-pale)}
.category-card.source p{color:#aebdc6}

/* Product system */
.feature-grid,.catalog-grid{gap:12px}
.product-card{border-radius:7px;border-color:#D7E4EC;box-shadow:none;transition:border-color .18s,transform .18s,box-shadow .18s;background:#fff}
.product-card:hover{transform:translateY(-2px);border-color:#aeb7ba;box-shadow:0 14px 34px rgba(15,42,68,.07)}
.product-image{height:214px;padding:14px;background:var(--product-bg);border-bottom-color:#dfe6e9}
.product-card-body{padding:17px 18px 16px}
.product-code{font:780 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.11em;color:var(--accent-dark)}
.product-card h3{font-size:17px;margin:8px 0 9px;letter-spacing:-.015em}
.product-card p{font-size:12.5px;line-height:1.55}
.product-card-foot{font-size:10.5px;padding-top:12px}
.product-card-foot>span{text-transform:uppercase;letter-spacing:.055em;color:#75828a}

/* Dark sourcing section */
.section.navy{
  background:
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),
    var(--navy);
  background-size:56px 56px,auto;
}
.section.navy .large-heading{max-width:620px}
.navy-lead{color:#aebdc6}
.service-list{gap:0;border-top:1px solid rgba(255,255,255,.15)}
.service-item{padding:21px 0;grid-template-columns:48px 1fr}
.service-item strong{border-radius:4px;background:rgba(255,255,255,.075);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:var(--accent-pale)}
.service-item h3{font-size:17px}
.service-item p{color:#9fb0ba;font-size:13px}

.quote-panel{border-radius:8px;background:var(--navy2);border-left:3px solid var(--brand);padding:38px}
.quote-panel h2{font-weight:760}

/* Interior page hero */
.page-hero{
  background:#fff;
  padding:58px 0 46px;
  border-bottom:1px solid var(--line);
}
.page-hero .kicker{margin-top:4px}
.page-hero h1{font-size:clamp(39px,4.7vw,60px);line-height:1.03;letter-spacing:-.045em;max-width:980px;text-wrap:balance}
.page-hero .lead{font-size:17px;line-height:1.65;max-width:850px}
.breadcrumbs{font:650 11px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;color:#7b878d}

/* Catalog */
.catalog-layout{grid-template-columns:255px 1fr;gap:32px}
.filter-panel{border-radius:7px;border-color:#d0d4d4;padding:20px;box-shadow:none}
.field label{font-size:11px;letter-spacing:.025em;text-transform:uppercase}
.field input,.field select,.field textarea{border-radius:5px;border-color:#c7cdcf;padding:11px 12px}
.filter-chip{border-radius:4px;border-color:#d2d5d4;background:#fff;padding:8px 10px;font-size:12px}
.filter-chip:hover{border-color:var(--accent);color:var(--accent-dark)}
.callout{border-radius:6px;background:#eef4f6;border-color:#d5e1e6}

/* Product detail */
.detail-grid{grid-template-columns:.95fr 1.05fr;gap:56px}
.detail-media{position:relative;border-radius:8px;background:var(--product-bg);border-color:#d2d5d4;padding:34px;min-height:520px;overflow:hidden}
.detail-media::before,.detail-media::after{content:"";position:absolute;width:38px;height:38px;pointer-events:none}
.detail-media::before{left:12px;top:12px;border-left:2px solid var(--accent);border-top:2px solid var(--accent)}
.detail-media::after{right:12px;bottom:12px;border-right:2px solid #c6ccce;border-bottom:2px solid #c6ccce}
.detail-copy h1{font-size:clamp(36px,4.25vw,55px);letter-spacing:-.04em;text-wrap:balance}
.detail-copy .summary{font-size:17px;line-height:1.68}
.specs{margin-top:28px}
.spec-row{grid-template-columns:38% 62%;padding:12px 0;font-size:13px}
.spec-row dt{font-size:11px;text-transform:uppercase;letter-spacing:.04em}
.reference-note{border-left-width:2px;background:#eef3f5}
.product-notice{border-radius:6px;background:#EAF4FA}

/* Forms and trust blocks */
.form-card,.fact-card,.process-card,.fact,.inquiry-row{border-radius:7px;box-shadow:none}
.form-card{border-color:#d2d5d4;padding:30px}
.process-card>span,.fact-label{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}
.faq-list details{border-radius:6px}

/* Footer */
.site-footer{background:var(--navy);padding-top:62px;border-top:3px solid var(--brand)}
.footer-grid h2,.footer-grid h3{font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.12em}
.footer-grid p{color:#9babb4}
.footer-bottom{color:#8798a2}

/* Accessible focus tuned to darker visual system */
.button:focus-visible,.text-button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,.menu-button:focus-visible{outline-color:rgba(0,143,227,.52)}

@media(max-width:1100px){
  .buyer-rail{grid-template-columns:repeat(2,minmax(0,1fr))}
  .buyer-proof:nth-child(3){border-left:0;padding-left:0;border-top:1px solid rgba(255,255,255,.13)}
  .buyer-proof:nth-child(4){border-top:1px solid rgba(255,255,255,.13)}
}

@media(max-width:980px){
  .hero-grid{gap:34px}
  .hero-visual{min-height:450px}
  .section-head p{justify-self:start}
}

@media(max-width:760px){
  .shell{width:min(100% - 30px,1220px)}
  .site-header{border-top-width:2px}
  .nav{height:66px}
  .main-nav{top:72px;border-radius:7px}
  .hero{padding-top:54px}
  .hero-grid{padding-bottom:34px}
  .hero h1{font-size:clamp(40px,11vw,50px);line-height:1.01}
  .hero-visual::before{display:none}
  .hero-card{box-shadow:none}
  .buyer-rail{grid-template-columns:1fr 1fr}
  .buyer-proof{padding:17px 14px 18px 0;min-height:104px}
  .buyer-proof+.buyer-proof{padding-left:14px}
  .buyer-proof:nth-child(3){padding-left:0}
  .buyer-proof p{font-size:11px}
  .section{padding:60px 0}
  .category-card{min-height:174px}
  .category-card h3{margin-top:30px}
  .page-hero{padding:43px 0 31px}
  .detail-media{min-height:330px;padding:24px}
  .form-card{padding:21px}
}

@media(max-width:480px){
  .buyer-rail{grid-template-columns:1fr}
  .buyer-proof,.buyer-proof+.buyer-proof,.buyer-proof:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.13);padding:15px 0}
  .buyer-proof:first-child{border-top:0}
}

/* v15 mobile cascade correction: brand.css loads after the base responsive rules. */
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:30px}
}
@media(max-width:760px){
  .hero-card.one{height:240px}
  .hero-card.two,.hero-card.three{height:150px}
}
@media(max-width:430px){
  .hero-card.one{height:215px}
  .hero-card.two,.hero-card.three{height:130px}
}

/* v15 responsive cascade corrections for layouts restyled after the base breakpoints. */
@media(max-width:980px){
  .catalog-layout,.detail-grid,.section-head{grid-template-columns:1fr}
  .catalog-layout{gap:24px}
  .section-head{gap:14px}
}
@media(max-width:760px){
  .detail-media{padding:20px;min-height:0}
  .detail-media img{width:auto;max-width:100%;max-height:390px}
}


/* v16 brand integration + photo-light trust design.
   The site deliberately uses verified product imagery, process diagrams and registered-company facts
   instead of generic factory/warehouse stock photography. */
.brand-accent{color:var(--brand-dark)}
.brand-rule{height:3px;width:64px;background:var(--brand);margin:14px 0 20px}
.requirement-board{display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center}
.requirement-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:26px}
.requirement-input{background:#fff;border:1px solid var(--line);border-radius:7px;padding:18px;min-height:132px;position:relative}
.requirement-input::before{content:attr(data-code);display:block;color:var(--brand-dark);font:780 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.12em;margin-bottom:22px}
.requirement-input strong{display:block;font-size:16px;margin-bottom:6px}
.requirement-input p{margin:0;color:var(--muted);font-size:12.5px;line-height:1.55}
.product-mosaic{display:flex;align-items:center;justify-content:center;min-height:490px;overflow:visible}
.product-mosaic-single{margin:0;min-height:490px;padding:16px 0}
.product-mosaic-single img{display:block;width:100%;height:auto;max-height:490px;object-fit:contain;object-position:center right}
.trust-ledger{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-top:34px}
.trust-ledger>div{padding:18px 20px 18px 0}
.trust-ledger>div+div{border-left:1px solid var(--line);padding-left:20px}
.trust-ledger small{display:block;color:var(--brand-dark);font:780 11.5px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px}
.trust-ledger strong{display:block;font-size:15px;line-height:1.35}
.photo-light-note{border-left:3px solid var(--brand);padding:12px 0 12px 18px;color:var(--muted);font-size:13px;max-width:720px}
@media(max-width:980px){.requirement-board{grid-template-columns:1fr}.product-mosaic{min-height:420px}.product-mosaic-single{min-height:420px}}
@media(max-width:760px){.header-brand-logo{height:29px;max-width:190px}.footer-brand-logo{height:30px;max-width:205px}.site-footer .wordmark{padding:6px 8px}.requirement-inputs,.trust-ledger{grid-template-columns:1fr}.trust-ledger>div+div{border-left:0;border-top:1px solid var(--line);padding-left:0}.product-mosaic{min-height:0}.product-mosaic-single{min-height:0;padding:0}.product-mosaic-single img{max-height:none;object-position:center}}

/* v17 accessibility corrections: keep small technical labels above WCAG AA contrast. */
.breadcrumbs{color:#5f6c74}
.product-card-foot>span{color:#5f6c74}
.quote-panel .kicker{color:#fff}
.product-card-foot .text-button{min-height:30px;padding:4px 2px;display:inline-flex;align-items:center}

/* v17 mobile catalog disclosure: keep full desktop breadth without forcing 36 cards into one phone scroll. */
.catalog-filter-toggle,.catalog-more,.category-more{display:none}
@media(max-width:980px){
  .catalog-filter-toggle{display:flex;width:100%;min-height:44px;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line-strong);border-radius:7px;padding:10px 13px;font-weight:750;color:var(--ink)}
  .catalog-filter-toggle::after{content:"+";font-size:18px;color:var(--brand-dark)}
  .catalog-filter-toggle[aria-expanded="true"]::after{content:"−"}
  .filter-panel{position:static;top:auto}
  .filter-panel.mobile-collapsed{display:none}
  .catalog-more,.category-more{display:flex;margin:22px auto 0;min-width:210px}
  .catalog-more[hidden],.category-more[hidden]{display:none}
  .mobile-card-hidden{display:none!important}
}

/* v17 progressive disclosure for optional RFQ details. */
.optional-project-details{grid-column:1/-1;border:1px solid var(--line);border-radius:7px;background:var(--product-bg);padding:0 16px;margin:2px 0 4px}
.optional-project-details summary{cursor:pointer;font-weight:780;padding:15px 0;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:18px}
.optional-project-details summary::-webkit-details-marker{display:none}
.optional-project-details summary::after{content:"+";font-size:20px;color:var(--brand-dark)}
.optional-project-details[open] summary::after{content:"−"}
.optional-fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;padding:2px 0 4px}
.optional-fields-grid .field.full{grid-column:1/-1}
.confidential-note{border-left:3px solid var(--brand);padding:10px 12px;margin:9px 0 0;background:#eef7fa;color:#40515b;font-size:12.5px;line-height:1.55}
@media(max-width:760px){.optional-fields-grid{grid-template-columns:1fr}.optional-fields-grid .field.full{grid-column:auto}}

/* v18 candidate layout pass: Precision Cyan.
   Keep product/commercial content unchanged; change only hierarchy, density and responsive composition. */
.category-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.category-card{
  min-height:168px;
  display:grid;
  grid-template-rows:auto auto 1fr;
  align-content:start;
  padding:20px 20px 18px;
}
.category-card::before{background:#c6d6dd}
.category-card:hover{background:#f8fbfc}
.category-card h3{margin:18px 0 8px}
.category-card.source{
  grid-column:1/-1;
  min-height:106px;
  display:grid;
  grid-template-columns:minmax(70px,.28fr) minmax(220px,.9fr) minmax(240px,1.2fr);
  grid-template-rows:auto;
  align-items:center;
  gap:20px;
}
.category-card.source .num{grid-column:1;grid-row:1}
.category-card.source h3{grid-column:2;grid-row:1;margin:0}
.category-card.source p{grid-column:3;grid-row:1;margin:0;padding-right:36px}

@media(max-width:1100px){
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .category-card.source{grid-template-columns:minmax(60px,.22fr) minmax(190px,.9fr) minmax(190px,1.2fr);gap:16px}
}

@media(max-width:760px){
  .hero{padding-top:42px}
  .hero-grid{padding-bottom:28px}
  .hero h1{font-size:clamp(36px,10.5vw,43px);line-height:1.02}
  .hero .lead{font-size:16px;line-height:1.55}
  .hero .actions{margin-top:24px}
  .hero-visual{min-height:300px}
  .hero-card.one{height:235px}
  .hero-card.two{height:130px}
  .hero-card.three{display:none}
  .hero-card img{padding:14px}
  .section{padding:48px 0}
  .section-head{margin-bottom:24px}
  .category-grid{grid-template-columns:1fr;gap:10px}
  .category-card{min-height:0;padding:19px 18px 18px}
  .category-card h3{font-size:17px;line-height:1.25;margin:18px 0 7px}
  .category-card.source{
    grid-column:auto;
    min-height:0;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-rows:auto auto auto;
    align-items:start;
    gap:0 16px;
    padding:18px;
  }
  .category-card.source .num{grid-column:1;grid-row:1}
  .category-card.source h3{grid-column:1;grid-row:2;margin:16px 0 0}
  .category-card.source p{grid-column:1/-1;grid-row:3;margin:8px 0 0;padding-right:0}
  .product-image{height:210px;padding:12px}
  .feature-grid .product-image{height:210px}
  .catalog-grid .product-card{
    display:grid;
    grid-template-columns:minmax(104px,34%) minmax(0,1fr);
  }
  .catalog-grid .product-image{
    height:100%;
    min-height:220px;
    padding:12px;
    border-bottom:0;
    border-right:1px solid #dfe6e9;
  }
  .catalog-grid .product-card-body{
    min-width:0;
    display:flex;
    flex-direction:column;
    padding:14px 14px 12px;
  }
  .catalog-grid .product-card h3{font-size:16px;margin:7px 0 7px}
  .catalog-grid .product-card p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    overflow:hidden;
    line-height:1.55;
    height:3.1em;
    max-height:3.1em;
    margin-bottom:0;
  }
  .catalog-grid .product-card-foot{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:center;
    gap:6px;
    margin-top:auto;
    padding-top:9px;
  }
  .catalog-grid .product-card-foot > span{min-width:0;line-height:1.3;font-size:11px}
  .catalog-grid .product-card-foot .text-button{min-height:44px;padding:8px 4px;font-size:12px;white-space:nowrap}
}

@media(max-width:480px){
  .hero-card.one{height:225px}
  .hero-card.two{height:120px}
  .buyer-rail{grid-template-columns:1fr 1fr}
  .buyer-proof{padding:15px 12px 15px 0;border-left:0;border-top:1px solid rgba(255,255,255,.13)}
  .buyer-proof:nth-child(odd){padding-left:0}
  .buyer-proof:nth-child(even){border-left:1px solid rgba(255,255,255,.13);padding-left:12px}
  .buyer-proof:nth-child(-n+2){border-top:0}
}

@media(max-width:359px){
  .buyer-rail{grid-template-columns:1fr}
  .buyer-proof,.buyer-proof:nth-child(odd),.buyer-proof:nth-child(even),.buyer-proof+.buyer-proof,.buyer-proof:nth-child(3){
    border-left:0;
    border-top:1px solid rgba(255,255,255,.13);
    padding:15px 0;
  }
  .buyer-proof:first-child{border-top:0}
  .catalog-grid .product-card{display:flex;flex-direction:column;min-height:0}
  .catalog-grid .product-image{height:180px;min-height:180px;border-right:0;border-bottom:1px solid #dfe6e9}
  .catalog-grid .product-card-body{padding:14px}
}

/* v18.1 density pass: Product Areas is a compact navigation index; sourcing stays secondary. */
.product-areas-shell{width:min(100% - 48px,1080px)}
.product-areas-section .section-head{grid-template-columns:.95fr 1.05fr;gap:44px;margin-bottom:28px}
.product-areas-section .section-head h2{max-width:18ch;font-size:clamp(32px,3.55vw,46px)}
.product-areas-section .section-head p{max-width:590px;font-size:15px;line-height:1.6}
.product-areas-section .category-grid{gap:10px}
.product-areas-section .category-card{min-height:146px;padding:18px 18px 16px;border-radius:6px}
.product-areas-section .category-card::after{right:16px;top:15px}
.product-areas-section .category-card h3{margin:14px 0 7px;font-size:19px;line-height:1.22;letter-spacing:-.02em}
.product-areas-section .category-card p{font-size:12.5px;line-height:1.5}
.product-areas-section .category-card.source{
  min-height:78px;background:var(--brand-pale);border-color:#A7DDF7;
  grid-template-columns:minmax(58px,.2fr) minmax(190px,.75fr) minmax(260px,1.25fr);gap:18px
}
.product-areas-section .category-card.source::before{background:var(--brand)}
.product-areas-section .category-card.source::after{color:var(--brand-dark)}
.product-areas-section .category-card.source .num{color:var(--brand-dark)}
.product-areas-section .category-card.source h3{color:var(--navy);font-size:20px}
.product-areas-section .category-card.source p{color:var(--navy2);font-size:13px;padding-right:30px}
.product-areas-section .category-card.source:hover{background:#D5F0FF;border-color:var(--brand);transform:none}

/* Company information: editorial header split + full-width contact ledger. */
.company-contact-section{padding:64px 0 62px}
.company-contact-layout{
  grid-template-columns:minmax(0,1fr);
  gap:0;
}
.company-contact-header{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(0,.95fr);
  column-gap:56px;
  align-items:end;
}
.company-contact-intro{
  max-width:none;
  padding-top:0;
}
.company-contact-intro .kicker{
  margin-bottom:14px;
  color:var(--brand-dark);
  font-size:13.5px;
  font-weight:680;
  letter-spacing:.095em;
}
.company-contact-intro .medium-heading{
  max-width:16ch;
  margin:0 0 20px;
  font-size:clamp(38px,4.1vw,54px);
  line-height:1.04;
  letter-spacing:-.042em;
}
.company-contact-overview{
  max-width:none;
  margin:0 0 20px;
  font-size:18px;
  line-height:1.65;
}
.company-contact-details{
  grid-column:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,.88fr) minmax(0,.72fr) minmax(0,1.4fr);
  column-gap:24px;
  row-gap:0;
  margin:36px 0 0;
  padding-top:20px;
  border-top:1px solid var(--line-strong);
}
.company-contact-details>div{min-width:0}
.company-contact-details dt{
  margin-bottom:7px;
  color:var(--brand-dark);
  font-size:12px;
  font-weight:680;
  letter-spacing:.075em;
}
.company-contact-details dd{
  margin:0;
  color:var(--ink);
  font-size:15.5px;
  line-height:1.5;
}
.company-contact-details dd a{
  color:var(--brand-dark);
  font-size:16px;
  font-weight:720;
}
.company-contact-company dd h3{
  margin:0 0 10px;
  font-size:21px;
  font-weight:700;
  line-height:1.2;
}
.company-contact-company dd p{
  margin:0;
  color:var(--ink);
  font-size:15px;
  font-weight:500;
  line-height:1.5;
}

@media(max-width:1100px){
  .product-areas-section .category-card.source{grid-template-columns:minmax(54px,.18fr) minmax(180px,.78fr) minmax(200px,1.18fr);gap:16px}
  .company-contact-header{
    grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
    column-gap:38px;
  }
  .company-contact-details{column-gap:20px}
}
@media(max-width:980px){
  .company-contact-layout{grid-template-columns:1fr;gap:0}
  .company-contact-header{
    grid-template-columns:1fr;
    row-gap:18px;
  }
  .company-contact-overview{margin:0;}
  .company-contact-details{
    grid-template-columns:1fr;
    column-gap:0;
    row-gap:18px;
    margin-top:28px;
  }
}
@media(max-width:760px){
  .product-areas-shell{width:min(100% - 28px,1080px)}
  .product-areas-section .section-head{grid-template-columns:1fr;gap:14px;margin-bottom:20px}
  .product-areas-section .section-head h2{font-size:clamp(29px,8vw,37px);max-width:17ch}
  .product-areas-section .section-head p{font-size:14px;line-height:1.58}
  .product-areas-section .category-grid{grid-template-columns:1fr;gap:8px}
  .product-areas-section .category-card{padding:16px 17px 15px}
  .product-areas-section .category-card h3{margin:13px 0 6px;font-size:18px}
  .product-areas-section .category-card.source{
    grid-column:auto;min-height:0;padding:16px 17px;background:var(--brand-pale);
    grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto auto;align-items:start;gap:0 14px
  }
  .product-areas-section .category-card.source .num{grid-column:1;grid-row:1}
  .product-areas-section .category-card.source h3{grid-column:1;grid-row:2;margin:13px 0 0;font-size:19px}
  .product-areas-section .category-card.source p{grid-column:1/-1;grid-row:3;margin:7px 0 0;padding-right:0;font-size:12.5px}
  .company-contact-section{padding:48px 0}
  .company-contact-header{row-gap:16px}
  .company-contact-overview{font-size:17px;line-height:1.65}
  .company-contact-details{
    grid-template-columns:1fr;
    column-gap:0;
    row-gap:18px;
    margin-top:22px;
    padding-top:17px;
  }
  .company-contact-details dt{font-size:12px}
  .company-contact-details dd{font-size:15.5px}
  .company-contact-company dd h3{margin-bottom:9px;font-size:20px}
  .company-contact-company dd p{font-size:15px}
}

/* v18.5 typography pass: lift important supporting text without changing composition. */
.proof-code{
  font-size:11.5px;
  letter-spacing:.08em;
}
.buyer-proof strong{
  font-size:15px;
  line-height:1.4;
}
.buyer-proof p{
  font-size:13px;
  line-height:1.5;
}
.category-card .num,
.requirement-input::before{
  font-size:11.5px;
  line-height:1.25;
}
.category-card p,
.product-card p{
  font-size:13.5px;
  line-height:1.5;
}
.requirement-input p{
  font-size:15px;
  line-height:1.5;
}
.text-button{
  font-size:11.5px;
}
.field label,
.spec-row dt{
  font-size:12px;
  line-height:1.45;
  letter-spacing:.06em;
}
.form-note{
  font-size:12.5px;
  line-height:1.5;
}
.confidential-note{
  font-size:13px;
  line-height:1.5;
}
.service-item strong{
  font-size:12.5px;
  line-height:1.45;
}
.footer-grid h2,
.footer-grid h3{
  font-size:11px;
  line-height:1.3;
}

/* v18.6 homepage refinement: preserve the existing system, tighten consistency */
.home-page .hero-visual{
  min-height:525px;
  isolation:isolate;
}
.home-page .hero-card{
  background:var(--product-bg,#fff);
  border:1px solid rgba(255,255,255,.44);
  border-radius:12px;
  box-shadow:0 18px 42px rgba(0,20,38,.23);
  overflow:hidden;
}
.home-page .hero-card img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:24px;
}
.home-page .hero-card.one{width:65%;height:328px;right:0;top:20px;z-index:2}
.home-page .hero-card.two{width:50%;height:226px;left:0;bottom:18px;z-index:1}
.home-page .hero-card.three{width:35%;height:166px;right:4%;bottom:0;z-index:3}
.home-page .hero-label{
  left:12px;
  bottom:12px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:4px;
  background:rgba(15,42,68,.96);
  color:#fff;
  font:700 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.04em;
}

.product-image{
  height:236px;
  min-height:236px;
  padding:18px 20px;
  background:var(--product-bg,#fff);
  border-right:0;
  border-bottom:1px solid var(--line);
}
.product-image img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
}

.kicker{font-size:13px;line-height:1.35}
.hero .lead{color:#c7d5de}
.hero .button.outline{border-color:#a6bbc8}
.buyer-rail{border-top-color:rgba(255,255,255,.23)}
.buyer-proof .proof-code{font-size:11.5px;line-height:1.3;color:#d6f1ff}
.buyer-proof strong{font-size:15px;line-height:1.35}
.buyer-proof p{font-size:13.5px;line-height:1.55;color:#c4d3de}
.section-head p{font-size:15.5px;line-height:1.62;color:#5c6a75}
.product-code,
.category-card .num{font-size:11.5px;line-height:1.3}
.product-card-foot{font-size:12px}
.product-card-foot>span{font-size:11.5px;color:#667680}

.section.navy .navy-lead,
.navy-lead{font-size:17.5px;line-height:1.65;color:#c6d5df}
.section.navy .service-item{border-bottom-color:rgba(255,255,255,.22)}
.section.navy .service-item p{font-size:13.5px;line-height:1.55;color:#c6d5df}
.section.navy .service-item strong{color:#f0f8fc;background:rgba(255,255,255,.13)}
.buyer-proof,
.buyer-proof:nth-child(3),
.buyer-proof:nth-child(4){border-top-color:rgba(255,255,255,.22)}
.buyer-proof+.buyer-proof{border-left-color:rgba(255,255,255,.22)}

.home-page .quote-panel{
  align-self:start;
  min-height:0;
  padding:28px 30px 29px;
}
.home-page .quote-panel h2{margin-bottom:11px}
.home-page .quote-panel p{
  margin:0 0 21px;
  color:#f5fbff;
  font-size:15px;
  line-height:1.55;
}
.home-page .quote-panel .button{align-self:flex-start}

.site-footer{color:#dfeaf1}
.footer-grid h2,
.footer-grid h3{font-size:12px;line-height:1.35;color:#b9d0de}
.footer-grid a{font-size:14px;line-height:1.45;color:#dce8ef;margin:9px 0}
.footer-grid p{font-size:13.5px;line-height:1.55;color:#b7c9d4}
.footer-bottom{
  font-size:13px;
  line-height:1.45;
  color:#aebfcc;
  border-top-color:rgba(255,255,255,.22);
}

@media(max-width:980px) and (min-width:761px){
  .home-page .hero-visual{min-height:470px}
  .product-image{
    height:220px;
    min-height:220px;
    padding:16px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .catalog-grid .product-image{
    height:220px;
    min-height:220px;
    padding:16px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
}
@media(max-width:760px){
  .home-page .hero-visual{
    min-height:0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
    margin-top:10px;
  }
  .home-page .hero-card{
    position:relative;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    border-radius:10px;
    box-shadow:0 12px 28px rgba(0,20,38,.18);
  }
  .home-page .hero-card.one{grid-column:1/-1;height:224px}
  .home-page .hero-card.two,
  .home-page .hero-card.three{height:132px}
  .home-page .hero-card.three{display:block}
  .home-page .hero-card img{padding:16px}
  .home-page .hero-label{left:10px;bottom:10px;padding:6px 8px;font-size:10px}
  .product-image{
    height:210px;
    min-height:210px;
    padding:16px;
    border-right:0;
    border-bottom:1px solid var(--line);
  }
  .feature-grid .product-image{
    height:210px;
    min-height:210px;
  }
  .catalog-grid .product-image{
    height:214px;
    min-height:214px;
    border-right:1px solid var(--line);
    border-bottom:0;
  }
}
@media(max-width:430px){
  .home-page .hero-card.one{height:210px}
  .home-page .hero-card.two,
  .home-page .hero-card.three{height:118px}
  .product-image,
  .feature-grid .product-image,
  .catalog-grid .product-image{height:204px;min-height:204px;padding:14px}
}
@media(max-width:359px){
  .catalog-grid .product-card{display:flex;flex-direction:column;min-height:0}
  .catalog-grid .product-image{height:180px;min-height:180px;border-right:0;border-bottom:1px solid var(--line)}
}

/* v18.10 homepage hero composite product composition */
.home-page .hero-visual{
  min-height:500px;
}
.home-page .hero-visual::before{
  background:rgba(255,255,255,.012);
  border-color:rgba(255,255,255,.034);
}
.home-page .hero-composite{
  position:absolute;
  left:50%;
  top:50%;
  width:100%;
  aspect-ratio:3 / 2;
  transform:translate(-50%,-50%);
  z-index:1;
}
.home-page .hero-composite img{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  padding:0;
  filter:drop-shadow(0 7px 9px rgba(0,0,0,.22));
}
.home-page .hero-composite .hero-label{
  position:absolute;
  display:block;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:rgba(223,243,255,.78);
  font:700 9px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.07em;
  white-space:nowrap;
  text-shadow:0 1px 4px rgba(0,0,0,.42);
  pointer-events:none;
}
.home-page .hero-composite .label-fmc{left:46%;top:32%}
.home-page .hero-composite .label-rwz{left:47%;top:72%}
.home-page .hero-composite .label-br{left:76%;right:auto;top:80%}
@media(min-width:981px){
  .home-page .hero-composite{width:150%}
}
@media(max-width:980px) and (min-width:761px){
  .home-page .hero-visual{
    min-height:455px;
    width:min(100%,700px);
    justify-self:center;
  }
  .home-page .hero-composite{width:100%}
}
@media(max-width:760px){
  .home-page .hero-visual{
    min-height:0;
    display:block;
    width:calc(100vw - 30px);
    max-width:100%;
    min-width:0;
    margin-top:10px;
  }
  .home-page .hero-visual::before{
    display:block;
    inset:6px 0;
    border-radius:6px;
    transform:rotate(-.5deg);
  }
  .home-page .hero-composite{
    position:relative;
    left:auto;
    top:auto;
    width:100%;
    height:auto;
    aspect-ratio:3 / 2;
    transform:none;
  }
  .home-page .hero-composite img{
    height:auto;
    max-width:100%;
  }
  .home-page .hero-composite .hero-label{
    font-size:8px;
  }
}

/* Company photo integration: restrained archival evidence on About only. */
.industry-experience-section{padding-top:68px;padding-bottom:72px}
.industry-experience-head{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);gap:48px;align-items:end;margin-bottom:28px}
.industry-experience-head .medium-heading{max-width:15ch;margin-bottom:0}
.industry-experience-head>p{margin:0 0 5px;color:var(--muted);font-size:16.5px;line-height:1.65;max-width:46ch}
.industry-photo-board{display:grid;grid-template-columns:minmax(0,1.48fr) minmax(330px,.92fr);grid-template-rows:repeat(2,minmax(0,1fr));gap:12px;height:548px}
.industry-photo{position:relative;overflow:hidden;margin:0;border:1px solid var(--line-strong);background:#dfe6eb;border-radius:8px}
.industry-photo-main{grid-row:1/-1}
.industry-photo img{width:100%;height:100%;object-fit:cover;filter:none;transition:none}
.industry-photo:hover img{transform:none}
.industry-photo-main img{object-position:center 54%}
.industry-photo-meeting img{object-position:center 54%}
.industry-photo-market img{object-position:center 60%}
.industry-photo figcaption{position:absolute;left:12px;bottom:12px;margin:0;padding:7px 9px;background:rgba(15,42,68,.9);color:#fff;border-radius:4px;font:720 11.5px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:.055em;text-transform:uppercase}
.industry-photo-note{max-width:82ch;margin:14px 0 0;color:#65747e;font-size:12.5px;line-height:1.5}
@media(max-width:980px){
  .industry-experience-head{grid-template-columns:1fr;gap:12px}
  .industry-experience-head>p{max-width:68ch}
  .industry-photo-board{height:470px;grid-template-columns:1.25fr .9fr}
}
@media(max-width:760px){
  .industry-experience-section{padding-top:50px;padding-bottom:52px}
  .industry-experience-head{margin-bottom:22px}
  .industry-experience-head .medium-heading{max-width:17ch}
  .industry-experience-head>p{font-size:15.5px;line-height:1.6}
  .industry-photo-board{display:grid;height:auto;grid-template-columns:1fr;grid-template-rows:none;gap:10px}
  .industry-photo,.industry-photo-main{grid-row:auto;aspect-ratio:16/10}
  .industry-photo-main img{object-position:center 55%}
  .industry-photo-meeting img{object-position:center 53%}
  .industry-photo-market img{object-position:center 60%}
  .industry-photo figcaption{left:10px;bottom:10px;font-size:11.5px}
  .industry-photo-note{font-size:12.5px;line-height:1.5;margin-top:12px}
}

/* v18.11 supplemental archival industry moments: secondary evidence, About only. */
.industry-moments-section{padding-top:62px;padding-bottom:64px;background:#f7fafc}
.industry-moments-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:44px;align-items:end;margin-bottom:24px}
.industry-moments-title{font-size:clamp(28px,3.1vw,38px);line-height:1.08;letter-spacing:-.03em;margin:8px 0 0;max-width:19ch}
.industry-moments-head>p{margin:0 0 3px;color:var(--muted);font-size:15px;line-height:1.65;max-width:48ch}
.industry-moments-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.industry-moment{margin:0;background:#fff;border:1px solid var(--line-strong);border-radius:8px;overflow:hidden}
.industry-moment img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;filter:none}
.industry-moment figcaption{display:grid;gap:2px;padding:12px 13px 13px;border-top:1px solid var(--line)}
.industry-moment figcaption strong{font-size:14px;letter-spacing:.015em;color:var(--ink)}
.industry-moment figcaption span{font-size:13px;color:var(--muted)}
.industry-moments-note{margin:12px 0 0;max-width:86ch;color:#6b7881;font-size:12.5px;line-height:1.5}
@media(max-width:980px){
  .industry-moments-head{grid-template-columns:1fr;gap:10px}
  .industry-moments-head>p{max-width:68ch}
}
@media(max-width:760px){
  .industry-moments-section{padding-top:48px;padding-bottom:50px}
  .industry-moments-head{margin-bottom:18px}
  .industry-moments-title{font-size:30px;max-width:18ch}
  .industry-moments-head>p{font-size:14.5px}
  .industry-moments-grid{grid-template-columns:1fr;gap:10px}
  .industry-moment img{aspect-ratio:16/10}
  .industry-moment figcaption{padding:10px 11px 11px}
  .industry-moments-note{font-size:12.5px;line-height:1.5}
}

/* Step 4 — Golden Homepage v1
   Homepage-only visual layer. Content, media, behavior and functional hooks remain unchanged. */
.home-page{
  --home-section-compact:56px;
  --home-section-standard:80px;
  --home-section-spacious:96px;
}

/* Header: quiet, precise and brand-led. */
.home-page .site-header{
  border-top-width:2px;
  border-bottom-color:#d8e4eb;
  background:rgba(255,255,255,.975);
  box-shadow:0 1px 0 rgba(15,42,68,.025);
}
.home-page .nav{height:76px;gap:30px}
.home-page .header-brand-logo{height:38px;max-width:248px}
.home-page .main-nav{gap:24px;font-size:14px;font-weight:690}
.home-page .main-nav a{padding:13px 0;border-bottom-width:2px}
.home-page .header-cta{min-height:42px;padding-inline:17px}

/* Hero: product-first, without decorative template effects. */
.home-page .hero{
  padding:78px 0 0;
  background:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(1,145,195,.18), transparent 31%),
    var(--navy);
  background-size:
    44px 44px,
    44px 44px,
    auto,
    auto;
}
.home-page .hero-grid{
  grid-template-columns:minmax(0,.94fr) minmax(0,1.06fr);
  gap:48px;
  min-height:530px;
  padding-bottom:54px;
}
.home-page .hero .kicker{
  color:#b9d9ea;
  font-family:inherit;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.home-page .hero h1{
  max-width:12.6ch;
  margin:17px 0 23px;
  font-size:clamp(48px,5.25vw,70px);
  line-height:1.015;
  letter-spacing:-.048em;
  text-wrap:balance;
}
.home-page .hero .lead{
  max-width:650px;
  color:#c8d6df;
  font-size:18px;
  line-height:1.65;
}
.home-page .hero .actions{margin-top:30px;gap:10px}
.home-page .hero .button{min-height:46px;padding-inline:20px}
.home-page .hero .button.outline{
  border-color:#72899a;
  background:transparent;
}
.home-page .hero .button.outline:hover{
  border-color:#bcd1de;
  background:rgba(255,255,255,.055);
}
.home-page .hero-visual{
  min-height:490px;
  overflow:visible;
}
.home-page .hero-visual::before{display:none}
.home-page .hero-composite{
  width:142%;
  left:47%;
}
.home-page .hero-composite img{
  filter:drop-shadow(0 13px 17px rgba(0,0,0,.23));
}
.home-page .hero-composite .hero-label{
  color:rgba(223,243,255,.72);
  font-size:8.5px;
  letter-spacing:.075em;
}

/* Buyer proof: an evidence rail, not four cards. */
.home-page .buyer-rail{
  border-top:1px solid rgba(255,255,255,.19);
}
.home-page .buyer-proof{
  min-height:132px;
  padding:22px 23px 26px 0;
}
.home-page .buyer-proof+.buyer-proof{
  padding-left:23px;
  border-left-color:rgba(255,255,255,.15);
}
.home-page .buyer-proof .proof-code{
  margin-bottom:9px;
  color:#8ed1f2;
  font-size:11px;
  font-weight:760;
  letter-spacing:.09em;
}
.home-page .buyer-proof strong{
  margin-bottom:6px;
  font-size:16px;
  line-height:1.4;
}
.home-page .buyer-proof p{
  max-width:29ch;
  color:#b8c9d4;
  font-size:15.5px;
  line-height:1.55;
}

/* Homepage section grammar. */
.home-page main>.section{padding:var(--home-section-standard) 0}
.home-page .section-head{
  grid-template-columns:minmax(0,1.05fr) minmax(300px,.72fr);
  gap:64px;
  align-items:end;
  margin-bottom:42px;
}
.home-page .section-head .kicker,
.home-page .home-oem-section .kicker{
  margin-bottom:10px;
  color:var(--brand-dark);
  font-family:inherit;
  font-size:12px;
  font-weight:720;
  line-height:1.35;
  letter-spacing:.085em;
  text-transform:uppercase;
}
.home-page .section-head h2{
  max-width:17ch;
  font-size:clamp(32px,3.5vw,44px);
  line-height:1.06;
  letter-spacing:-.04em;
}
.home-page .section-head p{
  max-width:52ch;
  color:#586a76;
  font-size:16px;
  line-height:1.6;
  justify-self:end;
}

/* Product areas: editorial category ledger instead of repeated cards. */
.home-page .product-areas-section{padding-top:var(--home-section-spacious);padding-bottom:var(--home-section-standard)}
.home-page .product-areas-section .category-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0 48px;
  border-bottom:1px solid var(--line-strong);
}
.home-page .product-areas-section .category-card{
  min-height:0;
  padding:24px 42px 27px 0;
  border:0;
  border-top:1px solid var(--line-strong);
  border-radius:0;
  background:transparent;
  overflow:visible;
  grid-template-columns:44px minmax(0,1fr);
  grid-template-rows:auto auto;
  column-gap:8px;
  align-content:start;
  transition:background .16s,color .16s,border-color .16s;
}
.home-page .product-areas-section .category-card::before{display:none}
.home-page .product-areas-section .category-card::after{
  right:5px;
  top:24px;
  color:#71828d;
  font-size:15px;
  transition:transform .16s,color .16s;
}
.home-page .product-areas-section .category-card:hover{
  transform:none;
  box-shadow:none;
  border-color:var(--brand-dark);
  background:transparent;
}
.home-page .product-areas-section .category-card:hover::after{
  color:var(--brand-dark);
  transform:translate(2px,-2px);
}
.home-page .product-areas-section .category-card .num{
  grid-column:1;
  grid-row:1/-1;
  margin:2px 0 0;
  color:var(--brand-dark);
  font-size:11px;
  font-weight:760;
  letter-spacing:.08em;
}
.home-page .product-areas-section .category-card h3{
  grid-column:2;
  grid-row:1;
  margin:0 0 8px;
  padding-right:14px;
  font-size:19px;
  line-height:1.3;
  letter-spacing:-.022em;
}
.home-page .product-areas-section .category-card p{
  grid-column:2;
  grid-row:2;
  max-width:46ch;
  margin:0;
  color:#60717c;
  font-size:15.5px;
  line-height:1.55;
}
.home-page .product-areas-section .category-card.source{
  grid-column:1/-1;
  display:grid;
  grid-template-columns:96px minmax(220px,.65fr) minmax(280px,1.15fr);
  grid-template-rows:auto;
  gap:24px;
  align-items:center;
  margin:14px 0 0;
  padding:19px 52px 19px 20px;
  border:1px solid #b8dff3;
  border-radius:6px;
  background:#eaf7ff;
}
.home-page .product-areas-section .category-card.source::after{right:20px;top:50%;transform:translateY(-50%)}
.home-page .product-areas-section .category-card.source:hover{background:#e3f4fd;border-color:#7fc5e8}
.home-page .product-areas-section .category-card.source:hover::after{transform:translate(2px,calc(-50% - 2px))}
.home-page .product-areas-section .category-card.source .num{
  grid-column:1;grid-row:1;margin:0;color:var(--brand-dark)
}
.home-page .product-areas-section .category-card.source h3{
  grid-column:2;grid-row:1;margin:0;color:var(--navy);font-size:18px
}
.home-page .product-areas-section .category-card.source p{
  grid-column:3;grid-row:1;margin:0;padding:0;color:#476373;font-size:15.5px
}

/* Selected products: cards remain because each item is independent and actionable. */
.home-page .home-products-section{
  padding-top:var(--home-section-standard);
  padding-bottom:var(--home-section-spacious);
  background:#f3f7fa;
}
.home-page .home-products-section .feature-grid{gap:16px}
.home-page .home-products-section .product-card{
  border-color:#d5e1e8;
  border-radius:7px;
  background:#fff;
  box-shadow:none;
  transition:border-color .16s,transform .16s,box-shadow .16s;
}
.home-page .home-products-section .product-card:hover{
  transform:translateY(-2px);
  border-color:#9cb5c4;
  box-shadow:0 14px 32px rgba(15,42,68,.065);
}
.home-page .home-products-section .product-image{
  height:248px;
  min-height:248px;
  padding:22px;
  border-bottom-color:#e1e9ee;
  background:#fbfcfd;
}
.home-page .home-products-section .product-card-body{padding:18px 18px 17px}
.home-page .home-products-section .product-code{
  color:var(--brand-dark);
  font-size:11px;
  line-height:1.25;
  letter-spacing:.085em;
}
.home-page .home-products-section .product-card h3{
  margin:8px 0 9px;
  font-size:18px;
  line-height:1.3;
  letter-spacing:-.018em;
}
.home-page .home-products-section .product-card p{
  margin-bottom:18px;
  color:#5d6e79;
  font-size:15px;
  line-height:1.5;
}
.home-page .home-products-section .product-card-foot{
  min-height:41px;
  padding-top:11px;
  border-top-color:#e3eaee;
}
.home-page .home-products-section>.shell>.actions{margin-top:24px}

/* Why MASHA: technical list, strong asymmetry, no cards. */
.home-page .home-why-section{
  padding:var(--home-section-spacious) 0;
  background:var(--navy);
}
.home-page .home-why-section .two-col{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);
  gap:90px;
  align-items:start;
}
.home-page .home-why-section .light-kicker{
  margin-bottom:12px;
  color:#8ed1f2;
  font-family:inherit;
  font-size:12px;
  font-weight:720;
  letter-spacing:.085em;
}
.home-page .home-why-section .large-heading{
  max-width:26ch;
  margin:0 0 29px;
  font-size:clamp(31px,3.15vw,40px);
  line-height:1.10;
  letter-spacing:-.043em;
}
@media(min-width:981px){
  .home-page .home-why-section .large-heading{
    margin-bottom:32px;
  }
}
.home-page .home-why-section .navy-lead{
  max-width:47ch;
  color:#c2d1db;
  font-size:16px;
  line-height:1.6;
}
.home-page .home-why-section .service-list{
  border-top-color:rgba(255,255,255,.22);
}
.home-page .home-why-section .service-item{
  grid-template-columns:50px minmax(0,1fr);
  gap:20px;
  padding:22px 0 23px;
  border-bottom-color:rgba(255,255,255,.17);
}
.home-page .home-why-section .service-item strong{
  width:34px;
  height:28px;
  margin-top:1px;
  border-radius:3px;
  background:rgba(142,209,242,.12);
  color:#9fdbf6;
  font-size:11px;
}
.home-page .home-why-section .service-item h3{
  margin:0 0 7px;
  font-size:19px;
  line-height:1.25;
  font-weight:720;
}
.home-page .home-why-section .service-item p{
  max-width:60ch;
  color:#b5c6d1;
  font-size:15.5px;
  line-height:1.55;
}

/* OEM / ODM + final conversion: editorial split and a clear primary endpoint. */
.home-page .home-oem-section{padding:var(--home-section-spacious) 0}
.home-page .home-oem-section .two-col{
  grid-template-columns:minmax(0,1.55fr) minmax(360px,.98fr);
  gap:76px;
  column-gap:72px;
  align-items:start;
}
.home-page .home-oem-section .medium-heading{
  max-width:26ch;
  margin:0 0 18px;
  font-size:clamp(32px,3.5vw,44px);
  line-height:1.07;
  letter-spacing:-.038em;
}
.home-page .home-oem-section .lead{
  max-width:58ch;
  margin:0 0 26px;
  color:#5c6d77;
  font-size:16px;
  line-height:1.6;
}
.home-page .home-oem-section .quote-panel{
  position:relative;
  padding:31px 32px 32px;
  border:1px solid #b7ddf0;
  border-left:3px solid var(--brand);
  border-radius:6px;
  background:#eaf7ff;
  color:var(--navy);
}
.home-page .home-oem-section .quote-panel h2{
  max-width:15ch;
  margin:0 0 13px;
  color:var(--navy);
  font-size:clamp(28px,3vw,36px);
  line-height:1.08;
  letter-spacing:-.032em;
}
.home-page .home-oem-section .quote-panel p{
  max-width:48ch;
  margin:0 0 22px;
  color:#456273;
  font-size:14px;
  line-height:1.55;
}
.home-page .home-oem-section .quote-panel .button.light{
  background:var(--brand-dark);
  border-color:var(--brand-dark);
  color:#fff;
}
.home-page .home-oem-section .quote-panel .button.light:hover{
  background:var(--signal-dark);
  border-color:var(--signal-dark);
}

@media(max-width:1100px){
  .home-page .hero-grid{gap:34px}
  .home-page .hero h1{font-size:clamp(48px,5.6vw,62px)}
  .home-page .hero-composite{width:132%;left:49%}
  .home-page .home-products-section .product-image{height:228px;min-height:228px}
  .home-page .home-why-section .two-col{gap:58px}
  .home-page .home-oem-section .two-col{gap:48px}
}

@media(max-width:980px){
  .home-page .hero-grid{
    grid-template-columns:1fr;
    gap:18px;
    min-height:0;
    padding-bottom:44px;
  }
  .home-page .hero h1{max-width:13.5ch}
  .home-page .hero .lead{max-width:720px}
  .home-page .hero-visual{min-height:420px;width:min(100%,720px);justify-self:center}
  .home-page .hero-composite{width:100%;left:50%}
  .home-page .section-head{grid-template-columns:1fr;gap:16px}
  .home-page .section-head p{max-width:68ch;justify-self:start}
  .home-page .product-areas-section .category-grid{gap:0 28px}
  .home-page .product-areas-section .category-card.source{
    grid-template-columns:80px minmax(180px,.65fr) minmax(240px,1fr);
    gap:18px;
  }
  .home-page .home-why-section .two-col,
  .home-page .home-oem-section .two-col{grid-template-columns:1fr;gap:42px}
  .home-page .home-why-section .large-heading{max-width:26ch}
  .home-page .home-oem-section .medium-heading{max-width:18ch}
  .home-page .home-oem-section .quote-panel{max-width:680px}
}

@media(max-width:760px){
  .home-page{
    --home-section-standard:56px;
    --home-section-spacious:64px;
  }
  .home-page .nav{height:66px}
  .home-page .header-brand-logo{height:30px;max-width:195px}
  .home-page .hero{padding-top:46px}
  .home-page .hero-grid{gap:22px;padding-bottom:34px}
  .home-page .hero .kicker{font-size:12px;letter-spacing:.07em}
  .home-page .hero h1{
    max-width:12.6ch;
    margin:13px 0 17px;
    font-size:clamp(38px,10.7vw,46px);
    line-height:1.02;
  }
  .home-page .hero .lead{font-size:16px;line-height:1.6}
  .home-page .hero .actions{margin-top:22px}
  .home-page .hero .button{min-height:44px;padding-inline:16px;font-size:15px}
  .home-page .hero-visual{min-height:0;width:100%;margin-top:2px}
  .home-page .hero-composite{position:relative;left:auto;top:auto;width:100%;transform:none}
  .home-page .buyer-rail{grid-template-columns:1fr 1fr}
  .home-page .buyer-proof,
  .home-page .buyer-proof+.buyer-proof,
  .home-page .buyer-proof:nth-child(3){
    min-height:0;
    padding:17px 13px 18px 0;
    border-top:1px solid rgba(255,255,255,.15);
  }
  .home-page .buyer-proof:nth-child(even){padding-left:13px;border-left:1px solid rgba(255,255,255,.15)}
  .home-page .buyer-proof:nth-child(odd){padding-left:0;border-left:0}
  .home-page .buyer-proof:nth-child(-n+2){border-top:0}
  .home-page .buyer-proof .proof-code{font-size:11px;margin-bottom:7px}
  .home-page .buyer-proof strong{font-size:14px;line-height:1.4}
  .home-page .buyer-proof p{max-width:none;font-size:15.5px;line-height:1.55}
  .home-page .section-head{margin-bottom:30px}
  .home-page .section-head h2{max-width:19ch;font-size:clamp(32px,9vw,39px)}
  .home-page .section-head p{font-size:16px;line-height:1.6}
  .home-page .section-head .kicker,
  .home-page .home-oem-section .kicker{font-size:12px;letter-spacing:.07em}
  .home-page .product-areas-section .category-grid{
    grid-template-columns:1fr;
    gap:0;
  }
  .home-page .product-areas-section .category-card{
    padding:20px 34px 21px 0;
    grid-template-columns:38px minmax(0,1fr);
  }
  .home-page .product-areas-section .category-card::after{top:20px}
  .home-page .product-areas-section .category-card h3{font-size:18px;margin-bottom:6px}
  .home-page .product-areas-section .category-card p{font-size:15.5px}
  .home-page .product-areas-section .category-card.source{
    grid-template-columns:1fr;
    grid-template-rows:auto auto auto;
    gap:0;
    margin-top:12px;
    padding:18px 42px 18px 18px;
  }
  .home-page .product-areas-section .category-card.source .num{grid-column:1;grid-row:1;margin-bottom:10px}
  .home-page .product-areas-section .category-card.source h3{grid-column:1;grid-row:2;margin:0 0 6px}
  .home-page .product-areas-section .category-card.source p{grid-column:1;grid-row:3;font-size:15.5px}
  .home-page .home-products-section .feature-grid{gap:12px}
  .home-page .home-products-section .product-card{
    display:flex;
    min-height:0;
  }
  .home-page .home-products-section .product-image,
  .home-page .home-products-section .feature-grid .product-image{
    height:200px;
    min-height:200px;
    padding:16px;
    border-right:0;
    border-bottom:1px solid #e1e9ee;
  }
  .home-page .home-products-section .product-card-body{padding:16px}
  .home-page .home-products-section .product-code{font-size:11px}
  .home-page .home-products-section .product-card h3{margin:6px 0 8px;font-size:16px;line-height:1.3}
  .home-page .home-products-section .product-card p{margin-bottom:16px;font-size:15px;line-height:1.5}
  .home-page .home-products-section .product-card-foot{
    min-height:38px;
    gap:10px;
    padding-top:10px;
    align-items:center;
    flex-direction:row;
    font-size:12px;
  }
  .home-page .home-products-section .product-card-foot>span{font-size:12px}
  .home-page .home-products-section .product-card-foot .text-button{min-height:30px;padding:4px 2px;font-size:12px}
  .home-page .home-why-section .two-col{gap:34px}
  .home-page .home-why-section .large-heading{font-size:clamp(34px,9.4vw,40px)}
  .home-page .home-why-section .navy-lead{font-size:16px;line-height:1.6}
  .home-page .home-why-section .service-item{grid-template-columns:40px 1fr;gap:12px;padding:17px 0 18px}
  .home-page .home-why-section .service-item strong{width:31px;height:25px;font-size:11px}
  .home-page .home-why-section .service-item h3{font-size:18px;line-height:1.25;margin-bottom:7px;font-weight:720}
  .home-page .home-why-section .service-item p{font-size:15.5px;line-height:1.55}
  .home-page .home-oem-section .two-col{gap:30px}
  .home-page .home-oem-section .medium-heading{font-size:clamp(32px,8.8vw,39px)}
  .home-page .home-oem-section .lead{font-size:16px;line-height:1.6}
  .home-page .home-oem-section .quote-panel{padding:24px 22px 24px}
  .home-page .home-oem-section .quote-panel h2{font-size:29px}
  .home-page .home-oem-section .quote-panel p{font-size:14px;line-height:1.55}
}

@media(max-width:359px){
  .home-page .buyer-rail{grid-template-columns:1fr}
  .home-page .buyer-proof,
  .home-page .buyer-proof+.buyer-proof,
  .home-page .buyer-proof:nth-child(3),
  .home-page .buyer-proof:nth-child(even){
    border-left:0;
    border-top:1px solid rgba(255,255,255,.15);
    padding:15px 0;
  }
  .home-page .buyer-proof:first-child{border-top:0}
}

/* Step 4 mobile navigation density correction. */
@media(max-width:760px){
  .home-page .main-nav.open{gap:2px}
  .home-page .main-nav a{padding:11px 12px}
}

/* ==========================================================================\n   MASHA UI v1 — Step 6 archetype rollout\n   Scope: presentation only. All selectors are constrained to .masha-page.\n   ========================================================================== */

/* Shared interior-page contract ------------------------------------------------ */
.masha-page{
  --ui-section-compact:48px;
  --ui-section-standard:80px;
  --ui-section-spacious:96px;
  --ui-radius-label:4px;
  --ui-radius-control:6px;
  --ui-radius-surface:8px;
  --ui-action:#0070B8;
  --ui-action-hover:#005A95;
  --ui-canvas:#F4F8FB;
  --ui-surface:#fff;
  --ui-ink:#111C24;
  --ui-muted:#596773;
}
.masha-page .nav{height:76px;gap:30px}
.masha-page .header-brand-logo{height:38px;max-width:248px}
.masha-page .main-nav{font-size:14px;gap:22px}
.masha-page .header-cta{min-height:42px;padding-inline:17px}
.masha-page .button{border-radius:var(--ui-radius-control)}
.masha-page .button:not(.outline):not(.light){background:var(--ui-action);border-color:var(--ui-action)}
.masha-page .button:not(.outline):not(.light):hover{background:var(--ui-action-hover);border-color:var(--ui-action-hover)}
.masha-page .button.outline{background:#fff;border-color:#93A5B1;color:var(--navy)}
.masha-page .button.outline:hover{background:#F7FAFC;border-color:#657C8C}
.masha-page .kicker{
  font-family:inherit;
  font-size:12px;
  line-height:1.3;
  font-weight:760;
  letter-spacing:.075em;
  text-transform:uppercase;
  color:var(--brand-dark);
}
.masha-page .page-hero{
  position:relative;
  padding:52px 0 46px;
  background:#fff;
  border-bottom:1px solid #DCE7EE;
}
.masha-page .page-hero::before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:3px;
  background:linear-gradient(to bottom,var(--brand) 0 36%,transparent 36% 100%);
  opacity:.9;
}
.masha-page .breadcrumbs{
  margin-bottom:18px;
  color:#667680;
  font-size:11px;
  font-weight:650;
  letter-spacing:.025em;
  font-family:inherit;
}
.masha-page .page-hero h1{
  max-width:920px;
  margin:12px 0 18px;
  font-size:clamp(40px,4.5vw,58px);
  line-height:1.035;
  letter-spacing:-.043em;
  font-weight:760;
}
.masha-page .page-hero .lead{
  max-width:820px;
  margin-bottom:0;
  font-size:17px;
  line-height:1.65;
  color:var(--ui-muted);
}
.masha-page .page-hero .actions{margin-top:25px}
.masha-page .section{padding:var(--ui-section-standard) 0}
.masha-page .section.compact-top{padding-top:42px}
.masha-page .section-head{
  grid-template-columns:minmax(0,.88fr) minmax(320px,1.12fr);
  gap:56px;
  margin-bottom:38px;
  align-items:end;
}
.masha-page .section-head h2,
.masha-page .medium-heading{
  font-size:clamp(34px,3.7vw,46px);
  line-height:1.07;
  letter-spacing:-.038em;
  font-weight:760;
}
.masha-page .section-head p,
.masha-page .lead{font-size:16px;line-height:1.65}
.masha-page .section-head p{max-width:650px;color:var(--ui-muted)}
.masha-page .product-code,
.masha-page .fact-label,
.masha-page .process-card>span,
.masha-page .spec-row dt{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  letter-spacing:.075em;
}
.masha-page .quote-panel,
.masha-page .form-card,
.masha-page .fact-card,
.masha-page .process-card,
.masha-page .fact,
.masha-page .inquiry-row,
.masha-page .faq-list details,
.masha-page .callout{border-radius:var(--ui-radius-surface);box-shadow:none}

/* C04 — Product card contract -------------------------------------------------- */
.masha-page .product-card{
  border-radius:var(--ui-radius-surface);
  border-color:#D5E1E8;
  box-shadow:none;
  background:#fff;
  transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.masha-page .product-card:hover{
  transform:translateY(-2px);
  border-color:#AFC1CC;
  box-shadow:0 14px 34px rgba(15,42,68,.07);
}
.masha-page .product-image{background:#fff;border-bottom-color:#DFE7EC}
.masha-page .product-card-body{padding:18px 18px 17px}
.masha-page .product-code{font-size:11px;line-height:1.3;color:var(--brand-dark);font-weight:780}
.masha-page .product-card h3{margin:7px 0 9px;font-size:17px;line-height:1.3;letter-spacing:-.018em}
.masha-page .product-card p{font-size:14px;line-height:1.55;color:var(--ui-muted)}
.masha-page .product-card-foot{min-height:39px;padding-top:12px;font-size:12px}
.masha-page .product-card-foot>span{font-size:11px;line-height:1.4;color:#657680;letter-spacing:.045em}

/* Work package 1 — Catalog workspace ------------------------------------------ */
.catalog-page .page-hero{padding-bottom:40px}
.catalog-page .page-hero h1{max-width:16ch}
.catalog-page .catalog-layout{grid-template-columns:240px minmax(0,1fr);gap:40px;align-items:start}
.catalog-page .filter-panel{
  top:104px;
  padding:0 0 18px;
  background:transparent;
  border:0;
  border-top:2px solid var(--navy);
  border-bottom:1px solid #C9D8E1;
  border-radius:0;
}
.catalog-page .filter-panel .field:first-child{padding-top:18px}
.catalog-page .filter-panel .field{margin-bottom:18px}
.catalog-page .field label{margin-bottom:7px;font-size:11px;line-height:1.35;letter-spacing:.055em;color:#40515D}
.catalog-page .field input,.catalog-page .field select{min-height:43px;border-radius:6px;border-color:#B9C9D3;background:#fff}
.catalog-page .filter-panel .full-button{margin-top:2px}
.catalog-page .filter-callout{
  margin-top:22px;
  padding:16px 0 0;
  border:0;
  border-top:1px solid #D5E1E8;
  border-radius:0;
  background:transparent;
  color:var(--ui-ink);
}
.catalog-page .filter-callout p{color:var(--ui-muted);line-height:1.55}
.catalog-page .catalog-head{
  min-height:44px;
  margin-bottom:18px;
  padding-bottom:14px;
  border-bottom:1px solid #CCD9E1;
}
.catalog-page .catalog-head strong{font-size:15px;letter-spacing:-.01em}
.catalog-page .catalog-grid{gap:14px}
.catalog-page .product-image{height:226px;padding:18px}
.catalog-page .section.white .category-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid #BFCFD8;
}
.catalog-page .section.white .category-card{
  min-height:0;
  padding:21px 38px 22px 0;
  border:0;
  border-bottom:1px solid #D5E1E8;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.catalog-page .section.white .category-card:nth-child(3n+2),
.catalog-page .section.white .category-card:nth-child(3n+3){padding-left:24px;border-left:1px solid #D5E1E8}
.catalog-page .section.white .category-card::before{display:none}
.catalog-page .section.white .category-card::after{top:20px;right:12px;color:#6A7B86}
.catalog-page .section.white .category-card:hover{transform:none;background:#F8FBFD;border-color:#BFCFD8}
.catalog-page .section.white .category-card h3{margin:7px 0 7px;font-size:20px;line-height:1.25;font-weight:720}
.catalog-page .section.white .category-card p{font-size:14px;line-height:1.55}

/* Work package 2 — Product detail --------------------------------------------- */
.product-detail-page .page-hero.product-hero{padding-top:44px;padding-bottom:54px}
.product-detail-page .product-hero::before{display:none}
.product-detail-page .detail-grid{grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);gap:64px}
.product-detail-page .detail-media{
  min-height:500px;
  padding:38px;
  border-radius:var(--ui-radius-surface);
  border-color:#C9D7E0;
  background:#fff;
}
.product-detail-page .detail-media::before{left:14px;top:14px;width:34px;height:34px}
.product-detail-page .detail-media::after{right:14px;bottom:14px;width:34px;height:34px}
.product-detail-page .detail-copy>.product-code{margin-top:4px}
.product-detail-page .detail-copy h1{
  margin:8px 0 14px;
  font-size:clamp(38px,4.1vw,54px);
  line-height:1.035;
  letter-spacing:-.042em;
}
.product-detail-page .detail-copy .summary{font-size:16px;line-height:1.65}
.product-detail-page .reference-note{
  margin:22px 0 18px;
  padding:16px 18px;
  background:#F0F6F9;
  border-left:2px solid var(--brand);
  border-radius:0;
}
.product-detail-page .reference-note p{font-size:14.5px;line-height:1.5;color:var(--ui-muted)}
.product-detail-page .specs{margin:18px 0 20px}
.product-detail-page .spec-row{grid-template-columns:34% 66%;gap:20px;padding:13px 0;font-size:13px}
.product-detail-page .spec-row dt{font-size:10.5px;color:#687984}
.product-detail-page .spec-row dd{font-size:14.5px;line-height:1.45}
.product-detail-page .product-notice{padding:15px 17px;border-radius:6px;background:#EAF4FA}
.product-detail-page .product-notice p{font-size:14.5px;line-height:1.5}
.product-detail-page .detail-copy>.actions{margin-top:22px}
.product-detail-page .section.white>.shell.two-col{gap:64px;align-items:start}
.product-detail-page .section.white>.shell.two-col>div:first-child{padding-top:6px}
.product-detail-page .section.white .quote-panel{
  position:relative;
  padding:34px 34px 32px;
  background:var(--navy);
  border-left:0;
  border-top:3px solid var(--brand);
}
.product-detail-page .section.white .quote-panel h2{font-size:clamp(31px,3.5vw,40px)}
.product-detail-page .section:last-of-type{background:#F3F8FB}
.product-detail-page .related-grid{gap:14px}
.product-detail-page .related-grid .product-image{height:218px}

/* Work package 3 — Conversion pages ------------------------------------------- */
.conversion-page .page-hero h1{max-width:17ch}
.conversion-page .form-layout,
.inquiry-page .inquiry-layout{gap:54px;align-items:start}
.conversion-page .form-card{
  padding:28px;
  border:1px solid #C9D7E0;
  background:#fff;
}
.conversion-page .field{margin-bottom:17px}
.conversion-page .field label{font-size:11px;line-height:1.35;letter-spacing:.045em;color:#324651}
.source-page .field label{font-size:13px}
.conversion-page .field input,
.conversion-page .field select,
.conversion-page .field textarea{
  border-radius:6px;
  border-color:#B9C9D3;
  background:#fff;
}
.conversion-page .field input:focus,
.conversion-page .field select:focus,
.conversion-page .field textarea:focus{border-color:var(--brand-dark)}
.source-page .form-layout{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr)}
.source-page .form-layout>.quote-panel{
  padding:30px 30px 29px;
  background:var(--navy);
  border-left:0;
  border-top:3px solid var(--brand);
}
.source-page .selected-panel{margin-top:24px}
.source-page .form-note{font-size:13.5px;line-height:1.5}
.source-page .faq-list{max-width:none;gap:0;border-top:1px solid #C4D3DC}
.source-page .faq-list details{
  padding:0;
  border:0;
  border-bottom:1px solid #D3DFE6;
  border-radius:0;
  background:transparent;
}
.source-page .faq-list summary{padding:17px 3px;font-size:15px}
.source-page .faq-list details p{padding:0 3px 18px;font-size:15.5px;line-height:1.55}
.source-page .process-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid #BBCDD8;
  border-bottom:1px solid #BBCDD8;
}
.source-page .process-card{
  min-height:210px;
  padding:24px 30px 24px 0;
  border:0;
  border-radius:0;
  background:transparent;
}
.source-page .process-card+.process-card{padding-left:30px;border-left:1px solid #D0DDE5}
.source-page .process-card h3{margin:18px 0 9px;font-size:18px;line-height:1.3}
.source-page .process-card p{font-size:15.5px;line-height:1.55}
.inquiry-page .inquiry-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)}
.inquiry-page .quote-panel.sticky-panel{
  padding:30px;
  background:var(--navy);
  border-left:0;
  border-top:3px solid var(--brand);
}
.inquiry-page .inquiry-list{gap:8px}
.inquiry-page .inquiry-row{
  padding:11px;
  border-color:#D2DFE6;
  background:#fff;
}
.inquiry-page .inquiry-row img{background:#fff}
/* Work package 4 — Corporate / category / area / utility ---------------------- */
.corporate-page .page-hero h1{max-width:18ch}
.corporate-page .fact-grid{
  gap:0;
  border-top:1px solid #BFCFD8;
  border-bottom:1px solid #BFCFD8;
}
.corporate-page .fact{
  padding:23px 24px 23px 0;
  border:0;
  border-radius:0;
  background:transparent;
}
.corporate-page .fact+.fact{padding-left:24px;border-left:1px solid #D2DFE6}
.corporate-page .fact-label{margin-bottom:12px;font-size:11.5px!important}
.corporate-page .process-grid{gap:0;border-top:1px solid #BFCFD8;border-bottom:1px solid #BFCFD8}
.corporate-page .process-card{
  padding:24px 30px 24px 0;
  border:0;
  border-radius:0;
  background:transparent;
}
.corporate-page .process-card+.process-card{padding-left:30px;border-left:1px solid #D2DFE6}
.corporate-page .process-card h3{font-size:18px;line-height:1.3;margin:18px 0 8px}
.corporate-page .process-card p{font-size:15.5px;line-height:1.55}
.services-page .section.navy{background:var(--navy)}
.services-page .services-cta-section .cta-strip p{
  margin:10px 0 0;
  font-size:20px;
  line-height:1.35;
  font-weight:720;
}
.about-page .fact-stack{gap:0;border-top:1px solid #BFCFD8}
.about-page .fact-card{
  padding:20px 0;
  border:0;
  border-bottom:1px solid #D2DFE6;
  border-radius:0;
  background:transparent;
}
.about-page .fact-card strong{font-size:18px;line-height:1.3}
.about-page .industry-photo,
.about-page .industry-moment{border-radius:var(--ui-radius-surface)}
.about-page .industry-moment figcaption{padding:13px 14px 14px}
.about-page .industry-moment figcaption strong{font-size:16px;line-height:1.3;font-weight:720}
.category-page .page-hero h1,
.area-page .page-hero h1{max-width:18ch}
.category-page .filter-chips{gap:7px;margin-top:20px}
.category-page .filter-chip{padding:7px 9px;border-radius:4px;border-color:#C6D5DE;font-size:12px;background:#fff}
.category-page .catalog-grid{gap:14px}
.category-page .product-image{height:224px}
.category-page .quote-panel,
.area-page .quote-panel{
  background:var(--navy);
  border-left:0;
  border-top:3px solid var(--brand);
}
.area-page .process-grid{gap:0;border-top:1px solid #BFCFD8;border-bottom:1px solid #BFCFD8}
.area-page .process-card{
  padding:24px 30px 24px 0;
  border:0;
  border-radius:0;
  background:transparent;
}
.area-page .process-card+.process-card{padding-left:30px;border-left:1px solid #D2DFE6}
.area-page .process-card h3{font-size:18px;line-height:1.3;margin:18px 0 8px}
.area-page .process-card p{font-size:14px;line-height:1.6}
.area-page .cta-strip{padding:3px 0}
.utility-page .page-hero{min-height:430px;display:flex;align-items:center}
.utility-page.privacy-page .page-hero{display:block;min-height:0;padding-top:52px;padding-bottom:72px}
.utility-page .page-hero .narrow{max-width:760px}
.utility-page .page-hero h1{max-width:15ch}
.utility-page.privacy-page .privacy-body{max-width:800px}
.utility-page.privacy-page .privacy-body h1{max-width:12ch;margin-bottom:16px}
.utility-page.privacy-page .privacy-body h2{margin-top:36px;font-size:22px;line-height:1.25;letter-spacing:-.02em}
.utility-page.privacy-page .privacy-body p,
.utility-page.privacy-page .privacy-body li{font-size:15px;line-height:1.72;color:#4E5F6A}

/* P1 semantic component contracts -------------------------------------------- */
.catalog-page .catalog-workspace-section .catalog-grid{min-width:0}
.services-page .services-capabilities-section .fact-grid{min-width:0}
.services-page .services-capabilities-section .fact>strong{
  display:block;
  margin-bottom:7px;
  font-size:20px;
  line-height:1.25;
  font-weight:720;
}
.services-page .services-quality-section .process-card h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
  font-weight:720;
}
.services-page .services-supplier-selection-section .service-item h3{
  margin:0 0 9px;
  font-size:20px;
  line-height:1.25;
  font-weight:720;
}
.services-page .services-supplier-selection-section .service-item p{
  margin:0;
  font-size:16px;
  line-height:1.55;
}
.source-page .source-support-grid{min-width:0}

.contact-page .contact-editorial-hero{
  padding-block:64px 72px;
}
.contact-page .contact-editorial-grid{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:88px;
  align-items:start;
}
.contact-page .contact-intro{min-width:0}
.contact-page .contact-intro h1{
  max-width:13ch;
  font-size:clamp(44px,4vw,58px);
}
.contact-page .contact-ledger{
  min-width:0;
  margin:0;
  padding:0;
  border-top:1px solid #BFCFD8;
  border-bottom:1px solid #BFCFD8;
  font-style:normal;
}
.contact-page .contact-entry{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:24px;
  padding:24px 0;
  border-bottom:1px solid #D2DFE6;
}
.contact-page .contact-entry:last-child{border-bottom:0}
.contact-page .contact-entry .fact-label{margin:4px 0 0}
.contact-page .contact-entry-body{min-width:0}
.contact-page .contact-entry-body h2{
  margin:0 0 8px;
  font-size:clamp(22px,2.2vw,29px);
  line-height:1.18;
  letter-spacing:-.025em;
}
.contact-page .contact-entry-body p{margin:0;max-width:480px}
.contact-page .contact-entry-body .form-note{margin-top:8px}

/* Contact page viewport footer fill: absorb residual space without altering content structure */
.contact-page{
  min-height:100dvh;
  display:flex;
  flex-direction:column;
}
.contact-page main{
  flex:0 0 auto;
}
.contact-page .site-footer{
  flex:1 0 auto;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.contact-page .site-footer .footer-bottom{
  margin-top:auto;
}

@media(max-width:1120px){
  .catalog-page .catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .services-page .services-capabilities-section .fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .source-page .form-layout{grid-template-columns:1fr;gap:32px}
  .source-page .source-support-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
    align-items:start;
  }
  .source-page .source-support-grid .selected-panel{margin-top:0}
}
@media(max-width:900px){
  .contact-page .contact-editorial-grid{grid-template-columns:1fr;gap:48px}
}
@media(max-width:760px){
  .source-page .source-support-grid{grid-template-columns:1fr}
  .contact-page .contact-editorial-hero{padding-block:52px}
  .contact-page .contact-entry{grid-template-columns:1fr;gap:8px;padding:20px 0}
  .contact-page .contact-entry .fact-label{margin:0}
  .product-detail-page .detail-media img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:280px;
    object-fit:contain;
  }
}

/* Step 7 responsive contract --------------------------------------------------- */
@media(max-width:980px){
  .masha-page .section-head{grid-template-columns:1fr;gap:14px}
  .masha-page .page-hero h1{max-width:760px}
  .catalog-page .catalog-layout{grid-template-columns:1fr;gap:24px}
  .catalog-page .filter-panel{position:static;border-top:0;border-bottom:0;padding:0}
  .product-detail-page .detail-grid{grid-template-columns:1fr;gap:30px}
  .product-detail-page .detail-media{min-height:430px}
  .conversion-page .form-layout,.inquiry-page .inquiry-layout{grid-template-columns:1fr;gap:28px}
}

@media(max-width:760px){
  .services-page .services-capabilities-section .fact-grid{grid-template-columns:1fr}
  .services-page .services-capabilities-section .fact>strong,
  .services-page .services-quality-section .process-card h3,
  .services-page .services-cta-section .cta-strip p{font-size:18px;line-height:1.25;margin-bottom:7px;font-weight:720}
  .masha-page .nav{height:66px;gap:16px}
  .masha-page .header-brand-logo{height:30px;max-width:195px}
  .masha-page .main-nav{top:72px;gap:2px}
  .masha-page .main-nav a{padding:11px 12px}
  .masha-page .page-hero{padding:38px 0 34px}
  .masha-page .page-hero::before{width:2px}
  .masha-page .breadcrumbs{margin-bottom:14px;font-size:10.5px}
  .masha-page .kicker{font-size:11px;letter-spacing:.065em}
  .masha-page .page-hero h1{margin:10px 0 14px;font-size:clamp(35px,9.8vw,44px);line-height:1.04}
  .masha-page .page-hero .lead{font-size:16px;line-height:1.62}
  .masha-page .section{padding:56px 0}
  .masha-page .section.compact-top{padding-top:28px}
  .masha-page .section-head{margin-bottom:28px}
  .masha-page .section-head h2,.masha-page .medium-heading{font-size:clamp(30px,8.4vw,38px)}
  .masha-page .product-card p{font-size:14px}
  .catalog-page .catalog-head{align-items:flex-start;gap:12px}
  .catalog-page .catalog-grid{grid-template-columns:1fr}
  .catalog-page .product-image,.category-page .product-image{height:218px}
  .catalog-page .section.white .category-grid{grid-template-columns:1fr}
  .catalog-page .section.white .category-card,
  .catalog-page .section.white .category-card:nth-child(3n+2),
  .catalog-page .section.white .category-card:nth-child(3n+3){padding:18px 34px 19px 0;border-left:0}
  .catalog-page .section.white .category-card h3{margin:6px 0 7px;font-size:18px;line-height:1.25;font-weight:720}
  .product-detail-page .page-hero.product-hero{padding-top:30px;padding-bottom:38px}
  .product-detail-page .detail-grid{gap:24px}
  .product-detail-page .detail-media{min-height:330px;padding:24px}
  .product-detail-page .detail-media img{width:auto;height:auto;max-width:100%;max-height:280px;object-fit:contain}
  .product-detail-page .detail-copy h1{font-size:clamp(34px,9.3vw,42px)}
  .product-detail-page .detail-copy .summary{font-size:15.5px}
  .product-detail-page .spec-row{grid-template-columns:1fr;gap:4px}
  .product-detail-page .section.white>.shell.two-col{gap:34px}
  .product-detail-page .section.white .quote-panel{padding:26px 23px 25px}
  .product-detail-page .related-grid .product-image{height:205px}
  .conversion-page .form-card{padding:20px}
  .source-page .form-layout>.quote-panel,.inquiry-page .quote-panel.sticky-panel{padding:25px 22px 24px}
  .source-page .process-grid,.corporate-page .process-grid,.area-page .process-grid{grid-template-columns:1fr}
  .source-page .process-card,.source-page .process-card+.process-card,
  .corporate-page .process-card,.corporate-page .process-card+.process-card,
  .area-page .process-card,.area-page .process-card+.process-card{
    min-height:0;padding:20px 0;border-left:0;border-top:1px solid #D2DFE6;
  }
  .source-page .process-card:first-child,.corporate-page .process-card:first-child,.area-page .process-card:first-child{border-top:0}
  .corporate-page .fact-grid{grid-template-columns:1fr 1fr}
  .corporate-page .fact,.corporate-page .fact+.fact{padding:20px 16px 20px 0;border-left:0;border-top:1px solid #D2DFE6}
  .corporate-page .fact:nth-child(even){padding-left:16px;border-left:1px solid #D2DFE6}
  .corporate-page .fact:nth-child(-n+2){border-top:0}
  .utility-page .page-hero{min-height:360px}
  .utility-page.privacy-page .page-hero{min-height:0;padding-bottom:56px}
}

@media(max-width:430px){
  .masha-page .page-hero h1{font-size:clamp(34px,9.5vw,40px)}
  .catalog-page .product-image,.category-page .product-image{height:205px}
  .product-detail-page .detail-media{min-height:300px}
  .corporate-page .fact-grid{grid-template-columns:1fr}
  .corporate-page .fact,.corporate-page .fact+.fact,.corporate-page .fact:nth-child(even){padding:18px 0;border-left:0;border-top:1px solid #D2DFE6}
  .corporate-page .fact:first-child{border-top:0}
}

/* Step 6 QA corrections: preserve AA contrast inside dark conversion panels. */
.masha-page .quote-panel .kicker{color:#fff}
.masha-page .breadcrumbs{color:#5F707B}
.utility-page.privacy-page .privacy-body p.lead{font-size:16px}

/* Step 8 Anti-AI audit corrections. */
.masha-page .page-hero::before{display:none}
.masha-page .empty-state{border-radius:var(--ui-radius-surface)}
.area-page .section.navy{background:var(--navy)}

/* Step 9 polish — prevent tablet header wrapping by using the existing menu pattern earlier. */
@media(max-width:1100px){
  .home-page .nav,.masha-page .nav{height:66px;gap:16px}
  .home-page .header-brand-logo,.masha-page .header-brand-logo{height:30px;max-width:195px}
  .home-page .header-cta,.masha-page .header-cta{display:none}
  .home-page .menu-button,.masha-page .menu-button{display:block}
  .home-page .main-nav,.masha-page .main-nav{
    position:fixed;
    left:14px;right:14px;top:72px;
    display:none;
    max-height:calc(100vh - 92px);
    overflow:auto;
    padding:12px;
    background:#fff;
    border:1px solid var(--line);
    border-radius:8px;
    box-shadow:0 14px 34px rgba(15,42,68,.09);
  }
  .home-page .main-nav.open,.masha-page .main-nav.open{display:grid;gap:2px}
  .home-page .main-nav a,.masha-page .main-nav a{padding:11px 12px;border-bottom:0;border-radius:6px}
  .home-page .main-nav a[aria-current="page"],.masha-page .main-nav a[aria-current="page"]{background:var(--soft)}
}


/* UI v1.1 correction pass — 2026-08-30
   Scope: hierarchy, kicker restraint, section rhythm, Services evidence.
   No functional selectors, JS hooks, content strings, or data are changed. */

/* WP1 — Product-detail CTA hierarchy ---------------------------------------- */
.product-detail-page .detail-copy>.actions button[data-add-inquiry]{
  background:#fff;
  border-color:#93A5B1;
  color:var(--navy);
}
.product-detail-page .detail-copy>.actions button[data-add-inquiry]:hover{
  background:#F7FAFC;
  border-color:#657C8C;
  color:var(--navy);
}
.product-detail-page .detail-copy>.actions a[href*="request=similar"]{
  min-height:46px;
  padding-inline:8px;
  background:transparent;
  border-color:transparent;
  color:var(--brand-dark);
}
.product-detail-page .detail-copy>.actions a[href*="request=similar"]:hover{
  background:transparent;
  border-color:transparent;
  color:var(--signal-dark);
  text-decoration:underline;
  transform:none;
}

/* WP2 — Kicker budget: preserve source copy, remove redundant visual labels. */
.home-page .product-areas-section .section-head .kicker,
.home-page .home-products-section .section-head .kicker,
.about-page main>.section:nth-of-type(2) .kicker,
.about-page main>.section:nth-of-type(4) .kicker,
.about-page main>.section:nth-of-type(5) .kicker,
.about-page main>.section:nth-of-type(6) .kicker,
.services-page .services-coordination-section .kicker,
.services-page .services-cta-section .kicker,
.source-page main>.section .kicker,
.catalog-page main>.section.white .kicker,
.contact-page .page-hero .kicker,
.inquiry-page .page-hero .kicker,
.utility-page .page-hero .kicker,
.product-detail-page main>.section .kicker,
.category-page main>.section.white .kicker,
.area-page .page-hero .kicker,
.area-page main>.section.navy .kicker{
  display:none;
}

/* When an eyebrow is intentionally absent, headings own the section entry. */
.masha-page .section-head>div>h2:first-child,
.masha-page .two-col>div>h2:first-child,
.masha-page .cta-strip>div>h2:first-child{
  margin-top:0;
}

/* WP3 — Semantic section rhythm --------------------------------------------- */
/* Corporate narrative: evidence chapters breathe; support chapters tighten. */
.about-page main>.section:nth-of-type(2){padding-block:72px}
@media(min-width:981px){
  .about-page main>.section:nth-of-type(2)>.shell.two-col>div:first-child>h2 + p{margin-top:40px}
  .about-page main>.section:nth-of-type(2)>.shell.two-col>div:first-child>p + p{margin-top:32px}
}
.about-page main>.section:nth-of-type(3){padding-block:var(--ui-section-spacious)}
.about-page main>.section:nth-of-type(4){padding-block:56px}
.about-page main>.section:nth-of-type(5){padding-block:72px}
.about-page main>.section:nth-of-type(6){padding-block:var(--ui-section-spacious)}
.about-page main>.section:nth-of-type(7){padding-block:56px}

.services-page .services-capabilities-section{padding-block:64px}
.services-page .services-quality-section{padding-block:88px}
.services-page .services-supplier-selection-section{padding-block:var(--ui-section-spacious)}
.services-page .services-coordination-section{padding-block:72px}
.services-page .services-cta-section{padding-block:56px}

.source-page .source-form-section{padding-block:48px 64px}
.source-page .source-faq-section{padding-block:72px}
.source-page .source-process-section{padding-block:88px}
.catalog-page .catalog-workspace-section{padding-block:48px 72px}
.catalog-page .catalog-sourcing-section{padding-block:64px}
.catalog-page .catalog-sourcing-section .callout>strong{
  display:block;
  margin:0 0 8px;
  font-size:19px;
  line-height:1.25;
  font-weight:720;
}
.catalog-page .catalog-sourcing-section .callout>p{
  margin:0;
  font-size:15.5px;
  line-height:1.55;
}
.catalog-page .catalog-sourcing-section .callout>.text-link{
  display:inline-flex;
  margin-top:9px;
  font-size:16.5px;
  line-height:1.3;
  font-weight:780;
}
.contact-page .contact-editorial-hero{padding-block:72px}
.inquiry-page main>.section:nth-of-type(2){padding-block:48px 72px}
.product-detail-page .product-customization-section{padding-block:72px}
.product-detail-page .product-related-section{padding-block:64px}
.category-page main>.section:nth-of-type(2){padding-block:72px}
.category-page main>.section:nth-of-type(3){padding-block:56px}
.area-page main>.section:nth-of-type(2){padding-block:72px}
.area-page main>.section:nth-of-type(3){padding-block:64px}
.area-page main>.section:nth-of-type(4){padding-block:72px}

/* WP4 — Services brand specificity: real company / tool evidence, no gallery. */
.services-page .services-proof-photo{
  margin:28px 0 0;
  overflow:hidden;
  border:1px solid #C6D6DF;
  border-radius:var(--ui-radius-media);
  background:#fff;
}
.services-page .services-proof-photo img{
  display:block;
  width:100%;
  height:220px;
  object-fit:cover;
}
.services-page .section.navy .services-proof-photo{
  border-color:transparent;
  background:transparent;
}
.services-page .section.navy .services-proof-photo img{
  height:210px;
  object-position:center 43%;
}
.services-page .services-coordination-section .services-proof-photo img{
  object-position:center 42%;
}

@media(max-width:760px){
  .about-page main>.section:nth-of-type(2),
  .about-page main>.section:nth-of-type(5),
  .services-page .services-coordination-section,
  .source-page .source-faq-section,
  .contact-page .contact-editorial-hero,
  .product-detail-page .product-customization-section,
  .category-page main>.section:nth-of-type(2),
  .area-page main>.section:nth-of-type(2),
  .area-page main>.section:nth-of-type(4){padding-block:52px}

  .about-page main>.section:nth-of-type(3),
  .about-page main>.section:nth-of-type(6),
  .services-page .services-quality-section,
  .services-page .services-supplier-selection-section,
  .source-page .source-process-section{padding-block:64px}

  .about-page main>.section:nth-of-type(4),
  .about-page main>.section:nth-of-type(7),
  .services-page .services-capabilities-section,
  .services-page .services-cta-section,
  .catalog-page .catalog-sourcing-section,
  .category-page main>.section:nth-of-type(3){padding-block:44px}
  .catalog-page .catalog-sourcing-section .callout>strong{font-size:18px;line-height:1.25}
  .catalog-page .catalog-sourcing-section .callout>.text-link{font-size:16px;line-height:1.3}

  .catalog-page .catalog-workspace-section,
  .inquiry-page main>.section:nth-of-type(2){padding-block:40px 52px}
  .product-detail-page .product-related-section,
  .area-page main>.section:nth-of-type(3){padding-block:48px}

  .services-page .services-proof-photo{margin-top:22px}
  .services-page .services-proof-photo img,
  .services-page .section.navy .services-proof-photo img{height:190px}
}

/* v1.1 QA correction: keep evidence media from contributing intrinsic min-width. */
.services-page .two-col>div,
.services-page .service-list,
.services-page .services-proof-photo{min-width:0;max-width:100%}
.services-page .services-proof-photo img{min-width:0;max-width:100%}

/* UI review correction — documentary evidence + non-card service structures.
   Scope: Services page only. No content, media files, JS hooks, or behavior changed. */

/* Documentary photos: preserve the source frame. Never force evidence into a banner crop. */
.services-page .services-proof-photo{
  margin-top:30px;
  overflow:visible;
  border:1px solid #C6D6DF;
  border-radius:4px;
  background:#fff;
}
.services-page .services-proof-photo img,
.services-page .section.navy .services-proof-photo img,
.services-page .services-coordination-section .services-proof-photo img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  object-fit:contain;
  object-position:center;
}
.services-page .services-proof-photo figcaption{
  margin:0;
  padding:9px 12px 10px;
  color:#65747e;
  background:#fff;
  font-size:12.5px;
  line-height:1.5;
}
.services-page .section.navy .services-proof-photo figcaption{
  color:#aebdc6;
  background:transparent;
}
.services-page .services-coordination-section .services-proof-photo{
  margin-top:30px;
  overflow:visible;
  border:0;
  background:transparent;
}
.services-page .services-coordination-section .services-proof-photo img{
  border:1px solid #C6D6DF;
  border-radius:4px;
}
.services-page .services-coordination-section .services-proof-photo figcaption{
  margin:8px 0 0;
  padding:0;
  color:#65747e;
  background:transparent;
  font-size:12.5px;
  line-height:1.5;
}
.services-page .services-coordination-section .two-col{
  display:grid;
  grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);
  grid-template-rows:auto auto;
  column-gap:64px;
  row-gap:34px;
  align-items:start;
}
.services-page .services-coordination-section .two-col>div:first-child{display:contents}
.services-page .services-coordination-section .two-col>div:first-child>.kicker{display:none}
.services-page .services-coordination-section .two-col>div:first-child>h2{
  grid-column:1;
  grid-row:1;
  align-self:start;
  margin:0;
  max-width:610px;
}
.services-page .services-coordination-section .two-col>div:first-child>p{
  grid-column:2;
  grid-row:1;
  align-self:start;
  margin:0 0 3px;
  margin-top:44px;
  max-width:560px;
  color:var(--ui-muted);
  font-size:17.5px;
  line-height:1.55;
}
.services-page .services-coordination-section .services-proof-photo{
  grid-column:1;
  grid-row:2;
  align-self:start;
  margin:0;
}
.services-page .services-coordination-section .fact-stack{
  grid-column:2;
  grid-row:2;
  align-self:stretch;
  display:grid;
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:0;
  min-width:0;
  border-top:1px solid #B9CCD7;
  border-bottom:1px solid #B9CCD7;
}
.services-page .services-coordination-section .fact-card,
.services-page .services-coordination-section .fact-card+.fact-card{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:30px 0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.services-page .services-coordination-section .fact-card:first-child{
  border-bottom:1px solid #D2DFE6;
}
.services-page .services-coordination-section .fact-card .fact-label{
  margin-bottom:10px;
  color:var(--brand-dark);
  font-size:11.5px;
  line-height:1.3;
}
.services-page .services-coordination-section .fact-card strong{
  display:block;
  margin-bottom:9px;
  font-size:20px;
  line-height:1.25;
  font-weight:720;
}
.services-page .services-coordination-section .fact-card p{
  margin:0;
  max-width:520px;
  color:var(--ui-muted);
  font-size:16px;
  line-height:1.55;
}

@media(max-width:900px){
  .services-page .services-supplier-selection-section .two-col,
  .services-page .services-coordination-section .two-col{
    grid-template-columns:1fr;
    grid-template-rows:auto;
    gap:30px;
  }
  .services-page .services-supplier-selection-section .service-list{
    grid-template-rows:auto;
    margin-top:4px;
  }
  .services-page .services-supplier-selection-section .service-item{padding:22px 0}
  .services-page .services-supplier-selection-section .service-item h3{
    margin:0 0 8px;
    font-size:18px;
    line-height:1.25;
    font-weight:720;
  }
  .services-page .services-supplier-selection-section .service-item p{
    font-size:15.5px;
    line-height:1.55;
  }

  .services-page .services-coordination-section .two-col>div:first-child>h2,
  .services-page .services-coordination-section .two-col>div:first-child>p,
  .services-page .services-coordination-section .services-proof-photo,
  .services-page .services-coordination-section .fact-stack{
    grid-column:1;
    grid-row:auto;
  }
  .services-page .services-coordination-section .two-col>div:first-child>p{
    margin-top:-12px;
    font-size:16px;
    line-height:1.55;
  }
  .services-page .services-coordination-section .fact-stack{
    grid-template-rows:auto;
    margin-top:2px;
  }
  .services-page .services-coordination-section .fact-card strong{
    font-size:18px;
    line-height:1.25;
  }
  .services-page .services-coordination-section .fact-card p{
    font-size:15.5px;
    line-height:1.55;
  }
  .services-page .services-coordination-section .fact-card,
  .services-page .services-coordination-section .fact-card+.fact-card{
    min-height:0;
    padding:20px 0;
  }
}

@media(max-width:760px){
  .services-page .services-proof-photo{margin-top:24px}
  .services-page .services-supplier-selection-section .two-col,
  .services-page .services-coordination-section .two-col{gap:26px}
  .services-page .services-supplier-selection-section .service-item{
    grid-template-columns:38px minmax(0,1fr);
    gap:15px;
    padding:20px 0;
  }
.services-page .services-coordination-section .two-col>div:first-child>p{margin-top:-8px}
}


/* Follow-up correction — tighten documentary sections after visual review.
   Goals:
   1) About "What MASHA handles" must resolve into a true 2×2 ledger, no dead lower-right void.
   2) Services evidence photos get more visual room.
   3) Services right-side lists become compact rails / ledgers instead of stretched sparse blocks. */

.about-page main>.section:nth-of-type(5) .process-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
}
.about-page main>.section:nth-of-type(5) .process-card,
.about-page main>.section:nth-of-type(5) .process-card+.process-card{
  min-height:0;
  padding:26px 0 24px;
  border-left:0;
}
.about-page main>.section:nth-of-type(5) .process-card:nth-child(odd){
  padding-right:32px;
}
.about-page main>.section:nth-of-type(5) .process-card:nth-child(even){
  padding-left:32px;
  border-left:1px solid #D2DFE6;
}
.about-page main>.section:nth-of-type(5) .process-card:nth-child(n+3){
  border-top:1px solid #D2DFE6;
}
@media(max-width:900px){
  .about-page main>.section:nth-of-type(5) .process-grid{grid-template-columns:1fr}
  .about-page main>.section:nth-of-type(5) .process-card,
  .about-page main>.section:nth-of-type(5) .process-card+.process-card,
  .about-page main>.section:nth-of-type(5) .process-card:nth-child(odd),
  .about-page main>.section:nth-of-type(5) .process-card:nth-child(even){
    padding:22px 0;
    border-left:0;
  }
  .about-page main>.section:nth-of-type(5) .process-card:nth-child(n+2){
    border-top:1px solid #D2DFE6;
  }
.services-page .services-coordination-section .two-col{gap:24px}
  .services-page .services-coordination-section .fact-stack{margin-top:2px}
}

@media(max-width:760px){
.services-page .services-coordination-section .fact-card,
  .services-page .services-coordination-section .fact-card+.fact-card{
    padding:18px 0;
  }
}


/* Supplier Selection — canonical semantic layout.
   One desktop contract and one mobile contract; no positional selectors or marker columns. */
@media(min-width:901px){
  .services-page .services-supplier-selection-section .two-col{
    display:grid;
    grid-template-columns:minmax(0,1.62fr) minmax(320px,.98fr);
    grid-template-rows:auto auto auto;
    column-gap:52px;
    row-gap:0;
    align-items:start;
  }
  .services-page .services-supplier-selection-section .two-col>div:first-child{display:contents}
  .services-page .services-supplier-selection-section .two-col>div:first-child>.kicker{
    grid-column:1;
    grid-row:1;
    margin:0 0 12px;
  }
  .services-page .services-supplier-selection-section .two-col>div:first-child>h2{
    grid-column:1;
    grid-row:2;
    margin:0;
    max-width:620px;
  }
  .services-page .services-supplier-selection-section .two-col>div:first-child>p{
    grid-column:2;
    grid-row:2;
    align-self:end;
    margin:0 0 4px;
    max-width:540px;
    color:#C6D5DF;
    font-size:17.5px;
    line-height:1.55;
  }
  .services-page .services-supplier-selection-section .services-proof-photo{
    grid-column:1;
    grid-row:3;
    width:100%;
    justify-self:stretch;
    align-self:start;
    margin:36px 0 0;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.18);
    border-radius:4px;
    background:#102E49;
  }
  .services-page .services-supplier-selection-section .services-proof-photo img{
    display:block;
    width:100%;
    height:auto;
    max-width:100%;
  }
  .services-page .services-supplier-selection-section .service-list{
    grid-column:2;
    grid-row:3;
    display:block;
    align-self:start;
    margin:36px 0 0;
    border-top:1px solid rgba(255,255,255,.24);
    border-bottom:1px solid rgba(255,255,255,.24);
  }
  .services-page .services-supplier-selection-section .service-item,
  .services-page .services-supplier-selection-section .service-item:last-child{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:0;
    align-items:start;
    padding:24px 0;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.18);
    background:transparent;
  }
  .services-page .services-supplier-selection-section .service-item:last-child{border-bottom:0}
}
@media(max-width:900px){
  .services-page .services-supplier-selection-section .two-col{
    display:grid;
    grid-template-columns:1fr;
    gap:28px;
  }
  .services-page .services-supplier-selection-section .two-col>div:first-child{display:block}
  .services-page .services-supplier-selection-section .two-col>div:first-child>p{
    font-size:16px;
    line-height:1.55;
  }
  .services-page .services-supplier-selection-section .services-proof-photo{
    width:100%;
    margin:24px 0 0;
    overflow:hidden;
  }
  .services-page .services-supplier-selection-section .services-proof-photo img{
    display:block;
    width:100%;
    height:auto;
    max-width:100%;
  }
  .services-page .services-supplier-selection-section .service-list{
    display:block;
    margin:0;
    border-top:1px solid rgba(255,255,255,.24);
    border-bottom:1px solid rgba(255,255,255,.24);
  }
  .services-page .services-supplier-selection-section .service-item,
  .services-page .services-supplier-selection-section .service-item:last-child{
    display:block;
    padding:20px 0;
    border:0;
    border-bottom:1px solid rgba(255,255,255,.18);
  }
  .services-page .services-supplier-selection-section .service-item:last-child{border-bottom:0}
}

/* Supplier Selection round 2 — plain documentary caption, no footer bar. */
.services-page .services-supplier-selection-section .services-proof-photo{
  overflow:visible;
  border:0;
  background:transparent;
}
.services-page .services-supplier-selection-section .services-proof-photo img{
  border:1px solid rgba(255,255,255,.18);
  border-radius:4px;
  background:#102E49;
}
.services-page .section.navy.services-supplier-selection-section .services-proof-photo figcaption{
  margin:8px 0 0;
  padding:0;
  color:#aebdc6;
  background:transparent;
  font-size:12.5px;
  line-height:1.5;
}

/* Meta-label cleanup — 2026-08-30.
   Scope: only non-sequential labels listed in the UI cleanup request. */
.home-page .product-areas-section .category-card:not(.source){
  grid-template-columns:minmax(0,1fr);
}
.home-page .product-areas-section .category-card:not(.source) h3,
.home-page .product-areas-section .category-card:not(.source) p{
  grid-column:1;
}
.home-page .home-why-section .service-item,
.services-page .services-supplier-selection-section .service-item,
.services-page .services-supplier-selection-section .service-item:last-child{
  grid-template-columns:minmax(0,1fr);
  gap:0;
}
.services-page .process-card h3,
.about-page main>.section:nth-of-type(5) .process-card h3{
  margin-top:0;
}
.about-page .requirement-input{
  min-height:0;
}
.about-page .requirement-input strong{
  display:block;
  margin-bottom:7px;
  font-size:clamp(17px,1.25vw,18px);
  line-height:1.25;
  font-weight:720;
}
.about-page .requirement-input::before{
  content:none;
  display:none;
  margin:0;
}
