.production-preview{background:var(--color-white);color:var(--color-navy-950)}
.production-preview main{min-height:55vh}.production-breadcrumb{padding-block:1.25rem}.production-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.production-breadcrumb li+li:before{color:var(--color-muted);content:"/";margin-right:.5rem}.production-breadcrumb a{color:var(--color-teal-700)}
.production-hero{background:linear-gradient(135deg,var(--color-mist-100),var(--color-white));border-block:1px solid var(--color-border)}.production-hero__inner{max-width:72rem;padding-block:clamp(4rem,9vw,8rem)}.production-hero h1{font-size:clamp(3rem,7vw,6.2rem);max-width:16ch}.production-hero .lede{max-width:48rem}
.production-section{padding-block:clamp(4rem,8vw,7rem)}.production-section--tint{background:var(--color-mist-100)}.production-section--dark{background:var(--color-navy-950);color:var(--color-white)}.production-section--dark h2,.production-section--dark p{color:inherit}.production-section__head{max-width:54rem}.production-section__head h2{font-size:clamp(2.2rem,5vw,4.2rem);margin-bottom:1rem}
.production-card-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:3rem}.production-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);color:inherit;display:flex;flex-direction:column;min-height:18rem;padding:2rem;text-decoration:none}.production-card h3{font-size:clamp(1.4rem,2.5vw,2rem)}.production-card__link{color:var(--color-teal-700);font-weight:600;margin-top:auto}
.legacy-home-hero{background:var(--color-navy-950);min-height:780px;overflow:hidden;position:relative}.legacy-home-hero__image,.legacy-home-hero__overlay{height:100%;inset:0;position:absolute;width:100%}.legacy-home-hero__image{object-fit:cover}.legacy-home-hero__overlay{background:linear-gradient(90deg,rgba(3,35,55,.9),rgba(3,35,55,.6) 46%,rgba(3,35,55,.18)),linear-gradient(0deg,rgba(3,35,55,.88),transparent 55%)}.legacy-home-hero__layout{min-height:780px;position:relative;z-index:1}.legacy-home-hero__copy{color:var(--color-white);left:0;max-width:50%;position:absolute;top:8rem}.legacy-home-hero__copy h1{color:inherit;font-size:clamp(3.4rem,7vw,6.5rem);line-height:.98}.legacy-home-hero__copy em{color:var(--color-teal-300);font-style:normal}.legacy-home-hero__copy>p{color:rgba(255,255,255,.82);max-width:34rem}.legacy-pill{backdrop-filter:blur(12px);background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.32);border-radius:var(--radius-pill);display:inline-flex;padding:.5rem .8rem;text-transform:uppercase}.legacy-route-tabs{backdrop-filter:blur(18px);background:rgba(255,255,255,.5);border-radius:var(--radius-pill);display:inline-grid;grid-template-columns:1fr 1fr;margin-top:1rem;padding:.35rem}.legacy-route-tabs button{background:transparent;border:0;border-radius:var(--radius-pill);font-weight:600;padding:1rem 1.4rem}.legacy-route-tabs button[aria-selected=true]{background:var(--color-navy-950);color:var(--color-white)}.legacy-explorer{backdrop-filter:blur(22px);background:rgba(255,255,255,.16);border-radius:var(--radius-xl);color:var(--color-white);padding:1.25rem;position:absolute;right:0;top:7rem;width:min(40rem,42%)}.legacy-explorer__cards{display:flex;gap:1rem;margin-top:1rem;overflow:auto}.legacy-explorer-card{border:1px solid rgba(255,255,255,.36);border-radius:var(--radius-lg);color:inherit;flex:0 0 10rem;padding:.75rem;text-decoration:none}.legacy-explorer-card img{border-radius:var(--radius-md);height:7.5rem;object-fit:cover;width:100%}
.production-product-hero{padding-block:3rem 6rem}.production-product-hero__grid{align-items:center;display:grid;gap:clamp(2rem,6vw,6rem);grid-template-columns:1.05fr .95fr}.production-product-media{background:var(--color-mist-100);border-radius:var(--radius-xl);overflow:hidden}.production-product-media img{aspect-ratio:4/3;height:100%;object-fit:contain;width:100%}.production-product-hero h1{font-size:clamp(3rem,6vw,5.8rem)}.production-selector{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.production-selector button{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-pill);cursor:pointer;padding:.9rem 1.2rem}.production-selector button.is-active{background:var(--color-navy-950);color:var(--color-white)}.production-spec-group{margin-top:2rem}.production-spec-group dl{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.production-spec-group dl div{display:grid;grid-template-columns:minmax(12rem,.4fr) 1fr}.production-spec-group dt,.production-spec-group dd{border-bottom:1px solid var(--color-border);margin:0;padding:1rem}.production-spec-group dt{background:var(--color-mist-100);font-weight:600}
.production-spec-table{border:1px solid var(--color-border);border-collapse:separate;border-radius:var(--radius-lg);border-spacing:0;overflow:hidden;width:100%}.production-spec-table th,.production-spec-table td{border-bottom:1px solid var(--color-border);padding:1rem;text-align:left;vertical-align:top}.production-spec-table th{background:var(--color-mist-100);font-weight:600;width:40%}.production-spec-table tr:last-child th,.production-spec-table tr:last-child td{border-bottom:0}
.production-editorial{display:grid;gap:4rem;grid-template-columns:15rem minmax(0,48rem);justify-content:center;padding-block:5rem}.production-editorial aside{align-self:start;display:grid;gap:1rem;position:sticky;top:8rem}.production-editorial article section{border-bottom:1px solid var(--color-border);padding:0 0 4rem;margin-bottom:4rem}.production-editorial article h2{font-size:clamp(2rem,4vw,3.5rem)}
@media(max-width:900px){.production-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legacy-home-hero__copy{max-width:none}.legacy-explorer{bottom:3rem;left:1rem;right:1rem;top:auto;width:auto}.production-product-hero__grid,.production-editorial{grid-template-columns:1fr}.production-editorial aside{position:static}}
@media(max-width:640px){.production-card-grid{grid-template-columns:1fr}.legacy-home-hero{min-height:900px}.legacy-home-hero__copy{left:1rem;right:1rem;top:5rem}.legacy-explorer{bottom:2rem}.legacy-home-hero__layout{min-height:900px}.production-spec-group dl div{grid-template-columns:1fr}}
