/* Shared responsive rules for navigation, home, product, footer and About layouts. */
@media (max-width: 1180px) {
  :root { --custom001-header: 76px; }
  .custom001-header__inner { grid-template-columns: 280px 1fr auto; gap: 14px; }
  .custom001-nav { gap: 22px; }
  .custom001-nav__link, .custom001-language { font-size: 16px; }
  .custom001-header__tools { gap: 8px; }
  .custom001-header__cta { padding-inline: 15px; font-size: 15px; }
  .custom001-brand { font-size: 16px; }
  .custom001-featured-video { height: clamp(300px, 30vw, 350px); }
  .custom001-featured-video__copy { padding: 30px clamp(32px, 5vw, 60px); }
  .custom001-manufacturing h2, .custom001-featured-video__copy h2, .custom001-about-preview h2 { font-size: 36px; }
  .custom001-about-preview { grid-template-columns: 44% 56%; }
  .custom001-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .custom001-footer-cta__inner { grid-template-columns: 1.3fr 1fr auto; gap: 26px; }
  .custom001-footer-cta h2 { font-size: 28px; }
  .custom001-product-intro { grid-template-columns: 1fr 1fr; gap: 36px; }
  .custom001-product-gallery { grid-template-columns: 76px minmax(0,1fr); gap: 14px; }
  .custom001-gallery-thumb { width: 76px; }
  .custom001-product-summary h1 { font-size: 34px; }
  .custom001-product-fact { grid-template-columns: 140px 1fr; }
  .custom001-about-tabs a { min-width: 132px; padding-inline: 26px; }
  .custom001-about-fact { padding-inline: 24px; }
  .custom001-about-fact:first-child, .custom001-about-fact:last-child { padding-inline: 24px; }
}

@media (max-width: 960px) {
  .custom001-container { width: min(calc(100% - 40px), var(--custom001-container)); }
  .custom001-collections .custom001-container { width: 100%; padding-inline: 20px; }
  .custom001-hero__inner { width: min(calc(100% - 40px), var(--custom001-container)); margin-inline: auto; padding-inline: 0; }
  .custom001-about-preview.custom001-container { width: 100%; padding: 0 0 22px 20px; }
  .custom001-about-preview { grid-template-columns: 48% 52%; }
  .custom001-header__inner { width: calc(100% - 32px); grid-template-columns: 1fr auto auto; }
  .custom001-menu-toggle { display: grid; place-items: center; width: 42px; height: 42px; }
  .custom001-menu-toggle .custom001-icon { width: 25px; height: 25px; }
  .custom001-nav { position: fixed; inset: var(--custom001-header) 0 0; display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: 0; padding: 24px; background: #fff; }
  .custom001-nav.is-open { display: flex; }
  .custom001-nav__link { min-height: 54px; border-bottom: 1px solid #e8e8e5; font-size: 17px; }
  .custom001-nav__link::after { display: none; }
  .custom001-header__cta { display: none; }
  .custom001-language__dropdown summary { padding: 4px 0; }
  .custom001-language__chevron { margin-left: 2px; }
  .custom001-hero { min-height: 90vh; }
  .custom001-hero h1 { font-size: 64px; }
  .custom001-hero p { max-width: 380px; font-size: 19px; }
  .custom001-collection-grid { grid-template-columns: repeat(2, 1fr); }
  .custom001-manufacturing__copy { width: 54%; min-width: 400px; margin-right: -24px; }
  .custom001-featured-video { height: clamp(330px, 38vw, 350px); min-height: 0; }
  .custom001-featured-video__copy { padding: 26px 32px; }
  .custom001-manufacturing h2, .custom001-featured-video__copy h2, .custom001-about-preview h2 { font-size: 34px; }
  .custom001-about-preview__copy { padding: 12px 32px 12px 0; }
  .custom001-about-preview > img { height: 320px; align-self: center; }
  .custom001-footer-cta__inner { grid-template-columns: 1fr auto; padding-block: 24px; }
  .custom001-footer-cta p { display: none; }
  .custom001-footer__grid { grid-template-columns: minmax(0,1.6fr) repeat(3,minmax(0,1fr)); gap: 28px; }
  .custom001-product-archive { grid-template-columns: 210px minmax(0,1fr); gap: 30px; }
  .custom001-product-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .custom001-product-intro { grid-template-columns: 1fr; }
  .custom001-product-summary { max-width: 720px; }
  .custom001-related-grid { grid-template-columns: 1fr; }
  .custom001-image-module--color-options .custom001-image-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .custom001-about-hero__content { width: min(calc(100% - 40px), var(--custom001-container)); }
  .custom001-about-fact { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding-inline: 18px; }
  .custom001-about-fact:first-child, .custom001-about-fact:last-child { padding-inline: 18px; }
  .custom001-about-fact img { width: 39px; height: 39px; }
  .custom001-about-fact h3 { font-size: 16px; }
  .custom001-about-fact p { font-size: 14px; }
  .custom001-about-tabs__inner { justify-content: flex-start; width: 100%; }
  .custom001-about-principles article { padding-inline: 34px; }
  .custom001-quality-document { grid-template-columns: 36px minmax(200px, 1fr) minmax(180px, 1fr) 50px 80px; gap: 10px; }
}

@media (max-width: 720px) {
  /* Keep the mobile LCP visible immediately instead of covering the hero and
     delaying its copy with the desktop entrance sequence. */
  .home .custom001-hero::after { display: none; }
  .home .custom001-hero__content > *,
  .home .custom001-scroll-cue { opacity: 1; animation: none; transform: none; }
  .custom001-container { width: min(calc(100% - 32px), var(--custom001-container)); }
  .custom001-collections .custom001-container { width: 100%; padding-inline: 16px; }
  .custom001-brand { font-size: 13px; gap: 8px; }
  .custom001-brand__mark { width: 38px; height: 38px; }
  .custom001-header__tools { display: flex; grid-column: 2; grid-row: 1; gap: 0; }
  .custom001-menu-toggle { grid-column: 3; grid-row: 1; }
  .custom001-header__tools .custom001-icon-button { display: none; }
  .custom001-language { font-size: 14px; }
  .custom001-not-found { min-height: calc(100svh - var(--custom001-header)); padding: 72px 16px; }
  .custom001-not-found__code { font-size: clamp(170px, 54vw, 240px); }
  .custom001-not-found h1 { font-size: 42px; }
  .custom001-not-found__message { font-size: 15px; }
  .custom001-not-found__actions { align-items: stretch; flex-direction: column; width: min(100%, 280px); margin: 32px auto 0; }
  .custom001-not-found__actions .custom001-button { min-width: 0; }
  .custom001-header__inner { grid-template-columns: minmax(0, 1fr) auto auto; gap: 8px; }
  .custom001-hero { min-height: 90vh; background-position: 60% center; }
  .custom001-hero::before { background: linear-gradient(90deg, rgba(7,10,8,.76), rgba(7,10,8,.25)); }
  .custom001-hero h1 { font-size: 48px; }
  .custom001-hero__content { padding-bottom: 24px; }
  .custom001-hero p { max-width: 310px; margin-bottom: 30px; font-size: 16px; }
  .custom001-hero .custom001-accent-line { width: 58px; margin: 20px 0 24px; }
  .custom001-hero__actions { align-items: stretch; flex-direction: column; max-width: 280px; }
  .custom001-hero__actions .custom001-button { min-width: 0; min-height: 54px; padding: 12px 20px; font-size: 14px; }
  .custom001-hero__actions .custom001-button:first-child { min-width: 0; }
  .custom001-section { padding-block: 34px 42px; }
  .custom001-news-preview .custom001-container { padding-inline: 16px; }
  .custom001-section-heading { grid-template-columns: 1fr auto; gap: 14px; }
  .custom001-section-heading > span { display: none; }
  .custom001-section-heading h2 { font-size: 24px; }
  .custom001-collection-grid { gap: 16px; }
  .custom001-collection-card h3 { font-size: 21px; }
  .custom001-manufacturing { min-height: 400px; }
  .custom001-manufacturing__image { object-position: 38% center; }
  .custom001-manufacturing__inner { align-items: flex-end; }
  .custom001-manufacturing::before { background: linear-gradient(0deg, rgba(5,7,6,.78) 0%, rgba(5,7,6,.42) 48%, rgba(5,7,6,.06) 82%); }
  .custom001-manufacturing__copy { width: 100%; min-width: 0; margin-right: 0; padding: 34px 20px; background: transparent; }
  .custom001-manufacturing h2 { font-size: 32px; }
  .custom001-manufacturing .custom001-eyebrow { font-size: 13px; }
  .custom001-manufacturing__copy > p:last-child { font-size: 16px; }
  .custom001-featured-video { grid-template-columns: 1fr; height: auto; }
  .custom001-featured-video__media { height: 240px; min-height: 0; }
  .custom001-featured-video__media img, .custom001-featured-video__media video { height: 240px; min-height: 0; }
  .custom001-featured-video__copy { order: -1; padding: 38px 24px; }
  .custom001-featured-video__copy h2 { font-size: 32px; }
  .is-reveal-ready [data-reveal="left"], .is-reveal-ready [data-reveal="right"] { transform: translateY(28px); }
  .is-reveal-ready [data-reveal].is-visible { transform: translateY(0); }
  .custom001-about-preview.custom001-container { width: 100%; margin-inline: 0; padding: 0; }
  main > .custom001-about-preview:last-child { margin-bottom: 42px; }
  .custom001-about-preview { grid-template-columns: minmax(0, 1fr); }
  .custom001-about-preview__copy, .custom001-about-preview > img { min-width: 0; }
  .custom001-about-preview__copy { padding: 38px 16px 24px; }
  .custom001-about-preview h2 { font-size: 32px; }
  .custom001-about-preview > img { height: 230px; min-height: 0; }
  .custom001-news-grid { grid-template-columns: 1fr; }
  .custom001-news-card img { aspect-ratio: 2; }
  .custom001-footer-cta__inner { min-height: 0; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; padding-block: 16px; }
  .custom001-footer-cta h2 { font-size: 18px; line-height: 1.25; white-space: normal; }
  .custom001-footer-cta .custom001-button { min-width: 0; min-height: 40px; justify-self: end; gap: 10px; padding: 8px 12px; font-size: 12px; }
  .custom001-footer__grid { grid-template-columns: 1fr 1fr; }
  .custom001-footer__brand { grid-column: 1 / -1; }
  .custom001-footer__copyright { margin-top: 24px; }
  .custom001-archive-hero { min-height: 420px; background-position: 62% center; }
  .custom001-archive-hero__inner { padding-top: 28px; }
  .custom001-archive-hero__copy { min-height: calc(420px - 28px); padding-top: 55px; }
  .custom001-archive-hero h1 { font-size: 43px; }
  .custom001-product-archive { display: block; padding-top: 26px; }
  .custom001-category-sidebar { margin-bottom: 24px; }
  .custom001-category-sidebar > h2 { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .custom001-category-sidebar > h2::after { display: none; }
  .custom001-category-sidebar__toggle { display: block; width: 100%; margin: 0; padding: 15px; border: 1px solid var(--custom001-line); background: transparent; color: inherit; font-family: var(--custom001-sans); font-size: 14px; text-align: left; cursor: pointer; }
  .custom001-category-sidebar__list { display: none; }
  .custom001-category-sidebar.is-open .custom001-category-sidebar__list { display: block; padding: 12px 15px; border: 1px solid var(--custom001-line); border-top: 0; }
  .custom001-assistance-card { margin-top: 18px; padding: 24px 20px; }
  .custom001-product-toolbar { align-items: stretch; justify-content: space-between; flex-direction: column; gap: 14px; padding-inline: 14px; }
  .custom001-product-toolbar .custom001-sort-form { justify-content: space-between; }
  .custom001-product-search { width: 100%; flex-basis: auto; }
  .custom001-product-grid { grid-template-columns: 1fr; }
  .custom001-breadcrumbs--detail { padding-top: 16px; }
  .custom001-product-intro { padding-top: 20px; }
  .custom001-product-gallery { display: flex; flex-direction: column-reverse; }
  .custom001-product-gallery__thumbs { flex-direction: row; overflow-x: auto; }
  .custom001-gallery-thumb { flex: 0 0 68px; width: 68px; }
  .custom001-product-summary h1 { font-size: 32px; }
  .custom001-product-fact { grid-template-columns: 125px 1fr; gap: 12px; }
  .custom001-product-tabs .custom001-container { gap: 30px; }
  .custom001-product-overview { grid-template-columns: 1fr; gap: 28px; }
  .custom001-specification-grid { grid-template-columns: 1fr; }
  .custom001-specification-grid > div { grid-template-columns: 135px 1fr; }
  .custom001-image-grid--3, .custom001-image-grid--4, .custom001-image-grid--5 { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .custom001-image-grid--3 figure, .custom001-image-grid--4 figure, .custom001-image-grid--5 figure { flex: 0 0 72%; scroll-snap-align: start; }
  .custom001-image-module--color-options .custom001-image-grid--3 figure,
  .custom001-image-module--color-options .custom001-image-grid--4 figure,
  .custom001-image-module--color-options .custom001-image-grid--5 figure { flex-basis: min(520px, 100%); }
  .custom001-image-module--color-options .custom001-image-grid--1,
  .custom001-image-module--color-options .custom001-image-grid--2 { grid-template-columns: 1fr; }
  .custom001-custom-section--image-left, .custom001-custom-section--image-right { grid-template-columns: 1fr; }
  .custom001-custom-section--image-left .custom001-custom-section__copy { order: initial; }
  .custom001-about-hero, .custom001-about-hero__content { min-height: 560px; }
  .custom001-about-hero__content { width: min(calc(100% - 32px), var(--custom001-container)); padding-block: 42px; }
  .custom001-about-hero::after { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.82) 70%, rgba(255,255,255,.48)); }
  .custom001-about-hero__image { background-position: 60% center; }
  .custom001-about-hero h1 { max-width: 340px; font-size: 43px; }
  .custom001-about-hero__subtitle { max-width: 330px; font-size: 17px; line-height: 1.45; }
  .custom001-about-hero__description { max-width: 340px; font-size: 13px; line-height: 1.65; }
  .custom001-about-film-button { margin-top: 28px; }
  .custom001-about-tabs a { min-width: auto; padding: 17px 23px; font-size: 13px; }
  .custom001-about-tabs a::after { left: 23px; right: 23px; }
  .custom001-about-company { padding-top: 44px; }
  .custom001-about-company__intro { padding-bottom: 42px; }
  .custom001-about-company__intro h2, .custom001-about-custom-section h2, .custom001-quality-documents h2 { font-size: 44px; }
  .custom001-about-richtext, .custom001-about-custom-section .custom001-about-richtext { font-size: 17px; line-height: 1.8; }
  .custom001-quality-documents__heading p, .custom001-quality-documents__empty { font-size: 17px; line-height: 1.8; }
  .custom001-about-facts { grid-template-columns: 1fr; padding: 0; }
  .custom001-about-fact, .custom001-about-fact:first-child, .custom001-about-fact:last-child { min-height: 0; grid-template-columns: 44px minmax(0, 1fr); justify-content: stretch; gap: 14px; padding: 24px 0; }
  .custom001-about-fact + .custom001-about-fact::before { left: 0; top: 0; width: 100%; height: 1px; }
  .custom001-about-fact img { width: 36px; height: 36px; }
  .custom001-about-principles { grid-template-columns: 1fr; }
  .custom001-about-principles::after { display: none; }
  .custom001-about-principles article { min-height: 0; padding: 30px 24px 34px; }
  .custom001-about-principles article + article { border-top: 1px solid var(--custom001-line); border-left: 0; }
  .custom001-about-principles h2 { margin-bottom: 14px; font-size: 28px; }
  .custom001-about-principles p { font-size: 15px; line-height: 1.7; }
  .custom001-about-custom-section { padding-top: 54px; }
  .custom001-about-custom-section:last-child { padding-bottom: 50px; }
  .custom001-about-custom-section__copy { padding-bottom: 25px; }
  .custom001-about-custom-section__image { aspect-ratio: 4 / 2.4; }
  .custom001-custom-section .custom001-image-grid img { aspect-ratio: 4 / 2.4; }
  .custom001-quality-documents { padding-block: 62px 50px; }
  .custom001-quality-document { min-height: 0; grid-template-columns: 32px minmax(0, 1fr) auto; padding: 16px 0; }
  .custom001-quality-document h3 { grid-column: 2; }
  .custom001-quality-document p { grid-column: 2 / -1; }
  .custom001-quality-document__view { grid-column: 2; justify-self: start; }
.custom001-quality-document__download { grid-column: 3; grid-row: 1 / span 2; min-width: 72px; }
}

@media (prefers-reduced-motion: reduce) {
  .home .custom001-hero::after { display: none; }
  .home .custom001-hero__content > *,
  .home .custom001-scroll-cue { opacity: 1; animation: none; transform: none; }
}
