:root {
  color-scheme: light dark;
  --ink: #17201d;
  --ink-soft: #34413d;
  --paper: #f2f3ef;
  --surface: #fcfcf9;
  --surface-alt: #e8ece8;
  --line: #cbd1cc;
  --muted: #67726d;
  --accent: #b93629;
  --accent-strong: #95291f;
  --radius: 4px;
  --shell: min(1240px, calc(100% - 48px));
  --shadow: 0 18px 50px rgb(22 31 28 / 10%);
}

body[data-view="home"] .formats-section .format-card-landscape img {
  object-fit: cover;
  object-position: center;
}
@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf2ed;
    --ink-soft: #c6d0ca;
    --paper: #171d1b;
    --surface: #202724;
    --surface-alt: #29322e;
    --line: #3e4944;
    --muted: #a8b2ad;
    --accent: #e05b4d;
    --accent-strong: #ef7467;
    --shadow: 0 18px 50px rgb(0 0 0 / 28%);
  }
}

* { box-sizing: border-box; }
body:not([data-view]) .site-footer { display: none; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Segoe UI", Arial, Helvetica, sans-serif; letter-spacing: 0; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; letter-spacing: 0; }
button { cursor: pointer; }
img { display: block; width: 100%; height: auto; object-fit: cover; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; text-wrap: balance; }
h1 { max-width: 880px; margin-bottom: 26px; font-size: 64px; line-height: 1.01; font-weight: 760; }
h2 { margin-bottom: 20px; font-size: 44px; line-height: 1.08; font-weight: 720; }
h3 { margin-bottom: 12px; font-size: 25px; line-height: 1.16; }
p { line-height: 1.65; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 104px; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 100; padding: 12px 18px; background: var(--surface); border: 2px solid var(--accent); }
.skip-link:focus { top: 12px; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: 12px; font-weight: 760; text-transform: uppercase; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border: 1px solid transparent; border-radius: var(--radius); font-size: 14px; font-weight: 720; white-space: nowrap; transition: transform .16s ease, background-color .16s ease, border-color .16s ease; }
.button:active { transform: translateY(1px); }
.button-accent { color: #f8faf8; background: var(--accent); }
.button-accent:hover { background: var(--accent-strong); }
.button-dark { color: #f8faf8; background: #17201d; }
.button-dark:hover { background: #2b3732; }
.button-light { color: #17201d; background: #fcfcf9; }
.button-light:hover { background: #e8ece8; }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-ghost { color: #f8faf8; border-color: rgb(248 250 248 / 68%); background: rgb(15 22 19 / 22%); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgb(15 22 19 / 48%); }
.text-link { display: inline-flex; padding-block: 8px; color: var(--accent); font-weight: 720; }
.text-link:hover { color: var(--accent-strong); }

.site-header { position: sticky; top: 0; z-index: 40; height: 104px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--surface) 94%, transparent); backdrop-filter: blur(14px); }
.contact-bar { height: 32px; color: #f8faf8; background: #17201d; }
.contact-bar-inner { height: 100%; display: flex; align-items: center; justify-content: flex-end; gap: 24px; font-size: 12px; font-weight: 650; }
.contact-bar a { white-space: nowrap; }
.contact-bar a:hover { color: #f08b80; }
.header-inner { height: 72px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; font-size: 15px; font-weight: 800; }
.brand-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 2px; color: #f8faf8; background: var(--accent); transform: skew(-6deg); }
.brand-mark b { font-size: 16px; transform: skew(6deg); }
.desktop-nav { height: 100%; display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { position: relative; height: 100%; display: flex; align-items: center; font-size: 13px; font-weight: 650; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 3px; background: transparent; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { background: var(--accent); }
.header-actions { display: flex; align-items: center; }
.header-contact { min-height: 42px; display: inline-flex; align-items: center; gap: 12px; padding: 0 16px; border-radius: var(--radius); color: #f8faf8; background: #17201d; font-size: 13px; font-weight: 720; }
.menu-toggle { width: 44px; height: 44px; display: none; place-items: center; border: 0; background: transparent; }
.menu-toggle span { width: 21px; height: 2px; display: block; background: currentColor; }
.mobile-nav { position: fixed; inset: 104px 0 0; z-index: 39; padding: 30px 24px; background: var(--surface); }
.mobile-nav a { display: block; padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 22px; font-weight: 700; }

.top-sentinel { width: 1px; height: 1px; margin-bottom: -1px; pointer-events: none; }
.formats-section, .application-section, .factory-section, .project-section, .faq-section, .rfq-band { scroll-margin-top: 118px; }
.social-link { position: relative; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid color-mix(in srgb, currentColor 52%, var(--line)); border-radius: 50%; background: var(--surface); transition: color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.social-link:hover { color: #f8faf8; background: var(--social-color); box-shadow: 0 8px 20px rgb(23 32 29 / 16%); transform: translateX(-2px); }
.social-link:active { transform: translateX(-2px) scale(.96); }
.social-link:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 32%, transparent); outline-offset: 3px; }
.social-icon { width: 23px; height: 23px; display: block; background: currentColor; -webkit-mask: var(--social-icon) center / contain no-repeat; mask: var(--social-icon) center / contain no-repeat; }
.social-link:hover .social-icon { background: #f8faf8; }
.social-link-email { --social-icon: url("assets/icons/mail.svg"); --social-color: var(--accent); color: var(--social-color); }
.social-link-whatsapp { --social-icon: url("assets/icons/brand-whatsapp.svg"); --social-color: #168c50; color: var(--social-color); }
.social-link-facebook { --social-icon: url("assets/icons/brand-facebook.svg"); --social-color: #1877f2; color: var(--social-color); }
.social-link-instagram { --social-icon: url("assets/icons/brand-instagram.svg"); --social-color: #bd356f; color: var(--social-color); }
.social-link-linkedin { --social-icon: url("assets/icons/brand-linkedin.svg"); --social-color: #0a66c2; color: var(--social-color); }
.social-tooltip { position: absolute; top: 50%; right: calc(100% + 11px); padding: 7px 9px; border-radius: var(--radius); color: #f8faf8; background: #17201d; box-shadow: 0 8px 22px rgb(23 32 29 / 22%); font-size: 11px; font-weight: 700; white-space: nowrap; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(6px, -50%); transition: opacity .16s ease, visibility .16s ease, transform .16s ease; }
.social-link:hover .social-tooltip, .social-link:focus-visible .social-tooltip { opacity: 1; visibility: visible; transform: translate(0, -50%); }

.hero { position: relative; min-height: min(760px, calc(100dvh - 104px)); display: grid; align-items: center; overflow: hidden; color: #f8faf8; background: #1d2522; }
.hero-carousel { touch-action: pan-y; }
.hero-slides, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-slide { position: absolute; inset: 0; height: 100%; object-position: center; opacity: 0; transition: opacity .7s ease; }
.hero-slide.active { opacity: 1; }
.hero-scrim { z-index: 1; pointer-events: none; background: linear-gradient(90deg, rgb(13 19 17 / 88%) 0%, rgb(13 19 17 / 66%) 36%, rgb(13 19 17 / 8%) 72%); }
.hero-content { position: relative; z-index: 2; padding-block: 72px; }
.hero-content .eyebrow { color: #f08b80; }
.hero-content h1 { max-width: 850px; margin-bottom: 22px; font-size: 58px; text-wrap: pretty; }
.hero-lead { max-width: 630px; margin-bottom: 30px; color: #ecf1ee; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-controls { position: absolute; z-index: 3; right: 0; bottom: 28px; left: 0; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.carousel-dots, .carousel-buttons { display: flex; align-items: center; gap: 8px; pointer-events: auto; }
.carousel-dots button { width: 30px; height: 44px; display: grid; place-items: center; padding: 0; border: 0; background: transparent; }
.carousel-dots button::after { content: ""; width: 7px; height: 7px; border: 1px solid rgb(248 250 248 / 72%); border-radius: 50%; background: transparent; }
.carousel-dots button.active::after { border-color: #f8faf8; background: #f8faf8; }
.carousel-buttons button { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; border: 1px solid rgb(248 250 248 / 45%); border-radius: 50%; color: #f8faf8; background: rgb(13 19 17 / 42%); backdrop-filter: blur(8px); font-size: 17px; }
.carousel-buttons button:hover { background: rgb(13 19 17 / 78%); }
.carousel-buttons button[hidden] { display: none; }
.proof-band { border-bottom: 1px solid var(--line); background: var(--surface); }
.proof-grid { min-height: 116px; display: grid; grid-template-columns: 1.35fr repeat(4, 1fr); align-items: stretch; }
.proof-grid > * { margin: 0; padding: 25px 22px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid var(--line); }
.proof-grid > p { padding-left: 0; border-left: 0; color: var(--muted); font-size: 12px; font-weight: 650; text-transform: uppercase; }
.proof-grid strong { font-size: 22px; }
.proof-grid span { margin-top: 5px; color: var(--muted); font-size: 11px; line-height: 1.4; }

.section-heading { max-width: 760px; margin-bottom: 52px; }
.section-heading p { max-width: 660px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.formats-section { overflow: hidden; }
.format-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.format-header .section-heading { margin-bottom: 42px; }
.format-carousel-controls { display: flex; gap: 8px; margin-bottom: 42px; }
.format-carousel-controls button { width: 44px; height: 44px; display: grid; place-items: center; flex: 0 0 auto; padding: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--surface); font-size: 17px; transition: color .16s ease, border-color .16s ease, background-color .16s ease; }
.format-carousel-controls button:hover { color: #f8faf8; border-color: var(--accent); background: var(--accent); }
.format-carousel-controls button[hidden] { display: none; }
.format-carousel { min-width: 0; }
.format-carousel-viewport { overflow-x: auto; padding: 2px 2px 16px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; overscroll-behavior-inline: contain; touch-action: pan-x pan-y; }
.format-carousel-viewport::-webkit-scrollbar { display: none; }
.format-carousel-track { width: max-content; display: flex; gap: 22px; }
.format-card { width: clamp(285px, 27vw, 365px); display: block; flex: 0 0 auto; overflow: hidden; scroll-snap-align: start; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .2s ease, transform .2s ease; }
.format-card:hover { border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); transform: translateY(-2px); }
.format-card-image { aspect-ratio: 1; display: block; overflow: hidden; background: #eef0f2; }
.format-card-image img { height: 100%; transition: transform .45s ease; }
.format-card:hover .format-card-image img { transform: scale(1.025); }
.format-card-copy { min-height: 96px; display: flex; flex-direction: column; justify-content: center; gap: 6px; padding: 18px 22px 20px; }
.format-card-copy strong { font-size: 22px; line-height: 1.15; }
.format-card-copy small { color: var(--muted); font-size: 13px; line-height: 1.4; }

.product-showcase { padding-block: 104px; background: var(--surface-alt); }
.product-showcase-heading { max-width: 760px; margin-bottom: 52px; }
.product-showcase-heading h2 { max-width: 650px; }
.product-showcase-heading p { max-width: 690px; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.product-showcase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.showcase-item { height: 320px; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(190px, .82fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .2s ease, transform .2s ease; }
.showcase-item:hover { border-color: color-mix(in srgb, var(--accent) 55%, var(--line)); transform: translateY(-2px); }
.showcase-item:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 72%, transparent); outline-offset: 3px; }
.showcase-item-wide { grid-column: 1 / -1; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); height: 410px; }
.showcase-media { min-width: 0; display: block; overflow: hidden; background: #eef0f2; }
.showcase-media img { height: 100%; object-fit: contain; transition: transform .45s ease; }
.showcase-item:hover .showcase-media img { transform: scale(1.035); }
.showcase-copy { display: flex; flex-direction: column; justify-content: flex-end; gap: 12px; padding: 34px 30px; border-left: 1px solid var(--line); }
.showcase-copy strong { font-size: clamp(22px, 2vw, 31px); line-height: 1.08; }
.showcase-copy small { color: var(--muted); font-size: 14px; line-height: 1.55; }

.directory-layout { display: grid; grid-template-columns: .52fr 1.48fr; gap: 54px; align-items: start; }
.directory-intro { padding-top: 10px; }
.directory-intro h2 { max-width: 430px; }
.directory-intro p { max-width: 430px; color: var(--muted); }
.directory-intro .text-link { margin-top: 12px; }
.format-directory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.format-directory-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s ease, border-color .2s ease; }
.format-directory-card:hover { border-color: color-mix(in srgb, var(--accent) 60%, var(--line)); transform: translateY(-3px); }
.format-directory-card img { aspect-ratio: 1; object-fit: contain; background: #eef0f2; transition: transform .35s ease; }
.format-directory-card:hover img { transform: scale(1.035); }
.format-directory-card strong { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 11px 8px; font-size: 11px; line-height: 1.35; text-align: center; }

.application-section { padding-block: 104px; background: var(--surface-alt); }
.centered-heading { max-width: 760px; margin-bottom: 46px; text-align: center; }
.centered-heading p { max-width: 650px; margin: 0 auto; color: var(--muted); }
.application-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.application-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .2s ease, border-color .2s ease; }
.application-card:hover { border-color: color-mix(in srgb, var(--accent) 60%, var(--line)); transform: translateY(-3px); }
.application-card img { aspect-ratio: 4 / 3; object-fit: contain; background: #eef0f2; }
.application-card span { min-height: 112px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 17px 18px 20px; }
.application-card strong { font-size: 17px; line-height: 1.2; }
.application-card small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.application-cta { grid-column: span 2; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 240px; padding: 36px 40px; border-radius: var(--radius); color: #f8faf8; background: var(--accent); }
.application-cta h3 { max-width: 410px; margin-bottom: 10px; font-size: 29px; }
.application-cta p { max-width: 480px; margin-bottom: 20px; color: #ffe7e2; }

.factory-section { padding-block: 96px; }
.factory-story { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.factory-story > img { height: 500px; }
.factory-story > div { align-self: center; padding: 50px 54px; }
.factory-story > div > p { color: var(--muted); }
.factory-story dl { margin: 28px 0; }
.factory-story dl div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.factory-story dt { font-weight: 750; }
.factory-story dd { margin: 0; color: var(--muted); font-size: 13px; }

.digital-print-section { padding-block: 96px; background: var(--surface-alt); }
.digital-print-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 68px; align-items: center; }
.digital-print-grid ul { margin: 26px 0 30px; padding: 0; list-style: none; }
.digital-print-grid li { padding: 11px 0 11px 30px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 14px; }
.digital-print-grid li::before { content: "✓"; float: left; margin-left: -28px; color: var(--accent); font-weight: 800; }
.digital-print-visual { min-height: 430px; overflow: hidden; border-radius: var(--radius); }
.digital-print-visual img { height: 430px; object-fit: cover; }

.project-section, .gallery-section { padding-block: 104px; }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.project-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.project-grid img { aspect-ratio: 1; object-fit: contain; background: #eef0f2; }
.project-grid h3 { margin: 20px 20px 8px; font-size: 20px; }
.project-grid p { margin: 0 20px 24px; color: var(--muted); font-size: 13px; }

.gallery-section { background: var(--surface-alt); }
.production-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 10px; }
.production-gallery img { height: 100%; border-radius: var(--radius); }
.production-gallery .gallery-wide { grid-column: span 2; }

.sustainability-section { position: relative; min-height: 500px; display: grid; align-items: center; overflow: hidden; color: #f8faf8; background: #17201d; }
.sustainability-backdrop { position: absolute; inset: 0; opacity: .2; }
.sustainability-backdrop::after { content: ""; position: absolute; inset: 0; background: #17201d99; }
.sustainability-backdrop img { height: 100%; filter: saturate(.45); }
.sustainability-content { position: relative; z-index: 1; padding-block: 86px; }
.sustainability-content h2 { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.sustainability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid #52605a; border-left: 1px solid #52605a; }
.sustainability-grid article { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border-right: 1px solid #52605a; border-bottom: 1px solid #52605a; }
.sustainability-grid strong { font-size: 19px; }
.sustainability-grid p { margin: 10px 0 0; color: #c8d2cd; font-size: 13px; }

.faq-section { padding-block: 104px; }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 80px; align-items: start; }
.faq-layout > div:first-child { position: sticky; top: 122px; }
.faq-layout > div:first-child p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 44px 22px 0; cursor: pointer; font-size: 15px; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--accent); font-size: 22px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 720px; margin: -4px 44px 22px 0; color: var(--muted); font-size: 14px; }

.production-band { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 660px; background: #17201d; color: #f8faf8; }
.production-media { min-height: 620px; overflow: hidden; }
.production-media img { height: 100%; filter: saturate(.72); }
.production-copy { align-self: center; max-width: 630px; padding: 72px 68px; }
.production-copy h2 { max-width: 540px; }
.production-copy > p { color: #bcc8c2; }
.capability-points { margin: 34px 0 26px; }
.capability-points div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 16px 0; border-bottom: 1px solid #39433f; }
.capability-points div:first-child { border-top: 1px solid #39433f; }
.capability-points dt { color: #8fa098; font-size: 12px; }
.capability-points dd { margin: 0; font-size: 13px; }
.production-copy .text-link { color: #f08b80; }

.material-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.material-intro { align-self: start; position: sticky; top: 108px; }
.material-intro p { color: var(--muted); }
.material-explorer { min-width: 0; }
.material-tabs { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 16px; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.material-tabs button { flex: 0 0 auto; min-height: 40px; padding: 0 14px; border: 1px solid var(--line); border-radius: var(--radius); background: transparent; font-size: 12px; font-weight: 700; }
.material-tabs button:hover, .material-tabs button.active { color: #f8faf8; border-color: var(--accent); background: var(--accent); }
.material-panel { min-height: 315px; padding: 48px 0 24px; }
.material-role { margin-bottom: 14px; color: var(--accent); font-size: 12px; font-weight: 720; text-transform: uppercase; }
.material-panel h3 { max-width: 650px; font-size: 36px; }
.material-panel > p:last-child { max-width: 650px; color: var(--muted); }

.quality-section { padding-block: 90px; background: var(--surface-alt); }
.quality-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.quality-copy p { color: var(--muted); }
.quality-copy .button { margin-top: 12px; }
.quality-grid img { height: 480px; border-radius: var(--radius); box-shadow: var(--shadow); }
.rfq-band { padding-block: 72px; color: #f8faf8; background: var(--accent); }
.rfq-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.rfq-inner h2 { margin-bottom: 10px; }
.rfq-inner p { max-width: 720px; margin-bottom: 0; color: #ffe7e2; }

.page-hero { padding-block: 92px 70px; }
.page-hero h1 { max-width: 930px; }
.page-hero > p:last-child { max-width: 700px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.catalog { display: grid; grid-template-columns: 240px 1fr; gap: 40px; padding-bottom: 110px; }
.filter-panel { align-self: start; position: sticky; top: 98px; }
.search-field { display: block; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.search-field span, .rfq-form label > span { display: block; margin-bottom: 8px; font-size: 12px; font-weight: 700; }
.search-field input { width: 100%; height: 44px; padding: 0 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.filter-panel fieldset { margin: 0; padding: 22px 0; border: 0; border-bottom: 1px solid var(--line); }
.filter-panel legend { margin-bottom: 12px; padding: 0; font-size: 12px; font-weight: 750; }
.filter-panel label { min-height: 32px; display: flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: 13px; }
input[type="checkbox"] { accent-color: var(--accent); }
.clear-filters { margin-top: 18px; padding: 0; border: 0; color: var(--accent); background: transparent; font-size: 12px; font-weight: 720; }
.result-bar { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; border-bottom: 1px solid var(--line); }
.result-bar p { margin-bottom: 0; font-size: 13px; }
.result-bar span { color: var(--muted); font-size: 11px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.product-card-media { display: block; height: 330px; overflow: hidden; background: var(--surface-alt); }
.product-card-media img { height: 100%; transition: transform .4s ease; }
.product-card:hover .product-card-media img { transform: scale(1.025); }
.product-card-body { padding: 24px; }
.product-card-type { color: var(--accent); font-size: 11px; font-weight: 720; text-transform: uppercase; }
.product-card h2 { margin: 8px 0 9px; font-size: 28px; }
.product-card p { min-height: 52px; color: var(--muted); font-size: 13px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0; }
.product-meta span { padding: 6px 8px; border: 1px solid var(--line); border-radius: 2px; color: var(--ink-soft); font-size: 10px; }
.product-card-link { display: flex; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 720; }
.empty-state { padding: 70px 20px; text-align: center; border: 1px solid var(--line); background: var(--surface); }
.empty-state h2 { font-size: 28px; }
.empty-state p { color: var(--muted); }
.empty-state a { color: var(--accent); font-weight: 720; }

.detail-hero { display: grid; grid-template-columns: 1.04fr .96fr; gap: 64px; align-items: center; padding-block: 50px 80px; }
.detail-media { height: 640px; overflow: hidden; border-radius: var(--radius); background: var(--surface-alt); }
.detail-media img { height: 100%; }
.detail-summary { padding-block: 30px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 58px; color: var(--muted); font-size: 11px; }
.detail-summary h1 { font-size: 58px; }
.detail-lead { color: var(--muted); font-size: 18px; }
.detail-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 30px 0; border-top: 1px solid var(--line); }
.detail-facts div { min-height: 86px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.detail-facts div:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--line); }
.detail-facts dt { margin-bottom: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.detail-facts dd { margin: 0; font-size: 13px; font-weight: 700; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.detail-body { padding-block: 90px 110px; border-top: 1px solid var(--line); background: var(--surface); }
.detail-body-grid { display: grid; grid-template-columns: 220px 1fr; gap: 90px; }
.detail-body aside { align-self: start; position: sticky; top: 110px; display: flex; flex-direction: column; gap: 14px; font-size: 12px; }
.detail-body aside strong { margin-bottom: 8px; }
.detail-body aside a { color: var(--muted); }
.detail-body aside a:hover { color: var(--accent); }
.detail-copy { max-width: 820px; }
.detail-copy section { margin-bottom: 76px; }
.detail-copy section > p { color: var(--muted); font-size: 16px; }
.boundary-note { margin-top: 30px; padding: 22px; border-left: 3px solid var(--accent); background: var(--surface-alt); }
.boundary-note p { margin: 8px 0 0; color: var(--muted); }
.brief-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.brief-grid span { min-height: 68px; display: flex; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: var(--radius); font-size: 13px; }

.capability-visual { display: grid; grid-template-columns: 1.18fr .82fr; gap: 62px; align-items: center; padding-bottom: 105px; }
.capability-visual img { height: 580px; border-radius: var(--radius); }
.capability-visual p { color: var(--muted); }
.capability-visual ul { margin: 25px 0 0; padding: 0; list-style: none; }
.capability-visual li { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.process-section { padding-block: 90px; color: #f8faf8; background: #17201d; }
.process-section h2 { margin-bottom: 40px; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; counter-reset: process; list-style: none; border-top: 1px solid #3a4540; border-left: 1px solid #3a4540; }
.process-grid li { min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 24px; border-right: 1px solid #3a4540; border-bottom: 1px solid #3a4540; counter-increment: process; }
.process-grid li::before { content: counter(process, decimal-leading-zero); margin-bottom: auto; color: #74817b; font-size: 11px; }
.process-grid strong { margin-bottom: 9px; font-size: 18px; }
.process-grid span { color: #acb8b2; font-size: 12px; line-height: 1.5; }
.inspection-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding-block: 105px; }
.inspection-band > div > p:not(.eyebrow) { color: var(--muted); }
.inspection-band dl { margin-top: 28px; }
.inspection-band dl div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.inspection-band dt { font-weight: 700; }
.inspection-band dd { margin: 0; color: var(--muted); font-size: 13px; }
.inspection-band img { height: 520px; border-radius: var(--radius); }

.contact-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; padding-block: 82px 110px; }
.contact-intro { align-self: start; position: sticky; top: 110px; }
.contact-intro h1 { font-size: 54px; }
.contact-intro > p:not(.eyebrow) { color: var(--muted); }
.contact-direct { margin-top: 42px; border-top: 1px solid var(--line); }
.contact-direct a { min-height: 74px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border-bottom: 1px solid var(--line); }
.contact-direct span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.contact-direct strong { font-size: 13px; }
.rfq-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading h2 { margin: 0; font-size: 27px; }
.form-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.rfq-form input, .rfq-form select, .rfq-form textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.rfq-form input, .rfq-form select { height: 46px; padding: 0 12px; }
.rfq-form textarea { padding: 12px; resize: vertical; }
.rfq-form input::placeholder, .rfq-form textarea::placeholder { color: color-mix(in srgb, var(--muted) 88%, transparent); }
.rfq-form input:focus, .rfq-form select:focus, .rfq-form textarea:focus { outline: 3px solid color-mix(in srgb, var(--accent) 24%, transparent); border-color: var(--accent); }
.full-field { display: block; margin-top: 18px; }
.consent { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 20px; color: var(--muted); }
.consent input { width: 17px; height: 17px; margin: 2px 0 0; }
.consent span { line-height: 1.5; }
.submit-button { width: 100%; margin-top: 20px; }
.form-status { min-height: 22px; margin: 14px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.site-footer { padding-top: 72px; color: #f8faf8; background: #17201d; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.3fr; gap: 50px; padding-bottom: 58px; }
.brand-light { color: #f8faf8; }
.footer-brand p { max-width: 320px; margin-top: 22px; color: #aebbb5; font-size: 13px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; gap: 12px; font-size: 12px; }
.footer-links strong, .footer-contact strong { margin-bottom: 8px; }
.footer-links a, .footer-contact a, .footer-contact span { color: #aebbb5; }
.footer-links a:hover, .footer-contact a:hover { color: #f8faf8; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #3a4540; color: #8e9b95; font-size: 10px; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 36px, 900px); }
  .desktop-nav, .header-contact { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: grid; gap: 4px; }
  h1, .hero-content h1 { font-size: 52px; }
  h2 { font-size: 38px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > p { grid-column: 1 / 3; min-height: 64px; padding: 18px 0; }
  .proof-grid > div:nth-child(even) { border-left: 0; }
  .directory-layout, .factory-story, .digital-print-grid, .faq-layout { grid-template-columns: 1fr; }
  .directory-layout, .digital-print-grid, .faq-layout { gap: 44px; }
  .directory-intro h2, .directory-intro p { max-width: 680px; }
  .application-grid, .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .factory-story > img { height: 440px; }
  .factory-story > div { padding: 46px; }
  .faq-layout > div:first-child { position: static; }
  .product-showcase-grid { grid-template-columns: 1fr; }
  .showcase-item, .showcase-item-wide { grid-column: auto; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); height: 360px; }
  .production-band, .material-section, .quality-grid, .capability-visual, .inspection-band, .contact-shell, .detail-hero { grid-template-columns: 1fr; }
  .production-copy { max-width: none; padding: 64px var(--shell-side, 40px); }
  .material-intro, .contact-intro { position: static; }
  .quality-grid, .inspection-band { gap: 38px; }
  .quality-grid img, .inspection-band img { height: 480px; }
  .catalog { grid-template-columns: 1fr; }
  .filter-panel { position: static; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
  .filter-panel fieldset, .search-field { border: 0; }
  .clear-filters { align-self: end; }
  .detail-media { height: 540px; }
  .detail-summary { padding-top: 0; }
  .breadcrumbs { margin-bottom: 36px; }
  .detail-body-grid { grid-template-columns: 1fr; gap: 36px; }
  .detail-body aside { position: static; flex-direction: row; flex-wrap: wrap; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-shell { gap: 44px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-contact { grid-column: 1 / 4; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .social-link { width: 38px; height: 38px; }
  .social-icon { width: 20px; height: 20px; }
  .social-tooltip { display: none; }
  .site-header { height: 96px; }
  .contact-bar-inner { justify-content: center; gap: 14px; font-size: 11px; }
  .header-inner { height: 64px; }
  .mobile-nav { inset-block-start: 96px; }
  h1, .hero-content h1 { font-size: 40px; }
  h2 { font-size: 32px; }
  .hero { min-height: calc(100dvh - 96px); align-items: end; }
  .hero-slide { object-position: 62% center; }
  .hero-scrim { background: linear-gradient(0deg, rgb(12 18 16 / 94%) 0%, rgb(12 18 16 / 56%) 62%, rgb(12 18 16 / 8%) 100%); }
  .hero-content { padding: 54px 0 118px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-controls { bottom: 22px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 108px; padding: 18px 12px; }
  .proof-grid > div:nth-child(even) { border-left: 0; }
  .section, .page-hero { padding-block: 72px; }
  .section-heading { margin-bottom: 35px; }
  .format-header { align-items: stretch; flex-direction: column; gap: 0; }
  .format-header .section-heading { margin-bottom: 32px; }
  .format-carousel-controls { align-self: flex-end; gap: 5px; margin-bottom: 24px; }
  .format-carousel-controls button { width: 40px; height: 40px; }
  .format-card { width: min(82vw, 320px); }
  .format-card-copy { min-height: 88px; padding: 16px 18px 18px; }
  .format-card-copy strong { font-size: 20px; }
  .directory-layout { gap: 34px; }
  .format-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .format-directory-card strong { min-height: 54px; padding-inline: 6px; font-size: 10px; }
  .application-section, .factory-section, .digital-print-section, .project-section, .gallery-section, .faq-section { padding-block: 72px; }
  .centered-heading { margin-bottom: 34px; text-align: left; }
  .centered-heading p { margin-left: 0; }
  .application-grid { gap: 10px; }
  .application-card span { min-height: 126px; padding: 15px 14px 18px; }
  .application-card strong { font-size: 15px; }
  .application-card small { font-size: 11px; }
  .application-cta { grid-column: 1 / -1; min-height: 250px; padding: 30px 24px; }
  .factory-story > img { height: 300px; }
  .factory-story > div { padding: 34px 24px 40px; }
  .factory-story dl div { grid-template-columns: 70px 1fr; }
  .digital-print-grid { gap: 34px; }
  .digital-print-visual, .digital-print-visual img { min-height: 0; height: 300px; }
  .project-grid { grid-template-columns: 1fr; }
  .production-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 170px; gap: 8px; }
  .sustainability-content { padding-block: 72px; }
  .sustainability-content h2 { margin-bottom: 34px; text-align: left; }
  .sustainability-grid { grid-template-columns: 1fr; }
  .sustainability-grid article { min-height: 150px; }
  .faq-layout { gap: 32px; }
  .faq-list summary { padding-block: 19px; font-size: 14px; }
  .product-showcase { padding-block: 72px; }
  .product-showcase-heading { margin-bottom: 35px; }
  .showcase-item, .showcase-item-wide { height: auto; grid-template-columns: 1fr; }
  .showcase-media { aspect-ratio: 1; }
  .showcase-copy { min-height: 148px; justify-content: center; padding: 24px 22px 26px; border-top: 1px solid var(--line); border-left: 0; }
  .showcase-copy strong { font-size: 24px; }
  .showcase-copy small { font-size: 13px; }
  .production-band { min-height: auto; }
  .production-media { min-height: 340px; }
  .production-copy { padding: 52px 24px; }
  .capability-points div { grid-template-columns: 1fr; gap: 6px; }
  .material-section { gap: 34px; }
  .material-panel { min-height: 300px; padding-top: 36px; }
  .material-panel h3 { font-size: 29px; }
  .quality-section { padding-block: 70px; }
  .quality-grid img, .inspection-band img, .capability-visual img { height: 340px; }
  .rfq-inner { align-items: stretch; flex-direction: column; }
  .catalog { padding-bottom: 72px; }
  .filter-panel { grid-template-columns: 1fr; gap: 0; }
  .filter-panel fieldset, .search-field { border-bottom: 1px solid var(--line); }
  .result-bar span { display: none; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-media { height: 290px; }
  .detail-hero { gap: 34px; padding-block: 26px 60px; }
  .detail-media { height: 400px; }
  .detail-summary h1 { font-size: 42px; }
  .detail-actions { grid-template-columns: 1fr; }
  .detail-body { padding-block: 65px; }
  .brief-grid { grid-template-columns: 1fr; }
  .capability-visual { gap: 36px; padding-bottom: 72px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 155px; }
  .inspection-band { padding-block: 72px; }
  .contact-shell { padding-block: 65px 80px; }
  .contact-intro h1 { font-size: 40px; }
  .rfq-form { padding: 22px; }
  .form-heading { align-items: flex-start; flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand, .footer-contact { grid-column: 1 / 3; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Industrial editorial refinement */
:root {
  --ink: #18211e;
  --ink-soft: #3e4945;
  --paper: #f3f4f0;
  --surface: #fafbf8;
  --surface-alt: #e9ece8;
  --line: #c8cec9;
  --muted: #68736e;
  --accent: #b6382c;
  --accent-strong: #912b22;
  --radius: 1px;
  --shell: min(1320px, calc(100% - 72px));
  --shadow: 0 24px 70px rgb(20 31 27 / 9%);
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf1ed;
    --ink-soft: #c7d0cb;
    --paper: #161c1a;
    --surface: #1d2522;
    --surface-alt: #252e2a;
    --line: #3c4742;
    --muted: #a9b3ae;
    --accent: #df5a4d;
    --accent-strong: #ef7568;
    --shadow: 0 24px 70px rgb(0 0 0 / 32%);
  }
}

body {
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
.brand,
.proof-grid strong,
.format-directory-card strong,
.application-card strong {
  font-family: "Bahnschrift", "Aptos Display", "Segoe UI", sans-serif;
}

h1 { font-size: clamp(52px, 5.2vw, 76px); line-height: .97; font-weight: 650; letter-spacing: -.045em; }
h2 { font-size: clamp(38px, 3.6vw, 56px); line-height: 1; font-weight: 620; letter-spacing: -.035em; }
h3 { font-weight: 620; letter-spacing: -.018em; }
p { line-height: 1.68; }
.section { padding-block: 132px; }
.section-heading { max-width: 780px; margin-bottom: 64px; }
.section-heading p { max-width: 620px; font-size: 15px; }
.eyebrow { margin-bottom: 22px; font-size: 11px; letter-spacing: .12em; }

.button {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: .015em;
  transition: transform .2s cubic-bezier(.16, 1, .3, 1), background-color .2s ease, border-color .2s ease;
}
.button span,
.text-link span,
.header-contact span { transition: transform .2s cubic-bezier(.16, 1, .3, 1); }
.button:hover span,
.text-link:hover span,
.header-contact:hover span { transform: translateX(4px); }
.button:active { transform: translateY(1px) scale(.99); }
.text-link { gap: 12px; padding-block: 10px; font-size: 13px; }
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 36%, transparent); outline-offset: 3px; }

.site-header { height: 98px; border-bottom-color: color-mix(in srgb, var(--line) 82%, transparent); }
.contact-bar { height: 28px; }
.contact-bar-inner { gap: 30px; font-size: 11px; letter-spacing: .025em; }
.header-inner { height: 70px; gap: 38px; }
.brand { gap: 12px; font-size: 16px; letter-spacing: .045em; }
.brand-mark { width: 34px; height: 34px; border-radius: 0; }
.desktop-nav { gap: 32px; }
.desktop-nav a { font-size: 12px; letter-spacing: .025em; }
.desktop-nav a::after { height: 2px; }
.header-contact { min-height: 40px; padding-inline: 18px; border-radius: 10px; font-size: 12px; }
.mobile-nav { inset-block-start: 98px; }

.social-link { width: 44px; height: 44px; }

.hero {
  min-height: min(720px, calc(100dvh - 98px));
  align-items: end;
  isolation: isolate;
}
.hero-slide { filter: saturate(.74) contrast(1.04); }
.hero-scrim {
  background:
    linear-gradient(180deg, rgb(10 16 14 / 8%) 0%, rgb(10 16 14 / 26%) 54%, rgb(10 16 14 / 76%) 100%),
    linear-gradient(90deg, rgb(10 16 14 / 90%) 0%, rgb(10 16 14 / 64%) 42%, rgb(10 16 14 / 7%) 78%);
}
.hero-content { padding-block: 86px 126px; }
.hero-content .eyebrow { margin-bottom: 24px; color: #f18b80; }
.hero-content h1 { max-width: 790px; margin-bottom: 26px; font-size: clamp(54px, 5.1vw, 72px); line-height: .98; letter-spacing: -.045em; }
.hero-lead { max-width: 590px; margin-bottom: 34px; font-size: 17px; line-height: 1.6; }
.hero-actions { gap: 10px; }
.hero-controls { bottom: 30px; }
.carousel-dots { gap: 5px; }
.carousel-dots button { width: 38px; height: 38px; }
.carousel-dots button::after { width: 100%; height: 2px; border: 0; border-radius: 0; background: rgb(248 250 248 / 34%); }
.carousel-dots button.active::after { background: #f8faf8; }
.carousel-buttons { gap: 6px; }
.carousel-buttons button { width: 42px; height: 42px; border-radius: 0; }

.proof-band { border-bottom: 0; background: var(--surface); }
.proof-grid { min-height: 132px; grid-template-columns: 1.2fr repeat(4, 1fr); }
.proof-grid > * { padding: 30px 26px; border-left-color: color-mix(in srgb, var(--line) 78%, transparent); }
.proof-grid > p { max-width: 180px; font-size: 10px; letter-spacing: .08em; }
.proof-grid strong { font-size: 29px; font-weight: 580; letter-spacing: -.035em; }
.proof-grid span { max-width: 150px; margin-top: 7px; font-size: 11px; }

.formats-section { padding-block: 144px 152px; background: var(--paper); }
.directory-layout { grid-template-columns: minmax(230px, .38fr) minmax(0, 1.62fr); gap: clamp(48px, 6vw, 92px); }
.directory-intro { position: sticky; top: 132px; padding-top: 0; }
.directory-intro h2 { max-width: 360px; }
.directory-intro p { max-width: 360px; margin-top: 26px; font-size: 14px; }
.directory-intro .text-link { margin-top: 18px; }
.format-directory-grid { gap: 28px 18px; }
.format-directory-card { overflow: visible; border: 0; border-radius: 0; background: transparent; }
.format-directory-card:hover { border-color: transparent; transform: translateY(-4px); }
.format-directory-card img { aspect-ratio: .88; background: #e7ebe8; }
.format-directory-card strong {
  min-height: 64px;
  justify-content: flex-start;
  padding: 16px 2px 14px;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
  font-weight: 640;
  letter-spacing: .04em;
  text-align: left;
}

.application-section { padding-block: 132px 144px; background: var(--surface-alt); }
.centered-heading { max-width: 760px; margin: 0 auto 64px; text-align: left; }
.centered-heading p { max-width: 610px; margin: 24px 0 0; font-size: 15px; }
.application-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 30px 18px; }
.application-card { overflow: visible; border: 0; border-radius: 0; background: transparent; }
.application-card:hover { border-color: transparent; transform: translateY(-4px); }
.application-card:nth-child(1) { grid-column: span 7; }
.application-card:nth-child(2) { grid-column: span 5; }
.application-card:nth-child(3),
.application-card:nth-child(4),
.application-card:nth-child(5) { grid-column: span 4; }
.application-card:nth-child(6) { grid-column: span 5; }
.application-card img { height: 310px; aspect-ratio: auto; background: #e4e9e5; }
.application-card:nth-child(-n+2) img { height: 390px; }
.application-card:nth-child(6) img { height: 330px; }
.application-card span {
  min-height: 0;
  justify-content: flex-start;
  gap: 8px;
  padding: 18px 2px 24px;
  border-bottom: 1px solid var(--line);
}
.application-card strong { font-size: 18px; font-weight: 610; }
.application-card small { max-width: 34ch; font-size: 12px; }
.application-cta {
  grid-column: span 7;
  min-height: 330px;
  padding: 48px 52px;
  border-radius: 0;
}
.application-cta h3 { font-size: 34px; letter-spacing: -.035em; }
.application-cta p { max-width: 430px; }

.factory-section { padding-block: 144px; }
.factory-story { grid-template-columns: 1.22fr .78fr; align-items: center; overflow: visible; border: 0; border-radius: 0; background: transparent; }
.factory-story > img { height: 620px; filter: saturate(.82); }
.factory-story > div {
  position: relative;
  margin-left: -72px;
  padding: 66px 60px;
  border-top: 3px solid var(--accent);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.factory-story > div > p { max-width: 520px; font-size: 14px; }
.factory-story dl { margin-block: 32px; }
.factory-story dl div { grid-template-columns: 86px 1fr; padding-block: 14px; }

.digital-print-section { padding-block: 136px; border-top: 1px solid var(--line); background: var(--surface); }
.digital-print-grid { grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 8vw, 118px); }
.digital-print-grid > div:first-child { max-width: 430px; }
.digital-print-grid ul { margin-block: 32px 36px; }
.digital-print-grid li { padding: 14px 0; border-bottom: 0; border-top: 1px solid var(--line); }
.digital-print-grid li:last-child { border-bottom: 1px solid var(--line); }
.digital-print-visual,
.digital-print-visual img { min-height: 0; height: 560px; border-radius: 0; }
.digital-print-visual img { filter: saturate(.78); }

.project-section { padding-block: 140px; }
.project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 62px 24px; }
.project-grid article { overflow: visible; border: 0; border-radius: 0; background: transparent; }
.project-grid img { aspect-ratio: 16 / 10; background: #e7ebe8; transition: transform .45s cubic-bezier(.16, 1, .3, 1); }
.project-grid article:nth-child(2) img,
.project-grid article:nth-child(3) img { aspect-ratio: 4 / 3; }
.project-grid article:hover img { transform: scale(.99); }
.project-grid h3 { margin: 22px 0 8px; font-size: 24px; }
.project-grid p { max-width: 52ch; margin: 0; font-size: 13px; }

.gallery-section { padding-block: 136px 148px; background: var(--surface-alt); }
.production-gallery { grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 12px; }
.production-gallery img { grid-column: span 4; border-radius: 0; filter: saturate(.8); }
.production-gallery img:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.production-gallery img:nth-child(2) { grid-column: span 5; }
.production-gallery img:nth-child(3),
.production-gallery img:nth-child(4) { grid-column: span 5; }
.production-gallery img:nth-child(5) { grid-column: 8 / -1; grid-row: 2 / span 2; }

.sustainability-section { min-height: 570px; }
.sustainability-backdrop { opacity: .16; }
.sustainability-content { padding-block: 112px; }
.sustainability-content h2 { max-width: 760px; margin: 0 0 70px; text-align: left; }
.sustainability-grid { border: 0; border-top: 1px solid #52605a; }
.sustainability-grid article { min-height: 180px; padding: 34px 34px 0 0; border: 0; }
.sustainability-grid article + article { padding-left: 34px; border-left: 1px solid #52605a; }
.sustainability-grid strong { font-size: 20px; font-weight: 610; }
.sustainability-grid p { max-width: 32ch; font-size: 13px; }

.faq-section { padding-block: 136px; }
.faq-layout { grid-template-columns: .58fr 1.42fr; gap: clamp(60px, 8vw, 120px); }
.faq-list summary { padding-block: 25px; font-size: 16px; }
.faq-list details p { margin-bottom: 27px; }
.rfq-band { padding-block: 82px; }
.rfq-inner h2 { font-size: 44px; }

.page-hero { padding-block: 112px 80px; }
.page-hero > p:last-child { max-width: 650px; font-size: 16px; }
.product-grid { gap: 54px 24px; }
.product-card { overflow: visible; border: 0; border-radius: 0; background: transparent; }
.product-card-media { height: 390px; }
.product-card-body { padding: 24px 0 0; }
.product-card h2 { font-size: 31px; }
.product-card p { max-width: 58ch; }
.product-meta span { border-radius: 0; }
.empty-state { border-radius: 0; }
.detail-media,
.capability-visual img,
.quality-grid img,
.inspection-band img { border-radius: 0; }
.rfq-form { padding: 42px; border-radius: 0; border-top: 3px solid var(--accent); box-shadow: var(--shadow); }
.rfq-form input,
.rfq-form select,
.rfq-form textarea,
.search-field input { border-radius: 0; }
.site-footer { padding-top: 82px; }

@media (max-width: 1020px) {
  :root { --shell: min(100% - 44px, 920px); }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .proof-grid > p { grid-column: 1 / -1; min-height: 64px; padding: 18px 0; }
  .directory-layout,
  .factory-story,
  .digital-print-grid,
  .faq-layout { grid-template-columns: 1fr; }
  .directory-intro { position: static; }
  .factory-story > div { margin: -54px 34px 0; padding: 52px; }
  .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-card:nth-child(n), .application-cta { grid-column: auto; }
  .application-card:nth-child(1), .application-card:nth-child(6), .application-cta { grid-column: 1 / -1; }
  .application-card img, .application-card:nth-child(-n+2) img, .application-card:nth-child(6) img { height: 330px; }
  .digital-print-grid { gap: 54px; }
  .production-gallery img:nth-child(n) { grid-column: span 6; grid-row: auto; }
  .production-gallery img:first-child, .production-gallery img:last-child { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 32px); }
  h1, .hero-content h1 { font-size: clamp(40px, 12vw, 52px); }
  h2 { font-size: clamp(34px, 9.5vw, 43px); }
  .section { padding-block: 82px; }
  .site-header { height: 94px; }
  .contact-bar-inner { gap: 12px; font-size: 10px; }
  .header-inner { height: 66px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 31px; height: 31px; }
  .mobile-nav { inset-block-start: 94px; }
  .hero { min-height: calc(100dvh - 94px); }
  .hero-content { padding: 64px 0 126px; }
  .hero-content h1 { margin-bottom: 22px; line-height: 1; }
  .hero-lead { font-size: 15px; }
  .carousel-buttons button { width: 40px; height: 40px; }
  .proof-grid > p { max-width: none; }
  .proof-grid strong { font-size: 25px; }
  .formats-section { padding-block: 90px 96px; }
  .directory-layout { gap: 44px; }
  .format-directory-grid { gap: 24px 12px; }
  .format-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .format-directory-card img { aspect-ratio: .9; }
  .format-directory-card strong { min-height: 60px; justify-content: flex-start; font-size: 9.5px; }
  .application-section { padding-block: 88px 96px; }
  .centered-heading { margin-bottom: 44px; }
  .application-grid { grid-template-columns: 1fr; gap: 36px; }
  .application-card:nth-child(n), .application-cta { grid-column: auto; }
  .application-card img, .application-card:nth-child(-n+2) img, .application-card:nth-child(6) img { height: auto; aspect-ratio: 4 / 3; }
  .application-card span { min-height: 0; padding-block: 16px 20px; }
  .application-cta { min-height: 290px; padding: 38px 28px; }
  .factory-section { padding-block: 92px; }
  .factory-story > img { height: 340px; }
  .factory-story > div { margin: -28px 12px 0; padding: 38px 26px 42px; }
  .digital-print-section { padding-block: 90px; }
  .digital-print-grid { gap: 44px; }
  .digital-print-visual, .digital-print-visual img { height: 340px; }
  .project-section { padding-block: 90px; }
  .project-grid { grid-template-columns: 1fr; gap: 50px; }
  .project-grid img, .project-grid article:nth-child(2) img, .project-grid article:nth-child(3) img { aspect-ratio: 4 / 3; }
  .gallery-section { padding-block: 88px 96px; }
  .production-gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .production-gallery img:nth-child(n) { grid-column: auto; }
  .production-gallery img:first-child, .production-gallery img:last-child { grid-column: 1 / -1; }
  .sustainability-section { min-height: auto; }
  .sustainability-content { padding-block: 84px; }
  .sustainability-content h2 { margin-bottom: 46px; }
  .sustainability-grid { grid-template-columns: 1fr; }
  .sustainability-grid article { min-height: 0; padding: 26px 0; border-bottom: 1px solid #52605a; }
  .sustainability-grid article + article { padding-left: 0; border-left: 0; }
  .faq-section { padding-block: 88px; }
  .rfq-band { padding-block: 68px; }
  .rfq-inner h2 { font-size: 36px; }
  .page-hero { padding-block: 76px 56px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-grid { gap-block: 46px; }
  .product-card-media { height: 320px; }
  .rfq-form { padding: 26px 22px; box-shadow: none; }
  .site-footer { padding-top: 68px; }
}

/* Reference palette and softened component geometry */
:root {
  --ink: #10283d;
  --ink-soft: #38546a;
  --paper: #f5f9fc;
  --surface: #ffffff;
  --surface-alt: #eaf4f9;
  --line: #d4e0e8;
  --muted: #667f91;
  --accent: #0b639b;
  --accent-strong: #084a79;
  --navy: #07366c;
  --navy-strong: #05284f;
  --sustainability: #123f2b;
  --radius: 9px;
  --card-radius: 11px;
  --shadow: 0 18px 44px rgb(22 74 107 / 10%);
  --card-shadow: 0 10px 28px rgb(32 89 123 / 9%);
}

@media (prefers-color-scheme: dark) {
  :root {
    --ink: #edf5fa;
    --ink-soft: #c4d6e2;
    --paper: #0c1823;
    --surface: #122333;
    --surface-alt: #172c3e;
    --line: #345068;
    --muted: #a8bdcb;
    --accent: #0b639b;
    --accent-strong: #084a79;
    --navy: #07366c;
    --navy-strong: #05284f;
    --sustainability: #102f22;
    --shadow: 0 18px 44px rgb(0 0 0 / 30%);
    --card-shadow: 0 12px 32px rgb(0 0 0 / 24%);
  }
}

.button { border-radius: var(--radius); }
.button-dark,
.header-contact { background: var(--navy); }
.button-dark:hover,
.header-contact:hover { background: var(--navy-strong); }
.button-light { color: var(--navy); background: #f8fbfd; }
.button-light:hover { background: #e8f3f9; }
.contact-bar,
.site-footer { background: var(--navy-strong); }
.contact-bar a:hover { color: #a9d9f3; }
.brand-mark { border-radius: 5px; background: var(--accent); }
.social-tooltip { background: var(--navy-strong); }

.hero { background: var(--navy-strong); }
.hero-scrim {
  background:
    linear-gradient(180deg, rgb(4 25 45 / 7%) 0%, rgb(4 25 45 / 25%) 54%, rgb(4 25 45 / 76%) 100%),
    linear-gradient(90deg, rgb(4 25 45 / 91%) 0%, rgb(5 37 67 / 66%) 42%, rgb(5 37 67 / 7%) 78%);
}
.hero-content .eyebrow { color: #9dd4f2; }
.carousel-buttons button { border-radius: var(--radius); background: rgb(4 25 45 / 45%); }
.carousel-buttons button:hover { background: rgb(4 25 45 / 82%); }

.format-card,
.showcase-item,
.format-directory-card,
.application-card,
.project-grid article,
.product-card,
.brief-grid span,
.empty-state,
.rfq-form {
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow: var(--card-shadow);
}

.format-card,
.showcase-item,
.format-directory-card,
.application-card,
.project-grid article,
.product-card { overflow: hidden; }

.format-card:hover,
.showcase-item:hover,
.format-directory-card:hover,
.application-card:hover,
.project-grid article:hover,
.product-card:hover {
  border-color: color-mix(in srgb, var(--accent) 42%, var(--line));
  box-shadow: 0 15px 34px rgb(24 81 116 / 14%);
}

.format-card-image,
.showcase-media,
.format-directory-card img,
.application-card img,
.project-grid img,
.product-card-media { background: #edf5f9; }

.format-directory-card { overflow: hidden; background: var(--surface); }
.format-directory-card:hover { transform: translateY(-4px); }
.format-directory-card strong {
  min-height: 66px;
  padding: 16px 15px;
  border-bottom: 0;
}

.application-card { overflow: hidden; background: var(--surface); }
.application-card:hover { transform: translateY(-4px); }
.application-card span { padding: 19px 20px 22px; border-bottom: 0; }
.application-cta { border-radius: var(--card-radius); background: var(--accent); box-shadow: var(--card-shadow); }
.application-cta p,
.rfq-inner p { color: #dceef8; }

.factory-story > img,
.digital-print-visual,
.digital-print-visual img,
.project-grid img,
.production-gallery img,
.detail-media,
.capability-visual img,
.quality-grid img,
.inspection-band img { border-radius: var(--card-radius); }

.factory-story > div {
  border-top-color: var(--accent);
  border-radius: var(--card-radius);
  box-shadow: var(--shadow);
}
.digital-print-visual { box-shadow: var(--card-shadow); }
.project-grid article { overflow: hidden; }
.project-grid h3 { margin: 22px 22px 8px; }
.project-grid p { margin: 0 22px 25px; }
.production-gallery img { box-shadow: 0 8px 24px rgb(24 81 116 / 8%); }

.sustainability-section { background: var(--sustainability); }
.sustainability-backdrop::after { background: rgb(8 45 29 / 72%); }
.sustainability-grid { border-top-color: rgb(199 226 209 / 30%); }
.sustainability-grid article + article { border-left-color: rgb(199 226 209 / 30%); }

.production-band,
.process-section { background: var(--navy-strong); }
.production-copy > p,
.process-grid span { color: #b7cfdd; }
.production-copy .text-link { color: #8fd0f2; }
.capability-points div,
.capability-points div:first-child { border-color: #294c67; }
.capability-points dt { color: #87a8bd; }
.process-grid { gap: 12px; border: 0; }
.process-grid li {
  border: 1px solid #294c67;
  border-radius: var(--card-radius);
  background: rgb(255 255 255 / 3%);
}
.process-grid li::before { color: #7fa4ba; }

.rfq-band { background: var(--accent); }
.product-card { overflow: hidden; }
.product-card-body { padding: 24px; }
.product-meta span { border-radius: 6px; }
.boundary-note { border-radius: 0 var(--radius) var(--radius) 0; }
.material-tabs button,
.search-field input,
.rfq-form input,
.rfq-form select,
.rfq-form textarea { border-radius: var(--radius); }
.rfq-form { border-top: 3px solid var(--accent); }
.footer-bottom { border-top-color: #29445a; }
.footer-brand p,
.footer-links a,
.footer-contact a,
.footer-contact span { color: #b2c9d6; }

@media (max-width: 680px) {
  .hero-scrim {
    background: linear-gradient(0deg, rgb(4 25 45 / 95%) 0%, rgb(5 37 67 / 59%) 62%, rgb(5 37 67 / 8%) 100%);
  }
  .format-directory-card strong { padding-inline: 11px; }
  .application-card span { padding: 17px 17px 21px; }
  .project-grid h3 { margin-inline: 19px; }
  .project-grid p { margin-inline: 19px; }
  .sustainability-grid article { border-bottom-color: rgb(199 226 209 / 30%); }
  .rfq-form { box-shadow: var(--card-shadow); }
}

/* Compact B2B catalog composition aligned with the reference site */
.site-header { height: 118px; background: color-mix(in srgb, var(--surface) 97%, transparent); }
.contact-bar { height: 26px; }
.contact-bar-inner { height: 26px; justify-content: space-between; font-size: 10.5px; font-weight: 600; }
.contact-bar-inner > span { color: #bcd3e1; }
.contact-bar-inner > div { display: flex; align-items: center; gap: 26px; }
.header-inner { height: 92px; }
.desktop-nav { gap: 34px; }
.desktop-nav a { font-size: 16px; font-weight: 700; }
.header-contact { min-height: 56px; padding-inline: 28px; font-size: 15px; }
.mobile-nav { inset-block-start: 92px; }
.formats-section,
.application-section,
.factory-section,
.project-section,
.faq-section,
.rfq-band { scroll-margin-top: 132px; }

.hero {
  min-height: clamp(500px, 40vw, 590px);
  align-items: center;
  color: var(--ink);
  background: #edf5f9;
}
.hero-slide { filter: none; object-position: center; }
.hero-slide:first-child { object-position: center; }
.hero-scrim {
  background: linear-gradient(90deg, rgb(248 252 254 / 98%) 0%, rgb(248 252 254 / 94%) 31%, rgb(248 252 254 / 62%) 48%, rgb(248 252 254 / 5%) 72%);
}
.hero-content { padding-block: 58px 84px; }
.hero-content .eyebrow { margin-bottom: 15px; color: var(--accent); letter-spacing: .08em; }
.hero-content h1 {
  max-width: 650px;
  margin-bottom: 18px;
  color: var(--navy-strong);
  font-size: clamp(43px, 4.3vw, 58px);
  line-height: 1.02;
  letter-spacing: 0;
}
.hero-lead { max-width: 540px; margin-bottom: 25px; color: var(--ink-soft); font-size: 16px; line-height: 1.55; }
.hero-actions { gap: 9px; }
.button-ghost { color: var(--navy); border-color: #7596ad; background: rgb(255 255 255 / 70%); backdrop-filter: blur(5px); }
.button-ghost:hover { color: #f8fbfd; background: var(--navy); }
.hero-controls { bottom: 17px; }
.carousel-dots button::after { background: rgb(7 54 108 / 24%); }
.carousel-dots button.active::after { background: var(--navy); }
.carousel-buttons button { color: #f8fbfd; border-color: rgb(7 54 108 / 14%); background: var(--navy); }
.carousel-buttons button:hover { background: var(--navy-strong); }

.proof-grid { min-height: 88px; }
.proof-grid > * { padding: 17px 20px; }
.proof-grid > p { font-size: 9.5px; }
.proof-grid strong { font-size: 22px; font-weight: 700; letter-spacing: 0; }
.proof-grid span { margin-top: 3px; font-size: 10px; }

.formats-section { padding-block: 68px 76px; }
.directory-layout { display: block; }
.directory-intro { position: static; max-width: 720px; margin: 0 auto 38px; padding: 0; text-align: center; }
.directory-intro h2 { max-width: none; margin-bottom: 13px; font-size: clamp(32px, 3.2vw, 42px); letter-spacing: 0; }
.directory-intro p { max-width: 620px; margin: 0 auto; font-size: 14px; }
.directory-intro .text-link { margin-top: 8px; }
.format-directory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.format-directory-card { box-shadow: 0 7px 20px rgb(32 89 123 / 8%); }
.format-directory-card img { height: 218px; aspect-ratio: auto; object-fit: contain; }
.format-directory-card strong {
  min-height: 54px;
  justify-content: center;
  padding: 12px 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}

.application-section { padding-block: 70px 78px; }
.centered-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.centered-heading h2 { margin-bottom: 13px; font-size: clamp(32px, 3.2vw, 42px); letter-spacing: 0; }
.centered-heading p { max-width: 650px; margin: 0 auto; font-size: 14px; }
.application-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.application-card:nth-child(n) { grid-column: auto; }
.application-card { box-shadow: 0 7px 20px rgb(32 89 123 / 8%); }
.application-card img,
.application-card:nth-child(-n+2) img,
.application-card:nth-child(6) img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.application-card span { min-height: 92px; gap: 5px; padding: 15px 16px 17px; }
.application-card strong { font-size: 16px; }
.application-card small { font-size: 11.5px; line-height: 1.4; }
.application-cta {
  grid-column: span 2;
  min-height: 0;
  padding: 28px 34px;
  justify-content: center;
}
.application-cta h3 { margin-bottom: 7px; font-size: 27px; letter-spacing: 0; }
.application-cta p { margin-bottom: 14px; font-size: 13px; line-height: 1.5; }
.application-cta .button { min-height: 42px; }

.factory-section { padding-block: 72px; background: var(--paper); }
.factory-story {
  grid-template-columns: 1.03fr .97fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow: var(--card-shadow);
}
.factory-story > img { height: 390px; border-radius: 0; }
.factory-story > div { margin: 0; padding: 38px 42px; border: 0; border-radius: 0; box-shadow: none; }
.factory-story > div h2 { margin-bottom: 13px; font-size: clamp(30px, 3vw, 40px); letter-spacing: 0; }
.factory-story > div > p { margin-bottom: 12px; }
.factory-story dl { margin-block: 16px 20px; }
.factory-story dl div { padding-block: 9px; }

.digital-print-section { padding-block: 72px; }
.digital-print-grid { grid-template-columns: .82fr 1.18fr; gap: 56px; }
.digital-print-grid h2 { font-size: clamp(30px, 3vw, 40px); letter-spacing: 0; }
.digital-print-grid ul { margin-block: 20px 24px; }
.digital-print-grid li { padding-block: 9px; }
.digital-print-visual,
.digital-print-visual img { height: 390px; }

.project-section { padding-block: 72px 78px; }
.project-section .section-heading,
.gallery-section .section-heading { margin-bottom: 34px; }
.project-section .section-heading h2,
.gallery-section .section-heading h2 { font-size: clamp(30px, 3vw, 40px); letter-spacing: 0; }
.project-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.project-grid img,
.project-grid article:nth-child(2) img,
.project-grid article:nth-child(3) img { aspect-ratio: 4 / 3; }
.project-grid h3 { margin: 16px 17px 6px; font-size: 18px; }
.project-grid p { margin: 0 17px 19px; font-size: 12px; line-height: 1.5; }

.gallery-section { padding-block: 70px 78px; }
.production-gallery { grid-auto-rows: 170px; }
.sustainability-section { min-height: 440px; }
.sustainability-content { padding-block: 72px; }
.sustainability-content h2 { margin-bottom: 42px; font-size: clamp(31px, 3.2vw, 43px); letter-spacing: 0; }
.sustainability-grid article { min-height: 145px; }
.faq-section { padding-block: 76px; }
.faq-layout { gap: 72px; }
.faq-layout h2 { font-size: clamp(31px, 3.2vw, 43px); letter-spacing: 0; }
.rfq-band { padding-block: 58px; }
.rfq-inner h2 { font-size: 38px; letter-spacing: 0; }
.site-footer { padding-top: 64px; }

@media (prefers-color-scheme: dark) {
  .hero { color: #edf5fa; background: var(--navy-strong); }
  .hero-scrim {
    background: linear-gradient(90deg, rgb(6 22 36 / 97%) 0%, rgb(6 22 36 / 91%) 34%, rgb(6 22 36 / 56%) 52%, rgb(6 22 36 / 8%) 76%);
  }
  .hero-content h1 { color: #f4f9fc; }
  .hero-content .eyebrow { color: #83c9ef; }
  .hero-lead { color: #c4d6e2; }
  .button-ghost { color: #edf5fa; border-color: #7796aa; background: rgb(7 29 49 / 54%); }
  .carousel-dots button::after { background: rgb(255 255 255 / 28%); }
  .carousel-dots button.active::after { background: #fff; }
  .format-card-image,
  .showcase-media,
  .format-directory-card img,
  .application-card img,
  .project-grid img,
  .product-card-media { background: #1a3042; }
}

@media (max-width: 1020px) {
  .site-header { height: 92px; }
  .header-inner { height: 66px; }
  .contact-bar-inner > span { display: none; }
  .contact-bar-inner { justify-content: flex-end; }
  .format-directory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .format-directory-card img { height: 180px; }
  .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-card:nth-child(n) { grid-column: auto; }
  .application-cta { grid-column: 1 / -1; }
  .factory-story,
  .digital-print-grid { grid-template-columns: 1fr; }
  .factory-story > img { height: 420px; }
  .digital-print-grid { gap: 34px; }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .site-header { height: 92px; }
  .contact-bar-inner { justify-content: center; }
  .contact-bar-inner > div { width: 100%; justify-content: center; gap: 12px; }
  .mobile-nav { inset-block-start: 92px; }
  .hero {
    min-height: 610px;
    align-items: end;
    color: var(--ink);
  }
  .hero-slide { object-position: 66% center; }
  .hero-slide:first-child { object-position: 66% center; }
  .hero-scrim {
    background: linear-gradient(0deg, rgb(248 252 254 / 99%) 0%, rgb(248 252 254 / 96%) 42%, rgb(248 252 254 / 35%) 74%, rgb(248 252 254 / 5%) 100%);
  }
  .hero-content { padding: 190px 0 86px; }
  .hero-content h1 { max-width: 520px; font-size: clamp(38px, 11vw, 48px); }
  .hero-lead { max-width: 36ch; color: var(--ink-soft); font-size: 14px; }
  .hero-actions { flex-direction: row; align-items: center; }
  .hero-actions .button { width: auto; flex: 1 1 auto; min-height: 46px; padding-inline: 14px; font-size: 12px; }
  .proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .formats-section { padding-block: 54px 60px; }
  .directory-intro { margin-bottom: 28px; text-align: left; }
  .directory-intro p { margin-left: 0; }
  .format-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .format-directory-card img { height: auto; aspect-ratio: 1; }
  .format-directory-card strong { min-height: 51px; justify-content: center; padding: 10px 8px; font-size: 9.5px; text-align: center; }
  .application-section { padding-block: 56px 62px; }
  .centered-heading { margin-bottom: 28px; text-align: left; }
  .centered-heading p { margin-left: 0; }
  .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .application-card:nth-child(n) { grid-column: auto; }
  .application-card img,
  .application-card:nth-child(-n+2) img,
  .application-card:nth-child(6) img { aspect-ratio: 1; }
  .application-card span { min-height: 106px; padding: 13px 12px 15px; }
  .application-card strong { font-size: 14px; }
  .application-card small { font-size: 10.5px; }
  .application-cta { grid-column: 1 / -1; padding: 27px 24px; }
  .application-cta h3 { font-size: 25px; }
  .factory-section,
  .digital-print-section,
  .project-section,
  .gallery-section,
  .faq-section { padding-block: 58px; }
  .factory-story > img { height: 290px; }
  .factory-story > div { padding: 30px 24px 32px; }
  .digital-print-visual,
  .digital-print-visual img { height: 300px; }
  .project-grid { grid-template-columns: 1fr; gap: 14px; }
  .project-grid article { display: grid; grid-template-columns: 42% 1fr; grid-template-rows: auto 1fr; }
  .project-grid img,
  .project-grid article:nth-child(2) img,
  .project-grid article:nth-child(3) img { grid-row: 1 / 3; height: 100%; aspect-ratio: auto; }
  .project-grid h3 { align-self: end; margin: 15px 15px 4px; font-size: 16px; }
  .project-grid p { margin: 0 15px 15px; font-size: 11px; }
  .production-gallery { grid-auto-rows: 145px; }
  .sustainability-content { padding-block: 64px; }
  .faq-layout { gap: 36px; }
  .rfq-band { padding-block: 48px; }
}

@media (max-width: 680px) and (prefers-color-scheme: dark) {
  .hero { color: #edf5fa; }
  .hero-scrim {
    background: linear-gradient(0deg, rgb(6 22 36 / 99%) 0%, rgb(6 22 36 / 95%) 42%, rgb(6 22 36 / 40%) 75%, rgb(6 22 36 / 6%) 100%);
  }
  .hero-content h1 { color: #f4f9fc; }
  .hero-lead { color: #c4d6e2; }
}

/* Natural product photography and construction details */
.construction-detail-section { padding-block: 70px 78px; background: var(--surface); }
.construction-detail-heading { max-width: 760px; margin-bottom: 34px; }
.construction-detail-heading h2 { margin-bottom: 12px; font-size: clamp(30px, 3vw, 40px); letter-spacing: 0; }
.construction-detail-heading p { max-width: 620px; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.construction-detail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.construction-detail-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow: 0 7px 20px rgb(32 89 123 / 8%);
}
.construction-detail-card img { aspect-ratio: 3 / 2; object-fit: cover; }
.construction-detail-card figcaption { min-height: 78px; display: flex; flex-direction: column; gap: 5px; padding: 14px 15px 16px; }
.construction-detail-card strong { font-size: 15px; }
.construction-detail-card span { color: var(--muted); font-size: 11px; line-height: 1.4; }

.detail-media {
  height: auto;
  display: grid;
  gap: 10px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
}
.detail-media > #detailImage {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: var(--card-radius);
  object-fit: cover;
  background: var(--surface-alt);
  box-shadow: var(--card-shadow);
}
.detail-thumbnail-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.detail-thumbnail {
  min-width: 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 7px;
  background: var(--surface-alt);
  opacity: .72;
  transition: border-color .16s ease, opacity .16s ease, transform .16s ease;
}
.detail-thumbnail:hover { opacity: 1; }
.detail-thumbnail.active { border-color: var(--accent); opacity: 1; }
.detail-thumbnail:active { transform: translateY(1px); }
.detail-thumbnail img { width: 100%; height: 100%; object-fit: cover; }

@media (max-width: 1020px) {
  .construction-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .construction-detail-section { padding-block: 56px 62px; }
  .construction-detail-heading { margin-bottom: 26px; }
  .construction-detail-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .construction-detail-card img { aspect-ratio: 1; }
  .construction-detail-card figcaption { min-height: 91px; padding: 12px; }
  .construction-detail-card strong { font-size: 13px; }
  .construction-detail-card span { font-size: 10px; }
  .detail-thumbnail-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
}

/* Reference-led product format directory */
.formats-section {
  padding-block: 82px 92px;
  background: var(--surface);
}

.formats-section .directory-intro {
  max-width: 860px;
  margin: 0 auto 44px;
  text-align: center;
}

.formats-section .directory-intro h2 {
  margin-bottom: 15px;
  color: var(--ink);
  font-size: clamp(34px, 3.1vw, 42px);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: 0;
  text-transform: uppercase;
}

.formats-section .directory-intro p {
  max-width: 680px;
  margin-inline: auto;
  font-size: 15px;
}

.formats-section .directory-intro .text-link {
  margin-top: 7px;
}

.formats-section .format-directory-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 22px;
}

.formats-section .format-directory-card {
  min-width: 0;
  padding: 12px 12px 0;
  overflow: hidden;
  border: 1px solid #e0eaf0;
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow:
    0 18px 34px rgb(28 83 118 / 15%),
    0 4px 10px rgb(28 83 118 / 8%);
  transition: transform .2s cubic-bezier(.16, 1, .3, 1), border-color .2s ease, box-shadow .2s ease;
}

.formats-section .format-directory-card:hover {
  border-color: color-mix(in srgb, var(--accent) 34%, #d8e5ec);
  box-shadow:
    0 23px 40px rgb(28 83 118 / 18%),
    0 6px 13px rgb(28 83 118 / 10%);
  transform: translateY(-4px);
}

.formats-section .format-directory-card:active {
  transform: translateY(-1px) scale(.99);
}

.formats-section .format-directory-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 7px;
  background: #eaf6fc;
  object-fit: cover;
}

.formats-section .format-directory-card strong {
  min-height: 68px;
  padding: 14px 8px 15px;
  justify-content: center;
  border: 0;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 750;
  letter-spacing: 0;
  text-align: center;
}

@media (prefers-color-scheme: dark) {
  .formats-section .format-directory-card {
    border-color: #29465c;
    box-shadow:
      0 18px 34px rgb(0 0 0 / 28%),
      0 4px 10px rgb(0 0 0 / 18%);
  }

  .formats-section .format-directory-card:hover {
    border-color: color-mix(in srgb, var(--accent) 44%, #29465c);
    box-shadow:
      0 23px 40px rgb(0 0 0 / 34%),
      0 6px 13px rgb(0 0 0 / 22%);
  }

  .formats-section .format-directory-card img { background: #173248; }
}

@media (max-width: 1020px) {
  .formats-section { padding-block: 70px 78px; }
  .formats-section .directory-intro { margin-bottom: 36px; }
  .formats-section .format-directory-grid { gap: 20px 14px; }
  .formats-section .format-directory-card { padding: 9px 9px 0; }
  .formats-section .format-directory-card img { height: auto; aspect-ratio: 1; }
  .formats-section .format-directory-card strong { min-height: 62px; padding-inline: 6px; font-size: 10.5px; }
}

@media (max-width: 680px) {
  .formats-section { padding-block: 56px 64px; }
  .formats-section .directory-intro { margin-bottom: 30px; text-align: center; }
  .formats-section .directory-intro h2 { font-size: clamp(29px, 9vw, 36px); }
  .formats-section .directory-intro p { margin-inline: auto; font-size: 13px; }
  .formats-section .format-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 10px; }
  .formats-section .format-directory-card { padding: 7px 7px 0; }
  .formats-section .format-directory-card img { aspect-ratio: 1; border-radius: 6px; }
  .formats-section .format-directory-card strong { min-height: 58px; padding: 10px 4px 11px; font-size: 9.5px; }
}

/* Certification and compliance documentation */
.certification-section {
  padding-block: 82px 90px;
  scroll-margin-top: 110px;
  background: var(--surface-alt);
}

.certification-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 38px;
  margin-bottom: 42px;
}

.certification-heading h2 {
  max-width: 720px;
  margin-bottom: 15px;
  font-size: clamp(32px, 3.1vw, 43px);
  letter-spacing: 0;
}

.certification-heading p {
  max-width: 670px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.certification-heading .button {
  flex: 0 0 auto;
  margin-bottom: 3px;
}

.certification-document-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.certification-document {
  min-height: 405px;
  display: flex;
  flex-direction: column;
  padding: 38px 34px 30px;
  border: 1px solid #d7dee2;
  border-top: 4px solid var(--accent);
  border-radius: var(--card-radius);
  color: #172534;
  background: #fbfcfd;
  box-shadow: 0 15px 38px rgb(30 78 107 / 11%);
}

.document-kicker {
  min-height: 34px;
  margin: 0 0 30px;
  color: #5f6d79;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .09em;
  line-height: 1.45;
  text-transform: uppercase;
}

.document-mark {
  margin-bottom: 18px;
  color: #0d4f78;
  font-family: "Bahnschrift", "Aptos Display", "Segoe UI", sans-serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 680;
  letter-spacing: .015em;
  line-height: .9;
}

.certification-document h3 {
  margin-bottom: 20px;
  padding-bottom: 17px;
  border-bottom: 1px solid #dbe1e5;
  color: #172534;
  font-size: 20px;
  letter-spacing: 0;
}

.certification-document dl {
  margin: 0 0 24px;
}

.certification-document dl div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 13px;
  padding-block: 6px;
}

.certification-document dt {
  color: #6b7780;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.certification-document dd {
  margin: 0;
  color: #34434f;
  font-size: 12px;
}

.document-footnote {
  margin: auto 0 0;
  color: #64727d;
  font-size: 10px;
  line-height: 1.45;
}

@media (max-width: 1020px) {
  .certification-section { padding-block: 74px 82px; }
  .certification-heading { align-items: flex-start; flex-direction: column; gap: 21px; }
  .certification-document { min-height: 370px; padding: 30px 25px 26px; }
  .document-mark { font-size: 52px; }
}

@media (max-width: 680px) {
  .certification-section { padding-block: 58px 64px; }
  .certification-heading { margin-bottom: 30px; }
  .certification-heading h2 { font-size: clamp(30px, 9vw, 37px); }
  .certification-heading p { font-size: 13px; }
  .certification-heading .button { width: 100%; justify-content: center; }
  .certification-document-grid { grid-template-columns: 1fr; gap: 14px; }
  .certification-document { min-height: 335px; padding: 27px 24px 24px; }
  .document-kicker { min-height: 0; margin-bottom: 25px; }
  .document-mark { font-size: 54px; }
}

/* Public article index and reading view */
.article-index-hero { padding-block: 88px 58px; }
.article-index-hero h1 { max-width: 900px; }
.article-index-hero > p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 17px; }
.article-index { padding-bottom: 110px; }
.article-index-heading { max-width: 720px; margin-bottom: 34px; }
.article-index-heading h2 { margin-bottom: 12px; font-size: 34px; }
.article-index-heading p { margin-bottom: 0; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.article-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: border-color .2s ease, transform .2s ease; }
.article-card:hover { border-color: color-mix(in srgb, var(--accent) 42%, var(--line)); transform: translateY(-3px); }
.article-card:active { transform: translateY(-1px); }
.article-card-media { display: block; overflow: hidden; background: var(--surface-alt); }
.article-card-media img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-card-media img { transform: scale(1.02); }
.article-card-body { min-height: 274px; display: flex; flex-direction: column; padding: 27px 28px 25px; }
.article-card time { color: var(--muted); font-size: 11px; font-weight: 650; }
.article-card h2 { margin: 14px 0 12px; font-size: 29px; }
.article-card h2 a:focus-visible,
.article-card-link:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent) 32%, transparent); outline-offset: 4px; }
.article-card p { margin-bottom: 25px; color: var(--muted); font-size: 14px; }
.article-card-link { width: max-content; margin-top: auto; padding-block: 5px; color: var(--accent); font-size: 13px; font-weight: 750; }
.article-card-link::after { content: "\2192"; margin-left: 10px; }

.article-state { min-height: 250px; align-items: center; justify-content: center; padding: 46px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); text-align: center; }
.article-state[hidden] { display: none; }
.article-loading { display: grid; grid-template-columns: repeat(3, minmax(0, 150px)); gap: 14px; }
.article-loading span { height: 100px; border-radius: var(--radius); background: var(--surface-alt); opacity: .58; }
.article-loading p { grid-column: 1 / -1; margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.article-message { display: flex; flex-direction: column; }
.article-message h2 { margin-bottom: 10px; font-size: 28px; }
.article-message p { max-width: 520px; margin-bottom: 12px; color: var(--muted); }
.article-message a { color: var(--accent); font-weight: 750; }

.article-detail { padding-block: 52px 112px; }
.article-detail > .breadcrumbs { margin-bottom: 54px; }
.article-header { max-width: 910px; }
.article-header h1 { margin-bottom: 22px; font-size: clamp(46px, 5vw, 66px); }
.article-lead { max-width: 780px; margin-bottom: 18px; color: var(--ink-soft); font-size: 19px; }
.article-date { margin-bottom: 0; color: var(--muted); font-size: 12px; font-weight: 650; }
.article-cover { margin: 48px 0 64px; overflow: hidden; border-radius: var(--radius); background: var(--surface-alt); }
.article-cover[hidden] { display: none; }
.article-cover img { width: 100%; max-height: 650px; aspect-ratio: 16 / 8.5; object-fit: cover; }
.article-reading-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(230px, 1fr); gap: clamp(52px, 8vw, 110px); align-items: start; }
.article-content { min-width: 0; }
.article-content > p { margin: 0 0 24px; color: var(--ink-soft); font-size: 18px; line-height: 1.82; white-space: pre-line; }
.article-content > p:first-child { color: var(--ink); font-size: 21px; }
.article-content.article-state { max-width: none; }
.article-contact { position: sticky; top: 142px; padding: 26px 0 0; border-top: 3px solid var(--accent); }
.article-contact strong { display: block; margin-bottom: 12px; font-size: 20px; line-height: 1.3; }
.article-contact p { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.article-contact .button { width: 100%; }

@media (prefers-reduced-motion: no-preference) {
  .article-loading span { animation: article-skeleton 1.4s ease-in-out infinite alternate; }
  .article-loading span:nth-child(2) { animation-delay: .12s; }
  .article-loading span:nth-child(3) { animation-delay: .24s; }
}

@keyframes article-skeleton {
  from { opacity: .42; }
  to { opacity: .78; }
}

@media (max-width: 1180px) and (min-width: 1021px) {
  .desktop-nav { gap: 19px; }
  .desktop-nav a { font-size: 14px; }
  .header-contact { min-height: 50px; padding-inline: 20px; font-size: 14px; }
}

@media (max-width: 1020px) {
  .article-index-hero { padding-block: 74px 50px; }
  .article-grid { gap: 18px; }
  .article-card-body { padding: 24px; }
  .article-card h2 { font-size: 25px; }
  .article-detail { padding-block: 44px 90px; }
  .article-reading-layout { grid-template-columns: 1fr; gap: 52px; }
  .article-contact { position: static; max-width: 520px; }
}

@media (max-width: 680px) {
  .article-index-hero { padding-block: 58px 40px; }
  .article-index-hero h1 { font-size: 41px; }
  .article-index-hero > p:last-child { font-size: 15px; }
  .article-index { padding-bottom: 72px; }
  .article-index-heading { margin-bottom: 26px; }
  .article-index-heading h2 { font-size: 29px; }
  .article-grid { grid-template-columns: 1fr; gap: 16px; }
  .article-card-body { min-height: 0; padding: 22px 20px; }
  .article-card h2 { font-size: 25px; }
  .article-loading { min-height: 210px; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-inline: 16px; }
  .article-loading span { height: 72px; }
  .article-detail { padding-block: 34px 72px; }
  .article-detail > .breadcrumbs { margin-bottom: 36px; }
  .article-header h1 { font-size: 40px; }
  .article-lead { font-size: 16px; }
  .article-cover { margin: 34px 0 42px; }
  .article-cover img { aspect-ratio: 4 / 3; }
  .article-reading-layout { gap: 38px; }
  .article-content > p { font-size: 16px; line-height: 1.75; }
  .article-content > p:first-child { font-size: 18px; }
}
/* Reference-led homepage reconstruction */
.hero-single {
  min-height: clamp(520px, 43vw, 640px);
  align-items: center;
  background: var(--surface-alt);
}
.hero-single .hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.hero-single .hero-scrim {
  background: linear-gradient(90deg, color-mix(in srgb, var(--surface) 99%, transparent) 0%, color-mix(in srgb, var(--surface) 94%, transparent) 32%, color-mix(in srgb, var(--surface) 58%, transparent) 50%, transparent 74%);
}
.hero-single .hero-content {
  padding-block: 60px;
}
.hero-single .hero-content h1 {
  max-width: 650px;
  color: var(--navy-strong);
}
.hero-single .hero-lead {
  max-width: 570px;
  color: var(--ink-soft);
}
.hero-single .button-ghost {
  color: var(--navy);
  border-color: color-mix(in srgb, var(--navy) 52%, var(--line));
  background: color-mix(in srgb, var(--surface) 80%, transparent);
}
.hero-single .button-ghost:hover {
  color: #f8fbfd;
  background: var(--navy);
}

.company-story-section {
  padding-block: 82px;
  background: var(--paper);
}
.company-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow: var(--card-shadow);
}
.company-media {
  position: relative;
  min-height: 490px;
  overflow: hidden;
  background: var(--surface-alt);
}
.company-media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(180deg, transparent, rgb(5 40 79 / 74%));
  pointer-events: none;
}
.company-media img {
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}
.company-media:hover img { transform: scale(1.025); }
.company-media-link {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(248 251 253 / 45%);
  color: #f8fbfd;
}
.company-media-link small { font-size: 12px; }
.company-media-link strong { font-size: 16px; }
.company-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 54px 52px;
}
.company-story-copy h2 {
  margin-bottom: 17px;
  font-size: clamp(32px, 3.2vw, 44px);
  letter-spacing: 0;
}
.company-story-copy > p {
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}
.company-story-copy dl { margin: 0 0 26px; }
.company-story-copy dl div {
  display: grid;
  grid-template-columns: 118px 1fr;
  gap: 18px;
  padding-block: 13px;
  border-bottom: 1px solid var(--line);
}
.company-story-copy dt { font-size: 13px; font-weight: 750; }
.company-story-copy dd {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.company-story-copy .button { align-self: flex-start; }

.digital-print-section {
  padding-block: 82px;
  border-top: 0;
  background: var(--surface-alt);
}
.digital-print-grid {
  grid-template-columns: minmax(300px, .76fr) minmax(0, 1.24fr);
  gap: clamp(44px, 6vw, 84px);
}
.digital-print-grid > div:first-child { max-width: 480px; }
.digital-print-grid h2 {
  font-size: clamp(32px, 3.2vw, 44px);
  line-height: 1.07;
}
.digital-print-grid > div:first-child > p {
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 14px;
}
.digital-print-grid ul { margin-block: 17px 26px; }
.digital-print-grid li {
  padding-block: 11px;
  border-top: 1px solid var(--line);
}
.digital-print-grid li:last-child { border-bottom: 1px solid var(--line); }
.digital-print-visual,
.digital-print-visual img {
  height: 430px;
  border-radius: var(--card-radius);
}
.digital-print-visual { box-shadow: var(--card-shadow); }

.social-gallery-section {
  padding-block: 82px 90px;
  background: var(--surface);
}
.social-gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 36px;
  margin-bottom: 34px;
}
.social-gallery-heading > div { max-width: 700px; }
.social-gallery-heading .eyebrow { margin-bottom: 10px; }
.social-gallery-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 3.2vw, 44px);
  letter-spacing: 0;
}
.social-gallery-heading p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}
.social-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 185px;
  gap: 10px;
}
.social-gallery-grid a {
  min-width: 0;
  overflow: hidden;
  border-radius: var(--card-radius);
  background: var(--surface-alt);
}
.social-gallery-grid a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}
.social-gallery-grid a:nth-child(6) { grid-column: span 2; }
.social-gallery-grid img {
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(.16, 1, .3, 1);
}
.social-gallery-grid a:hover img { transform: scale(1.035); }

.sustainability-backdrop { opacity: .44; }
.sustainability-backdrop img { object-position: center; }
.sustainability-backdrop::after { background: rgb(8 45 29 / 78%); }

.home-quote-section {
  padding-block: 82px 90px;
  scroll-margin-top: 110px;
  background: var(--surface-alt);
}
.home-quote-layout {
  display: grid;
  grid-template-columns: minmax(260px, .38fr) minmax(0, .62fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: start;
}
.home-quote-intro {
  position: sticky;
  top: 145px;
}
.home-quote-intro h2 {
  margin-bottom: 15px;
  font-size: clamp(34px, 3.4vw, 46px);
  letter-spacing: 0;
}
.home-quote-intro > p {
  margin-bottom: 25px;
  color: var(--muted);
  font-size: 14px;
}
.home-quote-direct {
  display: grid;
  gap: 10px;
}
.home-quote-direct a {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.home-quote-direct span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.home-quote-direct strong {
  overflow-wrap: anywhere;
  font-size: 13px;
}
.home-quote-section .rfq-form { margin: 0; }
.home-quote-section .form-heading h3 {
  margin: 0;
  font-size: 28px;
}
.home-quote-section .form-heading p { margin: 0; }

@media (prefers-color-scheme: dark) {
  .hero-single { background: var(--navy-strong); }
  .hero-single .hero-scrim {
    background: linear-gradient(90deg, rgb(6 22 36 / 98%) 0%, rgb(6 22 36 / 91%) 35%, rgb(6 22 36 / 54%) 54%, transparent 78%);
  }
  .hero-single .hero-content h1 { color: #f4f9fc; }
  .hero-single .hero-lead { color: var(--ink-soft); }
  .hero-single .button-ghost {
    color: #edf5fa;
    border-color: #7796aa;
    background: rgb(7 29 49 / 54%);
  }
}

@media (max-width: 1020px) {
  .company-story-grid,
  .digital-print-grid,
  .home-quote-layout { grid-template-columns: 1fr; }
  .company-media { min-height: 420px; }
  .company-story-copy { padding: 44px 40px 48px; }
  .digital-print-grid > div:first-child { max-width: 650px; }
  .home-quote-intro { position: static; max-width: 680px; }
}

@media (max-width: 680px) {
  .hero-single {
    min-height: 610px;
    align-items: end;
  }
  .hero-single .hero-slide { object-position: 66% center; }
  .hero-single .hero-scrim {
    background: linear-gradient(0deg, color-mix(in srgb, var(--surface) 100%, transparent) 0%, color-mix(in srgb, var(--surface) 96%, transparent) 44%, color-mix(in srgb, var(--surface) 35%, transparent) 76%, transparent 100%);
  }
  .hero-single .hero-content { padding: 190px 0 74px; }
  .hero-single .hero-content h1,
  .hero-single .hero-lead { max-width: calc(100% - 58px); }
  .company-story-section,
  .digital-print-section,
  .social-gallery-section,
  .home-quote-section { padding-block: 58px 64px; }
  .company-media { min-height: 280px; }
  .company-media-link {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }
  .company-story-copy { padding: 31px 23px 35px; }
  .company-story-copy dl div {
    grid-template-columns: 96px 1fr;
    gap: 12px;
  }
  .digital-print-visual,
  .digital-print-visual img { height: 300px; }
  .social-gallery-heading {
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 26px;
  }
  .social-gallery-heading .button { align-self: flex-start; }
  .social-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 145px;
    gap: 8px;
  }
  .social-gallery-grid a:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 245px;
  }
  .social-gallery-grid a:nth-child(6) { grid-column: 1 / -1; }
  .home-quote-layout { gap: 34px; }
  .home-quote-section .rfq-form { padding: 24px 20px; }
  .social-link { width: 38px; height: 38px; }
  .social-icon { width: 20px; height: 20px; }
  .social-tooltip { display: none; }
}

@media (max-width: 1020px) {
  .site-header { height: 92px; }
  .header-inner { height: 66px; }
  .contact-bar-inner > span { display: none; }
  .contact-bar-inner { justify-content: flex-end; }
}

@media (max-width: 680px) {
  .contact-bar-inner { justify-content: center; }
  .contact-bar-inner > div { width: 100%; display: flex; justify-content: center; gap: 12px; }
}

@media (max-width: 680px) and (prefers-color-scheme: dark) {
  .hero-single .hero-scrim {
    background: linear-gradient(0deg, rgb(6 22 36 / 99%) 0%, rgb(6 22 36 / 95%) 44%, rgb(6 22 36 / 40%) 76%, transparent 100%);
  }
}

/* Homepage structure rebuilt from the supplied content map. */
body[data-view="home"] .reference-row {
  position: relative;
  padding-block: clamp(74px, 7vw, 112px);
  scroll-margin-top: 118px;
}

body[data-view="home"] .reference-main {
  width: var(--shell);
  margin-inline: auto;
}

body[data-view="home"] .reference-label { display: none; }

body[data-view="home"] .reference-row .directory-intro {
  max-width: 760px;
  margin: 0 0 46px;
  text-align: left;
}

body[data-view="home"] .reference-row .directory-intro h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-size: clamp(34px, 3.2vw, 46px);
  line-height: 1.05;
  font-weight: 720;
  text-transform: none;
}

body[data-view="home"] .reference-row .directory-intro p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

body[data-view="home"] .reference-row .directory-intro .text-link { margin-top: 10px; }

body[data-view="home"] .formats-section {
  padding-block: clamp(74px, 7vw, 112px);
  background: var(--surface);
}

body[data-view="home"] .formats-section .format-directory-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body[data-view="home"] .formats-section .format-directory-card {
  padding: 9px 9px 0;
  border-color: var(--line);
  border-radius: var(--card-radius);
  box-shadow: var(--card-shadow);
}

body[data-view="home"] .formats-section .format-directory-card img {
  aspect-ratio: 1;
  border-radius: 7px;
  object-fit: contain;
}

body[data-view="home"] .formats-section .format-directory-card strong {
  min-height: 70px;
  padding: 12px 8px 14px;
  font-size: 16px;
  line-height: 1.25;
}

body[data-view="home"] .application-section { background: var(--surface-alt); }

body[data-view="home"] .application-section .application-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body[data-view="home"] .application-section .application-card:nth-child(n) { grid-column: auto; }

body[data-view="home"] .application-section .application-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

body[data-view="home"] .application-section .application-card span {
  min-height: 104px;
  padding: 16px 17px 19px;
}

body[data-view="home"] .application-section .application-cta {
  grid-column: span 1;
  min-height: 0;
  padding: 27px 24px;
}

body[data-view="home"] .application-section .application-cta h3 { font-size: 24px; }

body[data-view="home"] .company-story-section { background: var(--paper); }

body[data-view="home"] .company-video {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow: var(--card-shadow);
}

body[data-view="home"] .company-video .company-media {
  min-height: 500px;
  border-radius: 0;
}

body[data-view="home"] .company-video .company-media::after {
  inset: 0;
  background: rgb(5 40 79 / 16%);
}

body[data-view="home"] .company-video .company-media img { object-position: center; }

body[data-view="home"] .company-video .company-story-copy { padding: 52px; }

body[data-view="home"] .digital-print-section { background: var(--surface-alt); }

body[data-view="home"] .digital-print-grid {
  display: grid;
  grid-template-columns: minmax(290px, .78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 6vw, 82px);
  align-items: center;
}

body[data-view="home"] .digital-print-visual,
body[data-view="home"] .digital-print-visual img { height: 430px; }

body[data-view="home"] .digital-print-visual img { object-fit: cover; }

body[data-view="home"] .social-gallery-section { background: var(--surface); }

body[data-view="home"] .social-gallery-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 8px;
}

body[data-view="home"] .social-gallery-grid a,
body[data-view="home"] .social-gallery-grid a:first-child,
body[data-view="home"] .social-gallery-grid a:nth-child(6) {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 1;
}

body[data-view="home"] .social-gallery-grid img { object-fit: cover; }

body[data-view="home"] .sustainability-section {
  min-height: 0;
  padding-block: 0;
  color: #f8fbfd;
  background: var(--sustainability);
}

body[data-view="home"] .sustainability-content {
  position: relative;
  width: 100%;
  max-width: none;
  padding-block: 0;
  overflow: hidden;
}

body[data-view="home"] .sustainability-backdrop { opacity: 1; }

body[data-view="home"] .sustainability-inner {
  position: relative;
  z-index: 2;
  width: var(--shell);
  margin-inline: auto;
  padding-block: clamp(78px, 8vw, 122px);
}

body[data-view="home"] .sustainability-inner .eyebrow { color: #b7dcc8; }

body[data-view="home"] .sustainability-inner h2 {
  max-width: 720px;
  margin-bottom: 46px;
  color: #fff;
}

body[data-view="home"] .faq-section { background: var(--paper); }

body[data-view="home"] .faq-layout {
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
  gap: clamp(44px, 7vw, 100px);
}

body[data-view="home"] .home-quote-section { background: var(--surface-alt); }

body[data-view="home"] .home-quote-layout {
  display: grid;
  grid-template-columns: minmax(260px, .36fr) minmax(0, .64fr);
  gap: clamp(44px, 7vw, 96px);
}

@media (max-width: 1020px) {
  body[data-view="home"] .formats-section .format-directory-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
  body[data-view="home"] .application-section .application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-view="home"] .application-section .application-cta { grid-column: 1 / -1; }
  body[data-view="home"] .company-video,
  body[data-view="home"] .digital-print-grid,
  body[data-view="home"] .faq-layout,
  body[data-view="home"] .home-quote-layout { grid-template-columns: 1fr; }
  body[data-view="home"] .company-video .company-media { min-height: 420px; }
  body[data-view="home"] .social-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body[data-view="home"] .reference-row { padding-block: 58px 64px; }
  body[data-view="home"] .reference-row .directory-intro { margin-bottom: 28px; }
  body[data-view="home"] .formats-section .format-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
  body[data-view="home"] .formats-section .format-directory-card { padding: 7px 7px 0; }
  body[data-view="home"] .formats-section .format-directory-card strong { min-height: 62px; font-size: 13px; line-height: 1.25; }
  body[data-view="home"] .application-section .application-grid { gap: 10px; }
  body[data-view="home"] .application-section .application-card span { min-height: 106px; padding: 13px 12px 15px; }
  body[data-view="home"] .application-section .application-card strong { font-size: 14px; }
  body[data-view="home"] .application-section .application-card small { font-size: 10.5px; }
  body[data-view="home"] .company-video .company-media { min-height: 270px; }
  body[data-view="home"] .company-video .company-story-copy { padding: 30px 23px 35px; }
  body[data-view="home"] .digital-print-visual,
  body[data-view="home"] .digital-print-visual img { height: 280px; }
  body[data-view="home"] .social-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body[data-view="home"] .sustainability-inner { padding-block: 68px; }
  body[data-view="home"] .sustainability-inner h2 { margin-bottom: 30px; }
  body[data-view="home"] .home-quote-layout { gap: 34px; }
}

@media (min-width: 1021px) {
  body[data-view="home"] .reference-row { grid-template-columns: minmax(0, 1fr); }
  body[data-view="home"] .reference-main { width: var(--shell); margin-inline: auto; padding: clamp(62px, 6vw, 96px) clamp(28px, 5vw, 76px); }
  body[data-view="home"] .reference-label { display: none; }
  body[data-view="home"] .reference-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    padding-block: 0;
    border-block: 1px solid var(--line);
  }

  body[data-view="home"] .reference-row + .reference-row { border-top: 0; }

  body[data-view="home"] .reference-main {
    width: var(--shell);
    margin-inline: auto;
    padding: clamp(62px, 6vw, 96px) clamp(28px, 5vw, 76px);
  }

  body[data-view="home"] .reference-label {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    border-left: 1px solid var(--line);
    color: var(--ink);
    font-size: clamp(20px, 2vw, 32px);
    line-height: 1.18;
    text-align: center;
  }

  body[data-view="home"] .sustainability-section .reference-main { padding: 0; }
  body[data-view="home"] .sustainability-section .sustainability-inner { width: min(100% - 120px, 900px); }
}

/* Keep the format directory scannable: an anchored introduction beside a three-row desktop grid. */
body[data-view="home"] .formats-section .reference-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
body[data-view="home"] .formats-section .reference-label { display: none; }
body[data-view="home"] .application-section .reference-label { display: none; }
body[data-view="home"] .formats-section .directory-intro {
  grid-column: 1;
  grid-row: 1;
  position: static;
  margin: 0;
}
body[data-view="home"] .formats-section .directory-intro h2 {
  font-size: clamp(32px, 2.8vw, 40px);
  line-height: 1.04;
}
body[data-view="home"] .formats-section .directory-intro p {
  font-size: 13px;
  line-height: 1.5;
}
body[data-view="home"] .formats-section .format-directory-grid {
  display: contents;
  gap: 18px;
}
body[data-view="home"] .formats-section .format-directory-card {
  min-width: 0;
}

@media (max-width: 1100px) {
body[data-view="home"] .formats-section .reference-main { grid-template-columns: 1fr; gap: 0; }
body[data-view="home"] .formats-section .directory-intro { position: static; max-width: 760px; margin: 0 0 36px; }
body[data-view="home"] .formats-section .format-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body[data-view="home"] .formats-section .directory-intro { margin-bottom: 28px; }
  body[data-view="home"] .formats-section .reference-main { padding-right: 58px; }
body[data-view="home"] .formats-section .format-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Keep the production preview in the familiar 16:9 YouTube landscape ratio. */
body[data-view="home"] .why-choose-layout { align-items: start; }
body[data-view="home"] .why-choose-video {
  min-height: 0;
  aspect-ratio: 16 / 9;
  height: auto;
}

@media (min-width: 1021px) {
  body[data-view="home"] .why-choose-layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
    align-items: start;
  }
  body[data-view="home"] .why-choose-video {
    aspect-ratio: 16 / 9;
    height: auto;
  }
  body[data-view="home"] .why-choose-copy {
    padding: 26px 38px 30px;
  }
  body[data-view="home"] .why-choose-copy h2 {
    margin-bottom: 10px;
    font-size: clamp(30px, 2.7vw, 38px);
    line-height: 1.02;
  }
  body[data-view="home"] .why-choose-copy > p {
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  body[data-view="home"] .why-choose-points {
    margin-bottom: 16px;
  }
  body[data-view="home"] .why-choose-points li {
    padding: 9px 0;
  }
  body[data-view="home"] .why-choose-points span {
    font-size: 11px;
    line-height: 1.35;
  }
}

/* Why choose us: keep the production story visual on the left and the proof points scannable on the right. */
.why-choose-section { background: var(--paper); }
.why-choose-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .92fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
  background: var(--surface);
  box-shadow: var(--card-shadow);
}
.why-choose-video {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  isolation: isolate;
  background: var(--surface-alt);
}
.why-choose-video::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgb(5 40 79 / 5%), rgb(5 40 79 / 68%));
  pointer-events: none;
}
.why-choose-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}
.why-choose-video:hover img { transform: scale(1.025); }
.why-choose-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  border: 1px solid rgb(248 251 253 / 70%);
  border-radius: 50%;
  background: rgb(7 76 123 / 88%);
  box-shadow: 0 12px 30px rgb(5 40 79 / 22%);
  transform: translate(-50%, -50%);
  transition: background-color .2s ease, transform .2s ease;
}
.why-choose-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}
.why-choose-video:hover .why-choose-play {
  background: var(--accent-strong);
  transform: translate(-50%, -50%) scale(1.04);
}
.why-choose-video-link {
  position: absolute;
  right: 26px;
  bottom: 24px;
  left: 26px;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid rgb(248 251 253 / 45%);
  color: #f8fbfd;
}
.why-choose-video-link small { font-size: 12px; }
.why-choose-video-link strong { font-size: 16px; }
.why-choose-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}
.why-choose-copy h2 {
  margin-bottom: 17px;
  font-size: clamp(32px, 3.2vw, 44px);
  letter-spacing: 0;
}
.why-choose-copy > p { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.why-choose-points {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--line);
}
.why-choose-points li { display: grid; grid-template-columns: minmax(130px, .42fr) minmax(0, .58fr); gap: 18px; padding: 14px 0; }
.why-choose-points li + li { border-top: 1px solid var(--line); }
.why-choose-points strong { font-size: 13px; }
.why-choose-points span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.why-choose-copy .button { align-self: flex-start; }

@media (max-width: 1020px) {
  .why-choose-layout { grid-template-columns: 1fr; }
  .why-choose-video { min-height: 420px; }
}

@media (max-width: 680px) {
  .why-choose-video { min-height: 270px; }
  .why-choose-play { width: 56px; height: 56px; }
  .why-choose-copy { padding: 30px 23px 35px; }
  .why-choose-points li { grid-template-columns: 1fr; gap: 5px; }
  .why-choose-video-link { right: 18px; bottom: 17px; left: 18px; }
}

/* Digital printed pouches: a compact product-led banner inspired by the supplied reference. */
.digital-print-section { background: var(--surface-alt); }
.digital-print-grid { grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: clamp(38px, 6vw, 82px); align-items: center; }
.digital-print-grid h2 { max-width: 390px; font-size: clamp(30px, 3vw, 42px); line-height: 1.04; }
.digital-print-grid > div:first-child > p { max-width: 430px; }
.digital-print-grid ul { margin-block: 20px 26px; }
.digital-print-grid li { position: relative; padding: 10px 0 10px 26px; border-top: 0; font-size: 14px; }
.digital-print-grid li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 800; }
.digital-print-grid li:last-child { border-bottom: 0; }
.digital-print-visual { overflow: hidden; min-height: 300px; box-shadow: var(--card-shadow); }
.digital-print-visual img { height: 300px; object-fit: cover; object-position: center; transition: transform .5s cubic-bezier(.16, 1, .3, 1); }
.digital-print-visual:hover img { transform: scale(1.02); }

@media (max-width: 1020px) {
  .digital-print-grid { grid-template-columns: 1fr; gap: 32px; }
  .digital-print-grid > div:first-child { max-width: 640px; }
  .digital-print-visual, .digital-print-visual img { min-height: 340px; height: 340px; }
}

@media (max-width: 680px) {
  .digital-print-grid h2 { font-size: 31px; }
  .digital-print-visual, .digital-print-visual img { min-height: 240px; height: 240px; }
}

/* Instagram feed: keep the reference's editorial header and tight product grid. */
body[data-view="home"] .social-gallery-section {
  padding-block: clamp(58px, 7vw, 92px) clamp(62px, 7vw, 96px);
}

body[data-view="home"] .social-gallery-heading {
  display: block;
  margin-bottom: clamp(28px, 4vw, 42px);
}

body[data-view="home"] .social-gallery-heading > div { max-width: 720px; }

body[data-view="home"] .social-gallery-heading .eyebrow {
  margin-bottom: 12px;
}

body[data-view="home"] .social-gallery-heading h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.05;
}

body[data-view="home"] .social-gallery-heading p:last-of-type {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 15px;
}

body[data-view="home"] .social-handle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

body[data-view="home"] .social-handle span {
  color: var(--accent);
  font-size: 16px;
  transition: transform .18s ease;
}

body[data-view="home"] .social-handle:hover span,
body[data-view="home"] .social-handle:focus-visible span { transform: translate(2px, -2px); }

body[data-view="home"] .social-handle:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--accent) 34%, transparent);
  outline-offset: 5px;
}

body[data-view="home"] .social-gallery-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 6px;
}

body[data-view="home"] .social-gallery-grid a,
body[data-view="home"] .social-gallery-grid a:first-child,
body[data-view="home"] .social-gallery-grid a:nth-child(6) {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 1;
  border-radius: 0;
}

body[data-view="home"] .social-gallery-grid img {
  object-fit: cover;
}

body[data-view="home"] .social-gallery-grid a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

@media (max-width: 1020px) {
  body[data-view="home"] .social-gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  body[data-view="home"] .social-gallery-section { padding-block: 58px 64px; }
  body[data-view="home"] .social-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
  body[data-view="home"] .social-handle { font-size: 17px; }
}

/* Sustainability policy panel: three clear commitments over a distinct product-design image. */
body[data-view="home"] .sustainability-section { min-height: 0; }
body[data-view="home"] .sustainability-backdrop { opacity: 1; }
body[data-view="home"] .sustainability-backdrop img { object-position: center; filter: saturate(.68); }

/* Company footer: reference-led hierarchy with verified WINSENPACK information. */
.site-footer {
  padding-top: 0;
  color: #f4f9fc;
  background: var(--navy-strong);
}

.footer-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  padding-block: clamp(68px, 7vw, 96px) clamp(46px, 5vw, 66px);
  border-bottom: 1px solid #29445a;
}

.footer-callout > div:first-child { max-width: 760px; }
.footer-kicker {
  margin: 0 0 18px;
  color: #83c9ef;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer-callout h2 {
  max-width: 720px;
  margin: 0 0 18px;
  color: #f4f9fc;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.02;
  text-transform: none;
}
.footer-callout > div:first-child > p:last-child {
  max-width: 650px;
  margin: 0;
  color: #b2c9d6;
  font-size: 15px;
}
.footer-callout-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; }
.footer-callout-actions a {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  border: 1px solid #3a5a70;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 750;
  white-space: nowrap;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.footer-callout-primary { color: #f8fbfd; border-color: var(--accent); background: var(--accent); }
.footer-callout-secondary { color: #d7e6ee; background: #0d2c44; }
.footer-callout-actions a:hover { color: #f8fbfd; border-color: #72b9df; background: #125f91; }
.footer-callout-actions a:active { transform: translateY(1px); }
.footer-callout-actions a:focus-visible,
.footer-social-link:focus-visible,
.footer-column a:focus-visible { outline: 3px solid #72b9df; outline-offset: 3px; }

.footer-connect {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-block: 22px;
  border-bottom: 1px solid #29445a;
}
.footer-connect > strong { font-size: 14px; }
.footer-socials { display: flex; gap: 10px; }
.footer-social-link {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #3a5a70;
  border-radius: var(--radius);
  color: #d7e6ee;
  background: #0d2c44;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.footer-social-link:hover { color: #f8fbfd; border-color: var(--social-color); background: var(--social-color); transform: translateY(-2px); }
.footer-social-link .social-icon { width: 21px; height: 21px; }

.footer-directory {
  display: grid;
  grid-template-columns: minmax(260px, 1.45fr) repeat(4, minmax(130px, 1fr));
  gap: clamp(30px, 4vw, 62px);
  padding-block: clamp(50px, 6vw, 76px);
}
.footer-about p { max-width: 350px; margin: 22px 0 16px; color: #b2c9d6; font-size: 13px; }
.footer-about > span { color: #83a7bb; font-size: 11px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; font-style: normal; }
.footer-column strong { margin-bottom: 8px; color: #f4f9fc; font-size: 13px; }
.footer-column a,
.footer-column > span { color: #b2c9d6; font-size: 12px; line-height: 1.55; }
.footer-column a { transition: color .16s ease, transform .16s ease; }
.footer-column a:hover { color: #f4f9fc; transform: translateX(2px); }
.footer-project-desk small { margin-top: 2px; color: #83a7bb; font-size: 10px; line-height: 1.5; }
.footer-bottom {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid #29445a;
  color: #83a7bb;
  font-size: 10px;
}

@media (max-width: 1100px) {
  .footer-callout { grid-template-columns: 1fr; gap: 30px; }
  .footer-callout-actions { max-width: 460px; flex-direction: row; }
  .footer-callout-actions a { flex: 1 1 0; }
  .footer-directory { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-about { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .footer-callout { padding-block: 58px 42px; }
  .footer-callout h2 { font-size: 36px; }
  .footer-callout-actions { max-width: none; flex-direction: column; }
  .footer-connect { align-items: flex-start; flex-direction: column; padding-block: 26px; }
  .footer-socials { width: 100%; flex-wrap: wrap; }
  .footer-directory { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 24px; padding-block: 46px; }
  .footer-about,
  .footer-project-desk { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}
body[data-view="home"] .sustainability-backdrop::after { background: rgb(6 35 28 / 82%); }
body[data-view="home"] .sustainability-inner { padding-block: clamp(70px, 8vw, 112px); }
body[data-view="home"] .sustainability-inner h2 {
  max-width: none;
  margin: 0 auto clamp(46px, 6vw, 72px);
  color: #fff;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.05;
  text-align: center;
}
body[data-view="home"] .sustainability-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border: 0;
  border-top: 1px solid rgb(199 226 209 / 32%);
}
body[data-view="home"] .sustainability-grid article {
  min-height: 0;
  align-items: center;
  justify-content: flex-start;
  padding: 30px clamp(18px, 3vw, 42px) 0;
  border: 0;
  text-align: center;
}
body[data-view="home"] .sustainability-grid article + article {
  border-left: 1px solid rgb(199 226 209 / 32%);
}
body[data-view="home"] .sustainability-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  color: #f8fbfd;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1;
}
body[data-view="home"] .sustainability-grid strong {
  color: #fff;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.2;
}
body[data-view="home"] .sustainability-grid p {
  max-width: 34ch;
  margin: 12px auto 0;
  color: #d7e5dd;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 680px) {
  body[data-view="home"] .sustainability-inner { padding-block: 68px; }
  body[data-view="home"] .sustainability-inner h2 { margin-bottom: 38px; }
  body[data-view="home"] .sustainability-grid { grid-template-columns: 1fr; border-top: 0; }
  body[data-view="home"] .sustainability-grid article,
  body[data-view="home"] .sustainability-grid article + article {
    padding: 25px 0 29px;
    border: 0;
    border-bottom: 1px solid rgb(199 226 209 / 32%);
  }
  body[data-view="home"] .sustainability-grid article:last-child { border-bottom: 0; }
}

/* RFQ attachment control */
.rfq-form .file-field {
  padding: 18px;
  border: 1px dashed color-mix(in srgb, var(--accent) 48%, var(--line));
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--surface-alt) 78%, var(--surface));
}
.rfq-form .file-field input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.file-control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.file-button {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-left: 8px;
  padding: 0 14px;
  border: 0;
  border-radius: calc(var(--radius) - 2px);
  color: #fff;
  background: var(--accent);
  font: inherit;
  font-size: 12px;
  font-weight: 750;
}
.file-name {
  min-width: 0;
  overflow: hidden;
  padding: 0 14px;
  color: var(--ink-soft);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rfq-form .file-field small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}
.rfq-form .file-field:focus-within {
  border-color: var(--accent);
  outline: 3px solid color-mix(in srgb, var(--accent) 18%, transparent);
}
