/* AMS — gold from the supplied logo, charcoal and soft white. */
:root {
  --gold: #c5a36d;
  --gold-light: #dfc69b;
  --gold-dark: #78603c;
  --ink: #202421;
  --night: #191d1a;
  --paper: #faf9f6;
  --stone: #efede7;
  --muted: #636862;
  --line: #dcded6;
  --white: #fff;
  --gutter: clamp(20px, 5.7vw, 96px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 "DM Sans", Arial, sans-serif; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 5px; }
::selection { background: var(--gold); color: var(--night); }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; }
h1, h2 { font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.8rem); }
h3 { font-weight: 600; letter-spacing: -.025em; }
p { text-wrap: pretty; }
.container { width: min(100% - var(--gutter) * 2, 1440px); margin-inline: auto; }
.section { padding-block: clamp(76px, 8.3vw, 134px); }
.eyebrow { margin-bottom: 26px; color: var(--gold-dark); font-size: .75rem; line-height: 1.6; letter-spacing: .15em; font-weight: 700; }
.eyebrow.light { color: var(--gold-light); }
.muted { color: var(--muted); }
.gold-text { color: var(--gold-light); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 15px 23px; border: 1px solid transparent; border-radius: 2px; font-size: .875rem; line-height: 1.5; font-weight: 700; transition: background .2s, border-color .2s; }
.button span { margin-left: auto; font-size: 1.25rem; line-height: 1; }
.button.gold { color: #20231f; background: var(--gold); border-color: var(--gold); }
.button.gold:hover { background: var(--gold-light); border-color: var(--gold-light); }
.button.outline { border-color: #ffffff80; color: white; background: #191d1a38; }
.button.outline:hover { background: #ffffff1f; border-color: white; }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 48px; padding-block: 12px; border-bottom: 1px solid var(--gold-dark); font-size: .9375rem; font-weight: 600; }
.text-link:hover { color: var(--gold-dark); }
.text-link span { font-size: 1.25rem; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--gold); }
.skip-link:focus { top: 12px; }

/* Navigation */
.header { position: sticky; top: 0; z-index: 50; color: var(--white); background: var(--ink); border-bottom: 1px solid #ffffff1c; }
.nav-wrap { min-height: 88px; padding-inline: var(--gutter); display: flex; align-items: center; gap: 32px; max-width: 1700px; margin: auto; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex-shrink: 0; }
.brand-mark { width: 44px; height: 48px; padding: 5px; background: #fff; border-radius: 2px; display: grid; place-items: center; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.brand-name { font-family: "Manrope", Arial, sans-serif; font-size: .8125rem; font-weight: 700; line-height: 1.35; letter-spacing: .04em; }
.brand-name small { display: block; margin-top: 5px; color: var(--gold-light); font: 500 .75rem/1.3 "DM Sans", Arial, sans-serif; letter-spacing: .14em; }
.desktop-nav { display: flex; gap: clamp(16px, 2vw, 34px); align-items: center; margin-left: auto; }
.desktop-nav a { display: grid; align-items: center; min-height: 44px; font-size: .875rem; color: #e2e4df; }
.desktop-nav a:hover { color: var(--gold-light); }
.nav-contact { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 44px; padding: 8px 18px; border: 1px solid #a89a80; font-size: .875rem; color: var(--gold-light); }
.menu-toggle { display: none; margin-left: auto; align-items: center; gap: 18px; color: white; background: none; min-height: 44px; padding: 8px; border: 0; font-size: .875rem; }
.menu-toggle span { font-size: 1.5rem; font-weight: 400; }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; padding: 20px var(--gutter) 32px; max-height: calc(100dvh - 74px); overflow-y: auto; overscroll-behavior: contain; background: var(--ink); box-shadow: 0 18px 30px #0004; }
.mobile-menu > a:not(.button) { display: block; min-height: 52px; padding: 12px 0; border-bottom: 1px solid #ffffff21; }
.mobile-menu .button { width: 100%; margin-top: 24px; }

/* Opening */
.hero { min-height: min(850px, calc(100svh - 88px)); position: relative; display: flex; flex-direction: column; justify-content: center; isolation: isolate; overflow: hidden; background: var(--night); color: #fff; }
.hero-media, .hero-overlay { position: absolute; inset: 0; z-index: -1; }
.hero-media picture { display: block; height: 100%; }
.hero-photo, .hero-video { height: 100%; width: 100%; object-fit: cover; object-position: center 49%; }
.hero-photo { transform: scale(1.035); }
.motion-enabled .hero-photo { animation: loom-pan 22s ease-in-out infinite alternate; }
.motion-paused .hero-photo { animation-play-state: paused; }
@keyframes loom-pan { from { transform: scale(1.035); } to { transform: scale(1.09) translateX(-.5%); } }
.hero-video { position: absolute; inset: 0; }
.hero-overlay { background: linear-gradient(90deg, #111713ed 0%, #111713bb 32%, #11171336 76%), linear-gradient(0deg, #101610b8, transparent 35%); }
.hero-content { padding-top: clamp(62px, 7vw, 115px); padding-bottom: 100px; }
.hero h1 { max-width: 960px; font-size: clamp(3rem, 6.4vw, 6.5rem); line-height: 1.04; font-weight: 500; }
.hero h1 span { color: var(--gold-light); }
.hero-intro { max-width: 530px; margin-top: 28px; color: #e4e7df; font-size: clamp(1rem, 1.25vw, 1.125rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-foot { min-height: 80px; padding-block: 17px; display: flex; align-items: center; gap: 25px; border-top: 1px solid #ffffff38; font-size: .75rem; margin-top: auto; }
.explore { display: inline-flex; align-items: center; gap: 16px; min-height: 44px; font-size: .875rem; }
.explore span { font-size: 1.375rem; }
.hero-caption { margin-left: auto; color: #e3e5e0; }
.motion-toggle { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; border: 1px solid #ffffff55; padding: 8px 12px; color: #fff; background: #20242190; font-size: .75rem; }
.proof { padding-block: 40px 24px; color: var(--white); background: var(--ink); }
.proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.proof-grid > div { padding-left: 26px; border-left: 1px solid #c5a36d6b; }
.proof strong { font-family: "Manrope", Arial, sans-serif; font-size: clamp(1.7rem, 2.6vw, 2.65rem); font-weight: 500; line-height: 1.2; letter-spacing: -.03em; }
.proof strong span { font-size: 1rem; letter-spacing: 0; }
.proof-grid p { margin-top: 10px; font-size: .875rem; color: #c3c8c0; }
.proof-note { padding-top: 24px; font-size: .75rem; color: #b6bcb2; }

/* Products */
.section-heading { display: grid; grid-template-columns: 1.4fr 1fr; align-items: end; gap: 60px; margin-bottom: 64px; }
.section-lead { max-width: 440px; justify-self: end; color: var(--muted); }
.product { display: grid; grid-template-columns: 1.06fr 1fr; align-items: stretch; border-top: 1px solid var(--line); }
.product + .product { margin-top: 58px; }
.product-photo { position: relative; min-height: 610px; overflow: hidden; background: #e0e1dc; }
.product-photo img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.woven-photo img { object-position: 30% 58%; }
.liner-photo img { object-position: 44% 55%; transform: scale(2); transform-origin: 40% 25%; }
.product-photo figcaption { position: absolute; left: 20px; bottom: 20px; max-width: calc(100% - 40px); padding: 9px 13px; color: white; background: #202421db; font-size: .75rem; }
.product-copy { padding: clamp(34px, 4vw, 66px); display: flex; flex-direction: column; align-items: flex-start; background: #fff; }
.product-meta { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 44px; font-size: .75rem; line-height: 1.5; }
.product-meta > span:first-child { color: var(--gold-dark); letter-spacing: .08em; }
.status { padding: 5px 9px; border: 1px solid #ddd3c0; color: #5c513f; border-radius: 2px; }
.product h3 { font-size: clamp(2.15rem, 3.4vw, 3.4rem); line-height: 1.1; margin-bottom: 22px; font-weight: 500; }
.product-copy > p { color: var(--muted); }
.specs { margin: 28px 0; width: 100%; font-size: .875rem; }
.specs > div { display: grid; grid-template-columns: .85fr 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.specs dt { color: var(--muted); }
.specs dd { margin: 0; }
.product .text-link { margin-top: auto; }
.product.reverse { grid-template-columns: 1fr 1.06fr; }
.product.reverse .product-photo { order: 2; }
.development { margin-top: 38px; background: var(--stone); border-left: 3px solid var(--gold); }
.development summary { cursor: pointer; list-style: none; min-height: 100px; padding: 24px 30px; display: flex; align-items: center; justify-content: space-between; gap: 25px; font-size: 1rem; }
.development summary::-webkit-details-marker { display: none; }
.development summary small { display: block; color: var(--gold-dark); font-size: .75rem; letter-spacing: .12em; margin-bottom: 5px; }
.details-plus { font-size: 1.6rem; }
.development[open] .details-plus { transform: rotate(45deg); }
.development-body { padding: 0 30px 28px; }
.development-body ul { padding-left: 20px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 30px; }
.development-body p { color: var(--muted); margin-top: 20px; font-size: .875rem; max-width: 950px; }
.applications { margin-top: 78px; display: grid; grid-template-columns: .7fr repeat(3, 1fr); gap: 32px; padding-top: 30px; border-top: 1px solid var(--line); }
.applications h3 { font-size: 1.125rem; margin-bottom: 12px; }
.applications p:not(.eyebrow) { font-size: .875rem; color: var(--muted); }

/* Manufacturing */
.manufacturing { color: var(--white); background: var(--night); }
.manufacturing .section-lead { color: #bec5b9; }
.process-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 64px; align-items: stretch; }
.process-photo { position: relative; min-height: 650px; overflow: hidden; }
.process-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.process-photo figcaption { position: absolute; left: 22px; right: 22px; bottom: 22px; padding: 15px; background: #191d1ad9; font-size: .875rem; }
.process-photo figcaption span { display: block; font-size: .75rem; color: var(--gold-light); margin-bottom: 5px; letter-spacing: .1em; }
.process-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 36px; margin: 0; padding: 0; list-style: none; }
.process-grid li { padding: 20px 0 28px; border-top: 1px solid #ffffff35; }
.process-grid li > span { display: block; margin-bottom: 25px; font-size: .75rem; color: var(--gold-light); }
.process-grid h3 { font-size: 1.15rem; margin-bottom: 10px; }
.process-grid p { color: #b7beb2; font-size: .875rem; }
.process-note { padding-top: 22px; border-top: 1px solid #ffffff35; font-size: .875rem; color: #c3c7bd; }

/* QC and company */
.quality-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.quality-heading h2 { font-size: clamp(2.3rem, 3.65vw, 4.25rem); }
.quality-heading > p:not(.eyebrow) { margin-top: 28px; color: var(--muted); max-width: 420px; }
.quality-heading .text-link { margin-top: 30px; }
.quality-list { margin: 0; padding: 0; list-style: none; }
.quality-list li { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid var(--line); }
.quality-list li:last-child { border-bottom: 1px solid var(--line); }
.quality-list li > span { color: var(--gold-dark); font-size: .75rem; padding-top: 5px; }
.quality-list h3 { font-size: 1.1875rem; margin-bottom: 8px; }
.quality-list p { font-size: .875rem; color: var(--muted); }
.about { display: grid; grid-template-columns: .8fr 1.2fr; background: var(--stone); }
.about-image { position: relative; min-height: 680px; }
.about-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; object-position: 58% center; }
.about-copy { padding: clamp(44px, 6.3vw, 100px); }
.about h2 { font-size: clamp(2.25rem, 3.7vw, 4rem); }
.about-copy > p:not(.eyebrow):not(.capacity-note) { margin-top: 28px; color: #565e53; }
.about-stats { display: grid; grid-template-columns: 1.2fr .7fr 1fr; gap: 22px; margin: 40px 0 28px; padding-block: 25px; border-top: 1px solid #c9c9bd; border-bottom: 1px solid #c9c9bd; }
.about-stats dt { font: 500 clamp(1.5rem, 2.3vw, 2.7rem)/1.2 "Manrope", Arial, sans-serif; letter-spacing: -.03em; }
.about-stats dt span { font-size: 1rem; }
.about-stats dd { margin: 10px 0 0; font-size: .75rem; color: #5f655b; }
.capacity-note { color: #64695f; font-size: .8125rem; }

/* Ordering and contact */
.order-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.order-steps li { padding: 25px 24px 20px 0; }
.order-steps li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.order-steps span { display: block; color: var(--gold-dark); font-size: .875rem; margin-bottom: 45px; }
.order-steps h3 { font-size: 1.125rem; margin-bottom: 12px; }
.order-steps p { font-size: .875rem; color: var(--muted); }
.order-note { margin-top: 32px; font-size: .875rem; color: var(--muted); }
.contact { background: var(--ink); color: #fff; padding-bottom: 75px; }
.contact-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 80px; }
.contact-top h2 { font-size: clamp(2.5rem, 4.6vw, 5.3rem); }
.contact-top .button { flex-shrink: 0; margin-bottom: 7px; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr .8fr; gap: 64px; padding-top: 38px; border-top: 1px solid #ffffff30; }
.contact-grid h3 { color: var(--gold-light); font: 600 .75rem/1.5 "DM Sans", Arial, sans-serif; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 20px; }
.contact-grid a { display: block; min-height: 44px; overflow-wrap: anywhere; font-size: .9375rem; }
.contact-grid a:hover { color: var(--gold-light); }
.contact-grid .contact-phone { font-size: clamp(1.5rem, 2vw, 2rem); font-family: "Manrope", Arial, sans-serif; letter-spacing: -.02em; }
address { font-style: normal; color: #c5cbbf; font-size: .9375rem; }
.contact-grid .profile-download { display: flex; gap: 25px; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #b5ad9859; }
.profile-download small { display: block; color: #adb6a6; font-size: .75rem; margin-top: 6px; }
.profile-download > span:last-child { font-size: 1.5rem; }
.footer { background: #141814; color: #e4e7e0; padding-block: 35px; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer p, .footer-row > a:last-child { font-size: .75rem; color: #b4bdac; }
.footer-row > a:last-child { display: inline-flex; align-items: center; min-height: 44px; }
.footer-brand .brand-name { font-size: .75rem; }
.footer-brand .brand-name small { font-size: .75rem; letter-spacing: .07em; }
.mobile-contact { display: none; }

@media (min-width: 1600px) { .hero-media { left: 22%; } .hero-overlay { background: linear-gradient(90deg, #191d1a 0%, #191d1ae6 22%, #191d1a20 80%); } }
@media (max-width: 1100px) {
  .desktop-nav { gap: 16px; }
  .nav-wrap { gap: 22px; }
  .nav-contact { display: none; }
  .process-layout { gap: 36px; }
  .quality-layout { gap: 60px; }
  .product-copy { padding: 36px; }
  .contact-grid { gap: 36px; }
  .contact-top { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 900px) {
  .nav-wrap { min-height: 74px; }
  .desktop-nav { margin-left: auto; }
  .js-ready .desktop-nav { display: none; }
  .js-ready .menu-toggle { display: inline-flex; }
  .hero { min-height: calc(100svh - 74px); }
  .hero-content { padding-top: 80px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(3.6rem, 8vw, 5.5rem); }
  .section-heading { gap: 35px; }
  .product, .product.reverse { grid-template-columns: 1fr 1fr; }
  .product-copy { padding: 30px; }
  .specs > div { grid-template-columns: 1fr; gap: 3px; }
  .applications { grid-template-columns: repeat(3, 1fr); }
  .applications > .eyebrow { grid-column: 1/-1; margin-bottom: 0; }
  .process-layout { grid-template-columns: .8fr 1fr; }
  .process-grid { gap: 0 22px; }
  .quality-layout { grid-template-columns: 1fr 1fr; gap: 35px; }
  .about { grid-template-columns: 1fr; }
  .about-image { min-height: 450px; }
  .about-image img { object-position: 50% 53%; }
  .about-copy { padding: var(--gutter); padding-block: 64px; }
  .about h2 { max-width: 680px; }
  .order-steps { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .order-steps li + li { border-left: 0; padding-left: 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .footer-row { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 92px; }
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom)); }
  .nav-wrap { padding-inline: 20px; gap: 10px; }
  .brand { gap: 10px; }
  .brand-mark { width: 36px; height: 40px; padding: 4px; }
  .brand-name { font-size: .75rem; max-width: 180px; }
  .brand-name small { font-size: .75rem; letter-spacing: .08em; }
  .menu-toggle { gap: 9px; }
  .desktop-nav { flex-wrap: wrap; gap: 8px; }
  body:not(.js-ready) .nav-wrap { flex-wrap: wrap; padding-block: 15px; }
  .hero { min-height: calc(100svh - 74px); }
  .hero-overlay { background: linear-gradient(90deg, #111713d9, #11171377), linear-gradient(0deg, #101610ba, transparent); }
  .hero-photo { object-position: 52% center; }
  .hero-content { padding-top: 64px; padding-bottom: 45px; }
  .hero .eyebrow { font-size: .75rem; letter-spacing: .1em; margin-bottom: 23px; max-width: 290px; }
  .hero h1 { font-size: clamp(2.8rem, 10.6vw, 4.5rem); line-height: 1.1; }
  .hero-intro { margin-top: 24px; max-width: 450px; }
  .hero-actions { display: grid; margin-top: 28px; gap: 12px; }
  .hero-actions .button { width: 100%; justify-content: space-between; padding-inline: 17px; font-size: .875rem; }
  .hero-foot { min-height: auto; flex-wrap: wrap; gap: 4px 16px; padding-block: 12px; }
  .hero-caption { display: none; }
  .motion-toggle { margin-left: auto; }
  .proof { padding-top: 30px; }
  .proof-grid { grid-template-columns: 1fr; gap: 26px; }
  .proof-grid > div { padding-left: 18px; }
  .proof strong { font-size: 2rem; }
  .proof-grid p { margin-top: 5px; }
  .proof-note { margin-top: 5px; font-size: .75rem; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .section-lead { justify-self: start; }
  .eyebrow { margin-bottom: 20px; }
  .product, .product.reverse { grid-template-columns: 1fr; }
  .product.reverse .product-photo { order: 0; }
  .product-photo { min-height: 420px; }
  .product-copy { padding: 28px 22px 34px; }
  .product-meta { margin-bottom: 30px; }
  .product h3 { font-size: 2.25rem; }
  .specs > div { grid-template-columns: .9fr 1.1fr; gap: 10px; }
  .product + .product { margin-top: 32px; }
  .development summary { padding: 22px; }
  .development-body { padding: 0 22px 26px; }
  .development-body ul { grid-template-columns: 1fr; }
  .applications { grid-template-columns: 1fr; margin-top: 48px; gap: 28px; }
  .applications > div { border-bottom: 1px solid var(--line); padding-bottom: 24px; }
  .applications h3 { margin-bottom: 7px; }
  .process-layout { grid-template-columns: 1fr; gap: 35px; }
  .process-photo { min-height: 450px; }
  .process-grid { gap: 0 22px; }
  .process-grid h3 { font-size: 1.05rem; }
  .process-grid li > span { margin-bottom: 18px; }
  .quality-layout { grid-template-columns: 1fr; gap: 44px; }
  .quality-heading > p:not(.eyebrow) { margin-top: 24px; }
  .quality-list li { gap: 12px; }
  .about-image { min-height: 410px; }
  .about-stats { grid-template-columns: 1fr 1fr; gap: 28px; }
  .about-stats > div:first-child { grid-column: 1/-1; }
  .about-stats dt { font-size: 2.2rem; }
  .order-steps { grid-template-columns: 1fr; row-gap: 0; }
  .order-steps li, .order-steps li + li { display: grid; grid-template-columns: 42px 1fr; gap: 3px 18px; border-bottom: 1px solid var(--line); padding: 23px 0; }
  .order-steps span { grid-row: span 2; margin: 0; }
  .order-steps h3 { margin: 0; }
  .contact-top { margin-bottom: 44px; gap: 32px; }
  .contact-top .button { width: 100%; font-size: .875rem; padding-inline: 17px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .contact-grid h3 { margin-bottom: 12px; }
  .contact { padding-bottom: 55px; }
  .footer-row { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer { padding-block: 32px; }
  .mobile-contact { display: block; position: fixed; z-index: 45; bottom: 0; left: 0; right: 0; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); background: #202421f5; border-top: 1px solid #ffffff25; }
  .mobile-contact .button { width: 100%; min-height: 50px; font-size: .875rem; padding: 13px 16px; }
  .menu-open .mobile-contact { visibility: hidden; }
}
@media (max-width: 350px) {
  .brand-name { max-width: 160px; }
  .nav-wrap { padding-inline: 14px; }
  .brand-mark { width: 30px; height: 34px; }
  .menu-toggle { padding-inline: 4px; }
  .hero-actions .button, .contact-top .button, .mobile-contact .button { gap: 10px; font-size: .8125rem; padding-inline: 12px; }
  .specs > div { grid-template-columns: 1fr; gap: 3px; }
  .process-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-photo { transform: none; }
}
