:root {
  --mt-navy: #071b31;
  --mt-ink: #0d2945;
  --mt-blue: #2b76a8;
  --mt-sky: #9fc8dc;
  --mt-orange: #feaa02;
  --mt-copper: #feaa02;
  --mt-paper: #f2f5f6;
  --mt-line: rgba(11, 47, 75, .16);
  --mt-container: min(1240px, calc(100% - 64px));
  --mt-section-title-size: clamp(38px, 4.3vw, 62px);
}

html { scroll-behavior: smooth; }
body.mutuo-home,
body.mutuo-products-shell { margin: 0; background: var(--mt-paper); color: var(--mt-ink); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.mutuo-home a,
body.mutuo-products-shell a { text-decoration: none !important; }
.mutuo-site-shell { overflow: hidden; }
.mutuo-container { width: var(--mt-container); margin-inline: auto; }
.mutuo-skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 14px; background: #fff; color: var(--mt-navy); border-radius: 4px; }
.mutuo-skip-link:focus { top: 16px; }
.mutuo-topline { background: var(--mt-navy); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .05em; }
.mutuo-topline-inner { display: flex; justify-content: space-between; gap: 20px; min-height: 36px; align-items: center; }
.mutuo-status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: #58b997; box-shadow: 0 0 0 4px rgba(88,185,151,.15); }
.mutuo-topline-links { display: flex; gap: 16px; align-items: center; }
.mutuo-topline a { color: rgba(255,255,255,.78); }
.mutuo-topline a:hover { color: #fff; }
.mutuo-topline-divider { width: 1px; height: 14px; background: rgba(255,255,255,.25); }
.mutuo-header { position: absolute; inset: 36px 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s ease, box-shadow .25s ease; }
.mutuo-header.is-scrolled { position: fixed; top: 0; background: rgba(7,27,49,.96); box-shadow: 0 10px 28px rgba(0,0,0,.12); }
body.admin-bar .mutuo-header.is-scrolled { top: 32px; }
.mutuo-header-inner { display: flex; align-items: center; min-height: 86px; gap: 34px; }
.mutuo-brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; line-height: 1; flex-shrink: 0; }
.mutuo-brand-mark { display: inline-flex; gap: 3px; align-items: flex-end; height: 25px; }
.mutuo-brand-mark span { display: block; width: 6px; background: var(--mt-orange); transform: skew(-22deg); }
.mutuo-brand-mark span:nth-child(1) { height: 14px; opacity: .72; }.mutuo-brand-mark span:nth-child(2) { height: 21px; }.mutuo-brand-mark span:nth-child(3) { height: 25px; opacity: .82; }
.mutuo-brand-word { font-size: 20px; font-weight: 780; letter-spacing: .15em; }
.mutuo-brand-sub { align-self: flex-end; margin: 0 0 -2px -6px; color: rgba(255,255,255,.57); font-size: 7px; letter-spacing: .22em; }
.mutuo-nav { display: flex; align-items: stretch; gap: 30px; margin-left: auto; height: 86px; }
.mutuo-nav a { display: inline-flex; align-items: center; position: relative; color: rgba(255,255,255,.78); font-size: 13px; font-weight: 600; letter-spacing: .04em; }
.mutuo-nav a::after { position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--mt-orange); content: ""; transition: width .2s ease; }
.mutuo-nav a:hover, .mutuo-nav a.is-active { color: #fff; }.mutuo-nav a:hover::after, .mutuo-nav a.is-active::after { width: 100%; }
.mutuo-header-cta, .mutuo-button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 46px; padding: 0 21px; border: 1px solid transparent; border-radius: 2px; font-size: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.mutuo-header-cta { color: #fff; border-color: rgba(255,255,255,.42); white-space: nowrap; }.mutuo-header-cta:hover { background: #fff; color: var(--mt-navy); transform: translateY(-2px); }
.mutuo-menu-toggle { display: none; margin-left: auto; padding: 12px 0 12px 12px; border: 0; background: transparent; cursor: pointer; }.mutuo-menu-toggle span:not(.screen-reader-text) { display: block; width: 25px; height: 2px; margin: 5px 0; background: #fff; }
.mutuo-hero { position: relative; min-height: 760px; display: flex; align-items: center; color: #fff; isolation: isolate; background: var(--mt-navy); }
.mutuo-hero-media { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(4,20,37,.94) 0%, rgba(4,20,37,.68) 47%, rgba(4,20,37,.2) 100%), url('../mutuo/c941fddd-9a84-4de7-95a0-ac06a9c3ddc5.webp') center / cover no-repeat; }
.mutuo-hero-grid { position: absolute; inset: 0; z-index: -2; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.17) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.mutuo-hero-content { padding-top: 122px; }.mutuo-eyebrow { color: var(--mt-blue); font-size: 11px; font-weight: 760; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }.mutuo-eyebrow-light { color: rgba(255,255,255,.68); }.mutuo-eyebrow-light span { display: inline-block; width: 27px; height: 1px; margin: 0 10px 4px 0; background: var(--mt-orange); }
.mutuo-hero h1 { max-width: 760px; margin: 25px 0 23px; font-size: clamp(46px, 6vw, 84px); font-weight: 740; letter-spacing: -.045em; line-height: .98; }.mutuo-hero h1 em, h2 em { color: var(--mt-orange); font-style: normal; }.mutuo-hero-lead { max-width: 550px; margin: 0; color: rgba(255,255,255,.76); font-size: 18px; line-height: 1.65; }.mutuo-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 38px; }.mutuo-button-primary { color: #fff; background: var(--mt-orange); box-shadow: 0 14px 35px rgba(254,170,2,.23); }.mutuo-button-primary:hover { color: #fff; background: #feaa02; transform: translateY(-2px); }.mutuo-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--mt-blue); font-size: 12px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }.mutuo-text-link-light { color: #fff; }.mutuo-text-link:hover { color: var(--mt-orange); }.mutuo-play-icon { display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 9px; padding-left: 2px; }.mutuo-hero-note { display: flex; align-items: center; gap: 13px; margin-top: 95px; color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }.mutuo-hero-note > span:first-child { color: var(--mt-orange); }.mutuo-hero-note-line { width: 70px; height: 1px; background: rgba(255,255,255,.35); }.mutuo-hero-scroll { position: absolute; right: 34px; bottom: 35px; display: flex; align-items: center; gap: 11px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; transform: rotate(-90deg) translateX(100%); transform-origin: bottom right; }.mutuo-hero-scroll i { display: block; width: 48px; height: 1px; background: var(--mt-orange); }
.mutuo-metrics { position: relative; z-index: 2; margin-top: -1px; background: #fff; border-bottom: 1px solid var(--mt-line); }.mutuo-metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.mutuo-metric { display: flex; flex-direction: column; gap: 6px; padding: 28px 28px; border-right: 1px solid var(--mt-line); }.mutuo-metric:first-child { padding-left: 0; }.mutuo-metric:last-child { border-right: 0; }.mutuo-metric strong { color: var(--mt-navy); font-size: 41px; font-weight: 740; letter-spacing: -.05em; line-height: 1; }.mutuo-metric sup { color: var(--mt-orange); font-size: 18px; vertical-align: top; }.mutuo-metric span:last-child { color: #6a7782; font-size: 11px; letter-spacing: .04em; }
.mutuo-section { padding: 125px 0; }.mutuo-intro { background: var(--mt-paper); }.mutuo-intro-grid { display: grid; grid-template-columns: .8fr 1fr; align-items: center; gap: clamp(55px, 8vw, 132px); }.mutuo-image-frame { position: relative; overflow: hidden; background: #d8e0e4; }.mutuo-image-frame-tall { max-width: 460px; aspect-ratio: .79; }.mutuo-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; }.mutuo-image-frame-tall img { object-position: center; }.mutuo-image-stamp { position: absolute; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 12px; padding: 12px 14px; color: #fff; background: rgba(7,27,49,.86); }.mutuo-image-stamp span { color: var(--mt-orange); font-size: 24px; font-weight: 800; }.mutuo-image-stamp small { font-size: 9px; letter-spacing: .14em; line-height: 1.35; }.mutuo-intro-copy h2, .mutuo-section h2, .mutuo-cta h2 { margin: 20px 0 26px; color: var(--mt-navy); font-size: var(--mt-section-title-size); font-weight: 730; letter-spacing: -.055em; line-height: 1.05; }.mutuo-intro-copy p { max-width: 620px; color: #60707c; }.mutuo-intro-copy .mutuo-lead { color: var(--mt-ink); font-size: 18px; line-height: 1.6; }.mutuo-check-list { display: grid; gap: 11px; padding: 0; margin: 25px 0 30px; list-style: none; color: var(--mt-ink); font-size: 13px; }.mutuo-check-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 10px; color: #fff; background: var(--mt-blue); border-radius: 50%; font-size: 11px; }.mutuo-arrow-link { display: inline-flex; align-items: center; gap: 15px; color: var(--mt-ink); border-bottom: 1px solid var(--mt-ink); padding-bottom: 5px; font-size: 12px; font-weight: 760; letter-spacing: .1em; text-transform: uppercase; }.mutuo-arrow-link:hover { color: var(--mt-orange); border-color: var(--mt-orange); }
.mutuo-products { color: #fff; background: var(--mt-navy); }.mutuo-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 53px; }.mutuo-section-head h2 { margin-bottom: 0; }.mutuo-section-head-light h2 { color: #fff; }.mutuo-section-intro { max-width: 420px; margin: 0 0 5px; color: #70808d; font-size: 15px; }.mutuo-product-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 16px; }.mutuo-product-card { position: relative; display: block; min-height: 440px; overflow: hidden; background: #19344e; }.mutuo-product-card-large { min-height: 520px; }.mutuo-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }.mutuo-product-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,27,49,.02) 30%, rgba(7,27,49,.93) 100%); content: ""; }.mutuo-product-card:hover img { transform: scale(1.055); }.mutuo-product-card-overlay { position: absolute; inset: auto 25px 25px; z-index: 1; }.mutuo-product-index { color: var(--mt-orange); font-size: 12px; font-weight: 700; letter-spacing: .14em; }.mutuo-product-card h3 { margin: 13px 0 22px; color: #fff; font-size: clamp(25px, 2.8vw, 37px); letter-spacing: -.04em; line-height: .98; }.mutuo-product-link { color: rgba(255,255,255,.72); font-size: 11px; letter-spacing: .11em; text-transform: uppercase; }.mutuo-product-card:hover .mutuo-product-link { color: #fff; }.mutuo-product-footnote { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: rgba(255,255,255,.47); font-size: 11px; letter-spacing: .05em; }.mutuo-product-footnote a { color: var(--mt-orange); font-weight: 700; text-transform: uppercase; }
.mutuo-process { background: #fff; }.mutuo-process h2 { margin-bottom: 0; }.mutuo-process-line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }.mutuo-process-line::before { position: absolute; top: 28px; left: 0; right: 0; height: 1px; background: var(--mt-line); content: ""; }.mutuo-process-step { position: relative; padding-top: 59px; }.mutuo-process-number { position: absolute; top: 0; left: 0; color: var(--mt-orange); font-size: 12px; font-weight: 760; letter-spacing: .1em; }.mutuo-process-dot { position: absolute; top: 23px; left: 0; width: 10px; height: 10px; border: 3px solid #fff; background: var(--mt-orange); border-radius: 50%; box-shadow: 0 0 0 1px var(--mt-orange); }.mutuo-process-step h3 { margin: 0 0 13px; color: var(--mt-navy); font-size: 22px; letter-spacing: -.03em; line-height: 1.05; }.mutuo-process-step p { max-width: 220px; margin: 0; color: #71818d; font-size: 13px; line-height: 1.55; }
.mutuo-applications { background: #e5ecef; }.mutuo-applications-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.mutuo-applications-copy h2 { margin-bottom: 25px; }.mutuo-applications-copy p { max-width: 410px; color: #61717e; }.mutuo-application-list { border-top: 1px solid var(--mt-line); }.mutuo-application-list a { display: grid; grid-template-columns: 45px 1fr auto 35px; align-items: center; gap: 20px; min-height: 82px; border-bottom: 1px solid var(--mt-line); color: var(--mt-ink); }.mutuo-application-list a:hover strong, .mutuo-application-list a:hover i { color: var(--mt-orange); }.mutuo-application-list span { color: var(--mt-orange); font-size: 11px; font-weight: 760; }.mutuo-application-list strong { font-size: 19px; letter-spacing: -.025em; }.mutuo-application-list small { color: #71818d; font-size: 12px; }.mutuo-application-list i { color: #60707c; font-size: 20px; font-style: normal; text-align: right; }
.mutuo-proof { color: #fff; background: var(--mt-navy); }.mutuo-proof-grid { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 90px; }.mutuo-proof-copy h2 { color: #fff; }.mutuo-proof-copy p { max-width: 470px; color: rgba(255,255,255,.6); }.mutuo-proof-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 32px; }.mutuo-proof-tags span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }.mutuo-button-outline { color: #fff; border-color: rgba(255,255,255,.45); }.mutuo-button-outline:hover { color: var(--mt-navy); background: #fff; }.mutuo-proof-card { max-width: 510px; margin-left: auto; padding: 22px; background: #f6f8f8; color: var(--mt-ink); box-shadow: 18px 18px 0 rgba(254,170,2,.18); }.mutuo-proof-card-top, .mutuo-proof-card-foot { display: flex; align-items: center; gap: 13px; color: #6f7c86; font-size: 9px; font-weight: 760; letter-spacing: .13em; }.mutuo-proof-card-code { margin-left: auto; }.mutuo-proof-check { display: grid; place-items: center; width: 25px; height: 25px; color: #fff; background: #3d9d7a; border-radius: 50%; font-size: 14px; }.mutuo-proof-card-body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 42px 0 35px; border-bottom: 1px solid #d4dfe2; }.mutuo-proof-card-body small { display: block; margin-bottom: 8px; color: #8a959b; font-size: 9px; letter-spacing: .11em; }.mutuo-proof-card-body strong { color: var(--mt-navy); font-size: 16px; line-height: 1.3; }.mutuo-proof-card-foot { justify-content: space-between; padding-top: 15px; color: #3d9d7a; }
.mutuo-cta { position: relative; isolation: isolate; padding: 115px 0 125px; color: #fff; text-align: center; overflow: hidden; }.mutuo-cta-bg { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(10,40,66,.96), rgba(10,40,66,.8)), url('../mutuo/hero.webp') center / cover no-repeat; }.mutuo-cta::after { position: absolute; inset: 0; z-index: -1; opacity: .14; background-image: linear-gradient(135deg, transparent 0 49.7%, rgba(255,255,255,.3) 50% 50.2%, transparent 50.3%); background-size: 32px 32px; content: ""; }.mutuo-cta-inner { display: flex; flex-direction: column; align-items: center; }.mutuo-cta h2 { max-width: 720px; color: #fff; margin-bottom: 21px; }.mutuo-cta p { max-width: 510px; margin: 0 auto 31px; color: rgba(255,255,255,.7); }
.mutuo-footer { padding: 70px 0 25px; color: rgba(255,255,255,.65); background: #041321; }.mutuo-footer-grid { display: grid; grid-template-columns: 1.6fr .8fr 1fr 1fr; gap: 50px; padding-bottom: 58px; }.mutuo-footer-brand p { max-width: 240px; margin-top: 22px; font-size: 13px; line-height: 1.6; }.mutuo-brand-footer { margin-bottom: 4px; }.mutuo-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }.mutuo-footer-label { margin-bottom: 12px; color: #fff; font-size: 10px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase; }.mutuo-footer a { color: rgba(255,255,255,.64); font-size: 12px; }.mutuo-footer a:hover { color: var(--mt-orange); }.mutuo-footer-contact p { margin: 0; font-size: 12px; line-height: 1.7; }.mutuo-footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .04em; }
@media (max-width: 980px) { :root { --mt-container: min(100% - 40px, 760px); }.mutuo-header-inner { min-height: 75px; }.mutuo-header { top: 36px; }.mutuo-nav { position: absolute; top: 75px; left: 0; right: 0; display: none; height: auto; padding: 14px 20px 20px; background: rgba(7,27,49,.98); }.mutuo-nav.is-open { display: flex; flex-direction: column; gap: 0; }.mutuo-nav a { min-height: 46px; border-bottom: 1px solid rgba(255,255,255,.12); }.mutuo-nav a::after { display: none; }.mutuo-header-cta { display: none; }.mutuo-menu-toggle { display: block; }.mutuo-hero { min-height: 680px; }.mutuo-hero-content { padding-top: 85px; }.mutuo-intro-grid, .mutuo-proof-grid { gap: 45px; }.mutuo-product-grid { grid-template-columns: 1fr 1fr; }.mutuo-product-card-large { grid-row: span 2; min-height: 580px; }.mutuo-product-card { min-height: 280px; }.mutuo-applications-grid { gap: 40px; }.mutuo-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }.mutuo-footer-contact { grid-column: 2 / 4; }.mutuo-footer-grid { gap: 32px; } }
@media (max-width: 782px) { body.admin-bar .mutuo-header.is-scrolled { top: 46px; } }
@media (max-width: 700px) { :root { --mt-container: calc(100% - 32px); }.mutuo-topline-inner { min-height: 32px; }.mutuo-topline-inner > span { display: none; }.mutuo-topline-links { width: 100%; justify-content: center; gap: 10px; font-size: 10px; }.mutuo-topline-divider { display: none; }.mutuo-header { top: 32px; }.mutuo-brand-word { font-size: 17px; }.mutuo-brand-sub { display: none; }.mutuo-hero { min-height: 690px; }.mutuo-hero h1 { font-size: clamp(42px, 13vw, 64px); }.mutuo-hero-lead { font-size: 16px; }.mutuo-hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }.mutuo-hero-note { margin-top: 60px; font-size: 9px; }.mutuo-hero-note-line { width: 30px; }.mutuo-hero-scroll { display: none; }.mutuo-metrics-grid { grid-template-columns: 1fr 1fr; }.mutuo-metric, .mutuo-metric:first-child { padding: 22px 14px; }.mutuo-metric:nth-child(2) { border-right: 0; }.mutuo-metric:nth-child(-n+2) { border-bottom: 1px solid var(--mt-line); }.mutuo-metric strong { font-size: 32px; }.mutuo-section { padding: 84px 0; }.mutuo-intro-grid, .mutuo-applications-grid, .mutuo-proof-grid { display: flex; flex-direction: column; align-items: stretch; }.mutuo-image-frame-tall { width: 78%; max-width: none; }.mutuo-intro-copy h2, .mutuo-section h2, .mutuo-cta h2 { font-size: 42px; }.mutuo-section-head { display: block; margin-bottom: 35px; }.mutuo-section-head > a { margin-top: 24px; }.mutuo-product-grid { grid-template-columns: 1fr; }.mutuo-product-card, .mutuo-product-card-large { min-height: 380px; grid-row: auto; }.mutuo-product-footnote { display: block; line-height: 1.8; }.mutuo-product-footnote a { display: block; margin-top: 10px; }.mutuo-process-line { grid-template-columns: 1fr 1fr; gap: 32px 18px; }.mutuo-process-line::before { display: none; }.mutuo-process-step { padding-top: 48px; }.mutuo-process-step h3 { font-size: 18px; }.mutuo-process-step p { font-size: 12px; }.mutuo-proof-card { margin-top: 18px; padding: 16px; box-shadow: 9px 9px 0 rgba(254,170,2,.18); }.mutuo-proof-card-body { gap: 10px; padding: 28px 0 25px; }.mutuo-proof-card-body strong { font-size: 13px; }.mutuo-footer-grid { grid-template-columns: 1fr 1fr; }.mutuo-footer-brand { grid-column: 1 / 3; }.mutuo-footer-contact { grid-column: 1 / 3; }.mutuo-footer-bottom { display: block; line-height: 1.8; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.mutuo-product-card img, .mutuo-header { transition: none; } }

/* Refined visual system: softer geometry, lighter elevation and clearer rhythm. */
:root {
  --mt-radius-xl: 28px;
  --mt-radius-lg: 22px;
  --mt-radius-md: 16px;
  --mt-shadow-soft: 0 18px 48px rgba(7, 27, 49, .10);
}
.mutuo-header-cta, .mutuo-button { min-height: 48px; padding-inline: 23px; border-radius: 999px; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.mutuo-header-cta { border-color: rgba(255,255,255,.45); }
.mutuo-hero h1 { max-width: 760px; font-size: clamp(46px, 5.4vw, 76px); font-weight: 700; line-height: 1; }
.mutuo-hero-note { margin-top: 82px; }
.mutuo-play-icon { width: 34px; height: 34px; transition: background .2s ease, border-color .2s ease; }
.mutuo-text-link:hover .mutuo-play-icon { background: var(--mt-orange); border-color: var(--mt-orange); }
.mutuo-button-primary { box-shadow: 0 12px 28px rgba(254,170,2,.22); }
.mutuo-button-primary:hover { box-shadow: 0 16px 32px rgba(254,170,2,.28); }

.mutuo-metrics { margin-top: -36px; background: transparent; border-bottom: 0; }
.mutuo-metrics-grid { gap: 14px; }
.mutuo-metric, .mutuo-metric:first-child, .mutuo-metric:last-child { padding: 25px 24px; border: 1px solid rgba(11,47,75,.08); border-radius: var(--mt-radius-md); background: rgba(255,255,255,.98); box-shadow: var(--mt-shadow-soft); }
.mutuo-metric { gap: 8px; }

.mutuo-section { padding: 112px 0; }
.mutuo-image-frame { border-radius: var(--mt-radius-xl); box-shadow: var(--mt-shadow-soft); }
.mutuo-image-stamp { right: 18px; bottom: 18px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--mt-radius-md); }
.mutuo-arrow-link { transition: color .2s ease, border-color .2s ease; }

.mutuo-product-grid { gap: 18px; }
.mutuo-product-card { border: 1px solid rgba(255,255,255,.10); border-radius: var(--mt-radius-xl); box-shadow: 0 18px 45px rgba(0,0,0,.16); transition: transform .3s ease, box-shadow .3s ease; }
.mutuo-product-card img { display: block; transition: transform .55s ease; }
.mutuo-product-card::after { background: linear-gradient(180deg, rgba(7,27,49,.02) 28%, rgba(7,27,49,.78) 100%); transition: background .3s ease; }
.mutuo-product-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(0,0,0,.22); }
.mutuo-product-card:hover img { transform: scale(1.04); }
.mutuo-product-card:hover::after { background: linear-gradient(180deg, rgba(7,27,49,.04) 24%, rgba(7,27,49,.70) 100%); }
.mutuo-product-card-overlay { inset: auto 28px 29px; }
.mutuo-product-link { color: rgba(255,255,255,.78); }

.mutuo-process-line { gap: 18px; }
.mutuo-process-line::before { left: 24px; right: 24px; }
.mutuo-process-step { padding: 60px 22px 22px; border: 1px solid rgba(11,47,75,.08); border-radius: var(--mt-radius-md); background: #f8fafb; }
.mutuo-process-number { top: 20px; left: 22px; }
.mutuo-process-dot { left: 22px; border-color: #f8fafb; }

.mutuo-application-list { display: grid; gap: 10px; }
.mutuo-application-list a { min-height: 76px; padding-inline: 20px; border: 1px solid rgba(11,47,75,.10); border-radius: var(--mt-radius-md); background: rgba(255,255,255,.38); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.mutuo-application-list a:hover { background: #fff; transform: translateX(4px); box-shadow: 0 12px 30px rgba(7,27,49,.08); }
.mutuo-application-list i { transition: color .2s ease; }

.mutuo-proof-tags span { padding: 8px 12px; border-radius: 999px; }
.mutuo-proof-card { padding: 24px; border: 1px solid rgba(255,255,255,.5); border-radius: var(--mt-radius-lg); box-shadow: 0 18px 50px rgba(0,0,0,.18); }

@media (max-width: 700px) {
  .mutuo-metrics { margin-top: -24px; }
  .mutuo-metrics-grid { gap: 10px; }
  .mutuo-metric, .mutuo-metric:first-child, .mutuo-metric:last-child { padding: 20px 16px; }
  .mutuo-section { padding: 84px 0; }
  .mutuo-product-card, .mutuo-product-card-large { border-radius: 22px; }
  .mutuo-product-card-overlay { inset: auto 22px 23px; }
  .mutuo-process-step { padding: 54px 16px 18px; }
  .mutuo-process-number, .mutuo-process-dot { left: 16px; }
  .mutuo-application-list a { min-height: 72px; padding-inline: 14px; border-radius: 14px; }
  .mutuo-proof-card { padding: 18px; border-radius: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .mutuo-product-card, .mutuo-application-list a, .mutuo-button, .mutuo-header-cta { transition: none; }
}

/* Fine details shared across navigation, calls to action and keyboard use. */
.mutuo-nav a::after { height: 1px; border-radius: 999px; }
.mutuo-header.is-scrolled { border-bottom-color: rgba(255,255,255,.10); box-shadow: 0 10px 32px rgba(0,0,0,.16); backdrop-filter: blur(14px); }
.mutuo-header-cta:hover { box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.mutuo-header-cta:active, .mutuo-button:active { transform: translateY(0) scale(.98); }
.mutuo-hero-media::after { position: absolute; inset: 0; background: radial-gradient(circle at 78% 18%, rgba(159,200,220,.16), transparent 30%); content: ""; }
.mutuo-hero-grid { opacity: .12; }
.mutuo-cta { padding: 108px 0 116px; }
.mutuo-cta-inner { position: relative; z-index: 1; }
.mutuo-footer { border-radius: 32px 32px 0 0; }
.mutuo-footer-bottom { padding-top: 22px; }
.mutuo-home a:focus-visible, .mutuo-home button:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.mutuo-intro a:focus-visible, .mutuo-applications a:focus-visible { outline-color: var(--mt-orange); }

@media (max-width: 700px) {
  .mutuo-header.is-scrolled { backdrop-filter: none; }
  .mutuo-cta { padding: 84px 0 90px; }
  .mutuo-footer { border-radius: 24px 24px 0 0; }
}

/* The utility strip was intentionally removed from the homepage header. */
.mutuo-header { inset: 0 0 auto; }

/* Editorial heading system. Section titles remain compact while the hero can wrap naturally. */
.mutuo-home :is(h2, h3) { font-family: "Manrope", Arial, sans-serif; white-space: nowrap; }
.mutuo-hero h1 { font-size: clamp(40px, 5vw, 72px); }

@media (max-width: 700px) {
  .mutuo-hero h1 { font-size: clamp(30px, 9vw, 54px); }
  .mutuo-intro-copy h2, .mutuo-section h2, .mutuo-cta h2 { font-size: clamp(26px, 8vw, 36px); }
  .mutuo-process-line { grid-template-columns: 1fr; }
  .mutuo-process-step h3 { font-size: 20px; }
}

/* Homepage completion: full category labels, best sellers and latest news. */
.mutuo-product-card h3 { font-size: clamp(19px, 1.8vw, 25px); letter-spacing: -.035em; }
.mutuo-product-card-large h3 { font-size: clamp(22px, 2vw, 27px); }

.mutuo-hot-products { background: var(--mt-paper); }
.mutuo-hot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mutuo-hot-card { display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid rgba(11,47,75,.08); border-radius: var(--mt-radius-xl); box-shadow: var(--mt-shadow-soft); transition: transform .3s ease, box-shadow .3s ease; }
.mutuo-hot-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(7,27,49,.14); }
.mutuo-hot-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #d8e0e4; }
.mutuo-hot-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.mutuo-hot-card:hover .mutuo-hot-media img { transform: scale(1.05); }
.mutuo-hot-badge { position: absolute; top: 14px; left: 14px; padding: 6px 10px; border-radius: 999px; background: rgba(7,27,49,.82); color: #fff; font-size: 9px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.mutuo-hot-body { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 8px 14px; align-items: end; padding: 20px 22px 22px; }
.mutuo-hot-code { grid-column: 1 / 3; color: var(--mt-blue); font-size: 10px; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.mutuo-hot-body h3 { margin: 0; color: var(--mt-navy); font-size: 22px; letter-spacing: -.03em; line-height: 1; }
.mutuo-hot-body p { grid-column: 1 / 3; margin: 0; color: #71818d; font-size: 12px; }
.mutuo-hot-arrow { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(11,47,75,.16); border-radius: 50%; color: var(--mt-navy); font-size: 15px; transition: background .2s ease, color .2s ease, border-color .2s ease; }
.mutuo-hot-card:hover .mutuo-hot-arrow { background: var(--mt-orange); border-color: var(--mt-orange); color: #fff; }

.mutuo-process-step { transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.mutuo-process-step:hover { transform: translateY(-4px); background: #fff; box-shadow: var(--mt-shadow-soft); }

.mutuo-news { background: #fff; }
.mutuo-news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mutuo-news-card { border: 1px solid rgba(11,47,75,.08); border-radius: var(--mt-radius-xl); background: var(--mt-paper); transition: transform .3s ease, box-shadow .3s ease, background .3s ease; }
.mutuo-news-card:hover { transform: translateY(-5px); box-shadow: var(--mt-shadow-soft); background: #fff; }
.mutuo-news-card a { display: block; height: 100%; padding: 24px 24px 26px; }
.mutuo-news-meta { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 40px; color: #8a959b; font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.mutuo-news-meta span:last-child { color: var(--mt-orange); }
.mutuo-news-card h3 { margin: 0 0 12px; color: var(--mt-navy); font-size: 22px; letter-spacing: -.03em; line-height: 1.1; }
.mutuo-news-card p { margin: 0 0 24px; color: #61717e; font-size: 13px; line-height: 1.65; }
.mutuo-news-link { display: inline-flex; align-items: center; gap: 9px; color: var(--mt-ink); font-size: 11px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.mutuo-news-card:hover .mutuo-news-link { color: var(--mt-orange); }

@media (max-width: 700px) {
  .mutuo-hot-grid, .mutuo-news-grid { grid-template-columns: 1fr; }
  .mutuo-hot-media { aspect-ratio: 16 / 11; }
  .mutuo-news-meta { margin-bottom: 26px; }
}

/* XTD-inspired industrial refinement: bold hero, defined content surfaces and measured elevation. */
:root {
  --mt-radius-hero: 0 0 44px 44px;
  --mt-radius-media: 0 42px 42px 42px;
  --mt-shadow-card: 0 12px 34px rgba(7, 27, 49, .08);
  --mt-shadow-lift: 0 22px 44px rgba(7, 27, 49, .15);
}

body.mutuo-home { background: #f6f8fa; }
.mutuo-site-shell { background: linear-gradient(180deg, #f6f8fa 0%, #ffffff 100%); }
.mutuo-container { width: min(1440px, calc(100% - 48px)); }

.mutuo-header { inset: 18px 0 auto; border: 0; }
.mutuo-header-inner {
  min-height: 74px;
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  background: rgba(5, 23, 41, .74);
  box-shadow: 0 15px 38px rgba(2, 13, 25, .18);
  backdrop-filter: blur(16px);
}
.mutuo-header.is-scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 14px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  animation: mutuo-header-pin .22s ease-out both;
}
.mutuo-header.is-scrolled .mutuo-header-inner {
  background: rgba(5, 23, 41, .92);
  box-shadow: 0 12px 30px rgba(2, 13, 25, .2);
}
@keyframes mutuo-header-pin {
  from { opacity: .72; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.mutuo-nav { height: 74px; gap: 27px; }
.mutuo-nav a { font-size: 12px; letter-spacing: .055em; }
.mutuo-nav a::after { bottom: 13px; }
.mutuo-header-cta {
  min-height: 42px;
  padding-inline: 18px;
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .05);
}
.mutuo-header-cta:hover { color: #fff; background: var(--mt-orange); border-color: var(--mt-orange); }

.mutuo-hero {
  min-height: min(850px, 100svh);
  border-radius: var(--mt-radius-hero);
  overflow: hidden;
}
.mutuo-hero::before {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 140px;
  background: linear-gradient(180deg, transparent, rgba(3, 17, 31, .68));
  content: "";
}
.mutuo-hero-media {
  background:
    linear-gradient(90deg, rgba(3, 18, 33, .94) 0%, rgba(3, 18, 33, .73) 42%, rgba(3, 18, 33, .18) 100%),
    url('../mutuo/c941fddd-9a84-4de7-95a0-ac06a9c3ddc5.webp') center 47% / cover no-repeat;
}
.mutuo-hero-grid { opacity: .09; background-size: 82px 82px; }
.mutuo-hero-content { padding-top: 136px; }
.mutuo-hero h1 {
	max-width: min(13.5ch, 56vw);
	margin: 0 0 22px;
	font-size: clamp(44px, 4.15vw, 76px);
	font-weight: 780;
	letter-spacing: -.065em;
	line-height: .94;
	text-shadow: 0 3px 16px rgba(0, 24, 51, .48);
	white-space: normal;
}
.mutuo-button-primary { min-height: 50px; border-radius: 12px; box-shadow: 0 15px 32px rgba(254, 170, 2, .32); }
.mutuo-text-link-light { color: rgba(255, 255, 255, .9); }
.mutuo-hero-note { margin-top: 76px; }

.mutuo-section { padding: 112px 0; }
.mutuo-section-head { margin-bottom: 42px; }
.mutuo-section h2, .mutuo-intro-copy h2 { letter-spacing: -.06em; }
.mutuo-eyebrow { font-size: 10px; letter-spacing: .2em; }

.mutuo-products { position: relative; margin-top: -1px; padding-top: 118px; }
.mutuo-product-grid { gap: 20px; }
.mutuo-product-card {
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 26px;
  box-shadow: 0 17px 35px rgba(0, 0, 0, .18);
}
.mutuo-product-card-large { border-radius: 0 36px 36px 36px; }
.mutuo-product-card-overlay { inset: auto 30px 30px; }
.mutuo-product-card h3 { line-height: 1.04; }
.mutuo-product-link { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid rgba(255, 255, 255, .38); }

.mutuo-intro { background: #fff; }
.mutuo-intro-grid { gap: clamp(52px, 8vw, 126px); }
.mutuo-image-frame { border-radius: var(--mt-radius-media); box-shadow: var(--mt-shadow-card); }
.mutuo-image-frame::before {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
  width: 48px;
  height: 4px;
  border-radius: 999px;
  background: var(--mt-orange);
  content: "";
}
.mutuo-image-stamp { border-radius: 14px; box-shadow: 0 12px 26px rgba(0, 0, 0, .2); }
.mutuo-check-list { gap: 13px; }
.mutuo-check-list span { background: var(--mt-orange); }
.mutuo-arrow-link { border-color: rgba(13, 41, 69, .38); }

.mutuo-process { background: #f4f7f8; }
.mutuo-process-line { gap: 16px; }
.mutuo-process-line::before { display: none; }
.mutuo-process-step {
  min-height: 220px;
  padding: 70px 24px 25px;
  border: 1px solid rgba(11, 47, 75, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(7, 27, 49, .04);
}
.mutuo-process-number { top: 24px; left: 24px; }
.mutuo-process-dot { top: 24px; right: 24px; left: auto; width: 9px; height: 9px; border: 0; box-shadow: 0 0 0 5px rgba(254, 170, 2, .12); }
.mutuo-process-step:hover { box-shadow: var(--mt-shadow-card); }

.mutuo-hot-products { background: #fff; }
.mutuo-hot-grid { gap: 20px; }
.mutuo-hot-card { border-radius: 18px; box-shadow: 0 7px 22px rgba(7, 27, 49, .07); }
.mutuo-hot-media { aspect-ratio: 16 / 9; }
.mutuo-hot-badge { top: 16px; left: 16px; background: var(--mt-orange); }
.mutuo-hot-body { padding: 22px 23px 24px; }
.mutuo-hot-arrow { width: 38px; height: 38px; }

.mutuo-applications { background: linear-gradient(135deg, #e7eef1 0%, #f5f8f9 100%); }
.mutuo-applications-grid { gap: clamp(48px, 7vw, 104px); }
.mutuo-application-list { gap: 11px; border: 0; }
.mutuo-application-list a {
  min-height: 82px;
  padding-inline: 22px;
  border: 1px solid rgba(11, 47, 75, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 5px 14px rgba(7, 27, 49, .035);
}
.mutuo-application-list a:hover { transform: translateX(6px); box-shadow: var(--mt-shadow-card); }

.mutuo-proof { position: relative; overflow: hidden; background: #08223b; }
.mutuo-proof::after {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(159, 200, 220, .18);
  border-radius: 50%;
  content: "";
}
.mutuo-proof-grid { position: relative; z-index: 1; }
.mutuo-proof-card { border-radius: 18px; box-shadow: 18px 18px 0 rgba(254, 170, 2, .25), 0 22px 40px rgba(0, 0, 0, .2); }
.mutuo-proof-tags span { border-color: rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .04); }

.mutuo-news { background: #fff; }
.mutuo-news-grid { gap: 20px; }
.mutuo-news-card { overflow: hidden; border-radius: 18px; background: #f6f8fa; box-shadow: 0 5px 16px rgba(7, 27, 49, .035); }
.mutuo-news-card a { padding: 26px 26px 28px; }
.mutuo-news-meta { margin-bottom: 46px; }
.mutuo-news-card h3 { line-height: 1.18; }
.mutuo-news-card:hover { box-shadow: var(--mt-shadow-card); }

.mutuo-footer { position: relative; margin-top: 14px; padding-top: 78px; border-radius: 36px 36px 0 0; }
.mutuo-footer::before { position: absolute; top: 0; right: 0; left: 0; height: 6px; background: var(--mt-orange); content: ""; }
.mutuo-footer-grid { gap: 44px; }

/* The single-line rule applies to editorial titles only. Card and step headings must remain readable on small screens. */
.mutuo-home :is(.mutuo-product-card h3, .mutuo-hot-card h3, .mutuo-process-step h3, .mutuo-news-card h3) { white-space: normal; }

@media (max-width: 980px) {
  .mutuo-container { width: calc(100% - 40px); }
  .mutuo-header { inset: 14px 0 auto; }
  .mutuo-header-inner { min-height: 68px; }
  .mutuo-nav { top: 76px; border: 1px solid rgba(255, 255, 255, .12); border-radius: 16px; box-shadow: 0 18px 32px rgba(0, 0, 0, .2); }
  .mutuo-hero-content { padding-top: 112px; }
  .mutuo-process-step { min-height: 0; }
}

@media (max-width: 700px) {
  .mutuo-container { width: calc(100% - 32px); }
  .mutuo-header { inset: 10px 0 auto; }
  .mutuo-header.is-scrolled { top: 8px; }
  body.admin-bar .mutuo-header.is-scrolled { top: 54px; }
  .mutuo-header-inner { min-height: 62px; padding-inline: 16px; border-radius: 17px; }
  .mutuo-nav { top: 69px; padding: 8px 16px 14px; border-radius: 15px; }
  .mutuo-hero { min-height: 710px; border-radius: 0 0 28px 28px; }
  .mutuo-hero-content { padding-top: 92px; }
  .mutuo-hero h1 { font-size: clamp(35px, 10vw, 52px); white-space: normal; }
  .mutuo-hero-lead { font-size: 16px; }
  .mutuo-hero-note { margin-top: 64px; }
  .mutuo-section { padding: 82px 0; }
  .mutuo-section-head { margin-bottom: 32px; }
  .mutuo-product-card, .mutuo-product-card-large { min-height: 350px; border-radius: 22px; }
  .mutuo-product-card-large { border-radius: 0 28px 28px 28px; }
  .mutuo-product-card-overlay { inset: auto 22px 23px; }
  .mutuo-image-frame { width: 100%; border-radius: 0 30px 30px 30px; }
  .mutuo-process-step { min-height: 184px; padding: 62px 20px 22px; }
  .mutuo-process-number { top: 21px; left: 20px; }
  .mutuo-process-dot { top: 22px; right: 20px; }
  .mutuo-hot-card, .mutuo-news-card { border-radius: 16px; }
  .mutuo-footer { margin-top: 0; border-radius: 28px 28px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .mutuo-header.is-scrolled { animation: none; }
}

/* Normal full-width navigation: pin with CSS so it does not depend on scroll JavaScript. */
.mutuo-header,
.mutuo-header.is-scrolled {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background: #071b31;
  box-shadow: 0 8px 22px rgba(2, 13, 25, .16);
  animation: none;
}
.mutuo-header-inner,
.mutuo-header.is-scrolled .mutuo-header-inner {
	min-height: 84px;
  padding-inline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}
.mutuo-nav { height: 84px; }
.mutuo-nav a::after { bottom: 0; }
body.admin-bar .mutuo-header,
body.admin-bar .mutuo-header.is-scrolled { top: 32px; }

@media (max-width: 980px) {
  .mutuo-header,
  .mutuo-header.is-scrolled { top: 0; }
  .mutuo-header-inner,
  .mutuo-header.is-scrolled .mutuo-header-inner { min-height: 68px; }
  .mutuo-nav { top: 68px; height: auto; border-radius: 0; }
}

@media (max-width: 782px) {
  body.admin-bar .mutuo-header,
  body.admin-bar .mutuo-header.is-scrolled { top: 46px; }
}

@media (max-width: 700px) {
  .mutuo-header-inner,
  .mutuo-header.is-scrolled .mutuo-header-inner { min-height: 62px; padding-inline: 0; }
  .mutuo-nav { top: 62px; border-radius: 0 0 14px 14px; }
}

/* MUTERRA colour system: logo orange, clear blue and light technical surfaces. */
:root {
  --mt-navy: #247fae;
  --mt-ink: #2d6d8e;
  --mt-blue: #3299ce;
  --mt-sky: #b9e5f7;
  --mt-paper: #f3faff;
  --mt-line: rgba(50, 153, 206, .2);
  --mt-shadow-soft: 0 16px 36px rgba(42, 137, 190, .12);
  --mt-shadow-card: 0 12px 34px rgba(42, 137, 190, .12);
  --mt-shadow-lift: 0 22px 44px rgba(42, 137, 190, .2);
}

body.mutuo-home { color: var(--mt-ink); background: #f4fbff; }
.mutuo-site-shell { background: linear-gradient(180deg, #f4fbff 0%, #ffffff 100%); }

.mutuo-header,
.mutuo-header.is-scrolled {
  background: #2b94c8;
  border-bottom-color: rgba(255, 255, 255, .34);
  box-shadow: 0 8px 22px rgba(42, 137, 190, .2);
}
.mutuo-header-cta { background: rgba(255, 255, 255, .12); }
.mutuo-header-cta:hover { background: var(--mt-orange); border-color: var(--mt-orange); }

.mutuo-hero { background: #61b8df; }
.mutuo-hero::before { background: linear-gradient(180deg, transparent, rgba(45, 145, 199, .45)); }
.mutuo-hero-media {
  background:
    linear-gradient(90deg, rgba(40, 144, 199, .9) 0%, rgba(57, 160, 211, .67) 48%, rgba(119, 197, 230, .18) 100%),
    url('../mutuo/c941fddd-9a84-4de7-95a0-ac06a9c3ddc5.webp') center 47% / cover no-repeat;
}
.mutuo-hero-media::after { background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .25), transparent 30%); }

.mutuo-image-stamp { background: rgba(43, 148, 200, .92); }
.mutuo-intro-copy p,
.mutuo-intro-copy .mutuo-lead,
.mutuo-check-list,
.mutuo-applications-copy p,
.mutuo-process-step p,
.mutuo-hot-body p,
.mutuo-news-card p { color: #4e7890; }

.mutuo-products {
  background: linear-gradient(135deg, #3a9fd2 0%, #78c5e7 100%);
  color: #fff;
}
.mutuo-product-card { background: #6dbfe3; box-shadow: 0 17px 35px rgba(42, 137, 190, .2); }
.mutuo-product-card::after { background: linear-gradient(180deg, rgba(47, 151, 205, .04) 28%, rgba(31, 129, 183, .8) 100%); }
.mutuo-product-card:hover::after { background: linear-gradient(180deg, rgba(47, 151, 205, .08) 24%, rgba(31, 129, 183, .72) 100%); }
.mutuo-product-card:hover { box-shadow: 0 24px 48px rgba(42, 137, 190, .26); }
.mutuo-section-intro,
.mutuo-product-footnote { color: rgba(255, 255, 255, .84); }

.mutuo-process { background: #f1faff; }
.mutuo-process-step { border-color: rgba(50, 153, 206, .18); box-shadow: 0 5px 18px rgba(42, 137, 190, .08); }
.mutuo-process-step:hover { box-shadow: var(--mt-shadow-card); }

.mutuo-applications { background: linear-gradient(135deg, #dceff8 0%, #f6fcff 100%); }
.mutuo-application-list a { border-color: rgba(50, 153, 206, .18); box-shadow: 0 5px 14px rgba(42, 137, 190, .07); }

.mutuo-proof { background: linear-gradient(135deg, #3a9fd2 0%, #72c2e5 100%); }
.mutuo-proof::after { border-color: rgba(255, 255, 255, .38); }
.mutuo-proof-card { box-shadow: 18px 18px 0 rgba(254, 170, 2, .22), 0 20px 38px rgba(42, 137, 190, .16); }
.mutuo-proof-card-top,
.mutuo-proof-card-foot { color: #4c82a0; }
.mutuo-proof-check { color: #fff; background: #47add7; }
.mutuo-proof-card-foot { color: #3b94bf; background: transparent; }

.mutuo-hot-card,
.mutuo-news-card { border-color: rgba(50, 153, 206, .15); box-shadow: 0 7px 22px rgba(42, 137, 190, .09); }
.mutuo-hot-card:hover,
.mutuo-news-card:hover { box-shadow: var(--mt-shadow-card); }
.mutuo-hot-arrow { border-color: rgba(50, 153, 206, .35); }

.mutuo-footer { background: #2b94c8; }
.mutuo-footer a,
.mutuo-footer-brand p,
.mutuo-footer-contact p { color: rgba(255, 255, 255, .86); }
.mutuo-footer-bottom { color: rgba(255, 255, 255, .72); border-top-color: rgba(255, 255, 255, .25); }

@media (max-width: 980px) {
  .mutuo-nav { background: #2b94c8; box-shadow: 0 14px 26px rgba(42, 137, 190, .18); }
}

/* Light industrial reset: photographs carry the weight; page surfaces stay clean and restrained. */
:root {
  --mt-navy: #237cab;
  --mt-ink: #326c8b;
  --mt-blue: #1687c4;
  --mt-sky: #d8f0fa;
  --mt-paper: #f7fbfd;
  --mt-line: rgba(22, 135, 196, .16);
  --mt-shadow-soft: 0 10px 26px rgba(38, 129, 177, .09);
  --mt-shadow-card: 0 14px 30px rgba(38, 129, 177, .12);
}

body.mutuo-home { background: #fff; }
.mutuo-site-shell { background: #fff; }
.mutuo-header,
.mutuo-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  border-bottom-color: rgba(22, 135, 196, .15);
  box-shadow: 0 4px 18px rgba(38, 129, 177, .1);
}
.mutuo-brand { color: #237cab; }
.mutuo-brand-sub { color: #6b9eb8; }
.mutuo-nav a { color: #4f7f98; }
.mutuo-nav a:hover,
.mutuo-nav a.is-active { color: #1687c4; }
.mutuo-header-cta { color: #fff; border-color: #1687c4; background: #1687c4; }
.mutuo-header-cta:hover { color: #fff; background: var(--mt-orange); border-color: var(--mt-orange); }
.mutuo-menu-toggle span:not(.screen-reader-text) { background: #1687c4; }

.mutuo-hero { background: #9ed7ed; }
.mutuo-hero::before { background: linear-gradient(180deg, transparent 55%, rgba(27, 132, 187, .28)); }
.mutuo-hero-media {
  background:
    linear-gradient(90deg, rgba(22, 128, 185, .78) 0%, rgba(42, 149, 202, .48) 52%, rgba(145, 211, 235, .08) 100%),
    url('../mutuo/c941fddd-9a84-4de7-95a0-ac06a9c3ddc5.webp') center 47% / cover no-repeat;
}
.mutuo-hero-grid { opacity: .07; }

.mutuo-intro,
.mutuo-hot-products,
.mutuo-news { background: #fff; }
.mutuo-process,
.mutuo-applications,
.mutuo-proof { background: #f5fbfe; }
.mutuo-applications { background: #f2faff; }
.mutuo-section h2,
.mutuo-intro-copy h2,
.mutuo-process-step h3,
.mutuo-hot-body h3,
.mutuo-news-card h3 { color: #237cab; }

.mutuo-products { color: var(--mt-ink); background: #f7fbfd; }
.mutuo-products .mutuo-eyebrow-light,
.mutuo-products .mutuo-section-head-light h2,
.mutuo-products .mutuo-text-link-light { color: #237cab; }
.mutuo-products .mutuo-eyebrow-light span { background: var(--mt-orange); }
.mutuo-product-card { box-shadow: 0 12px 26px rgba(38, 129, 177, .13); }
.mutuo-product-card::after { background: linear-gradient(180deg, rgba(30, 139, 196, .02) 30%, rgba(24, 121, 174, .76) 100%); }
.mutuo-product-card:hover::after { background: linear-gradient(180deg, rgba(30, 139, 196, .06) 28%, rgba(24, 121, 174, .7) 100%); }
.mutuo-product-card:hover { box-shadow: 0 18px 34px rgba(38, 129, 177, .2); }
.mutuo-product-footnote { color: #5f8aa1; }

.mutuo-process-step,
.mutuo-hot-card,
.mutuo-news-card,
.mutuo-application-list a { background: #fff; }
.mutuo-process-step,
.mutuo-hot-card,
.mutuo-news-card { border-color: rgba(22, 135, 196, .13); }
.mutuo-application-list a { box-shadow: 0 5px 16px rgba(38, 129, 177, .06); }

.mutuo-proof { color: var(--mt-ink); }
.mutuo-proof::after { border-color: rgba(22, 135, 196, .12); }
.mutuo-proof .mutuo-eyebrow-light,
.mutuo-proof-copy h2 { color: #237cab; }
.mutuo-proof-copy p { color: #5a8399; }
.mutuo-proof-tags span { color: #2f7599; border-color: rgba(22, 135, 196, .2); background: #fff; }
.mutuo-button-outline { color: #1687c4; border-color: #1687c4; background: #fff; }
.mutuo-button-outline:hover { color: #fff; background: #1687c4; }
.mutuo-proof-card { box-shadow: 14px 14px 0 rgba(254, 170, 2, .16), 0 14px 28px rgba(38, 129, 177, .1); }

.mutuo-footer { color: #457b98; background: #eef8fc; }
.mutuo-footer::before { background: var(--mt-orange); }
.mutuo-footer-label { color: #237cab; }
.mutuo-footer a,
.mutuo-footer-brand p,
.mutuo-footer-contact p { color: #4f819a; }
.mutuo-footer a:hover { color: var(--mt-orange); }
.mutuo-footer-bottom { color: #7398aa; border-top-color: rgba(22, 135, 196, .16); }
.mutuo-brand-footer { color: #237cab; }

@media (max-width: 980px) {
  .mutuo-nav { background: #fff; border-color: rgba(22, 135, 196, .16); box-shadow: 0 12px 24px rgba(38, 129, 177, .12); }
  .mutuo-nav a { color: #347292; border-bottom-color: rgba(22, 135, 196, .12); }
}

/* Header legibility and unfiltered factory poster. */
.mutuo-nav { gap: 32px; }
.mutuo-nav a { font-size: 17px; font-weight: 700; letter-spacing: .025em; }
.mutuo-header-cta { font-size: 13px; letter-spacing: .06em; }

.mutuo-hero {
  margin-top: 84px;
  background: transparent;
  touch-action: pan-y;
}
.mutuo-hero::before,
.mutuo-hero-media::after,
.mutuo-hero-grid { display: none; }
.mutuo-hero-media {
  background: none;
}
.mutuo-hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
  transform: translateX(7%) scale(1.045);
  pointer-events: none;
  will-change: opacity, transform;
  transition: opacity .75s ease, transform 1.15s cubic-bezier(.22, .8, .2, 1);
}
.mutuo-hero-slide.is-active {
  z-index: 1;
  opacity: 1;
  transform: translateX(0) scale(1);
}
.mutuo-hero-poster-copy {
	position: absolute;
	z-index: 3;
	display: flex;
	flex-direction: column;
	top: 25%;
	left: 6%;
	width: 46%;
	color: #0b2e62;
	text-align: left;
}
.mutuo-hero-poster-copy[hidden] { display: none; }
.mutuo-hero-poster-copy-details {
	align-self: flex-start;
	display: flex;
	flex-direction: column;
	width: max-content;
	max-width: 100%;
}
.mutuo-hero .mutuo-hero-poster-title {
	max-width: none;
	margin: 0;
	color: #0b2e62;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(30px, 3vw, 58px);
	font-weight: 800;
	letter-spacing: -.045em;
	line-height: 1.06;
	white-space: normal;
}
.mutuo-hero-poster-title > span:first-child { display: block; margin-bottom: .3em; }
.mutuo-hero-poster-highlight {
	padding: .01em .18em .08em;
	border-radius: .55em;
	background: linear-gradient(135deg, #e4f2ff, #b6d6ff);
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.mutuo-hero-poster-subtitle {
	margin-top: clamp(18px, 2.5vw, 48px);
	font-size: clamp(16px, 1.35vw, 26px);
	font-weight: 600;
	line-height: 1.35;
}
.mutuo-hero-poster-subtitle p { margin: 0; }
.mutuo-hero-poster-subtitle p + p { margin-top: .3em; }
.mutuo-hero-poster-action {
	position: relative;
	z-index: 3;
	align-self: stretch;
	margin-top: clamp(20px, 2vw, 40px);
	display: inline-flex;
	box-sizing: border-box;
	width: 100%;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: clamp(42px, 3.4vw, 68px);
	padding: 0 1.4em;
	border-radius: 999px;
	background: linear-gradient(110deg, #245b9b, #164987);
	color: #fff !important;
	font-size: clamp(15px, 1.5vw, 29px);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}
.mutuo-hero-poster-action[hidden] { display: none; }
.mutuo-hero-poster-action:is(:hover, :focus-visible) { background: #0b2e62; color: #fff !important; }
.mutuo-hero-content--workshop {
	position: absolute;
	z-index: 3;
	inset: 0;
	display: none;
	pointer-events: none;
}
.mutuo-hero[data-active-hero-slide="2"] .mutuo-hero-content--workshop { display: block; }
.mutuo-hero-workshop-copy {
	position: absolute;
	top: 25%;
	left: 6%;
	width: 68%;
	color: #fff;
}
.mutuo-hero .mutuo-hero-workshop-title {
	max-width: none;
	margin: 0;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(40px, 4.15vw, 82px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.06;
}
.mutuo-hero-workshop-title span {
	display: block;
	width: max-content;
	padding-right: .18em;
	background: linear-gradient(180deg, #fff 0%, #fff 38%, #e9f5fc 59%, #9fbdd2 84%, #f1fbff 100%);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 0 #e4f8ff) drop-shadow(0 5px 0 #246da3) drop-shadow(0 9px 6px rgba(0, 13, 38, .7));
}
.mutuo-hero-workshop-title span:last-child {
	padding-bottom: .18em;
	margin-bottom: -.18em;
}
.mutuo-hero-workshop-subtitle {
	display: block;
	margin-top: clamp(16px, 2vw, 38px);
	font-size: clamp(16px, 1.22vw, 24px);
	font-weight: 700;
	line-height: 1.17;
	text-shadow: 0 2px 8px rgba(0, 15, 36, .6);
}
.mutuo-hero-workshop-subtitle p { margin: 0; white-space: nowrap; }
.mutuo-hero-workshop-subtitle p + p { margin-top: .3em; }
.mutuo-hero-workshop-action {
	position: absolute;
	right: 4%;
	bottom: 3%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: clamp(145px, 11vw, 220px);
	min-height: clamp(44px, 3.7vw, 72px);
	padding: 0 1.4em;
	pointer-events: auto;
	border: 2px solid #a0f5ff;
	border-radius: 999px;
	background: rgba(3, 28, 67, .72);
	box-shadow: 0 0 5px #b8f8ff, 0 0 20px rgba(54, 215, 255, .8), 0 0 36px rgba(54, 215, 255, .28), inset 0 0 13px rgba(54, 215, 255, .2);
	color: #fff !important;
	font-size: clamp(16px, 1.5vw, 29px);
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}
.mutuo-hero-workshop-action::before,
.mutuo-hero-workshop-action::after {
	position: absolute;
	left: 50%;
	width: 82px;
	height: 9px;
	transform: translateX(-50%);
	background: radial-gradient(ellipse, #fff 0%, #91f4ff 30%, rgba(54, 215, 255, 0) 72%);
	content: "";
}
.mutuo-hero-workshop-action::before { top: -5px; }
.mutuo-hero-workshop-action::after { bottom: -5px; }
.mutuo-hero-workshop-action:is(:hover, :focus-visible) { background: #0a4985; color: #fff !important; }
@media (min-width: 981px) {
  .mutuo-hero {
    height: auto;
    min-height: 0;
    aspect-ratio: 3840 / 1504;
  }
	.mutuo-hero-content {
		padding-top: 0;
	}
  .mutuo-hero-slide { object-fit: contain; }
}
@media (max-width: 980px) {
  .mutuo-hero { height: min(680px, calc(100svh - 82px)); min-height: 0; margin-top: 82px; }
  .mutuo-hero-slide { object-fit: cover; }
	.mutuo-hero-workshop-subtitle p { white-space: normal; }
	.mutuo-hero-workshop-subtitle p + p { margin-top: .12em; }
}
@media (max-width: 700px) {
  .mutuo-hero { display: block; height: auto; min-height: 0; margin-top: 63px; padding-top: calc(100vw * 1504 / 3840); }
  .mutuo-hero-media { bottom: auto; height: calc(100vw * 1504 / 3840); }
  .mutuo-hero-slide { object-fit: contain; }
	.mutuo-hero-poster-copy { top: 10%; left: 5%; width: 53%; }
	.mutuo-hero .mutuo-hero-poster-title { font-size: clamp(13px, 3.65vw, 18px); line-height: 1.07; }
	.mutuo-hero-poster-subtitle { margin-top: 1.5vw; font-size: clamp(8px, 2.1vw, 11px); line-height: 1.2; }
	.mutuo-hero-poster-subtitle p + p { margin-top: .3em; }
	.mutuo-hero-poster-action { display: none; }
	.mutuo-hero-workshop-copy { top: 20%; left: 6%; width: 83%; }
	.mutuo-hero .mutuo-hero-workshop-title { font-size: clamp(14px, 4vw, 22px); line-height: 1.08; }
	.mutuo-hero-workshop-title span { background: none; color: #fff; -webkit-text-fill-color: #fff; filter: none; text-shadow: 0 1px 2px rgba(0, 13, 38, .65); }
	.mutuo-hero-workshop-subtitle { margin-top: 2vw; font-size: clamp(8px, 2vw, 11px); line-height: 1.15; }
	.mutuo-hero-workshop-action { display: none; }
}
.mutuo-hero :is(.mutuo-hero-poster-title, .mutuo-hero-poster-subtitle, .mutuo-hero-workshop-title, .mutuo-hero-workshop-subtitle) {
  pointer-events: auto;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
}
.mutuo-hero.is-dragging,
.mutuo-hero.is-dragging * {
  cursor: grabbing;
  -webkit-user-select: none;
  user-select: none;
}
@media (hover: hover) and (pointer: fine) {
  .mutuo-hero { cursor: grab; }
  .mutuo-hero :is(a, button) { cursor: pointer; }
}
.mutuo-hero-controls {
  position: absolute;
  z-index: 2;
  bottom: clamp(12px, 1.25vw, 24px);
  left: clamp(24px, 3vw, 56px);
  display: flex;
  align-items: center;
  gap: 16px;
}
.mutuo-hero-pagination,
.mutuo-hero-navigation {
  display: flex;
  align-items: center;
  gap: 9px;
}
.mutuo-hero-pagination button {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .85);
  border-radius: 50%;
  background: rgba(1, 56, 113, .42);
  box-shadow: 0 1px 5px rgba(0, 17, 36, .42);
  backdrop-filter: blur(3px);
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.mutuo-hero-pagination button:is(:hover, :focus-visible),
.mutuo-hero-pagination button.is-active { border-color: #feaa02; background: #feaa02; transform: scale(1.16); }
.mutuo-hero-pagination button span { display: none; }
.mutuo-hero-navigation button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 50%;
  background: rgba(1, 56, 113, .42);
  box-shadow: 0 1px 6px rgba(0, 17, 36, .42);
  backdrop-filter: blur(3px);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, color .2s ease, transform .2s ease;
}
.mutuo-hero-navigation button:is(:hover, :focus-visible) { color: #013871; border-color: #feaa02; background: #feaa02; transform: translateY(-1px); }
@media (max-width: 700px) {
  .mutuo-hero-controls { display: none; }
  .mutuo-hero-pagination,
  .mutuo-hero-navigation { gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  .mutuo-hero-slide,
  .mutuo-hero-pagination button,
  .mutuo-hero-navigation button { transition: none; }
}
.mutuo-hero-content { text-shadow: 0 2px 12px rgba(19, 104, 148, .48); }
.mutuo-hero-actions,
.mutuo-hero-actions * { text-shadow: none; }
.mutuo-hero-content[data-hero-primary-content] h1 {
	color: #fff;
}
.mutuo-hero-content[data-hero-primary-content] .mutuo-hero-lead {
	color: #fff;
}
.mutuo-hero-content[data-hero-primary-content] .mutuo-hero-lead span {
	color: #feaa02;
	font-weight: 800;
}
@media (min-width: 701px) {
	.mutuo-hero-content[data-hero-primary-content] {
		transform: translate(clamp(-112px, -5.2vw, -64px), clamp(-88px, -6.5vw, -34px));
	}
}

.mutuo-hero-content--flanges {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: clamp(150px, 13.5vw, 260px);
	width: min(42%, 720px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	transform: translateY(-50%);
	color: #fff;
	text-align: left;
}
.mutuo-hero-content--flanges[hidden] { display: none; }
.mutuo-hero-flanges-title {
	margin: 0;
	color: #fff;
	font-family: "Manrope", Arial, sans-serif;
	font-size: clamp(38px, 3.2vw, 64px);
	font-weight: 800;
	letter-spacing: -.055em;
	line-height: 1.02;
}
.mutuo-hero-flanges-lead {
	margin: clamp(20px, 1.6vw, 32px) 0 0;
	color: #fff;
	font-size: clamp(20px, 1.7vw, 34px);
	font-weight: 600;
	letter-spacing: -.02em;
	line-height: 1.42;
}
.mutuo-hero-flanges-lead span { color: #feaa02; font-weight: 800; }
.mutuo-hero-flanges-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 1.2em;
	min-width: clamp(176px, 12vw, 240px);
	min-height: clamp(46px, 3.2vw, 62px);
	margin-top: clamp(26px, 2vw, 38px);
	padding: 0 1.2em;
	color: #fff !important;
	border: 1px solid rgba(255, 255, 255, .35);
	border-radius: 8px;
	background: #013871;
	font-size: clamp(16px, 1.25vw, 26px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.mutuo-hero-flanges-action:is(:hover, :focus-visible) {
	color: #fff !important;
	border-color: #0b579d;
	background: #0b579d;
	transform: translateY(-2px);
}
@media (max-width: 700px) {
	.mutuo-hero-content--flanges { left: 24px; width: 56%; }
	.mutuo-hero-flanges-title { font-size: clamp(30px, 8vw, 44px); }
	.mutuo-hero-flanges-lead { font-size: 15px; }
	.mutuo-hero-flanges-action { min-width: 170px; min-height: 46px; font-size: 17px; }
}

@media (max-width: 980px) {
  .mutuo-nav { gap: 0; }
  .mutuo-nav a { font-size: 15px; }
}

/* Keep navigation labels neutral while preserving the orange-blue brand mark. */
.mutuo-nav a,
.mutuo-nav a:hover,
.mutuo-nav a.is-active { color: #171717; }

/* Raster brand asset shared by the header and footer. */
.mutuo-brand-logo { display: block; width: 210px; height: auto; }
.mutuo-brand-footer .mutuo-brand-logo { width: 200px; }

@media (max-width: 700px) {
  .mutuo-brand-logo { width: 176px; }
  .mutuo-brand-footer .mutuo-brand-logo { width: 190px; }
}

/* Blue industrial redesign: blue carries the page structure; orange remains a reserved action accent. */
:root {
  --mt-navy: #087bac;
  --mt-ink: #1d5b78;
  --mt-blue: #0b86bd;
  --mt-sky: #d7f0fb;
  --mt-paper: #eaf7fc;
  --mt-line: rgba(11, 134, 189, .2);
  --mt-shadow-soft: 0 12px 28px rgba(9, 119, 171, .12);
  --mt-shadow-card: 0 18px 34px rgba(9, 119, 171, .16);
}

body.mutuo-home,
.mutuo-site-shell { background: #dff2fa; }

.mutuo-header,
.mutuo-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  border-bottom-color: rgba(11, 134, 189, .2);
  box-shadow: 0 5px 18px rgba(9, 119, 171, .12);
}
.mutuo-nav a,
.mutuo-nav a:hover,
.mutuo-nav a.is-active { color: #171717; }
.mutuo-header-cta { background: #0b86bd; border-color: #0b86bd; color: #fff; }
.mutuo-header-cta:hover { background: var(--mt-orange); border-color: var(--mt-orange); }
.mutuo-menu-toggle span:not(.screen-reader-text) { background: #087bac; }

.mutuo-hero,
.mutuo-hero-media { background-color: transparent; }
.mutuo-hero::before,
.mutuo-hero-grid { display: none; }
.mutuo-hero-content { position: relative; z-index: 2; text-shadow: none; }
.mutuo-hero-content[data-hero-primary-content]:not([hidden]) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-left: 0;
}
.mutuo-hero-content[data-hero-primary-content] .mutuo-hero-actions {
	transform: none;
}
.mutuo-button-primary { background: var(--mt-orange); box-shadow: 0 12px 26px rgba(254, 170, 2, .28); }
.mutuo-button-primary:hover { background: #feaa02; }

.mutuo-metrics { background: #0b86bd; border-bottom-color: rgba(255, 255, 255, .24); }
.mutuo-metric { border-right-color: rgba(255, 255, 255, .26); }
.mutuo-metric strong { color: #fff; }
.mutuo-metric sup { color: #feaa02; }
.mutuo-metric span:last-child { color: #d9f3ff; }

.mutuo-intro,
.mutuo-hot-products { background: #e8f6fc; }
.mutuo-process,
.mutuo-news { background: #f7fcff; }
.mutuo-applications { background: #d8eff9; }
.mutuo-section h2,
.mutuo-intro-copy h2,
.mutuo-process-step h3,
.mutuo-hot-body h3,
.mutuo-news-card h3 { color: #087bac; }
.mutuo-intro-copy p,
.mutuo-intro-copy .mutuo-lead,
.mutuo-check-list,
.mutuo-applications-copy p,
.mutuo-process-step p,
.mutuo-hot-body p,
.mutuo-news-card p { color: #356b85; }
.mutuo-eyebrow,
.mutuo-hot-code { color: #087bac; }
.mutuo-image-stamp { background: #0b86bd; }
.mutuo-check-list span { background: #0b86bd; }
.mutuo-arrow-link { color: #087bac; border-bottom-color: #087bac; }
.mutuo-arrow-link:hover { color: var(--mt-orange); border-bottom-color: var(--mt-orange); }

.mutuo-products { color: #fff; background: #087bac; }
.mutuo-products .mutuo-eyebrow-light,
.mutuo-products .mutuo-section-head-light h2,
.mutuo-products .mutuo-text-link-light { color: #fff; }
.mutuo-products .mutuo-eyebrow-light span { background: var(--mt-orange); }
.mutuo-product-card { border-color: rgba(255, 255, 255, .38); box-shadow: 0 16px 30px rgba(7, 95, 139, .22); }
.mutuo-product-card::after { background: linear-gradient(180deg, rgba(8, 123, 172, .04) 25%, rgba(5, 105, 154, .82) 100%); }
.mutuo-product-card:hover::after { background: linear-gradient(180deg, rgba(8, 123, 172, .08) 22%, rgba(5, 105, 154, .72) 100%); }
.mutuo-product-footnote { color: #d9f3ff; }

.mutuo-process-step,
.mutuo-hot-card,
.mutuo-news-card,
.mutuo-application-list a { background: #fff; border-color: rgba(11, 134, 189, .18); }
.mutuo-process-step:hover,
.mutuo-hot-card:hover,
.mutuo-news-card:hover,
.mutuo-application-list a:hover { box-shadow: var(--mt-shadow-card); }
.mutuo-process-number,
.mutuo-application-list span { color: #0b86bd; }
.mutuo-process-dot { background: var(--mt-orange); box-shadow: 0 0 0 5px rgba(254, 170, 2, .14); }
.mutuo-hot-badge { background: #0b86bd; }
.mutuo-hot-arrow { color: #0b86bd; border-color: rgba(11, 134, 189, .35); }
.mutuo-hot-card:hover .mutuo-hot-arrow { background: var(--mt-orange); border-color: var(--mt-orange); }
.mutuo-application-list a:hover { border-color: #0b86bd; }

.mutuo-proof { color: #fff; background: #0b86bd; }
.mutuo-proof::after { border-color: rgba(255, 255, 255, .28); }
.mutuo-proof .mutuo-eyebrow-light,
.mutuo-proof-copy h2,
.mutuo-proof-copy p { color: #fff; }
.mutuo-proof-copy p { color: #d9f3ff; }
.mutuo-proof-tags span { color: #fff; border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .08); }
.mutuo-button-outline { color: #0b86bd; border-color: #fff; background: #fff; }
.mutuo-button-outline:hover { color: #fff; border-color: var(--mt-orange); background: var(--mt-orange); }
.mutuo-proof-card { box-shadow: 14px 14px 0 rgba(254, 170, 2, .27), 0 18px 32px rgba(5, 97, 142, .2); }

.mutuo-footer { color: #fff; background: #087bac; }
.mutuo-footer::before { background: var(--mt-orange); }
.mutuo-footer-label { color: #fff; }
.mutuo-footer a,
.mutuo-footer-brand p,
.mutuo-footer-contact p,
.mutuo-footer-bottom { color: #e1f5ff; }
.mutuo-footer a:hover { color: #feaa02; }
.mutuo-footer-bottom { border-top-color: rgba(255, 255, 255, .28); }

@media (max-width: 980px) {
  .mutuo-nav { background: #fff; border-color: rgba(11, 134, 189, .2); box-shadow: 0 12px 24px rgba(9, 119, 171, .16); }
  .mutuo-nav a { color: #171717; border-bottom-color: rgba(11, 134, 189, .14); }
}

@media (max-width: 700px) {
  :root { --mt-section-title-size: 24px; }
  .mutuo-hero h1 { font-size: clamp(30px, 8vw, 40px); }
  .mutuo-section h2,
  .mutuo-intro-copy h2 { font-size: var(--mt-section-title-size); }
}

/* Type scale and contrast pass for image-led content. */
.mutuo-eyebrow { font-size: 12px; letter-spacing: .16em; }
.mutuo-section-intro { font-size: 16px; line-height: 1.65; }
.mutuo-product-index,
.mutuo-hot-code,
.mutuo-news-meta { font-size: 11px; }
.mutuo-product-link,
.mutuo-product-footnote,
.mutuo-news-link { font-size: 12px; }
.mutuo-process-step p,
.mutuo-hot-body p,
.mutuo-news-card p { font-size: 14px; line-height: 1.65; }
.mutuo-footer-label { font-size: 11px; }
.mutuo-footer a,
.mutuo-footer-contact p { font-size: 13px; }
.mutuo-footer-bottom { font-size: 11px; }

.mutuo-hero .mutuo-eyebrow-light {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .15em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .46);
}
.mutuo-hero-lead {
	max-width: 56ch;
	margin: 0;
	padding: 10px 25px 11px 17px;
	color: #fff;
	border: 0;
	border-left: 2px solid #feaa02;
	border-radius: 0;
	background: linear-gradient(90deg, rgba(1, 56, 113, .72), rgba(1, 56, 113, .26));
	box-shadow: none;
	font-size: clamp(14px, 1.08vw, 18px);
	font-weight: 680;
	letter-spacing: .005em;
	line-height: 1.35;
	white-space: nowrap;
	text-shadow: 0 1px 5px rgba(0, 24, 51, .5);
	backdrop-filter: blur(5px);
	clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 50%, calc(100% - 13px) 100%, 0 100%);
}

.mutuo-hero-content[data-hero-primary-content] .mutuo-hero-actions {
	width: min(100%, calc(56ch + 42px));
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	margin-top: 42px;
	font-size: clamp(14px, 1.08vw, 18px);
}
.mutuo-hero-content[data-hero-primary-content] .mutuo-hero-actions::before {
	display: none;
}
.mutuo-hero-content[data-hero-primary-content] .mutuo-button-primary {
	min-height: 54px;
	padding-inline: 24px;
	border: 1px solid #feaa02;
	border-radius: 0;
	background-color: #feaa02 !important;
	background-image: linear-gradient(105deg, #ffc12b 0%, #fe9500 100%) !important;
	background-size: 100% 100% !important;
	color: #013871 !important;
	box-shadow: 0 14px 28px rgba(254, 170, 2, .38), inset 0 1px 0 rgba(255, 255, 255, .46);
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
}
.mutuo-hero-content[data-hero-primary-content] .mutuo-button-primary:is(:hover, :focus-visible) {
	background-color: #ffc12b !important;
	background-size: 100% 100% !important;
	box-shadow: 0 17px 32px rgba(254, 170, 2, .48), inset 0 1px 0 rgba(255, 255, 255, .56);
	transform: translate(4px, -2px);
}
.mutuo-hero .mutuo-button,
.mutuo-hero .mutuo-text-link { font-size: 14px; }
.mutuo-hero .mutuo-text-link-light { color: #fff; }
.mutuo-hero-note {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .06em;
  text-shadow: 0 1px 5px rgba(0, 0, 0, .46);
}
.mutuo-hero-note-line { background: rgba(255, 255, 255, .8); }

@media (max-width: 700px) {
  .mutuo-hero .mutuo-eyebrow-light { font-size: 12px; }
	.mutuo-hero-content[data-hero-primary-content]:not([hidden]) { padding-left: 0; }
  .mutuo-hero-lead {
    max-width: 32ch;
		padding: 9px 20px 10px 12px;
    font-size: 16px;
    line-height: 1.45;
    white-space: normal;
  }
	.mutuo-hero-content[data-hero-primary-content] .mutuo-hero-actions { width: min(100%, calc(32ch + 34px)); gap: 0; margin-top: 32px; font-size: 16px; }
	.mutuo-hero-content[data-hero-primary-content] .mutuo-button-primary {
		min-height: 48px;
		padding-inline: 19px;
		box-shadow: 0 10px 20px rgba(0, 24, 51, .2);
	}
  .mutuo-hero .mutuo-button,
  .mutuo-hero .mutuo-text-link { font-size: 13px; }
  .mutuo-hero-note { font-size: 12px; }
}

/* Product range: a featured core range with two clear secondary categories. */
.mutuo-products { padding-block: 108px 98px; background: #087bac; }
.mutuo-products .mutuo-section-head { margin-bottom: 34px; }
.mutuo-products .mutuo-section-head-light h2 { font-size: clamp(40px, 4.4vw, 62px); }
.mutuo-product-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(360px, .87fr);
  gap: 24px;
  align-items: stretch;
}
.mutuo-product-side {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 24px;
  min-width: 0;
}
.mutuo-product-card,
.mutuo-product-card-large {
  min-height: 0;
  border: 1px solid rgba(255, 255, 255, .36);
  border-radius: 12px;
  box-shadow: 0 18px 32px rgba(5, 90, 132, .24);
}
.mutuo-product-card-large { min-height: 608px; }
.mutuo-product-side .mutuo-product-card { min-height: 292px; }
.mutuo-product-card::after {
  background: linear-gradient(180deg, rgba(7, 104, 151, .02) 20%, rgba(4, 84, 126, .9) 100%);
  transition: background .25s ease;
}
.mutuo-product-card:hover::after,
.mutuo-product-card:focus-visible::after { background: linear-gradient(180deg, rgba(7, 104, 151, .04) 15%, rgba(4, 84, 126, .77) 100%); }
.mutuo-product-card:hover,
.mutuo-product-card:focus-visible { box-shadow: 0 24px 40px rgba(5, 90, 132, .34); }
.mutuo-product-card-overlay {
  right: 30px;
  bottom: 28px;
  left: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mutuo-product-index {
  display: inline-flex;
  padding: 6px 9px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 4px;
  background: rgba(7, 111, 163, .72);
  font-size: 11px;
  letter-spacing: .1em;
}
.mutuo-product-card h3 {
  margin: 14px 0 9px;
  font-size: clamp(25px, 2.35vw, 38px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.08;
}
.mutuo-product-side .mutuo-product-card h3 { font-size: clamp(22px, 1.8vw, 29px); }
.mutuo-product-detail {
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
.mutuo-product-link {
  margin-top: 18px;
  padding: 8px 0 6px;
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}
.mutuo-product-link span { margin-left: 5px; color: #feaa02; font-size: 16px; line-height: .5; }
.mutuo-product-footnote {
  align-items: center;
  margin-top: 4px;
  padding-top: 26px;
  color: #dff5ff;
  font-size: 14px;
}
.mutuo-product-footnote a { color: #fff; }
.mutuo-product-footnote a:hover { color: #feaa02; }

@media (max-width: 980px) {
  .mutuo-product-grid { grid-template-columns: 1fr; }
  .mutuo-product-card-large { min-height: 520px; }
  .mutuo-product-side { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .mutuo-product-side .mutuo-product-card { min-height: 330px; }
}

@media (max-width: 700px) {
  .mutuo-products { padding-block: 78px 72px; }
  .mutuo-products .mutuo-section-head { margin-bottom: 28px; }
  .mutuo-product-grid,
  .mutuo-product-side { grid-template-columns: 1fr; gap: 16px; }
  .mutuo-product-card-large,
  .mutuo-product-side .mutuo-product-card { min-height: 360px; }
  .mutuo-product-card-overlay { right: 22px; bottom: 22px; left: 22px; }
  .mutuo-product-index { font-size: 10px; }
  .mutuo-product-card h3,
  .mutuo-product-side .mutuo-product-card h3 { font-size: 25px; }
  .mutuo-product-detail { font-size: 13px; }
  .mutuo-product-footnote { align-items: flex-start; font-size: 13px; }
}

/* Desktop sections stay within a single viewport without clipping their content. */
@media (min-width: 701px) {
  .mutuo-section { box-sizing: border-box; padding-block: 72px; }
  .mutuo-products { padding-block: 60px 54px; }
  .mutuo-products .mutuo-section-head { margin-bottom: 26px; }
  .mutuo-product-card-large { min-height: 440px; }
  .mutuo-product-side .mutuo-product-card { min-height: 0; }
  .mutuo-product-footnote { padding-top: 18px; }
  .mutuo-image-frame-tall { max-width: 470px; aspect-ratio: 1.02 / 1; }
}

@media (min-width: 701px) and (max-width: 980px) {
  .mutuo-products { padding-block: 42px; }
  .mutuo-product-card-large { min-height: 360px; }
  .mutuo-product-side .mutuo-product-card { min-height: 200px; }
  .mutuo-product-footnote { padding-top: 14px; }
}

/* Compact tabbed product presentation based on the supplied reference. */
.mutuo-products { box-sizing: border-box; padding: 30px 0 26px; color: #25394c; background: #fff; }
.mutuo-product-showcase { display: grid; gap: 12px; }
.mutuo-product-showcase-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.mutuo-product-showcase-head h2 { margin: 6px 0 0; color: var(--mt-navy); font-size: clamp(28px, 2.3vw, 38px); line-height: 1; }
.mutuo-product-showcase-head .mutuo-eyebrow { color: #45738d; font-size: 10px; }
.mutuo-product-showcase-head .mutuo-text-link { color: var(--mt-blue); font-size: 11px; }
.mutuo-product-stage { display: grid; grid-template-columns: minmax(0, .56fr) minmax(0, 1fr); height: clamp(260px, 34svh, 340px); overflow: hidden; border: 1px solid #e2e9ed; background: #fff; }
.mutuo-product-stage-media { position: relative; min-height: 0; overflow: hidden; background: #dce8ed; }
.mutuo-product-stage-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7, 27, 49, .16), transparent 70%); content: ""; pointer-events: none; }
.mutuo-product-stage-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity .2s ease; }
.mutuo-product-stage-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: clamp(18px, 2vw, 30px); }
.mutuo-product-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.mutuo-product-tabs button { min-height: 34px; padding: 0 14px; color: #536777; border: 1px solid #d6e0e6; border-radius: 999px; background: #fff; cursor: pointer; font: inherit; font-size: 11px; font-weight: 760; line-height: 1; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.mutuo-product-tabs button:hover, .mutuo-product-tabs button:focus-visible { color: var(--mt-blue); border-color: var(--mt-blue); transform: translateY(-1px); }
.mutuo-product-tabs button.is-active { color: #fff; border-color: var(--mt-orange); background: var(--mt-orange); }
.mutuo-product-stage-kicker, .mutuo-product-stage-spec { display: none; }
.mutuo-product-stage-copy h3 { margin: 0 0 9px; color: var(--mt-navy); font-size: clamp(25px, 2.3vw, 35px); font-weight: 740; letter-spacing: 0; line-height: 1.05; white-space: nowrap; }
.mutuo-product-stage-rule { width: 42px; height: 2px; margin-bottom: 10px; background: var(--mt-orange); }
.mutuo-product-stage-copy p { max-width: 68ch; margin: 0; color: #546b7a; font-size: 13px; line-height: 1.55; }
.mutuo-product-stage-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 14px; }
.mutuo-product-stage-actions .mutuo-button { min-height: 38px; padding-inline: 17px; border-radius: 3px; box-shadow: none; font-size: 10px; }
.mutuo-product-stage-actions .mutuo-arrow-link { padding-bottom: 3px; font-size: 10px; }
.mutuo-product-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.mutuo-product-picker button { display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 11px; min-height: 70px; padding: 7px; color: #405d70; border: 1px solid #e2e9ed; border-radius: 0; background: #fff; cursor: pointer; font: inherit; font-size: 11px; font-weight: 760; text-align: left; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.mutuo-product-picker button:hover, .mutuo-product-picker button:focus-visible { border-color: var(--mt-blue); box-shadow: 0 5px 14px rgba(7, 27, 49, .08); transform: translateY(-1px); }
.mutuo-product-picker button.is-active { border-color: var(--mt-orange); box-shadow: inset 3px 0 var(--mt-orange); }
.mutuo-product-picker img { width: 72px; height: 54px; object-fit: cover; object-position: center; border-radius: 0; background: #dce8ed; }

@media (min-width: 981px) {
  .mutuo-products { height: min(100svh, 830px); max-height: 100svh; padding-block: clamp(24px, 3.5svh, 42px); }
  .mutuo-products .mutuo-container { height: 100%; }
  .mutuo-product-showcase { height: 100%; grid-template-rows: minmax(0, 1.7fr) minmax(142px, .85fr); gap: clamp(14px, 2.2svh, 22px); }
  .mutuo-product-showcase-head { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .mutuo-product-stage { grid-template-columns: minmax(0, .56fr) minmax(0, 1fr); height: auto; border: 0; }
  .mutuo-product-stage-media::after { display: none; }
  .mutuo-product-stage-copy { padding: clamp(28px, 4.2vw, 72px); }
  .mutuo-product-tabs { gap: 13px; margin-bottom: 26px; }
  .mutuo-product-tabs button { min-height: 46px; padding-inline: 24px; font-size: 13px; }
  .mutuo-products .mutuo-product-stage-copy h3 { margin-bottom: 17px; color: #17293b; font-size: clamp(31px, 2.35vw, 42px); }
  .mutuo-product-stage-rule { width: 56px; margin-bottom: 18px; }
  .mutuo-product-stage-copy p { max-width: 67ch; color: #526579; font-size: clamp(14px, 1.04vw, 17px); line-height: 1.6; }
  .mutuo-product-stage-actions { margin-top: 28px; }
  .mutuo-product-stage-actions .mutuo-button { min-height: 54px; padding-inline: 28px; border-radius: 28px 28px 0 28px; font-size: 12px; }
  .mutuo-product-stage-actions .mutuo-arrow-link { display: none; }
  .mutuo-product-picker { min-height: 0; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
  .mutuo-product-picker button { grid-template-columns: 1fr; grid-template-rows: minmax(0, 1fr); align-items: stretch; gap: 0; min-height: 0; padding: 10px; border-color: #f1f3f4; box-shadow: 0 9px 22px rgba(7, 27, 49, .035); }
  .mutuo-product-picker img { width: 100%; height: 100%; min-height: 92px; object-fit: contain; background: #fff; }
  .mutuo-product-picker button > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
  .mutuo-product-picker button.is-active { border-color: var(--mt-orange); box-shadow: inset 3px 0 var(--mt-orange), 0 9px 22px rgba(7, 27, 49, .035); }
}

@media (max-width: 980px) {
  .mutuo-products { padding-block: 42px; }
  .mutuo-product-stage { grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); height: 330px; }
  .mutuo-product-stage-copy { padding: 26px; }
  .mutuo-product-stage-copy h3 { white-space: normal; }
}

@media (max-width: 700px) {
  .mutuo-products { height: auto; max-height: none; padding-block: 58px; }
  .mutuo-product-showcase-head { display: block; }
  .mutuo-product-showcase-head .mutuo-text-link { margin-top: 14px; }
  .mutuo-product-stage { grid-template-columns: 1fr; height: auto; }
  .mutuo-product-stage-media { height: 230px; }
  .mutuo-product-stage-copy { padding: 26px 20px 28px; }
  .mutuo-product-stage-kicker, .mutuo-product-stage-spec { display: inline; }
  .mutuo-product-tabs { flex-wrap: nowrap; max-width: 100%; overflow-x: auto; padding-bottom: 2px; }
  .mutuo-product-tabs button { flex: 0 0 auto; min-height: 40px; }
  .mutuo-product-stage-copy h3 { font-size: 28px; white-space: normal; }
  .mutuo-product-stage-copy p { font-size: 15px; }
  .mutuo-product-stage-actions { gap: 14px; }
  .mutuo-product-stage-actions .mutuo-button { min-height: 44px; }
  .mutuo-product-picker { grid-template-columns: 1fr; gap: 9px; }
  .mutuo-product-picker button { grid-template-columns: 76px minmax(0, 1fr); min-height: 78px; }
  .mutuo-product-picker img { width: 76px; height: 58px; }
}

/* Company introduction uses a neutral white surface. */
.mutuo-intro { background: #fff; }

@media (min-width: 981px) {
  .mutuo-intro-grid { grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: clamp(64px, 6vw, 108px); }
  .mutuo-image-frame-tall { width: 100%; max-width: 620px; aspect-ratio: 1.05 / 1; }
  .mutuo-image-frame-tall img { object-position: center 56%; }
}

.mutuo-intro-copy h2,
.mutuo-intro-copy p,
.mutuo-intro-copy .mutuo-lead { color: #171717; }
.mutuo-intro-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin: 24px 0 26px; border-top: 1px solid #dce5e9; border-bottom: 1px solid #dce5e9; }
.mutuo-intro-metric { display: grid; gap: 5px; padding: 13px 16px; border-right: 1px solid #dce5e9; }
.mutuo-intro-metric:first-child { padding-left: 0; }
.mutuo-intro-metric:last-child { padding-right: 0; border-right: 0; }
.mutuo-intro-metric strong { color: var(--mt-blue); font-size: clamp(25px, 2vw, 34px); font-weight: 800; letter-spacing: 0; line-height: 1; }
.mutuo-intro-metric sup { color: var(--mt-orange); font-size: 15px; vertical-align: top; }
.mutuo-intro-metric > span { color: #356b85; font-size: 10px; font-weight: 700; line-height: 1.35; }

@media (max-width: 700px) {
  .mutuo-intro-metrics { margin-block: 22px; }
  .mutuo-intro-metric { padding: 12px 10px; }
  .mutuo-intro-metric:first-child { padding-left: 0; }
  .mutuo-intro-metric:last-child { padding-right: 0; }
  .mutuo-intro-metric strong { font-size: 26px; }
}

.mutuo-process-step { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: 0; aspect-ratio: 3 / 4; padding: 0; overflow: hidden; color: #fff; border: 0; border-radius: 8px; background: #172b3a; cursor: pointer; }
.mutuo-process-media { position: absolute; z-index: -2; inset: 0; overflow: hidden; background: #172b3a; }
.mutuo-process-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: filter 260ms ease; }
.mutuo-process-content { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; width: 100%; padding: 26px; transition: gap .3s ease-in-out; }
body.mutuo-home .mutuo-process-step h3 { position: relative; margin: 0; overflow: hidden; color: #fff; font-size: clamp(18px, 1.16vw, 22px); font-weight: 750; letter-spacing: -.035em; line-height: 1.08; text-overflow: ellipsis; text-shadow: 0 2px 10px rgba(0, 20, 44, .85); white-space: nowrap; }
.mutuo-process-step p { position: static; max-width: none; max-height: 0; margin: 0; overflow: hidden; color: rgba(255, 255, 255, .96); font-size: 14px; font-weight: 600; line-height: 1.5; opacity: 0; text-shadow: 0 1px 6px rgba(0, 20, 44, .9); transform: translateY(8px); transition: max-height .3s ease-in-out, opacity .22s ease-in-out, transform .3s ease-in-out; }
.mutuo-process-step:focus-visible { outline: 3px solid var(--mt-orange); outline-offset: 3px; }

/* Section titles inherit each component's defined brand treatment. */
.mutuo-proof-copy h2,
.mutuo-cta h2 { display: table; padding: 7px 11px; color: #171717; background: #fff; }
.mutuo-cta h2 { margin-inline: auto; }

/* Keep the process section neutral while application imagery carries the industrial context. */
.mutuo-process { position: relative; background: #fff; }
.mutuo-process .mutuo-section-head { align-items: flex-end; margin-bottom: 30px; padding-bottom: 22px; border-bottom: 1px solid #dce5e9; }
.mutuo-process-summary { display: flex; align-items: flex-end; gap: 22px; max-width: 520px; }
.mutuo-process-summary > span { flex: 0 0 auto; padding-bottom: 3px; color: var(--mt-orange); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.mutuo-process .mutuo-section-intro { max-width: 425px; margin: 0; color: #4b5c68; font-size: 14px; line-height: 1.6; }
.mutuo-process-line { gap: 14px; }
.mutuo-process-step { border: 1px solid #d9e2e6; box-shadow: none; }
.mutuo-process-step::before { position: absolute; z-index: 2; top: 0; left: 0; width: 46px; height: 5px; content: ""; background: linear-gradient(90deg, #013871 0%, #075da4 35%, #2496d6 68%, #9ad9f5 100%); background-size: 200% 100%; background-position: left center; transition: width 340ms cubic-bezier(.22, .61, .36, 1), background-position 340ms cubic-bezier(.22, .61, .36, 1); }
.mutuo-process-step::after { position: absolute; z-index: 0; top: -16%; bottom: -16%; left: -52%; width: 34%; background: linear-gradient(102deg, transparent 0%, rgba(255, 255, 255, .05) 28%, rgba(255, 255, 255, .72) 50%, rgba(255, 255, 255, .12) 72%, transparent 100%); content: ""; opacity: 0; pointer-events: none; transform: skewX(-17deg) translateX(-80%); }
.mutuo-process-number { top: 18px; left: 18px; z-index: 1; display: none; padding: 6px 8px; color: #172b3a; background: rgba(255, 255, 255, .9); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.mutuo-process-dot { top: 23px; right: 19px; left: auto; z-index: 1; width: 8px; height: 8px; border: 2px solid rgba(255, 255, 255, .82); background: var(--mt-orange); box-shadow: 0 0 0 4px rgba(254, 170, 2, .2); }
.mutuo-process-step:is(:hover, :focus, .is-expanded) { border-color: #d9e2e6; }
.mutuo-process-step:is(:hover, :focus, .is-expanded)::before { width: 100%; background-position: right center; }
.mutuo-process-step:is(:hover, :focus, .is-expanded)::after { animation: mutuo-process-shine 1.25s cubic-bezier(.22, .61, .36, 1) both; }
.mutuo-process-step:is(:hover, :focus, .is-expanded) .mutuo-process-media img { filter: brightness(1.07) saturate(1.05); }
.mutuo-process-step:is(:hover, :focus, .is-expanded) .mutuo-process-content { gap: 12px; }
.mutuo-process-step:is(:hover, :focus, .is-expanded) p { max-height: 6em; opacity: 1; transform: translateY(0); }
.mutuo-process-step:nth-child(2) .mutuo-process-media img { object-position: 58% center; }
.mutuo-process-step:nth-child(3) .mutuo-process-media img { object-position: 54% center; }
@keyframes mutuo-process-shine { 0% { opacity: 0; transform: skewX(-17deg) translateX(-80%); } 14% { opacity: .95; } 72% { opacity: .65; } 100% { opacity: 0; transform: skewX(-17deg) translateX(520%); } }

@media (max-width: 700px) {
  .mutuo-process .mutuo-section-head { display: block; margin-bottom: 24px; padding-bottom: 18px; }
  .mutuo-process-summary { align-items: flex-start; gap: 14px; margin-top: 14px; }
  .mutuo-process-summary > span { padding-top: 2px; }
  .mutuo-process-line { gap: 14px; }
  .mutuo-process-content { padding: 22px; }
  .mutuo-process-step { aspect-ratio: 1.28 / 1; }
  body.mutuo-home .mutuo-process-step h3,
  body.mutuo-home .mutuo-process-step:is(:hover, :focus, .is-expanded) h3 { font-size: 20px; white-space: normal; }
  .mutuo-process-step p { max-height: 6em; margin-top: 10px; opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .mutuo-process-step::before,
	.mutuo-process-step::after,
  .mutuo-process-media img,
  .mutuo-process-step h3,
  .mutuo-process-step p { animation: none !important; transition: none; }
}
.mutuo-application-scene { margin: 32px 0 0; overflow: hidden; border-radius: 8px; background: #dce4e7; }
.mutuo-application-scene img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }

@media (max-width: 700px) {
  .mutuo-application-scene { margin-top: 26px; }
}

/* Featured product matrix. */
.mutuo-hot-products { background: #fff; }
.mutuo-hot-products .mutuo-section-head { margin-bottom: 28px; }
.mutuo-hot-products .mutuo-text-link { color: #171717; border-bottom-color: #171717; }
.mutuo-hot-grid { display: grid; grid-template-columns: minmax(250px, 1.15fr) repeat(3, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(210px, 1fr)); gap: 14px; }
.mutuo-hot-card { display: grid; grid-template-rows: minmax(112px, 1.05fr) auto; min-height: 0; overflow: hidden; border: 1px solid #e4e4e4; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(7, 27, 49, .045); transition: transform .3s ease, box-shadow .3s ease; }
.mutuo-hot-card:hover { box-shadow: 0 18px 32px rgba(7, 27, 49, .12); transform: translateY(-4px); }
.mutuo-hot-media { display: grid; place-items: center; height: auto; min-height: 0; padding: 0; overflow: hidden; background: #fff; }
.mutuo-hot-media img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; transition: transform .35s ease; }
.mutuo-hot-card:hover .mutuo-hot-media img { transform: scale(1.055); }
.mutuo-hot-body { display: block; padding: 12px 20px 20px; }
.mutuo-hot-body h3 { margin: 0; color: #171717; font-size: clamp(18px, 1.38vw, 23px); font-weight: 760; letter-spacing: 0; line-height: 1.14; }
.mutuo-hot-body p { margin: 8px 0 0; color: #5d6b72; font-size: 12px; line-height: 1.5; }
.mutuo-hot-card-featured { grid-row: 1 / span 2; grid-template-rows: minmax(0, 1fr) auto; border-color: #e4e4e4; border-top-width: 1px; background: #fff; }
.mutuo-hot-card-featured .mutuo-hot-media { align-self: center; }
.mutuo-hot-card-featured .mutuo-hot-body { padding: 0 30px 30px; }
.mutuo-hot-card-featured .mutuo-hot-code { display: block; margin-bottom: 15px; color: var(--mt-blue); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.mutuo-hot-card-featured .mutuo-hot-body h3 { color: #171717; font-size: clamp(30px, 2.45vw, 42px); }
.mutuo-hot-card-featured .mutuo-hot-body strong { display: block; margin-top: 12px; color: #171717; font-size: 18px; font-weight: 760; line-height: 1.2; }
.mutuo-hot-card-featured .mutuo-hot-body p { max-width: 36ch; margin-top: 10px; color: #5d6b72; font-size: 13px; }
.mutuo-hot-featured-action { display: inline-flex; align-items: center; gap: 14px; margin-top: 20px; padding: 12px 16px; color: #fff; background: var(--mt-blue); font-size: 11px; font-weight: 800; letter-spacing: .02em; transition: background .2s ease, color .2s ease; }
.mutuo-hot-card-featured:hover .mutuo-hot-featured-action { color: #fff; background: #076e9d; }

@media (min-width: 701px) and (max-width: 980px) {
  .mutuo-hot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; }
  .mutuo-hot-card-featured { grid-column: 1 / -1; grid-row: auto; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); grid-template-rows: minmax(280px, 1fr); }
  .mutuo-hot-card-featured .mutuo-hot-body { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 28px; }
}

@media (max-width: 700px) {
  .mutuo-hot-grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; }
  .mutuo-hot-card { grid-template-rows: 180px auto; }
  .mutuo-hot-media { aspect-ratio: auto; }
  .mutuo-hot-card-featured { grid-row: auto; grid-template-rows: 280px auto; }
  .mutuo-hot-card-featured .mutuo-hot-body { padding: 0 24px 25px; }
  .mutuo-hot-card-featured .mutuo-hot-body h3 { font-size: 31px; }
}

/* Compact industry application layout. */
.mutuo-applications { position: relative; isolation: isolate; background: #fff; }
.mutuo-applications::before { position: absolute; z-index: 0; inset: 0; content: ""; pointer-events: none; opacity: .13; background: url('../mutuo/muterra-applications-background.webp') center / cover no-repeat; }
.mutuo-applications .mutuo-container { position: relative; z-index: 1; }
.mutuo-applications-grid { align-items: center; gap: clamp(42px, 5vw, 82px); }
.mutuo-applications-copy h2 { margin: 12px 0 16px; }
.mutuo-applications-copy p { max-width: 48ch; margin: 0; color: #4f5e66; }
.mutuo-applications-copy .mutuo-arrow-link { margin-top: 18px; color: #171717; border-bottom-color: #171717; }
.mutuo-applications-copy .mutuo-arrow-link:hover { color: var(--mt-blue); border-bottom-color: var(--mt-blue); }
.mutuo-applications .mutuo-application-scene { width: 100%; max-width: 460px; margin: 20px 0 0; aspect-ratio: 16 / 9; border-radius: 8px; background: #fff; box-shadow: 0 10px 24px rgba(7, 27, 49, .08); }
.mutuo-applications .mutuo-application-scene img { width: 100%; height: 100%; aspect-ratio: auto; object-position: center 58%; }
.mutuo-application-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 760px; margin-left: auto; background: transparent; }
.mutuo-application-list .mutuo-application-card { position: relative; display: block; min-height: 244px; overflow: hidden; color: #fff; border: 1px solid #e2e6e8; border-radius: 8px; background: #122434; box-shadow: 0 10px 24px rgba(7, 27, 49, .08); isolation: isolate; }
.mutuo-application-list .mutuo-application-card > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.mutuo-application-list .mutuo-application-card::after { position: absolute; z-index: -1; inset: 0; background: linear-gradient(180deg, rgba(4, 17, 28, .04) 8%, rgba(4, 17, 28, .18) 38%, rgba(4, 17, 28, .94) 100%); content: ""; }
.mutuo-application-list .mutuo-application-card-content { display: flex; flex-direction: column; align-items: flex-start; min-height: 244px; padding: 20px 22px 18px; }
.mutuo-application-index { color: rgba(255, 255, 255, .78); font-size: 10px; font-weight: 760; letter-spacing: .1em; line-height: 1.2; text-transform: uppercase; }
.mutuo-application-list .mutuo-application-card strong { max-width: 18ch; margin: auto 0 9px; color: #fff; font-size: clamp(20px, 1.65vw, 26px); font-weight: 760; letter-spacing: 0; line-height: 1.06; }
.mutuo-application-list .mutuo-application-card small { display: -webkit-box; overflow: hidden; max-width: 34ch; color: rgba(255, 255, 255, .8); font-size: 11px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.mutuo-application-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 13px; color: #fff; font-size: 10px; font-weight: 760; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.mutuo-application-more b { color: var(--mt-orange); font-size: 15px; font-weight: 500; }
.mutuo-application-list .mutuo-application-card:hover { color: #fff; box-shadow: 0 16px 30px rgba(7, 27, 49, .16); transform: none; }
.mutuo-application-list .mutuo-application-card:hover strong { color: #fff; }
.mutuo-application-list .mutuo-application-card:hover > img { transform: scale(1.045); }

@media (min-width: 981px) {
  .mutuo-applications { box-sizing: border-box; height: min(100svh, 780px); max-height: none; padding-block: clamp(28px, 5svh, 52px); overflow: hidden; }
  .mutuo-applications-grid { height: 100%; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); }
}

@media (max-width: 980px) {
  .mutuo-applications { height: auto; max-height: none; overflow: visible; }
}

@media (max-width: 700px) {
  .mutuo-applications-copy .mutuo-arrow-link { margin-top: 16px; }
  .mutuo-applications .mutuo-application-scene { max-width: none; margin-top: 22px; }
  .mutuo-application-list { grid-template-columns: 1fr; }
  .mutuo-application-list .mutuo-application-card, .mutuo-application-list .mutuo-application-card-content { min-height: 238px; }
  .mutuo-application-list .mutuo-application-card-content { padding: 20px; }
  .mutuo-application-list .mutuo-application-card strong { max-width: none; font-size: 25px; }
}

/* Certificates and quality documentation. */
.mutuo-certificates { background: #fff; border-top: 1px solid #edf0f1; border-bottom: 1px solid #edf0f1; }
.mutuo-certificates-head { align-items: flex-end; margin-bottom: 30px; }
.mutuo-certificates-head h2 { margin-bottom: 0; }
.mutuo-certificates-head .mutuo-section-intro { max-width: 450px; color: #5e6b72; }
.mutuo-certificates-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(34px, 5vw, 72px); align-items: stretch; }
.mutuo-certificates-media { position: relative; min-height: 380px; margin: 0; overflow: hidden; border-radius: 8px; background: #172b3a; }
.mutuo-certificates-media::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 21, 34, .02) 34%, rgba(5, 21, 34, .9) 100%); content: ""; }
.mutuo-certificates-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mutuo-certificates-media figcaption { position: absolute; z-index: 1; right: 26px; bottom: 23px; left: 26px; display: grid; gap: 6px; color: #fff; }
.mutuo-certificates-media figcaption span { color: rgba(255, 255, 255, .72); font-size: 10px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.mutuo-certificates-media figcaption strong { font-size: 18px; font-weight: 700; letter-spacing: 0; line-height: 1.25; }
.mutuo-certificate-list { display: flex; flex-direction: column; border-top: 1px solid #dfe5e7; }
.mutuo-certificate-item { display: grid; grid-template-columns: 32px minmax(0, 1fr) 22px; gap: 17px; align-items: start; padding: 20px 0; border-bottom: 1px solid #dfe5e7; }
.mutuo-certificate-index { padding-top: 3px; color: var(--mt-blue); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.mutuo-certificate-item h3 { margin: 0 0 7px; color: #171717; font-size: 18px; font-weight: 740; letter-spacing: 0; line-height: 1.15; }
.mutuo-certificate-item p { max-width: 56ch; margin: 0; color: #5e6b72; font-size: 12px; line-height: 1.55; }
.mutuo-certificate-arrow { padding-top: 1px; color: var(--mt-blue); font-size: 19px; line-height: 1; }
.mutuo-certificate-contact { display: inline-flex; align-items: center; align-self: flex-start; gap: 10px; margin-top: 18px; color: #171717; border-bottom: 1px solid #171717; padding-bottom: 5px; font-size: 11px; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.mutuo-certificate-contact:hover { color: var(--mt-blue); border-bottom-color: var(--mt-blue); }

@media (max-width: 700px) {
  .mutuo-certificates-head { margin-bottom: 26px; }
  .mutuo-certificates-grid { grid-template-columns: 1fr; gap: 25px; }
  .mutuo-certificates-media { min-height: 280px; }
  .mutuo-certificates-media figcaption { right: 20px; bottom: 19px; left: 20px; }
  .mutuo-certificate-item { grid-template-columns: 28px minmax(0, 1fr) 18px; gap: 12px; padding: 18px 0; }
  .mutuo-certificate-item h3 { font-size: 17px; }
}

/* Image-led latest news layout. */
.mutuo-news { background: #fff; }
.mutuo-news .mutuo-news-head { display: flex; flex-direction: column; align-items: center; margin-bottom: 34px; text-align: center; }
.mutuo-news-head h2 { margin: 12px 0 11px; color: #171717; font-size: clamp(36px, 4vw, 54px); font-weight: 740; letter-spacing: 0; line-height: 1.05; }
.mutuo-news-head p { max-width: 560px; margin: 0; color: #5e6b72; font-size: 14px; line-height: 1.55; }
.mutuo-news-head .mutuo-text-link { margin-top: 20px; color: var(--mt-blue); }
.mutuo-news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; max-width: none; margin: 0; }
.mutuo-news-card { overflow: hidden; border: 1px solid #e3e6e8; border-radius: 8px; background: #fff; box-shadow: none; }
.mutuo-news-card a { display: flex; flex-direction: column; height: 100%; padding: 0; }
.mutuo-news-media { aspect-ratio: 16 / 8.7; overflow: hidden; background: #edf1f3; }
.mutuo-news-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mutuo-news-card:nth-child(2) .mutuo-news-media img { object-position: center 42%; }
.mutuo-news-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 19px 21px 21px; }
.mutuo-news-meta { justify-content: flex-start; gap: 10px; margin: 0 0 13px; color: #6d7b82; font-size: 10px; font-weight: 760; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.mutuo-news-meta span + span { padding-left: 10px; border-left: 1px solid #d6dde0; color: var(--mt-blue); }
.mutuo-news-card h3 { margin: 0 0 10px; color: #171717; font-size: 18px; font-weight: 740; letter-spacing: 0; line-height: 1.35; }
.mutuo-news-card p { margin: 0 0 18px; color: #5e6b72; font-size: 12px; line-height: 1.6; }
.mutuo-news-link { margin-top: auto; color: var(--mt-blue); font-size: 11px; font-weight: 760; letter-spacing: 0; text-transform: none; }
.mutuo-news-link span { font-size: 15px; }
.mutuo-news-card:hover { background: #fff; box-shadow: 0 12px 26px rgba(7, 27, 49, .08); transform: translateY(-3px); }
.mutuo-news-card:hover h3 { color: #171717; }
.mutuo-news-card:hover .mutuo-news-link { color: var(--mt-blue); }
.mutuo-news-card:hover .mutuo-news-media img { transform: scale(1.045); }

@media (max-width: 700px) {
  .mutuo-news .mutuo-news-head { align-items: flex-start; margin-bottom: 26px; text-align: left; }
  .mutuo-news-head h2 { font-size: 38px; }
  .mutuo-news-head .mutuo-text-link { margin-top: 17px; }
  .mutuo-news-grid { grid-template-columns: 1fr; gap: 16px; }
  .mutuo-news-body { padding: 18px 19px 20px; }
  .mutuo-news-card h3 { font-size: 19px; }
}

/* Header search replaces the former quote CTA. */
.mutuo-header-inner { position: relative; }
.mutuo-header-search { display: inline-grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; margin-left: 2px; padding: 0; color: #171717; border: 1px solid #d6dde0; border-radius: 50%; background: #fff; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.mutuo-header-search svg, .mutuo-header-search-panel button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.mutuo-header-search:hover, .mutuo-header-search[aria-expanded="true"] { color: var(--mt-blue); border-color: var(--mt-blue); background: #fff; }
.mutuo-header-search-panel { position: absolute; z-index: 10; top: calc(100% - 5px); right: 0; display: flex; align-items: center; width: min(360px, calc(100vw - 32px)); height: 50px; padding: 0 6px 0 16px; border: 1px solid #d6dde0; border-radius: 8px; visibility: hidden; background: #fff; box-shadow: 0 14px 32px rgba(7, 27, 49, .14); opacity: 0; pointer-events: none; transform: translateY(-7px); transition: visibility 0s linear .2s, opacity .2s ease, transform .2s ease; }
.mutuo-header-search-panel.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); transition-delay: 0s; }
.mutuo-header-search-panel input { flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; color: #171717; background: transparent; font: inherit; font-size: 13px; }
.mutuo-header-search-panel input::placeholder { color: #748188; }
.mutuo-header-search-panel button { display: grid; place-items: center; flex: 0 0 36px; width: 36px; height: 36px; padding: 0; color: #fff; border: 0; border-radius: 50%; background: var(--mt-blue); cursor: pointer; }
.mutuo-header-search-panel button:hover { background: #171717; }

@media (max-width: 980px) {
  .mutuo-header-search { order: 2; margin-left: auto; margin-right: 13px; }
  .mutuo-menu-toggle { order: 3; margin-left: 0; }
  .mutuo-header-search-panel { top: calc(100% + 2px); }
}

@media (max-width: 700px) {
  .mutuo-header-search { flex-basis: 38px; width: 38px; height: 38px; margin-right: 10px; }
  .mutuo-header-search-panel { right: 0; width: min(340px, calc(100vw - 32px)); }
}

/* Low-contrast factory background behind the process cards. */
.mutuo-process { position: relative; isolation: isolate; overflow: hidden; background: #fff; }
.mutuo-process::before { position: absolute; z-index: -1; inset: 0; background: url('../mutuo/muterra-process-background.webp') center / cover no-repeat; content: ""; opacity: .1; pointer-events: none; }
.mutuo-process .mutuo-container { position: relative; z-index: 1; }

/* Low-contrast warehouse background behind the hot product matrix. */
.mutuo-hot-products { position: relative; isolation: isolate; overflow: hidden; background: #fff; }
.mutuo-hot-products::before { position: absolute; z-index: -1; inset: 0; background: url('../mutuo/muterra-hot-products-background.webp') center / cover no-repeat; content: ""; opacity: .08; pointer-events: none; }
.mutuo-hot-products .mutuo-container { position: relative; z-index: 1; }

/* Full-width manufacturing backdrop for the About MUTERRA module. */
.mutuo-intro { position: relative; isolation: isolate; overflow: hidden; background: #fff; }
.mutuo-intro::before { position: absolute; z-index: 0; inset: 0; background: url('../mutuo/muterra-about-module-background.webp') center / cover no-repeat; content: ""; opacity: .11; pointer-events: none; }
.mutuo-intro-grid { position: relative; z-index: 1; }

/* Flat visual treatment: remove all homepage shadows and blue glow effects. */
body.mutuo-home .mutuo-site-shell,
body.mutuo-home .mutuo-site-shell *,
body.mutuo-home .mutuo-site-shell *::before,
body.mutuo-home .mutuo-site-shell *::after {
  box-shadow: none !important;
}
body.mutuo-home .mutuo-site-shell *:not(.mutuo-process-step h3):not(.mutuo-process-step p),
body.mutuo-home .mutuo-site-shell *::before,
body.mutuo-home .mutuo-site-shell *::after {
  text-shadow: none !important;
}

/* Footer palette: a restrained navy base keeps the blue-orange logo prominent. */
.mutuo-footer {
  color: #c8d5dc;
  background: #071b31;
}
.mutuo-footer::before {
  height: 4px;
  background: #feaa02;
}
.mutuo-footer-label { color: #fff; }
.mutuo-footer a,
.mutuo-footer-brand p,
.mutuo-footer-contact p { color: #c8d5dc; }
.mutuo-footer a:hover { color: #feaa02; }
.mutuo-footer-bottom {
  color: #9fb1bb;
  border-top-color: rgba(200, 213, 220, .25);
}

/* Join the news section and footer without decorative separation. */
.mutuo-news { padding-bottom: 0; }
.mutuo-footer {
  margin-top: 0;
  border-radius: 0;
}
.mutuo-footer::before { display: none; }

/* The hero poster uses square edges on every viewport. */
.mutuo-hero { border-radius: 0; }

/* Current-page state for the white header navigation. */
.mutuo-nav a.is-active,
.mutuo-nav a:hover:not(.is-active) { color: #087bac !important; }
.mutuo-nav a.is-active::after {
  width: 100%;
  bottom: 7px;
  height: 3px;
  border-radius: 0;
  background: #087bac;
}
.mutuo-nav a:hover:not(.is-active)::after { width: 0; }

/* Product Range uses blue for every interactive and accent state. */
.mutuo-products .mutuo-button-primary,
.mutuo-products .mutuo-button-primary:hover,
.mutuo-products .mutuo-product-tabs button.is-active {
  border-color: #087bac;
  background: #087bac;
}
.mutuo-products .mutuo-product-stage-rule { background: #feaa02; }
.mutuo-products .mutuo-product-picker button.is-active {
  border-color: #087bac;
  box-shadow: inset 3px 0 #087bac;
}
.mutuo-products .mutuo-arrow-link:hover {
  color: #087bac;
  border-color: #087bac;
}

@media (min-width: 981px) {
  .mutuo-products .mutuo-product-picker button.is-active {
    box-shadow: inset 3px 0 #087bac;
  }
}

/* The Product Range feature image is displayed in a square 1:1 frame. */
.mutuo-product-stage { height: auto; align-items: start; }
.mutuo-product-stage-media {
  align-self: start;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}
.mutuo-product-stage-media img {
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: inherit;
  object-fit: cover;
}
.mutuo-product-picker button {
  overflow: hidden;
  border-radius: 8px;
}
.mutuo-product-picker img { border-radius: 6px; }

/* Low-contrast pipe inventory background for the Product Range module. */
.mutuo-products {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}
.mutuo-products::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url('../mutuo/muterra-product-range-background.webp') center / cover no-repeat;
  content: "";
  opacity: .1;
  pointer-events: none;
}
.mutuo-products .mutuo-container { position: relative; z-index: 1; }

/* Keep Hot Products card edges neutral. */
.mutuo-hot-card { border-color: transparent; }

/* Softly rounded text-only action in the featured product card. */
.mutuo-hot-featured-action { border-radius: 6px; }

/* Application cards use text-only calls to action. */
.mutuo-application-more b { display: none; }
.mutuo-application-index { display: none; }

/* Blue text-only application link. */
.mutuo-applications-copy .mutuo-arrow-link,
.mutuo-applications-copy .mutuo-arrow-link:hover {
  color: #087bac;
  border-bottom-color: #087bac;
}

/* Blue documentation request link. */
.mutuo-certificate-contact,
.mutuo-certificate-contact:hover {
  color: #087bac;
  border-bottom-color: #087bac;
}

/* A compact breathing space before the footer. */
.mutuo-news { padding-bottom: 32px; }

@media (max-width: 700px) {
  .mutuo-news { padding-bottom: 24px; }
}

/* Keep news cards free of visible border color. */
.mutuo-news-card { border-color: transparent; }

/* Improved readability for news summaries and article links. */
.mutuo-news-card p { font-size: 14px; }
.mutuo-news-link { font-size: 13px; }
.mutuo-news-link span { font-size: 18px; }

/* Equal-size news cards across each grid row. */
.mutuo-news-grid {
  grid-auto-rows: 1fr;
  align-items: stretch;
}
.mutuo-news-card { height: 100%; }

/* High-contrast carrier for the transparent footer logo. */
.mutuo-brand-footer {
  padding: 12px 14px;
  background: #fff;
  border-radius: 6px;
  box-shadow: none;
}

/* Slightly larger footer typography for improved readability. */
.mutuo-footer-label { font-size: 15px; }
.mutuo-footer a,
.mutuo-footer-brand p,
.mutuo-footer-contact p { font-size: 17px; }
.mutuo-footer-bottom { font-size: 15px; }
.mutuo-footer-brand p { max-width: 340px; }

/* Compact quality-assurance summary for the homepage. */
.mutuo-quality-assurance { background: #f4f8fa; }
.mutuo-quality-assurance-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .7fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: end;
  margin-bottom: 30px;
}
.mutuo-quality-assurance h2 {
  margin: 12px 0 0;
  color: #171717;
  font-size: clamp(34px, 3.6vw, 52px);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.05;
}
.mutuo-quality-assurance-head > p {
  max-width: 470px;
  margin: 0 0 3px;
  color: #5e6b72;
  font-size: 15px;
  line-height: 1.6;
}
.mutuo-quality-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mutuo-quality-assurance-grid article {
  min-height: 190px;
  padding: 26px;
  background: #fff;
  border-radius: 8px;
}
.mutuo-quality-assurance-grid article > span {
  display: block;
  margin-bottom: 34px;
  color: #087bac;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.mutuo-quality-assurance-grid h3 {
  margin: 0 0 10px;
  color: #171717;
  font-size: 21px;
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.15;
}
.mutuo-quality-assurance-grid p {
  margin: 0;
  color: #5e6b72;
  font-size: 13px;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .mutuo-quality-assurance-head,
  .mutuo-quality-assurance-grid { grid-template-columns: 1fr; }
  .mutuo-quality-assurance-head { gap: 16px; }
  .mutuo-quality-assurance-grid { gap: 12px; }
  .mutuo-quality-assurance-grid article { min-height: 0; padding: 22px; }
  .mutuo-quality-assurance-grid article > span { margin-bottom: 22px; }
}

/* Certificate showcase: an editorial overview without simulated certificate scans. */
.mutuo-certificate-showcase { background: #f4f7f8; }
.mutuo-certificate-showcase-grid {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(40px, 7vw, 120px);
  align-items: center;
}
.mutuo-certificate-showcase-copy h2 {
  max-width: 15ch;
  margin: 12px 0 20px;
  color: #171717;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 740;
  letter-spacing: 0;
  line-height: 1.08;
}
.mutuo-certificate-showcase-copy p {
  max-width: 44ch;
  margin: 0;
  color: #5e6b72;
  font-size: 14px;
  line-height: 1.65;
}
.mutuo-certificate-showcase-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  padding: 12px 18px;
  color: #087bac;
  border: 1px solid #087bac;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.mutuo-certificate-showcase-link:hover { color: #fff; background: #087bac; }
.mutuo-certificate-showcase-link span { font-size: 17px; line-height: 1; }
.mutuo-certificate-showcase-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.mutuo-certificate-showcase-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
  padding: 18px 18px 20px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.mutuo-certificate-paper {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 244px;
  padding: 22px 15px;
  color: #263744;
  border: 1px solid #d3dce1;
  background: linear-gradient(135deg, #fff 0 48%, #f5f8f9 48% 52%, #fff 52% 100%);
}
.mutuo-certificate-paper > span {
  color: #087bac;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
}
.mutuo-certificate-paper strong {
  color: #171717;
  font-size: clamp(26px, 2.1vw, 36px);
  font-weight: 760;
  letter-spacing: .03em;
  line-height: .98;
}
.mutuo-certificate-paper small {
  max-width: 18ch;
  color: #64737b;
  font-size: 10px;
  line-height: 1.45;
}
.mutuo-certificate-showcase-card h3 {
  margin: 17px 0 0;
  color: #171717;
  font-size: 15px;
  font-weight: 740;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .mutuo-certificate-showcase-grid { grid-template-columns: 1fr; gap: 34px; }
  .mutuo-certificate-showcase-copy h2 { max-width: none; }
}

@media (max-width: 700px) {
  .mutuo-certificate-showcase-cards { grid-template-columns: 1fr; }
  .mutuo-certificate-showcase-card { min-height: 0; }
  .mutuo-certificate-paper { min-height: 260px; }
}

/* Certificate image mockup: one clearly labelled test document reused in the three-card layout. */
.mutuo-certificate-paper {
  display: block;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.mutuo-certificate-paper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* Keep the short certificate title within its grid column. */
.mutuo-certificate-showcase-copy { min-width: 0; }
.mutuo-certificate-showcase-copy h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(26px, 2.6vw, 44px);
  letter-spacing: -.04em;
}

/* Certificates: a quiet green landscape keeps the documentation layout grounded and legible. */
.mutuo-certificate-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}
.mutuo-certificate-showcase::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: .10;
  background: url('../mutuo/muterra-certificates-quality-background.webp') center / cover no-repeat;
}
.mutuo-certificate-showcase .mutuo-container {
  position: relative;
  z-index: 1;
}

/* Document-panel treatment for the certificate introduction. */
.mutuo-certificate-showcase-copy {
  position: relative;
  padding: 6px 0 6px clamp(22px, 2vw, 32px);
  border: 0;
  border-left: 3px solid var(--mt-blue);
  border-radius: 0;
  background: transparent;
}
.mutuo-certificate-showcase-copy h2 { margin-bottom: 17px; }
.mutuo-certificate-showcase-copy h2::after {
  display: block;
  width: 46px;
  height: 3px;
  margin-top: 17px;
  background: var(--mt-orange);
  content: "";
}
.mutuo-certificate-showcase-copy .mutuo-certificate-showcase-link { margin-top: 30px; }

@media (max-width: 700px) {
  .mutuo-certificate-showcase-copy { padding: 4px 0 4px 20px; }
}

/* Latest News uses the same white-base, low-contrast image treatment as the other home modules. */
.mutuo-news {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #fff;
}
.mutuo-news::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  content: "";
  opacity: .08;
  background: url('../mutuo/muterra-news-background.webp') center / cover no-repeat;
}
.mutuo-news .mutuo-container {
  position: relative;
  z-index: 1;
}

/* MUTERRA page scroll reveal: restrained directional motion for editorial sections. */
@media (prefers-reduced-motion: no-preference) {
  .mutuo-home.has-scroll-reveal .mutuo-reveal,
  .mutuo-about-page.has-scroll-reveal .mutuo-reveal,
  .mutuo-service-page.has-scroll-reveal .mutuo-reveal,
  .mutuo-contact-page.has-scroll-reveal .mutuo-reveal,
  .mutuo-news-page.has-scroll-reveal .mutuo-reveal,
  .mutuo-catalog-page.has-scroll-reveal .mutuo-reveal,
  .mutuo-product-page.has-scroll-reveal .mutuo-reveal {
    opacity: 0;
    transition: opacity .68s cubic-bezier(.16, 1, .3, 1) var(--mutuo-reveal-delay, 0ms), transform .68s cubic-bezier(.16, 1, .3, 1) var(--mutuo-reveal-delay, 0ms);
    will-change: opacity, transform;
  }
  .mutuo-home.has-scroll-reveal .mutuo-reveal--from-left,
  .mutuo-about-page.has-scroll-reveal .mutuo-reveal--from-left,
  .mutuo-service-page.has-scroll-reveal .mutuo-reveal--from-left,
  .mutuo-contact-page.has-scroll-reveal .mutuo-reveal--from-left,
  .mutuo-news-page.has-scroll-reveal .mutuo-reveal--from-left,
  .mutuo-catalog-page.has-scroll-reveal .mutuo-reveal--from-left,
  .mutuo-product-page.has-scroll-reveal .mutuo-reveal--from-left { transform: translate3d(-28px, 0, 0); }
  .mutuo-home.has-scroll-reveal .mutuo-reveal--from-right,
  .mutuo-about-page.has-scroll-reveal .mutuo-reveal--from-right,
  .mutuo-service-page.has-scroll-reveal .mutuo-reveal--from-right,
  .mutuo-contact-page.has-scroll-reveal .mutuo-reveal--from-right,
  .mutuo-news-page.has-scroll-reveal .mutuo-reveal--from-right,
  .mutuo-catalog-page.has-scroll-reveal .mutuo-reveal--from-right,
  .mutuo-product-page.has-scroll-reveal .mutuo-reveal--from-right { transform: translate3d(28px, 0, 0); }
  .mutuo-home.has-scroll-reveal .mutuo-reveal--from-bottom,
  .mutuo-about-page.has-scroll-reveal .mutuo-reveal--from-bottom,
  .mutuo-service-page.has-scroll-reveal .mutuo-reveal--from-bottom,
  .mutuo-contact-page.has-scroll-reveal .mutuo-reveal--from-bottom,
  .mutuo-news-page.has-scroll-reveal .mutuo-reveal--from-bottom,
  .mutuo-catalog-page.has-scroll-reveal .mutuo-reveal--from-bottom,
  .mutuo-product-page.has-scroll-reveal .mutuo-reveal--from-bottom { transform: translate3d(0, 22px, 0); }
  .mutuo-home.has-scroll-reveal .mutuo-reveal.is-visible,
  .mutuo-about-page.has-scroll-reveal .mutuo-reveal.is-visible,
  .mutuo-service-page.has-scroll-reveal .mutuo-reveal.is-visible,
  .mutuo-contact-page.has-scroll-reveal .mutuo-reveal.is-visible,
  .mutuo-news-page.has-scroll-reveal .mutuo-reveal.is-visible,
  .mutuo-catalog-page.has-scroll-reveal .mutuo-reveal.is-visible,
  .mutuo-product-page.has-scroll-reveal .mutuo-reveal.is-visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    will-change: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mutuo-home .mutuo-reveal,
  .mutuo-about-page .mutuo-reveal,
  .mutuo-service-page .mutuo-reveal,
  .mutuo-contact-page .mutuo-reveal,
  .mutuo-news-page .mutuo-reveal,
  .mutuo-catalog-page .mutuo-reveal,
  .mutuo-product-page .mutuo-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* About MUTERRA: compact capability cards above the company introduction. */
.mutuo-intro { padding-top: 88px; }
.mutuo-about-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: clamp(48px, 5vw, 76px);
}
.mutuo-about-highlight-card {
  min-height: 276px;
  padding: 18px 25px 30px;
  overflow: hidden;
  color: #fff;
  border-radius: 15px;
  background: linear-gradient(to bottom, #087bac 0%, #087bac 65%, #2d9cdd 100%);
}
.mutuo-about-highlight-title {
  display: flex;
  align-items: flex-start;
  max-width: 15ch;
  min-height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.32;
}
.mutuo-about-highlight-icon {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .85);
}
.mutuo-about-highlight-icon svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
  transition: transform .5s ease;
}
.mutuo-about-highlight-card:hover .mutuo-about-highlight-icon svg { transform: rotateY(180deg); }
.mutuo-about-highlight-card strong {
  display: block;
  color: #fff;
  font-size: clamp(42px, 3.35vw, 54px);
  font-weight: 760;
  letter-spacing: -.055em;
  line-height: 1;
}
.mutuo-about-highlight-card sup {
  margin-left: 2px;
  font-size: .55em;
  letter-spacing: 0;
  vertical-align: top;
}
.mutuo-about-highlight-card p {
  max-width: 20ch;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .90);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .mutuo-about-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .mutuo-intro { padding-top: 64px; }
  .mutuo-about-highlights { grid-template-columns: 1fr; gap: 10px; margin-bottom: 38px; }
  .mutuo-about-highlight-card { min-height: 216px; padding: 18px 20px 24px; }
  .mutuo-about-highlight-title { min-height: 40px; font-size: 16px; }
  .mutuo-about-highlight-icon { margin-bottom: 16px; padding-bottom: 10px; }
  .mutuo-about-highlight-icon svg { width: 40px; height: 40px; }
  .mutuo-about-highlight-card strong { font-size: 44px; }
  .mutuo-about-highlight-card p { margin-top: 16px; font-size: 12px; }
}

/* Let the expanded About section grow naturally instead of clipping to a viewport treatment. */
.mutuo-intro {
  height: auto;
  min-height: 0;
  max-height: none;
  overflow: visible;
}

/* Industry Applications: full-width active scene with a vertical application switcher. */
.mutuo-applications {
  height: auto;
  min-height: 0;
  max-height: none;
  padding: 0;
  overflow: visible;
  background: #fff;
}
.mutuo-applications::before { display: none; }
.mutuo-application-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .34fr);
  width: 100%;
}
.mutuo-application-stage {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(610px, 58vw, 820px);
  overflow: hidden;
  background: #072b44;
}
.mutuo-application-stage > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: opacity .35s ease;
}
.mutuo-application-stage::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 30, 51, .82) 0%, rgba(4, 57, 87, .63) 45%, rgba(4, 41, 66, .34) 100%);
  content: "";
}
.mutuo-application-stage-content {
  width: min(100% - 64px, 760px);
  margin-left: clamp(32px, 7vw, 128px);
  color: #fff;
}
.mutuo-application-stage-content .mutuo-eyebrow { color: rgba(255, 255, 255, .78); }
.mutuo-application-stage-content h2 {
  margin: 16px 0 24px;
  color: #fff;
  font-size: clamp(30px, 4.2vw, 62px);
  font-weight: 760;
  letter-spacing: -.04em;
  line-height: 1.05;
}
.mutuo-application-stage-content p {
  max-width: 59ch;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(15px, 1.35vw, 19px);
  line-height: 1.7;
}
.mutuo-application-stage-link {
  min-height: 50px;
  margin-top: 32px;
  padding-inline: 24px;
  color: #171717;
  border-radius: 6px;
  background: var(--mt-orange);
  font-size: 11px;
}
.mutuo-application-stage-link:hover { color: #171717; background: #feaa02; }
.mutuo-application-nav {
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  min-width: 0;
  background: #075f91;
}
.mutuo-application-nav button {
  position: relative;
  min-width: 0;
  padding: 28px clamp(24px, 3vw, 58px);
  color: rgba(255, 255, 255, .88);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .30);
  background: #075f91;
  cursor: pointer;
  font: inherit;
  font-size: clamp(17px, 1.6vw, 26px);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.18;
  text-align: left;
  transition: color .25s ease, background .25s ease;
}
.mutuo-application-nav button:last-child { border-bottom: 0; }
.mutuo-application-nav button:hover,
.mutuo-application-nav button:focus-visible,
.mutuo-application-nav button.is-active { color: #fff; background: #087bac; }
.mutuo-application-nav button:focus-visible { z-index: 1; outline: 3px solid #fff; outline-offset: -5px; }

@media (max-width: 980px) {
  .mutuo-application-showcase { grid-template-columns: 1fr; }
  .mutuo-application-stage { min-height: 590px; }
  .mutuo-application-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(112px, 1fr)); }
  .mutuo-application-nav button:nth-child(2) { border-bottom-color: rgba(255, 255, 255, .30); }
  .mutuo-application-nav button:nth-child(odd) { border-right: 1px solid rgba(255, 255, 255, .30); }
}

@media (max-width: 700px) {
  .mutuo-application-stage { align-items: flex-end; min-height: 520px; }
  .mutuo-application-stage-content { width: auto; margin: 0; padding: 36px 24px 38px; }
  .mutuo-application-stage-content h2 { margin: 12px 0 16px; font-size: clamp(29px, 9vw, 42px); }
  .mutuo-application-stage-content p { font-size: 14px; line-height: 1.6; }
  .mutuo-application-stage-link { min-height: 46px; margin-top: 24px; }
  .mutuo-application-nav { grid-template-columns: 1fr; grid-template-rows: repeat(4, minmax(86px, 1fr)); }
  .mutuo-application-nav button { min-height: 86px; padding: 20px 24px; border-right: 0 !important; font-size: 18px; }
}

/* A muted application switcher keeps the image-led layout from becoming too blue-heavy. */
.mutuo-application-nav { background: #f1f5f6; }
.mutuo-application-nav button {
  color: #334d5d;
  border-bottom-color: #d7e1e5;
  background: transparent;
}
.mutuo-application-nav button:hover,
.mutuo-application-nav button:focus-visible {
  color: #087bac;
  background: #fff;
}
.mutuo-application-nav button.is-active {
  color: #087bac;
  border-left: 4px solid #087bac;
  background: #e6f2f7;
}
.mutuo-application-nav button:focus-visible { outline-color: #087bac; }

@media (max-width: 980px) {
  .mutuo-application-nav button:nth-child(odd) { border-right-color: #d7e1e5; }
  .mutuo-application-nav button:nth-child(2) { border-bottom-color: #d7e1e5; }
}

/* Application showcase: layered, low-contrast transitions inspired by industrial editorial layouts. */
.mutuo-application-stage > .mutuo-application-image {
  z-index: -2;
  opacity: 1;
  transform: scale(1);
  transition: opacity 420ms cubic-bezier(.22, .61, .36, 1), transform 620ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-application-stage > .mutuo-application-image--next {
  z-index: -1;
  opacity: 0;
  transform: scale(1.035);
}
.mutuo-application-stage.is-transitioning > .mutuo-application-image--current {
  opacity: 0;
  transform: scale(1.025);
}
.mutuo-application-stage.is-transitioning > .mutuo-application-image--next {
  opacity: 1;
  transform: scale(1);
}
.mutuo-application-stage-content {
  transition: opacity 220ms ease, transform 420ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-application-stage.is-transitioning .mutuo-application-stage-content {
  opacity: .18;
  transform: translateY(8px);
}
.mutuo-application-nav {
  background: linear-gradient(145deg, #fafcfd 0%, #f2f6f7 56%, #e9f0f3 100%);
}
.mutuo-application-nav button {
  isolation: isolate;
  overflow: hidden;
  color: #263f4f;
  border-bottom-color: #d5e0e5;
  background: transparent;
  transition: color 240ms ease, background-position 360ms cubic-bezier(.22, .61, .36, 1), border-color 240ms ease;
}
.mutuo-application-nav button::before {
  position: absolute;
  z-index: -1;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 4px;
  background: linear-gradient(180deg, #087bac 0%, #2d9cdd 100%);
  content: "";
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 300ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-application-nav button::after {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(105deg, rgba(255, 255, 255, .94) 0%, rgba(232, 245, 250, .92) 100%);
  content: "";
  opacity: 0;
  transition: opacity 300ms ease;
}
.mutuo-application-nav button:hover,
.mutuo-application-nav button:focus-visible {
  color: #087bac;
  background: linear-gradient(105deg, #ffffff 0%, #eef8fb 100%);
}
.mutuo-application-nav button:hover::after,
.mutuo-application-nav button:focus-visible::after,
.mutuo-application-nav button.is-active::after { opacity: 1; }
.mutuo-application-nav button.is-active {
  color: #087bac;
  border-left: 0;
  background: linear-gradient(105deg, #f6fcfe 0%, #dceff6 100%);
}
.mutuo-application-nav button.is-active::before { transform: scaleY(1); }
.mutuo-application-nav button:focus-visible { outline-color: #087bac; }

@media (prefers-reduced-motion: reduce) {
  .mutuo-application-stage > .mutuo-application-image,
  .mutuo-application-stage-content,
  .mutuo-application-nav button,
  .mutuo-application-nav button::before,
  .mutuo-application-nav button::after { transition: none; }
}

/* Full-bleed application scenes: the navigation sits inside the image rather than splitting the module in two. */
.mutuo-application-showcase {
  position: relative;
  display: block;
  min-height: clamp(620px, 44vw, 760px);
}
.mutuo-application-stage {
  width: 100%;
  min-height: clamp(620px, 44vw, 760px);
}
.mutuo-application-stage > .mutuo-application-image {
  z-index: 0;
  object-position: center;
}
.mutuo-application-stage > .mutuo-application-image--next { z-index: 0; }
.mutuo-application-stage::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(3, 24, 37, .84) 0%, rgba(4, 31, 47, .64) 36%, rgba(4, 31, 47, .22) 68%, rgba(4, 31, 47, .08) 100%);
}
.mutuo-application-stage-content {
  position: relative;
  z-index: 2;
}
.mutuo-application-stage-content h2 { color: #fff; }
.mutuo-application-nav {
  position: absolute;
  z-index: 3;
  top: clamp(24px, 3vw, 56px);
  right: clamp(24px, 3vw, 56px);
  bottom: clamp(24px, 3vw, 56px);
  display: grid;
  grid-template-rows: repeat(4, minmax(0, 1fr));
  width: min(390px, 27vw);
  background: linear-gradient(160deg, rgba(6, 31, 46, .91) 0%, rgba(10, 57, 77, .82) 100%);
}
.mutuo-application-nav button {
  padding: 20px clamp(22px, 2vw, 34px);
  color: rgba(255, 255, 255, .88);
  border-bottom-color: rgba(255, 255, 255, .18);
  background: transparent;
  font-size: clamp(17px, 1.35vw, 23px);
  font-weight: 680;
  line-height: 1.2;
}
.mutuo-application-nav button::before {
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: linear-gradient(180deg, #2d9cdd 0%, #087bac 100%);
}
.mutuo-application-nav button::after {
  background: linear-gradient(100deg, rgba(45, 156, 221, .34) 0%, rgba(45, 156, 221, .10) 100%);
}
.mutuo-application-nav button:hover,
.mutuo-application-nav button:focus-visible,
.mutuo-application-nav button.is-active {
  color: #fff;
  background: linear-gradient(100deg, rgba(45, 156, 221, .26) 0%, rgba(45, 156, 221, .06) 100%);
}
.mutuo-application-nav button:focus-visible { outline-color: #fff; }

@media (max-width: 980px) {
  .mutuo-application-showcase,
  .mutuo-application-stage { min-height: 700px; }
  .mutuo-application-nav {
    top: auto;
    right: 28px;
    bottom: 28px;
    left: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(94px, 1fr));
    width: auto;
  }
  .mutuo-application-nav button:nth-child(odd) { border-right-color: rgba(255, 255, 255, .18); }
  .mutuo-application-nav button:nth-child(2) { border-bottom-color: rgba(255, 255, 255, .18); }
  .mutuo-application-stage-content { padding-bottom: 240px; }
}

@media (max-width: 700px) {
  .mutuo-application-showcase { min-height: 0; }
  .mutuo-application-stage { min-height: 560px; }
  .mutuo-application-stage::after { background: linear-gradient(90deg, rgba(3, 24, 37, .86) 0%, rgba(4, 31, 47, .48) 100%); }
  .mutuo-application-stage-content { padding-bottom: 38px; }
  .mutuo-application-nav {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(82px, 1fr));
    width: 100%;
  }
  .mutuo-application-nav button { min-height: 82px; }
}

/* High-contrast type and hover-led selection keep the image showcase readable and responsive. */
.mutuo-application-stage::after {
  background: linear-gradient(90deg, rgba(3, 24, 37, .94) 0%, rgba(4, 31, 47, .77) 42%, rgba(4, 31, 47, .30) 69%, rgba(4, 31, 47, .10) 100%);
}
.mutuo-application-stage-content .mutuo-eyebrow {
  color: rgba(255, 255, 255, .92);
  font-weight: 760;
}
.mutuo-application-stage-content h2 {
  color: #fff !important;
  font-weight: 780;
}
.mutuo-application-stage-content p {
  color: rgba(255, 255, 255, .96);
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 520;
  line-height: 1.68;
}
.mutuo-application-nav {
  background: linear-gradient(160deg, rgba(5, 28, 42, .95) 0%, rgba(9, 54, 73, .88) 100%);
}
.mutuo-application-nav button {
  color: rgba(255, 255, 255, .94);
  font-weight: 720;
  transition: color 200ms ease, background 260ms cubic-bezier(.22, .61, .36, 1), border-color 200ms ease;
}
.mutuo-application-nav button:hover,
.mutuo-application-nav button:focus-visible,
.mutuo-application-nav button.is-active {
  color: #fff;
  background: linear-gradient(100deg, rgba(45, 156, 221, .40) 0%, rgba(45, 156, 221, .12) 100%);
}
.mutuo-application-nav button.is-active {
  font-weight: 780;
}
.mutuo-application-nav button.is-active::before { transform: scaleY(1); }

@media (max-width: 700px) {
  .mutuo-application-stage-content p { font-size: 15px; }
}

/* Module-specific interactions: each section has a distinct cue instead of a site-wide hover pattern. */
.mutuo-product-stage-media img,
.mutuo-product-stage-copy {
  transition: opacity 180ms ease, transform 240ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-stage.is-switching .mutuo-product-stage-media img {
  opacity: .22;
  transform: scale(.985);
}
.mutuo-product-stage.is-switching .mutuo-product-stage-copy {
  opacity: .38;
  transform: translateX(10px);
}
.mutuo-product-tabs button {
  position: relative;
  overflow: hidden;
}
.mutuo-product-tabs button::after {
  position: absolute;
  right: 13px;
  bottom: 5px;
  left: 13px;
  height: 2px;
  background: #087bac;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-tabs button:is(:hover, :focus-visible, .is-active)::after { transform: scaleX(1); }
.mutuo-products .mutuo-button-primary {
  background-image: linear-gradient(100deg, #087bac 0%, #2d9cdd 50%, #087bac 100%);
  background-position: 0 0;
  background-size: 180% 100%;
  transition: background-position 320ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-products .mutuo-button-primary:hover { background-position: 100% 0; }

.mutuo-hot-card,
.mutuo-hot-card:hover {
  box-shadow: none;
  transform: none;
}
.mutuo-hot-body { transition: background 280ms ease; }
.mutuo-hot-card:hover .mutuo-hot-body { background: linear-gradient(135deg, #ffffff 0%, #eef9fd 100%); }
.mutuo-hot-featured-action { transition: letter-spacing 240ms ease, background 240ms ease; }
.mutuo-hot-card-featured:hover .mutuo-hot-featured-action {
  background: #087bac;
  letter-spacing: .075em;
}

.mutuo-certificate-showcase-link {
  background-image: linear-gradient(100deg, #087bac 0%, #2d9cdd 100%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: color 280ms ease, background-size 320ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-certificate-showcase-link:hover {
  color: #fff;
  background-size: 100% 100%;
}
.mutuo-certificate-showcase-card { background: #fff; }
.mutuo-certificate-paper {
  transform-origin: center bottom;
  transition: transform 320ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-certificate-showcase-card:hover .mutuo-certificate-paper { transform: translateY(-7px) rotate(-1deg); }
.mutuo-certificate-showcase-card:nth-child(2):hover .mutuo-certificate-paper { transform: translateY(-7px) rotate(.8deg); }
.mutuo-certificate-showcase-card:nth-child(3):hover .mutuo-certificate-paper { transform: translateY(-7px) rotate(-.55deg); }

.mutuo-news-card,
.mutuo-news-card:hover {
  box-shadow: none;
  transform: none;
}
.mutuo-news-link {
  padding-bottom: 2px;
  background-image: linear-gradient(90deg, #087bac 0%, #2d9cdd 100%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: color 220ms ease, background-size 280ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-news-card:hover .mutuo-news-link { background-size: 100% 2px; }

@media (prefers-reduced-motion: reduce) {
  .mutuo-product-stage-media img,
  .mutuo-product-stage-copy,
  .mutuo-product-tabs button::after,
  .mutuo-products .mutuo-button-primary,
  .mutuo-hot-body,
  .mutuo-hot-featured-action,
  .mutuo-certificate-showcase-link,
  .mutuo-certificate-paper,
  .mutuo-news-link { transition: none; }
}

/* Let the Industry Applications scene remain visible through the navigation panel. */
.mutuo-application-nav {
  background: linear-gradient(160deg, rgba(5, 28, 42, .62) 0%, rgba(9, 54, 73, .54) 100%);
}
.mutuo-application-nav button:hover,
.mutuo-application-nav button:focus-visible,
.mutuo-application-nav button.is-active {
  background: linear-gradient(100deg, rgba(45, 156, 221, .25) 0%, rgba(45, 156, 221, .08) 100%);
}

/* Current footer navigation item uses the same blue selection color as the header. */
.mutuo-footer a.is-active,
.mutuo-footer a[aria-current="page"] { color: #2d9cdd; }
.mutuo-footer a:hover,
.mutuo-footer a:focus-visible { color: #2d9cdd; }

/* Deliberately different module interactions: no shared hover-to-zoom treatment. */
.mutuo-product-stage.is-switching .mutuo-product-stage-media img { transform: none; }

.mutuo-hot-media {
  position: relative;
  isolation: isolate;
}
.mutuo-hot-media::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: 34%;
  background: linear-gradient(180deg, transparent 0%, rgba(45, 156, 221, .24) 50%, transparent 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateY(-130%);
  transition: transform 900ms cubic-bezier(.22, .61, .36, 1), opacity 220ms ease;
}
.mutuo-hot-card:hover .mutuo-hot-media img { transform: none; }
.mutuo-hot-card:hover .mutuo-hot-media::after {
  opacity: 1;
  transform: translateY(390%);
}

.mutuo-news-media {
  position: relative;
  isolation: isolate;
}
.mutuo-news-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 123, 172, .42) 0%, rgba(45, 156, 221, .16) 100%);
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 380ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-news-card:hover .mutuo-news-media img { transform: none; }
.mutuo-news-card:hover .mutuo-news-media::after { transform: scaleX(1); }

.mutuo-application-stage > .mutuo-application-image,
.mutuo-application-stage > .mutuo-application-image--next,
.mutuo-application-stage.is-transitioning > .mutuo-application-image--current,
.mutuo-application-stage.is-transitioning > .mutuo-application-image--next { transform: none; }

@media (prefers-reduced-motion: reduce) {
  .mutuo-hot-media::after,
  .mutuo-news-media::after { transition: none; }
}

/* Tighter capability cards: keep the four desktop summaries concise without forcing small screens to clip. */
.mutuo-about-highlight-card {
  min-height: 246px;
  padding: 17px 25px 21px;
}
.mutuo-about-highlight-title {
  max-width: none;
  min-height: 31px;
  font-size: 17px;
  line-height: 1.2;
}
.mutuo-about-highlight-icon {
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.mutuo-about-highlight-icon svg {
  width: 43px;
  height: 43px;
}
.mutuo-about-highlight-card p {
  max-width: none;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1.28;
  letter-spacing: -.025em;
}

@media (min-width: 1120px) {
  .mutuo-about-highlight-title,
  .mutuo-about-highlight-card p { white-space: nowrap; }
}

@media (max-width: 700px) {
  .mutuo-about-highlight-card {
    min-height: 0;
    padding: 18px 20px 22px;
  }
  .mutuo-about-highlight-title { min-height: 0; }
}

/* Brand palette refresh: #013871 is the single structural blue across the homepage. */
:root {
  --mt-navy: #013871;
  --mt-ink: #012e5c;
  --mt-blue: #013871;
  --mt-sky: #dce9f4;
  --mt-paper: #f4f7fa;
  --mt-line: rgba(1, 56, 113, .18);
  --mt-shadow-soft: 0 12px 28px rgba(1, 56, 113, .10);
  --mt-shadow-card: 0 18px 34px rgba(1, 56, 113, .14);
}

body.mutuo-home,
.mutuo-site-shell { background: #f4f7fa; }
.mutuo-header,
.mutuo-header.is-scrolled { border-bottom-color: rgba(1, 56, 113, .18); }
.mutuo-header-cta,
.mutuo-header-cta:hover,
.mutuo-menu-toggle span:not(.screen-reader-text),
.mutuo-metrics,
.mutuo-image-stamp,
.mutuo-check-list span,
.mutuo-hot-badge,
.mutuo-proof,
.mutuo-footer { background-color: #013871; }

.mutuo-eyebrow,
.mutuo-hot-code,
.mutuo-arrow-link,
.mutuo-process-number,
.mutuo-application-list span,
.mutuo-hot-arrow,
.mutuo-certificate-contact,
.mutuo-certificate-showcase-link,
.mutuo-quality-assurance-grid article > span { color: #013871; }
.mutuo-arrow-link,
.mutuo-certificate-contact,
.mutuo-certificate-showcase-link { border-color: #013871; }
.mutuo-section h2,
.mutuo-intro-copy h2,
.mutuo-hot-body h3,
.mutuo-news-card h3 { color: #171717; }

.mutuo-about-highlight-card {
  background: linear-gradient(180deg, #013871 0%, #013871 66%, #1b5c96 100%);
}
.mutuo-nav a.is-active,
.mutuo-nav a:hover:not(.is-active),
.mutuo-footer a.is-active,
.mutuo-footer a[aria-current="page"],
.mutuo-footer a:hover,
.mutuo-footer a:focus-visible { color: #013871 !important; }
.mutuo-nav a.is-active::after { background: #013871; }

.mutuo-products .mutuo-button-primary,
.mutuo-products .mutuo-button-primary:hover,
.mutuo-products .mutuo-product-tabs button.is-active,
.mutuo-products .mutuo-product-picker button.is-active,
.mutuo-hot-card-featured:hover .mutuo-hot-featured-action { background-color: #013871; border-color: #013871; }
.mutuo-products .mutuo-product-picker button.is-active { box-shadow: inset 3px 0 #013871; }
.mutuo-product-tabs button::after { background: #013871; }


.mutuo-certificate-showcase-link,
.mutuo-news-link {
  background-image: linear-gradient(100deg, #013871 0%, #1b5c96 100%);
}
.mutuo-certificate-showcase-link:hover { background-color: #013871; }
.mutuo-application-nav button::before { background: #013871; }
.mutuo-application-nav button::after,
.mutuo-application-nav button:hover,
.mutuo-application-nav button:focus-visible,
.mutuo-application-nav button.is-active {
  background: linear-gradient(100deg, rgba(1, 56, 113, .34) 0%, rgba(1, 56, 113, .08) 100%);
}
.mutuo-application-nav button:focus-visible { outline-color: #013871; }
.mutuo-hot-media::after {
  background: linear-gradient(180deg, transparent 0%, rgba(1, 56, 113, .26) 50%, transparent 100%);
}
.mutuo-news-media::after {
  background: linear-gradient(90deg, rgba(1, 56, 113, .42) 0%, rgba(27, 92, 150, .16) 100%);
}

/* Primary calls to action use a restrained solid navy rather than a bright cyan gradient. */
.mutuo-button-primary,
.mutuo-products .mutuo-button-primary {
  color: #fff;
  border-color: #013871;
  background: #013871;
  background-image: none;
  box-shadow: none;
}
.mutuo-button-primary:hover,
.mutuo-products .mutuo-button-primary:hover {
  color: #fff;
  border-color: #012a55;
  background: #012a55;
  background-image: none;
  box-shadow: none;
}

/* Product thumbnail selection is a precise outline, not a filled picture frame. */
.mutuo-products .mutuo-product-picker button.is-active {
  padding: 9px;
  border: 2px solid #013871;
  background: #fff;
  box-shadow: none;
}
.mutuo-products .mutuo-product-picker button.is-active img { background: #fff; }
.mutuo-products .mutuo-product-picker button:focus-visible {
  outline: 3px solid rgba(1, 56, 113, .34);
  outline-offset: 3px;
}

/* Denser About capability cards with a stronger reading scale. */
.mutuo-about-highlight-card {
  min-height: 226px;
  padding: 16px 25px 18px;
}
.mutuo-about-highlight-title {
  min-height: 26px;
  font-size: 19px;
  line-height: 1.15;
}
.mutuo-about-highlight-icon {
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.mutuo-about-highlight-icon svg {
  width: 40px;
  height: 40px;
}
.mutuo-about-highlight-card p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -.03em;
}

@media (min-width: 1120px) and (max-width: 1279px) {
  .mutuo-about-highlight-title,
  .mutuo-about-highlight-card p { white-space: normal; }
}

@media (max-width: 700px) {
  .mutuo-about-highlight-card {
    min-height: 0;
    padding: 18px 20px 22px;
  }
  .mutuo-about-highlight-title {
    min-height: 0;
    font-size: 17px;
  }
  .mutuo-about-highlight-card p { font-size: 13px; }
}

@media (min-width: 1280px) {
  .mutuo-about-highlight-card {
    height: 180px;
    min-height: 180px;
    padding: 12px 22px;
  }
  .mutuo-about-highlight-title {
    min-height: 22px;
    line-height: 1.1;
  }
  .mutuo-about-highlight-icon {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
  .mutuo-about-highlight-icon svg {
    width: 34px;
    height: 34px;
  }
  .mutuo-about-highlight-card p { margin-top: 7px; }
}

/* Certificate cards remain static when selected or hovered. */
.mutuo-certificate-paper,
.mutuo-certificate-showcase-card:hover .mutuo-certificate-paper,
.mutuo-certificate-showcase-card:nth-child(2):hover .mutuo-certificate-paper,
.mutuo-certificate-showcase-card:nth-child(3):hover .mutuo-certificate-paper {
  transform: none;
  transition: none;
}

/* Let the Industry Applications photography carry more of the module's visual weight. */
.mutuo-application-stage::after {
  background: linear-gradient(90deg, rgba(1, 56, 113, .70) 0%, rgba(1, 56, 113, .48) 40%, rgba(1, 56, 113, .18) 67%, rgba(1, 56, 113, .04) 100%);
}
.mutuo-application-nav {
  background: linear-gradient(160deg, rgba(1, 56, 113, .50) 0%, rgba(4, 48, 82, .40) 100%);
}

@media (max-width: 700px) {
  .mutuo-application-stage::after {
    background: linear-gradient(90deg, rgba(1, 56, 113, .76) 0%, rgba(1, 56, 113, .38) 100%);
  }
}

/* Brighter application scenes while retaining a readable text edge. */
.mutuo-application-stage::after {
  background: linear-gradient(90deg, rgba(1, 56, 113, .56) 0%, rgba(1, 56, 113, .34) 40%, rgba(1, 56, 113, .11) 67%, rgba(1, 56, 113, .02) 100%);
}
.mutuo-application-nav {
  background: linear-gradient(160deg, rgba(1, 56, 113, .38) 0%, rgba(4, 48, 82, .28) 100%);
}

@media (max-width: 700px) {
  .mutuo-application-stage::after {
    background: linear-gradient(90deg, rgba(1, 56, 113, .64) 0%, rgba(1, 56, 113, .26) 100%);
  }
}

/* All homepage calls to action use the brand blue, with orange reserved for small accents only. */
.mutuo-application-stage-link {
  color: #fff;
  border-color: #013871;
  background: #013871;
}
.mutuo-application-stage-link:hover,
.mutuo-application-stage-link:focus-visible {
  color: #fff;
  border-color: #012a55;
  background: #012a55;
}

/* Footer selection must contrast with the navy footer surface. */
.mutuo-footer a.is-active,
.mutuo-footer a[aria-current="page"],
.mutuo-footer a:hover,
.mutuo-footer a:focus-visible { color: #9ad9f5 !important; }

/* Product category changes use a compact blue gradient rather than a static module background. */
.mutuo-product-tabs button.is-active {
  color: #fff;
  border-color: #013871;
  background-image: linear-gradient(105deg, #013871 0%, #0a5d9e 52%, #3594ca 100%);
  background-size: 180% 100%;
  animation: mutuo-product-tab-gradient 520ms cubic-bezier(.22, .61, .36, 1) both;
}
.mutuo-product-tabs button::after {
  background: linear-gradient(90deg, #013871 0%, #2994cc 100%);
}

@keyframes mutuo-product-tab-gradient {
  from { background-position: 0 center; }
  to { background-position: 100% center; }
}

@media (prefers-reduced-motion: reduce) {
  .mutuo-product-tabs button.is-active { animation: none; }
}

/* Product thumbnails use a light sweep and state line, without scaling the product images. */
.mutuo-product-picker button {
  position: relative;
  isolation: isolate;
}
.mutuo-product-picker button::before {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 8px;
  left: 12px;
  height: 3px;
  background: linear-gradient(90deg, #013871 0%, #2994cc 100%);
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-picker button::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(112deg, transparent 34%, rgba(41, 148, 204, .02) 43%, rgba(41, 148, 204, .22) 50%, rgba(41, 148, 204, .02) 57%, transparent 66%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: translateX(-130%);
  transition: transform 520ms cubic-bezier(.22, .61, .36, 1), opacity 160ms ease;
}
.mutuo-product-picker button:is(:hover, :focus-visible, .is-active)::before { transform: scaleX(1); }
.mutuo-product-picker button:is(:hover, :focus-visible)::after {
  opacity: 1;
  transform: translateX(130%);
}

@media (prefers-reduced-motion: reduce) {
  .mutuo-product-picker button::before,
  .mutuo-product-picker button::after { transition: none; }
}

/* Keep the thumbnail interaction free of a persistent bottom state line. */
.mutuo-product-picker button::before { display: none; }

/* Match the Product Range quote action to the Hot Products featured action. */
.mutuo-products .mutuo-product-stage-actions .mutuo-button-primary {
	min-height: 0;
	gap: 14px;
	padding: 12px 16px;
	border-radius: 6px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	box-shadow: none;
}
.mutuo-products .mutuo-product-stage-actions .mutuo-button-primary:hover {
	border-color: #013871;
	background: #013871;
	box-shadow: none;
}

/* Footer navigation includes product, quick-link and social destinations. */
.mutuo-footer-grid {
	grid-template-columns: minmax(210px, 1.35fr) repeat(4, minmax(130px, .8fr)) minmax(170px, 1fr);
	gap: 32px;
}
.mutuo-footer-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.mutuo-footer-social a { white-space: nowrap; }

@media (max-width: 1150px) {
	.mutuo-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.mutuo-footer-contact { grid-column: auto; }
}

/* Final social-icon treatment: icon only, with no circular carrier. */
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon svg {
	display: none;
}
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon::before {
	content: "wa";
	font-family: "Manrope", Arial, sans-serif;
	font-size: 29px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	text-transform: lowercase;
}
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon:is(:hover, :focus-visible) {
	color: #9ad9f5 !important;
	border-color: transparent;
	background: transparent;
}

/* Give the footer social icon more presence beneath the brand description. */
.mutuo-footer .mutuo-social-icon {
	width: 72px;
	height: 72px;
}
.mutuo-social-icon svg {
	width: 32px;
	height: 32px;
}

/* Display the footer social mark without a circular button carrier. */
.mutuo-footer .mutuo-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.mutuo-social-icon svg {
	width: 40px;
	height: 40px;
}
.mutuo-footer .mutuo-social-icon:is(:hover, :focus-visible) {
	color: #9ad9f5 !important;
	border-color: transparent;
	background: transparent;
}

/* Make the capability-card blue gradient visible across the full card surface. */
.mutuo-about-highlight-card {
	background: linear-gradient(155deg, #013871 0%, #075596 58%, #2a8dca 100%);
}

/* Give the About module a more legible blue-to-white background gradient. */
.mutuo-intro {
	background: linear-gradient(135deg, #ffffff 0%, #f3faff 46%, #d8effa 100%);
}
.mutuo-intro::before { opacity: .2; }
.mutuo-intro > .mutuo-container { position: relative; z-index: 1; }

/* Reserve gradient text for concise labels and technical details, not headings or body copy. */
.mutuo-intro .mutuo-eyebrow,
.mutuo-product-stage-spec,
.mutuo-hot-code {
	color: #013871;
	background: linear-gradient(90deg, #013871 0%, #0870bb 54%, #2a9cdb 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Use one prominent gradient heading in the About module for a clear visual anchor. */
.mutuo-intro-copy h2 {
	color: #013871;
	background: linear-gradient(90deg, #013871 0%, #075da5 48%, #2a9cdb 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Apply the title gradient to content modules, excluding Applications and poster headings. */
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2
) {
	color: #013871;
	background: linear-gradient(90deg, #013871 0%, #075da5 48%, #2a9cdb 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Lift the Hot Products scan from navy to a readable blue-white highlight. */
.mutuo-hot-media::after {
	background: linear-gradient(180deg, transparent 0%, rgba(42, 156, 219, .06) 30%, rgba(42, 156, 219, .28) 49%, rgba(255, 255, 255, .2) 54%, rgba(42, 156, 219, .12) 62%, transparent 100%);
}

/* Give clipped gradient glyphs enough paint area on every selected section title. */
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2
) {
	display: inline-block;
	max-width: 100%;
	padding-block: .04em .08em;
	line-height: 1.14;
	background-image: linear-gradient(90deg, #013871 0%, #075da5 48%, #0878c4 100%);
	background-repeat: no-repeat;
	overflow: visible;
}

/* Keep the heading box un-clipped; the gradient is painted by an isolated text layer. */
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2
) {
	color: #171717;
	background: none;
	-webkit-text-fill-color: currentColor;
}
.mutuo-gradient-heading-text {
	display: inline-block;
	padding-block: .04em .08em;
	color: #013871;
	background: linear-gradient(90deg, #013871 0%, #075da5 48%, #0878c4 100%) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Keep a complete solid-title fallback beneath the decorative gradient layer. */
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2
) {
	position: relative;
	color: #013871;
	background: none;
	-webkit-text-fill-color: currentColor;
}
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2
)::after {
	position: absolute;
	inset: .04em 0 .08em;
	display: block;
	color: transparent;
	background: linear-gradient(90deg, #013871 0%, #075da5 48%, #0878c4 100%) no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	content: attr(data-gradient-title);
	pointer-events: none;
}

/* Use a stable accent rule instead of clipping a gradient into title glyphs. */
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2
) {
	padding-bottom: .2em;
	color: #171717;
	background: linear-gradient(#feaa02, #feaa02) left bottom / 74px 3px no-repeat;
	-webkit-text-fill-color: currentColor;
}
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2
)::after { content: none; }

/* News card selection uses a restrained blue gradient within the content panel. */
.mutuo-news-body {
	position: relative;
	isolation: isolate;
	background: #fff;
	transition: background 240ms ease;
}
.mutuo-news-body > * { position: relative; z-index: 1; }
.mutuo-news-body::before,
.mutuo-news-body::after {
	position: absolute;
	content: "";
	pointer-events: none;
}
.mutuo-news-body::before {
	z-index: 0;
	inset: 0;
	opacity: 0;
	background: linear-gradient(135deg, rgba(1, 56, 113, .04) 0%, rgba(42, 156, 219, .14) 100%);
	transition: opacity 240ms ease;
}
.mutuo-news-body::after {
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #013871 0%, #0878c4 100%);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 300ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-news-card:is(:hover, :focus-within, .is-selected) .mutuo-news-body::before { opacity: 1; }
.mutuo-news-card:is(:hover, :focus-within, .is-selected) .mutuo-news-body::after { transform: scaleX(1); }

@media (prefers-reduced-motion: reduce) {
	.mutuo-news-body,
	.mutuo-news-body::before,
	.mutuo-news-body::after { transition: none; }
}

/* Compact branded social control for the footer. */
.mutuo-footer-social { align-items: flex-start; }
.mutuo-footer .mutuo-social-icon {
	display: inline-grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .52);
	border-radius: 50%;
	background: transparent;
	transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.mutuo-social-icon svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.65;
}
.mutuo-footer .mutuo-social-icon:is(:hover, :focus-visible) {
	color: #fff !important;
	border-color: #0878c4;
	background: #0878c4;
}

/* Position social icons below the footer brand, matching the reference hierarchy. */
.mutuo-footer-grid {
	grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(140px, .85fr)) minmax(180px, 1fr);
}
.mutuo-footer-brand .mutuo-footer-social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 0;
	color: #fff;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon svg {
	display: block;
	width: 38px;
	height: 38px;
	fill: currentColor;
	stroke: none;
}
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon::before { content: none; }
.mutuo-footer .mutuo-footer-brand .mutuo-social-icon:is(:hover, :focus-visible) {
	color: #9ad9f5 !important;
	border-color: transparent;
	background: transparent;
}

/* Certificates: replace the solid document-panel divider with a blue vertical gradient. */
.mutuo-certificate-showcase-copy { border-left: 0; }
.mutuo-certificate-showcase-copy::before {
	position: absolute;
	top: 6px;
	bottom: 6px;
	left: 0;
	width: 3px;
	background: linear-gradient(180deg, #013871 0%, #086fba 48%, #27a5e6 100%);
	content: "";
}

@media (max-width: 1150px) {
	.mutuo-footer-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
	.mutuo-footer { padding-top: 48px; padding-bottom: 24px; }
	.mutuo-footer-grid { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
	.mutuo-footer-grid > nav.mutuo-footer-nav[aria-label="Product navigation"],
	.mutuo-footer-grid > nav.mutuo-footer-nav[aria-label="Quick links"],
	.mutuo-footer-grid > div.mutuo-footer-contact,
	.mutuo-footer-brand .mutuo-footer-social { display: none; }
	.mutuo-footer-grid > nav.mutuo-footer-nav:not([aria-label]) { gap: 10px; }
	.mutuo-footer-grid > nav.mutuo-footer-nav:not([aria-label]) .mutuo-footer-label { margin-bottom: 2px; }
	.mutuo-footer-brand p { max-width: 100%; margin-top: 18px; }
	.mutuo-footer-bottom { padding-top: 24px; }
}

/* Applications copy changes independently, so it resolves before the image crossfade finishes. */
.mutuo-application-stage-content {
	transition: opacity 140ms ease, transform 180ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-application-stage.is-transitioning .mutuo-application-stage-content {
	opacity: 1;
	transform: none;
}
.mutuo-application-stage.is-content-transitioning .mutuo-application-stage-content {
	opacity: .16;
	transform: translateY(6px);
}

/* Center the Latest News title accent with its centered heading. */
.mutuo-home .mutuo-news h2 { background-position: center bottom; }

/* Homepage type hierarchy: blue headings paired with restrained yellow labels. */
.mutuo-home :is(
	.mutuo-intro-copy h2,
	.mutuo-process h2,
	.mutuo-hot-products h2,
	.mutuo-certificate-showcase h2,
	.mutuo-quality-assurance h2,
	.mutuo-news h2,
	.mutuo-product-stage-copy h3,
	.mutuo-hot-body h3,
	.mutuo-certificate-showcase-card h3,
	.mutuo-quality-assurance-grid h3,
	.mutuo-news-card h3
) {
	color: #013871;
	-webkit-text-fill-color: currentColor;
}

.mutuo-home :is(
	.mutuo-eyebrow,
	.mutuo-hot-code,
	.mutuo-product-stage-kicker,
	.mutuo-quality-assurance-grid article > span
) {
	color: #feaa02;
	background: none;
	-webkit-text-fill-color: currentColor;
}

.mutuo-hot-card-featured .mutuo-hot-body strong { color: #feaa02; }

/* Product Range shows the three primary product families together, without a tab state. */
.mutuo-products {
	height: auto;
	max-height: none;
	padding-block: clamp(56px, 6vw, 92px);
}
.mutuo-product-showcase {
	height: auto;
	grid-template-rows: none;
	gap: clamp(28px, 3vw, 42px);
}
.mutuo-product-showcase-head {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	clip-path: none;
	white-space: normal;
}
.mutuo-product-showcase-head h2 { margin-top: 8px; }
.mutuo-product-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(16px, 2vw, 28px);
}
.mutuo-product-category-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	color: inherit;
	border: 1px solid #dbe4e9;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(1, 56, 113, .06);
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.mutuo-product-category-card::before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: #013871;
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 220ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-category-media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: #f8fafb;
}
.mutuo-product-category-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 260ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-category-copy {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: clamp(20px, 2.25vw, 30px);
}
.mutuo-product-category-copy > span {
	color: #feaa02;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1;
	text-transform: uppercase;
}
.mutuo-product-category-card h3 {
	margin: 12px 0 10px;
	color: #013871;
	font-size: clamp(23px, 2vw, 32px);
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1.08;
}
.mutuo-product-category-card p {
	margin: 0;
	color: #5d6b72;
	font-size: 14px;
	line-height: 1.6;
}
.mutuo-product-category-card b {
	margin-top: auto;
	padding-top: 22px;
	color: #013871;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}
.mutuo-product-category-card b i { margin-left: 8px; font-size: 14px; font-style: normal; }
.mutuo-product-category-card:is(:hover, :focus-visible) {
	color: inherit;
	border-color: #013871;
	box-shadow: 0 16px 32px rgba(1, 56, 113, .13);
	transform: translateY(-4px);
}
.mutuo-product-category-card:is(:hover, :focus-visible)::before { transform: scaleX(1); }
.mutuo-product-category-card:is(:hover, :focus-visible) .mutuo-product-category-media img { transform: scale(1.035); }
.mutuo-product-category-card:focus-visible { outline: 3px solid rgba(1, 56, 113, .3); outline-offset: 4px; }

@media (max-width: 980px) {
	.mutuo-product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mutuo-product-category-card:last-child { grid-column: 1 / -1; max-width: calc(50% - 8px); }
}

@media (max-width: 640px) {
	.mutuo-product-showcase-head { display: block; }
	.mutuo-product-showcase-head .mutuo-text-link { display: inline-flex; margin-top: 18px; }
	.mutuo-product-category-grid { grid-template-columns: 1fr; }
	.mutuo-product-category-card:last-child { grid-column: auto; max-width: none; }
	.mutuo-product-category-copy { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
	.mutuo-product-category-card,
	.mutuo-product-category-card::before,
	.mutuo-product-category-media img { transition: none; }
}

/* Product Range uses the compact classification composition from the approved reference. */
.mutuo-product-showcase { gap: 0; }
.mutuo-product-showcase-head {
	display: block;
	padding: clamp(20px, 2.2vw, 28px) 24px;
	color: #fff;
	background: linear-gradient(110deg, #013871 0%, #0b4c82 55%, #1c5b8b 100%);
	text-align: center;
}
.mutuo-product-showcase-head .mutuo-eyebrow {
	margin-bottom: 7px;
	color: #feaa02;
	font-size: 10px;
}
.mutuo-product-showcase-head h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	background: none;
	font-size: clamp(26px, 2.4vw, 38px);
	line-height: 1;
	-webkit-text-fill-color: currentColor;
}
.mutuo-product-showcase-head .mutuo-text-link { display: none; }
.mutuo-product-category-grid {
	grid-template-columns: .78fr .78fr 1.5fr;
	gap: 6px;
	padding: 0 0 6px;
	background: #1d4f72;
}
.mutuo-product-category-card {
	min-height: clamp(300px, 28vw, 390px);
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.mutuo-product-category-card::before { display: none; }
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media {
	flex: 1;
	aspect-ratio: auto;
	padding: 18px 14px 4px;
	background: #fff;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media img {
	object-fit: contain;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy {
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	min-height: 82px;
	padding: 12px 14px 16px;
	text-align: center;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy > span,
.mutuo-product-category-card:nth-child(-n + 2) p,
.mutuo-product-category-card:nth-child(-n + 2) b { display: none; }
.mutuo-product-category-card:nth-child(-n + 2) h3 {
	position: relative;
	margin: 0;
	padding-bottom: 14px;
	font-size: clamp(16px, 1.25vw, 21px);
	letter-spacing: -.02em;
}
.mutuo-product-category-card:nth-child(-n + 2) h3::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 28px;
	height: 3px;
	background: #013871;
	content: "";
	transform: translateX(-50%);
}
.mutuo-product-category-card:nth-child(3) {
	display: grid;
	grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
	align-items: stretch;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media {
	order: 2;
	aspect-ratio: auto;
	padding: clamp(18px, 2vw, 32px);
	background: #fff;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media img { object-fit: contain; }
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy {
	justify-content: center;
	padding: clamp(24px, 3vw, 48px);
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy > span,
.mutuo-product-category-card:nth-child(3) p { display: none; }
.mutuo-product-category-card:nth-child(3) h3 {
	position: relative;
	margin: 0;
	padding-bottom: 18px;
	font-size: clamp(22px, 2vw, 34px);
}
.mutuo-product-category-card:nth-child(3) h3::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 3px;
	background: #013871;
	content: "";
}
.mutuo-product-category-card:nth-child(3) b {
	margin-top: 26px;
	padding: 10px 22px;
	color: #fff;
	background: #013871;
	font-size: 10px;
	letter-spacing: .04em;
}
.mutuo-product-category-card:nth-child(3) b i { display: none; }
.mutuo-product-category-card:is(:hover, :focus-visible) {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}
.mutuo-product-category-card:is(:hover, :focus-visible) .mutuo-product-category-media img { transform: none; }
.mutuo-product-category-card:nth-child(3):is(:hover, :focus-visible) b { background: #012a55; }

@media (max-width: 980px) {
	.mutuo-product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; background: transparent; }
	.mutuo-product-category-card,
	.mutuo-product-category-card:nth-child(3) { display: flex; min-height: 320px; }
	.mutuo-product-category-card:nth-child(3) { grid-column: 1 / -1; max-width: none; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media { order: 0; flex: 1; min-height: 240px; }
}

@media (max-width: 640px) {
	.mutuo-product-showcase-head { padding-inline: 18px; }
	.mutuo-product-category-grid { gap: 12px; }
	.mutuo-product-category-card,
	.mutuo-product-category-card:nth-child(3) { min-height: 0; }
	.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media { min-height: 250px; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media { min-height: 260px; }
}

/* MUTERRA treatment: retain the three-family composition with a lighter engineered-material palette. */
.mutuo-product-showcase { gap: clamp(24px, 3vw, 38px); }
.mutuo-product-showcase-head {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	padding: 0 0 22px 22px;
	color: #013871;
	border-bottom: 1px solid rgba(1, 56, 113, .2);
	background: transparent;
	text-align: left;
}
.mutuo-product-showcase-head .mutuo-eyebrow { color: #feaa02; }
.mutuo-product-showcase-head h2 {
	margin: 0;
	padding: 0;
	color: #013871;
	background: none;
	-webkit-text-fill-color: currentColor;
}
.mutuo-product-showcase-head .mutuo-text-link {
	display: inline-flex;
	margin-bottom: 4px;
	color: #013871;
}
.mutuo-product-category-grid {
	gap: clamp(14px, 1.6vw, 22px);
	padding: 0;
	background: transparent;
}
.mutuo-product-category-card {
	border: 1px solid #d9e4eb;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(1, 56, 113, .07);
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media {
	background: linear-gradient(145deg, #f9fcfe 0%, #eef7fb 100%);
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy {
	min-height: 108px;
	padding: 14px 14px 18px;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy > span {
	display: block;
	margin-bottom: 9px;
	color: #feaa02;
	font-size: 10px;
}
.mutuo-product-category-card:nth-child(-n + 2) h3 { padding-bottom: 13px; }
.mutuo-product-category-card:nth-child(-n + 2) h3::after { background: #feaa02; }
.mutuo-product-category-card:nth-child(3) {
	overflow: hidden;
	border-color: #c7dce9;
	background: linear-gradient(135deg, #f3faff 0%, #fff 62%);
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media { background: transparent; }
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy > span {
	display: block;
	margin-bottom: 13px;
	color: #feaa02;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
}
.mutuo-product-category-card:nth-child(3) p {
	display: block;
	max-width: 26ch;
	margin-top: 14px;
	color: #536b7a;
	font-size: 13px;
}
.mutuo-product-category-card:nth-child(3) h3::after { background: #feaa02; }
.mutuo-product-category-card:nth-child(3) b { border-radius: 4px; }
.mutuo-product-category-card:is(:hover, :focus-visible) {
	border-color: #013871;
	box-shadow: 0 16px 30px rgba(1, 56, 113, .13);
}

@media (max-width: 640px) {
	.mutuo-product-showcase-head { align-items: flex-start; flex-direction: column; }
	.mutuo-product-showcase-head .mutuo-text-link { margin-bottom: 0; }
}

/* Product Range blueprint gallery, implemented from the generated module concept. */
.mutuo-products {
	padding-block: clamp(72px, 8vw, 124px);
	background: #f8fbfd;
}
.mutuo-products::before {
	inset: 0;
	opacity: 1;
	background-image:
		radial-gradient(circle at 82% 12%, transparent 0 86px, rgba(1, 56, 113, .075) 87px 88px, transparent 89px),
		radial-gradient(circle at 92% 23%, transparent 0 54px, rgba(1, 56, 113, .06) 55px 56px, transparent 57px),
		radial-gradient(circle at 9% 86%, transparent 0 78px, rgba(1, 56, 113, .065) 79px 80px, transparent 81px),
		linear-gradient(90deg, rgba(1, 56, 113, .045) 1px, transparent 1px),
		linear-gradient(rgba(1, 56, 113, .045) 1px, transparent 1px);
	background-position: center;
	background-size: auto, auto, auto, 88px 88px, 88px 88px;
}
.mutuo-product-showcase { gap: clamp(34px, 4.5vw, 62px); }
.mutuo-product-showcase-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	max-width: 620px;
	padding: 0 0 22px;
	border: 0;
	background: transparent;
}
.mutuo-product-showcase-head h2 {
	font-size: clamp(40px, 4.5vw, 64px);
	font-weight: 780;
	letter-spacing: -.06em;
	line-height: .98;
}
.mutuo-product-showcase-head .mutuo-text-link {
	position: absolute;
	margin: 0;
	padding-bottom: 6px;
	border-bottom: 2px solid #013871;
	white-space: nowrap;
}
.mutuo-product-category-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 30px);
	padding: 0;
	background: transparent;
}
.mutuo-product-category-card,
.mutuo-product-category-card:nth-child(3) {
	display: flex;
	min-height: 0;
	overflow: hidden;
	border: 1px solid #d9e5ed;
	border-radius: 15px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 34px rgba(1, 56, 113, .09);
}
.mutuo-product-category-card::before { display: none; }
.mutuo-product-category-media,
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media {
	order: 0;
	flex: 0 0 auto;
	aspect-ratio: 1.18 / 1;
	min-height: 0;
	padding: 14px;
	background: linear-gradient(145deg, #eef7fb 0%, #f8fbfd 100%);
}
.mutuo-product-category-media img,
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media img {
	object-fit: cover;
	border-radius: 9px;
}
.mutuo-product-category-card:nth-child(2) .mutuo-product-category-media img,
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media img { object-fit: contain; }
.mutuo-product-category-copy,
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy {
	display: flex;
	flex: 1;
	align-items: flex-start;
	justify-content: flex-start;
	min-height: 178px;
	padding: 24px 26px 28px;
	background-image: radial-gradient(rgba(1, 56, 113, .46) 1px, transparent 1.5px);
	background-position: right 22px bottom 22px;
	background-size: 8px 8px;
	background-repeat: no-repeat;
}
.mutuo-product-category-copy > span,
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy > span,
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy > span {
	display: block;
	margin: 0 0 12px;
	color: #feaa02;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1;
}
.mutuo-product-category-card h3,
.mutuo-product-category-card:nth-child(-n + 2) h3,
.mutuo-product-category-card:nth-child(3) h3 {
	position: relative;
	margin: 0;
	padding: 0 0 15px;
	color: #013871;
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 760;
	letter-spacing: -.04em;
	line-height: 1.08;
}
.mutuo-product-category-card h3::after,
.mutuo-product-category-card:nth-child(-n + 2) h3::after,
.mutuo-product-category-card:nth-child(3) h3::after {
	bottom: 0;
	left: 0;
	width: 42px;
	height: 3px;
	background: #013871;
	transform: none;
}
.mutuo-product-category-card p,
.mutuo-product-category-card:nth-child(-n + 2) p,
.mutuo-product-category-card:nth-child(3) p {
	display: block;
	max-width: 30ch;
	margin: 15px 0 0;
	color: #607486;
	font-size: 13px;
	line-height: 1.55;
}
.mutuo-product-category-card b,
.mutuo-product-category-card:nth-child(3) b { display: none; }
.mutuo-product-category-card:is(:hover, :focus-visible) {
	border-color: #a9c7dc;
	box-shadow: 0 19px 38px rgba(1, 56, 113, .13);
}

@media (max-width: 980px) {
	.mutuo-product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mutuo-product-category-card:nth-child(3) { grid-column: 1 / -1; max-width: none; }
}

@media (max-width: 640px) {
	.mutuo-products { padding-block: 68px; }
	.mutuo-product-showcase-head { position: relative; display: block; }
	.mutuo-product-showcase-head .mutuo-text-link { position: static; display: inline-flex; margin-top: 28px; }
	.mutuo-product-category-grid { grid-template-columns: 1fr; }
	.mutuo-product-category-card:nth-child(3) { grid-column: auto; }
	.mutuo-product-category-copy,
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy { min-height: 0; }
}

/* Product Range classification layout: two compact families and one wide feature panel. */
.mutuo-products {
	padding-block: clamp(56px, 6vw, 92px);
	background: #fff;
}
.mutuo-products::before { display: none; }
.mutuo-product-showcase { gap: 14px; }
.mutuo-product-showcase-head {
	display: block;
	max-width: none;
	padding: clamp(30px, 3.5vw, 50px) 24px clamp(32px, 3.8vw, 54px);
	color: #fff;
	background: linear-gradient(115deg, #013871 0%, #064d8a 62%, #17679d 100%);
	text-align: center;
}
.mutuo-product-showcase-head .mutuo-eyebrow {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-bottom: 14px;
	color: #feaa02;
	font-size: 11px;
}
.mutuo-product-showcase-head .mutuo-eyebrow::before,
.mutuo-product-showcase-head .mutuo-eyebrow::after {
	width: 62px;
	height: 2px;
	background: #feaa02;
	content: "";
}
.mutuo-product-showcase-head h2 {
	margin: 0;
	padding: 0;
	color: #fff;
	background: none;
	font-size: clamp(36px, 4.2vw, 60px);
	font-weight: 780;
	letter-spacing: -.055em;
	line-height: 1;
	-webkit-text-fill-color: currentColor;
}
.mutuo-product-showcase-head p {
	max-width: 630px;
	margin: 16px auto 0;
	color: rgba(255, 255, 255, .72);
	font-size: 13px;
	line-height: 1.55;
}
.mutuo-product-showcase-head .mutuo-text-link { display: none; }
.mutuo-product-category-grid {
	grid-template-columns: minmax(0, .78fr) minmax(0, .78fr) minmax(0, 1.74fr);
	gap: 14px;
	padding: 0;
	background: transparent;
}
.mutuo-product-category-card,
.mutuo-product-category-card:nth-child(3) {
	display: flex;
	min-height: clamp(370px, 29vw, 470px);
	border: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(1, 56, 113, .08);
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy {
	order: -1;
	flex: 0 0 auto;
	min-height: 128px;
	padding: 25px 24px 16px;
	background: #fff;
	background-image: none;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy > span {
	display: block;
	margin: 0 0 11px;
	color: #feaa02;
	font-size: 10px;
}
.mutuo-product-category-card:nth-child(-n + 2) h3 {
	margin: 0;
	padding: 0 0 14px;
	font-size: clamp(20px, 1.55vw, 26px);
	text-align: left;
}
.mutuo-product-category-card:nth-child(-n + 2) h3::after {
	left: 0;
	width: 34px;
	background: #feaa02;
	transform: none;
}
.mutuo-product-category-card:nth-child(-n + 2) p,
.mutuo-product-category-card:nth-child(-n + 2) b { display: none; }
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media {
	flex: 1;
	aspect-ratio: auto;
	padding: 0;
	background: #f5f8fa;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media img {
	border-radius: 0;
	object-fit: cover;
}
.mutuo-product-category-card:nth-child(2) .mutuo-product-category-media img { object-fit: contain; }
.mutuo-product-category-card:nth-child(3) {
	display: grid;
	grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
	background: linear-gradient(135deg, #f6fbfe 0%, #fff 70%);
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy {
	order: 0;
	align-items: flex-start;
	justify-content: center;
	min-height: 0;
	padding: clamp(32px, 4vw, 64px);
	background: transparent;
	background-image: none;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy > span {
	display: block;
	margin: 0 0 16px;
	color: #feaa02;
	font-size: 10px;
}
.mutuo-product-category-card:nth-child(3) h3 {
	margin: 0;
	padding-bottom: 18px;
	font-size: clamp(26px, 2.7vw, 44px);
}
.mutuo-product-category-card:nth-child(3) h3::after { width: 44px; background: #feaa02; }
.mutuo-product-category-card:nth-child(3) p {
	display: block;
	max-width: 26ch;
	margin: 18px 0 0;
	color: #607486;
	font-size: 14px;
}
.mutuo-product-category-card:nth-child(3) b {
	display: inline-flex;
	margin-top: 28px;
	padding: 12px 18px;
	color: #fff;
	border-radius: 4px;
	background: #013871;
	font-size: 11px;
}
.mutuo-product-category-card:nth-child(3) b i { display: inline; }
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media {
	order: 2;
	aspect-ratio: auto;
	min-height: 0;
	padding: clamp(16px, 2.2vw, 36px);
	background: transparent;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media img {
	border-radius: 0;
	object-fit: contain;
}
.mutuo-product-category-card:is(:hover, :focus-visible) {
	border-color: transparent;
	box-shadow: 0 16px 32px rgba(1, 56, 113, .15);
	transform: translateY(-3px);
}

@media (max-width: 980px) {
	.mutuo-product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mutuo-product-category-card:nth-child(3) { grid-column: 1 / -1; max-width: none; }
}

@media (max-width: 640px) {
	.mutuo-product-showcase-head { padding: 34px 20px 38px; }
	.mutuo-product-showcase-head .mutuo-eyebrow::before,
	.mutuo-product-showcase-head .mutuo-eyebrow::after { width: 34px; }
	.mutuo-product-showcase-head p { font-size: 12px; }
	.mutuo-product-category-grid { grid-template-columns: 1fr; }
	.mutuo-product-category-card,
	.mutuo-product-category-card:nth-child(3) { min-height: 0; }
	.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media { min-height: 250px; }
	.mutuo-product-category-card:nth-child(3) { display: flex; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy { padding: 34px 28px 26px; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media { order: 0; min-height: 260px; }
}

/* Give the two supporting categories more usable width while retaining the flange feature hierarchy. */
@media (min-width: 981px) {
	.mutuo-product-category-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.35fr);
	}
}

/* Header social controls keep the primary navigation compact while exposing the requested channels. */
.mutuo-header-inner { gap: 20px; }
.mutuo-nav { gap: 24px; }
.mutuo-header-social {
	display: flex;
	align-items: center;
	gap: 2px;
	flex: 0 0 auto;
	padding-left: 13px;
	border-left: 1px solid #dbe3e8;
}
.mutuo-header-social a {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 38px;
	padding: 0;
	color: #171717;
	background: transparent;
	transition: color 180ms ease;
}
.mutuo-header-social svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}
.mutuo-header-social a:is(:hover, :focus-visible) { color: #013871; }
.mutuo-header-social a:focus-visible {
	outline: 2px solid #013871;
	outline-offset: 2px;
}

@media (max-width: 1180px) and (min-width: 981px) {
	.mutuo-header-inner { gap: 14px; }
	.mutuo-nav { gap: 17px; }
	.mutuo-header-social { padding-left: 9px; }
	.mutuo-header-social a { width: 27px; }
	.mutuo-header-search { flex-basis: 38px; width: 38px; height: 38px; }
}

@media (max-width: 980px) {
	.mutuo-header-social { display: none; }
}

/* Branded hexagonal social marks, scaled to match the requested navigation treatment. */
.mutuo-header-social {
	gap: 8px;
	padding-left: 16px;
	border-left-color: #d4e0e7;
}
.mutuo-header-social a {
	width: 42px;
	height: 48px;
	color: #fff;
	clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
	transition: filter 180ms ease, transform 180ms ease;
}
.mutuo-header-social a:nth-child(1) { background: linear-gradient(135deg, #117aa7 0%, #013871 72%); }
.mutuo-header-social a:nth-child(2) { color: #013871; background: linear-gradient(135deg, #ffc451 0%, #feaa02 68%, #dd9200 100%); }
.mutuo-header-social a:nth-child(3) { background: linear-gradient(135deg, #0878c4 0%, #013871 74%); }
.mutuo-header-social a:nth-child(4) { background: linear-gradient(135deg, #29a1da 0%, #0878c4 68%, #056fae 100%); }
.mutuo-header-social svg {
	width: 20px;
	height: 20px;
}
.mutuo-header-social a:is(:hover, :focus-visible) {
	filter: brightness(1.08) saturate(1.08);
	transform: translateY(-2px);
}
.mutuo-header-social a:nth-child(1):is(:hover, :focus-visible),
.mutuo-header-social a:nth-child(3):is(:hover, :focus-visible),
.mutuo-header-social a:nth-child(4):is(:hover, :focus-visible) { color: #fff; }
.mutuo-header-social a:nth-child(2):is(:hover, :focus-visible) { color: #013871; }
.mutuo-header-social a:focus-visible {
	outline: 3px solid #013871;
	outline-offset: 3px;
}

/* Fixed quick-contact rail: the panel opens only from an action icon, then remains available while it is being used. */
.mutuo-contact-rail {
	position: fixed;
	z-index: 70;
	top: 50%;
	right: 22px;
	display: flex;
	align-items: center;
	gap: 12px;
	pointer-events: none;
	transform: translateY(-50%);
}
.mutuo-contact-rail-panel {
	width: min(310px, calc(100vw - 132px));
	padding: 18px 22px 16px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .28);
	border-right: 4px solid #feaa02;
	border-radius: 18px;
	background: linear-gradient(135deg, #012b5c 0%, #013871 56%, #0a5f9c 100%);
	box-shadow: 0 18px 42px rgba(1, 32, 69, .24);
	opacity: 0;
	pointer-events: none;
	transform: translateX(18px) scale(.97);
	transform-origin: right center;
	transition: opacity 220ms ease, transform 300ms cubic-bezier(.22, .61, .36, 1);
	visibility: hidden;
}
.mutuo-contact-rail:has(.mutuo-contact-rail-actions:is(:hover, :focus-within)) .mutuo-contact-rail-panel,
.mutuo-contact-rail:has(.mutuo-contact-rail-panel:is(:hover, :focus-within)) .mutuo-contact-rail-panel {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0) scale(1);
	visibility: visible;
}
.mutuo-contact-rail-panel-head {
	display: flex;
	align-items: center;
	padding: 0 0 12px;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.mutuo-contact-rail-action {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	padding: 0;
	color: #013871;
	border: 1px solid rgba(1, 56, 113, .14);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(1, 56, 113, .12);
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.mutuo-contact-rail-actions {
	display: grid;
	gap: 10px;
	pointer-events: auto;
}
.mutuo-contact-rail-action svg {
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}
.mutuo-contact-rail-action svg[viewBox] { overflow: visible; }
.mutuo-contact-rail-action.is-whatsapp svg { fill: currentColor; stroke: none; }
.mutuo-contact-rail-action.is-active {
	color: #fff;
	border-color: #013871;
	background: #013871;
	box-shadow: 0 14px 28px rgba(1, 56, 113, .22);
}
.mutuo-contact-rail-action:is(:hover, :focus-visible) {
	color: #fff;
	border-color: #013871;
	background: #013871;
	box-shadow: 0 14px 28px rgba(1, 56, 113, .22);
	transform: translateX(-3px);
}
.mutuo-contact-rail-detail {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	align-items: center;
	gap: 15px;
	min-height: 84px;
	padding: 13px 0;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .22);
}
.mutuo-contact-rail-detail-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	color: #fff;
}
.mutuo-contact-rail-detail-icon svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}
.mutuo-contact-rail-detail-icon svg[viewBox] { overflow: visible; }
.mutuo-contact-rail-detail.is-whatsapp .mutuo-contact-rail-detail-icon svg { fill: currentColor; stroke: none; }
.mutuo-contact-rail-detail strong,
.mutuo-contact-rail-detail small { display: block; }
.mutuo-contact-rail-detail strong { font-size: 20px; font-weight: 760; line-height: 1.2; }
.mutuo-contact-rail-detail small { margin-top: 6px; color: rgba(255, 255, 255, .78); font-size: 18px; line-height: 1.3; white-space: nowrap; }
.mutuo-contact-rail-detail:is(:hover, :focus-visible) strong { color: #feaa02; }
.mutuo-contact-rail :is(button, a):focus-visible { outline: 3px solid #feaa02; outline-offset: 3px; }
@media (max-width: 980px) {
	.mutuo-contact-rail { display: none; }
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-contact-rail-panel,
	.mutuo-contact-rail-action { transition: none; }
}

/* Why Choose MUTERRA: editorial factory visual with a five-card advantage grid. */
.mutuo-advantages {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(60px, 6vw, 86px) 0;
	background: #f7f9fc;
}
.mutuo-advantages::before {
	position: absolute;
	z-index: -1;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(247, 249, 252, .88) 0%, rgba(247, 249, 252, .68) 52%, rgba(247, 249, 252, .42) 100%),
		url("../mutuo/muterra-advantages-background-v3.webp") center / cover no-repeat;
	content: "";
}
.mutuo-advantages-head {
	max-width: 760px;
	margin: 0 0 clamp(28px, 3vw, 40px);
	text-align: left;
}
.mutuo-advantages-head .mutuo-eyebrow { color: #feaa02; }
.mutuo-advantages-head h2 {
	margin: 12px 0 0;
	color: #013871;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 760;
	letter-spacing: -.055em;
	line-height: .98;
}
.mutuo-advantages-title-rule {
	display: block;
	width: 66px;
	height: 3px;
	margin-top: 18px;
	background: #feaa02;
}
.mutuo-advantages-layout {
	display: grid;
	grid-template-columns: minmax(270px, .78fr) minmax(0, 1.45fr);
	gap: clamp(24px, 3.6vw, 60px);
	align-items: stretch;
}
.mutuo-advantages-visual {
	position: relative;
	height: clamp(480px, 28vw, 540px);
	overflow: hidden;
	border: 1px solid rgba(1, 56, 113, .15);
	border-radius: 14px;
	box-shadow: 0 24px 50px rgba(18, 45, 74, .16);
	background: #dbe3e8;
}
.mutuo-advantages-visual::after {
	position: absolute;
	inset: 40% 0 0;
	background: linear-gradient(180deg, rgba(1, 24, 55, 0) 0%, rgba(1, 36, 77, .92) 100%);
	content: "";
}
.mutuo-advantages-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mutuo-advantages-caption {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0 .34em;
	padding: 30px 30px 28px;
	color: #fff;
	font-size: clamp(18px, 1.7vw, 25px);
	font-weight: 400;
	letter-spacing: -.04em;
	line-height: 1.15;
}
.mutuo-advantages-caption::after {
	position: absolute;
	bottom: 18px;
	left: 30px;
	width: 34px;
	height: 2px;
	background: #feaa02;
	content: "";
}
.mutuo-advantages-caption strong { font-weight: 750; }
.mutuo-advantages-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) 150px;
	gap: 18px;
	height: clamp(480px, 28vw, 540px);
	margin: 0;
	padding: 0;
	list-style: none;
}
.mutuo-advantage-item {
	position: relative;
	display: grid;
	grid-template-columns: clamp(52px, 5vw, 76px) minmax(0, 1fr);
	gap: clamp(16px, 2vw, 28px);
	align-items: center;
	min-height: 0;
	padding: 34px clamp(22px, 2.4vw, 34px) 22px;
	border: 1px solid rgba(1, 56, 113, .1);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(18, 45, 74, .07);
	backdrop-filter: blur(7px);
	cursor: pointer;
	transition: color 180ms ease, border-color 180ms ease, background 220ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.mutuo-advantage-item:last-child {
	grid-column: 1 / -1;
	min-height: 0;
}
.mutuo-advantage-item:is(:hover, :focus-visible) {
	border-color: rgba(1, 56, 113, .34);
	box-shadow: 0 16px 32px rgba(18, 45, 74, .12);
	transform: translateY(-2px);
}
.mutuo-advantage-item:focus-visible {
	outline: 3px solid rgba(254, 170, 2, .72);
	outline-offset: 3px;
}
.mutuo-advantage-item.is-selected {
	border-color: #013871;
	background: linear-gradient(112deg, #012a58 0%, #013871 28%, #087dc6 54%, #013871 77%, #012a58 100%);
	background-size: 210% 100%;
	box-shadow: 0 20px 40px rgba(1, 56, 113, .28);
	animation: mutuo-advantage-gradient-flow 2.8s ease-in-out infinite alternate;
}
.mutuo-advantage-item.is-selected .mutuo-advantage-number,
.mutuo-advantage-item.is-selected .mutuo-advantage-marker,
.mutuo-advantage-item.is-selected .mutuo-advantage-copy h3 { color: #fff; }
.mutuo-advantage-item.is-selected .mutuo-advantage-copy p { color: rgba(255, 255, 255, .74); }
.mutuo-advantage-item.is-selected .mutuo-advantage-number::after { width: 42px; }
@keyframes mutuo-advantage-gradient-flow {
	from { background-position: left center; }
	to { background-position: right center; }
}
.mutuo-advantage-number {
	position: absolute;
	top: 16px;
	left: clamp(22px, 2.4vw, 34px);
	color: #013871;
	font-size: 14px;
	font-weight: 760;
	letter-spacing: -.02em;
}
.mutuo-advantage-number::after {
	display: block;
	width: 20px;
	height: 2px;
	margin-top: 7px;
	background: #feaa02;
	content: "";
	transition: width 240ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-advantage-marker {
	display: grid;
	place-items: center;
	width: 100%;
	color: #013871;
}
.mutuo-advantage-marker svg {
	width: 100%;
	max-width: 58px;
	height: auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}
.mutuo-advantage-copy h3 {
	margin: 0;
	color: #013871;
	font-size: clamp(18px, 1.65vw, 25px);
	font-weight: 760;
	letter-spacing: -.045em;
	line-height: 1.08;
}
.mutuo-advantage-copy p {
	margin: 13px 0 0;
	color: #637187;
	font-size: 14px;
	line-height: 1.5;
}
@media (max-width: 900px) {
	.mutuo-advantages-layout { grid-template-columns: minmax(240px, .76fr) minmax(0, 1.24fr); gap: 24px; }
	.mutuo-advantages-visual { height: 470px; }
	.mutuo-advantages-list { grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) 140px; gap: 14px; height: 470px; }
	.mutuo-advantage-item { min-height: 0; padding: 32px 20px 20px; }
	.mutuo-advantage-number { left: 20px; }
	.mutuo-advantage-copy h3 { font-size: 19px; }
	.mutuo-advantage-copy p { font-size: 13px; }
}
@media (max-width: 700px) {
	.mutuo-advantages { padding: 72px 0; }
	.mutuo-advantages::before { background-position: 64% center; }
	.mutuo-advantages-head { margin-bottom: 34px; }
	.mutuo-advantages-head h2 { font-size: 38px; }
	.mutuo-advantages-layout { grid-template-columns: 1fr; gap: 24px; }
	.mutuo-advantages-visual { height: 390px; }
	.mutuo-advantages-caption { padding: 26px 24px 24px; font-size: 22px; }
	.mutuo-advantages-caption::after { bottom: 15px; left: 24px; }
	.mutuo-advantages-list { grid-template-columns: 1fr; grid-template-rows: none; gap: 12px; height: auto; }
	.mutuo-advantage-item,
	.mutuo-advantage-item:last-child { grid-column: auto; min-height: 164px; padding: 42px 22px 24px; }
	.mutuo-advantage-number { top: 18px; left: 22px; }
	.mutuo-advantage-copy h3 { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-advantage-item,
	.mutuo-advantage-number::after { transition: none; }
	.mutuo-advantage-item.is-selected { animation: none; }
}

@media (max-width: 1120px) {
	.mutuo-header-social { display: none; }
}

/* Purposeful interaction layer: the product range follows the pointer, while process selection keeps its stage indicator in sync. */
.mutuo-product-category-card {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	transform: translateZ(0);
	transition: transform 260ms cubic-bezier(.2, .75, .25, 1), box-shadow 260ms ease;
}
.mutuo-product-category-card::after {
	position: absolute;
	z-index: 0;
	inset: 0;
	background: radial-gradient(230px circle at var(--mutuo-card-pointer-x, 50%) var(--mutuo-card-pointer-y, 45%), rgba(254, 170, 2, .18), rgba(254, 170, 2, 0) 68%);
	content: "";
	opacity: 0;
	pointer-events: none;
	transition: opacity 220ms ease;
}
.mutuo-product-category-card > * { position: relative; z-index: 1; }
.mutuo-product-category-card:is(.is-engaged, :focus-visible) {
	box-shadow: 0 22px 42px rgba(1, 56, 113, .18);
	transform: translateY(-6px);
}
.mutuo-product-category-card:is(.is-engaged, :focus-visible)::after { opacity: 1; }
.mutuo-product-category-card .mutuo-product-category-media img {
	transition: transform 460ms cubic-bezier(.2, .75, .25, 1), filter 260ms ease;
}
.mutuo-product-category-card:is(.is-engaged, :focus-visible) .mutuo-product-category-media img {
	filter: saturate(1.04) contrast(1.02);
	transform: scale(1.045);
}
.mutuo-product-category-card:nth-child(3):is(.is-engaged, :focus-visible) .mutuo-product-category-media img {
	transform: scale(1.06) translateX(1.5%);
}
.mutuo-product-category-card:is(.is-engaged, :focus-visible) h3::after { width: 62px; }
.mutuo-process-summary > span {
	display: inline-block;
	transition: color 180ms ease, transform 180ms ease;
}
.mutuo-process-summary > span.is-updating {
	color: #013871;
	transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
	.mutuo-product-category-card,
	.mutuo-product-category-card::after,
	.mutuo-product-category-card .mutuo-product-category-media img,
	.mutuo-process-summary > span { transition-duration: 1ms; }
	.mutuo-product-category-card:is(.is-engaged, :focus-visible) { transform: none; }
}

/* Industry Applications: a four-sector radial selector with a shared central scene. */
.mutuo-applications {
	padding-block: clamp(64px, 7vw, 108px);
	overflow: hidden;
	background: #fff;
}
.mutuo-application-showcase {
	position: relative;
	display: block;
	min-height: clamp(610px, 47vw, 770px);
}
.mutuo-application-stage {
	position: absolute;
	z-index: 3;
	right: clamp(92px, 8vw, 164px);
	bottom: clamp(-44px, -2vw, -12px);
	display: block;
	width: clamp(350px, 29vw, 520px);
	min-height: 0;
	aspect-ratio: 1;
	overflow: visible;
	background: transparent;
}
.mutuo-application-stage > .mutuo-application-image,
.mutuo-application-stage > .mutuo-application-image--next {
	z-index: 0;
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0 20px 48px rgba(1, 56, 113, .15);
	clip-path: circle(50% at 50% 50%);
	object-position: center;
}
.mutuo-application-stage > .mutuo-application-image--next { z-index: 1; }
.mutuo-application-stage::after { display: none; }
.mutuo-application-stage-content {
	position: absolute;
	z-index: 3;
	top: clamp(60px, 7vw, 116px);
	left: -108%;
	width: min(92vw, 490px);
	margin: 0;
	color: #013871;
}
.mutuo-application-stage-content .mutuo-eyebrow {
	margin-bottom: 18px;
	color: #feaa02;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .14em;
}
.mutuo-application-stage-content .mutuo-eyebrow::before {
	display: inline-block;
	width: 38px;
	height: 2px;
	margin: 0 12px 3px 0;
	background: #feaa02;
	content: "";
}
.mutuo-application-stage-content h2 {
	max-width: 9.5ch;
	margin: 0;
	padding-bottom: 18px;
	color: #013871 !important;
	background: none;
	font-size: clamp(38px, 4vw, 62px);
	font-weight: 780;
	letter-spacing: -.055em;
	line-height: 1.03;
	-webkit-text-fill-color: currentColor;
}
.mutuo-application-stage-content h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 48px;
	height: 3px;
	background: #feaa02;
	content: "";
}
.mutuo-application-stage-content p {
	max-width: 36ch;
	margin-top: 22px;
	color: #536b7a;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
}
.mutuo-application-stage-link {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	min-height: 48px;
	margin-top: 27px;
	padding: 0 20px;
	color: #fff;
	border-radius: 4px;
	background: #013871;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
}
.mutuo-application-stage-link:is(:hover, :focus-visible) { color: #013871; background: #feaa02; }
.mutuo-application-nav {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	display: block;
	width: clamp(650px, 56vw, 900px);
	aspect-ratio: 1;
	overflow: hidden;
	border: 1px solid #e6edf2;
	border-radius: 50%;
	background: #f8fbfd;
	box-shadow: 0 18px 42px rgba(1, 56, 113, .08);
}
.mutuo-application-nav::before {
	position: absolute;
	inset: 0;
	background: conic-gradient(from -45deg, #013871 0deg 88.8deg, #fff 89.2deg 178.8deg, #f8fbfd 179.2deg 268.8deg, #fff 269.2deg 360deg);
	content: "";
	transition: background 280ms ease;
}
.mutuo-application-showcase[data-active-application="marine"] .mutuo-application-nav::before {
	background: conic-gradient(from -45deg, #fff 0deg 88.8deg, #013871 89.2deg 178.8deg, #f8fbfd 179.2deg 268.8deg, #fff 269.2deg 360deg);
}
.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-application-nav::before {
	background: conic-gradient(from -45deg, #fff 0deg 88.8deg, #f8fbfd 89.2deg 178.8deg, #013871 179.2deg 268.8deg, #fff 269.2deg 360deg);
}
.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-application-nav::before {
	background: conic-gradient(from -45deg, #fff 0deg 88.8deg, #f8fbfd 89.2deg 178.8deg, #fff 179.2deg 268.8deg, #013871 269.2deg 360deg);
}
.mutuo-application-nav button,
.mutuo-application-nav button:is(:hover, :focus-visible, .is-active) {
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 39%;
	min-height: 0;
	padding: 0 16px;
	color: #013871;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-size: clamp(17px, 1.6vw, 25px);
	font-weight: 780;
	line-height: 1.08;
	text-align: center;
	transition: color 180ms ease, transform 220ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-application-nav button::before,
.mutuo-application-nav button::after { content: none; }
.mutuo-application-nav button:nth-child(1) { top: 7%; right: 4%; height: 39%; }
.mutuo-application-nav button:nth-child(2) { top: 8%; left: 5%; height: 37%; }
.mutuo-application-nav button:nth-child(3) { bottom: 10%; left: 4%; height: 35%; }
.mutuo-application-nav button:nth-child(4) { right: 3%; bottom: 10%; height: 35%; }
.mutuo-application-nav button.is-active { color: #fff; }
.mutuo-application-nav button:not(.is-active):is(:hover, :focus-visible) { transform: translateY(-4px); }
.mutuo-application-nav button:focus-visible { outline: 3px solid #feaa02; outline-offset: -5px; }
.mutuo-application-icon {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
}
.mutuo-application-icon svg {
	width: 38px;
	height: 38px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}
.mutuo-application-nav button small {
	color: currentColor;
	font-size: 11px;
	font-weight: 520;
	line-height: 1.35;
	opacity: .74;
}

@media (max-width: 980px) {
	.mutuo-applications { padding-block: 62px; }
	.mutuo-application-showcase {
		display: flex;
		flex-direction: column;
		gap: 18px;
		min-height: 0;
	}
	.mutuo-application-stage {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		min-height: 580px;
		aspect-ratio: auto;
		overflow: hidden;
		border-radius: 10px;
		background: #013871;
	}
	.mutuo-application-stage > .mutuo-application-image,
	.mutuo-application-stage > .mutuo-application-image--next {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		clip-path: none;
	}
	.mutuo-application-stage::after {
		position: absolute;
		z-index: 2;
		display: block;
		inset: 0;
		background: linear-gradient(90deg, rgba(1, 56, 113, .90) 0%, rgba(1, 56, 113, .62) 50%, rgba(1, 56, 113, .15) 100%);
		content: "";
	}
	.mutuo-application-stage-content {
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		box-sizing: border-box;
		width: min(100%, 550px);
		margin: 0;
		padding: 54px 28px;
		color: #fff;
	}
	.mutuo-application-stage-content .mutuo-eyebrow { color: #feaa02; }
	.mutuo-application-stage-content h2 { color: #fff !important; -webkit-text-fill-color: currentColor; }
	.mutuo-application-stage-content p { color: rgba(255, 255, 255, .9); }
	.mutuo-application-nav {
		position: relative;
		inset: auto;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		min-height: 224px;
		aspect-ratio: auto;
		overflow: visible;
		border: 1px solid #d8e4eb;
		border-radius: 8px;
		background: #f8fbfd;
		box-shadow: none;
	}
	.mutuo-application-nav::before { display: none; }
	.mutuo-application-nav button,
	.mutuo-application-nav button:is(:hover, :focus-visible, .is-active) {
		position: relative;
		inset: auto;
		width: auto;
		height: auto;
		min-height: 112px;
		padding: 20px;
		border: 1px solid #e0e9ee;
		background: #fff;
		font-size: 18px;
	}
	.mutuo-application-nav button:nth-child(n) { inset: auto; }
	.mutuo-application-nav button.is-active { color: #fff; background: #013871; }
	.mutuo-application-nav button:not(.is-active):is(:hover, :focus-visible) { color: #013871; background: #edf6fa; transform: none; }
}

@media (max-width: 640px) {
	.mutuo-applications { padding-block: 50px; }
	.mutuo-application-stage { min-height: 520px; }
	.mutuo-application-stage-content { width: 100%; padding: 38px 24px; }
	.mutuo-application-stage-content h2 {
		max-width: 100%;
		font-size: clamp(28px, 8vw, 36px);
		white-space: normal;
		overflow-wrap: anywhere;
	}
	.mutuo-application-stage-content p { font-size: 14px; }
	.mutuo-application-nav { grid-template-columns: 1fr; }
	.mutuo-application-nav button,
	.mutuo-application-nav button:is(:hover, :focus-visible, .is-active) { min-height: 78px; flex-direction: row; justify-content: flex-start; gap: 12px; text-align: left; font-size: 16px; }
	.mutuo-application-nav button small { margin-left: auto; max-width: 14ch; text-align: right; }
	.mutuo-application-icon { width: 38px; height: 38px; }
	.mutuo-application-icon svg { width: 32px; height: 32px; }
}

@media (prefers-reduced-motion: reduce) {
	.mutuo-application-nav::before,
	.mutuo-application-nav button,
	.mutuo-application-stage > .mutuo-application-image,
	.mutuo-application-stage-content { transition: none; }
}

.mutuo-application-stage-content h2 { position: relative; }

/* Keep the editorial copy in its own left column instead of letting the theme heading flex rules overlap the radial scene. */
@media (min-width: 981px) {
	.mutuo-application-stage-content {
		top: clamp(-290px, -14vw, -190px);
		left: auto;
		right: clamp(760px, 55vw, 1160px);
		width: 460px;
	}
	.mutuo-application-stage-content h2 {
		display: block;
		width: 100%;
		max-width: 440px;
		white-space: normal;
		font-size: clamp(42px, 3.25vw, 56px);
		overflow-wrap: normal;
	}
	.mutuo-application-stage-content p { max-width: 34ch; }
}

@media (min-width: 981px) and (max-width: 1280px) {
	.mutuo-application-stage-content {
		left: -128%;
		right: auto;
		width: 390px;
	}
}

/* The selectable pieces are individual fan sectors. This prevents an active color field from covering unrelated labels. */
@media (min-width: 981px) {
	.mutuo-application-nav {
		width: clamp(700px, 60vw, 960px);
		height: clamp(470px, 40vw, 620px);
		aspect-ratio: auto;
		overflow: visible;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
	}
	.mutuo-application-nav::before { display: none; }
	.mutuo-application-nav button,
	.mutuo-application-nav button:is(:hover, :focus-visible, .is-active) {
		width: 39%;
		height: 43%;
		padding: 30px 34px;
		border: 1px solid #e2eaf0;
		background: #fff;
		box-shadow: 0 10px 20px rgba(1, 56, 113, .05);
		font-size: clamp(17px, 1.45vw, 24px);
	}
	.mutuo-application-nav button:nth-child(1) {
		top: 2%;
		right: 4%;
		clip-path: polygon(10% 4%, 68% 0, 100% 38%, 76% 100%, 16% 91%, 0 48%);
	}
	.mutuo-application-nav button:nth-child(2) {
		top: 6%;
		left: 7%;
		clip-path: polygon(36% 0, 92% 13%, 100% 70%, 72% 100%, 9% 89%, 0 38%);
	}
	.mutuo-application-nav button:nth-child(3) {
		bottom: 6%;
		left: 3%;
		clip-path: polygon(12% 4%, 78% 0, 100% 42%, 84% 96%, 23% 100%, 0 61%);
	}
	.mutuo-application-nav button:nth-child(4) {
		right: 4%;
		bottom: 5%;
		clip-path: polygon(18% 0, 80% 7%, 100% 49%, 84% 100%, 22% 94%, 0 53%);
	}
	.mutuo-application-nav button.is-active {
		color: #fff;
		border-color: #013871;
		background: #013871;
		box-shadow: 0 18px 32px rgba(1, 56, 113, .22);
	}
	.mutuo-application-nav button:not(.is-active):is(:hover, :focus-visible) {
		color: #013871;
		border-color: #9ec4de;
		background: #f4faff;
		transform: translateY(-4px);
	}
	.mutuo-application-stage {
		right: clamp(72px, 7vw, 146px);
		bottom: clamp(-36px, -2vw, -10px);
		width: clamp(340px, 27vw, 500px);
	}
}

/* SVG establishes the shared radial geometry; native tabs remain available for keyboard interaction only. */
@media (min-width: 981px) {
	.mutuo-application-showcase { min-height: clamp(680px, 48vw, 820px); }
	.mutuo-application-stage-content {
		position: absolute;
		z-index: 5;
		top: clamp(78px, 7vw, 126px);
		left: 0;
		right: auto;
		width: min(31vw, 460px);
		margin: 0;
	}
	.mutuo-application-stage-content h2 { max-width: 8.8ch; }
	.mutuo-application-nav {
		z-index: 2;
		top: 0;
		right: 0;
		width: clamp(760px, 58vw, 980px);
		height: auto;
		aspect-ratio: 1020 / 860;
	}
	.mutuo-application-radial-visual {
		position: absolute;
		inset: 0;
		display: block;
		width: 100%;
		height: 100%;
		overflow: visible;
		pointer-events: all;
	}
	.mutuo-radial-sector {
		fill: #f8fbfd;
		stroke: #e6edf2;
		stroke-width: 8;
		transition: fill 260ms ease, stroke 260ms ease, filter 260ms ease;
	}
	.mutuo-radial-sector-group text {
		fill: #013871;
		font-family: Manrope, sans-serif;
		font-size: 25px;
		font-weight: 780;
		text-anchor: middle;
		transition: fill 220ms ease;
	}
	.mutuo-radial-sector-group .mutuo-radial-caption {
		font-size: 12px;
		font-weight: 560;
		opacity: .72;
	}
	.mutuo-radial-icon-path {
		fill: none;
		stroke: #013871;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 2.5;
		transition: stroke 220ms ease;
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		fill: #013871;
		stroke: #013871;
		filter: drop-shadow(0 12px 14px rgba(1, 56, 113, .17));
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil :is(text, .mutuo-radial-icon-path),
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine :is(text, .mutuo-radial-icon-path),
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical :is(text, .mutuo-radial-icon-path),
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy :is(text, .mutuo-radial-icon-path) { fill: #fff; stroke: #fff; }
	.mutuo-application-nav button,
	.mutuo-application-nav button:is(:hover, :focus-visible, .is-active) {
		position: absolute;
		width: 1px !important;
		height: 1px !important;
		margin: -1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		white-space: nowrap;
		pointer-events: none;
	}
	.mutuo-application-nav:has(button:nth-of-type(1):focus-visible) .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-nav:has(button:nth-of-type(2):focus-visible) .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-nav:has(button:nth-of-type(3):focus-visible) .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-nav:has(button:nth-of-type(4):focus-visible) .mutuo-radial-sector-group--energy .mutuo-radial-sector { stroke: #feaa02; stroke-width: 14; }
	.mutuo-application-stage {
		z-index: 4;
		top: clamp(168px, 13vw, 250px);
		right: clamp(190px, 16vw, 276px);
		bottom: auto;
		width: clamp(360px, 27vw, 500px);
	}
	.mutuo-application-stage > .mutuo-application-image,
	.mutuo-application-stage > .mutuo-application-image--next { border-width: 9px; }
	.mutuo-application-stage.is-content-transitioning + .mutuo-application-stage-content {
		opacity: .16;
		transform: translateY(6px);
	}
}

@media (max-width: 980px) {
	.mutuo-application-radial-visual { display: none; }
}

@media (min-width: 981px) {
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil text,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine text,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical text,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy text { fill: #fff; stroke: none; }
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-icon-path,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-icon-path,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-icon-path,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-icon-path { stroke: #fff; }
}

/* Final desktop proportion pass from the approved artwork and the live-page readback. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		min-height: clamp(760px, 55vw, 900px);
		padding-left: clamp(56px, 3.2vw, 78px);
		box-sizing: border-box;
	}
	.mutuo-application-stage-content {
		top: clamp(76px, 6vw, 112px);
		left: clamp(56px, 3.2vw, 78px);
		width: min(30vw, 500px);
	}
	.mutuo-application-stage-content h2 {
		width: 100%;
		max-width: 12ch;
		font-size: clamp(46px, 3.1vw, 58px);
	}
	.mutuo-application-nav {
		width: clamp(1020px, 76vw, 1500px);
		aspect-ratio: 1200 / 760;
	}
	.mutuo-application-stage {
		top: clamp(268px, 19vw, 340px);
		right: clamp(340px, 26vw, 500px);
		width: clamp(520px, 39vw, 740px);
	}
	.mutuo-radial-sector { stroke-width: 5; }
}

@media (min-width: 981px) {
	.mutuo-application-showcase { padding-left: 0; }
}

/* Keep the focal photo below the sector labels, as in the approved composition. */
@media (min-width: 981px) {
	.mutuo-application-stage {
		top: clamp(328px, 22vw, 400px);
	}
}

/* Desktop presentation is contained in the viewport below the fixed 76px header. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		height: calc(100svh - 76px);
		min-height: 0;
		max-height: calc(100svh - 76px);
		overflow: hidden;
	}
	.mutuo-application-nav {
		width: min(76vw, calc((100svh - 76px) * 1.578947));
	}
	.mutuo-application-stage {
		top: auto;
		right: clamp(260px, 22vw, 420px);
		bottom: 0;
		width: min(39vw, calc((100svh - 76px) * .66));
	}
}

/* One shared circular coordinate system: the radial wheel and image use the same centre and diameter. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-wheel-width: min(76vw, calc((100svh - 76px) * 1.333333));
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .5);
	}
	.mutuo-application-nav {
		width: var(--mutuo-application-wheel-width);
		aspect-ratio: 1200 / 900;
	}
	.mutuo-application-stage {
		top: auto;
		right: calc((var(--mutuo-application-wheel-width) - var(--mutuo-application-photo-width)) / 2);
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .75));
		width: var(--mutuo-application-photo-width);
	}
	.mutuo-radial-sector-group {
		pointer-events: none;
	}
	.mutuo-radial-sector {
		cursor: pointer;
		pointer-events: visiblePainted;
	}
	.mutuo-radial-sector-group :is(text, .mutuo-radial-accent) {
		pointer-events: none;
	}
}

/* Four equal 45-degree sectors form a single upper semicircle and remain inside one viewport. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .433333);
	}
	.mutuo-application-stage {
		right: calc((var(--mutuo-application-wheel-width) - var(--mutuo-application-photo-width)) / 2);
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .633333));
		width: var(--mutuo-application-photo-width);
	}
}

/* Refine the semicircle with quieter inactive panels and a precise brand-blue active state. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .416667);
	}
	.mutuo-application-stage {
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .625));
	}
	.mutuo-radial-sector {
		fill: #fbfcfd;
		stroke: #e4ecf1;
		stroke-width: 4;
		stroke-linejoin: round;
		shape-rendering: geometricPrecision;
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		fill: url(#mutuo-application-active-blue);
		stroke: #fff;
		stroke-width: 6;
		filter: drop-shadow(0 10px 18px rgba(1, 56, 113, .12));
	}
	.mutuo-application-stage > .mutuo-application-image,
	.mutuo-application-stage > .mutuo-application-image--next {
		border-width: 12px;
	}
}

/* Separate the four equal sectors into the restrained, layered cards of the approved composition. */
@media (min-width: 981px) {
	.mutuo-radial-sector {
		fill: #fff;
		stroke: #fff;
		stroke-width: 15;
		filter: drop-shadow(0 8px 12px rgba(1, 56, 113, .10));
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		stroke: #fff;
		stroke-width: 15;
		filter: drop-shadow(0 14px 22px rgba(1, 56, 113, .16));
	}
}

/* Let the focal image crop below the fold so it can read as a larger industrial detail. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .56);
	}
	.mutuo-application-stage {
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .80));
	}
}

/* Match the reference proportion: a wide semicircle, with the enlarged focal image intentionally cropped below the fold. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-wheel-width: min(76vw, calc((100svh - 76px) * 1.846154));
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .52);
	}
	.mutuo-application-nav {
		aspect-ratio: 1200 / 650;
	}
	.mutuo-application-stage {
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .76));
	}
}

/* Rebalance the reference composition: a quieter semicircle with a larger, intentionally cropped focal image. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-wheel-width: min(68vw, calc((100svh - 76px) * 1.55));
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .68);
	}
	.mutuo-application-stage {
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .92));
	}
}

/* Keep the enlarged image subordinate to the four readable application labels. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .58);
	}
	.mutuo-application-stage {
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .87));
	}
}

/* Keep every sector label clear of the focal image while retaining the surrounding annular geometry. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .54);
	}
	.mutuo-application-stage {
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .69));
	}
	.mutuo-application-stage > .mutuo-application-image,
	.mutuo-application-stage > .mutuo-application-image--next {
		border-width: 10px;
	}
}

/* Keep the approved coordinates, but let the focal image read larger without obscuring the four sector labels. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .64);
	}
	.mutuo-application-nav {
		z-index: 4;
	}
	.mutuo-application-stage {
		z-index: 3;
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .97));
	}
	.mutuo-radial-sector {
		filter: drop-shadow(0 5px 10px rgba(1, 56, 113, .06));
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		filter: drop-shadow(0 10px 18px rgba(1, 56, 113, .12));
	}
}

/* Rebuilt radial composition: one genuine half-circle, four equal sectors and a restrained image overlap. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-wheel-width: min(70vw, calc((100svh - 76px) * 1.58));
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .66);
	}
	.mutuo-application-nav {
		z-index: 4;
		aspect-ratio: 1200 / 650;
	}
	.mutuo-application-stage {
		z-index: 3;
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .99));
	}
	.mutuo-radial-sector {
		stroke: #fff;
		stroke-width: 11;
		filter: drop-shadow(0 5px 11px rgba(1, 56, 113, .055));
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		stroke-width: 11;
		filter: drop-shadow(0 10px 18px rgba(1, 56, 113, .13));
	}
}

/* The four sectors meet at one centre point; the image is an overlay, never a separator between upper and lower sectors. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .52);
	}
	.mutuo-application-nav {
		z-index: 2;
	}
	.mutuo-application-stage {
		z-index: 4;
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .86));
	}
	.mutuo-radial-sector {
		stroke-width: 8;
		filter: drop-shadow(0 5px 10px rgba(1, 56, 113, .05));
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		stroke-width: 8;
	}
}

/* Present the four equal wedges as one continuous half-circle, not four floating white cards. */
@media (min-width: 981px) {
	.mutuo-radial-sector {
		fill: #f3f7fa;
		stroke: #e1e9ef;
		stroke-width: 5;
		filter: none;
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		fill: url(#mutuo-application-active-blue);
		stroke: #fff;
		stroke-width: 6;
		filter: drop-shadow(0 8px 16px rgba(1, 56, 113, .14));
	}
}

/* Four equal annular sectors encircle the focal image; the image sits in the inner opening instead of splitting the fan. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .58);
	}
	.mutuo-application-nav {
		z-index: 4;
	}
	.mutuo-application-stage {
		z-index: 3;
		bottom: calc((100svh - 76px) - (var(--mutuo-application-wheel-width) * .79));
	}
	.mutuo-radial-sector {
		stroke-width: 7;
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		stroke-width: 7;
	}
}

/* Our Equipment final composition: a four-segment semicircle around the active machine scene. */
@media (min-width: 981px) {
	.mutuo-applications {
		padding-block: 0;
		background: #fff;
	}
	.mutuo-applications::before {
		inset: 0 auto auto 0;
		width: min(27vw, 440px);
		height: min(52vw, 760px);
		opacity: .12;
		background-position: left bottom;
		background-size: cover;
	}
	.mutuo-application-showcase {
		--mutuo-application-wheel-width: min(70vw, calc((100svh - 76px) * 1.80));
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .57);
		height: calc(100svh - 76px);
		min-height: 720px;
		max-height: none;
		padding: 0;
		overflow: hidden;
	}
	.mutuo-application-stage-content {
		z-index: 5;
		top: clamp(58px, 7.5vh, 100px);
		left: 0;
		width: min(31vw, 450px);
	}
	.mutuo-application-stage-content .mutuo-eyebrow {
		margin-bottom: 28px;
		font-size: 13px;
		letter-spacing: .02em;
	}
	.mutuo-application-stage-content .mutuo-eyebrow::before {
		width: 36px;
		height: 3px;
		margin-right: 15px;
	}
	.mutuo-application-stage-content h2 {
		max-width: 9.5ch;
		padding: 0;
		font-size: clamp(46px, 3.55vw, 64px);
		font-weight: 800;
		letter-spacing: -.06em;
		line-height: 1.02;
	}
	.mutuo-application-stage-content h2::after { display: none; }
	.mutuo-application-stage-content p {
		max-width: 36ch;
		margin-top: 25px;
		color: #5d6671;
		font-size: 18px;
		line-height: 1.58;
	}
	.mutuo-application-stage-link {
		min-height: 56px;
		margin-top: 27px;
		padding: 0 28px;
		border-radius: 3px;
		font-size: 14px;
		letter-spacing: 0;
		text-transform: uppercase;
	}
	.mutuo-application-nav {
		z-index: 2;
		top: clamp(54px, 6.5vh, 94px);
		right: 0;
		width: var(--mutuo-application-wheel-width);
		height: auto;
		aspect-ratio: 1200 / 650;
	}
	.mutuo-radial-sector {
		fill: #fff;
		stroke: #fff;
		stroke-width: 12;
		filter: drop-shadow(0 8px 13px rgba(1, 56, 113, .10));
	}
	.mutuo-radial-sector-group text {
		font-size: 24px;
		font-weight: 800;
		letter-spacing: -.025em;
	}
	.mutuo-radial-sector-group .mutuo-radial-caption {
		font-size: 12px;
		font-weight: 550;
		letter-spacing: 0;
		line-height: 1.4;
		opacity: 1;
	}
	.mutuo-radial-icon-path { stroke-width: 2.6; }
	.mutuo-radial-accent {
		fill: none;
		stroke: #feaa02;
		stroke-linecap: square;
		stroke-width: 3;
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-sector,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-sector {
		fill: url(#mutuo-application-active-blue);
		stroke: #fff;
		filter: drop-shadow(0 11px 19px rgba(1, 56, 113, .16));
	}
	.mutuo-application-showcase[data-active-application="oil-gas"] .mutuo-radial-sector-group--oil .mutuo-radial-accent,
	.mutuo-application-showcase[data-active-application="marine"] .mutuo-radial-sector-group--marine .mutuo-radial-accent,
	.mutuo-application-showcase[data-active-application="petrochemical"] .mutuo-radial-sector-group--petrochemical .mutuo-radial-accent,
	.mutuo-application-showcase[data-active-application="energy-water"] .mutuo-radial-sector-group--energy .mutuo-radial-accent { stroke: #feaa02; }
	.mutuo-application-stage {
		z-index: 4;
		top: auto;
		right: calc((var(--mutuo-application-wheel-width) - var(--mutuo-application-photo-width)) / 2);
		bottom: calc(100% - clamp(54px, 6.5vh, 94px) - (var(--mutuo-application-wheel-width) * .84));
		width: var(--mutuo-application-photo-width);
		aspect-ratio: 1;
	}
	.mutuo-application-stage > .mutuo-application-image,
	.mutuo-application-stage > .mutuo-application-image--next {
		border: 11px solid #fff;
		box-shadow: 0 11px 26px rgba(1, 56, 113, .18);
	}
}

@media (min-width: 981px) and (max-height: 820px) {
	.mutuo-application-showcase { min-height: 650px; }
	.mutuo-application-stage-content { top: 42px; }
	.mutuo-application-stage-content .mutuo-eyebrow { margin-bottom: 18px; }
	.mutuo-application-stage-content h2 { font-size: clamp(42px, 3.35vw, 55px); }
	.mutuo-application-stage-content p { margin-top: 18px; font-size: 16px; }
	.mutuo-application-stage-link { min-height: 48px; margin-top: 18px; }
}

/* Keep the Industry Applications copy on the requested MUTERRA blue. */
@media (min-width: 981px) {
	.mutuo-application-stage-content .mutuo-eyebrow,
	.mutuo-application-stage-content h2,
	.mutuo-application-stage-content p {
		color: #033871 !important;
		-webkit-text-fill-color: #033871;
	}
}

/* Lock the radial artwork to the image aperture: the SVG inner radius is 320 / 500, so its diameter is 640 / 1200 of the wheel. */
@media (min-width: 981px) {
	.mutuo-applications > .mutuo-container {
		width: min(1440px, calc(100% - 48px));
		margin-inline: auto;
	}
	.mutuo-application-showcase {
		--mutuo-application-nav-top: clamp(54px, 6.5vh, 94px);
		--mutuo-application-wheel-width: min(70vw, calc((100svh - 76px) * 1.80));
		--mutuo-application-photo-width: calc(var(--mutuo-application-wheel-width) * .533333);
	}
	.mutuo-application-nav { top: var(--mutuo-application-nav-top); }
	.mutuo-application-stage {
		top: calc(var(--mutuo-application-nav-top) + (var(--mutuo-application-wheel-width) * .15));
		right: calc((var(--mutuo-application-wheel-width) - var(--mutuo-application-photo-width)) / 2);
		bottom: auto;
		width: var(--mutuo-application-photo-width);
		height: var(--mutuo-application-photo-width);
		box-sizing: border-box;
	}
	.mutuo-application-stage > .mutuo-application-image,
	.mutuo-application-stage > .mutuo-application-image--next {
		box-sizing: border-box;
		border-width: 10px;
	}
}

/* Keep the photo inside the radial aperture; sector cards and their labels must always paint above it. */
@media (min-width: 981px) {
	.mutuo-application-stage { z-index: 2; }
	.mutuo-application-nav { z-index: 4; }
	.mutuo-application-stage-content {
		z-index: 5;
		width: min(27vw, 410px);
	}
	.mutuo-application-stage-content p { max-width: 27ch; }
}

/* The visible arc ends at x=1100 in a 1200-unit SVG; offset the whole radial scene by the remaining 1/12 to align its outer edge with the header container. */
@media (min-width: 981px) {
	.mutuo-application-showcase {
		--mutuo-application-wheel-shift: calc(var(--mutuo-application-wheel-width) / 12);
	}
	.mutuo-application-nav {
		right: calc(var(--mutuo-application-wheel-shift) * -1);
	}
	.mutuo-application-stage {
		right: calc((var(--mutuo-application-wheel-width) - var(--mutuo-application-photo-width)) / 2 - var(--mutuo-application-wheel-shift));
	}
}

/* Mirror the selected industry image as a restrained full-module backdrop. */
.mutuo-applications {
	--mutuo-application-background-image: none;
}
.mutuo-applications::before {
	display: block;
	content: "";
	inset: 0;
	width: auto;
	height: auto;
	opacity: .32;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, .56)), var(--mutuo-application-background-image);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: background-image 300ms ease;
}

/* SVG text must not inherit the active-sector white stroke: it softens small captions. */
@media (min-width: 981px) {
	.mutuo-radial-sector-group text {
		stroke: none !important;
		stroke-width: 0 !important;
		paint-order: fill;
		text-rendering: optimizeLegibility;
	}
	.mutuo-radial-sector-group text:not(.mutuo-radial-caption) {
		font-size: 22px !important;
		font-weight: 800;
	}
	.mutuo-radial-sector-group .mutuo-radial-caption {
		font-size: 12px !important;
		font-weight: 650;
	}
}

/* Use one measured navy fill for homepage CTA buttons instead of abrupt color swaps. */
.mutuo-header-cta,
.mutuo-button,
.mutuo-button-outline,
.mutuo-products .mutuo-button-primary,
.mutuo-certificate-showcase-link,
.mutuo-hot-featured-action {
	background-image: linear-gradient(100deg, #013871 0%, #1b5c96 100%) !important;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0 100% !important;
	transition: color 360ms ease, border-color 360ms ease, background-size 1100ms cubic-bezier(.42, 0, .58, 1), box-shadow 360ms ease, transform 360ms ease;
}
.mutuo-header-cta:is(:hover, :focus-visible),
.mutuo-button:is(:hover, :focus-visible),
.mutuo-button-outline:is(:hover, :focus-visible),
.mutuo-certificate-showcase-link:is(:hover, :focus-visible),
.mutuo-hot-featured-action:is(:hover, :focus-visible) {
	color: #fff !important;
	border-color: #013871 !important;
	background-size: 100% 100% !important;
}

/* Hot Products: replace the vertical scanner with a restrained diagonal metal-glint interaction. */
.mutuo-hot-card {
	position: relative;
	will-change: transform;
}
.mutuo-hot-card::before {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0;
	height: 3px;
	content: "";
	background: #feaa02;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 640ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-hot-media::after {
	inset: -16% auto -16% -52%;
	width: 38%;
	height: auto;
	background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .08) 28%, rgba(255, 255, 255, .64) 50%, rgba(42, 156, 219, .18) 67%, transparent 100%);
	opacity: 0;
	transform: translateX(0) skewX(-18deg);
	transition: transform 820ms cubic-bezier(.22, .61, .36, 1), opacity 180ms ease;
}
@media (hover: hover) and (pointer: fine) {
	.mutuo-hot-card {
		transition: transform 420ms cubic-bezier(.22, .61, .36, 1), box-shadow 420ms ease;
	}
	.mutuo-hot-card:hover {
		box-shadow: 0 20px 38px rgba(1, 56, 113, .14);
		transform: translateY(-5px);
	}
	.mutuo-hot-card:hover::before { transform: scaleX(1); }
	.mutuo-hot-card:hover .mutuo-hot-media img { transform: none; }
	.mutuo-hot-card:hover .mutuo-hot-media::after {
		opacity: 1;
		transform: translateX(420%) skewX(-18deg);
	}
}
.mutuo-hot-card:focus-visible {
	outline: 3px solid #feaa02;
	outline-offset: 4px;
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-hot-card,
	.mutuo-hot-card::before,
	.mutuo-hot-media::after,
	.mutuo-hot-media img { transition: none !important; }
}

/* Preserve readable hierarchy over the Product Range navy panel. */
.mutuo-products .mutuo-section-head-light h2 {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

/* Product Range header sits directly on the white section, without a filled panel. */
.mutuo-product-showcase-head {
	color: #013871;
	background: none;
}
.mutuo-product-showcase-head h2,
.mutuo-products .mutuo-section-head-light h2 {
	color: #013871 !important;
	-webkit-text-fill-color: #013871;
}
.mutuo-product-showcase-head p { color: #5d6671; }

/* Product Range: an editorial three-family classification layout. */
.mutuo-products {
	padding-block: clamp(76px, 8vw, 124px);
	background: #fff;
}
.mutuo-product-showcase { gap: clamp(50px, 6vw, 84px); }
.mutuo-product-showcase-head p {
	max-width: 620px;
	margin: 18px auto 0;
	font-size: 14px;
	line-height: 1.6;
}
.mutuo-product-category-grid {
	grid-template-columns: minmax(0, .86fr) minmax(0, .86fr) minmax(0, 1.48fr);
	gap: clamp(22px, 2.8vw, 48px);
	align-items: stretch;
}
.mutuo-product-category-card,
.mutuo-product-category-card:nth-child(3) {
	min-height: clamp(420px, 34vw, 560px);
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}
.mutuo-product-category-card::before,
.mutuo-product-category-card::after { display: none; }
.mutuo-product-category-card:is(:hover, :focus-visible),
.mutuo-product-category-card.is-engaged {
	box-shadow: none;
	transform: none;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy {
	order: -1;
	align-items: center;
	justify-content: center;
	min-height: 144px;
	padding: 10px 16px 26px;
	text-align: center;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy > span {
	margin-bottom: 12px;
	font-size: 10px;
	letter-spacing: .15em;
}
.mutuo-product-category-card:nth-child(-n + 2) h3 {
	padding-bottom: 17px;
	font-size: clamp(22px, 1.75vw, 30px);
	text-align: center;
}
.mutuo-product-category-card:nth-child(-n + 2) h3::after {
	left: 50%;
	width: 36px;
	transform: translateX(-50%);
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media {
	background: #f3f7f9;
}
.mutuo-product-category-card:nth-child(1) .mutuo-product-category-media img { object-position: center; }
.mutuo-product-category-card:nth-child(2) .mutuo-product-category-media {
	padding: clamp(18px, 2vw, 34px);
	background: #fafcfd;
}
.mutuo-product-category-card:nth-child(2) .mutuo-product-category-media img { object-fit: contain; }
.mutuo-product-category-card:nth-child(3) {
	grid-template-columns: minmax(210px, .78fr) minmax(270px, 1.22fr);
	background: #f5f9fb;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy {
	justify-content: center;
	padding: clamp(38px, 4vw, 72px) clamp(28px, 3.5vw, 60px);
}
.mutuo-product-category-card:nth-child(3) h3 {
	padding-bottom: 19px;
	font-size: clamp(30px, 3vw, 50px);
}
.mutuo-product-category-card:nth-child(3) h3::after { width: 46px; }
.mutuo-product-category-card:nth-child(3) p {
	max-width: 24ch;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.65;
}
.mutuo-product-category-card:nth-child(3) b {
	display: inline-flex;
	margin-top: 30px;
	padding: 13px 18px;
	color: #fff;
	border-radius: 3px;
	background: #013871;
	font-size: 11px;
	transition: background-color 240ms ease, transform 240ms ease;
}
.mutuo-product-category-card:nth-child(3):is(:hover, :focus-visible) b {
	background: #012a55;
	transform: translateX(4px);
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media {
	padding: clamp(26px, 3.8vw, 70px);
}
.mutuo-product-category-card .mutuo-product-category-media img {
	filter: none;
	transform: none;
}
.mutuo-product-category-card:is(:hover, :focus-visible) .mutuo-product-category-media img,
.mutuo-product-category-card.is-engaged .mutuo-product-category-media img { transform: none; }

@media (max-width: 980px) {
	.mutuo-product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.mutuo-product-category-card:nth-child(3) { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.mutuo-products { padding-block: 64px; }
	.mutuo-product-showcase { gap: 42px; }
	.mutuo-product-showcase-head { padding-inline: 0; }
	.mutuo-product-showcase-head h2 { font-size: clamp(40px, 12vw, 54px); }
	.mutuo-product-category-grid { grid-template-columns: 1fr; gap: 34px; }
	.mutuo-product-category-card,
	.mutuo-product-category-card:nth-child(3) { min-height: 0; }
	.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media { min-height: 280px; }
	.mutuo-product-category-card:nth-child(3) { display: flex; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy { order: -1; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media { min-height: 280px; }
}

/* Product Range: classification board based on the supplied three-column reference. */
.mutuo-products {
	padding-block: clamp(52px, 5vw, 78px);
	background: #fff;
}
.mutuo-product-showcase {
	width: 100%;
	min-width: 0;
	gap: 0;
	max-width: 1440px;
	margin-inline: auto;
}
.mutuo-product-showcase-head {
	padding: clamp(24px, 2.8vw, 42px) 24px clamp(22px, 2.5vw, 36px);
	color: #fff;
	background: linear-gradient(115deg, #013871 0%, #0b4d83 58%, #1b6697 100%);
	text-align: center;
}
.mutuo-product-showcase-head .mutuo-eyebrow { display: none; }
.mutuo-product-showcase-head h2,
.mutuo-products .mutuo-section-head-light h2 {
	color: #fff !important;
	font-size: clamp(38px, 4.3vw, 62px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.05;
	-webkit-text-fill-color: #fff;
}
.mutuo-product-showcase-head h2 {
	position: static;
	display: inline-block;
	padding: 0;
	text-transform: none;
}
.mutuo-product-classification-rule {
	display: block;
	width: 66px;
	height: 3px;
	margin: 18px auto 0;
	background: #feaa02;
}
.mutuo-products .mutuo-section-head-light h2 {
	display: block;
	padding: 0;
}
.mutuo-product-showcase-head p {
	max-width: 610px;
	margin: 12px auto 0;
	color: rgba(255, 255, 255, .88);
	font-size: 11px;
	line-height: 1.45;
}
.mutuo-product-category-grid {
	grid-template-columns: minmax(0, .82fr) minmax(0, .82fr) minmax(0, 1.72fr);
	gap: 6px;
	background: #fff;
}
.mutuo-product-category-card,
.mutuo-product-category-card:nth-child(3) {
	min-height: clamp(330px, 27vw, 440px);
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-media {
	flex: 1;
	min-height: 0;
	padding: clamp(16px, 2vw, 28px);
	background: #fff;
}
.mutuo-product-category-card:nth-child(1) .mutuo-product-category-media img,
.mutuo-product-category-card:nth-child(2) .mutuo-product-category-media img {
	object-fit: contain;
	transform: none;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy {
	order: 2;
	flex: 0 0 96px;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 12px 14px 20px;
	background: #fff;
	text-align: center;
}
.mutuo-product-category-card:nth-child(-n + 2) .mutuo-product-category-copy > span { display: none; }
.mutuo-product-category-card:nth-child(-n + 2) h3 {
	padding-bottom: 14px;
	color: #151515;
	font-size: clamp(14px, 1.2vw, 18px);
	font-weight: 800;
	letter-spacing: .01em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.mutuo-product-category-card:nth-child(-n + 2) h3::after {
	left: 50%;
	width: 28px;
	height: 2px;
	background: #013871;
	transform: translateX(-50%);
}
.mutuo-product-category-card:nth-child(-n + 2) p,
.mutuo-product-category-card:nth-child(-n + 2) b { display: none; }
.mutuo-product-category-card:nth-child(3) {
	display: grid;
	grid-template-columns: minmax(190px, .76fr) minmax(240px, 1.24fr);
	background: #fff;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy {
	order: 0;
	justify-content: center;
	padding: clamp(28px, 3.2vw, 52px);
	background: #fff;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy > span { display: none; }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:nth-child(3) h3 {
	padding-bottom: 15px;
	color: #151515;
	font-size: clamp(22px, 2.3vw, 36px);
	line-height: 1.05;
}
.mutuo-product-category-card:nth-child(3) h3::after {
	width: 30px;
	height: 2px;
	background: #013871;
}
.mutuo-product-category-card:nth-child(3) p {
	max-width: 20ch;
	margin-top: 18px;
	color: #61717e;
	font-size: 13px;
	line-height: 1.55;
}
.mutuo-product-category-card:nth-child(3) b {
	display: inline-flex;
	margin-top: 24px;
	padding: 9px 18px;
	color: #fff;
	border-radius: 0;
	background: #013871;
	font-size: 10px;
	font-weight: 800;
	text-transform: none;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media {
	order: 2;
	padding: clamp(18px, 3vw, 48px);
	background: #fff;
}
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media img {
	object-fit: contain;
	transform: none;
}
.mutuo-product-category-card:is(:hover, :focus-visible),
.mutuo-product-category-card.is-engaged {
	box-shadow: inset 0 -3px #013871;
	transform: none;
}
.mutuo-product-category-card:is(:hover, :focus-visible) .mutuo-product-category-media img,
.mutuo-product-category-card.is-engaged .mutuo-product-category-media img { transform: none; }

@media (max-width: 980px) {
	.mutuo-product-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.mutuo-product-category-card:nth-child(3) { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.mutuo-products { padding: 0 0 42px; }
	.mutuo-product-showcase-head { padding: 24px 20px; }
	.mutuo-product-showcase-head h2 { display: block; max-width: 100%; font-size: clamp(24px, 7vw, 30px); text-align: center; white-space: normal; }
	.mutuo-product-category-grid { grid-template-columns: 1fr; gap: 18px; }
	.mutuo-product-category-card:nth-child(-n + 2) { min-height: 340px; }
	.mutuo-product-category-card:nth-child(3) { display: flex; min-height: 0; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy { order: -1; }
	.mutuo-product-category-card:nth-child(3) .mutuo-product-category-media { min-height: 220px; }
}

/* Keep the classification header on the white page, without a colored backing panel. */
.mutuo-product-showcase-head {
	color: #013871;
	background: none;
}
.mutuo-product-showcase-head h2,
.mutuo-products .mutuo-section-head-light h2 {
	color: #013871 !important;
	-webkit-text-fill-color: #013871;
}
.mutuo-product-showcase-head p { color: #5d6671; }

/* Product Classification motion: a short image settle on entry and a steel-glint on intentional hover. */
.mutuo-product-category-media { position: relative; overflow: hidden; }
.mutuo-product-category-media::after {
	position: absolute;
	z-index: 1;
	top: -12%;
	bottom: -12%;
	left: -42%;
	width: 28%;
	background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .18) 30%, rgba(255, 255, 255, .7) 50%, rgba(255, 255, 255, .12) 70%, transparent 100%);
	content: "";
	pointer-events: none;
	transform: skewX(-18deg) translateX(-30%);
	transition: transform 760ms cubic-bezier(.22, .61, .36, 1);
}
@media (prefers-reduced-motion: no-preference) {
	.mutuo-home.has-scroll-reveal .mutuo-product-category-card.is-visible .mutuo-product-category-media img {
		animation: mutuo-product-image-settle 760ms cubic-bezier(.22, .61, .36, 1) both;
	}
	@keyframes mutuo-product-image-settle {
		from { opacity: .01; transform: scale(1.08); }
		to { opacity: 1; transform: scale(1); }
	}
}
@media (hover: hover) and (pointer: fine) {
	.mutuo-product-category-card .mutuo-product-category-media img {
		transition: transform 620ms cubic-bezier(.22, .61, .36, 1);
	}
	.mutuo-product-category-card:is(:hover, .is-engaged) .mutuo-product-category-media img {
		transform: scale(1.045) !important;
	}
	.mutuo-product-category-card:is(:hover, .is-engaged) .mutuo-product-category-media::after {
		transform: skewX(-18deg) translateX(560%);
	}
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-product-category-media::after,
	.mutuo-product-category-card .mutuo-product-category-media img { transition: none !important; }
}

/* Keep the Flanges label within its text column and mirror the Certificates CTA treatment. */
.mutuo-product-category-card:nth-child(3) .mutuo-product-category-copy { min-width: 0; }
.mutuo-product-category-card:nth-child(3) h3 {
	max-width: 100%;
	white-space: normal;
	overflow: visible;
	overflow-wrap: normal;
}
.mutuo-product-category-card:nth-child(3) b {
	padding: 12px 18px;
	color: #013871;
	border: 1px solid #013871;
	border-radius: 6px;
	background-color: #fff;
	background-image: linear-gradient(100deg, #013871 0%, #1b5c96 100%);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0 100%;
	font-size: 12px;
	font-weight: 760;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: color 360ms ease, border-color 360ms ease, background-size 1100ms cubic-bezier(.42, 0, .58, 1), box-shadow 360ms ease, transform 360ms ease;
}
.mutuo-product-category-card:nth-child(3):is(:hover, :focus-visible) b {
	color: #fff;
	border-color: #013871;
	background-color: #fff;
	background-size: 100% 100%;
	transform: none;
}

/* The product CTA is content-width only; do not inherit a card-wide flex size. */
.mutuo-product-category-card:nth-child(3) b {
	display: inline-flex !important;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto !important;
	min-height: 0;
	white-space: nowrap;
	line-height: 1;
	color: #013871 !important;
	-webkit-text-fill-color: #013871;
}
.mutuo-product-category-card:nth-child(3):is(:hover, :focus-visible) b {
	color: #fff !important;
	-webkit-text-fill-color: #fff;
}

/* Prevent legacy background shorthands from erasing the blue fill during card selection. */
.mutuo-product-category-card:nth-child(3) b {
	background-image: linear-gradient(100deg, #013871 0%, #1b5c96 100%) !important;
	background-size: 0 100% !important;
}
.mutuo-product-category-card:nth-child(3):is(:hover, :focus-visible, .is-engaged) b {
	color: #fff !important;
	border-color: #013871 !important;
	background-color: #013871 !important;
	background-size: 100% 100% !important;
	-webkit-text-fill-color: #fff;
}

/* Product Classification: two compact cards exchange the featured treatment with the active card. */
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) {
	display: grid;
	width: 100%;
	min-width: 0;
	max-width: 100%;
	grid-template-columns: minmax(0, .82fr) minmax(0, .82fr) minmax(0, 1.72fr);
	gap: 6px;
	align-items: stretch;
	transition: grid-template-columns 460ms cubic-bezier(.22, .78, .28, 1);
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-one { grid-template-columns: minmax(0, 1.72fr) minmax(0, .82fr) minmax(0, .82fr); }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-two { grid-template-columns: minmax(0, .82fr) minmax(0, 1.72fr) minmax(0, .82fr); }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-three { grid-template-columns: minmax(0, .82fr) minmax(0, .82fr) minmax(0, 1.72fr); }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card {
	display: flex;
	flex-direction: column;
	grid-row: 1;
	min-width: 0;
	max-width: 100%;
	block-size: clamp(330px, 27vw, 440px);
	min-height: 0;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
	transition: background-color 260ms ease;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-one { grid-area: 1 / 1; }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-two { grid-area: 1 / 2; }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-featured { grid-area: 1 / 3; }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) .mutuo-product-category-media {
	flex: 1 1 auto;
	min-height: 0;
	padding: clamp(16px, 2vw, 28px);
	background: #fff;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) .mutuo-product-category-media img {
	object-fit: contain;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) .mutuo-product-category-copy {
	order: 2;
	align-items: center;
	justify-content: center;
	flex: 0 0 96px;
	min-height: 0;
	padding: 12px 14px 20px;
	background: #fff;
	text-align: center;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) .mutuo-product-category-copy > span,
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) .mutuo-product-category-copy p,
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) .mutuo-product-category-copy b { display: none !important; }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) h3 {
	padding-bottom: 14px;
	color: #151515;
	font-size: clamp(14px, 1.2vw, 18px);
	font-weight: 800;
	letter-spacing: .01em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) h3::after {
	left: 50%;
	width: 28px;
	height: 2px;
	background: #013871;
	transform: translateX(-50%);
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured {
	display: grid;
	grid-template-columns: minmax(0, .76fr) minmax(0, 1.24fr);
	background: #fff;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured .mutuo-product-category-copy {
	order: 0;
	justify-content: center;
	min-width: 0;
	min-height: 0;
	padding: clamp(28px, 3.2vw, 52px);
	background: #fff;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured .mutuo-product-category-copy > span { display: none; }
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured h3 {
	max-width: 100%;
	padding-bottom: 15px;
	color: #151515;
	font-size: clamp(22px, 2.3vw, 36px);
	line-height: 1.05;
	white-space: normal;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured h3::after {
	width: 30px;
	height: 2px;
	background: #013871;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured p {
	display: block;
	max-width: 20ch;
	margin-top: 18px;
	color: #61717e;
	font-size: 13px;
	line-height: 1.55;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured b {
	display: inline-flex !important;
	align-self: flex-start;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: auto !important;
	min-height: 0;
	margin-top: 24px;
	padding: 12px 18px;
	color: #013871 !important;
	border: 1px solid #013871;
	border-radius: 6px;
	background-color: #fff;
	background-image: linear-gradient(100deg, #013871 0%, #1b5c96 100%) !important;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 0 100% !important;
	font-size: 12px;
	font-weight: 760;
	letter-spacing: .04em;
	line-height: 1;
	text-transform: uppercase;
	transition: color 360ms ease, background-size 650ms cubic-bezier(.42, 0, .58, 1);
	white-space: nowrap;
	-webkit-text-fill-color: #013871;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured:is(:hover, :focus-visible) b {
	color: #fff !important;
	background-color: #013871 !important;
	background-size: 100% 100% !important;
	-webkit-text-fill-color: #fff;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured .mutuo-product-category-media {
	order: 2;
	min-width: 0;
	min-height: 0;
	overflow: hidden;
	padding: clamp(18px, 3vw, 48px);
	background: #fff;
}
.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured .mutuo-product-category-media img { object-fit: contain; }
@media (max-width: 980px) {
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery),
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-one,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-two,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-three { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-one,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-two,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-featured { grid-area: auto; }
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured { grid-area: auto; grid-column: 1 / -1; }
}
@media (max-width: 640px) {
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery),
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-one,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-two,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery).is-featured-slot-three { grid-template-columns: 1fr; gap: 18px; }
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-one,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-two,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .is-slot-featured { grid-area: auto; }
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card:not(.is-featured) { block-size: 340px; }
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured { display: flex; block-size: auto; }
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured .mutuo-product-category-copy { order: -1; }
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured .mutuo-product-category-media { min-height: 250px; }
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery),
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-card.is-featured b,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-copy,
	.mutuo-product-category-grid:not(.mutuo-product-category-grid--gallery) .mutuo-product-category-media img { transition: none; }
}

/* Optional Product Classification gallery, activated by ?product_classification=gallery. */
.mutuo-product-showcase--gallery .mutuo-product-category-grid--gallery {
	display: grid;
	grid-template-columns: minmax(0, .88fr) minmax(0, 1.35fr) minmax(0, .88fr);
	grid-template-rows: repeat(2, minmax(220px, 1fr));
	gap: 12px;
	min-height: clamp(500px, 42vw, 640px);
	background: transparent;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card {
	position: relative;
	display: block;
	min-height: 0;
	border: 1px solid #e6ebf0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
	isolation: isolate;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges { grid-column: 1; grid-row: 1; }
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges { grid-column: 1; grid-row: 2; }
.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings { grid-column: 2; grid-row: 1 / span 2; }
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes { grid-column: 3; grid-row: 1; }
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes { grid-column: 3; grid-row: 2; }
.mutuo-product-showcase--gallery .mutuo-product-category-media {
	position: absolute;
	inset: 0;
	display: block;
	min-height: 0;
	padding: 0;
	background: #fff;
}
.mutuo-product-showcase--gallery .mutuo-product-category-media::after { display: none; }
.mutuo-product-showcase--gallery .mutuo-product-category-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: none !important;
	transition: transform 720ms cubic-bezier(.22, .61, .36, 1), filter 720ms cubic-bezier(.22, .61, .36, 1) !important;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-media,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-media,
.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-media {
	padding: clamp(14px, 1.7vw, 26px);
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-media img,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-media img,
.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-media img { object-fit: contain; }
.mutuo-product-showcase--gallery .mutuo-product-category-copy {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	min-height: 0;
	padding: 15px 17px 16px;
	background: rgba(255, 255, 255, .94);
	color: #013871;
	text-align: left;
	transition: background-color 360ms ease, color 360ms ease;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy > span {
	display: block;
	margin-bottom: 5px;
	color: #feaa02;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	line-height: 1.2;
	text-transform: uppercase;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy h3 {
	margin: 0;
	padding: 0;
	color: currentColor;
	font-size: clamp(16px, 1.4vw, 21px);
	font-weight: 800;
	line-height: 1.12;
	text-align: left;
	text-transform: none;
	-webkit-text-fill-color: currentColor;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy h3::after { display: none; }
.mutuo-product-showcase--gallery .mutuo-product-category-copy p {
	max-width: 30ch;
	margin: 8px 0 0;
	color: #607080;
	font-size: 11px;
	line-height: 1.45;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-copy {
	background: linear-gradient(90deg, rgba(1, 56, 113, .94), rgba(1, 56, 113, .68));
	color: #fff;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-copy > span,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-copy > span { color: #feaa02; }
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) {
	box-shadow: inset 0 -3px #feaa02;
	transform: none;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
	filter: saturate(1.05) contrast(1.02);
	transform: scale(1.045) !important;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy { background-color: #f6f9fc; }
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy { background-color: #013871; }
@media (max-width: 840px) {
	.mutuo-product-showcase--gallery .mutuo-product-category-grid--gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: repeat(3, minmax(220px, 1fr));
		min-height: 0;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges { grid-column: 1; grid-row: 1; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges { grid-column: 2; grid-row: 1; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings { grid-column: 1 / -1; grid-row: 2; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes { grid-column: 1; grid-row: 3; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes { grid-column: 2; grid-row: 3; }
}
@media (max-width: 560px) {
	.mutuo-product-showcase--gallery .mutuo-product-category-grid--gallery { grid-template-columns: 1fr; grid-template-rows: none; }
	.mutuo-product-showcase--gallery .mutuo-product-category-media { flex: 0 0 220px; height: 220px; }
	.mutuo-product-showcase--gallery .mutuo-product-category-media img { width: min(100%, 260px); height: 100%; margin-inline: auto; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes {
		grid-column: auto;
		grid-row: auto;
		min-height: 260px;
	}
}

/* Gallery products keep their full silhouette visible; labels sit below the imagery. */
.mutuo-product-showcase--gallery .mutuo-product-category-card {
	display: flex;
	flex-direction: column;
}
.mutuo-product-showcase--gallery .mutuo-product-category-media {
	position: relative;
	inset: auto;
	flex: 1 1 auto;
	min-height: 0;
	padding: clamp(10px, 1.25vw, 20px);
	background: #fff;
}
.mutuo-product-showcase--gallery .mutuo-product-category-media img {
	display: block;
	object-fit: contain;
	object-position: center;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-copy {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
	flex: 0 0 auto;
	background: #fff;
	color: #013871;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-copy > span,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-copy > span {
	color: #feaa02;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
	transform: scale(1.018) !important;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy {
	background: #f6f9fc;
}

/* Desktop gallery remains within one viewport, including its heading. */
@media (min-width: 981px) {
	.mutuo-product-showcase--gallery {
		height: 100%;
		grid-template-rows: auto minmax(0, 1fr);
	}
	.mutuo-product-showcase--gallery .mutuo-product-showcase-head {
		padding-block: clamp(18px, 2.2svh, 30px);
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-grid--gallery {
		height: 100%;
		min-height: 0;
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
}

/* Account for the 84px fixed navigation so the complete gallery is visible in one viewport. */
@media (min-width: 981px) {
	.mutuo-products--gallery {
	height: calc(100svh - 84px);
	max-height: calc(100svh - 84px);
		min-height: 0;
		padding-block: clamp(12px, 1.8svh, 22px);
	scroll-margin-top: 84px;
	}
	.mutuo-products--gallery .mutuo-container,
	.mutuo-products--gallery .mutuo-product-showcase,
	.mutuo-products--gallery .mutuo-product-category-grid--gallery {
		min-height: 0;
	}
}

/* Gallery flange cards use the same caption system as the pipe cards. */
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-copy {
	display: block;
	order: 0;
	min-height: 0;
	padding: 15px 17px 16px;
	background: #fff;
	color: #013871;
	text-align: left;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-copy > span,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-copy > span {
	display: block;
	margin-bottom: 5px;
	color: #feaa02;
}
/* Gallery motion preserves the established white-card visual treatment. */
@media (prefers-reduced-motion: no-preference) {
	.mutuo-product-showcase--gallery .mutuo-product-category-card {
		animation: mutuo-gallery-card-in 620ms cubic-bezier(.22, .61, .36, 1) both;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges { animation-delay: 70ms; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings { animation-delay: 120ms; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes { animation-delay: 170ms; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes { animation-delay: 220ms; }
}
@keyframes mutuo-gallery-card-in {
	from { opacity: 0; transform: translateY(16px); }
	to { opacity: 1; transform: translateY(0); }
}

/* Hover keeps the original white caption treatment; motion is image-only. */
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy {
	background: #fff;
}

/* The four side cards share one media and caption rhythm; legacy first-card rules are neutralized. */
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-media,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-media,
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-media,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-media {
	flex: 1 1 auto;
	min-height: 0;
	padding: clamp(10px, 1.25vw, 20px);
	background: #fff;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-copy,
.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-copy {
	flex: 0 0 auto;
	min-height: 0;
	padding: 15px 17px 16px;
	background: #fff;
}

/* Gallery cards confirm their link action without changing the established white caption treatment. */
.mutuo-product-showcase--gallery .mutuo-product-category-copy h3 {
	position: relative;
	padding-right: 24px;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy h3::before {
	position: absolute;
	top: 50%;
	right: 0;
	color: #013871;
	content: "↗";
	font-size: .9em;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	transform: translate(-7px, -50%);
	transition: opacity 220ms ease, transform 220ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-copy h3::before {
	opacity: 1;
	transform: translate(0, -50%);
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-product-showcase--gallery .mutuo-product-category-copy h3::before { transition: none; }
}

/* Keep the gallery action cue clear of long product names. */
.mutuo-product-showcase--gallery .mutuo-product-category-copy h3 {
	position: static;
	padding-right: 0;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy h3::before { display: none; }
.mutuo-product-showcase--gallery .mutuo-product-category-copy::after {
	position: absolute;
	top: 17px;
	right: 17px;
	color: #013871;
	content: "↗";
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	transform: translateX(-7px);
	transition: opacity 220ms ease, transform 220ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged, .is-selected) .mutuo-product-category-copy::after {
	opacity: 1;
	transform: translateX(0);
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-product-showcase--gallery .mutuo-product-category-copy::after { transition: none; }
}

/* Align the gallery title scale with the About MUTERRA section heading. */
@media (min-width: 641px) {
	.mutuo-products--gallery .mutuo-product-showcase-head h2 {
		font-size: clamp(38px, 4.3vw, 62px);
	}
}

/* Preserve the gallery heading's editorial title case. */
.mutuo-products--gallery .mutuo-product-showcase-head h2 { text-transform: none; }

/* Rebalance the desktop gallery toward its product labels and away from oversized imagery. */
@media (min-width: 841px) {
	.mutuo-product-showcase--gallery .mutuo-product-category-media { flex: 0 1 72%; }
	.mutuo-product-showcase--gallery .mutuo-product-category-copy {
		padding: clamp(18px, 1.55vw, 25px) clamp(19px, 1.65vw, 27px);
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-copy > span,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-copy > span,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-copy > span,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-copy > span,
	.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-copy > span {
		display: block;
		margin-bottom: 7px;
		font-size: 12px;
		font-weight: 800;
		letter-spacing: .14em;
		line-height: 1.2;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card .mutuo-product-category-copy h3 {
		font-size: clamp(19px, 1.5vw, 24px);
		font-weight: 800;
		line-height: 1.16;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-copy p {
		margin-top: 10px;
		font-size: clamp(12px, .9vw, 14px);
		line-height: 1.5;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-copy::after {
		top: clamp(19px, 1.55vw, 25px);
		right: clamp(19px, 1.65vw, 27px);
	}
}
@media (min-width: 981px) {
	.mutuo-products--gallery { padding-bottom: clamp(56px, 6svh, 84px); }
}

/* Square gallery media keeps the full 1:1 product renders prominent without source-image cropping. */
@media (min-width: 981px) {
	.mutuo-products--gallery {
		height: auto;
		max-height: none;
		padding-block: clamp(64px, 7svh, 96px) clamp(88px, 9svh, 132px);
	}
	.mutuo-products--gallery .mutuo-product-showcase,
	.mutuo-products--gallery .mutuo-product-category-grid--gallery {
		height: auto;
	}
	.mutuo-products--gallery .mutuo-product-showcase { grid-template-rows: auto auto; }
	.mutuo-products--gallery .mutuo-product-category-grid--gallery {
		grid-template-rows: repeat(2, auto);
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card:not(.mutuo-product-category-card--fittings) .mutuo-product-category-media {
		flex: 0 0 auto;
		aspect-ratio: 1 / 1;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card:not(.mutuo-product-category-card--fittings) .mutuo-product-category-copy {
		min-height: 118px;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-copy {
		order: -1;
		min-height: 126px;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-media {
		flex: 1 1 auto;
		min-height: 0;
		aspect-ratio: 1 / 1;
	}
}

/* One-screen 2+1+2 gallery: square source renders are enlarged only within their white safety margin. */
@media (min-width: 981px) {
	.mutuo-products--gallery {
		height: calc(100svh - 84px);
		max-height: calc(100svh - 84px);
		min-height: 0;
		padding-block: clamp(12px, 1.8svh, 22px);
	}
	.mutuo-products--gallery .mutuo-container,
	.mutuo-products--gallery .mutuo-product-showcase,
	.mutuo-products--gallery .mutuo-product-category-grid--gallery {
		height: 100%;
		min-height: 0;
	}
	.mutuo-products--gallery .mutuo-product-showcase {
		grid-template-rows: auto minmax(0, 1fr);
	}
	.mutuo-products--gallery .mutuo-product-category-grid--gallery {
		grid-template-rows: repeat(2, minmax(0, 1fr));
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card:not(.mutuo-product-category-card--fittings) .mutuo-product-category-media {
		flex: 0 1 72%;
		aspect-ratio: auto;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card:not(.mutuo-product-category-card--fittings) .mutuo-product-category-copy {
		min-height: 0;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-copy {
		order: -1;
		min-height: 0;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-media {
		flex: 1 1 auto;
		aspect-ratio: auto;
		padding: 0;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-media img {
		aspect-ratio: 1 / 1;
		transform: scale(1.28) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-media { overflow: hidden; }
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings .mutuo-product-category-media img {
		aspect-ratio: auto;
		object-fit: cover;
		transform: scale(1) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
		transform: scale(1.32) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--fittings:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
		transform: scale(1.025) !important;
	}
}

/* Fill each side-card media panel without cropping the product silhouette. */
@media (min-width: 981px) {
	.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges .mutuo-product-category-media img {
		transform: translateY(4%) scale(1.58) !important;
		transform-origin: center;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
		transform: translateY(4%) scale(1.62) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges .mutuo-product-category-media img {
		transform: translateY(4%) scale(1.42) !important;
		transform-origin: center;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
		transform: translateY(4%) scale(1.46) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes .mutuo-product-category-media img {
		transform: scale(1.62) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--industrial-pipes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
		transform: scale(1.66) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes .mutuo-product-category-media img {
		transform: scale(1.56) !important;
	}
	.mutuo-product-showcase--gallery .mutuo-product-category-card--bright-tubes:is(:hover, :focus-visible, .is-engaged) .mutuo-product-category-media img {
		transform: scale(1.6) !important;
	}
}

/* Match the site's blue interactive language while preserving the gallery's white captions. */
.mutuo-product-showcase--gallery .mutuo-product-category-card {
	transition: border-color 240ms ease;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy h3,
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges h3,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges h3 {
	transition: color 240ms ease;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged, .is-selected) {
	border-color: #075da5;
	box-shadow: none;
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged, .is-selected) .mutuo-product-category-copy h3,
.mutuo-product-showcase--gallery .mutuo-product-category-card--standard-flanges:is(:hover, :focus-visible, .is-engaged, .is-selected) h3,
.mutuo-product-showcase--gallery .mutuo-product-category-card--custom-flanges:is(:hover, :focus-visible, .is-engaged, .is-selected) h3 {
	color: #075da5;
	-webkit-text-fill-color: #075da5;
}
@media (prefers-reduced-motion: reduce) {
	.mutuo-product-showcase--gallery .mutuo-product-category-card,
	.mutuo-product-showcase--gallery .mutuo-product-category-copy h3 { transition: none; }
}

/* Gallery selection follows Latest News: a restrained blue panel wash and a top progress line. */
.mutuo-product-showcase--gallery .mutuo-product-category-copy {
	position: relative;
	isolation: isolate;
	transition: background-color 240ms ease;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy > * {
	position: relative;
	z-index: 1;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy::before {
	position: absolute;
	z-index: 0;
	inset: 0;
	opacity: 0;
	background: linear-gradient(135deg, rgba(1, 56, 113, .035) 0%, rgba(42, 156, 219, .12) 100%);
	content: "";
	pointer-events: none;
	transition: opacity 240ms ease;
}
.mutuo-product-showcase--gallery .mutuo-product-category-copy::after { z-index: 2; }
.mutuo-product-showcase--gallery .mutuo-product-category-card::before {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 3px;
	background: linear-gradient(90deg, #013871 0%, #0878c4 100%);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 300ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged, .is-selected) .mutuo-product-category-copy::before { opacity: 1; }
.mutuo-product-showcase--gallery .mutuo-product-category-card:is(:hover, :focus-visible, .is-engaged, .is-selected)::before { transform: scaleX(1); }
@media (prefers-reduced-motion: reduce) {
	.mutuo-product-showcase--gallery .mutuo-product-category-copy,
	.mutuo-product-showcase--gallery .mutuo-product-category-copy::before,
	.mutuo-product-showcase--gallery .mutuo-product-category-card::before { transition: none; }
}

/* Keep the gallery and company-introduction modules continuous. */
.mutuo-products--gallery + .mutuo-intro { margin-top: 0; }

/* The About facility image rotates to the pipe stock yard image on desktop hover. */
.mutuo-intro .mutuo-image-frame[data-about-image-flip] {
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	text-align: left;
	cursor: pointer;
	perspective: 1200px;
}
.mutuo-intro .mutuo-image-frame[data-about-image-flip] :is(.mutuo-about-image-primary, .mutuo-about-image-secondary) {
	backface-visibility: hidden;
	transform-origin: center;
	transition: opacity 260ms ease, transform 620ms cubic-bezier(.22, .61, .36, 1);
}
.mutuo-intro .mutuo-image-frame[data-about-image-flip] .mutuo-about-image-primary {
	position: relative;
	z-index: 1;
	opacity: 1;
	transform: rotateY(0);
}
.mutuo-intro .mutuo-image-frame[data-about-image-flip] .mutuo-about-image-secondary {
	position: absolute;
	z-index: 1;
	inset: 0;
	opacity: 0;
	transform: rotateY(-90deg);
}
.mutuo-intro .mutuo-image-frame[data-about-image-flip] .mutuo-image-stamp { z-index: 2; }
@media (prefers-reduced-motion: reduce) {
	.mutuo-intro .mutuo-image-frame[data-about-image-flip] :is(.mutuo-about-image-primary, .mutuo-about-image-secondary) { transition: none; }
}

@media (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
	.mutuo-intro .mutuo-image-frame[data-about-image-flip]:is(:hover, :focus-visible) .mutuo-about-image-primary {
		opacity: 0;
		transform: rotateY(90deg);
	}
	.mutuo-intro .mutuo-image-frame[data-about-image-flip]:is(:hover, :focus-visible) .mutuo-about-image-secondary {
		opacity: 1;
		transform: rotateY(0);
	}
}

/* Consolidated primary CTA treatment. */
.mutuo-home :is(
	.mutuo-header-cta,
	.mutuo-button,
	.mutuo-button-outline,
	.mutuo-products .mutuo-button-primary,
	.mutuo-hot-featured-action
):not(.mutuo-hero .mutuo-button) {
	color: #fff !important;
	border-color: #013871 !important;
	border-radius: 6px;
	background-color: #013871 !important;
	background-image: linear-gradient(100deg, #013871 0%, #1b5c96 100%) !important;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100% 100% !important;
	box-shadow: none;
	font-size: 12px;
	font-weight: 760;
	letter-spacing: .04em;
	text-transform: uppercase;
	transition: color 360ms ease, border-color 360ms ease, background-size 1100ms cubic-bezier(.42, 0, .58, 1), box-shadow 360ms ease, transform 360ms ease;
}
.mutuo-home .mutuo-hot-featured-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 18px;
	border: 1px solid #013871;
}
.mutuo-home :is(
	.mutuo-header-cta,
	.mutuo-button,
	.mutuo-button-outline,
	.mutuo-products .mutuo-button-primary,
	.mutuo-hot-featured-action
):not(.mutuo-hero .mutuo-button):is(:hover, :focus-visible),
.mutuo-home .mutuo-hot-card-featured:hover .mutuo-hot-featured-action {
	color: #fff !important;
	border-color: #013871 !important;
	background-position: right center;
	background-size: 150% 100% !important;
	box-shadow: none;
	letter-spacing: .04em;
	transform: translateY(-2px);
}

/* Restore the approved hexagonal header social treatment. */
.mutuo-header-social {
	gap: 8px;
	padding-left: 16px;
	border-left-color: #d4e0e7;
}
.mutuo-header-social a {
	width: 42px;
	height: 48px;
	padding: 0;
	color: #fff !important;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-position: initial;
	background-repeat: initial;
	background-size: auto !important;
	clip-path: polygon(50% 0, 100% 24%, 100% 76%, 50% 100%, 0 76%, 0 24%);
	box-shadow: none;
	transition: filter 180ms ease, transform 180ms ease;
}
.mutuo-header-social a:nth-child(1) {
	background-image: linear-gradient(135deg, #3fc96a 0%, #128c3f 72%) !important;
}
.mutuo-header-social a:nth-child(2) {
	background-image: linear-gradient(135deg, #2a9bd2 0%, #0878c4 74%) !important;
}
.mutuo-header-social a:nth-child(3) {
	color: #013871 !important;
	background-image: linear-gradient(135deg, #ffc451 0%, #feaa02 68%, #dd9200 100%) !important;
}
.mutuo-header-social a:nth-child(4) {
	background-image: linear-gradient(135deg, #117aa7 0%, #013871 72%) !important;
}
.mutuo-header-social a:nth-child(5) {
	background-image: linear-gradient(135deg, #29a1da 0%, #0878c4 68%, #056fae 100%) !important;
}
.mutuo-header-social a:nth-child(6) {
	background-image: linear-gradient(135deg, #c13584 0%, #833ab4 100%) !important;
}
.mutuo-header-social a:nth-child(7) {
	background-image: linear-gradient(135deg, #172b38 0%, #0a1420 100%) !important;
}
.mutuo-header-social a:is(:hover, :focus-visible) {
	filter: brightness(1.08) saturate(1.08);
	transform: translateY(-2px) !important;
}
.mutuo-header-social a:nth-child(3):is(:hover, :focus-visible) {
	color: #013871 !important;
}
.mutuo-header-social a:focus-visible {
	outline: 3px solid #013871;
	outline-offset: 3px;
}
@media (min-width: 981px) and (max-width: 1360px) {
	.mutuo-header-social { gap: 3px; padding-left: 9px; }
	.mutuo-header-social a { width: 32px; height: 38px; }
}
