@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Be Vietnam Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("./assets/fonts/be-vietnam-pro-Black.ttf") format("truetype");
}

:root {
  --charcoal: #303030;
  --charcoal-deep: #21252b;
  --red: #d11621;
  --steel: #686868;
  --white: #ffffff;
  --ash: #f1f1f1;
  --grey-pale: #e7e7e7;
  --border: #dedede;
  --ink: #21252b;
  --muted: #686868;
  --max: 1360px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Be Vietnam Pro", Arial, sans-serif; font-size: 1rem; line-height: 1.618; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Be Vietnam Pro", Arial, sans-serif; letter-spacing: -0.025em; }
h1 { max-width: 12ch; margin-bottom: 1.6rem; font-size: clamp(2.7rem, 5.3vw, 5.1rem); line-height: 0.98; font-weight: 800; }
h2 { margin-bottom: 1.4rem; font-size: clamp(2.15rem, 4vw, 3.8rem); line-height: 1.04; font-weight: 700; }
h3 { font-size: clamp(1.45rem, 2.3vw, 2.25rem); line-height: 1.08; }
.section-shell { width: min(100%, var(--max)); margin-inline: auto; padding-inline: var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.scroll-progress { position: fixed; z-index: 90; inset: 0 0 auto; height: 3px; background: transparent; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--red); }

.site-header { position: sticky; z-index: 80; top: 0; display: grid; grid-template-columns: minmax(240px, 1fr) auto minmax(240px, 1fr); align-items: center; min-height: 5.2rem; padding: 0.7rem var(--gutter); border-bottom: 1px solid rgba(33,37,43,0.14); background: rgba(255,255,255,0.94); backdrop-filter: blur(16px); transition: min-height 240ms ease, box-shadow 240ms ease; }
.site-header.is-scrolled { min-height: 4.5rem; box-shadow: 0 10px 30px rgba(33,37,43,0.07); }
.brand { display: inline-flex; align-items: center; gap: 0.75rem; width: max-content; }
.brand-mark { display: block; width: 2.35rem; height: 2.35rem; overflow: hidden; }
.brand-mark img { width: 5.6rem; height: 2.35rem; max-width: none; object-fit: cover; object-position: left center; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-family: "Be Vietnam Pro", sans-serif; font-size: 0.95rem; letter-spacing: -0.02em; }
.brand-copy small { margin-top: 0.28rem; color: var(--steel); font-size: 0.7rem; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.8vw, 2.6rem); }
.desktop-nav a { position: relative; color: var(--charcoal); font-size: 0.87rem; font-weight: 600; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -0.55rem; height: 2px; background: var(--red); transition: right 220ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 0.7rem; }
.language-switch { display: flex; padding: 0.2rem; border: 1px solid var(--border); border-radius: 0.45rem; }
.lang-option { min-height: 2rem; padding: 0.25rem 0.5rem; border: 0; border-radius: 0.3rem; color: var(--steel); background: transparent; font: 600 0.72rem/1 "Be Vietnam Pro", sans-serif; cursor: pointer; }
.lang-option.is-active { color: var(--white); background: var(--charcoal); }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 3.35rem; padding: 0.85rem 1.1rem; border: 1px solid transparent; font-weight: 700; line-height: 1.1; transition: transform 220ms var(--ease), background-color 220ms ease, border-color 220ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 2.6rem; padding: 0.65rem 0.9rem; font-size: 0.78rem; }
.button-primary { min-width: 13.7rem; color: var(--white); background: var(--red); }
.button-primary:hover { background: #ab101a; }
.button-dark { color: var(--white); background: var(--charcoal-deep); }
.menu-button { display: none; width: 2.8rem; height: 2.8rem; padding: 0.8rem; border: 0; background: var(--charcoal); cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin-block: 0.35rem; background: var(--white); }
.mobile-nav { position: fixed; z-index: 70; inset: 5.2rem 0 auto; display: none; padding: 1rem var(--gutter) 1.5rem; background: var(--white); box-shadow: 0 20px 35px rgba(33,37,43,0.12); }
.mobile-nav a { display: block; padding: 0.9rem 0; border-bottom: 1px solid var(--border); font: 700 1.1rem/1.2 "Be Vietnam Pro", sans-serif; }
.mobile-nav.is-open { display: block; }

.hero { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); min-height: calc(100vh - 5.2rem); padding-top: clamp(3.5rem, 7vw, 7.8rem); padding-bottom: clamp(3.5rem, 6vw, 6.5rem); }
.hero-copy { align-self: center; padding-right: clamp(1rem, 4vw, 4.8rem); }
.eyebrow { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; color: var(--charcoal); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow span:first-child { min-width: 2.2rem; color: var(--red); }
.hero-lead { max-width: 35rem; margin-bottom: 2rem; color: var(--steel); font-size: clamp(1.05rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem; }
.text-link { display: inline-flex; align-items: center; gap: 1rem; padding-block: 0.6rem; border-bottom: 1px solid currentColor; color: var(--charcoal); font-size: 0.88rem; font-weight: 700; }
.text-link b { color: var(--red); transition: transform 220ms var(--ease); }
.text-link:hover b { transform: translate(3px, -3px); }
.hero-note { display: flex; align-items: center; gap: 0.7rem; color: var(--steel); font-size: 0.78rem; }
.pulse-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 4px rgba(209,22,33,0.14); }
.hero-stage { position: relative; align-self: stretch; min-height: 620px; border: 1px solid var(--border); background-color: var(--ash); background-image: linear-gradient(rgba(33,37,43,0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(33,37,43,0.08) 1px, transparent 1px); background-size: 25% 25%; overflow: hidden; }
.stage-index { position: absolute; z-index: 2; top: 1.2rem; left: 1.3rem; color: var(--charcoal); font: 700 0.7rem/1 "Be Vietnam Pro", sans-serif; letter-spacing: 0.1em; }
.stage-image { position: absolute; inset: 3.5rem 2rem 11.5rem; display: grid; place-items: center; }
.stage-image img { width: min(100%, 650px); height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform 650ms var(--ease); }
.hero-stage:hover .stage-image img { transform: scale(1.018); }
.stage-data { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; padding: 1rem 1.2rem 1.1rem; color: var(--white); background: var(--charcoal); }
.stage-data-heading { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 0.85rem; padding-bottom: 0.7rem; border-bottom: 1px solid rgba(255,255,255,0.22); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; }
.live-label { color: #ffb5bc; }
.stage-data dl { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; }
.stage-data dl > div { padding-inline: 1rem; border-left: 1px solid rgba(255,255,255,0.22); }
.stage-data dl > div:first-child { padding-left: 0; border-left: 0; }
.stage-data dt { color: rgba(255,255,255,0.72); font-size: 0.7rem; }
.stage-data dd { margin: 0.1rem 0 0; font-family: "Be Vietnam Pro", sans-serif; font-size: clamp(1.2rem, 2vw, 1.75rem); font-weight: 700; letter-spacing: -0.025em; }
.stage-data small { font-family: "Be Vietnam Pro", sans-serif; font-size: 0.63em; font-weight: 500; }
.orange-corner { position: absolute; z-index: 4; top: 0; right: 0; width: 4rem; height: 4rem; border-top: 5px solid var(--red); border-right: 5px solid var(--red); }

.trust-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--border); background: var(--white); }
.trust-item { min-height: 9.5rem; padding: 2rem var(--gutter); border-left: 1px solid var(--border); }
.trust-item:first-child { border-left: 0; }
.trust-item strong, .trust-item span { display: block; }
.trust-item strong { margin-bottom: 0.4rem; color: var(--charcoal); font: 700 clamp(1.45rem, 2.5vw, 2.4rem)/1 "Be Vietnam Pro", sans-serif; letter-spacing: -0.025em; }
.trust-item span { color: var(--steel); font-size: 0.82rem; }

.capability, .products, .comparison, .contact { padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.section-heading { display: grid; grid-template-columns: minmax(220px, 4fr) minmax(0, 8fr); margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-heading .eyebrow { grid-column: 1; align-self: start; }
.section-heading h2, .section-heading > p { grid-column: 2; }
.section-heading h2 { max-width: 17ch; }
.section-heading > p { max-width: 42rem; color: var(--steel); font-size: 1.05rem; }
.process-board { display: grid; grid-template-columns: minmax(0, 7fr) minmax(360px, 5fr); border: 1px solid var(--border); }
.process-visual { position: sticky; top: 7rem; align-self: start; min-height: 680px; padding: 1.2rem; background: var(--ash); overflow: hidden; }
.process-visual::before { content: ""; position: absolute; right: -10%; bottom: -30%; width: 80%; aspect-ratio: 1; border-radius: 50%; background: var(--grey-pale); filter: blur(30px); }
.process-visual-label { position: relative; z-index: 2; display: flex; justify-content: space-between; color: var(--charcoal); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.08em; }
.process-visual img { position: relative; z-index: 1; width: 100%; height: 520px; object-fit: contain; mix-blend-mode: multiply; }
.process-caption { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; padding: 1rem; color: var(--white); background: var(--charcoal); }
.process-caption span { max-width: 18rem; color: rgba(255,255,255,0.7); font-size: 0.72rem; }
.process-caption strong { max-width: 15rem; text-align: right; font: 700 1.1rem/1.2 "Be Vietnam Pro", sans-serif; }
.process-steps { margin: 0; padding: 0; list-style: none; }
.process-steps li { display: grid; grid-template-columns: 3.5rem 1fr; gap: 1rem; min-height: 170px; padding: 2rem; border-bottom: 1px solid var(--border); }
.process-steps li:last-child { border-bottom: 0; }
.process-steps li > span { color: var(--red); font-size: 0.72rem; font-weight: 700; }
.process-steps strong { font: 700 clamp(1.25rem, 2vw, 1.65rem)/1.2 "Be Vietnam Pro", sans-serif; }
.process-steps p { max-width: 28rem; margin: 0.7rem 0 0; color: var(--steel); }

.products { background: var(--ash); max-width: none; padding-inline: max(var(--gutter), calc((100vw - var(--max)) / 2 + var(--gutter))); }
.heading-row { align-items: end; }
.heading-row > div { grid-column: 1 / span 7; }
.heading-row > p { grid-column: 9 / span 4; margin-bottom: 0.4rem; }
.product-mosaic { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1.2rem; }
.product-card { position: relative; border: 1px solid var(--border); background: var(--white); overflow: hidden; transition: transform 280ms var(--ease), box-shadow 280ms ease; }
.product-card:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(33,37,43,0.08); }
.product-topline { display: flex; align-items: center; justify-content: space-between; color: var(--charcoal); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; }
.product-topline span:first-child { color: var(--red); }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform 500ms var(--ease); }
.product-card:hover .product-image img { transform: scale(1.02); }
.product-featured { grid-column: span 7; grid-row: span 2; min-height: 750px; padding: 1.2rem; }
.product-featured .product-image { height: 470px; margin-top: 1rem; }
.product-copy h3 { margin-bottom: 0.7rem; }
.product-copy p, .product-info p { color: var(--steel); }
.product-featured .product-copy { display: grid; grid-template-columns: minmax(0, 1fr) minmax(270px, 1fr); column-gap: 2rem; align-items: end; }
.product-featured .product-copy h3, .product-featured .product-copy p { grid-column: 1; }
.product-featured .metric-row, .product-featured .card-link { grid-column: 2; }
.product-featured .metric-row { grid-row: 1 / span 2; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--border); }
.metric-row > div { min-height: 4.5rem; padding: 0.8rem; border-left: 1px solid var(--border); }
.metric-row > div:first-child { border-left: 0; }
.metric-row span, .metric-row small { display: block; }
.metric-row span { color: var(--charcoal); font: 700 clamp(1rem, 1.8vw, 1.35rem)/1.15 "Be Vietnam Pro", sans-serif; letter-spacing: -0.025em; }
.metric-row small { margin-top: 0.25rem; color: var(--steel); font-size: 0.68rem; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: 1.2rem; color: var(--charcoal); font-size: 0.8rem; font-weight: 700; }
.card-link b { color: var(--red); }
.product-compact { grid-column: span 5; min-height: 365px; padding: 1.1rem; }
.product-compact .product-image { float: right; width: 55%; height: 220px; margin-top: 0.5rem; }
.product-compact .product-copy { position: absolute; z-index: 2; right: 1.1rem; bottom: 1rem; left: 1.1rem; }
.product-compact h3 { max-width: 15ch; margin-bottom: 0.4rem; font-size: clamp(1.35rem, 2.2vw, 1.9rem); }
.product-compact p { max-width: 28rem; margin-bottom: 0; font-size: 0.83rem; }
.product-dark { color: var(--white); background: var(--charcoal-deep); border-color: var(--charcoal-deep); }
.product-dark .product-topline, .product-dark h3 { color: var(--white); }
.product-dark p { color: rgba(255,255,255,0.7); }
.product-dark .product-image { background: var(--white); }
.product-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); min-height: 460px; }
.product-wide .product-info { display: flex; flex-direction: column; justify-content: space-between; padding: 1.5rem; border-right: 1px solid var(--border); }
.product-wide .product-info h3 { max-width: 15ch; margin-block: auto 1rem; }
.product-wide .product-info p { max-width: 31rem; }
.product-wide .product-image { padding: 1.5rem; background: var(--white); }
.product-wide-reverse .product-info { order: 2; border-right: 0; border-left: 1px solid var(--border); }
.product-navy { color: var(--white); background: var(--charcoal); border-color: var(--charcoal); }
.product-navy .product-topline, .product-navy h3, .product-navy .metric-row span { color: var(--white); }
.product-navy .product-info p, .product-navy .metric-row small { color: rgba(255,255,255,0.7); }
.product-navy .metric-row { border-color: rgba(255,255,255,0.25); }
.product-navy .metric-row > div { border-color: rgba(255,255,255,0.25); }

.comparison { display: grid; grid-template-columns: minmax(280px, 4fr) minmax(0, 8fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.comparison-intro { position: sticky; top: 7rem; }
.comparison-intro p { color: var(--steel); }
.comparison-table-wrap { overflow-x: auto; border-top: 3px solid var(--charcoal); outline: none; }
.comparison-table-wrap:focus-visible { box-shadow: 0 0 0 3px rgba(209,22,33,0.3); }
table { width: 100%; min-width: 720px; border-collapse: collapse; }
th, td { padding: 1.35rem 1rem; border-bottom: 1px solid var(--border); text-align: left; vertical-align: middle; }
thead th { color: var(--steel); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; }
tbody th { color: var(--charcoal); font: 700 1rem/1.25 "Be Vietnam Pro", sans-serif; }
tbody td { color: var(--steel); font-size: 0.88rem; font-variant-numeric: tabular-nums; }
tbody tr { transition: background-color 200ms ease; }
tbody tr:hover { background: var(--ash); }
tbody tr.is-current { background: #fff0f1; box-shadow: inset 4px 0 0 var(--red); }
tbody th span { display: block; width: max-content; margin-top: 0.35rem; padding: 0.2rem 0.4rem; color: #a5101a; background: #fbdcdf; font: 700 0.58rem/1 "Be Vietnam Pro", sans-serif; letter-spacing: 0.04em; text-transform: uppercase; }

.industries { color: var(--white); background: var(--charcoal-deep); }
.industries-inner { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 7vw, 7rem); padding-top: clamp(6rem, 10vw, 10rem); padding-bottom: clamp(6rem, 10vw, 10rem); }
.industries-copy { position: sticky; top: 7rem; align-self: start; }
.eyebrow-light { color: var(--white); }
.industries-copy h2 { max-width: 14ch; }
.industries-copy > p:last-child { max-width: 34rem; color: rgba(255,255,255,0.68); }
.industry-row { display: grid; grid-template-columns: 3rem 1fr auto; align-items: center; min-height: 6.7rem; border-top: 1px solid rgba(255,255,255,0.22); transition: padding-left 260ms var(--ease), color 260ms ease; }
.industry-row:last-child { border-bottom: 1px solid rgba(255,255,255,0.22); }
.industry-row span { color: var(--red); font-size: 0.7rem; }
.industry-row strong { font: 600 clamp(1.3rem, 2.3vw, 2rem)/1.25 "Be Vietnam Pro", sans-serif; }
.industry-row b { color: var(--red); }
.industry-row:hover { padding-left: 0.55rem; color: #ffb5bc; }

.contact-panel { display: grid; grid-template-columns: minmax(0, 7fr) minmax(330px, 5fr); gap: clamp(2rem, 6vw, 6rem); padding: clamp(2rem, 5vw, 5.5rem); color: var(--white); background: var(--charcoal); }
.contact-copy h2 { max-width: 15ch; }
.contact-copy > p:last-child { max-width: 38rem; color: rgba(255,255,255,0.78); font-size: 1rem; line-height: 1.75; letter-spacing: 0; }
.contact-actions { border-top: 1px solid rgba(255,255,255,0.3); }
.contact-actions a { display: grid; grid-template-columns: 5.5rem 1fr auto; gap: 1rem; align-items: center; min-height: 5rem; border-bottom: 1px solid rgba(255,255,255,0.3); transition: padding-left 240ms var(--ease), background-color 240ms ease; }
.contact-actions a:hover { padding-left: 0.7rem; background: rgba(255,255,255,0.04); }
.contact-actions span { color: #ffb5bc; font-size: 0.72rem; }
.contact-actions strong { overflow-wrap: anywhere; font-size: 0.9rem; }
.contact-actions b { color: var(--red); }

.site-footer { color: var(--white); background: var(--charcoal-deep); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-top: 4rem; padding-bottom: 4rem; }
.footer-brand > strong { font: 700 clamp(1.6rem, 3vw, 2.6rem)/1.1 "Be Vietnam Pro", sans-serif; }
.footer-brand p, .footer-legal p { max-width: 38rem; color: rgba(255,255,255,0.6); font-size: 0.82rem; }
.footer-legal { justify-self: end; max-width: 37rem; }
.footer-legal strong { font-size: 0.8rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 1.2rem; padding-bottom: 1.2rem; border-top: 1px solid rgba(255,255,255,0.16); color: rgba(255,255,255,0.55); font-size: 0.7rem; }
.footer-bottom a { color: var(--white); }

.contact-dock { position: fixed; z-index: 60; right: 1rem; bottom: 1rem; display: flex; overflow: hidden; border: 1px solid rgba(255,255,255,0.25); box-shadow: 0 12px 28px rgba(33,37,43,0.2); }
.contact-dock a { display: grid; place-items: center; min-width: 3.5rem; height: 3rem; padding-inline: 0.75rem; color: var(--white); background: var(--charcoal); border-left: 1px solid rgba(255,255,255,0.2); font-size: 0.72rem; font-weight: 700; transition: background-color 200ms ease; }
.contact-dock a:first-child { border-left: 0; }
.contact-dock a:hover { background: var(--red); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 620ms var(--ease), transform 620ms var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay { transition-delay: 100ms; }

*:focus-visible { outline: 3px solid rgba(209,22,33,0.7); outline-offset: 3px; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; gap: 3rem; min-height: 0; }
  .hero-copy { max-width: 52rem; }
  .hero-stage { min-height: 680px; }
  .product-featured { grid-column: 1 / -1; }
  .product-compact { grid-column: span 6; }
  .comparison { grid-template-columns: 1fr; }
  .comparison-intro { position: static; max-width: 48rem; }
}

@media (max-width: 760px) {
  :root { --gutter: 1.25rem; }
  html { scroll-padding-top: 4.5rem; }
  .site-header { min-height: 4.5rem; padding-block: 0.55rem; }
  .brand-mark { width: 2rem; height: 2rem; }
  .brand-mark img { width: 4.8rem; height: 2rem; }
  .brand-copy strong { font-size: 0.78rem; }
  .brand-copy small, .header-quote { display: none; }
  .language-switch { border: 0; padding: 0; }
  .lang-option { padding-inline: 0.36rem; font-size: 0.65rem; }
  .mobile-nav { top: 4.5rem; }
  .hero { padding-top: 4rem; }
  .hero-copy { padding-right: 0; }
  h1 { max-width: 10ch; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button-primary { min-width: 0; width: 100%; }
  .text-link { width: max-content; }
  .hero-stage { min-height: 570px; }
  .stage-image { inset: 2.8rem 0.5rem 13.6rem; }
  .stage-data dl { grid-template-columns: 1fr 1fr; }
  .stage-data dl > div { padding: 0.4rem 0.65rem; }
  .stage-data dl > div:nth-child(3) { grid-column: 1 / -1; margin-top: 0.5rem; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.2); border-left: 0; }
  .trust-rail { grid-template-columns: 1fr 1fr; }
  .trust-item { min-height: 7.5rem; padding: 1.5rem var(--gutter); border-top: 1px solid var(--border); }
  .trust-item:nth-child(odd) { border-left: 0; }
  .section-heading, .heading-row { display: block; }
  .section-heading .eyebrow { margin-bottom: 1.4rem; }
  .process-board { display: block; }
  .process-visual { position: relative; top: auto; min-height: 520px; }
  .process-visual img { height: 390px; }
  .process-caption { display: block; }
  .process-caption strong { display: block; margin-top: 0.4rem; text-align: left; }
  .process-steps li { min-height: 145px; padding: 1.5rem; }
  .product-mosaic { display: block; }
  .product-card { margin-bottom: 1rem; }
  .product-featured { min-height: 670px; }
  .product-featured .product-image { height: 360px; }
  .product-featured .product-copy { display: block; }
  .product-compact { min-height: 370px; }
  .product-wide, .product-wide-reverse { display: flex; flex-direction: column; min-height: 0; }
  .product-wide .product-info, .product-wide-reverse .product-info { order: 2; min-height: 360px; border: 0; border-top: 1px solid var(--border); }
  .product-wide .product-image { height: 340px; order: 1; }
  .metric-row > div { padding-inline: 0.55rem; }
  .comparison-table-wrap { margin-right: calc(var(--gutter) * -1); }
  table { min-width: 690px; }
  .industries-inner { grid-template-columns: 1fr; }
  .industries-copy { position: static; }
  .industry-row { min-height: 5.8rem; }
  .contact-panel { grid-template-columns: 1fr; padding: 2rem 1.25rem; }
  .contact-actions a { grid-template-columns: 4rem 1fr auto; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
  .footer-legal { justify-self: start; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 0.7rem; }
  .contact-dock { right: 0.75rem; bottom: 0.75rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Sollant identity revision: source red, charcoal and Vietnamese-first typography. */
body { color:#333; }
h1,h2,h3 { letter-spacing:-.025em; }
h2 { font-size:clamp(2rem,3.5vw,3.25rem); line-height:1.14; }
.site-header { grid-template-columns:1fr auto 1fr; min-height:88px; }
.brand { gap:14px; }
.brand-mark { width:130px; height:55px; overflow:visible; }
.brand-mark img { width:130px; height:55px; object-fit:contain; }
.brand-copy { border-left:1px solid #ddd; padding-left:14px; }
.brand-copy strong { font-size:13px; }
.brand-copy small { font-size:11px; }
.button { border-radius:3px; }
.button-dark,.lang-option.is-active { background:var(--red); }
.hero { position:relative; isolation:isolate; width:100%; max-width:none; grid-template-columns:1fr 1fr; gap:4vw; padding:72px max(var(--gutter),calc((100vw - 1280px)/2)) 56px; min-height:700px; background:#24252b; color:white; overflow:hidden; }
.hero::before { content:""; position:absolute; inset:0; z-index:-2; background:linear-gradient(90deg,rgba(28,29,34,.96),rgba(28,29,34,.68)),url("./assets/sollant-factory.jpg") center/cover; }
.hero-copy { padding:0; }
.hero .eyebrow { color:#ddd; margin-bottom:24px; }
.hero h1 { max-width:13ch; font-size:clamp(42px,4.8vw,70px); line-height:1.08; font-weight:900; }
.hero-lead { color:#ddd; font-size:18px; max-width:520px; }
.hero .text-link { color:white; }
.hero-note { color:#ccc; }
.hero-stage { min-height:535px; border:0; border-radius:8px; background:#f5f5f5; align-self:center; box-shadow:0 30px 65px #0003; }
.stage-image { inset:40px 16px 125px; }
.stage-data { background:#fff; color:#333; padding:16px 20px 20px; border-top:1px solid #ddd; }
.stage-data-heading { color:#333; border-color:#ddd; }
.live-label { color:var(--red); }
.stage-data dt { color:#686868; }
.stage-data dl>div { border-color:#ddd; }
.stage-data dd { font-size:25px; }
.stage-index { color:#686868; }
.orange-corner { border-color:var(--red); }
.trust-rail { max-width:1280px; margin:auto; grid-template-columns:repeat(4,1fr); }
.trust-item { min-height:115px; padding:27px 30px; }
.trust-item strong { font-size:29px; }
.trust-item span { font-size:14px; }
.capability,.products,.comparison,.contact { padding-top:80px; padding-bottom:80px; }
.section-heading { margin-bottom:36px; }
.section-heading .eyebrow { font-size:12px; }
.process-board { border:0; gap:28px; grid-template-columns:1.25fr 1fr; }
.process-visual { min-height:600px; padding:0; background:#eee; border-radius:6px; }
.process-visual::before { display:none; }
.process-visual>img { height:600px; object-fit:cover; mix-blend-mode:normal; }
.process-visual-label { position:absolute; top:20px; left:20px; right:20px; color:white; background:#21252bdd; padding:12px; }
.process-caption { background:#21252bf2; border-left:4px solid var(--red); }
.process-steps li { min-height:150px; padding:25px 12px; grid-template-columns:36px 1fr; }
.process-steps strong { font-size:25px; }
.heading-row { grid-template-columns:1.5fr 1fr; gap:60px; }
.heading-row>div { grid-column:1; }
.heading-row>p { grid-column:2; }
.product-mosaic { gap:18px; }
.product-card { border-radius:6px; }
.product-featured { grid-column:span 7; min-height:700px; }
.product-featured .product-image { height:440px; }
.product-featured .product-copy { display:block; padding:12px; }
.product-featured .metric-row { margin-top:20px; }
.product-compact { min-height:341px; }
.product-compact .product-image { height:195px; width:65%; margin-top:10px; }
.product-compact .product-copy { background:linear-gradient(0deg,#fff 82%,#fff0); padding-top:22px; }
.product-dark { background:#f1f1f1; color:#333; border:1px solid #ddd; }
.product-dark .product-topline,.product-dark h3 { color:#333; }
.product-dark p { color:#686868; }
.product-dark .product-image { background:transparent; }
.product-dark .product-copy { background:linear-gradient(0deg,#f1f1f1 82%,#f1f1f100); }
.product-wide { grid-column:span 4; display:flex; flex-direction:column-reverse; min-height:530px; }
.product-wide .product-image { height:265px; padding:20px; }
.product-wide .product-info { border:0; padding:22px; flex:1; }
.product-wide .product-info h3 { font-size:27px; margin:18px 0 12px; }
.product-wide .product-info p { font-size:16px; }
.product-wide .metric-row { margin-top:auto; }
.product-wide-reverse .product-info { order:0; }
.product-wide-reverse .product-image { order:0; }
.product-navy { background:#fff; color:#333; border-color:#ddd; }
.product-navy .product-topline,.product-navy h3,.product-navy .metric-row span { color:#333; }
.product-navy .product-info p,.product-navy .metric-row small { color:#686868; }
.product-navy .metric-row,.product-navy .metric-row>div { border-color:#ddd; }
.metric-row span { font-size:19px; }
.metric-row small { font-size:13px; }
.comparison { gap:40px; grid-template-columns:1fr 1.7fr; }
thead th { font-size:13px; letter-spacing:0; }
tbody th span { font-size:11px; }
.industries-inner { padding-top:75px; padding-bottom:75px; }
.industry-row { min-height:90px; }
.contact-panel { border-radius:6px; background:#21252b; border-top:5px solid var(--red); padding:50px; gap:40px; }
.contact-actions span { color:#ffb5bc; font-size:14px; }
.contact-actions strong { font-size:16px; }
.contact-dock a:first-child { background:var(--red); }
.factory-band { display:grid; grid-template-columns:1.55fr 1fr; gap:20px; margin-bottom:60px; }
.factory-band figure { margin:0; position:relative; overflow:hidden; border-radius:6px; }
.factory-band img { width:100%; height:330px; object-fit:cover; transition:transform .7s var(--ease); }
.factory-band figure:hover img { transform:scale(1.035); }
.factory-band figcaption { position:absolute; bottom:0; left:0; right:0; color:white; padding:45px 24px 22px; background:linear-gradient(transparent,#000b); font-size:22px; font-weight:700; }
.range-strip { display:flex; flex-wrap:wrap; gap:8px; margin-top:24px; }
.range-strip a { border:1px solid #ffffff45; border-radius:3px; padding:7px 12px; font-size:13px; color:#eee; transition:background .2s; }
.range-strip a:hover { background:var(--red); border-color:var(--red); }
.reveal { opacity:1; transform:none; }
.js-motion .reveal { opacity:0; transform:translateY(16px); }
.js-motion .reveal.is-visible { opacity:1; transform:none; }
@media(max-width:1200px) {
 .site-header { grid-template-columns:1fr auto; }
 .desktop-nav { display:none; }.menu-button { display:block; }
 .hero { gap:28px; }.hero-actions { gap:15px; flex-wrap:wrap; }
 .brand-copy { display:none; }
}
@media(max-width:900px) {
 .hero { grid-template-columns:1fr; padding-top:42px; }.hero-copy { max-width:680px; }
 .hero h1 { max-width:16ch; }.hero-stage { width:100%; min-height:510px; }
 .stage-image { inset:35px 15px 130px; }
 .process-board { grid-template-columns:1fr; }
 .process-visual { position:relative; top:0; min-height:450px; }.process-visual>img { height:450px; }
 .product-featured { grid-column:1/-1; }.product-compact { grid-column:span 6; }
 .product-wide { grid-column:span 6; }.product-wide:last-child { grid-column:1/-1; }
 .comparison { grid-template-columns:1fr; }
}
@media(max-width:760px) {
 .hero { padding-inline:20px; padding-bottom:30px; }
 .hero h1 { font-size:43px; max-width:14ch; }.hero-lead { font-size:17px; }
 .hero-stage { min-height:450px; }.stage-image { inset:35px 15px 150px; }
 .stage-data dl { grid-template-columns:repeat(3,1fr); }.stage-data dl>div:nth-child(3) { grid-column:auto; margin:0; border-top:0; border-left:1px solid #ddd; padding:6px 10px; }
 .stage-data dd { font-size:18px; }.stage-data dt { font-size:12px; }
 .trust-rail { grid-template-columns:1fr 1fr; }
 .trust-item { padding:22px 20px; }.trust-item strong { font-size:23px; }
 .capability,.products,.comparison,.contact { padding-top:52px; padding-bottom:52px; }
 .heading-row { display:block; }.heading-row>p { margin-top:20px; }
 .product-featured { min-height:0; }.product-featured .product-image { height:300px; }
 .product-wide { flex-direction:column; }.product-wide .product-image { order:0; height:270px; }.product-wide .product-info { order:1; min-height:300px; }
 .factory-band { grid-template-columns:1fr; }.factory-band img { height:260px; }
 .contact-panel { padding:28px 20px; }.contact-actions a { grid-template-columns:48px 1fr auto; }
 .footer-bottom { padding-bottom:85px; }
}
@media(prefers-reduced-motion:reduce) { .js-motion .reveal { opacity:1; transform:none; } }

/* Motion direction: deliberate entrances, photographic depth and process choreography. */
.scroll-progress span { width:100%; transform:scaleX(0); transform-origin:left; }
.hero { --hero-shift:0px; --hero-scale:1; }
.hero::before { inset:-45px 0; transform:translateY(var(--hero-shift)); }
.hero-stage { transform-origin:center; border-radius:12px; }
.hero-stage .stage-image img { transform:translateY(calc(var(--hero-shift) * -.22)) scale(var(--hero-scale)); }
.hero-stage:hover .stage-image img { transform:translateY(calc(var(--hero-shift) * -.22)) scale(var(--hero-scale)); }
.hero-stage .stage-data { border-top:3px solid var(--red); }
.hero .hero-copy.is-visible > * { animation:hero-arrive 800ms var(--ease) both; }
.hero .hero-copy.is-visible > :nth-child(2) { animation-delay:70ms; }
.hero .hero-copy.is-visible > :nth-child(3) { animation-delay:140ms; }
.hero .hero-copy.is-visible > :nth-child(4) { animation-delay:210ms; }
.hero .hero-copy.is-visible > :nth-child(5) { animation-delay:260ms; }
.hero .hero-copy.is-visible > :nth-child(6) { animation-delay:300ms; }
@keyframes hero-arrive { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
.hero-stage.is-visible .stage-data dl > div { animation:hero-arrive 650ms var(--ease) 260ms both; }
.hero-stage.is-visible .stage-data dl > div:nth-child(2) { animation-delay:330ms; }
.hero-stage.is-visible .stage-data dl > div:nth-child(3) { animation-delay:400ms; }
.js-motion .reveal { transition:opacity 760ms var(--ease),transform 760ms var(--ease); transition-delay:var(--reveal-delay,0ms); }
.js-motion .product-card.reveal:not(.is-visible) { transform:translateY(30px); }
.button { position:relative; isolation:isolate; overflow:hidden; transition:transform .3s var(--ease),box-shadow .3s,background-color .3s; }
.button::before { content:""; position:absolute; z-index:-1; inset:0; background:#000; opacity:.13; transform:translateX(-101%); transition:transform .45s var(--ease); }
.button:hover::before,.button:focus-visible::before { transform:translateX(0); }
.button:hover { box-shadow:0 8px 20px #d1162126; }
.button b,.card-link b { transition:transform .35s var(--ease); }
.button:hover b,.card-link:hover b { transform:translate(3px,-3px); }
.desktop-nav a.is-active-section::after { right:0; }
.desktop-nav a.is-active-section { color:var(--red); }
.product-card { isolation:isolate; }
.product-card::after { content:""; pointer-events:none; position:absolute; z-index:3; inset:0; border-radius:inherit; opacity:0; background:radial-gradient(440px circle at var(--pointer-x,50%) var(--pointer-y,50%),#d116210a,transparent 70%); box-shadow:inset 0 0 0 1px #d1162145; transition:opacity .35s; }
.product-card:hover::after,.product-card:focus-within::after { opacity:1; }
.product-card .product-image { overflow:hidden; }
.product-card .product-image img { transition:transform 900ms var(--ease); }
.product-card:hover .product-image img { transform:scale(1.055); }
.product-card .product-topline { transition:color .3s; }
.product-card:hover .product-topline { color:var(--red); }
.metric-row { position:relative; }
.metric-row::before { content:""; position:absolute; top:-1px; left:0; width:100%; height:2px; background:var(--red); transform:scaleX(0); transform-origin:left; transition:transform .65s var(--ease); }
.product-card:hover .metric-row::before,.product-card:focus-within .metric-row::before { transform:scaleX(1); }
.process-steps { position:relative; }
.process-steps::before { content:""; position:absolute; top:0; bottom:0; left:0; width:2px; background:#e5e5e5; }
.process-steps::after { content:""; position:absolute; top:0; bottom:0; left:0; width:2px; background:var(--red); transform:scaleY(var(--process-progress,.25)); transform-origin:top; transition:transform .6s var(--ease); }
.process-steps li { position:relative; padding-left:28px; transition:background-color .5s,transform .6s var(--ease),opacity .6s; }
.process-steps li.is-current-step { background:#fff4f5; }
.process-steps li strong { transition:color .4s; }
.process-steps li.is-current-step strong { color:var(--red); }
.process-visual { overflow:hidden; }
.process-visual-label b { color:white; background:var(--red); padding:7px 12px; margin:-7px -7px -7px 7px; font-variant-numeric:tabular-nums; }
.factory-band figure img { transform:translateY(var(--photo-shift,0px)) scale(1.09); }
.factory-band figure:hover img { transform:translateY(var(--photo-shift,0px)) scale(1.13); }
.factory-band figcaption { transform:translateY(0); transition:padding-bottom .5s var(--ease); }
.factory-band figure:hover figcaption { padding-bottom:30px; }
.industry-row { position:relative; isolation:isolate; overflow:hidden; padding-right:14px; }
.industry-row::before { content:""; position:absolute; inset:0; z-index:-1; background:#ffffff08; transform:translateX(-101%); transition:transform .55s var(--ease); }
.industry-row:hover::before { transform:translateX(0); }
.industry-row b { transition:transform .4s var(--ease); }
.industry-row:hover b { transform:translate(3px,-3px); }
.contact-panel { position:relative; overflow:hidden; }
.contact-panel::after { content:""; position:absolute; bottom:0; left:0; right:0; height:3px; background:var(--red); transform:scaleX(0); transform-origin:left; transition:transform 1.1s var(--ease) .3s; }
.contact-panel.is-visible::after { transform:scaleX(1); }
.menu-button span:not(.sr-only) { transition:transform .3s var(--ease); }
.menu-button[aria-expanded="true"] span:first-child { transform:translateY(3px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform:translateY(-3px) rotate(-45deg); }
.mobile-nav.is-open { animation:hero-arrive .3s var(--ease); }
@media(min-width:901px) { .process-steps li { min-height:240px; align-content:center; } .process-visual { top:110px; } }
@media(hover:none) { .product-card::after { display:none; } .product-card:hover .product-image img { transform:none; } }
@media(prefers-reduced-motion:reduce) {
 .hero::before,.hero-stage .stage-image img,.factory-band figure img,.factory-band figure:hover img { transform:none!important; }
 .hero .hero-copy.is-visible>*,.hero-stage.is-visible .stage-data dl>div,.mobile-nav.is-open { animation:none!important; }
 .js-motion .reveal { opacity:1; transform:none; transition:none; }
 .product-card:hover .product-image img,.button:hover,.industry-row:hover b { transform:none; }
}

/* Product photography: use the available card area without cutting off the machine. */
.hero-stage .stage-image { inset:18px 4px 118px; }
.hero-stage .stage-image img { width:110%; max-width:none; height:110%; }
.process-visual>img { transform:scale(1.06); }
.product-card { --image-scale:1.16; }
.product-card .product-image { display:grid; place-items:center; }
.product-card .product-image img {
 width:100%;
 max-width:none;
 height:100%;
 transform:scale(var(--image-scale));
}
.product-card:hover .product-image img { transform:scale(calc(var(--image-scale) + .04)); }
.product-featured { --image-scale:1.08; }
.product-featured .product-image { height:640px; margin-top:0; }
.product-compact { --image-scale:1.08; display:grid; grid-template-rows:auto 300px auto; min-height:450px; }
.product-compact .product-image { float:none; width:100%; height:300px; margin-top:0; }
.product-compact .product-copy,
.product-dark .product-copy { position:static; align-self:end; padding:12px 0 0; background:none; }
.product-wide { --image-scale:1.08; }
.product-wide .product-image { height:290px; padding:6px; }

@media(max-width:1080px) and (min-width:761px) {
 .product-featured { min-height:720px; }
 .product-featured .product-image { height:560px; }
 .product-compact { min-height:450px; }
 .product-compact .product-image { height:300px; }
}

@media(max-width:760px) {
 .hero-stage .stage-image { inset:22px 0 142px; }
 .hero-stage .stage-image img { width:108%; height:108%; }
 .process-visual>img { transform:scale(1.03); }
 .product-featured .product-image { height:350px; }
 .product-compact { grid-template-rows:auto 285px auto; min-height:430px; }
 .product-compact .product-image { height:285px; }
 .product-wide .product-image { height:300px; padding:4px; }
}

@media(hover:none) {
 .product-card .product-image img,
 .product-card:hover .product-image img { transform:scale(var(--image-scale)); }
}

@media(prefers-reduced-motion:reduce) {
 .hero-stage .stage-image img { transform:scale(1.1)!important; }
 .process-visual>img { transform:scale(1.06)!important; }
 .product-card .product-image img { transform:scale(var(--image-scale))!important; }
}

/* Readable labels and controls; light text accents on dark surfaces. */
.desktop-nav a,.brand-copy strong,.brand-copy small,.site-header .button-small { font-size:15px; line-height:1.4; }
.brand-copy small { color:#555; }
.eyebrow,.section-heading .eyebrow { font-size:15px; letter-spacing:.06em; line-height:1.5; }
.hero .eyebrow span:first-child,.eyebrow-light span:first-child,
.industry-row span,.industry-row b,.contact-actions b { color:#ffb5bc; }
.industry-row span { font-size:16px; }
.contact-actions b { font-size:22px; }
.trust-item span,.process-caption span { font-size:16px; line-height:1.5; }
.process-caption span { color:#f2f2f2; }
.hero-note { display:flex; flex-wrap:wrap; gap:10px; }
.hero-note a { display:inline-flex; align-items:center; gap:12px; min-height:46px; padding:10px 16px; border:1px solid #ffffff90; border-radius:3px; color:#fff; background:#21252b; font-size:16px; font-weight:600; line-height:1.5; }
.hero-note .hero-contact-call { background:var(--red); border-color:var(--red); }
.hero-note a:hover { background:#ab101a; border-color:#ab101a; }
.hero-note a:focus-visible { outline:3px solid white; outline-offset:3px; }
@media(min-width:1201px) and (max-width:1400px) {
 .site-header { grid-template-columns:auto 1fr auto; column-gap:20px; padding-inline:24px; }
 .desktop-nav { justify-content:center; gap:20px; }
}

/* Shared type and spacing remain stable when the viewport exceeds the content width. */
:root { --title-size:24px; --copy-size:17px; --section-size:34px; }
.hero h1 { max-width:19ch; font-size:44px; line-height:1.18; font-weight:700; }
h2,
.products h2,
.comparison h2,
.contact h2 { font-size:var(--section-size); line-height:1.25; }
.hero-lead,.section-heading>p,.contact-copy>p:last-child { font-size:var(--copy-size); line-height:1.7; }
.process-steps strong,.industry-row strong { font-size:var(--title-size); line-height:1.35; }
.trust-item strong { font-size:26px; }
.heading-row>p { max-width:34rem; font-size:var(--copy-size); line-height:1.7; }
.heading-row { align-items:center; }
.hero { gap:40px; grid-template-columns:minmax(0,1.1fr) minmax(0,1fr); }
.hero-stage { display:flex; flex-direction:column; min-height:0; padding:28px; }
.hero-stage .stage-index { position:static; margin-bottom:16px; font-size:13px; }
.hero-stage .stage-image { position:relative; inset:auto; height:330px; padding:16px; min-height:0; grid-template-rows:minmax(0,1fr); overflow:hidden; }
.hero-stage .stage-image img { width:118%; height:118%; min-height:0; object-fit:contain; }
.hero-stage .stage-data { position:static; margin-top:20px; padding:20px 0 0; }
.stage-data dd { font-size:20px; line-height:1.5; }
.stage-data dt,.stage-data small { font-size:15px; }
.stage-data-heading { font-size:15px; letter-spacing:.02em; flex-wrap:wrap; }
.stage-data dd { display:flex; flex-wrap:wrap; column-gap:5px; }
.products { width:100%; }
.product-card { --card-inset:32px; }
.product-card .product-topline { font-size:15px; line-height:1.4; }
.product-card .product-image { padding:clamp(18px,1.8vw,26px); grid-template-rows:minmax(0,1fr); min-height:0; }
.product-card .product-image img { min-height:0; }
.product-copy h3,
.product-info h3 { margin-bottom:12px; font-size:var(--title-size); line-height:1.3; }
.product-copy p,
.product-info p { margin-bottom:0; font-size:var(--copy-size); line-height:1.65; }
.metric-row span { font-size:18px; line-height:1.35; }
.metric-row small { font-size:15px; line-height:1.45; }

.product-featured { --image-scale:1.16; padding:var(--card-inset); }
.product-featured .product-image { height:600px; padding:clamp(20px,2vw,28px); }
.product-featured .product-copy { padding:18px 0 0; }
.product-featured .product-copy h3 { font-size:var(--title-size); }

.product-compact {
 --image-scale:1.18;
 grid-template-rows:auto 300px auto;
 min-height:470px;
 padding:var(--card-inset);
}
.product-compact .product-image { height:300px; padding:clamp(18px,1.8vw,24px); }
.product-compact .product-copy,
.product-dark .product-copy { padding:18px 0 0; }
.product-compact h3 { max-width:24ch; font-size:var(--title-size); }
.product-compact p { font-size:var(--copy-size); }

.product-wide { --image-scale:1.2; }
.product-wide .product-image { height:290px; padding:clamp(20px,2vw,28px); }
.product-wide .product-info { padding:var(--card-inset); }
.product-wide .product-info h3 { margin:16px 0 12px; font-size:var(--title-size); }
.product-wide .product-info p { font-size:var(--copy-size); line-height:1.65; margin-bottom:24px; }

/* Invariant: photo wells never shrink or share space with captions/data boxes.
   Crop only inside the well; keep all copy in normal flow at every width. */
.hero-stage .stage-image,.product-card .product-image { flex-shrink:0; isolation:isolate; overflow:hidden; }
.hero-stage .stage-data,.product-card .product-copy,.product-card .product-info { position:static; min-width:0; flex-shrink:0; }
.product-wide .product-info { flex-grow:1; }
.product-card .product-image img { max-height:100%; object-fit:contain; transform-origin:center; }
.product-card .product-copy,.product-card .product-info { overflow-wrap:anywhere; }

@media(min-width:1440px) {
 .product-card { --card-inset:36px; }
 .hero-stage { padding:36px; }
 .product-mosaic { gap:24px; }
}

@media(max-width:900px) {
 .hero { grid-template-columns:1fr; }
}

@media(max-width:1080px) and (min-width:761px) {
 .product-featured .product-image { height:540px; }
 .product-compact { grid-template-rows:auto 285px auto; min-height:455px; }
 .product-compact .product-image { height:285px; }
}

@media(max-width:760px) {
 :root { --title-size:22px; --copy-size:16px; --section-size:28px; }
 .hero h1 { font-size:34px; }
 .hero-stage { padding:24px; }
 .hero-stage .stage-image { height:270px; }
 .stage-data dd { font-size:18px; }
 .product-card { --card-inset:22px; }
 .product-card .product-image { padding:18px; }
 .product-featured .product-image { height:330px; }
 .product-compact { grid-template-rows:auto 270px auto; min-height:420px; }
 .product-compact .product-image { height:270px; }
 .product-wide .product-image { height:280px; padding:20px; }
 .product-wide .product-info { min-height:280px; }
}
