:root {
  --navy: #082938;
  --navy-deep: #041c28;
  --blue: #0a5271;
  --orange: #f36a21;
  --orange-dark: #ce4f10;
  --ink: #14232d;
  --muted: #66737a;
  --paper: #f5f4f0;
  --line: #d8dcdd;
  --white: #fff;
  --max: 1480px;
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: auto; }
body { margin: 0; color: var(--ink); background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, select { font: inherit; }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.section { padding: 108px 0; }
.section-muted { background: var(--paper); }
.section-head { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 56px; align-items: end; margin-bottom: 48px; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px; color: var(--orange); font-size: 11px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { width: 28px; height: 2px; content: ""; background: currentColor; }
.section-head h2, .about-copy h2, .contact-copy h2, .news-hero h1 { margin: 0; font-size: clamp(40px, 4.6vw, 70px); letter-spacing: -.055em; line-height: 1.06; }
.section-head > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; font-size: 13px; font-weight: 800; text-decoration: none; }
.button-orange { color: white; background: var(--orange); }
.button-orange:hover { background: var(--orange-dark); }
.button-outline { color: white; border-color: rgba(255,255,255,.48); background: rgba(255,255,255,.04); }
.button-outline:hover { border-color: white; background: rgba(255,255,255,.1); }
.button-white { color: var(--navy); background: white; }
.text-link { display: inline-flex; margin-top: 26px; color: var(--orange); font-size: 13px; font-weight: 850; text-decoration: none; }

.header-shell { position: absolute; z-index: 20; top: 0; right: 0; left: 0; color: white; }
.utility-bar { border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(3,24,35,.58); backdrop-filter: blur(10px); }
.utility-inner { display: flex; min-height: 58px; align-items: center; justify-content: space-between; gap: 22px; font-size: 13px; }
.utility-contact { display: flex; align-items: center; gap: 0; padding: 4px 5px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; background: rgba(1,18,27,.28); }
.social-links { display: flex; align-items: center; gap: 12px; }
.utility-contact a { text-decoration: none; }
.utility-contact a:hover { color: #ffc29e; }
.utility-person, .utility-email { display: inline-flex; min-height: 36px; align-items: center; gap: 8px; padding: 0 13px; border-right: 1px solid rgba(255,255,255,.14); font-size: 13px; line-height: 1; white-space: nowrap; }
.utility-email { border-right: 0; }
.utility-person span, .utility-email span { color: #ffc09a; font-size: 13px; font-weight: 850; letter-spacing: .015em; }
.utility-person strong, .utility-email strong { color: white; font-size: 13px; font-weight: 850; letter-spacing: .005em; }
.utility-person b { color: rgba(255,255,255,.72); font-size: 13px; font-weight: 750; }
.social-label { color: rgba(255,255,255,.7); letter-spacing: .08em; white-space: nowrap; }
.social-links a { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; font-size: 11px; font-weight: 900; text-decoration: none; text-transform: lowercase; }
.social-links a:hover { border-color: #ffb385; color: #ffb385; }
.main-nav { background: rgba(5,31,44,.72); backdrop-filter: blur(12px); }
.nav-inner { display: grid; min-height: 88px; grid-template-columns: 260px 1fr auto auto; gap: 24px; align-items: center; }
.brand { display: block; width: 236px; padding: 10px 14px; background: rgba(255,255,255,.95); }
.brand img { width: 100%; }
.primary-nav { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: clamp(22px, 2vw, 38px); padding-inline: 8px; }
.primary-nav > a, .nav-dropdown > a { padding: 33px 0 28px; border-bottom: 3px solid transparent; font-size: 15px; font-weight: 800; letter-spacing: .01em; text-decoration: none; white-space: nowrap; }
.primary-nav > a:hover, .primary-nav > a[aria-current="page"], .nav-dropdown > a:hover, .nav-dropdown > a[aria-current="page"] { border-bottom-color: var(--orange); color: #ffb385; }
.nav-dropdown { position: relative; display: flex; align-self: stretch; align-items: center; }
.nav-dropdown > a { display: flex; align-items: center; gap: 7px; }
.nav-caret { color: #ffad7d; font-size: 15px; line-height: 1; }
.product-submenu { position: absolute; top: calc(100% - 1px); left: 50%; display: grid; width: 460px; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 12px; border: 1px solid rgba(255,255,255,.18); background: rgba(4,28,40,.98); box-shadow: 0 22px 48px rgba(0,0,0,.28); opacity: 0; visibility: hidden; transform: translateX(-50%); }
.nav-dropdown:hover .product-submenu, .nav-dropdown:focus-within .product-submenu { opacity: 1; visibility: visible; }
.product-submenu a { display: grid; min-height: 72px; grid-template-columns: 30px 1fr 18px; gap: 10px; align-items: center; padding: 12px 14px; border: 1px solid transparent; color: white; font-size: 13px; text-decoration: none; }
.product-submenu a:hover, .product-submenu a:focus-visible { border-color: rgba(255,255,255,.18); color: #ffb385; background: rgba(255,255,255,.06); outline: 0; }
.product-submenu span { color: var(--orange); font-size: 9px; font-weight: 900; }
.product-submenu strong { font-size: 13px; line-height: 1.35; }
.product-submenu b { color: var(--orange); }
.language-switch { position: relative; }
.language-switch select { min-height: 42px; padding: 0 34px 0 14px; border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.08); }
.language-switch option { color: var(--ink); }
.header-quote { min-height: 44px; padding: 0 20px; }
.mobile-menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); color: white; background: transparent; }

.hero { position: relative; min-height: 780px; overflow: hidden; color: white; background: var(--navy-deep); }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(3,24,35,.98) 0%, rgba(3,24,35,.91) 42%, rgba(3,24,35,.48) 67%, rgba(3,24,35,.18) 100%); }
.hero-bg { position: absolute; inset: 0 0 0 48%; width: 52%; height: 100%; object-fit: cover; }
.hero-grid { position: relative; z-index: 2; display: grid; min-height: 780px; grid-template-columns: minmax(0, .95fr) minmax(420px, .55fr); gap: 68px; align-items: center; padding-top: 154px; padding-bottom: 62px; }
.hero-copy { max-width: min(600px, calc(48vw - 64px)); }
.hero-copy .eyebrow { color: #ffad7d; }
.hero h1 { max-width: 600px; margin: 0; font-size: clamp(44px, 3.4vw, 60px); letter-spacing: -.05em; line-height: 1.04; text-wrap: balance; }
.hero-copy > p { max-width: 560px; margin: 26px 0 0; color: #c8d4d9; font-size: 16px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.hero-photo-note { align-self: end; justify-self: end; max-width: 290px; padding: 17px 20px; border-left: 3px solid var(--orange); background: rgba(4,28,40,.83); font-size: 12px; line-height: 1.6; }

.trust-band { position: relative; z-index: 3; margin-top: -1px; color: white; background: var(--navy); }
.trust-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.trust-grid div { min-height: 128px; padding: 28px 24px; border-left: 1px solid rgba(255,255,255,.16); }
.trust-grid div:last-child { border-right: 1px solid rgba(255,255,255,.16); }
.trust-grid strong { display: block; color: #ff8d4e; font-size: 25px; letter-spacing: -.02em; }
.trust-grid span { display: block; margin-top: 9px; color: #c8d5da; font-size: 12px; line-height: 1.5; }

.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.product-card { min-width: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.product-card > a { display: flex; height: 100%; flex-direction: column; text-decoration: none; }
.product-image { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: #ecece8; }
.product-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.product-number { position: absolute; top: 14px; left: 14px; display: grid; width: 34px; height: 34px; place-items: center; color: white; background: var(--navy); font-size: 10px; font-weight: 900; }
.product-body { display: flex; min-height: 230px; flex: 1; flex-direction: column; padding: 24px; }
.product-body h3 { margin: 0; font-size: 21px; letter-spacing: -.035em; line-height: 1.2; }
.product-body p { margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.product-detail { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; color: var(--orange); font-size: 11px; font-weight: 850; }
.sample-note { margin: 24px 0 0; color: #7b858a; font-size: 11px; line-height: 1.6; }

.about-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr); gap: 72px; align-items: center; }
.about-copy p { max-width: 700px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.95; }
.about-facts { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 38px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-facts div { min-height: 112px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.about-facts strong { display: block; color: var(--navy); font-size: 15px; }
.about-facts span { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.about-media { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto 220px; gap: 12px; }
.about-media figure { position: relative; min-height: 220px; margin: 0; overflow: hidden; background: #e8e8e4; }
.about-media figure:first-child { min-height: 0; grid-column: 1 / 3; }
.about-media img { width: 100%; height: 100%; object-fit: cover; }
.about-media figure:first-child img { height: auto; aspect-ratio: 1800 / 1138; object-fit: contain; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.service-section { color: white; background: var(--navy-deep); }
.service-section .section-head > p { color: #aebfc7; }
.process-card { border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); background: #0a2e3e; }
.process-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; opacity: .87; }
.process-copy { min-height: 190px; padding: 24px; }
.process-copy > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.process-copy h3 { margin: 22px 0 0; font-size: 20px; }
.process-copy p { margin: 12px 0 0; color: #acbec6; font-size: 12px; line-height: 1.75; }
.process-note { margin: 24px 0 0; color: #869da7; font-size: 10px; }

.equipment-grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; grid-template-rows: repeat(2, 310px); gap: 12px; }
.equipment-grid figure { position: relative; margin: 0; overflow: hidden; background: #dfe3e3; }
.equipment-grid figure:first-child { grid-row: 1 / 3; }
.equipment-grid img { width: 100%; height: 100%; object-fit: cover; }
.equipment-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 54px 20px 18px; color: white; background: linear-gradient(180deg, transparent, rgba(4,28,40,.9)); font-size: 12px; font-weight: 800; }

.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.news-card { min-height: 280px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; text-decoration: none; }
.news-card span { color: var(--orange); font-size: 10px; font-weight: 900; }
.news-card h3 { margin: 50px 0 0; font-size: 24px; letter-spacing: -.035em; line-height: 1.25; }
.news-card p { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.news-card strong { display: block; margin-top: 26px; color: var(--orange); font-size: 11px; }

.contact-section { padding: 0; color: white; background: var(--orange); }
.contact-board { display: grid; min-height: 560px; grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr); gap: 56px; }
.contact-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px 0; }
.contact-copy .eyebrow { color: white; }
.contact-copy > p { max-width: 720px; margin: 24px 0 0; font-size: 15px; line-height: 1.85; }
.contact-person-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 38px; }
.contact-person { display: block; padding: 20px 22px; border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); text-decoration: none; }
.contact-person:hover { color: var(--navy); background: white; }
.contact-person span { display: block; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-person strong { display: block; margin-top: 7px; font-size: clamp(21px, 1.55vw, 27px); font-weight: 900; letter-spacing: -.025em; }
.contact-person b { display: block; margin-top: 7px; font-size: 15px; font-weight: 850; }
.contact-details { display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(2, minmax(0, 1fr)); gap: 20px 32px; margin-top: 24px; }
.contact-details a, .contact-details span { font-size: 15px; line-height: 1.65; text-decoration: none; }
.contact-details strong { display: inline-block; max-width: 100%; margin-top: 3px; overflow-wrap: anywhere; font-size: 17px; font-weight: 850; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.contact-qr { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: center; padding: 56px 0 56px 48px; border-left: 1px solid rgba(255,255,255,.34); color: var(--ink); background: transparent; }
.contact-qr figure { margin: 0; padding: 14px; border: 0; background: white; }
.contact-qr img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.contact-qr figcaption { margin-top: 12px; font-size: 11px; font-weight: 850; text-align: center; }
.qr-note { grid-column: 1 / 3; margin: 6px 0 0; color: rgba(255,255,255,.84); font-size: 12px; text-align: center; }

.footer { padding: 34px 0; color: #aebec5; background: #031721; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 11px; }
.footer img { width: 184px; padding: 9px 12px; background: white; }

.inner-hero { position: relative; min-height: 650px; overflow: hidden; color: white; background: var(--navy-deep); }
.inner-hero::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(3,24,35,.98) 0%, rgba(3,24,35,.92) 43%, rgba(3,24,35,.45) 70%, rgba(3,24,35,.16) 100%); }
.inner-hero-image { position: absolute; inset: 0 0 0 48%; width: 52%; height: 100%; object-fit: cover; }
.inner-hero-grid { position: relative; z-index: 2; display: grid; min-height: 650px; grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr); gap: 60px; align-items: center; padding-top: 160px; padding-bottom: 64px; }
.inner-hero-copy { max-width: 700px; }
.inner-hero-copy .eyebrow { color: #ffad7d; }
.inner-hero-copy h1 { max-width: 680px; margin: 0; font-size: clamp(48px, 4.3vw, 72px); letter-spacing: -.055em; line-height: 1.02; }
.inner-hero-copy p { max-width: 620px; margin: 26px 0 0; color: #c8d4d9; font-size: 16px; line-height: 1.85; }
.inner-photo-note { align-self: end; justify-self: end; max-width: 300px; padding: 17px 20px; border-left: 3px solid var(--orange); background: rgba(4,28,40,.84); font-size: 12px; line-height: 1.6; }
.inner-trust { margin-top: 0; }
.story-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); gap: 80px; align-items: start; }
.story-layout h2 { max-width: 720px; margin: 0; font-size: clamp(40px, 4.4vw, 68px); letter-spacing: -.055em; line-height: 1.06; }
.story-copy > p { margin: 0 0 22px; color: var(--muted); font-size: 16px; line-height: 1.95; }

.news-hero { padding: 220px 0 90px; color: white; background: var(--navy); }
.news-hero p { max-width: 720px; margin: 24px 0 0; color: #becbd1; line-height: 1.8; }
.article-list { display: grid; gap: 22px; }
.article { display: grid; grid-template-columns: 140px 1fr; gap: 42px; padding: 44px; border: 1px solid var(--line); background: white; }
.article-number { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.article h2 { margin: 0; font-size: 32px; letter-spacing: -.04em; }
.article p { margin: 18px 0 0; color: var(--muted); line-height: 1.85; }

.product-detail-hero .inner-hero-image { padding: 150px 3vw 44px; object-fit: contain; background: #f0f1ed; }
.product-detail-hero::before { background: linear-gradient(90deg, rgba(3,24,35,.99) 0%, rgba(3,24,35,.96) 46%, rgba(3,24,35,.72) 58%, rgba(3,24,35,.08) 82%); }
.detail-overview { background: white; }
.detail-overview-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); gap: 70px; align-items: center; }
.product-showcase { min-width: 0; }
.gallery-main { margin: 0; border: 1px solid var(--line); background: #f0f1ed; }
.gallery-main img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.gallery-thumbs-shell { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr) 42px; gap: 8px; align-items: stretch; margin-top: 12px; }
.gallery-thumbs { display: flex; min-width: 0; gap: 9px; margin: 0; padding: 0 0 7px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-color: var(--orange) #e5e6e3; scrollbar-width: thin; }
.gallery-scroll-button { display: grid; min-width: 0; place-items: center; padding: 0; border: 1px solid #ccd2d3; color: var(--navy); background: white; font-size: 30px; font-weight: 500; line-height: 1; cursor: pointer; transition: color .18s ease, border-color .18s ease, background .18s ease, opacity .18s ease; }
.gallery-scroll-button:hover:not(:disabled), .gallery-scroll-button:focus-visible { border-color: var(--orange); color: white; background: var(--orange); outline: 0; }
.gallery-scroll-button:disabled { opacity: .3; cursor: default; }
.gallery-thumbs-shell:not(.is-scrollable) { grid-template-columns: 1fr; }
.gallery-thumbs-shell:not(.is-scrollable) .gallery-scroll-button { display: none; }
.gallery-thumb { flex: 0 0 92px; padding: 0; border: 2px solid transparent; background: #eef0ec; cursor: pointer; scroll-snap-align: start; }
.gallery-thumb img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; pointer-events: none; }
.gallery-thumb:hover, .gallery-thumb:focus-visible, .gallery-thumb.is-active { border-color: var(--orange); outline: 0; }
.detail-specification h2 { max-width: 620px; margin: 0; font-size: clamp(36px, 3.6vw, 58px); letter-spacing: -.05em; line-height: 1.08; }
.detail-specification dl { margin: 36px 0 0; border-top: 1px solid var(--line); }
.detail-specification dl > div { display: grid; grid-template-columns: 135px 1fr; gap: 26px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.detail-specification dt { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .04em; }
.detail-specification dd { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 20px; align-items: center; margin-top: 32px; }
.detail-actions .text-link { margin-top: 0; }
.detail-features { color: white; background: var(--navy-deep); }
.detail-features .section-head > p { color: #aebfc7; }
.detail-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.detail-feature-card { min-height: 300px; padding: 32px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); background: #0a2e3e; }
.detail-feature-card > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .1em; }
.detail-feature-card h3 { margin: 72px 0 0; font-size: 23px; letter-spacing: -.035em; }
.detail-feature-card p { margin: 16px 0 0; color: #afc0c7; font-size: 13px; line-height: 1.8; }
.detail-scene-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.detail-scene-card { margin: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.detail-scene-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.detail-scene-card figcaption { display: flex; min-height: 88px; align-items: center; gap: 18px; padding: 22px; font-size: 14px; font-weight: 800; line-height: 1.45; }
.detail-scene-card figcaption span { color: var(--orange); font-size: 10px; letter-spacing: .08em; }
.detail-quote { background: white; }
.detail-quote-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr); gap: 80px; align-items: start; }
.detail-quote-grid h2 { margin: 0; font-size: clamp(38px, 4vw, 64px); letter-spacing: -.055em; line-height: 1.06; }
.detail-quote-grid p { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.85; }
.detail-quote-grid ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.detail-quote-grid li { display: grid; min-height: 92px; grid-template-columns: 72px 1fr; align-items: center; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 800; line-height: 1.5; }
.detail-quote-grid li span { color: var(--orange); font-size: 11px; letter-spacing: .08em; }
.factory-photo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.factory-photo-grid figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: #e6e8e6; }
.factory-photo-grid figure:first-child { grid-column: span 2; }
.factory-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.factory-photo-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 52px 18px 16px; color: white; background: linear-gradient(180deg, transparent, rgba(4,28,40,.9)); font-size: 11px; font-weight: 800; }

@media (max-width: 1180px) {
  .utility-person, .utility-email { gap: 6px; padding-inline: 9px; }
  .utility-person b, .social-label { display: none; }
  .nav-inner { grid-template-columns: 210px 1fr auto auto; }
  .brand { width: 200px; }
  .primary-nav { gap: 17px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .about-layout { grid-template-columns: 1fr; }
  .story-layout { grid-template-columns: 1fr; gap: 36px; }
  .detail-overview-grid { grid-template-columns: 1fr; gap: 50px; }
  .detail-feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 36px), var(--max)); }
  .utility-inner { min-height: 50px; }
  .utility-contact { padding: 2px; }
  .utility-person { min-height: 32px; padding-inline: 7px; }
  .utility-email, .social-label { display: none; }
  .nav-inner { min-height: 74px; grid-template-columns: 1fr auto auto; }
  .brand { width: 176px; }
  .mobile-menu-button { display: block; }
  .primary-nav { position: absolute; top: 124px; right: 18px; left: 18px; display: none; padding: 14px 22px; border: 1px solid rgba(255,255,255,.24); background: var(--navy-deep); }
  .primary-nav[data-open="true"] { display: grid; }
  .primary-nav > a, .nav-dropdown > a { padding: 14px 0; border-bottom-width: 1px; }
  .nav-dropdown { display: grid; align-items: stretch; }
  .product-submenu { position: static; display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 6px 0 10px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .product-submenu a { min-height: 54px; padding: 8px 10px; background: rgba(255,255,255,.04); }
  .header-quote { display: none; }
  .hero, .hero-grid { min-height: 760px; }
  .hero-bg { inset: 0; width: 100%; opacity: .4; }
  .hero::before { background: rgba(3,24,35,.78); }
  .hero-grid { grid-template-columns: 1fr; padding-top: 180px; }
  .hero-copy { max-width: 610px; }
  .hero h1 { max-width: 610px; font-size: clamp(42px, 9vw, 58px); }
  .hero-copy > p { max-width: 580px; }
  .hero-photo-note { display: none; }
  .inner-hero { min-height: 650px; }
  .inner-hero-image { inset: 0; width: 100%; opacity: .42; }
  .inner-hero::before { background: rgba(3,24,35,.8); }
  .inner-hero-grid { min-height: 650px; grid-template-columns: 1fr; padding-top: 180px; }
  .inner-hero-copy h1 { font-size: clamp(44px, 10vw, 62px); }
  .inner-photo-note { display: none; }
  .product-detail-hero .inner-hero-image { inset: 0; width: 100%; padding: 132px 5vw 30px; opacity: .32; }
  .product-detail-hero::before { background: rgba(3,24,35,.84); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid div:last-child { grid-column: 1 / 3; }
  .section { padding: 76px 0; }
  .section-head { grid-template-columns: 1fr; gap: 22px; }
  .section-head h2, .about-copy h2, .contact-copy h2 { font-size: clamp(38px, 9vw, 58px); }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .about-media { grid-template-columns: 1fr 1fr; grid-template-rows: auto 220px; }
  .about-media figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .equipment-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: 360px 240px 240px; }
  .equipment-grid figure:first-child { grid-column: 1 / 3; grid-row: auto; }
  .news-grid { grid-template-columns: 1fr; }
  .contact-board { grid-template-columns: 1fr; }
  .contact-copy { padding: 68px 0 44px; }
  .contact-qr { margin: 0; padding: 34px 0 68px; border-top: 1px solid rgba(255,255,255,.34); border-left: 0; }
  .detail-scene-grid { grid-template-columns: 1fr; }
  .detail-quote-grid { grid-template-columns: 1fr; gap: 42px; }
  .factory-photo-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .utility-inner { justify-content: center; gap: 0; }
  .utility-contact { width: 100%; justify-content: center; gap: 0; border-inline: 0; border-radius: 0; background: transparent; }
  .utility-person { gap: 4px; padding-inline: 7px; }
  .utility-person span, .utility-person strong { font-size: 11px; }
  .utility-person b, .social-links { display: none; }
  .language-switch select { width: 82px; padding-left: 8px; font-size: 11px; }
  .hero h1 { font-size: clamp(38px, 10vw, 50px); }
  .hero-copy > p { max-width: 100%; font-size: 14px; line-height: 1.7; }
  .inner-hero-copy h1 { font-size: clamp(40px, 11vw, 54px); }
  .inner-hero-copy p { font-size: 14px; line-height: 1.7; }
  .trust-grid div { min-height: 108px; padding: 22px 16px; }
  .product-grid, .process-grid { grid-template-columns: 1fr; }
  .product-body { min-height: 200px; }
  .about-facts { grid-template-columns: 1fr; }
  .about-media { display: grid; grid-template-columns: 1fr; grid-template-rows: auto 260px 260px; }
  .about-media figure:first-child { grid-column: auto; }
  .equipment-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(5, 260px); }
  .equipment-grid figure:first-child { grid-column: auto; }
  .contact-person-grid, .contact-details { grid-template-columns: 1fr; }
  .contact-qr { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 24px 0 56px; }
  .contact-qr figure { padding: 8px; }
  .contact-qr figcaption { font-size: 9px; }
  .qr-note { grid-column: 1 / 3; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .article { grid-template-columns: 1fr; gap: 20px; padding: 28px; }
  .gallery-thumbs-shell { grid-template-columns: 34px minmax(0, 1fr) 34px; gap: 6px; }
  .gallery-scroll-button { font-size: 25px; }
  .gallery-thumb { flex-basis: 76px; }
  .detail-specification dl > div { grid-template-columns: 1fr; gap: 8px; }
  .detail-feature-grid { grid-template-columns: 1fr; }
  .detail-feature-card { min-height: 250px; }
  .detail-feature-card h3 { margin-top: 48px; }
  .detail-quote-grid li { grid-template-columns: 48px 1fr; font-size: 14px; }
  .product-submenu { grid-template-columns: 1fr; }
  .factory-photo-grid { grid-template-columns: 1fr; }
  .factory-photo-grid figure:first-child { grid-column: auto; }
  .factory-photo-grid figure { min-height: 300px; }
}
