:root{--ink:#242424;--accent:#cc2027;--pale:#fff0e6;--paper:#ffffff;--accent2:#f57c00;--surface:#fff0e6;--muted:color-mix(in srgb,#242424 67%,transparent);--line:color-mix(in srgb,#242424 13%,transparent);--line-strong:color-mix(in srgb,#242424 28%,transparent);--focus:#f57c00;--radius:4px;--font-display:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-body:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}.visual-stage.stage-1{--n:1}.visual-stage.stage-2{--n:2}.visual-stage.stage-3{--n:3}.visual-stage.stage-4{--n:4}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:999;padding:.75rem 1rem;background:var(--ink);color:white;border-radius:.35rem}.skip-link:focus{top:1rem}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.shell{width:min(1180px,calc(100% - 2.25rem));margin-inline:auto}.narrow{width:min(780px,calc(100% - 2.25rem));margin-inline:auto}.research-strip{background:var(--ink);color:white;font-size:.78rem;letter-spacing:.075em;text-transform:uppercase}.research-strip .shell{display:flex;justify-content:space-between;gap:1rem;padding:.55rem 0}.research-strip a{text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 92%,transparent);backdrop-filter:blur(16px)}.header-row{min-height:76px;display:flex;align-items:center;gap:2rem}.brand{display:flex;align-items:center;gap:.8rem;min-width:max-content}.brand img{width:46px;height:46px;object-fit:contain;border-radius:calc(var(--radius)*.55)}.brand strong{display:block;font-family:var(--font-display);font-size:1.05rem;letter-spacing:-.02em}.brand small{display:block;color:var(--muted);font-size:.63rem;letter-spacing:.12em;text-transform:uppercase}.main-nav{margin-left:auto;display:flex;align-items:center;gap:1.35rem;font-size:.88rem;font-weight:680}.main-nav a{position:relative;padding:.5rem 0}.main-nav a[aria-current=page]::after{content:"";position:absolute;left:0;right:0;bottom:.05rem;height:2px;background:var(--accent)}.nav-cta,.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:.72rem 1.05rem;border:1px solid var(--accent);border-radius:var(--radius);background:var(--accent);color:white;font-weight:760;line-height:1.1;transition:transform .2s ease,box-shadow .2s ease}.button:hover,.nav-cta:hover{transform:translateY(-2px);box-shadow:0 10px 28px color-mix(in srgb,var(--accent) 25%,transparent)}.button.secondary{background:transparent;color:var(--ink);border-color:var(--line-strong)}.nav-toggle{display:none;margin-left:auto;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:.62rem .8rem}.hero{overflow:hidden;border-bottom:1px solid var(--line);background:linear-gradient(140deg,var(--paper),var(--surface))}.hero-shell{min-height:650px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:clamp(2rem,5vw,5rem);padding:clamp(4.5rem,9vw,8rem) 0}.eyebrow{margin:0 0 1rem;color:var(--accent);font-size:.72rem;font-weight:820;letter-spacing:.16em;text-transform:uppercase}.hero h1,.page-hero h1{max-width:15ch;margin:0;font-family:var(--font-display);font-size:clamp(3rem,6.2vw,6.3rem);font-weight:740;letter-spacing:-.055em;line-height:.96}.hero-copy>p:not(.eyebrow){max-width:60ch;margin:1.55rem 0;color:var(--muted);font-size:clamp(1.03rem,1.4vw,1.22rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem}.micro-proof{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.35rem}.micro-proof span{border:1px solid var(--line);border-radius:999px;background:var(--surface);padding:.4rem .68rem;font-size:.76rem}.hero-visual{position:relative;min-height:440px;border:1px solid var(--line);border-radius:calc(var(--radius)*1.5);overflow:hidden;background:var(--surface);box-shadow:0 30px 80px rgba(12,27,39,.12)}.visual-core{position:absolute;inset:50% auto auto 50%;width:180px;height:180px;transform:translate(-50%,-50%);display:grid;place-items:center;border-radius:50%;background:var(--accent);color:white;font-family:var(--font-display);font-size:3rem;font-weight:800;letter-spacing:-.05em}.visual-label{position:absolute;display:block;padding:.65rem .8rem;border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb,var(--paper) 92%,transparent);box-shadow:0 12px 34px rgba(0,0,0,.08);font-size:.75rem;font-weight:750}.visual-label.one{left:7%;top:12%}.visual-label.two{right:6%;top:24%}.visual-label.three{left:12%;bottom:13%}.visual-label.four{right:10%;bottom:8%}.section{padding:clamp(4.5rem,8vw,7.5rem) 0;border-bottom:1px solid var(--line)}.section.tint{background:var(--surface)}.section.dark{background:var(--ink);color:white}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.52fr);gap:2rem;align-items:end;margin-bottom:2.3rem}.section-heading h2{max-width:16ch;margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,4rem);letter-spacing:-.045em;line-height:1}.section-heading p{margin:0;color:var(--muted)}.dark .section-heading p{color:rgba(255,255,255,.68)}.search-panel{display:grid;grid-template-columns:1fr auto;gap:.7rem;padding:clamp(1rem,2vw,1.5rem);border:1px solid var(--line);border-radius:calc(var(--radius)*1.25);background:var(--paper);box-shadow:0 18px 55px rgba(12,27,39,.08)}.search-panel label{position:absolute;width:1px;height:1px;overflow:hidden}.search-panel input{width:100%;min-height:58px;border:0;background:transparent;padding:0 1rem;font-size:1.08rem;outline:0}.search-panel button{border:0}.search-note{margin:.85rem 0 0;color:var(--muted);font-size:.82rem}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.info-card,.resource-card,.quality-card{min-height:220px;padding:1.4rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.info-card small,.resource-card small,.quality-card small{color:var(--accent);font-weight:800;letter-spacing:.12em;text-transform:uppercase}.info-card h3,.resource-card h3,.quality-card h3{margin:.75rem 0 .55rem;font-family:var(--font-display);font-size:1.55rem;letter-spacing:-.025em;line-height:1.08}.info-card p,.resource-card p,.quality-card p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-card{position:relative;display:flex;min-height:100%;flex-direction:column;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px rgba(12,27,39,.1)}.product-card img{width:100%;height:auto;aspect-ratio:617/760;align-self:start;object-fit:contain;background:white}.product-card-copy{display:flex;flex:1;flex-direction:column;padding:1rem}.product-card small{color:var(--accent);font-size:.67rem;font-weight:790;letter-spacing:.09em;text-transform:uppercase}.product-card strong{margin:.35rem 0;font-family:var(--font-display);font-size:1.12rem;line-height:1.15}.product-card p{margin:auto 0 0;color:var(--muted);font-size:.78rem}.product-card[hidden]{display:none}.section-link{display:inline-flex;margin-top:1.4rem;color:var(--accent);font-weight:780}.step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));counter-reset:steps;gap:0}.step{position:relative;padding:1.4rem;border-top:1px solid var(--line-strong)}.step::before{counter-increment:steps;content:"0" counter(steps);display:block;margin-bottom:2rem;color:var(--accent);font-family:var(--font-display);font-size:1.8rem}.step:not(:last-child)::after{content:"";position:absolute;top:-4px;right:-4px;width:8px;height:8px;border-radius:50%;background:var(--accent)}.step h3{margin:0 0 .45rem;font-family:var(--font-display)}.step p{margin:0;color:var(--muted);font-size:.88rem}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.metric{background:var(--paper);padding:2rem}.metric strong{display:block;font-family:var(--font-display);font-size:clamp(2.6rem,5vw,5rem);letter-spacing:-.055em;color:var(--accent)}.metric span{color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.7rem}.category-card{padding:1.25rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.category-card strong{display:block;font-family:var(--font-display);font-size:1.4rem}.category-card span{color:var(--muted);font-size:.82rem}.document-band{display:grid;grid-template-columns:.8fr 1.2fr;gap:3rem;align-items:center}.document-stack{position:relative;min-height:320px}.document-sheet{position:absolute;inset:12% 13%;border:1px solid var(--line);border-radius:calc(var(--radius)*.55);background:var(--paper);box-shadow:0 18px 45px rgba(0,0,0,.11);padding:2rem;transform:rotate(-3deg)}.document-sheet:nth-child(2){transform:rotate(4deg) translate(20px,-12px)}.document-lines{height:10px;margin:.8rem 0;border-radius:20px;background:var(--line)}.document-lines.short{width:62%}.faq-list{display:grid;gap:.7rem}.faq-list details{border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);padding:1rem 1.2rem}.faq-list summary{font-family:var(--font-display);font-weight:760;cursor:pointer}.faq-list p{color:var(--muted)}.quote-wrap{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(2rem,6vw,6rem);align-items:start}.lead-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.4rem;border:1px solid var(--line);border-radius:calc(var(--radius)*1.2);background:var(--paper);color:var(--ink)}.lead-form label{display:grid;gap:.35rem;font-size:.78rem;font-weight:780}.lead-form .wide,.lead-form [role=status]{grid-column:1/-1}.lead-form input,.lead-form textarea,.lead-form select{width:100%;border:1px solid var(--line-strong);border-radius:calc(var(--radius)*.65);background:var(--surface);padding:.78rem .85rem}.lead-form textarea{resize:vertical}.honey{position:absolute!important;left:-9999px!important}.lead-form [role=status]{min-height:1.2em;margin:0;color:var(--muted);font-size:.8rem}.page-hero{padding:clamp(4.5rem,8vw,7rem) 0;border-bottom:1px solid var(--line);background:linear-gradient(145deg,var(--surface),var(--paper))}.page-hero h1{font-size:clamp(2.8rem,5.4vw,5.8rem)}.page-hero p{max-width:65ch;margin:1.4rem 0 0;color:var(--muted);font-size:1.1rem}.breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin:0 0 1.2rem;padding:0;list-style:none;color:var(--muted);font-size:.75rem}.breadcrumbs li:not(:last-child)::after{content:"/";margin-left:.45rem}.catalog-tools{position:sticky;top:76px;z-index:20;padding:1rem 0;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 94%,transparent);backdrop-filter:blur(14px)}.tool-row{display:flex;gap:.7rem;align-items:center}.catalog-search{flex:1;min-height:48px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);padding:.7rem .9rem}.filter-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}.filter-row button{border:1px solid var(--line);border-radius:999px;background:var(--paper);padding:.4rem .7rem;font-size:.75rem}.filter-row button[aria-pressed=true]{border-color:var(--accent);background:var(--accent);color:white}.result-count{min-width:7rem;text-align:right;color:var(--muted);font-size:.8rem}.catalog-section{padding:2.4rem 0 6rem}.catalog-section .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-detail{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(2rem,6vw,6rem);padding:clamp(3rem,7vw,6.5rem) 0}.product-media{position:sticky;top:110px;align-self:start;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:white}.product-media>img{width:100%;height:auto;aspect-ratio:617/760;object-fit:contain}.product-copy h1{margin:.5rem 0 1rem;font-family:var(--font-display);font-size:clamp(2.7rem,5vw,5.6rem);letter-spacing:-.055em;line-height:.96}.tag-row{display:flex;flex-wrap:wrap;gap:.45rem}.tag{border:1px solid var(--line);border-radius:999px;padding:.35rem .65rem;font-size:.72rem}.fact-list{display:grid;margin:1.7rem 0;border-top:1px solid var(--line)}.fact{display:grid;grid-template-columns:145px 1fr;gap:1rem;padding:.85rem 0;border-bottom:1px solid var(--line)}.fact dt{color:var(--muted);font-size:.78rem}.fact dd{margin:0;font-weight:650}.notice{padding:1rem 1.1rem;border-left:4px solid var(--accent);background:var(--surface);font-size:.84rem}.coa-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}.coa-card{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:white}.coa-card img{width:100%;height:auto;object-fit:contain}.coa-card span{display:block;padding:.65rem;font-size:.72rem}.empty-doc{padding:1.2rem;border:1px dashed var(--line-strong);border-radius:var(--radius);color:var(--muted)}.prose{padding:4rem 0 6rem}.prose h2{margin:2.3rem 0 .8rem;font-family:var(--font-display);font-size:2rem;letter-spacing:-.03em}.prose h2:first-child{margin-top:0}.prose p,.prose li{color:var(--muted)}.prose table{width:100%;border-collapse:collapse}.prose th,.prose td{padding:.85rem;border:1px solid var(--line);text-align:left;vertical-align:top}.site-footer{background:var(--ink);color:white;padding:4rem 0 1.3rem}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.6fr);gap:2rem}.footer-brand{max-width:34ch}.footer-brand p,.site-footer a{color:rgba(255,255,255,.68)}.footer-column{display:grid;align-content:start;gap:.55rem}.footer-column strong{margin-bottom:.4rem}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;margin-top:3rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.16);color:rgba(255,255,255,.56);font-size:.75rem}.status-pill{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-size:.73rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.status-pill::before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor;box-shadow:0 0 0 5px color-mix(in srgb,currentColor 15%,transparent)}

.nav-pill .main-nav{padding:.38rem;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.nav-pill .main-nav a{padding:.44rem .65rem}.nav-rail .site-header{border-top:4px solid var(--accent)}.nav-split .header-row{min-height:88px}.nav-split .brand{padding-right:2rem;border-right:1px solid var(--line)}.nav-minimal .main-nav a:not(.nav-cta){font-weight:520}.nav-utility .site-header::after{content:attr(data-reference);position:absolute;right:1.2rem;top:100%;padding:.25rem .55rem;background:var(--ink);color:white;font-size:.55rem;letter-spacing:.08em}.nav-tabs .main-nav{align-self:stretch}.nav-tabs .main-nav a{display:grid;place-items:center;padding-inline:.55rem;border-left:1px solid var(--line)}.nav-mega .header-row{min-height:92px}.nav-mega .brand img{width:54px;height:54px}.nav-sidebar .site-header{position:relative}.nav-sidebar .header-row{min-height:96px}.layout-orbit .hero-visual{background:radial-gradient(circle at center,var(--pale) 0 26%,transparent 27%),repeating-radial-gradient(circle at center,transparent 0 58px,var(--line) 59px 60px),var(--surface)}.layout-orbit .visual-core::after{content:"";position:absolute;width:280px;height:110px;border:1px solid var(--accent);border-radius:50%;transform:rotate(-18deg)}.layout-stages .hero-shell{grid-template-columns:.85fr 1.15fr}.layout-stages .hero-visual{display:grid;grid-template-columns:repeat(4,1fr);align-items:end;padding:1.3rem;background:var(--ink)}.layout-stages .visual-stage{display:flex;align-items:flex-end;min-height:calc(120px + var(--n)*55px);padding:1rem;border-left:1px solid rgba(255,255,255,.22);color:white;font-size:.74rem}.layout-stages .visual-core{display:none}.layout-atlas .hero-shell{grid-template-columns:1.2fr .8fr}.layout-atlas .hero-visual{border-radius:0;background:linear-gradient(90deg,var(--line) 1px,transparent 1px),linear-gradient(var(--line) 1px,transparent 1px),var(--surface);background-size:54px 54px}.layout-atlas .visual-label{border-radius:0}.layout-atlas .visual-core{border-radius:0;transform:translate(-50%,-50%) rotate(8deg)}.layout-journey .hero-visual{background:var(--paper)}.layout-journey .hero-visual::before{content:"";position:absolute;left:50%;top:8%;bottom:8%;border-left:2px dashed var(--accent)}.layout-journey .visual-label{left:auto;right:8%;width:42%}.layout-journey .visual-label:nth-of-type(even){right:auto;left:8%}.layout-command .hero{background:var(--ink);color:white}.layout-command .hero-shell{grid-template-columns:1fr 1fr}.layout-command .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.68)}.layout-command .hero-visual{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:1px;padding:1px;background:rgba(255,255,255,.16)}.layout-command .visual-label{position:static;display:flex;align-items:end;border:0;border-radius:0;background:rgba(255,255,255,.06);color:white;box-shadow:none}.layout-command .visual-core{border-radius:var(--radius)}.layout-searchlab .hero-shell{grid-template-columns:1fr;min-height:600px;text-align:center}.layout-searchlab .hero-copy{display:grid;justify-items:center}.layout-searchlab .hero h1{max-width:18ch}.layout-searchlab .hero-visual{display:none}.layout-directory .hero-shell{grid-template-columns:.72fr 1.28fr}.layout-directory .hero-visual{border-radius:0;background:var(--paper)}.layout-directory .hero-visual::before{content:"CATALOG DIRECTORY";position:absolute;inset:0 auto 0 0;width:72px;display:grid;place-items:center;background:var(--accent);color:white;writing-mode:vertical-rl;font-weight:800;letter-spacing:.14em}.layout-spectrum .hero-visual{background:linear-gradient(135deg,var(--accent),var(--accent2),var(--pale));filter:saturate(1.08)}.layout-spectrum .visual-label{border-color:rgba(255,255,255,.5);background:rgba(255,255,255,.82)}.layout-harbor .hero{background:var(--paper)}.layout-harbor .hero-shell{grid-template-columns:1.25fr .75fr}.layout-harbor .hero h1{font-weight:500}.layout-harbor .hero-visual{min-height:520px;border-radius:50% 50% 0 0;background:linear-gradient(to bottom,var(--pale),var(--accent))}.layout-grove .hero-visual{border-radius:45% 45% 12px 12px;background:radial-gradient(circle at 50% 70%,var(--accent) 0 6%,transparent 7%),linear-gradient(110deg,transparent 47%,var(--accent) 48% 52%,transparent 53%),var(--pale)}.layout-grove .visual-label{border-radius:999px}.layout-ridge .hero-visual{clip-path:polygon(0 14%,72% 0,100% 20%,92% 100%,10% 92%);border-radius:0;background:repeating-linear-gradient(165deg,var(--surface) 0 22px,var(--line) 23px 24px)}.layout-dossier .hero-shell{grid-template-columns:.78fr 1.22fr}.layout-dossier .hero-visual{border-radius:6px;background:var(--paper)}.layout-dossier .hero-visual::before{content:"DOCUMENTATION RECORD";position:absolute;left:2rem;right:2rem;top:2rem;padding-bottom:.8rem;border-bottom:4px double var(--line-strong);font-family:monospace;font-size:.8rem;letter-spacing:.12em}.layout-dossier .visual-label{font-family:monospace;border-style:dashed}.layout-hub .hero-visual{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.7rem;padding:.7rem}.layout-hub .visual-label{position:static;border-radius:var(--radius);display:flex;align-items:end}.layout-hub .visual-core{width:120px;height:120px}.layout-modules .hero-visual{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:.8fr 1.2fr;gap:.7rem;padding:.7rem;background:transparent;box-shadow:none}.layout-modules .visual-label{position:static;border-radius:var(--radius);display:grid;place-items:center}.layout-modules .visual-label.one{grid-row:span 2}.layout-modules .visual-core{display:none}.layout-foundry .hero{background:var(--ink);color:white}.layout-foundry .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.65)}.layout-foundry .hero-visual{border-radius:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.03) 0 32px,rgba(255,255,255,.08) 33px),var(--ink)}.layout-foundry .visual-core{border-radius:0;background:var(--accent2)}.layout-foundry .visual-label{border-radius:0;background:var(--paper)}.layout-workflow .hero-shell{grid-template-columns:1fr}.layout-workflow .hero-copy{display:grid;grid-template-columns:1fr .72fr;gap:3rem;align-items:end}.layout-workflow .hero-visual{min-height:220px;display:flex;align-items:center;justify-content:space-around;border-radius:999px}.layout-workflow .visual-core{position:static;transform:none;width:110px;height:110px}.layout-workflow .visual-label{position:static}.layout-notebook .hero{background:repeating-linear-gradient(var(--paper) 0 36px,var(--line) 37px 38px)}.layout-notebook .hero-visual{border-radius:0;background:var(--paper);box-shadow:12px 14px 0 var(--pale)}.layout-notebook .visual-label{font-family:monospace;border:0;border-bottom:1px solid var(--line-strong);border-radius:0;box-shadow:none}.layout-signal .hero-visual{background:radial-gradient(circle at 50% 50%,var(--pale),var(--surface))}.layout-signal .visual-core{box-shadow:0 0 0 22px var(--pale),0 0 0 23px var(--accent),0 0 0 70px var(--surface)}.layout-trilane .hero-shell{grid-template-columns:.7fr 1.3fr}.layout-trilane .hero-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}.layout-trilane .visual-label{position:static;border:0;border-radius:0;box-shadow:none;writing-mode:vertical-rl;display:grid;place-items:center;background:var(--paper)}.layout-trilane .visual-core{width:130px;height:130px}.layout-nordic .hero-shell{min-height:720px;grid-template-columns:1.3fr .7fr}.layout-nordic .hero h1{font-weight:450}.layout-nordic .hero-visual{min-height:500px;border:0;border-left:1px solid var(--line);border-radius:0;background:transparent;box-shadow:none}.layout-nordic .visual-core{width:110px;height:110px;background:transparent;border:1px solid var(--accent);color:var(--accent)}.density-dense .section{padding-block:4.5rem}.density-dense .card-grid,.density-dense .product-grid{gap:.55rem}.density-dense .info-card{min-height:180px;padding:1rem}.density-airy .section{padding-block:8rem}.catalog-rows .catalog-section .product-grid,.catalog-list .catalog-section .product-grid,.catalog-index .catalog-section .product-grid,.catalog-table .catalog-section .product-grid,.catalog-directory .catalog-section .product-grid{grid-template-columns:1fr}.catalog-rows .catalog-section .product-card,.catalog-list .catalog-section .product-card,.catalog-index .catalog-section .product-card,.catalog-table .catalog-section .product-card,.catalog-directory .catalog-section .product-card{display:grid;grid-template-columns:160px minmax(0,1fr);align-items:start;min-height:0}.catalog-table .catalog-section .product-card{grid-template-columns:120px minmax(0,1fr);border-left:4px solid var(--accent)}.catalog-mosaic .catalog-section .product-grid{grid-template-columns:repeat(3,1fr)}.catalog-mosaic .product-card:nth-child(7n+1){grid-column:span 2;grid-row:span 2}.catalog-portal .catalog-section .product-grid,.catalog-filter .catalog-section .product-grid,.catalog-blocks .catalog-section .product-grid{grid-template-columns:repeat(3,1fr)}.catalog-masonry .catalog-section .product-grid{columns:4;display:block}.catalog-masonry .product-card{break-inside:avoid;margin-bottom:1rem}.catalog-shelves .catalog-section .product-grid{grid-template-columns:repeat(5,1fr)}

.hero-photo{display:block!important;padding:0!important;background:var(--surface)!important;isolation:isolate}.hero-photo img{position:absolute;inset:0;z-index:0;width:100%;height:100%;min-height:inherit;object-fit:cover}.hero-photo .media-provenance{position:absolute;z-index:3;right:.75rem;bottom:.75rem;max-width:calc(100% - 1.5rem);padding:.42rem .62rem;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(9,18,26,.72);backdrop-filter:blur(8px);color:white;font-size:.62rem;font-weight:700;letter-spacing:.045em;line-height:1.2}.layout-stages .hero-photo,.layout-command .hero-photo,.layout-hub .hero-photo,.layout-modules .hero-photo,.layout-workflow .hero-photo,.layout-trilane .hero-photo{display:block!important}.layout-searchlab .hero-photo{display:block!important;width:min(980px,100%);min-height:480px;margin:0 auto}.layout-journey .hero-photo::before{display:none}.layout-directory .hero-photo::before,.layout-dossier .hero-photo::before{z-index:2}.layout-workflow .hero-photo{min-height:390px;border-radius:calc(var(--radius)*1.25)}.layout-modules .hero-photo{min-height:460px;border:1px solid var(--line);box-shadow:0 30px 80px rgba(12,27,39,.12)}.layout-trilane .hero-photo{min-height:470px}.layout-nordic .hero-photo img{object-position:58% center}.about-intro,.quality-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,1fr);gap:clamp(2rem,6vw,6rem);align-items:center}.about-copy h2,.compact-prose h2{max-width:15ch;margin:0 0 1.2rem;font-family:var(--font-display);font-size:clamp(2.2rem,4.5vw,4.4rem);letter-spacing:-.045em;line-height:1}.about-copy>p:not(.eyebrow),.compact-prose p{color:var(--muted)}.source-media{position:relative;margin:0;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--paper);box-shadow:0 18px 54px rgba(12,27,39,.1)}.source-media img{width:100%;height:auto;object-fit:contain;background:white}.source-media-feature img{min-height:0}.source-media figcaption{display:grid;gap:.05rem;padding:.75rem .85rem;border-top:1px solid var(--line);background:var(--paper);font-size:.76rem;font-weight:720}.source-media figcaption small{color:var(--muted);font-size:.63rem;font-weight:560}.capability-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem}.capability-card{min-height:225px;padding:1.2rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper)}.capability-card small,.model-grid small{color:var(--accent);font-weight:820;letter-spacing:.12em}.capability-card h3,.model-grid h3{margin:2rem 0 .55rem;font-family:var(--font-display);font-size:1.25rem;line-height:1.08}.capability-card p,.model-grid p{margin:0;color:var(--muted);font-size:.8rem}.source-note{margin:1.2rem 0 0;padding:1rem 1.15rem;border-left:4px solid var(--accent);background:var(--surface);color:var(--muted);font-size:.82rem}.about-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-flow:dense;gap:1rem;align-items:start}.about-gallery .source-media-wide{grid-column:span 2;grid-row:auto}.operating-model{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,6vw,6rem);align-items:end}.operating-model .section-heading{display:block;margin:0}.model-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(255,255,255,.18)}.model-grid article{min-height:230px;padding:1.35rem;background:var(--ink)}.model-grid p{color:rgba(255,255,255,.66)}.quality-photo{min-width:0}.compact-prose{padding:0}.compact-prose h2:first-of-type{margin-top:0}
@media(max-width:980px){.capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-intro,.quality-intro{grid-template-columns:1fr 1fr}.source-media-feature img{min-height:360px}.operating-model{grid-template-columns:1fr}.about-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.about-intro,.quality-intro{grid-template-columns:1fr}.about-intro .source-media{order:-1}.source-media-feature img{min-height:0}.about-gallery{grid-template-columns:1fr}.about-gallery .source-media-wide{grid-column:auto;grid-row:auto}.capability-grid,.model-grid{grid-template-columns:1fr}.capability-card,.model-grid article{min-height:0}.hero-photo .media-provenance{right:.5rem;bottom:.5rem;font-size:.56rem}.layout-searchlab .hero-photo{min-height:330px}}

.product-card img,.product-media>img{aspect-ratio:760/617}
.catalog-mosaic .product-card:nth-child(7n+1){grid-column:auto;grid-row:auto}
.catalog-mosaic .catalog-section .product-card:nth-child(7n+1){grid-column:span 2;grid-row:span 2}
.quote-wrap{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(2rem,4vw,4rem)}
.quote-wrap>.quote-copy{min-width:0}
.quote-wrap .section-heading{grid-template-columns:1fr;align-items:start;margin-bottom:1.5rem}
.quote-wrap .section-heading h2{max-width:13ch;font-size:clamp(2.25rem,4vw,4.25rem);overflow-wrap:normal;word-break:normal}
.quote-wrap .section-heading p{max-width:43ch}
.document-band .section-heading{grid-template-columns:1fr;align-items:start}
@media(max-width:980px){.source-media-feature img{min-height:0}}
@media(max-width:460px){.catalog-mosaic .catalog-section .product-card:nth-child(7n+1){grid-column:auto;grid-row:auto}}

@media(max-width:980px){.main-nav{gap:.7rem}.main-nav a:not(.nav-cta){display:none}.product-grid,.catalog-section .product-grid,.catalog-mosaic .catalog-section .product-grid,.catalog-portal .catalog-section .product-grid,.catalog-filter .catalog-section .product-grid,.catalog-blocks .catalog-section .product-grid,.catalog-shelves .catalog-section .product-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.shell,.narrow{width:min(100% - 1.35rem,1180px)}.research-strip .shell{align-items:center}.research-strip span:last-child{display:none}.site-header{top:0}.header-row{min-height:68px}.brand img{width:40px;height:40px}.main-nav{display:none;position:absolute;left:.7rem;right:.7rem;top:calc(100% + .4rem);flex-direction:column;align-items:stretch;padding:1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper);box-shadow:0 20px 55px rgba(0,0,0,.14)}.main-nav[data-open]{display:flex}.main-nav a:not(.nav-cta){display:block}.nav-toggle{display:block}.hero-shell,.layout-stages .hero-shell,.layout-atlas .hero-shell,.layout-command .hero-shell,.layout-directory .hero-shell,.layout-harbor .hero-shell,.layout-dossier .hero-shell,.layout-trilane .hero-shell,.layout-nordic .hero-shell{min-height:0;grid-template-columns:1fr;padding:4.3rem 0}.hero h1,.page-hero h1{font-size:clamp(2.65rem,13vw,4.6rem)}.hero-visual{min-height:330px}.layout-searchlab .hero-shell{padding-block:5rem}.layout-workflow .hero-copy{grid-template-columns:1fr}.layout-workflow .hero-visual{min-height:360px;flex-direction:column;border-radius:var(--radius)}.section-heading{grid-template-columns:1fr;align-items:start}.card-grid,.product-grid,.catalog-section .product-grid,.catalog-mosaic .catalog-section .product-grid,.catalog-portal .catalog-section .product-grid,.catalog-filter .catalog-section .product-grid,.catalog-blocks .catalog-section .product-grid,.catalog-shelves .catalog-section .product-grid{grid-template-columns:repeat(2,1fr)}.step-grid{grid-template-columns:1fr 1fr}.metric-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(2,1fr)}.document-band,.quote-wrap,.product-detail{grid-template-columns:1fr}.product-media{position:static}.lead-form{grid-template-columns:1fr}.lead-form>*{grid-column:1}.coa-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.catalog-tools{top:68px}.fact{grid-template-columns:1fr;gap:.2rem}.catalog-masonry .catalog-section .product-grid{columns:2}}
@media(max-width:460px){.card-grid,.product-grid,.catalog-section .product-grid,.catalog-mosaic .catalog-section .product-grid,.catalog-portal .catalog-section .product-grid,.catalog-filter .catalog-section .product-grid,.catalog-blocks .catalog-section .product-grid,.catalog-shelves .catalog-section .product-grid{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr}.search-panel{grid-template-columns:1fr}.hero-actions{display:grid}.button{width:100%}.category-grid{grid-template-columns:1fr 1fr}.tool-row{align-items:stretch;flex-direction:column}.result-count{text-align:left}.catalog-masonry .catalog-section .product-grid{columns:1}.catalog-rows .catalog-section .product-card,.catalog-list .catalog-section .product-card,.catalog-index .catalog-section .product-card,.catalog-table .catalog-section .product-card,.catalog-directory .catalog-section .product-card{grid-template-columns:112px minmax(0,1fr)}.research-strip{font-size:.66rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media print{.research-strip,.site-header,.site-footer,.hero-actions,.catalog-tools,.lead-form{display:none!important}.section,.page-hero{padding:1.5rem 0}.product-detail{display:block}.product-media{max-width:320px}.shell,.narrow{width:100%}}

/* Peer-parity architecture. These selectors are emitted after the legacy
   scaffold so the frozen reference blueprint, rather than the old layout
   experiment, controls the rendered geometry. */
body[data-template]{overflow-x:clip}
body[data-template] .shell{width:min(1180px,calc(100% - 2.5rem))}
body[data-template] h1,body[data-template] h2,body[data-template] h3{overflow-wrap:normal;word-break:normal;hyphens:none}
body[data-template] .brand img{flex:0 0 auto;width:48px;height:48px;border-radius:0;object-fit:contain}
.site-header[data-header]{position:relative;top:auto;background:var(--paper);backdrop-filter:none}
.peer-utility{border-bottom:1px solid var(--line);background:var(--paper);font-size:.73rem}
.peer-utility>.shell{display:flex;min-height:34px;align-items:center;justify-content:flex-end;gap:2rem}
.peer-utility>.shell>span{margin-right:auto;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}
.peer-utility a{margin-left:1.4rem;color:var(--muted)}
.commerce-header-row{display:flex;min-height:82px;align-items:center;gap:clamp(1rem,3vw,3rem)}
.header-search{display:grid;grid-template-columns:minmax(160px,1fr) auto;flex:1;max-width:620px;border:1px solid var(--line-strong);background:white}
.header-search input{min-width:0;height:46px;border:0;padding:0 .9rem;background:transparent;outline:0}
.header-search button{border:0;border-left:1px solid var(--line);padding:0 1rem;background:var(--surface);font-weight:760}
.header-actions{display:flex;gap:1rem;font-size:.78rem;font-weight:700}
.peer-nav-band{position:relative;border-top:1px solid var(--line);background:var(--paper)}
.peer-nav-band .main-nav{min-height:54px;justify-content:flex-end;margin-inline:auto}
.contact-header{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:2rem;min-height:96px}
.contact-header p{margin:0;text-align:center;font-size:.8rem;line-height:1.35}
.contact-header>span{font-size:.72rem;font-weight:780;letter-spacing:.08em;text-transform:uppercase}
.consult-header{display:flex;min-height:92px;align-items:center;gap:2rem}
.consult-header>div>p{max-width:42ch;margin:.35rem 0 0;color:var(--muted);font-size:.73rem}
.narrow-header{width:min(1160px,calc(100% - 2.5rem));margin-inline:auto}
.peer-utility.narrow-header{display:flex;min-height:42px;align-items:center;justify-content:flex-end;gap:2rem}
.peer-utility.narrow-header>span{font-size:.72rem;color:var(--muted)}
.peer-utility.narrow-header .header-search{max-width:250px}
.centered-brand-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;min-height:82px}
.centered-brand-row .header-context{color:var(--muted);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase}
.centered-brand-row .header-contact-link{justify-self:end;color:var(--accent);font-size:.8rem;font-weight:760}
.centered-brand-row .nav-toggle{justify-self:end}
.lifecycle-primary-row .header-search,.directory-primary-row .header-search{max-width:520px}
.technical-primary-row,.filter-primary-row,.corporate-primary-row,.service-primary-row{min-height:78px}
.filter-utility-row{border-bottom:1px solid var(--line);font-size:.72rem}
.filter-utility-row>.shell{display:flex;min-height:32px;align-items:center;justify-content:space-between;color:var(--muted)}
.filter-utility-row a{margin-left:1.2rem}
.site-header.header-utility-dense-blue .peer-nav-band,.site-header.header-dark-blue-taxonomy .peer-utility,.site-header.header-dark-blue-taxonomy .commerce-header-row,.site-header.header-blue-global-search .commerce-header-row,.site-header.header-blue-global-search .peer-nav-band{background:var(--ink);color:white}
.site-header.header-utility-dense-blue .peer-nav-band a,.site-header.header-dark-blue-taxonomy a,.site-header.header-blue-global-search a{color:white}
.site-header.header-dark-utility-commerce .peer-utility{background:#2d2d2d;color:white}
.site-header.header-hamburger-red-search .brand{padding:.65rem;background:var(--accent);color:white}
.site-header.header-contact-line-blue-nav .peer-nav-band{background:var(--accent);color:white}
.site-header.header-contact-line-blue-nav .peer-nav-band a{color:white}
.site-header.header-minimal-filter-utility .peer-nav-band{border-top:0}
.site-header.header-minimal-filter-utility .main-nav{font-size:1rem}
.site-header.header-centered-corporate .header-row{justify-content:center}
.site-header.header-centered-corporate .brand{margin-right:3rem}

.peer-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);background:var(--paper)}
.peer-hero .hero-copy{position:relative;z-index:3;min-width:0}
.peer-hero .hero-copy h1,.peer-carousel .hero-copy .carousel-hero-title{max-width:18ch;margin:0;font-family:var(--font-display);font-size:clamp(2.9rem,4.8vw,5rem);font-weight:740;letter-spacing:-.052em;line-height:.98}
.peer-hero .hero-copy>p:not(.eyebrow){max-width:58ch;margin:1.3rem 0;color:var(--muted);font-size:clamp(.98rem,1.25vw,1.16rem)}
.peer-hero-visual{position:relative;min-width:0;margin:0;overflow:hidden;background:var(--surface)}
.peer-hero-visual>img{display:block;width:100%;height:100%;object-fit:cover}
.peer-hero .media-provenance{position:absolute;right:.75rem;bottom:.75rem;z-index:4;max-width:calc(100% - 1.5rem);margin:0;padding:.4rem .58rem;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:rgba(10,20,30,.72);color:white;font-size:.59rem;font-weight:700;line-height:1.2;backdrop-filter:blur(8px)}
.peer-hero .hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}
.peer-hero .micro-proof{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.2rem}
.peer-hero .micro-proof span{padding:.35rem .62rem;border:1px solid currentColor;border-radius:999px;background:transparent;font-size:.7rem;opacity:.78}
.peer-carousel{position:relative;min-width:0}
.peer-carousel-track{position:relative;min-width:0}
.peer-carousel-slide{position:relative;display:none;min-width:0}
.peer-carousel .peer-carousel-slide:not([data-active]){display:none}
.peer-carousel-slide[data-active]{display:grid}
.peer-carousel-controls{position:absolute;z-index:8;right:1rem;bottom:1rem;display:flex;align-items:center;gap:.55rem;padding:.45rem;border:1px solid color-mix(in srgb,var(--line-strong) 72%,transparent);border-radius:999px;background:color-mix(in srgb,var(--paper) 90%,transparent);box-shadow:0 12px 34px rgba(12,27,39,.15);backdrop-filter:blur(10px)}
.peer-carousel-controls>button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:var(--surface);font-weight:800}
.peer-carousel-controls>div{display:flex;gap:.35rem}
.peer-carousel-controls [data-carousel-dot]{display:grid;width:34px;height:34px;place-items:center;padding:0;border:0;border-radius:50%;background:transparent}
.peer-carousel-controls [data-carousel-dot]::before{content:"";width:9px;height:9px;border:1px solid var(--accent);border-radius:50%;background:transparent}
.peer-carousel-controls [data-carousel-dot][aria-pressed="true"]::before{background:var(--accent)}
.hero-search{position:relative;z-index:3;display:grid;gap:.5rem;width:min(760px,100%);margin-top:1.4rem}
.hero-search>label{font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.hero-search>div{display:grid;grid-template-columns:minmax(0,1fr) auto;padding:.4rem;border:1px solid var(--line-strong);background:white;box-shadow:0 16px 42px rgba(12,27,39,.1)}
.hero-search input{min-width:0;border:0;padding:.8rem;background:transparent;outline:0}
.hero-search .button{border-radius:0}

/* 01 Bachem: two navigation tiers and a full-bleed photographic hero. */
.hero-bachem{min-height:650px;color:white}
.hero-bachem>.peer-hero-visual{position:absolute;inset:0}
.hero-bachem>.peer-hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--ink) 96%,transparent) 0,color-mix(in srgb,var(--ink) 78%,transparent) 35%,transparent 72%)}
.hero-bachem .hero-overlay{position:relative;z-index:2;display:flex;min-height:650px;align-items:center}
.hero-bachem .hero-copy{width:min(650px,62%)}
.hero-bachem .hero-copy h1{font-size:clamp(3rem,4.4vw,4.65rem);max-width:15ch}
.hero-bachem .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.82)}
.hero-bachem .button.secondary{border-color:white;color:white}

/* 02 PolyPeptide: white editorial space, masked photograph, floating panel. */
.hero-polypeptide{min-height:670px;background:linear-gradient(180deg,#fff 0 66%,var(--ink) 66%)}
.hero-polypeptide .editorial-stage{position:relative;min-height:670px}
.hero-polypeptide .peer-carousel,.hero-polypeptide .peer-carousel-track,.hero-polypeptide .peer-carousel-slide{min-height:670px}
.hero-polypeptide .peer-carousel-slide[data-active]{display:block}
.hero-polypeptide .peer-hero-visual{position:absolute;right:0;top:70px;width:60%;height:480px;clip-path:path("M 25 260 C 20 65 170 0 330 40 C 470 72 500 190 630 170 L 650 470 L 80 480 Z")}
.hero-polypeptide .organic-mask{position:absolute;right:-8%;bottom:40px;width:56%;height:250px;border-radius:50% 50% 0 0;background:color-mix(in srgb,var(--pale) 86%,white)}
.hero-polypeptide .hero-copy{position:absolute;left:8%;bottom:0;width:min(540px,52%);padding:2.2rem 2.4rem;background:white;text-align:center;box-shadow:0 28px 70px rgba(0,0,0,.12)}
.hero-polypeptide .hero-copy h1,.hero-polypeptide .hero-copy .carousel-hero-title{font-size:clamp(2.5rem,3.5vw,3.6rem)}
.hero-polypeptide .hero-copy .micro-proof{justify-content:center}
.hero-polypeptide .hero-actions{justify-content:center}
.hero-polypeptide .peer-carousel-controls{right:auto;left:1rem;bottom:1rem}

/* 03 CordenPharma: deep canvas with an offset statement card. */
.hero-cordenpharma{min-height:720px;padding-bottom:70px;background:white}
.hero-cordenpharma .deep-hero-canvas{height:540px;overflow:hidden;opacity:.94}
.hero-cordenpharma .deep-hero-canvas .peer-hero-visual{height:100%;width:100%}
.hero-cordenpharma .statement-card{position:relative;z-index:3;width:min(960px,calc(100% - 3rem));margin:-160px auto 0;padding:2.6rem 3rem;background:color-mix(in srgb,var(--pale) 74%,white);box-shadow:0 26px 70px rgba(12,27,39,.12)}
.hero-cordenpharma .hero-copy{max-width:780px}
.hero-cordenpharma .hero-copy h1{font-size:clamp(3rem,5vw,5rem)}

/* 04 AmbioPharm: notice band, facility image, translucent copy panel. */
.hero-ambiopharm{min-height:650px;background:#f3f3f3}
.hero-ambiopharm .hero-notice{position:relative;z-index:2;width:min(1100px,calc(100% - 2.5rem));margin:1.5rem auto;padding:1rem 1.4rem;background:var(--surface);color:var(--ink);font-weight:700;text-align:center}
.hero-ambiopharm>.peer-hero-visual{height:550px}
.hero-ambiopharm .translucent-card{position:absolute;left:50%;bottom:45px;z-index:3;transform:translateX(-50%)}
.hero-ambiopharm .hero-copy{width:min(610px,62%);padding:2.2rem;background:rgba(255,255,255,.9);backdrop-filter:blur(10px)}
.hero-ambiopharm .hero-copy h1{font-size:clamp(2.7rem,3.9vw,3.9rem)}

/* 05 CPC Scientific: project statement plus persistent RFQ rail. */
.hero-cpc-scientific{background:var(--ink);color:white}
.hero-cpc-scientific .split-hero{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);min-height:620px;align-items:center;gap:3rem;padding-block:5rem}
.hero-cpc-scientific .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.7)}
.hero-cpc-scientific .button.secondary{border-color:white;color:white}
.hero-cpc-scientific .peer-hero-visual{grid-column:2;grid-row:1;height:480px}
.hero-cpc-scientific .hero-quote-rail{grid-column:2;grid-row:1;z-index:3;align-self:end;margin:2rem;padding:1.3rem;background:white;color:var(--ink)}
.hero-cpc-scientific .hero-quote-rail>*{display:block;margin:.35rem 0}
.hero-cpc-scientific .hero-quote-rail a{color:var(--accent);font-weight:800}

/* 06 GenScript: global search and configurable pathways. */
.hero-genscript{min-height:570px;background:var(--ink);color:white}
.hero-genscript .peer-carousel{width:100%;margin-inline:auto}
.hero-genscript .search-first-hero{position:relative;display:grid;min-height:570px;place-items:center;padding:4.5rem 1.25rem 6rem;text-align:center}
.hero-genscript .peer-hero-visual{position:absolute;inset:0;height:100%}
.hero-genscript .peer-hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,15,38,.56),rgba(5,15,38,.82))}
.hero-genscript .hero-copy{position:relative;z-index:3;display:grid;justify-items:center;width:min(880px,100%)}
.hero-genscript .hero-copy h1,.hero-genscript .hero-copy .carousel-hero-title{max-width:17ch;font-size:clamp(2.8rem,4.4vw,4.9rem)}
.hero-genscript .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.82)}
.hero-genscript .hero-actions,.hero-genscript .micro-proof{justify-content:center}
.hero-genscript .button.secondary{border-color:white;color:white}
.hero-genscript .peer-carousel-controls{right:50%;bottom:1rem;transform:translateX(50%)}

/* 07 GL Biochem: dense taxonomy directory. */
.hero-gl-biochem .directory-hero{display:grid;grid-template-columns:190px minmax(0,1fr) minmax(320px,.72fr);gap:2.2rem;min-height:580px;align-items:center;padding-block:3.5rem}
.hero-gl-biochem .directory-hero>aside{align-self:stretch;display:grid;align-content:start;gap:0;border:1px solid var(--line)}
.hero-gl-biochem .directory-hero>aside>*{padding:.9rem 1rem;border-bottom:1px solid var(--line)}
.hero-gl-biochem .directory-hero>aside strong{background:var(--accent);color:white}
.hero-gl-biochem .peer-hero-visual{height:500px;border-left:8px solid var(--accent)}
.hero-gl-biochem .hero-copy h1{font-size:clamp(2.8rem,3.65vw,3.7rem)}

/* 08 AnaSpec: search-led discovery with application links. */
.hero-anaspec .discovery-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:1rem 3rem;align-items:center;min-height:610px;padding-block:4.5rem}
.hero-anaspec .hero-search,.hero-anaspec .application-chips{grid-column:1}
.hero-anaspec .application-chips{display:flex;flex-wrap:wrap;gap:.55rem}
.hero-anaspec .application-chips a{padding:.65rem .9rem;border:1px solid var(--line);background:white;font-size:.78rem}
.hero-anaspec .peer-hero-visual{grid-column:2;grid-row:1/4;height:500px;border-radius:50% 50% 6px 6px}
.hero-anaspec .hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,3.8vw,4rem);font-weight:500}

/* 09 New England Peptide: simple consultative composition. */
.hero-new-england-peptide .consultative-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.46fr) minmax(300px,.72fr);gap:1.2rem;align-items:center;min-height:600px;padding-block:5rem}
.hero-new-england-peptide .consult-card{padding:1.4rem;border-top:4px solid var(--accent);background:var(--surface)}
.hero-new-england-peptide .consult-card>*{display:block;margin:.4rem 0}
.hero-new-england-peptide .consult-card span{color:var(--accent);font-weight:850}
.hero-new-england-peptide .consult-card a{font-weight:780}
.hero-new-england-peptide .peer-hero-visual{height:500px;border-radius:50% 50% 0 0}
.hero-new-england-peptide .hero-copy h1{font-size:clamp(2.75rem,3.7vw,3.9rem)}

/* 10 JPT: utility-commerce slider and quote band. */
.hero-jpt-peptide-technologies{padding:1.6rem 0 0}
.hero-jpt-peptide-technologies .commerce-slider{position:relative;min-height:560px}
.hero-jpt-peptide-technologies .peer-carousel,.hero-jpt-peptide-technologies .peer-carousel-track,.hero-jpt-peptide-technologies .peer-carousel-slide{min-height:560px}
.hero-jpt-peptide-technologies .peer-carousel-slide[data-active]{display:block}
.hero-jpt-peptide-technologies .peer-hero-visual{position:absolute;inset:0;height:560px}
.hero-jpt-peptide-technologies .peer-hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,color-mix(in srgb,var(--accent) 94%,transparent) 0,color-mix(in srgb,var(--accent) 82%,transparent) 58%,transparent 86%)}
.hero-jpt-peptide-technologies .hero-copy{display:flex;min-height:560px;width:min(660px,62%);flex-direction:column;justify-content:center;padding:2.5rem 3rem;color:white}
.hero-jpt-peptide-technologies .hero-copy h1,.hero-jpt-peptide-technologies .hero-copy .carousel-hero-title{max-width:16ch;font-size:clamp(2.75rem,3.75vw,3.8rem)}
.hero-jpt-peptide-technologies .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.84)}
.hero-jpt-peptide-technologies .button.secondary{border-color:white;color:white}
.hero-jpt-peptide-technologies .quote-band{display:flex;min-height:54px;align-items:center;justify-content:center;gap:4rem;background:color-mix(in srgb,var(--accent) 74%,white);color:white}
.hero-jpt-peptide-technologies .quote-band a{padding:.35rem 1.5rem;border:1px solid white;border-radius:999px;font-weight:800}

/* 11 Biosynth: blue portal chrome and tinted photographic banner. */
.hero-biosynth{min-height:470px;color:white}
.hero-biosynth>.peer-hero-visual{position:absolute;inset:0;height:470px}
.hero-biosynth>.peer-hero-visual::after{content:"";position:absolute;inset:0;background:color-mix(in srgb,var(--accent2) 68%,transparent)}
.hero-biosynth .tinted-banner{position:relative;z-index:2;display:flex;min-height:470px;align-items:center}
.hero-biosynth .hero-copy{max-width:920px}
.hero-biosynth .hero-copy h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,4.4vw,4.7rem);font-weight:500}
.hero-biosynth .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.85)}
.hero-biosynth .button.secondary{border-color:white;color:white}

/* 12 Sigma-Aldrich: modular promotional tiles. */
.hero-merck-sigma-aldrich{padding-block:3.5rem;background:#f5f5f5}
.hero-merck-sigma-aldrich .promotion-grid{display:grid;grid-template-columns:1.35fr .65fr;grid-template-rows:1fr 1fr;gap:1rem;min-height:560px}
.hero-merck-sigma-aldrich .promotion-grid>article{padding:2rem;background:white;box-shadow:0 4px 14px rgba(0,0,0,.07)}
.hero-merck-sigma-aldrich .promotion-main{grid-row:1/3;display:flex;align-items:center}
.hero-merck-sigma-aldrich .promotion-main .hero-copy h1{max-width:22ch;font-size:clamp(2.7rem,3.8vw,4rem)}
.hero-merck-sigma-aldrich .promotion-search{display:grid;align-content:center;gap:1rem}
.hero-merck-sigma-aldrich .promotion-search .hero-search{margin:0}
.hero-merck-sigma-aldrich .promotion-image{padding:0!important;overflow:hidden}
.hero-merck-sigma-aldrich .promotion-image .peer-hero-visual{height:100%}

/* 13 Thermo Fisher: application and technical-support hub. */
.hero-thermo-fisher-scientific .hub-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:2rem;align-items:center;min-height:610px;padding-block:4.5rem}
.hero-thermo-fisher-scientific .hub-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem}
.hero-thermo-fisher-scientific .hub-tiles a{display:grid;min-height:130px;align-content:end;padding:1rem;border:1px solid var(--line);background:white}
.hero-thermo-fisher-scientific .hub-tiles span{margin-top:.35rem;color:var(--muted);font-size:.75rem}
.hero-thermo-fisher-scientific .peer-hero-visual{grid-column:2;grid-row:1/3;height:510px}
.hero-thermo-fisher-scientific .hero-copy h1{font-size:clamp(2.8rem,3.8vw,4rem)}

/* 14 Eurogentec: modular service-family promo. */
.hero-eurogentec .service-promo{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:1rem 3rem;align-items:center;min-height:600px;padding-block:4rem}
.hero-eurogentec .service-promo-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:.65rem}
.hero-eurogentec .service-promo-cards a{padding:1rem;border-top:4px solid var(--accent);background:white;font-size:.8rem;font-weight:750}
.hero-eurogentec .peer-hero-visual{grid-column:2;grid-row:1/3;height:500px}
.hero-eurogentec .hero-copy h1{font-size:clamp(2.8rem,3.8vw,4rem)}

/* 15 Creative Peptides: centered copy on a full-width laboratory image. */
.hero-creative-peptides{min-height:580px;color:white}
.hero-creative-peptides>.peer-hero-visual{position:absolute;inset:0;height:580px}
.hero-creative-peptides>.peer-hero-visual::after{content:"";position:absolute;inset:0;background:rgba(8,24,58,.56)}
.hero-creative-peptides .centered-hero-copy{position:relative;z-index:2;display:flex;min-height:580px;align-items:center;justify-content:center;text-align:center}
.hero-creative-peptides .hero-copy{display:grid;justify-items:center;max-width:940px}
.hero-creative-peptides .hero-copy h1{font-size:clamp(2.8rem,3.8vw,4rem)}
.hero-creative-peptides .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.88)}
.hero-creative-peptides .button.secondary{border-color:white;background:white;color:var(--ink)}
.hero-creative-peptides .micro-proof{justify-content:center}

/* 16 ProImmune: two independent solution lanes, followed by source context. */
.hero-proimmune .immune-solutions-stage{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch;padding-block:3.6rem}
.hero-proimmune .immune-solution-lanes{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line)}
.hero-proimmune .immune-solution-lanes article{display:flex;min-height:470px;flex-direction:column;align-items:flex-start;padding:clamp(1.6rem,3vw,3rem);background:var(--paper)}
.hero-proimmune .immune-solution-lanes article+article{border-left:1px solid var(--line);background:var(--surface)}
.hero-proimmune .immune-solution-lanes h1,.hero-proimmune .immune-solution-lanes h2{max-width:13ch;margin:0;font-family:var(--font-display);font-size:clamp(2rem,3.3vw,3.7rem);letter-spacing:-.045em;line-height:1}
.hero-proimmune .immune-solution-lanes p:not(.eyebrow){max-width:40ch;margin:1.3rem 0;color:var(--muted)}
.hero-proimmune .immune-solution-lanes .button{margin-top:auto}
.hero-proimmune .peer-hero-visual{height:320px}
.hero-proimmune .immune-contact-strip{grid-column:1/-1;display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1.1rem;background:var(--ink);color:white;font-size:.78rem}
.hero-proimmune .immune-contact-strip a{font-weight:780}
.hero-proimmune .hero-copy h1{max-width:16ch;font-size:clamp(2.8rem,3.8vw,4rem)}

/* 17 Iris Biotech: product intro and persistent quick filters. */
.hero-iris-biotech{background:#f2f2f2}
.hero-iris-biotech .products-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.62fr);gap:clamp(2rem,7vw,7rem);min-height:620px;align-items:center;padding-block:4.5rem}
.hero-iris-biotech .hero-copy{grid-column:1;grid-row:1}
.hero-iris-biotech .hero-copy h1{max-width:15ch;color:var(--accent);font-size:clamp(3rem,4.6vw,5rem);font-weight:500}
.hero-iris-biotech .hero-copy>p:not(.eyebrow){max-width:66ch}
.hero-iris-biotech .hero-actions .button.secondary,.hero-iris-biotech .micro-proof{display:none}
.hero-iris-biotech .peer-hero-visual{grid-column:2;grid-row:1;width:100%;height:410px;border-radius:50% 50% 44% 56%;background:white}

/* 18 Phoenix: search and evidence signals. */
.hero-phoenix-pharmaceuticals .trust-search-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:1rem 3rem;align-items:center;min-height:620px;padding-block:4.5rem}
.hero-phoenix-pharmaceuticals .hero-search,.hero-phoenix-pharmaceuticals dl{grid-column:1}
.hero-phoenix-pharmaceuticals dl{display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-block:1px solid var(--line)}
.hero-phoenix-pharmaceuticals dl>div{padding:1rem;border-right:1px solid var(--line)}
.hero-phoenix-pharmaceuticals dt{font-family:var(--font-display);font-size:1.6rem;font-weight:800}
.hero-phoenix-pharmaceuticals dd{margin:0;color:var(--muted);font-size:.72rem}
.hero-phoenix-pharmaceuticals .peer-hero-visual{grid-column:2;grid-row:1/4;height:520px}

/* 19 AltaBioscience: narrow asymmetric dark panel and three pathways. */
.hero-altabioscience{padding-block:1.5rem 3.5rem;background:white}
.hero-altabioscience .asymmetric-hero{display:grid;grid-template-columns:3fr 1fr;min-height:430px;border-block:4px solid var(--accent)}
.hero-altabioscience .dark-panel{display:flex;align-items:center;padding:2.3rem;background:#303030;color:white}
.hero-altabioscience .dark-panel .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.8)}
.hero-altabioscience .button.secondary{border-color:white;color:white}
.hero-altabioscience .peer-hero-visual{height:430px}
.hero-altabioscience .three-lane-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}
.hero-altabioscience .three-lane-nav a{padding:1rem;border-bottom:3px solid var(--accent);font-weight:800;text-align:center}

/* 20 Caslo: contact-led header, concise hero, service tiles. */
.hero-caslo{background:linear-gradient(180deg,#2f61ad 0 500px,white 500px)}
.hero-caslo .concise-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:3rem;align-items:center;min-height:430px;padding-block:2.6rem;color:white}
.hero-caslo .hero-copy h1{font-size:clamp(2.8rem,3.8vw,4rem);font-weight:550}
.hero-caslo .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.82)}
.hero-caslo .button.secondary{border-color:white;color:white}
.hero-caslo .micro-proof span{border-color:rgba(255,255,255,.65)}
.hero-caslo .peer-hero-visual{height:350px}
.hero-caslo .service-tile-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-bottom:4rem}
.hero-caslo .service-tile-strip a{display:grid;min-height:150px;align-content:end;padding:1.25rem;border:3px solid var(--ink);border-radius:28px;background:white}
.hero-caslo .service-tile-strip span{margin-top:.3rem;color:var(--muted);font-size:.75rem}

/* Home-flow differentiation and source photography. */
.flow-module[data-section]{position:relative}
.flow-module[data-flow-index]::before{content:attr(data-flow-index);position:absolute;right:max(1rem,calc((100vw - 1180px)/2));top:1.2rem;color:var(--line-strong);font-family:var(--font-display);font-size:clamp(2rem,5vw,5rem);font-weight:800;line-height:1}
.peer-media-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.86fr);gap:4rem;align-items:center}
.peer-media-layout .section-heading{display:block}
.peer-media-layout .source-media img{width:100%;height:auto;max-height:560px;object-fit:contain}
.product-service-lanes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}
.product-service-lanes>a{display:grid;min-height:300px;align-content:end;padding:clamp(1.4rem,3vw,2.6rem);background:var(--paper)}
.product-service-lanes small{color:var(--accent);font-weight:820;letter-spacing:.1em;text-transform:uppercase}
.product-service-lanes h3{max-width:18ch;margin:.8rem 0;font-family:var(--font-display);font-size:clamp(1.7rem,3vw,3rem);letter-spacing:-.035em;line-height:1.02}
.product-service-lanes p{max-width:52ch;margin:0 0 1.4rem;color:var(--muted)}
.product-service-lanes strong{color:var(--accent)}
.template-polypeptide .flow-selected-records .product-grid,.template-polypeptide .flow-news-resource .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.template-polypeptide .flow-selected-records .product-card{display:grid;grid-template-columns:180px 1fr}
.template-cordenpharma .flow-need-lanes .card-grid,.template-cordenpharma .flow-delivery-platform .step-grid{grid-template-columns:repeat(2,1fr);gap:1rem}
.template-ambiopharm .flow-project-model,.template-ambiopharm .flow-analytical-quality{background:#f5f5f5}
.template-cpc-scientific .flow-lifecycle-services .card-grid{grid-template-columns:repeat(4,1fr)}
.template-genscript .flow-category-shortcuts .category-grid,.template-gl-biochem .category-grid{grid-template-columns:repeat(6,1fr)}
.template-gl-biochem .flow-module{padding-block:4rem}
.template-gl-biochem .section-heading h2{font-size:clamp(2rem,3.3vw,3.2rem)}
.template-jpt-peptide-technologies .flow-synthesis-strengths .card-grid{grid-template-columns:repeat(3,1fr)}
.template-biosynth .flow-module:nth-of-type(even){background:color-mix(in srgb,var(--accent) 7%,white)}
.template-merck-sigma-aldrich .flow-module .info-card,.template-merck-sigma-aldrich .flow-module .resource-card{box-shadow:0 4px 14px rgba(0,0,0,.08)}
.template-creative-peptides .flow-taxonomy .category-grid{grid-template-columns:repeat(6,1fr)}
.template-iris-biotech .flow-product-index{background:#f2f2f2}
.template-altabioscience main>.flow-module{width:min(1160px,calc(100% - 2.5rem));margin-inline:auto;border-inline:1px solid var(--line)}
.template-caslo .flow-module{padding-block:4.5rem}

/* Catalog geometries. */
.catalog-layout{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}
.catalog-sidebar{position:sticky;top:1.5rem;padding:1.2rem;border:1px solid var(--line);background:var(--paper)}
.catalog-sidebar>strong{display:block;font-family:var(--font-display);font-size:1.35rem}
.catalog-sidebar>p{color:var(--muted);font-size:.78rem}
.catalog-sidebar .filter-row{display:grid;grid-template-columns:repeat(2,1fr)}
.catalog-side-links{display:grid;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--line);font-size:.78rem;font-weight:760}
.catalog-layout-left-filter-grid .catalog-layout,.catalog-layout-commerce-filter-grid .catalog-layout,.catalog-layout-dense-portal-filter .catalog-layout,.catalog-layout-dense-filters-table .catalog-layout,.catalog-layout-product-hub-filter .catalog-layout,.catalog-layout-sidebar-masonry .catalog-layout,.catalog-layout-persistent-left-filter .catalog-layout{grid-template-columns:240px minmax(0,1fr)}
.catalog-section .product-card img,.product-media>img{width:100%!important;height:auto!important;aspect-ratio:auto!important;object-fit:contain!important;background:white}
.catalog-layout-calm-cards .catalog-section .product-grid,.catalog-layout-consulting-cards .catalog-section .product-grid,.catalog-layout-commerce-filter-grid .catalog-section .product-grid,.catalog-layout-product-hub-filter .catalog-section .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.catalog-layout-platform-index .catalog-section .product-grid,.catalog-layout-block-catalog .catalog-section .product-grid,.catalog-layout-catalog-category-index .catalog-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.catalog-layout-shelf-grid .catalog-section .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.catalog-layout-application-mosaic .catalog-section .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.catalog-layout-application-mosaic .product-card:nth-child(7n+1){grid-column:span 2}
.catalog-layout-editorial-rows .catalog-section .product-grid,.catalog-layout-technical-table .catalog-section .product-grid,.catalog-layout-directory-table .catalog-section .product-grid,.catalog-layout-dense-filters-table .catalog-section .product-grid,.catalog-layout-plain-list .catalog-section .product-grid,.catalog-layout-simple-list .catalog-section .product-grid{grid-template-columns:1fr}
.catalog-layout-editorial-rows .catalog-section .product-card,.catalog-layout-technical-table .catalog-section .product-card,.catalog-layout-directory-table .catalog-section .product-card,.catalog-layout-dense-filters-table .catalog-section .product-card,.catalog-layout-plain-list .catalog-section .product-card,.catalog-layout-simple-list .catalog-section .product-card{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:0}
.catalog-layout-technical-table .product-card,.catalog-layout-directory-table .product-card,.catalog-layout-dense-filters-table .product-card{border-radius:0;border-left:5px solid var(--accent)}
.catalog-layout-technical-table .product-card-copy,.catalog-layout-directory-table .product-card-copy,.catalog-layout-dense-filters-table .product-card-copy{display:grid;grid-template-columns:minmax(180px,.7fr) 1fr;align-items:center;gap:1rem}
.catalog-layout-sidebar-masonry .catalog-results>.product-grid{display:block;columns:3;column-gap:1rem}
.catalog-layout-sidebar-masonry .product-card{break-inside:avoid;margin-bottom:1rem}
.catalog-layout-persistent-left-filter .catalog-section{background:#f2f2f2}
.catalog-layout-persistent-left-filter .product-card{border-radius:20px}

/* Product-record geometries. */
.product-media-column{position:sticky;top:110px;display:grid;gap:1rem;align-self:start;min-width:0}
.product-media-column .product-media{position:static}
.product-side-rail{padding:1.2rem;border-top:4px solid var(--accent);background:var(--surface)}
.product-side-rail>strong{font-family:var(--font-display);font-size:1.15rem}
.product-side-rail dl{display:grid;margin:1rem 0}
.product-side-rail dl>div{padding:.65rem 0;border-top:1px solid var(--line)}
.product-side-rail dt{color:var(--muted);font-size:.7rem;text-transform:uppercase}
.product-side-rail dd{margin:.2rem 0 0;font-size:.8rem;font-weight:700}
.product-side-rail a{color:var(--accent);font-size:.78rem;font-weight:800}
.product-detail .product-copy{min-width:0}
.product-detail .product-copy h1{max-width:18ch;font-size:clamp(2.65rem,4.6vw,5rem);line-height:1}
.product-layout-technical-two-column .product-detail,.product-layout-dossier-identity .product-detail,.product-layout-evidence-first .product-detail{grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr)}
.product-layout-rfq-dominant .product-copy>.lead-form,.product-layout-sku-configurator .product-copy>.lead-form{border:3px solid var(--accent)}
.product-layout-single-column-brief .product-detail,.product-layout-concise-single-record .product-detail{grid-template-columns:1fr;width:min(840px,100%);margin-inline:auto}
.product-layout-single-column-brief .product-media-column,.product-layout-concise-single-record .product-media-column{position:static;width:min(520px,100%)}
.product-layout-commerce-detail .product-detail,.product-layout-facts-resources .product-detail{gap:3rem}
.product-layout-identifier-first .fact-list,.product-layout-technical-cards-table .fact-list,.product-layout-dossier-identity .fact-list{font-family:ui-monospace,"SFMono-Regular",Consolas,monospace;font-size:.82rem}
.product-layout-separated-lanes .fact-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--line)}
.product-layout-separated-lanes .fact{display:block;padding:1rem;background:var(--paper)}

/* Secondary pages inherit each peer's geometry instead of a universal banner. */
body[data-template] .page-hero h1{max-width:18ch;font-size:clamp(2.7rem,5vw,5rem);line-height:1}
.inner-layout-contact-rail .page-hero,.inner-layout-document-rail .page-hero,.inner-layout-evidence-file-rail .page-hero{border-left:clamp(12px,4vw,60px) solid var(--accent)}
.inner-layout-account-commerce .page-hero,.inner-layout-commerce-record .page-hero,.inner-layout-support-resource .page-hero{padding-block:3.5rem;background:white}
.inner-layout-direct-inquiry .page-hero{background:var(--paper);border-top:6px solid var(--accent)}
.inner-layout-identifier-dossier .page-hero{background:#f2f2f2}
.inner-layout-product-synthesis-analysis .page-hero{width:min(1160px,calc(100% - 2.5rem));margin-inline:auto;border-block:4px solid var(--accent);background:#303030;color:white}
.inner-layout-product-synthesis-analysis .page-hero p,.inner-layout-product-synthesis-analysis .breadcrumbs{color:rgba(255,255,255,.75)}

@media(max-width:1080px){
  .header-actions{display:none}
  .main-nav{gap:.8rem;font-size:.8rem}
  .hero-gl-biochem .directory-hero{grid-template-columns:170px 1fr}.hero-gl-biochem .peer-hero-visual{display:none}
  .hero-new-england-peptide .consultative-hero{grid-template-columns:1fr .55fr}.hero-new-england-peptide .peer-hero-visual{display:none}
  .template-genscript .flow-category-shortcuts .category-grid,.template-gl-biochem .category-grid,.template-creative-peptides .flow-taxonomy .category-grid{grid-template-columns:repeat(4,1fr)}
  .catalog-layout-shelf-grid .catalog-section .product-grid{grid-template-columns:repeat(4,1fr)}
}

@media(max-width:840px){
  .quote-wrap{grid-template-columns:1fr}
  .quote-wrap .section-heading{grid-template-columns:1fr;align-items:start}
  .quote-wrap .section-heading h2{max-width:20ch}
}

@media(max-width:760px){
  body[data-template] .shell,.narrow-header{width:min(100% - 1.25rem,1180px)}
  .peer-carousel-controls>button,.peer-carousel-controls [data-carousel-dot]{width:44px;height:44px}
  .peer-utility,.filter-utility-row{display:none}
  .site-header[data-header] .header-row,.commerce-header-row,.consult-header,.contact-header,.centered-brand-row{display:flex;min-height:70px;padding-block:.5rem}
  .centered-brand-row .header-context,.centered-brand-row .header-contact-link{display:none}
  .centered-brand-row .brand{margin-right:auto}
  .site-header[data-header] .brand{min-width:0}
  .site-header[data-header] .brand strong{white-space:normal;font-size:.92rem}
  .site-header[data-header] .brand small{font-size:.54rem}
  .site-header[data-header] .brand img{width:42px;height:42px}
  .header-search,.contact-header>p,.contact-header>span,.consult-header>div>p{display:none}
  .peer-nav-band{border-top:0}
  .peer-nav-band .main-nav,.site-header[data-header] .main-nav{top:100%;z-index:60;min-height:0;margin:0}
  .peer-nav-band .main-nav[data-open],.site-header[data-header] .main-nav[data-open]{display:flex}
  .peer-nav-band .main-nav[data-open],.site-header[data-header] .main-nav[data-open]{padding:1rem!important;border:1px solid var(--line)!important;border-radius:var(--radius)!important;background:var(--paper)!important;color:var(--ink)!important;box-shadow:0 20px 55px rgba(0,0,0,.16)!important}
  .peer-nav-band .main-nav[data-open] a,.site-header[data-header] .main-nav[data-open] a{color:var(--ink)!important}
  .peer-hero{min-height:0!important;padding:0!important}
  .peer-hero .hero-copy h1,.peer-carousel .hero-copy .carousel-hero-title{max-width:none;font-size:clamp(2.15rem,10vw,3.5rem);letter-spacing:-.045em;line-height:1.03}
  .peer-hero .hero-copy>p:not(.eyebrow){font-size:.96rem}
  .peer-hero .media-provenance{font-size:.52rem}
  .hero-search>div{grid-template-columns:1fr}.hero-search .button{width:100%}
  .hero-bachem{min-height:560px!important}.hero-bachem .hero-overlay{min-height:560px}.hero-bachem .hero-copy{width:100%;padding:2rem 0}.hero-bachem>.peer-hero-visual::after{background:linear-gradient(90deg,rgba(8,20,32,.94),rgba(8,20,32,.62))}
  .hero-polypeptide{background:white}.hero-polypeptide .editorial-stage,.hero-polypeptide .peer-carousel,.hero-polypeptide .peer-carousel-track,.hero-polypeptide .peer-carousel-slide{min-height:0}.hero-polypeptide .editorial-stage{display:grid;padding:2rem 0}.hero-polypeptide .peer-hero-visual{position:relative;right:auto;top:auto;width:100%;height:280px;clip-path:none}.hero-polypeptide .organic-mask{display:none}.hero-polypeptide .hero-copy{position:relative;left:auto;bottom:auto;width:100%;padding:1.2rem .8rem;box-shadow:none}.hero-polypeptide .hero-copy h1,.hero-polypeptide .hero-copy .carousel-hero-title{font-size:clamp(1.95rem,9vw,2.45rem)}.hero-polypeptide .hero-copy>p:not(.eyebrow){margin:.85rem 0;font-size:.88rem;line-height:1.45}.hero-polypeptide .hero-actions .button.secondary,.hero-polypeptide .micro-proof{display:none}.hero-polypeptide .hero-actions{justify-content:center}.hero-polypeptide .peer-carousel-controls{left:50%;right:auto;top:218px;bottom:auto;transform:translateX(-50%)}
  .hero-cordenpharma .deep-hero-canvas{height:300px}.hero-cordenpharma .statement-card{width:calc(100% - 1.25rem);margin:-45px auto 0;padding:1.4rem}
  .hero-ambiopharm .hero-notice{width:calc(100% - 1.25rem);font-size:.75rem}.hero-ambiopharm>.peer-hero-visual{height:430px}.hero-ambiopharm .translucent-card{left:.625rem;right:.625rem;bottom:1rem;width:auto;transform:none}.hero-ambiopharm .hero-copy{width:100%;padding:1.25rem}.hero-ambiopharm .hero-copy>p:not(.eyebrow){display:none}
  .hero-cpc-scientific .split-hero,.hero-genscript .search-first-hero,.hero-gl-biochem .directory-hero,.hero-anaspec .discovery-hero,.hero-new-england-peptide .consultative-hero,.hero-thermo-fisher-scientific .hub-hero,.hero-eurogentec .service-promo,.hero-proimmune .workflow-hero,.hero-phoenix-pharmaceuticals .trust-search-hero,.hero-caslo .concise-hero{display:grid;grid-template-columns:1fr;min-height:0;gap:1.5rem;padding-block:3rem}
  .hero-cpc-scientific .peer-hero-visual,.hero-cpc-scientific .hero-quote-rail,.hero-genscript .peer-hero-visual,.hero-anaspec .peer-hero-visual,.hero-new-england-peptide .peer-hero-visual,.hero-thermo-fisher-scientific .peer-hero-visual,.hero-eurogentec .peer-hero-visual,.hero-proimmune .peer-hero-visual,.hero-phoenix-pharmaceuticals .peer-hero-visual{grid-column:auto;grid-row:auto;width:100%;height:300px;margin:0}
  .hero-cpc-scientific .hero-quote-rail{height:auto}
  .hero-gl-biochem .directory-hero>aside{display:none}.hero-gl-biochem .peer-hero-visual{display:block}
  .hero-genscript .hero-copy,.hero-genscript .hero-search,.hero-genscript .service-shortcuts,.hero-anaspec .hero-search,.hero-anaspec .application-chips,.hero-thermo-fisher-scientific .hub-tiles,.hero-eurogentec .service-promo-cards,.hero-proimmune .workflow-nodes,.hero-phoenix-pharmaceuticals .hero-search,.hero-phoenix-pharmaceuticals dl{grid-column:auto}
  .hero-genscript .service-shortcuts,.hero-thermo-fisher-scientific .hub-tiles,.hero-eurogentec .service-promo-cards,.hero-proimmune .workflow-nodes,.hero-phoenix-pharmaceuticals dl{grid-template-columns:1fr}
  .hero-jpt-peptide-technologies .commerce-slider,.hero-jpt-peptide-technologies .peer-carousel,.hero-jpt-peptide-technologies .peer-carousel-track,.hero-jpt-peptide-technologies .peer-carousel-slide{min-height:600px}.hero-jpt-peptide-technologies .peer-hero-visual{height:600px}.hero-jpt-peptide-technologies .hero-copy{min-height:600px;width:100%;padding:1.2rem 1.2rem 5rem}.hero-jpt-peptide-technologies .hero-copy h1,.hero-jpt-peptide-technologies .hero-copy .carousel-hero-title{font-size:clamp(2.05rem,9vw,3rem)}.hero-jpt-peptide-technologies .quote-band{gap:1rem;padding:.7rem;font-size:.75rem}
  .hero-genscript .peer-carousel{width:100%}.hero-genscript .peer-carousel-controls{right:50%;bottom:.8rem;transform:translateX(50%)}.hero-genscript .search-first-hero{min-height:600px;padding:3rem 1rem 5.2rem}.hero-genscript .peer-hero-visual{position:absolute;inset:0;width:100%;height:100%;margin:0}
  .hero-proimmune .immune-solutions-stage{grid-template-columns:1fr;padding-block:2.5rem}.hero-proimmune .immune-solution-lanes{grid-template-columns:1fr}.hero-proimmune .immune-solution-lanes article{min-height:360px}.hero-proimmune .immune-solution-lanes article+article{border-top:1px solid var(--line);border-left:0}.hero-proimmune .peer-hero-visual{height:300px}.hero-proimmune .immune-contact-strip{flex-direction:column}
  .hero-biosynth,.hero-biosynth>.peer-hero-visual,.hero-biosynth .tinted-banner{min-height:500px;height:500px}.hero-biosynth .tinted-banner{padding-block:2rem}
  .hero-merck-sigma-aldrich .promotion-grid{grid-template-columns:1fr;grid-template-rows:auto}.hero-merck-sigma-aldrich .promotion-main{grid-row:auto}.hero-merck-sigma-aldrich .promotion-image{min-height:280px}
  .hero-creative-peptides,.hero-creative-peptides>.peer-hero-visual,.hero-creative-peptides .centered-hero-copy{min-height:560px;height:560px}.hero-creative-peptides .centered-hero-copy{padding-block:2rem}
  .hero-iris-biotech .products-intro{grid-template-columns:1fr;min-height:0;padding-block:3rem}.hero-iris-biotech .hero-copy,.hero-iris-biotech .peer-hero-visual{grid-column:auto;grid-row:auto}.hero-iris-biotech .peer-hero-visual{height:280px}
  .hero-altabioscience .asymmetric-hero{grid-template-columns:1fr}.hero-altabioscience .dark-panel{padding:1.5rem}.hero-altabioscience .peer-hero-visual{height:280px}.hero-altabioscience .three-lane-nav{grid-template-columns:1fr}
  .hero-caslo{background:linear-gradient(180deg,#2f61ad 0 720px,white 720px)}.hero-caslo .service-tile-strip{grid-template-columns:1fr;margin-bottom:2rem}.hero-caslo .peer-hero-visual{height:280px}
  .peer-media-layout{grid-template-columns:1fr;gap:2rem}.peer-media-layout .source-media{order:-1}
  .product-service-lanes{grid-template-columns:1fr}.product-service-lanes>a{min-height:230px}
  .flow-module[data-flow-index]::before{display:none}
  .template-polypeptide .flow-selected-records .product-grid,.template-polypeptide .flow-news-resource .card-grid,.template-cordenpharma .flow-need-lanes .card-grid,.template-cordenpharma .flow-delivery-platform .step-grid,.template-cpc-scientific .flow-lifecycle-services .card-grid,.template-jpt-peptide-technologies .flow-synthesis-strengths .card-grid{grid-template-columns:1fr}
  .template-polypeptide .flow-selected-records .product-card{grid-template-columns:120px 1fr}
  .template-genscript .flow-category-shortcuts .category-grid,.template-gl-biochem .category-grid,.template-creative-peptides .flow-taxonomy .category-grid{grid-template-columns:repeat(2,1fr)}
  .catalog-layout-left-filter-grid .catalog-layout,.catalog-layout-commerce-filter-grid .catalog-layout,.catalog-layout-dense-portal-filter .catalog-layout,.catalog-layout-dense-filters-table .catalog-layout,.catalog-layout-product-hub-filter .catalog-layout,.catalog-layout-sidebar-masonry .catalog-layout,.catalog-layout-persistent-left-filter .catalog-layout{grid-template-columns:1fr}
  .catalog-sidebar{position:static}.catalog-sidebar .filter-row{grid-template-columns:repeat(5,1fr)}
  .catalog-layout-calm-cards .catalog-section .product-grid,.catalog-layout-consulting-cards .catalog-section .product-grid,.catalog-layout-commerce-filter-grid .catalog-section .product-grid,.catalog-layout-product-hub-filter .catalog-section .product-grid,.catalog-layout-platform-index .catalog-section .product-grid,.catalog-layout-block-catalog .catalog-section .product-grid,.catalog-layout-catalog-category-index .catalog-section .product-grid,.catalog-layout-shelf-grid .catalog-section .product-grid,.catalog-layout-application-mosaic .catalog-section .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .catalog-layout-application-mosaic .product-card:nth-child(7n+1){grid-column:auto}
  .catalog-layout-sidebar-masonry .catalog-results>.product-grid{columns:2}
  .product-detail,.product-layout-technical-two-column .product-detail,.product-layout-dossier-identity .product-detail,.product-layout-evidence-first .product-detail{grid-template-columns:1fr;gap:1.5rem}
  .product-media-column,.product-media{position:static}.product-layout-separated-lanes .fact-list{grid-template-columns:1fr}
  body[data-template] .page-hero h1{font-size:clamp(2.35rem,10vw,3.8rem)}
}

@media(max-width:420px){
  .research-strip .shell{width:calc(100% - 1rem)}
  .research-strip{font-size:.58rem;letter-spacing:.03em}
  .peer-hero .hero-actions{display:grid}.peer-hero .hero-actions .button{width:100%}
  .catalog-sidebar .filter-row{grid-template-columns:repeat(4,1fr)}
  .catalog-layout-calm-cards .catalog-section .product-grid,.catalog-layout-consulting-cards .catalog-section .product-grid,.catalog-layout-commerce-filter-grid .catalog-section .product-grid,.catalog-layout-product-hub-filter .catalog-section .product-grid,.catalog-layout-platform-index .catalog-section .product-grid,.catalog-layout-block-catalog .catalog-section .product-grid,.catalog-layout-catalog-category-index .catalog-section .product-grid,.catalog-layout-shelf-grid .catalog-section .product-grid,.catalog-layout-application-mosaic .catalog-section .product-grid{grid-template-columns:1fr}
  .catalog-layout-sidebar-masonry .catalog-results>.product-grid{columns:1}
  .catalog-layout-editorial-rows .catalog-section .product-card,.catalog-layout-technical-table .catalog-section .product-card,.catalog-layout-directory-table .catalog-section .product-card,.catalog-layout-dense-filters-table .catalog-section .product-card,.catalog-layout-plain-list .catalog-section .product-card,.catalog-layout-simple-list .catalog-section .product-card{grid-template-columns:120px minmax(0,1fr)}
  .catalog-layout-technical-table .product-card-copy,.catalog-layout-directory-table .product-card-copy,.catalog-layout-dense-filters-table .product-card-copy{display:flex}
  .product-detail .product-copy h1{font-size:clamp(2.2rem,12vw,3.2rem)}
}

/* Shared scope: these values only apply after a peer template has been selected. */
body[data-peer]{--exact-header:78px;--exact-hero:620px;--exact-section:clamp(4.75rem,7vw,7.5rem);--exact-card-radius:12px;--exact-title-track:-.045em}
body[data-peer] .site-header{min-height:var(--exact-header)}
body[data-peer] .header-row{min-height:var(--exact-header)}
body[data-peer] .hero-shell,body[data-peer] .peer-hero{min-height:var(--exact-hero)}
body[data-peer] .hero-shell{padding-block:clamp(4rem,7vw,7.25rem)}
body[data-peer] .peer-hero h1,body[data-peer] .page-hero h1{letter-spacing:var(--exact-title-track)}
body[data-peer] .section{padding-block:var(--exact-section)}
body[data-peer] .info-card,body[data-peer] .quality-card,body[data-peer] .resource-card,body[data-peer] .product-card{border-radius:var(--exact-card-radius)}
body[data-peer] .peer-hero-visual img{object-fit:cover}
body[data-peer] .product-card>img{width:100%;height:auto;aspect-ratio:760/617;object-fit:contain;object-position:center;background:#fff}
body[data-peer] .product-media>img{width:100%;height:auto;aspect-ratio:760/617;object-fit:contain;object-position:center;background:#fff}
body[data-peer] .source-media img{width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:contain;background:#fff}
body[data-peer] .site-footer{padding-top:clamp(3.5rem,6vw,5.75rem)}

/* 01 Bachem: restrained two-tier corporate surface with broad laboratory hero. */
body[data-peer='bachem']{--exact-header:88px;--exact-hero:660px;--exact-section:clamp(5rem,8vw,8.5rem);--exact-card-radius:0;--exact-title-track:-.055em}
body[data-peer='bachem'] .research-strip{font-size:.68rem;letter-spacing:.13em}
body[data-peer='bachem'] .site-header{border-bottom:2px solid var(--accent)}
body[data-peer='bachem'] .main-nav{font-size:.8rem;gap:1.05rem;text-transform:uppercase;letter-spacing:.045em}
body[data-peer='bachem'] .hero-copy{max-width:44rem}
body[data-peer='bachem'] .section-heading{max-width:72rem;margin-inline:auto}
body[data-peer='bachem'] .site-footer{padding-bottom:2.2rem}

/* 02 PolyPeptide: editorial panels and ample white space. */
body[data-peer='polypeptide']{--exact-header:96px;--exact-hero:700px;--exact-section:clamp(5rem,8vw,9rem);--exact-card-radius:0}
body[data-peer='polypeptide'] .site-header{background:var(--paper);border-bottom:0}
body[data-peer='polypeptide'] .header-row{border-bottom:1px solid var(--line)}
body[data-peer='polypeptide'] .main-nav{font-size:.78rem;letter-spacing:.03em}
body[data-peer='polypeptide'] .hero-copy{padding-block:1.25rem;border-left:4px solid var(--accent);padding-left:clamp(1.1rem,3vw,3.25rem)}
body[data-peer='polypeptide'] .info-card{border-width:0 0 1px;border-radius:0;padding:1.7rem 0}

/* 03 CordenPharma: dark platform statement and precise modular rhythm. */
body[data-peer='cordenpharma']{--exact-header:82px;--exact-hero:690px;--exact-section:clamp(5rem,8vw,8rem);--exact-card-radius:2px}
body[data-peer='cordenpharma'] .site-header{border-top:4px solid var(--accent)}
body[data-peer='cordenpharma'] .main-nav{font-weight:620;text-transform:uppercase;font-size:.73rem;letter-spacing:.075em}
body[data-peer='cordenpharma'] .peer-hero{background:var(--ink);color:white}
body[data-peer='cordenpharma'] .hero-copy>p:not(.eyebrow){color:color-mix(in srgb,white 70%,transparent)}
body[data-peer='cordenpharma'] .section-heading h2{max-width:13ch}
body[data-peer='cordenpharma'] .metric{padding:clamp(1.5rem,3vw,3rem)}

/* 04 AmbioPharm: utilitarian blue header and a concise commercial hero panel. */
body[data-peer='ambiopharm']{--exact-header:76px;--exact-hero:610px;--exact-section:clamp(4.4rem,7vw,7.25rem);--exact-card-radius:4px}
body[data-peer='ambiopharm'] .research-strip{background:var(--accent);font-size:.7rem}
body[data-peer='ambiopharm'] .main-nav{gap:.9rem;font-size:.8rem}
body[data-peer='ambiopharm'] .nav-cta{border-radius:3px;text-transform:uppercase;font-size:.76rem;letter-spacing:.04em}
body[data-peer='ambiopharm'] .hero-copy{background:color-mix(in srgb,var(--paper) 94%,transparent);padding:clamp(1.25rem,3vw,3rem);box-shadow:0 16px 46px rgba(0,0,0,.11)}
body[data-peer='ambiopharm'] .info-card{box-shadow:inset 0 3px 0 var(--accent)}

/* 05 CPC Scientific: RFQ-first technical density. */
body[data-peer='cpc-scientific']{--exact-header:74px;--exact-hero:575px;--exact-section:clamp(4rem,6vw,6.75rem);--exact-card-radius:0}
body[data-peer='cpc-scientific'] .site-header{background:var(--ink);color:white;border-bottom:3px solid var(--accent)}
body[data-peer='cpc-scientific'] .brand small,body[data-peer='cpc-scientific'] .main-nav a{color:rgba(255,255,255,.78)}
body[data-peer='cpc-scientific'] .hero-shell{grid-template-columns:1.1fr .9fr}
body[data-peer='cpc-scientific'] .hero-actions .button{border-radius:0;text-transform:uppercase;letter-spacing:.05em}
body[data-peer='cpc-scientific'] .product-card{border-radius:0}

/* 06 GenScript: commerce/search hierarchy with compact cards. */
body[data-peer='genscript']{--exact-header:92px;--exact-hero:570px;--exact-section:clamp(4.25rem,6.5vw,7rem);--exact-card-radius:6px}
body[data-peer='genscript'] .research-strip{background:var(--surface);color:var(--ink);border-bottom:1px solid var(--line)}
body[data-peer='genscript'] .main-nav{font-size:.78rem;gap:.9rem}
body[data-peer='genscript'] .peer-hero h1{max-width:17ch}
body[data-peer='genscript'] .search-panel{border-radius:5px;box-shadow:none;border-width:2px}
body[data-peer='genscript'] .category-card{border-radius:5px;padding:1rem}

/* 07 GL Biochem: dense directory, compact header, square records. */
body[data-peer='gl-biochem']{--exact-header:70px;--exact-hero:510px;--exact-section:clamp(3.75rem,5vw,6rem);--exact-card-radius:0;--exact-title-track:-.03em}
body[data-peer='gl-biochem'] .site-header{border-bottom:2px solid var(--accent)}
body[data-peer='gl-biochem'] .main-nav{gap:.7rem;font-size:.72rem;font-weight:720}
body[data-peer='gl-biochem'] .hero-shell{grid-template-columns:.9fr 1.1fr}
body[data-peer='gl-biochem'] .section-heading{margin-bottom:1.5rem}
body[data-peer='gl-biochem'] .product-card-copy{padding:.85rem}

/* 08 LifeTein: service storefront, concise banner and lightly rounded utilities. */
body[data-peer='lifetein']{--exact-header:76px;--exact-hero:535px;--exact-section:clamp(4rem,6vw,6.75rem);--exact-card-radius:5px}
body[data-peer='lifetein'] .research-strip{background:var(--accent);font-size:.68rem}
body[data-peer='lifetein'] .main-nav{font-size:.78rem;gap:.85rem}
body[data-peer='lifetein'] .peer-hero{background:linear-gradient(105deg,var(--surface),var(--paper))}
body[data-peer='lifetein'] .hero-copy{max-width:42rem}
body[data-peer='lifetein'] .info-card{min-height:190px;border-top:3px solid var(--accent)}

/* 09 SB-PEPTIDE: compact technical header, express-service callout. */
body[data-peer='sb-peptide']{--exact-header:72px;--exact-hero:360px;--exact-section:clamp(4rem,6vw,6.75rem);--exact-card-radius:2px}
body[data-peer='sb-peptide'] .research-strip{font-size:.65rem;background:var(--ink)}
body[data-peer='sb-peptide'] .site-header{border-bottom:3px solid var(--accent)}
body[data-peer='sb-peptide'] .main-nav{gap:.8rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.035em}
body[data-peer='sb-peptide'] .hero-shell{grid-template-columns:1fr .82fr}
body[data-peer='sb-peptide'] .hero-actions .button{border-radius:2px;text-transform:uppercase;font-size:.75rem}
body[data-peer='sb-peptide'] .info-card{border-radius:2px;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--accent) 34%,transparent)}

/* 10 JPT: dark utility bands with more generous research-facing cards. */
body[data-peer='jpt-peptide-technologies']{--exact-header:88px;--exact-hero:645px;--exact-section:clamp(4.75rem,7vw,8rem);--exact-card-radius:8px}
body[data-peer='jpt-peptide-technologies'] .research-strip{background:var(--ink);font-size:.65rem}
body[data-peer='jpt-peptide-technologies'] .site-header{background:var(--surface)}
body[data-peer='jpt-peptide-technologies'] .main-nav{font-size:.77rem;font-weight:700}
body[data-peer='jpt-peptide-technologies'] .peer-hero-visual{border-radius:0}
body[data-peer='jpt-peptide-technologies'] .quality-card{border-top:4px solid var(--accent)}

/* 11 Biosynth: global catalogue portal with a wide search-led hero. */
body[data-peer='biosynth']{--exact-header:94px;--exact-hero:600px;--exact-section:clamp(4.5rem,6.5vw,7.25rem);--exact-card-radius:0}
body[data-peer='biosynth'] .research-strip{background:var(--accent);font-size:.67rem}
body[data-peer='biosynth'] .main-nav{font-size:.76rem;gap:.85rem}
body[data-peer='biosynth'] .hero-shell{grid-template-columns:1.2fr .8fr}
body[data-peer='biosynth'] .search-panel{border-radius:0;border:0;border-bottom:2px solid var(--accent);box-shadow:none}
body[data-peer='biosynth'] .category-card{border-radius:0}

/* 12 Sigma-Aldrich: SKU portal density and thin utilitarian rules. */
body[data-peer='merck-sigma-aldrich']{--exact-header:98px;--exact-hero:560px;--exact-section:clamp(3.8rem,5.5vw,6.5rem);--exact-card-radius:0;--exact-title-track:-.025em}
body[data-peer='merck-sigma-aldrich'] .research-strip{background:var(--surface);color:var(--ink);border-bottom:1px solid var(--line)}
body[data-peer='merck-sigma-aldrich'] .site-header{border-bottom:2px solid var(--accent)}
body[data-peer='merck-sigma-aldrich'] .main-nav{font-size:.72rem;gap:.7rem}
body[data-peer='merck-sigma-aldrich'] .hero-shell{min-height:var(--exact-hero);grid-template-columns:1fr 1fr}
body[data-peer='merck-sigma-aldrich'] .product-card{border-radius:0;box-shadow:none}

/* 13 Provis Biolabs: light, minimal biotech header and photo-led spacing. */
body[data-peer='provis-biolabs']{--exact-header:80px;--exact-hero:650px;--exact-section:clamp(5rem,7.5vw,8.5rem);--exact-card-radius:10px}
body[data-peer='provis-biolabs'] .site-header{border-bottom:0;background:color-mix(in srgb,var(--paper) 96%,transparent)}
body[data-peer='provis-biolabs'] .main-nav{font-size:.78rem;font-weight:560;gap:1.25rem}
body[data-peer='provis-biolabs'] .hero-copy{max-width:39rem}
body[data-peer='provis-biolabs'] .peer-hero-visual{border:0;border-radius:0;box-shadow:none}
body[data-peer='provis-biolabs'] .info-card{border:0;border-radius:0;background:transparent;padding:1.25rem 0}

/* 14 Serox: technical proof strip, narrow type measure, square modules. */
body[data-peer='serox']{--exact-header:76px;--exact-hero:585px;--exact-section:clamp(4rem,6vw,7rem);--exact-card-radius:1px}
body[data-peer='serox'] .research-strip{background:var(--ink);font-size:.66rem;letter-spacing:.12em}
body[data-peer='serox'] .site-header{border-bottom:1px solid var(--ink)}
body[data-peer='serox'] .main-nav{font-size:.74rem;text-transform:uppercase;letter-spacing:.055em}
body[data-peer='serox'] .peer-hero h1{max-width:14ch}
body[data-peer='serox'] .step{padding-inline:1rem}
body[data-peer='serox'] .info-card{border-radius:1px}

/* 15 Creative Peptides: dark taxonomy portal with dense navigation. */
body[data-peer='creative-peptides']{--exact-header:86px;--exact-hero:625px;--exact-section:clamp(4rem,6vw,7rem);--exact-card-radius:0}
body[data-peer='creative-peptides'] .site-header{background:var(--ink);color:white;border-bottom:3px solid var(--accent)}
body[data-peer='creative-peptides'] .brand small,body[data-peer='creative-peptides'] .main-nav a{color:rgba(255,255,255,.76)}
body[data-peer='creative-peptides'] .main-nav{font-size:.74rem;gap:.76rem}
body[data-peer='creative-peptides'] .peer-hero{background:var(--ink);color:white}
body[data-peer='creative-peptides'] .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.68)}
body[data-peer='creative-peptides'] .product-card{border-radius:0}

/* 16 ProImmune: scientific problem framing, open layout, restrained accent. */
body[data-peer='proimmune']{--exact-header:84px;--exact-hero:665px;--exact-section:clamp(5rem,7.5vw,8.25rem);--exact-card-radius:8px}
body[data-peer='proimmune'] .site-header{border-bottom:0}
body[data-peer='proimmune'] .main-nav{font-size:.78rem;font-weight:580;gap:1.15rem}
body[data-peer='proimmune'] .hero-shell{grid-template-columns:.95fr 1.05fr}
body[data-peer='proimmune'] .hero-copy{max-width:43rem}
body[data-peer='proimmune'] .section-heading h2{max-width:14ch}
body[data-peer='proimmune'] .quality-card{border-left:4px solid var(--accent)}

/* 17 Iris Biotech: chemical catalogue density and compact identifier records. */
body[data-peer='iris-biotech']{--exact-header:74px;--exact-hero:510px;--exact-section:clamp(3.75rem,5vw,6rem);--exact-card-radius:0;--exact-title-track:-.025em}
body[data-peer='iris-biotech'] .research-strip{background:var(--surface);color:var(--ink);border-bottom:1px solid var(--line)}
body[data-peer='iris-biotech'] .main-nav{font-size:.71rem;gap:.7rem}
body[data-peer='iris-biotech'] .hero-shell{grid-template-columns:1fr .9fr}
body[data-peer='iris-biotech'] .section-heading{margin-bottom:1.45rem}
body[data-peer='iris-biotech'] .product-card-copy{padding:.82rem}

/* 18 Phoenix Pharmaceuticals: trusted catalogue with a calm signal band. */
body[data-peer='phoenix-pharmaceuticals']{--exact-header:80px;--exact-hero:570px;--exact-section:clamp(4rem,6vw,7rem);--exact-card-radius:4px}
body[data-peer='phoenix-pharmaceuticals'] .site-header{border-bottom:3px solid var(--accent)}
body[data-peer='phoenix-pharmaceuticals'] .main-nav{font-size:.76rem;gap:.85rem}
body[data-peer='phoenix-pharmaceuticals'] .hero-copy{max-width:40rem}
body[data-peer='phoenix-pharmaceuticals'] .quality-card{box-shadow:inset 0 4px 0 var(--accent)}
body[data-peer='phoenix-pharmaceuticals'] .document-band{gap:clamp(1.5rem,4vw,4rem)}

/* 19 AltaBioscience: slim centered utility and asymmetric dark statement. */
body[data-peer='altabioscience']{--exact-header:74px;--exact-hero:615px;--exact-section:clamp(4.5rem,6.5vw,7.5rem);--exact-card-radius:3px}
body[data-peer='altabioscience'] .research-strip{background:var(--accent);font-size:.66rem}
body[data-peer='altabioscience'] .header-row{justify-content:center;gap:1.4rem}
body[data-peer='altabioscience'] .main-nav{margin-left:0;font-size:.75rem;gap:.85rem}
body[data-peer='altabioscience'] .peer-hero{background:var(--ink);color:white}
body[data-peer='altabioscience'] .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.7)}
body[data-peer='altabioscience'] .peer-hero-visual{border-radius:0}

/* 20 Caslo: Nordic restraint, short service path, generous quiet margins. */
body[data-peer='caslo']{--exact-header:82px;--exact-hero:610px;--exact-section:clamp(5rem,8vw,8.5rem);--exact-card-radius:0;--exact-title-track:-.04em}
body[data-peer='caslo'] .site-header{border-bottom:1px solid var(--line-strong)}
body[data-peer='caslo'] .main-nav{font-size:.75rem;font-weight:540;gap:1.3rem}
body[data-peer='caslo'] .hero-shell{grid-template-columns:1.1fr .9fr}
body[data-peer='caslo'] .peer-hero h1{max-width:13ch;font-weight:540}
body[data-peer='caslo'] .info-card{border-width:1px 0 0;border-radius:0;padding:1.5rem 0}

/* Final replacement templates: their emitted DOM is intentionally distinct. */
body[data-peer='lifetein'] .peer-hero{background:linear-gradient(110deg,#f7fbfd,#eef8fb)}
body[data-peer='lifetein'] .technical-promotion-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:clamp(2rem,6vw,6rem);min-height:505px;align-items:center;padding-block:3rem}
body[data-peer='lifetein'] .technical-promotion-stage>div{min-width:0}
body[data-peer='lifetein'] .lifetein-promotion-copy h1{max-width:17ch;margin:0;color:var(--accent);font-size:clamp(2rem,3.1vw,3.35rem);line-height:1.02}
body[data-peer='lifetein'] .lifetein-promotion-copy>p:not(.eyebrow){max-width:52ch;margin:1rem 0;color:var(--muted)}
body[data-peer='lifetein'] .lifetein-promotion-copy ul{display:grid;gap:.3rem;margin:0 0 1.4rem;padding-left:1.1rem;color:var(--muted);font-size:.82rem}
body[data-peer='lifetein'] .lifetein-promotion-copy .button{border-radius:0;background:white;color:var(--ink)}
body[data-peer='lifetein'] .technical-promotion-stage .peer-hero-visual{height:360px;border-radius:0;background:transparent}
body[data-peer='lifetein'] .technical-promotion-stage .peer-hero-visual>img{object-fit:contain}

body[data-peer='sb-peptide'] .hero-sb-peptide{min-height:360px;color:var(--ink)}
body[data-peer='sb-peptide'] .hero-sb-peptide>.peer-hero-visual{position:absolute;inset:0;height:100%}
body[data-peer='sb-peptide'] .hero-sb-peptide>.peer-hero-visual::after{content:"";position:absolute;inset:0;background:rgba(235,247,250,.74)}
body[data-peer='sb-peptide'] .express-service-stage{position:relative;z-index:2;display:flex;min-height:360px;flex-direction:column;justify-content:center;align-items:center;padding-block:2rem;text-align:center}
body[data-peer='sb-peptide'] .express-service-stage .hero-copy{display:grid;justify-items:center;width:min(760px,100%)}
body[data-peer='sb-peptide'] .express-service-stage .hero-copy h1{max-width:18ch;font-size:clamp(2.2rem,3.6vw,3.6rem);color:var(--accent)}
body[data-peer='sb-peptide'] .express-service-stage .hero-copy>p:not(.eyebrow),body[data-peer='sb-peptide'] .express-service-stage .hero-actions .button.secondary,body[data-peer='sb-peptide'] .express-service-stage .micro-proof{display:none}
body[data-peer='sb-peptide'] .capability-mini-grid{display:none}
body[data-peer='sb-peptide'] .capability-mini-grid a{padding:1rem;border-right:1px solid var(--accent);background:rgba(255,255,255,.72);font-size:.72rem;font-weight:760;text-align:center}
body[data-peer='sb-peptide'] .capability-mini-grid a:last-child{border-right:0}

body[data-peer='provis-biolabs'] .hero-provis-biolabs{min-height:650px;color:white}
body[data-peer='provis-biolabs'] .hero-provis-biolabs>.peer-hero-visual{position:absolute;inset:0;height:100%}
body[data-peer='provis-biolabs'] .provis-fade{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(30,42,68,.82),rgba(30,42,68,.28) 65%,rgba(30,42,68,.08))}
body[data-peer='provis-biolabs'] .integrated-biotech-stage{position:relative;z-index:2;display:flex;min-height:650px;flex-direction:column;justify-content:center;align-items:flex-start}
body[data-peer='provis-biolabs'] .integrated-biotech-stage .hero-copy>p:not(.eyebrow){color:rgba(255,255,255,.82)}
body[data-peer='provis-biolabs'] .integrated-biotech-stage .button.secondary{border-color:white;color:white}
body[data-peer='provis-biolabs'] .integrated-paths{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(820px,74%);margin-top:1.5rem;background:white;color:var(--ink)}
body[data-peer='provis-biolabs'] .integrated-paths a{display:grid;gap:.25rem;padding:1.1rem 1.2rem;border-right:1px solid var(--line)}
body[data-peer='provis-biolabs'] .integrated-paths a:last-child{border-right:0}
body[data-peer='provis-biolabs'] .integrated-paths span{color:var(--muted);font-size:.68rem}

body[data-peer='serox'] .hero-serox{padding-block:2rem 1rem;background:white}
body[data-peer='serox'] .serox-hero-card{position:relative;min-height:390px;overflow:hidden;border:1px solid var(--line);border-radius:18px}
body[data-peer='serox'] .serox-hero-card>.peer-hero-visual{position:absolute;inset:0;height:100%}
body[data-peer='serox'] .serox-hero-card>.peer-hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(245,251,252,.96),rgba(245,251,252,.78) 48%,rgba(245,251,252,.08) 82%)}
body[data-peer='serox'] .technical-proof-copy{position:relative;z-index:2;display:flex;min-height:390px;width:min(610px,56%);align-items:center;padding:2.4rem;color:var(--ink)}
body[data-peer='serox'] .technical-proof-copy .hero-copy h1{max-width:14ch;font-size:clamp(2.25rem,3.5vw,3.55rem);color:var(--accent)}
body[data-peer='serox'] .technical-proof-copy .hero-copy>p:not(.eyebrow){color:var(--muted)}
body[data-peer='serox'] .technical-proof-copy .button.secondary{border-color:var(--line-strong);color:var(--ink)}
body[data-peer='serox'] .proof-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:1rem;background:var(--line)}
body[data-peer='serox'] .proof-strip>span{display:grid;gap:.1rem;padding:1rem 1.25rem;background:var(--paper);font-size:.68rem;text-transform:uppercase;letter-spacing:.05em}
body[data-peer='serox'] .proof-strip strong{font-size:1.25rem;color:var(--accent);text-transform:none}

/* Home-module anatomy: equal heights and stable baselines, never ad-hoc centering. */
body[data-peer] .peer-pathway-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1px;background:var(--line)}
body[data-peer] .peer-pathway-grid>a{display:grid;grid-template-rows:auto auto 1fr auto;min-height:230px;gap:.65rem;padding:1.4rem;background:var(--paper)}
body[data-peer] .peer-pathway-grid small{color:var(--accent);font-weight:820;letter-spacing:.12em}
body[data-peer] .peer-pathway-grid h3{margin:.4rem 0 0;font-size:1.18rem;line-height:1.15}
body[data-peer] .peer-pathway-grid p{margin:0;color:var(--muted);font-size:.78rem}
body[data-peer] .peer-pathway-grid>a>span{justify-self:end;color:var(--accent);font-size:1.4rem}
body[data-peer='sb-peptide'] .peer-pathway-service-grid .peer-pathway-grid{grid-template-columns:repeat(3,1fr);gap:1rem;background:transparent}
body[data-peer='sb-peptide'] .peer-pathway-service-grid .peer-pathway-grid>a{border:1px solid var(--accent);border-radius:18px;background:white}
body[data-peer] .promotion-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}
body[data-peer] .promotion-product-grid .product-card{min-height:0}
body[data-peer] .peer-proof-section{padding-block:1.25rem;background:var(--ink);color:white}
body[data-peer] .peer-proof-section>.shell{display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;gap:1px}
body[data-peer] .peer-proof-section>.shell>div{display:grid;gap:.15rem;padding:1rem 1.25rem;border-right:1px solid rgba(255,255,255,.2)}
body[data-peer] .peer-proof-section strong{font-size:1.65rem}
body[data-peer] .peer-proof-section span{font-size:.68rem;color:rgba(255,255,255,.7)}
body[data-peer] .peer-proof-section a{padding:1rem;color:white;font-size:.75rem;font-weight:780}

body[data-peer] .footer-newsletter{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:3rem;padding:1.5rem 0 2.25rem;border-bottom:1px solid currentColor}
body[data-peer] .footer-newsletter>div{display:grid;gap:.3rem}
body[data-peer] .footer-newsletter small{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;opacity:.68}
body[data-peer] .footer-newsletter strong{font-size:clamp(1.25rem,2.3vw,2rem)}
body[data-peer] .footer-sparse .footer-grid{grid-template-columns:minmax(260px,1.4fr) repeat(2,minmax(130px,.6fr))}
body[data-peer] .footer-sparse .footer-column:last-child{display:none}
body[data-peer] .footer-dense .footer-grid{grid-template-columns:minmax(260px,1.15fr) repeat(3,1fr);gap:clamp(1.5rem,4vw,4rem)}

body[data-peer] .product-media{display:grid;place-items:center;aspect-ratio:760/617;overflow:hidden;background:#fff}
body[data-peer] .product-card>img{aspect-ratio:760/617}
body[data-peer] .product-copy,body[data-peer] .product-card-copy,body[data-peer] .section-heading>*{min-width:0}
body[data-peer] .product-copy h1,body[data-peer] .product-card strong{overflow-wrap:anywhere;word-break:normal}

@media (max-width:1100px){
  body[data-peer='bachem'] .site-header{position:relative}
  body[data-peer='bachem'] .header-row .nav-toggle{display:block}
  body[data-peer='bachem'] .header-row .main-nav{display:none;position:absolute;left:1rem;right:1rem;top:100%;z-index:70;flex-direction:column;align-items:stretch;margin:0;padding:1rem;border:1px solid var(--line);background:var(--paper);box-shadow:0 20px 55px rgba(0,0,0,.15)}
  body[data-peer='bachem'] .header-row .main-nav[data-open]{display:flex}
}

@media (max-width:760px){
  body[data-peer]{--exact-header:68px;--exact-hero:auto;--exact-section:3.75rem}
  body[data-peer] .header-row{min-height:var(--exact-header)}
  body[data-peer] .commerce-header-row,body[data-peer] .header-row,body[data-peer] .consult-header,body[data-peer] .contact-header{width:calc(100% - 1.25rem);max-width:calc(100% - 1.25rem);min-width:0;gap:.7rem;margin-inline:auto}
  body[data-peer] .commerce-header-row>*,body[data-peer] .header-row>*,body[data-peer] .consult-header>*,body[data-peer] .contact-header>*{min-width:0}
  body[data-peer] .header-search{display:none!important;flex:0 0 0!important;width:0!important;min-width:0!important;max-width:0!important;overflow:hidden!important}
  body[data-peer] .main-nav:not([data-open]){display:none!important;width:0!important;min-width:0!important;max-width:0!important;overflow:hidden!important}
  body[data-peer] .brand{min-width:0!important;max-width:calc(100% - 64px)}
  body[data-peer] .brand>span{min-width:0;max-width:100%}
  body[data-peer] .brand strong,body[data-peer] .brand small{white-space:normal;overflow-wrap:anywhere;word-break:normal}
  body[data-peer] .site-header{position:sticky}
  body[data-peer] .hero-shell,body[data-peer] .peer-hero{min-height:0}
  body[data-peer] .hero-shell{padding-block:3.25rem;gap:2rem}
  body[data-peer] .peer-hero h1,body[data-peer] .page-hero h1{max-width:none;font-size:clamp(2.05rem,9.5vw,3.6rem);line-height:1.03}
  body[data-peer] .hero-copy>p:not(.eyebrow){margin-block:1.15rem;font-size:1rem}
  body[data-peer] .peer-hero-visual{min-height:270px}
  body[data-peer] .section-heading{gap:.85rem;margin-bottom:1.6rem}
  body[data-peer] .section-heading h2{max-width:14ch;font-size:clamp(1.9rem,9vw,2.75rem)}
  body[data-peer] .site-footer{padding-top:3.25rem}
  body[data-peer='bachem'] .research-strip,body[data-peer='polypeptide'] .research-strip,body[data-peer='cordenpharma'] .research-strip,body[data-peer='ambiopharm'] .research-strip,body[data-peer='cpc-scientific'] .research-strip,body[data-peer='genscript'] .research-strip,body[data-peer='gl-biochem'] .research-strip,body[data-peer='lifetein'] .research-strip,body[data-peer='sb-peptide'] .research-strip,body[data-peer='jpt-peptide-technologies'] .research-strip,body[data-peer='biosynth'] .research-strip,body[data-peer='merck-sigma-aldrich'] .research-strip,body[data-peer='provis-biolabs'] .research-strip,body[data-peer='serox'] .research-strip,body[data-peer='creative-peptides'] .research-strip,body[data-peer='proimmune'] .research-strip,body[data-peer='iris-biotech'] .research-strip,body[data-peer='phoenix-pharmaceuticals'] .research-strip,body[data-peer='altabioscience'] .research-strip,body[data-peer='caslo'] .research-strip{font-size:.6rem;letter-spacing:.075em}
  body[data-peer='bachem'] .main-nav,body[data-peer='polypeptide'] .main-nav,body[data-peer='cordenpharma'] .main-nav,body[data-peer='ambiopharm'] .main-nav,body[data-peer='cpc-scientific'] .main-nav,body[data-peer='genscript'] .main-nav,body[data-peer='gl-biochem'] .main-nav,body[data-peer='lifetein'] .main-nav,body[data-peer='sb-peptide'] .main-nav,body[data-peer='jpt-peptide-technologies'] .main-nav,body[data-peer='biosynth'] .main-nav,body[data-peer='merck-sigma-aldrich'] .main-nav,body[data-peer='provis-biolabs'] .main-nav,body[data-peer='serox'] .main-nav,body[data-peer='creative-peptides'] .main-nav,body[data-peer='proimmune'] .main-nav,body[data-peer='iris-biotech'] .main-nav,body[data-peer='phoenix-pharmaceuticals'] .main-nav,body[data-peer='altabioscience'] .main-nav,body[data-peer='caslo'] .main-nav{font-size:.78rem;letter-spacing:0}
  body[data-peer='bachem'] .hero-copy,body[data-peer='polypeptide'] .hero-copy,body[data-peer='ambiopharm'] .hero-copy,body[data-peer='provis-biolabs'] .hero-copy,body[data-peer='proimmune'] .hero-copy{padding-left:0;border-left:0}
  body[data-peer='cpc-scientific'] .hero-shell,body[data-peer='sb-peptide'] .hero-shell,body[data-peer='biosynth'] .hero-shell,body[data-peer='merck-sigma-aldrich'] .hero-shell,body[data-peer='iris-biotech'] .hero-shell,body[data-peer='caslo'] .hero-shell{grid-template-columns:1fr}
  body[data-peer='altabioscience'] .header-row{justify-content:space-between}
  body[data-peer='lifetein'] .technical-promotion-stage{grid-template-columns:1fr;min-height:0;padding-block:2.5rem;gap:1.25rem}
  body[data-peer='lifetein'] .lifetein-promotion-copy h1{font-size:clamp(2rem,10vw,2.7rem)}
  body[data-peer='lifetein'] .technical-promotion-stage .peer-hero-visual{display:none}
  body[data-peer='sb-peptide'] .hero-sb-peptide{min-height:0;padding-block:0 2rem}
  body[data-peer='sb-peptide'] .hero-sb-peptide>.peer-hero-visual{position:relative;height:290px}
  body[data-peer='sb-peptide'] .hero-sb-peptide>.peer-hero-visual::after{background:linear-gradient(0deg,rgba(255,255,255,.95),transparent 55%)}
  body[data-peer='sb-peptide'] .hero-sb-peptide,body[data-peer='sb-peptide'] .express-service-stage{min-height:340px}
  body[data-peer='sb-peptide'] .express-service-stage{padding-block:2rem}
  body[data-peer='sb-peptide'] .express-service-stage .hero-copy{width:100%}
  body[data-peer='provis-biolabs'] .hero-provis-biolabs{min-height:580px}
  body[data-peer='provis-biolabs'] .integrated-biotech-stage{min-height:580px;justify-content:flex-end;padding-block:3rem}
  body[data-peer='provis-biolabs'] .integrated-paths{grid-template-columns:1fr;width:100%}
  body[data-peer='provis-biolabs'] .integrated-paths a{border-right:0;border-bottom:1px solid var(--line)}
  body[data-peer='serox'] .serox-hero-card{min-height:560px;border-radius:14px}
  body[data-peer='serox'] .technical-proof-copy{min-height:560px;width:100%;align-items:flex-end;padding:1.35rem}
  body[data-peer='serox'] .serox-hero-card>.peer-hero-visual::after{background:linear-gradient(0deg,rgba(245,251,252,.98),rgba(245,251,252,.12) 78%)}
  body[data-peer='serox'] .technical-proof-copy .hero-copy>p:not(.eyebrow),body[data-peer='serox'] .technical-proof-copy .micro-proof{display:none}
  body[data-peer='serox'] .proof-strip{grid-template-columns:1fr 1fr}
  body[data-peer] .peer-pathway-grid,body[data-peer='sb-peptide'] .peer-pathway-service-grid .peer-pathway-grid,body[data-peer] .promotion-product-grid{grid-template-columns:1fr}
  body[data-peer] .peer-pathway-grid>a{min-height:0}
  body[data-peer] .peer-proof-section>.shell{grid-template-columns:1fr}
  body[data-peer] .peer-proof-section>.shell>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
  body[data-peer] .footer-newsletter{align-items:flex-start;flex-direction:column}
  body[data-peer] .footer-sparse .footer-grid{grid-template-columns:1fr}
  body[data-peer] .footer-dense .footer-grid{grid-template-columns:1fr}
  body[data-peer] .research-strip .shell{display:block;white-space:normal;overflow-wrap:anywhere}
  body[data-peer] .research-strip a{display:none}
}

/* Reference/target first-fold calibration: keep the generated content, but make
   the common peer modules occupy the same deliberate geometry as the captures. */
@media (min-width:761px){
  body[data-peer] .shell{width:min(1280px,calc(100% - 3rem))}
  body[data-peer] .peer-hero>.shell,body[data-peer] .hero-shell{column-gap:clamp(2.25rem,5vw,5.75rem)}
  body[data-peer] .peer-hero h1{max-width:14ch}
  body[data-peer] .peer-pathway-grid,body[data-peer] .promotion-product-grid{align-items:stretch}
  body[data-peer] .peer-pathway-grid>a{min-height:250px}
  body[data-peer] .promotion-product-grid .product-card{display:grid;grid-template-rows:auto minmax(0,1fr);height:100%}
  body[data-peer] .promotion-product-grid .product-card-copy{display:grid;grid-template-rows:auto auto 1fr;min-height:0}
  body[data-peer] .metric-grid,body[data-peer] .site-footer .footer-grid{align-items:stretch}
  body[data-peer='bachem'] .peer-hero,body[data-peer='polypeptide'] .peer-hero,body[data-peer='provis-biolabs'] .peer-hero{min-height:680px}
  body[data-peer='cordenpharma'] .peer-hero{min-height:650px}
  body[data-peer='ambiopharm'] .peer-hero,body[data-peer='sb-peptide'] .peer-hero{min-height:590px}
  body[data-peer='lifetein'] .peer-hero,body[data-peer='serox'] .peer-hero{min-height:560px}
  body[data-peer='bachem'] .peer-hero h1,body[data-peer='polypeptide'] .peer-hero h1,body[data-peer='proimmune'] .peer-hero h1{max-width:12ch}
  body[data-peer='gl-biochem'] .peer-hero h1,body[data-peer='iris-biotech'] .peer-hero h1,body[data-peer='merck-sigma-aldrich'] .peer-hero h1{max-width:15ch}
  body[data-peer='cpc-scientific'] .peer-hero h1{max-width:13ch}
  body[data-peer='creative-peptides'] .peer-hero h1{max-width:20ch}
}

@media (max-width:760px){
  body[data-peer] .shell{width:calc(100% - 2rem)}
  body[data-peer] .peer-hero{min-height:640px}
  body[data-peer] .hero-shell{min-height:640px;align-content:center;padding-block:2.75rem}
  body[data-peer] .peer-hero h1{max-width:13ch;font-size:clamp(2.05rem,9vw,3.15rem);line-height:1.01}
  body[data-peer] .peer-hero-visual{min-height:300px}
  body[data-peer] .peer-pathway-grid>a{min-height:188px;padding:1.15rem}
  body[data-peer] .promotion-product-grid .product-card{display:grid;grid-template-rows:auto minmax(0,1fr)}
  body[data-peer] .promotion-product-grid .product-card-copy{min-height:154px}
  body[data-peer] .section-heading{margin-bottom:1.35rem}
  body[data-peer='bachem'] .peer-hero,body[data-peer='polypeptide'] .peer-hero{min-height:760px}
  body[data-peer='bachem'] .hero-shell,body[data-peer='polypeptide'] .hero-shell{min-height:760px}
  body[data-peer='cordenpharma'] .peer-hero{min-height:700px}
  body[data-peer='ambiopharm'] .peer-hero,body[data-peer='sb-peptide'] .peer-hero{min-height:690px}
  body[data-peer='lifetein'] .peer-hero{min-height:620px}
  body[data-peer='provis-biolabs'] .peer-hero{min-height:700px}
  body[data-peer='serox'] .peer-hero{min-height:650px}
  body[data-peer='gl-biochem'] .peer-hero,body[data-peer='iris-biotech'] .peer-hero,body[data-peer='merck-sigma-aldrich'] .peer-hero{min-height:600px}
  body[data-peer='creative-peptides'] .peer-hero,body[data-peer='phoenix-pharmaceuticals'] .peer-hero{min-height:670px}
  body[data-peer='altabioscience'] .peer-hero,body[data-peer='caslo'] .peer-hero{min-height:625px}
  body[data-peer='bachem'] .peer-hero h1,body[data-peer='polypeptide'] .peer-hero h1,body[data-peer='proimmune'] .peer-hero h1{max-width:12ch}
  body[data-peer='gl-biochem'] .peer-hero h1,body[data-peer='iris-biotech'] .peer-hero h1{max-width:14ch}
  body[data-peer='creative-peptides'] .peer-hero h1{max-width:17ch}
}

/* Final reviewed corrections. These are peer-scoped and come after every
   responsive calibration so an earlier generic rule cannot reintroduce the
   contrast, crop, or stacking defects found in the comparison board. */
body[data-peer='cordenpharma'] .statement-card{color:var(--ink)}
body[data-peer='cordenpharma'] .statement-card .hero-copy>p:not(.eyebrow){color:var(--muted)}
body[data-peer='cordenpharma'] .statement-card .button.secondary{border-color:var(--line-strong);color:var(--ink)}

body[data-peer='iris-biotech']{--font-display:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
body[data-peer='iris-biotech'] .hero-iris-biotech .products-intro{position:relative;isolation:isolate;overflow:hidden}
body[data-peer='iris-biotech'] .hero-iris-biotech .hero-copy{position:relative;z-index:2;max-width:52%}
body[data-peer='iris-biotech'] .hero-iris-biotech .hero-copy h1{max-width:16ch;font-weight:500;letter-spacing:-.045em}
body[data-peer='iris-biotech'] .hero-iris-biotech .peer-hero-visual{position:absolute;inset:0;grid-column:1/-1;grid-row:1;z-index:1;width:100%;height:100%;border:0;border-radius:0;background:transparent;box-shadow:none}
body[data-peer='iris-biotech'] .hero-iris-biotech .peer-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center;background:transparent}

@media (max-width:760px){
  body[data-peer='lifetein'] .technical-promotion-stage{position:relative;isolation:isolate;min-height:620px;align-content:center;overflow:hidden}
  body[data-peer='lifetein'] .lifetein-promotion-copy{position:relative;z-index:2}
  body[data-peer='lifetein'] .technical-promotion-stage .peer-hero-visual{display:block;position:absolute;inset:0;z-index:1;width:100%;height:100%;min-height:0;opacity:.17;pointer-events:none}
  body[data-peer='lifetein'] .technical-promotion-stage .peer-hero-visual>img{width:100%;height:100%;object-fit:cover}
  body[data-peer='iris-biotech'] .hero-iris-biotech,body[data-peer='iris-biotech'] .hero-iris-biotech .products-intro{min-height:650px}
  body[data-peer='iris-biotech'] .hero-iris-biotech .products-intro{display:flex;align-items:flex-start;padding-block:3.75rem}
  body[data-peer='iris-biotech'] .hero-iris-biotech .hero-copy{max-width:none}
  body[data-peer='iris-biotech'] .hero-iris-biotech .hero-copy h1{max-width:12ch;font-size:clamp(2.45rem,11vw,3.25rem);line-height:1.03}
  body[data-peer='iris-biotech'] .hero-iris-biotech .peer-hero-visual{display:none}
  body[data-peer='caslo'] .hero-caslo{background:white}
  body[data-peer='caslo'] .hero-caslo .concise-hero{position:relative;isolation:isolate;min-height:430px;padding:2rem;color:white;overflow:hidden}
  body[data-peer='caslo'] .hero-caslo .concise-hero::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(30,84,171,.98),rgba(30,84,171,.78) 58%,rgba(30,84,171,.2))}
  body[data-peer='caslo'] .hero-caslo .hero-copy{position:relative;z-index:2;align-self:center;max-width:20rem}
  body[data-peer='caslo'] .hero-caslo .hero-copy .eyebrow{color:rgba(255,255,255,.92)}
  body[data-peer='caslo'] .hero-caslo .hero-copy h1{max-width:12ch;font-size:clamp(2.2rem,10vw,3rem)}
  body[data-peer='caslo'] .hero-caslo .hero-copy>p:not(.eyebrow),body[data-peer='caslo'] .hero-caslo .hero-actions .button.secondary,body[data-peer='caslo'] .hero-caslo .micro-proof{display:none}
  body[data-peer='caslo'] .hero-caslo .peer-hero-visual{position:absolute;inset:0;z-index:0;width:100%;height:100%;min-height:0}
  body[data-peer='caslo'] .hero-caslo .peer-hero-visual img{width:100%;height:100%;object-fit:cover;object-position:center}
  body[data-peer='caslo'] .hero-caslo .service-tile-strip{grid-template-columns:1fr;gap:0;margin-bottom:2rem}
  body[data-peer='caslo'] .hero-caslo .service-tile-strip a{min-height:165px;border-width:0 0 1px;border-radius:0;align-content:center;text-align:center}
}

/* peer templates 08–14: all rules are isolated by data-peer */
[data-peer] .peerx-chrome,[data-peer] .peerx-footer,[data-peer] .peerx-hero,[data-peer] .peerx-service-triad,[data-peer] .peerx-techband,[data-peer] .peerx-catalog-section,[data-peer] .peerx-resources,[data-peer] .peerx-quality,[data-peer] .peerx-quote,[data-peer] .peerx-sb-grid,[data-peer] .peerx-company-split,[data-peer] .peerx-client-line,[data-peer] .peerx-list-records,[data-peer] .peerx-resource-band,[data-peer] .peerx-strengths,[data-peer] .peerx-jpt-services,[data-peer] .peerx-jpt-quality,[data-peer] .peerx-fields,[data-peer] .peerx-support,[data-peer] .peerx-ridge-services,[data-peer] .peerx-ridge-search,[data-peer] .peerx-category-portal,[data-peer] .peerx-document-strip,[data-peer] .peerx-sigma-cats,[data-peer] .peerx-ion-paths,[data-peer] .peerx-ion-platform,[data-peer] .peerx-ion-resources,[data-peer] .peerx-serox-company,[data-peer] .peerx-serox-modules,[data-peer] .peerx-serox-process{box-sizing:border-box}
[data-peer] .peerx-chrome{font-family:Arial,sans-serif;background:#fff;color:#172832;position:relative;z-index:3;border-bottom:1px solid #d9e0e3}[data-peer] .peerx-utility,[data-peer] .peerx-contactbar,[data-peer] .peerx-darkbar,[data-peer] .peerx-bluebar,[data-peer] .peerx-global{min-height:32px;padding:7px max(4vw,24px);display:flex;gap:18px;align-items:center;justify-content:flex-end;font-size:11px}[data-peer] .peerx-utility span,[data-peer] .peerx-contactbar span,[data-peer] .peerx-darkbar span,[data-peer] .peerx-bluebar span,[data-peer] .peerx-global span{margin-right:auto}[data-peer] .peerx-mainrow{max-width:1280px;margin:auto;min-height:76px;padding:12px 24px;display:flex;align-items:center;gap:20px;flex-wrap:wrap}[data-peer] .peerx-brand{color:inherit;text-decoration:none;display:flex;align-items:center;gap:9px;line-height:1;min-width:170px}[data-peer] .peerx-brand>img{width:42px;height:42px;object-fit:contain;flex:0 0 auto}[data-peer] .peerx-brand>span{display:grid}[data-peer] .peerx-brand b{font-size:19px;letter-spacing:-.7px}[data-peer] .peerx-brand small{font-size:8px;letter-spacing:1.3px;margin-top:6px}[data-peer] .peerx-chrome nav{display:flex;gap:19px;align-items:center;flex:1;justify-content:flex-end}[data-peer] .peerx-chrome nav a,[data-peer] .peerx-footer a{color:inherit;text-decoration:none;font-size:13px}[data-peer] .peerx-search{display:flex;border:1px solid #c9d2d5;min-width:250px}[data-peer] .peerx-search input{min-width:0;flex:1;border:0;padding:10px;background:#fff}.peerx-search button,[data-peer] .peerx-order,[data-peer] .peerx-quote-link,[data-peer] .peerx-outline{border:0;padding:10px 14px;background:#113e65;color:#fff;text-decoration:none;font-size:12px}.peerx-menu{display:none}.peerx-darkbar{background:#19262c;color:#fff}.peerx-bluebar{background:#075281;color:#fff}.peerx-global{background:#f3f3f3}.peerx-sigma .peerx-mainrow{min-height:88px}.peerx-provis .peerx-mainrow{min-height:93px}.peerx-provis .peerx-outline{background:#fff;color:#1c3b55;border:1px solid #1c3b55}.peerx-serox .peerx-mainrow{border-bottom:3px solid #008d88}.peerx-sb .peerx-contactbar{background:#eef5f2;color:#295d56}.peerx-jpt .peerx-mainrow{min-height:104px}.peerx-jpt .peerx-icons{font-size:11px;white-space:nowrap}
[data-peer] .peerx-hero{position:relative;overflow:hidden}[data-peer] .peerx-hero .peerx-editorial{width:100%;height:100%;object-fit:cover;display:block}.peerx-lifehero{min-height:460px;background:#edf4f3}.peerx-lifehero>div{position:absolute;inset:0;opacity:.42}.peerx-lifehero article,.peerx-sbhero .peerx-express,.peerx-slide-copy,.peerx-ridge-copy,.peerx-provis-copy{position:relative;z-index:1;max-width:600px;padding:72px max(7vw,36px)}[data-peer] .peerx-hero h1,[data-peer] .peerx-hero h2{font-size:clamp(34px,4vw,58px);line-height:1.04;margin:10px 0 18px;max-width:15ch}[data-peer] .peerx-hero p{line-height:1.6;max-width:54ch}.peerx-hero a,[data-peer] .peerx-quote button{display:inline-block;margin:14px 8px 0 0;padding:12px 18px;background:#0b4d7d;color:#fff;text-decoration:none;border:0}.peerx-sbhero{display:grid;grid-template-columns:1fr 1fr;min-height:420px;background:#dceae7}.peerx-sbhero>.peerx-editorial{min-height:420px}.peerx-sbhero .peerx-express{padding-right:32px}.peerx-jpthero{min-height:500px;background:#052e4a;color:#fff}.peerx-jpt-track,.peerx-jpt-slide{position:absolute;inset:0}.peerx-jpt-slide{display:none}.peerx-jpt-slide[data-active]{display:block}.peerx-jpt-slide>.peerx-editorial,.peerx-jpt-slide>.peerx-source-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.47}.peerx-jpthero .peerx-slide-copy a+a{background:transparent;border:1px solid #fff}.peerx-carousel-controls{position:absolute;right:34px;bottom:28px;z-index:2;display:flex;align-items:center;gap:4px}.peerx-carousel-controls>span{display:flex}.peerx-carousel-controls button{width:44px;height:44px;border:1px solid #fff;background:rgba(5,46,74,.7);color:#fff;cursor:pointer}.peerx-carousel-controls [data-carousel-dot]{position:relative;padding:0;border:0;background:transparent}.peerx-carousel-controls [data-carousel-dot]::before{content:"";position:absolute;width:12px;height:12px;inset:50% auto auto 50%;transform:translate(-50%,-50%);border-radius:50%;background:rgba(255,255,255,.4)}.peerx-carousel-controls [data-carousel-dot][aria-pressed="true"]::before{background:#fff}.peerx-sticky-quote{display:flex;gap:20px;justify-content:center;align-items:center;padding:14px;background:#0a5369;color:#fff}.peerx-sticky-quote a{color:#fff}.peerx-ridgehero{min-height:450px;background:#164c74;color:#fff}.peerx-ridgehero>.peerx-editorial{position:absolute;inset:0;opacity:.34}.peerx-sigmahero{display:grid;grid-template-columns:1.2fr .8fr .8fr;min-height:330px;background:#6d2d7b;color:#fff}.peerx-promo-main,.peerx-promo-document{padding:45px}.peerx-promo-main h1{font-size:38px;margin:12px 0}.peerx-promo-document{background:#f0e5f1;color:#372040}.peerx-promo-image .peerx-editorial{height:100%;min-height:280px}.peerx-provishero{min-height:570px;color:#fff;background:#122a37}.peerx-provishero>.peerx-editorial{position:absolute;inset:0;opacity:.6}.peerx-provis-copy{max-width:660px}.peerx-provis-copy a+a{background:transparent;border:1px solid #fff}.peerx-seroxhero{padding:35px max(5vw,24px);background:#f5f8f7}.peerx-serox-card{max-width:1220px;margin:auto;border:1px solid #b8cecc;display:grid;grid-template-columns:1fr 1fr;background:#fff}.peerx-serox-card .peerx-editorial{min-height:390px}.peerx-serox-card>div{padding:54px}.peerx-proof{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #b8cecc;border-top:0}.peerx-proof span{padding:20px;border-right:1px solid #b8cecc;font-size:13px}.peerx-proof b{display:block;font-size:22px}
[data-peer] .peerx-service-triad,[data-peer] .peerx-sb-grid,[data-peer] .peerx-ridge-services,[data-peer] .peerx-ion-paths,[data-peer] .peerx-serox-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#d8e1e0;padding:0 max(5vw,24px)}[data-peer] .peerx-service-triad article,[data-peer] .peerx-sb-grid article,[data-peer] .peerx-ridge-services article,[data-peer] .peerx-ion-paths>a,[data-peer] .peerx-serox-modules>a{background:#fff;padding:35px;min-height:230px;text-decoration:none;color:#1c3136}.peerx-sb-grid{grid-template-columns:repeat(3,1fr);padding-top:45px;padding-bottom:45px}.peerx-sb-grid span{color:#3aa397}.peerx-techband,.peerx-company-split,.peerx-document-strip,.peerx-quality{display:grid;grid-template-columns:1fr 1fr;min-height:340px}.peerx-techband>div,.peerx-company-split article,.peerx-document-strip>div,.peerx-quality article{padding:60px max(5vw,36px)}[data-peer] .peerx-source-photo{width:100%;height:100%;display:block;object-fit:cover}.peerx-catalog-section{padding:65px max(5vw,24px);background:#fff}.peerx-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:30px}.peerx-section-head h2{margin:5px 0}.peerx-section-head a{color:#174c76}.peerx-products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.peerx-product{display:flex;min-width:0;flex-direction:column;gap:9px;padding:14px;border:1px solid #dce2e1;color:#20323a;text-decoration:none}.peerx-product-image{height:150px;width:100%;object-fit:contain}.peerx-product small{font-size:10px;color:#60727a}.peerx-product em{font-size:11px;font-style:normal;color:#16766e}.peerx-resources,.peerx-resource-band,.peerx-support{padding:60px max(5vw,24px);display:flex;align-items:center;gap:24px;background:#eaf3ef}.peerx-resources>div,.peerx-support>div{margin-right:auto}.peerx-resources a,.peerx-resource-band a,.peerx-support a{color:#174c76}.peerx-quality-dark{background:#1b3337;color:#fff;grid-template-columns:1fr}.peerx-client-line,.peerx-strengths,.peerx-fields,.peerx-serox-company{padding:62px max(8vw,30px);text-align:center}.peerx-client-line>div,.peerx-strengths>div,.peerx-fields>div{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:26px}.peerx-client-line span,.peerx-fields a{padding:18px;background:#e7f0ee;text-decoration:none;color:#234}.peerx-list-records{padding:55px max(5vw,24px);display:grid;grid-template-columns:.7fr 2fr;gap:22px}.peerx-list-records .peerx-product{display:grid;grid-template-columns:120px 1fr}.peerx-list-records .peerx-product-image{grid-row:span 3;height:110px}.peerx-strengths>div{grid-template-columns:repeat(3,1fr);text-align:left}.peerx-strengths article{padding:25px;border-top:2px solid #1c5a7e}.peerx-jpt-services{padding:65px max(5vw,24px);background:#edf5f8}.peerx-service-image-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.peerx-service-image-cards a{min-height:230px;position:relative;color:#fff;overflow:hidden}.peerx-service-image-cards img{height:100%;width:100%;object-fit:cover;filter:brightness(.65)}.peerx-service-image-cards b{position:absolute;left:20px;bottom:20px;font-size:20px}.peerx-jpt-quality{padding:80px max(8vw,36px);background:#083a5c;color:#fff}.peerx-jpt-quality>div{max-width:650px}.peerx-ridge-search{padding:60px max(7vw,30px);display:grid;grid-template-columns:1.2fr .8fr;gap:50px;background:#e9f1f3}.peerx-ridge-search aside{display:grid;gap:10px}.peerx-ridge-search aside a{border-bottom:1px solid #98adb5;padding:14px 0;color:#1d4d6c}.peerx-category-portal{padding:60px max(6vw,25px)}.peerx-category-portal>div,.peerx-ion-platform{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.peerx-category-portal a{padding:30px;background:#eef5f5;color:#193b53;text-decoration:none}.peerx-document-strip{background:#0e425c;color:#fff}.peerx-document-strip>img{min-height:320px}.peerx-sigma-cats{display:grid;grid-template-columns:1.4fr repeat(4,1fr);padding:45px max(5vw,24px);gap:12px}.peerx-sigma-cats a{padding:24px;background:#f1e8f3;color:#4e2757;text-decoration:none}.peerx-sigma-docs{background:#f1e7f2;color:#30213c}.peerx-ion-paths{grid-template-columns:repeat(3,1fr);padding-top:45px;padding-bottom:45px;background:#e6eee9}.peerx-ion-paths>a{background:#fff}.peerx-ion-company{background:#f6f1e8}.peerx-ion-platform{padding:60px max(5vw,24px);background:#1d4551;color:#fff}.peerx-ion-platform>div{grid-column:span 1}.peerx-ion-platform article{border-left:1px solid #6c9e9b;padding:15px}.peerx-ion-resources{display:grid;grid-template-columns:1fr 1fr;min-height:300px;background:#f2e6d5}.peerx-ion-resources>div{padding:55px}.peerx-ion-resources img{min-height:300px}.peerx-serox-company{background:#e8f2f0}.peerx-serox-company p{max-width:720px;margin:15px auto;line-height:1.7}.peerx-serox-modules{grid-template-columns:repeat(4,1fr);padding-top:45px;padding-bottom:45px}.peerx-serox-modules>a{min-height:210px;border-top:4px solid #007f7a}.peerx-serox-process{display:grid;grid-template-columns:1fr 1fr;min-height:380px;background:#f7f7f5}.peerx-serox-process>div{padding:56px max(6vw,30px)}.peerx-serox-process img{width:100%;height:100%;object-fit:contain;padding:60px}.peerx-quote{display:grid;grid-template-columns:1fr 1fr;gap:45px;padding:70px max(7vw,30px);background:#17353d;color:#fff}.peerx-quote form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.peerx-quote label{font-size:12px;display:grid;gap:5px}.peerx-quote input,.peerx-quote textarea{padding:10px;border:0}.peerx-wide{grid-column:span 2}.peerx-quote textarea{min-height:85px}.peerx-quote button{justify-self:start;background:#fff;color:#17353d}.peerx-footer{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:25px;padding:50px max(6vw,28px) 25px;background:#10262d;color:#dfe9e8}.peerx-footer .peerx-brand{color:#fff}.peerx-footer div:not(.peerx-footer-brand){display:grid;align-content:start;gap:10px}.peerx-footer small{grid-column:1/-1;border-top:1px solid #567078;padding-top:18px;color:#a6b8b8}
@media(max-width:900px){.peerx-sigmahero,.peerx-serox-card{grid-template-columns:1fr}.peerx-promo-main,.peerx-promo-document,.peerx-serox-card>div{padding:36px 28px}}
@media(max-width:760px){[data-peer] .peerx-mainrow{min-height:64px;padding:12px 18px}.peerx-menu{display:block;order:4;margin-left:auto;min-width:44px;min-height:44px;padding:.55rem .75rem}.peerx-chrome nav{display:none;order:5;width:100%;flex-direction:column;align-items:stretch;padding:10px 0}.peerx-chrome nav[data-open="true"]{display:flex}.peerx-search{order:3;min-width:0;width:100%}.peerx-order,.peerx-quote-link,.peerx-outline,.peerx-icons{display:none}.peerx-utility,.peerx-contactbar,.peerx-darkbar,.peerx-bluebar,.peerx-global{padding:7px 18px}.peerx-sbhero,.peerx-sigmahero,.peerx-serox-card,.peerx-techband,.peerx-company-split,.peerx-document-strip,.peerx-quality,.peerx-ridge-search,.peerx-ion-resources,.peerx-serox-process,.peerx-quote{grid-template-columns:1fr}.peerx-sbhero>.peerx-editorial{min-height:230px}.peerx-lifehero{min-height:520px}.peerx-lifehero article,.peerx-sbhero .peerx-express,.peerx-slide-copy,.peerx-ridge-copy,.peerx-provis-copy{padding:48px 24px}.peerx-provishero{min-height:530px}.peerx-hero h1{font-size:38px}.peerx-promo-main,.peerx-promo-document{padding:32px 24px}.peerx-proof{grid-template-columns:1fr 1fr}.peerx-proof span:nth-child(2n){border-right:0}.peerx-service-triad,.peerx-sb-grid,.peerx-ridge-services,.peerx-ion-paths,.peerx-serox-modules,.peerx-products,.peerx-service-image-cards,.peerx-client-line>div,.peerx-strengths>div,.peerx-fields>div,.peerx-category-portal>div,.peerx-ion-platform,.peerx-sigma-cats,.peerx-footer{grid-template-columns:1fr}.peerx-sb-grid,.peerx-service-triad,.peerx-ridge-services,.peerx-ion-paths,.peerx-serox-modules{padding-left:18px;padding-right:18px}.peerx-catalog-section{padding:45px 18px}.peerx-section-head,.peerx-resources,.peerx-resource-band,.peerx-support{align-items:flex-start;flex-direction:column}.peerx-section-head>div{width:100%}.peerx-list-records{grid-template-columns:1fr;padding:40px 18px}.peerx-list-records .peerx-product{grid-template-columns:105px 1fr}.peerx-list-records .peerx-product-image{height:100px}.peerx-ridge-search{gap:25px;padding:42px 20px}.peerx-sigma-cats{padding:35px 18px}.peerx-ion-platform>div{grid-column:auto}.peerx-serox-process img{min-height:180px;padding:30px}.peerx-quote{padding:50px 22px;gap:20px}.peerx-footer{padding:40px 22px}.peerx-footer small{grid-column:auto}.peerx-jpt .peerx-mainrow{min-height:74px}.peerx-jpt .peerx-search{order:5}.peerx-sigma .peerx-mainrow{min-height:74px}}
@media(max-width:360px){[data-peer] .peerx-brand b{font-size:16px}.peerx-hero h1{font-size:32px}.peerx-proof{grid-template-columns:1fr}.peerx-proof span{border-right:0}.peerx-promo-main h1{font-size:31px}.peerx-quote form{grid-template-columns:1fr}.peerx-wide{grid-column:auto}}
/* Specificity-safe responsive corrections for peer slots 08–14. */
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-hero h1{max-width:24ch}
:is([data-peer="luminexis-peptide"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="ionleaf-scientific"]) :is(.peerx-lifehero article,.peerx-slide-copy,.peerx-ridge-copy,.peerx-provis-copy){max-width:780px}
@media(max-width:760px){
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-mainrow{min-height:64px;padding:12px 18px;flex-wrap:wrap}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-chrome nav{display:none!important;order:5;width:100%;flex:0 0 100%;flex-direction:column;align-items:stretch;padding:10px 0}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-chrome nav[data-open]{display:flex!important}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-chrome nav a{display:flex;align-items:center;min-height:44px;padding:8px 4px;box-sizing:border-box}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-search{order:3;min-width:0;width:100%;flex-basis:100%}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) :is(.peerx-order,.peerx-quote-link,.peerx-outline,.peerx-icons){display:none}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) :is(.peerx-sbhero,.peerx-sigmahero,.peerx-serox-card,.peerx-techband,.peerx-company-split,.peerx-document-strip,.peerx-quality,.peerx-ridge-search,.peerx-ion-resources,.peerx-serox-process,.peerx-quote){grid-template-columns:1fr}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) :is(.peerx-service-triad,.peerx-sb-grid,.peerx-ridge-services,.peerx-ion-paths,.peerx-serox-modules,.peerx-products,.peerx-service-image-cards,.peerx-client-line>div,.peerx-strengths>div,.peerx-fields>div,.peerx-category-portal>div,.peerx-ion-platform,.peerx-sigma-cats,.peerx-footer){grid-template-columns:1fr}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-quote form{grid-template-columns:1fr}
:is([data-peer="luminexis-peptide"],[data-peer="covalent-harbor"],[data-peer="epitope-grove"],[data-peer="molecula-ridge"],[data-peer="veridion-research"],[data-peer="ionleaf-scientific"],[data-peer="synelara-labs"]) .peerx-wide{grid-column:auto}
}
/* The page body keeps the reference peer key; scope these rules through the
   group-specific chrome instead of the independent site brand key. */
:is(.peerx-lifehero,.peerx-jpthero,.peerx-ridgehero,.peerx-provishero) h1{max-width:24ch}
:is(.peerx-lifehero article,.peerx-slide-copy,.peerx-ridge-copy,.peerx-provis-copy){max-width:780px}
@media(max-width:760px){
.peerx-chrome .peerx-mainrow{min-height:64px;padding:12px 18px;flex-wrap:wrap}
.peerx-chrome nav{display:none!important;order:5;width:100%;flex:0 0 100%;flex-direction:column;align-items:stretch;padding:10px 0}
.peerx-chrome nav[data-open]{display:flex!important}
.peerx-chrome nav a{display:flex;align-items:center;min-height:44px;padding:8px 4px;box-sizing:border-box}
.peerx-chrome .peerx-search{order:3;min-width:0;width:100%;flex:0 0 100%}
.peerx-chrome :is(.peerx-order,.peerx-quote-link,.peerx-outline,.peerx-icons){display:none}
.peerx-chrome~main :is(.peerx-sbhero,.peerx-sigmahero,.peerx-serox-card,.peerx-techband,.peerx-company-split,.peerx-document-strip,.peerx-quality,.peerx-ridge-search,.peerx-ion-resources,.peerx-serox-process,.peerx-quote){grid-template-columns:1fr}
.peerx-chrome~main :is(.peerx-service-triad,.peerx-sb-grid,.peerx-ridge-services,.peerx-ion-paths,.peerx-serox-modules,.peerx-products,.peerx-service-image-cards,.peerx-client-line>div,.peerx-strengths>div,.peerx-fields>div,.peerx-category-portal>div,.peerx-ion-platform,.peerx-sigma-cats){grid-template-columns:1fr}
.peerx-chrome~main .peerx-quote form{grid-template-columns:1fr}
.peerx-chrome~main .peerx-wide{grid-column:auto}
.peerx-chrome~main .peerx-ridge-search>*{min-width:0;max-width:100%}
.peerx-chrome~main .peerx-ridge-search .peerx-search{width:100%;min-width:0;max-width:100%}
.peerx-chrome~.peerx-footer{grid-template-columns:1fr}
}

/* Luminexis inner-page banners: a compact LifeTein-like title hierarchy with
   source-authorized imagery added at the user's request. */
body[data-site-id="luminexis-peptide"] .page-hero.page-hero-banner{
  padding:clamp(24px,3vw,42px) 0;
  border-bottom:1px solid #d8e1e6;
  background:#edf2f4;
}
body[data-site-id="luminexis-peptide"] .page-hero-banner .shell{width:min(1240px,calc(100% - 40px))}
body[data-site-id="luminexis-peptide"] .luminexis-page-banner{
  display:grid;
  grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);
  min-height:330px;
  overflow:hidden;
  border:1px solid #cad6dc;
  background:#fff;
  box-shadow:0 20px 48px rgba(12,43,58,.08);
}
body[data-site-id="luminexis-peptide"] .page-hero-banner-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  justify-content:center;
  padding:clamp(34px,4.2vw,58px);
  background:#123c4c;
  color:#fff;
}
body[data-site-id="luminexis-peptide"] .page-hero-banner-copy .breadcrumbs{
  margin:0 0 25px;
  color:rgba(255,255,255,.72);
}
body[data-site-id="luminexis-peptide"] .page-hero-banner-copy .breadcrumbs a{color:#fff}
body[data-site-id="luminexis-peptide"] .page-hero-banner-copy .eyebrow{
  max-width:42ch;
  margin:0 0 13px;
  color:#a9d44d;
  font-size:11px;
  line-height:1.55;
  letter-spacing:.14em;
}
body[data-site-id="luminexis-peptide"] .page-hero.page-hero-banner h1{
  max-width:13ch;
  margin:0;
  color:#fff;
  font-size:clamp(36px,4vw,58px);
  font-weight:700;
  letter-spacing:-.045em;
  line-height:1.02;
}
body[data-site-id="luminexis-peptide"] .page-hero.page-hero-banner .page-hero-banner-copy>p:last-child{
  max-width:48ch;
  margin:20px 0 0;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.65;
}
body[data-site-id="luminexis-peptide"] .page-hero-banner-media{
  position:relative;
  min-width:0;
  min-height:330px;
  margin:0;
  overflow:hidden;
  background:#fff;
}
body[data-site-id="luminexis-peptide"] .page-hero-banner-media img{
  width:100%;
  height:100%;
  display:block;
}
body[data-site-id="luminexis-peptide"] .page-hero-banner-media-technical{
  display:grid;
  place-items:center;
  padding:clamp(22px,3vw,42px);
}
body[data-site-id="luminexis-peptide"] .page-hero-banner-media-technical img{object-fit:contain}
body[data-site-id="luminexis-peptide"] .page-hero-banner-media-photo img{object-fit:cover}
body[data-site-id="luminexis-peptide"] .page-hero-banner-about .page-hero-banner-media img{object-position:center 58%}
body[data-site-id="luminexis-peptide"] .page-hero-banner-contact .page-hero-banner-media img{object-position:center 46%}
body[data-site-id="luminexis-peptide"] .page-hero-banner-media figcaption{
  position:absolute;
  right:12px;
  bottom:12px;
  max-width:calc(100% - 24px);
  padding:6px 9px;
  background:rgba(8,32,43,.78);
  color:#fff;
  font-size:10px;
  letter-spacing:.02em;
  line-height:1.35;
}
@media(max-width:760px){
  body[data-site-id="luminexis-peptide"] .page-hero.page-hero-banner{padding:14px 0 22px}
  body[data-site-id="luminexis-peptide"] .page-hero-banner .shell{width:min(100% - 20px,1240px)}
  body[data-site-id="luminexis-peptide"] .luminexis-page-banner{grid-template-columns:1fr;min-height:0}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-copy{padding:30px 24px 34px}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-copy .breadcrumbs{margin-bottom:20px}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-copy .eyebrow{font-size:10px;letter-spacing:.11em}
  body[data-site-id="luminexis-peptide"] .page-hero.page-hero-banner h1{max-width:15ch;font-size:clamp(32px,10.4vw,44px);line-height:1.04}
  body[data-site-id="luminexis-peptide"] .page-hero.page-hero-banner .page-hero-banner-copy>p:last-child{margin-top:16px;font-size:14px;line-height:1.58}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-media{min-height:0}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-media-technical{display:block;aspect-ratio:auto;padding:0}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-media-technical img{height:auto;aspect-ratio:15/5;padding:16px 18px;box-sizing:border-box}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-media-photo img{height:auto;aspect-ratio:16/9}
  body[data-site-id="luminexis-peptide"] .page-hero-banner-media figcaption{position:static;max-width:none;padding:7px 10px;background:#203f4c;text-align:right;font-size:9px}
}
@media(max-width:380px){
  body[data-site-id="luminexis-peptide"] .page-hero-banner-copy{padding:26px 20px 30px}
  body[data-site-id="luminexis-peptide"] .page-hero.page-hero-banner h1{font-size:31px}
}
