:root {
  --paper: #f7f6f2;
  --paper-deep: #eceae4;
  --white: #ffffff;
  --ink: #17191d;
  --muted: #676b73;
  --line: rgba(23, 25, 29, .13);
  --navy: #101827;
  --navy-2: #172338;
  --blue: #075dad;
  --blue-bright: #0a72d4;
  --red: #e12b32;
  --yellow: #f1c928;
  --radius-lg: 34px;
  --radius-md: 24px;
  --shadow: 0 28px 80px rgba(16, 24, 39, .13);
  --container: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: -100px; left: 16px; background: var(--yellow); padding: 12px 18px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 92px;
  background: rgba(247, 246, 242, .9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: height .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { height: 76px; border-color: var(--line); box-shadow: 0 10px 40px rgba(16, 24, 39, .06); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 42px; }
.brand { display: block; width: 156px; flex: 0 0 auto; }
.brand img { width: 100%; height: 66px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 38px; margin-left: auto; height: 100%; }
.site-nav a { position: relative; display: flex; align-items: center; height: 100%; font-size: 14px; font-weight: 600; }
.site-nav a::after { content: ""; position: absolute; height: 2px; left: 0; right: 100%; bottom: 24px; background: var(--blue); transition: right .22s ease; }
.site-nav a:hover::after { right: 0; }
.nav-mobile-contact { display: none !important; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.language-switch { display: flex; align-items: center; gap: 8px; }
.language-switch button { border: 0; padding: 4px 1px; background: none; color: #92959b; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .06em; }
.language-switch button.active { color: var(--ink); }
.language-switch span { width: 1px; height: 13px; background: var(--line); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 12px; padding: 10px; cursor: pointer; }
.menu-toggle span { display: block; width: 100%; height: 1.5px; margin: 4px 0; background: var(--ink); transition: .2s ease; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 11px; font-family: "Manrope", Arial, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.button-small { min-height: 44px; padding-inline: 19px; font-size: 13px; }
.button-blue { background: var(--blue); color: var(--white); box-shadow: 0 12px 28px rgba(7, 93, 173, .2); }
.button-blue:hover { background: #064f94; box-shadow: 0 15px 34px rgba(7, 93, 173, .28); }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.35); }
.button-ghost:hover { background: var(--white); }
.button-white { background: var(--white); color: var(--navy); border: 0; }

.hero { min-height: 790px; padding: 138px 0 62px; display: flex; align-items: stretch; }
.hero-grid { display: grid; grid-template-columns: 54% 46%; min-height: 600px; align-items: stretch; }
.hero-copy { padding: 76px 72px 46px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 11px; margin: 0 0 25px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow > span:first-child { width: 32px; height: 2px; background: var(--blue); }
h1, h2, h3 { font-family: "Manrope", Arial, sans-serif; margin-top: 0; }
.hero h1 { margin-bottom: 28px; max-width: 690px; font-size: clamp(48px, 5vw, 76px); line-height: .99; letter-spacing: -.055em; font-weight: 700; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #4e535c; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 13px; margin-top: 36px; }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; height: 100%; min-height: 610px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; animation: hero-breathe 18s ease-in-out infinite; }
@keyframes hero-breathe {
  0%, 100% { transform: scale(1.01); }
  50% { transform: scale(1.055); }
}
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,10,18,.12), transparent 52%, rgba(5,10,18,.64)), linear-gradient(90deg, rgba(8,13,23,.2), transparent 40%); }
.visual-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 50px; background: rgba(10,18,30,.58); color: white; backdrop-filter: blur(12px); font-size: 11px; letter-spacing: .04em; }
.visual-label i { width: 8px; height: 8px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 5px rgba(10,114,212,.17); }
.label-top { top: 30px; left: 30px; }
.label-bottom { right: 30px; bottom: 32px; }
.label-bottom i { background: var(--yellow); box-shadow: 0 0 0 5px rgba(241,201,40,.14); }
.visual-index { position: absolute; z-index: 2; left: 30px; bottom: 32px; color: rgba(255,255,255,.75); font-family: "Manrope", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.visual-accent { position: absolute; z-index: 3; border-radius: 4px; }
.accent-red { width: 8px; height: 110px; right: -4px; top: 72px; background: var(--red); }
.accent-yellow { width: 82px; height: 6px; left: 56px; bottom: -3px; background: var(--yellow); }

.capability-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.32); }
.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.capability { min-height: 110px; padding: 26px 26px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.capability:first-child { border-left: 1px solid var(--line); }
.capability strong { font-family: "Manrope", Arial, sans-serif; font-size: 13px; line-height: 1.35; }
.capability-icon { position: relative; width: 30px; height: 30px; flex: 0 0 auto; border: 1px solid rgba(7,93,173,.3); border-radius: 50%; }
.icon-focus::after { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: var(--blue); }
.icon-control::after { content: ""; position: absolute; width: 14px; height: 1px; background: var(--blue); left: 7px; top: 14px; box-shadow: 0 -5px 0 var(--blue), 0 5px 0 var(--blue); }
.icon-support::before, .icon-support::after { content: ""; position: absolute; background: var(--blue); }
.icon-support::before { width: 14px; height: 1px; left: 7px; top: 14px; }
.icon-support::after { width: 1px; height: 14px; left: 14px; top: 7px; }
.icon-supply::after { content: ""; position: absolute; inset: 8px 7px; border: 1px solid var(--blue); transform: rotate(45deg); }

.section { padding: 128px 0; }
.section-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading-single { grid-template-columns: minmax(0, 1fr); }
.section-heading-single > div { max-width: 980px; }
.section-kicker { margin-bottom: 20px; }
.section-kicker.light { color: #80bdf5; }
.section-heading h2, .process-heading h2, .about-copy h2, .contact-copy h2 { margin-bottom: 0; font-size: clamp(38px, 4.2vw, 60px); line-height: 1.07; letter-spacing: -.045em; }
.section-heading > p { max-width: 520px; margin: 0 0 6px; color: var(--muted); font-size: 16px; line-height: 1.75; }

.solutions { background: var(--white); }
.solution-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.solution-card { position: relative; overflow: hidden; border-radius: var(--radius-md); min-width: 0; }
.solution-textile, .solution-digital { min-height: 490px; color: var(--white); }
.solution-textile { grid-column: span 7; background: linear-gradient(140deg, #171d27, #0d1420); }
.solution-digital { grid-column: span 5; background: linear-gradient(145deg, #0868bd, #063c72); }
.solution-supply, .solution-special { grid-column: span 6; min-height: 260px; border: 1px solid var(--line); background: var(--paper); }
.solution-special { background: #f1f4f6; }
.solution-number { position: absolute; z-index: 3; top: 26px; left: 28px; color: currentColor; opacity: .6; font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 700; }
.solution-copy { position: absolute; z-index: 3; inset: auto 32px 30px; }
.solution-copy p { margin: 0 0 10px; opacity: .7; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.solution-copy h3 { max-width: 540px; margin-bottom: 23px; font-size: clamp(27px, 3vw, 42px); line-height: 1.08; letter-spacing: -.035em; }
.solution-copy a { display: inline-flex; align-items: center; gap: 12px; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 12px; font-weight: 700; }
.solution-copy a b { font-size: 16px; }
.solution-supply .solution-copy, .solution-special .solution-copy { inset: 76px 32px 28px; }
.solution-supply .solution-copy h3, .solution-special .solution-copy h3 { max-width: 390px; font-size: clamp(25px, 2.5vw, 36px); }
.solution-art { position: absolute; inset: 0; }
.textile-art { background: radial-gradient(circle at 80% 22%, rgba(10,114,212,.52), transparent 28%), radial-gradient(circle at 62% 55%, rgba(225,43,50,.22), transparent 22%); }
.textile-art span { position: absolute; left: -10%; width: 120%; height: 62px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; transform: rotate(-12deg); }
.textile-art span:nth-child(1) { top: 78px; }
.textile-art span:nth-child(2) { top: 140px; opacity: .7; }
.textile-art span:nth-child(3) { top: 208px; opacity: .5; }
.textile-art span:nth-child(4) { top: 275px; opacity: .3; }
.digital-art { background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 34px 34px; }
.digital-art span { position: absolute; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; right: 54px; top: 74px; }
.digital-art span:nth-child(2) { width: 112px; height: 112px; right: 78px; top: 98px; border-color: var(--yellow); }
.digital-art span:nth-child(3) { width: 20px; height: 20px; right: 124px; top: 144px; border: 0; background: white; box-shadow: 0 0 0 14px rgba(255,255,255,.12); }
.small-card-mark { position: absolute; right: 28px; top: 28px; width: 72px; height: 72px; }
.supply-mark { border: 1px solid rgba(7,93,173,.32); border-radius: 50%; }
.supply-mark::after { content: ""; position: absolute; inset: 18px; border: 2px solid var(--blue); transform: rotate(45deg); }
.special-mark { background: linear-gradient(135deg, var(--red) 0 33%, var(--yellow) 33% 66%, var(--blue) 66%); clip-path: polygon(50% 0, 100% 100%, 0 100%); }

.process-section { background: var(--navy); color: var(--white); }
.process-shell { display: grid; grid-template-columns: .85fr 1.15fr; gap: 110px; align-items: start; }
.process-heading h2 { margin-bottom: 25px; }
.process-heading > p:last-child { max-width: 520px; margin: 0; color: #abb5c5; font-size: 16px; line-height: 1.75; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.process-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 24px; padding: 31px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.process-steps li > span { color: #6caeea; font-family: "Manrope", Arial, sans-serif; font-size: 12px; font-weight: 700; }
.process-steps strong { display: block; margin-bottom: 8px; font-family: "Manrope", Arial, sans-serif; font-size: 20px; }
.process-steps small { display: block; color: #9ba7b7; font-size: 14px; line-height: 1.55; }

.products { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; align-items: stretch; }
.product-card { border-radius: var(--radius-md); background: var(--white); box-shadow: 0 15px 45px rgba(16,24,39,.055); }
.product-featured { display: grid; grid-template-columns: 1fr 1fr; min-height: 630px; overflow: hidden; background: var(--navy); color: var(--white); }
.featured-product-image { position: relative; overflow: hidden; background-image: linear-gradient(180deg, rgba(8,14,25,.2), rgba(8,14,25,.83)), url("assets/hero-textile-process.png"); background-size: cover; background-position: center; }
.product-orbit { position: absolute; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; }
.orbit-one { width: 250px; height: 250px; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.orbit-two { width: 170px; height: 170px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-color: rgba(10,114,212,.85); }
.product-swatch { position: absolute; border-radius: 50%; }
.swatch-blue { width: 30px; height: 30px; background: var(--blue-bright); left: 26%; top: 33%; }
.swatch-red { width: 16px; height: 16px; background: var(--red); left: 69%; top: 63%; }
.swatch-yellow { width: 11px; height: 11px; background: var(--yellow); left: 58%; top: 26%; }
.featured-code { position: absolute; left: 25px; bottom: 24px; color: rgba(255,255,255,.7); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.product-content { display: flex; flex-direction: column; justify-content: flex-end; padding: 50px 42px; }
.product-family { margin: 0 0 18px; color: #6e91b4; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.product-content h3 { margin-bottom: 20px; font-size: clamp(42px, 4vw, 62px); letter-spacing: -.05em; }
.product-content > p:not(.product-family) { margin: 0 0 36px; color: #b5becb; font-size: 15px; line-height: 1.72; }
.product-link { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 18px; border-top: 1px solid currentColor; font-size: 12px; font-weight: 700; }
.product-link b { font-size: 18px; }
.product-stack { display: grid; grid-template-rows: repeat(3, 1fr); gap: 18px; }
.product-small { position: relative; padding: 28px 30px 25px; border: 1px solid rgba(23,25,29,.08); }
.product-small .product-index { position: absolute; right: 25px; top: 25px; color: #a4a7ab; font-size: 11px; }
.product-small .product-family { margin-bottom: 12px; }
.product-small h3 { margin-bottom: 10px; font-size: 24px; letter-spacing: -.035em; }
.product-small > p:not(.product-family) { max-width: 390px; margin: 0 0 23px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.product-small .product-link { color: var(--blue); padding-top: 0; border: 0; }

.about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: center; }
.about-visual { position: relative; min-height: 510px; overflow: hidden; border-radius: var(--radius-lg); background: #e9eef2; }
.legacy-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(7,93,173,.17) 1px, transparent 1px), linear-gradient(90deg, rgba(7,93,173,.17) 1px, transparent 1px); background-size: 42px 42px; }
.legacy-line { position: absolute; height: 1px; background: var(--blue); transform-origin: left center; }
.line-a { width: 72%; left: 10%; top: 62%; transform: rotate(-22deg); }
.line-b { width: 58%; left: 29%; top: 25%; background: rgba(7,93,173,.45); transform: rotate(48deg); }
.legacy-shape { position: absolute; }
.legacy-circle { width: 122px; height: 122px; left: 14%; top: 18%; border-radius: 50%; background: var(--red); mix-blend-mode: multiply; }
.legacy-triangle { width: 154px; height: 138px; right: 18%; top: 24%; background: var(--yellow); clip-path: polygon(50% 0, 100% 100%, 0 100%); mix-blend-mode: multiply; }
.legacy-square { width: 128px; height: 128px; left: 40%; bottom: 14%; background: var(--blue); mix-blend-mode: multiply; }
.legacy-word { position: absolute; z-index: 2; left: 34px; right: 34px; bottom: 29px; display: flex; align-items: center; justify-content: space-between; color: var(--navy); text-transform: uppercase; }
.legacy-word small { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.legacy-word strong { font-size: 28px; }
.about-copy h2 { margin-bottom: 28px; }
.about-copy > p:not(.section-kicker) { max-width: 590px; margin: 0 0 34px; color: var(--muted); font-size: 17px; line-height: 1.78; }
.about-statements { margin-top: 36px; border-top: 1px solid var(--line); }
.about-statement { padding: 22px 0; border-bottom: 1px solid var(--line); }
.about-statement h3 { margin-bottom: 9px; color: var(--navy); font-size: 16px; line-height: 1.35; letter-spacing: -.01em; }
.about-statement p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.about-statement p + p { margin-top: 10px; }
.text-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 7px; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 700; }
.text-link b { font-size: 18px; }

.contact-section { background: var(--navy); color: var(--white); }
.contact-shell { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-copy h2 { max-width: 620px; margin-bottom: 28px; }
.contact-copy > p:not(.section-kicker) { max-width: 570px; margin: 0; color: #aab5c4; font-size: 16px; line-height: 1.75; }
.contact-direct { display: flex; flex-direction: column; gap: 8px; margin-top: 45px; color: #dfe7f2; font-size: 14px; }
.contact-direct a { align-self: flex-start; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-direct a:hover { border-color: var(--white); }
.contact-form { padding: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-md); background: rgba(255,255,255,.055); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 20px; }
.contact-form label > span:first-child { display: block; margin-bottom: 9px; color: #b9c4d2; font-size: 11px; font-weight: 700; letter-spacing: .05em; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; outline: none; background: rgba(4,10,20,.3); color: var(--white); padding: 13px 14px; transition: border-color .2s ease, background .2s ease; }
.contact-form input, .contact-form select { height: 49px; }
.contact-form textarea { resize: vertical; min-height: 112px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #77b8f4; background: rgba(4,10,20,.5); }
.contact-form select option { color: var(--ink); }
.contact-form .consent { display: flex; align-items: flex-start; gap: 10px; margin: 3px 0 25px; }
.contact-form .consent input { width: 16px; height: 16px; margin-top: 2px; padding: 0; flex: 0 0 auto; }
.contact-form .consent span { margin: 0; color: #9eaaba; font-size: 11px; line-height: 1.45; letter-spacing: 0; }
.contact-form .button { min-width: 190px; }
.contact-form .button:disabled { opacity: .65; cursor: wait; transform: none; }
.form-status { min-height: 20px; margin: 18px 0 0; color: #9fd3ff; font-size: 12px; }
.contact-form.has-errors :invalid { border-color: rgba(225,43,50,.75); }

.site-footer { padding: 65px 0 22px; background: #0a101b; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; padding-bottom: 50px; }
.footer-brand img { width: 142px; height: 70px; padding: 6px; border-radius: 8px; background: var(--paper); object-fit: contain; }
.footer-brand p { margin: 20px 0 0; color: #8f9aaa; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid strong { margin-bottom: 4px; color: #6f7c8e; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .footer-grid > div:not(.footer-brand) span { color: #c1cad5; font-size: 13px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #697587; font-size: 10px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--delay, 0ms); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
  .header-inner { gap: 22px; }
  .site-nav { gap: 24px; }
  .hero-grid { grid-template-columns: 51% 49%; }
  .hero-copy { padding-right: 42px; }
  .hero h1 { font-size: 54px; }
  .capability { padding-inline: 16px; }
  .process-shell, .contact-shell { gap: 55px; }
  .product-featured { grid-template-columns: .9fr 1.1fr; }
  .about-grid { gap: 55px; }
}

@media (max-width: 900px) {
  .site-header { height: 76px; }
  .brand { width: 132px; }
  .brand img { height: 56px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-nav { position: fixed; inset: 76px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; height: calc(100vh - 76px); height: calc(100dvh - 76px); margin: 0; padding: 30px 24px max(30px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: var(--paper); opacity: 0; visibility: hidden; transform: translateY(-8px); transition: .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { height: auto; padding: 19px 0; border-bottom: 1px solid var(--line); font-family: "Manrope", Arial, sans-serif; font-size: 22px; }
  .site-nav a::after { display: none; }
  .site-nav .nav-mobile-contact { display: flex !important; justify-content: center; min-height: 54px; margin-top: 22px; padding: 15px 18px; border: 0; border-radius: 12px; background: var(--blue); color: var(--white); font-size: 16px; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
  .header-actions .button { display: none; }
  .hero { padding-top: 108px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 50px 0 58px; min-height: 570px; }
  .hero h1 { font-size: clamp(46px, 8.8vw, 68px); }
  .hero-image-wrap { min-height: 590px; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .capability:nth-child(2) { border-right: 1px solid var(--line); }
  .capability:nth-child(3), .capability:nth-child(4) { border-top: 1px solid var(--line); }
  .section { padding: 98px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .solution-textile, .solution-digital { grid-column: span 12; }
  .solution-supply, .solution-special { grid-column: span 6; }
  .process-shell, .about-grid, .contact-shell { grid-template-columns: 1fr; }
  .process-shell { gap: 60px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-featured { min-height: 570px; }
  .product-stack { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }
  .about-visual { min-height: 480px; }
  .about-copy { order: -1; }
  .contact-shell { gap: 60px; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .header-inner { gap: 14px; }
  .brand { width: 116px; }
  .language-switch { gap: 6px; }
  .hero { min-height: auto; padding-bottom: 40px; }
  .hero-copy { min-height: auto; padding: 44px 0 50px; }
  .hero h1 { font-size: clamp(38px, 11.8vw, 46px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-image-wrap { min-height: 470px; border-radius: 24px; }
  .label-top { top: 20px; left: 20px; }
  .label-bottom { right: 20px; bottom: 22px; }
  .visual-index { left: 20px; bottom: 24px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability, .capability:first-child { min-height: 85px; border-left: 0; border-right: 0; border-top: 1px solid var(--line); }
  .capability:first-child { border-top: 0; }
  .section { padding: 78px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .process-heading h2, .about-copy h2, .contact-copy h2 { font-size: 38px; }
  .contact-copy h2 { font-size: clamp(32px, 9vw, 36px); line-height: 1.12; }
  .solution-textile, .solution-digital { min-height: 430px; }
  .solution-supply, .solution-special { grid-column: span 12; min-height: 250px; }
  .solution-copy { inset-inline: 25px; }
  .process-steps li { grid-template-columns: 42px 1fr; gap: 15px; }
  .product-featured { display: block; min-height: auto; }
  .featured-product-image { min-height: 390px; }
  .product-content { padding: 36px 27px 39px; }
  .product-stack { grid-template-columns: 1fr; }
  .about-visual { min-height: 380px; }
  .legacy-circle { width: 95px; height: 95px; }
  .legacy-triangle { width: 120px; height: 108px; }
  .legacy-square { width: 100px; height: 100px; }
  .contact-form { padding: 27px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { gap: 20px; flex-direction: column; }
}

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

/* V2 — process-led portfolio and searchable catalog */
.site-nav a.current { color: var(--blue); }
.site-nav a.current::after { right: 0; }
.button-outline { border: 1px solid var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover { border-color: var(--blue); background: var(--blue); color: var(--white); }

.process-catalog { background: var(--paper); }
.process-group + .process-group { margin-top: 64px; }
.process-group-title { display: flex; align-items: center; gap: 18px; margin-bottom: 20px; }
.process-group-title > span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-family: "Manrope", Arial, sans-serif; font-size: 10px; font-weight: 800; }
.process-group-title h3 { margin: 0; font-size: 17px; letter-spacing: -.02em; }
.process-card-grid { display: grid; gap: 14px; }
.process-card-grid.four { grid-template-columns: repeat(4, 1fr); }
.process-card-grid.two { grid-template-columns: repeat(2, 1fr); }
.process-card { position: relative; display: flex; min-height: 260px; padding: 30px; overflow: hidden; border-radius: 22px; background: var(--white); color: var(--white); flex-direction: column; justify-content: flex-end; isolation: isolate; transition: transform .25s ease, box-shadow .25s ease; }
.process-card::before, .process-card::after { content: ""; position: absolute; z-index: -1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.process-card::before { width: 170px; height: 170px; right: -55px; top: -45px; }
.process-card::after { width: 88px; height: 88px; right: 36px; top: 54px; }
.process-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(16,24,39,.18); }
.process-card-index { position: absolute; left: 30px; top: 27px; color: rgba(255,255,255,.6); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.process-card h4 { max-width: 280px; margin: 0; font-family: "Manrope", Arial, sans-serif; font-size: 27px; line-height: 1.1; letter-spacing: -.045em; }
.process-card > b { position: absolute; right: 27px; bottom: 27px; font-size: 18px; }
.tone-blue { background: #075dad; }
.tone-navy { background: #172338; }
.tone-red { background: #b6232c; }
.tone-cyan { background: #0b7183; }
.tone-yellow { background: #c5950b; }
.tone-indigo { background: #313669; }
.tone-dark { background: #0d1523; }
.process-group-core .process-card,
.process-group-effects .process-card,
.process-group-washing .process-card {
  background-size: cover;
  background-repeat: no-repeat;
}
.process-group-core .process-card:nth-child(1) { background-image: linear-gradient(180deg, rgba(6,16,30,.04) 0%, rgba(7,25,45,.86) 70%, rgba(7,19,34,.97) 100%), url("assets/process-reactive-result.png"); background-position: 64% center; }
.process-group-core .process-card:nth-child(2) { background-image: linear-gradient(180deg, rgba(6,16,30,.04) 0%, rgba(7,25,45,.86) 70%, rgba(7,19,34,.97) 100%), url("assets/process-disperse-result.png"); background-position: 68% center; }
.process-group-core .process-card:nth-child(3) { background-image: linear-gradient(180deg, rgba(40,8,12,.04) 0%, rgba(72,11,18,.84) 72%, rgba(48,8,13,.97) 100%), url("assets/process-pigment-result.png"); background-position: 63% center; }
.process-group-core .process-card:nth-child(4) { background-image: linear-gradient(180deg, rgba(4,34,42,.04) 0%, rgba(3,51,62,.84) 72%, rgba(3,34,42,.97) 100%), url("assets/process-core-printing.png"); background-position: 80% center; }
.process-group-effects .process-card:first-child { background-image: linear-gradient(180deg, rgba(9,14,30,.03) 0%, rgba(12,18,39,.85) 72%, rgba(9,14,28,.97) 100%), url("assets/process-special-effects.png"); background-position: 72% center; }
.process-group-effects .process-card:last-child { background-image: linear-gradient(180deg, rgba(9,14,30,.03) 0%, rgba(12,18,39,.85) 72%, rgba(9,14,28,.97) 100%), url("assets/process-indigo-result.png"); background-position: 72% center; }
.process-group-washing .process-card { background-image: linear-gradient(90deg, rgba(7,15,27,.98) 0%, rgba(7,18,32,.9) 45%, rgba(7,18,32,.2) 100%), url("assets/process-washing.png"); background-position: center; }
.process-card-wide { min-height: 285px; }
.wash-card { min-height: 230px; padding: 38px 42px; }
.wash-card::before { width: 300px; height: 300px; right: 11%; top: -185px; }
.wash-card::after { width: 140px; height: 140px; right: 20%; top: -55px; border-color: rgba(10,114,212,.7); }
.wash-card h4 { max-width: 610px; font-size: clamp(31px, 4vw, 48px); }

.signature-section { background: var(--white); }
.signature-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 16px; }
.signature-card { position: relative; grid-column: span 2; min-height: 390px; padding: 29px 25px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); display: flex; flex-direction: column; }
.signature-card::before { content: ""; position: absolute; width: 135px; height: 135px; right: -75px; top: -70px; border-radius: 50%; background: var(--blue); opacity: .12; }
.signature-card:nth-child(2)::before { background: var(--red); }
.signature-card:nth-child(3)::before { background: var(--yellow); }
.signature-card:nth-child(4)::before { background: #16a2a2; }
.signature-card:nth-child(5)::before { background: #666ac9; }
.signature-number { color: #a4a8af; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.signature-card > p { margin: 42px 0 10px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.signature-spacer { height: 64px; flex: 0 0 auto; }
.signature-card h3 { min-height: 58px; margin: 0 0 13px; font-size: 23px; line-height: 1.13; letter-spacing: -.045em; }
.signature-card > strong { margin-bottom: 13px; color: var(--ink); font-size: 12px; }
.signature-card > span { color: var(--muted); font-size: 12px; line-height: 1.6; }
.signature-card a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 700; }

.dtx-feature { background: var(--paper-deep); }
.dtx-shell { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 570px; overflow: hidden; border-radius: var(--radius-lg); background: var(--navy); color: var(--white); box-shadow: var(--shadow); }
.dtx-media { position: relative; min-height: 570px; overflow: hidden; }
.dtx-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 68%, var(--navy) 100%); }
.dtx-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dtx-media > span { position: absolute; z-index: 2; left: 25px; bottom: 23px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.8); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.dtx-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 52px 55px 25px; }
.dtx-copy h2 { margin: 12px 0 22px; font-size: clamp(45px, 5vw, 70px); line-height: .98; letter-spacing: -.06em; }
.dtx-copy > p:not(.section-kicker) { margin: 0 0 35px; color: #abb7c6; font-size: 15px; line-height: 1.72; }
.dtx-copy .button { align-self: flex-start; }

.portfolio-section { background: var(--paper); }
.portfolio-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; margin-bottom: 25px; }
.filter-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.filter-tabs button { min-height: 40px; padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; font-weight: 700; transition: .2s ease; }
.filter-tabs button:hover { border-color: var(--blue); color: var(--blue); }
.filter-tabs button.active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.rail-controls { display: flex; gap: 8px; flex: 0 0 auto; }
.rail-controls button { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; font-size: 18px; transition: .2s ease; }
.rail-controls button:hover { border-color: var(--blue); color: var(--blue); }
.product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 48px) / 4); gap: 16px; padding: 4px 2px 25px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #aeb5bd transparent; }
.section-action { display: flex; justify-content: center; margin-top: 31px; }

.catalog-card { --process-color: var(--blue); position: relative; display: flex; min-height: 405px; padding: 29px 25px 25px; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: var(--white); flex-direction: column; box-shadow: 0 10px 32px rgba(16,24,39,.04); transition: transform .22s ease, box-shadow .22s ease; }
.catalog-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--process-color); }
.catalog-card.process-reactive { --process-color: #075dad; }
.catalog-card.process-disperse { --process-color: #263f73; }
.catalog-card.process-pigment { --process-color: #c12c35; }
.catalog-card.process-digital { --process-color: #0b8292; }
.catalog-card.process-devore { --process-color: #d0a31b; }
.catalog-card.process-indigo { --process-color: #474b86; }
.catalog-card.process-wash { --process-color: #2b8eac; }
.catalog-card.process-finish { --process-color: #7a667f; }
.catalog-card.process-dyestuffs { --process-color: #b92766; }
.catalog-card:hover { transform: translateY(-4px); box-shadow: 0 19px 45px rgba(16,24,39,.1); }
.rail-card { scroll-snap-align: start; }
.catalog-card-top { display: flex; align-items: center; justify-content: space-between; min-height: 25px; }
.catalog-card-top p { margin: 0; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.catalog-card-top > span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--paper-deep); color: #8b9098; font-size: 8px; }
.catalog-card-top > span:only-child { margin-left: auto; }
.catalog-card-body { padding: 45px 0 22px; }
.catalog-card-body small { display: block; min-height: 31px; color: #737981; font-size: 10px; font-weight: 700; line-height: 1.45; letter-spacing: .055em; text-transform: uppercase; }
.catalog-card-body h3 { min-height: 59px; margin: 10px 0 13px; font-size: 24px; line-height: 1.12; letter-spacing: -.045em; }
.catalog-card-body .catalog-ci { margin: -5px 0 13px; color: var(--process-color); font-size: 9px; font-weight: 800; line-height: 1.4; letter-spacing: .055em; text-transform: uppercase; }
.catalog-card-body .catalog-summary { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.62; }
.product-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding-bottom: 20px; }
.product-tags span { padding: 5px 8px; border-radius: 6px; background: #f1f4f7; color: #68717c; font-size: 8px; font-weight: 700; }
.catalog-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 700; }

.chemical-teaser { background: var(--white); }
.chemical-teaser-shell { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; padding: 65px 70px; border-radius: var(--radius-lg); background: #173f5e; color: var(--white); }
.chemical-teaser h2 { max-width: 770px; margin: 0 0 22px; font-size: clamp(37px, 4vw, 54px); line-height: 1.08; letter-spacing: -.05em; }
.chemical-teaser p:not(.section-kicker) { max-width: 730px; margin: 0; color: #b9cbd8; font-size: 14px; line-height: 1.7; }

.catalog-page { background: var(--paper); }
.catalog-hero { padding: 180px 0 95px; background: var(--paper-deep); }
.catalog-hero-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; }
.catalog-hero-grid-single { grid-template-columns: minmax(0, 1fr); }
.catalog-hero-grid-single > div { max-width: 980px; }
.catalog-hero h1 { margin: 22px 0 0; font-size: clamp(52px, 6vw, 78px); line-height: 1.02; letter-spacing: -.064em; }
.catalog-hero h1 em { color: var(--blue); font-style: normal; }
.catalog-hero-grid > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.chemical-hero { background: #122135; color: var(--white); }
.chemical-hero h1 em { color: #6db6f3; }
.chemical-hero .catalog-hero-grid > p { color: #a9b7c8; }
.chemical-hero .eyebrow { color: #9db0c4; }
.catalog-section { background: var(--paper); }
.catalog-control-panel { position: sticky; z-index: 20; top: 88px; margin: -22px -18px 42px; padding: 18px 18px 15px; border: 1px solid rgba(23,25,29,.09); border-radius: 18px; background: rgba(247,246,242,.94); box-shadow: 0 16px 42px rgba(16,24,39,.08); backdrop-filter: blur(16px); }
.catalog-tools { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 25px; }
.catalog-tools > p { margin: 0 0 14px; color: var(--muted); font-size: 11px; }
.catalog-search { position: relative; display: block; width: min(100%, 520px); }
.catalog-search > span { display: block; margin-bottom: 9px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.catalog-search input { width: 100%; height: 57px; padding: 0 50px 0 18px; border: 1px solid var(--line); border-radius: 12px; outline: none; background: var(--white); color: var(--ink); }
.catalog-search input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,93,173,.08); }
.catalog-search b { position: absolute; right: 18px; bottom: 16px; color: var(--blue); font-size: 20px; }
.catalog-control-panel .catalog-filters { margin-bottom: 0; }
.catalog-section > .container > .catalog-filters { margin-bottom: 45px; }
.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.empty-state { grid-column: 1 / -1; margin: 0; padding: 50px; border: 1px dashed var(--line); border-radius: 16px; color: var(--muted); text-align: center; }
.catalog-cta { padding-bottom: 100px; background: var(--paper); }
.catalog-cta-shell { display: flex; align-items: end; justify-content: space-between; gap: 50px; padding: 55px 60px; border-radius: var(--radius-lg); background: var(--navy); color: var(--white); }
.catalog-cta h2 { max-width: 760px; margin: 11px 0 0; font-size: clamp(34px, 4vw, 49px); line-height: 1.08; letter-spacing: -.05em; }

.chemical-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.chemical-card { display: flex; min-height: 310px; padding: 27px; border: 1px solid var(--line); border-radius: 19px; background: var(--white); flex-direction: column; }
.chemical-card > p { margin: 0 0 23px; color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.chemical-card h3 { margin: 0 0 22px; font-size: 23px; line-height: 1.18; letter-spacing: -.04em; }
.chemical-card dl { margin: 0 0 25px; }
.chemical-card dl > div { display: grid; grid-template-columns: 88px 1fr; gap: 12px; padding: 9px 0; border-top: 1px solid var(--line); }
.chemical-card dt { color: #969aa1; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.chemical-card dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.chemical-card > a { display: flex; align-items: center; justify-content: space-between; min-height: 48px; margin-top: auto; padding-top: 13px; border-top: 1px solid var(--line); color: var(--blue); font-size: 10px; font-weight: 700; }
.chemical-cta .catalog-cta-shell { background: #173f5e; }

@media (max-width: 1120px) {
  .site-nav { gap: 21px; }
  .site-nav a { font-size: 13px; }
  .process-card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .signature-grid { grid-template-columns: repeat(6, 1fr); }
  .signature-card { grid-column: span 2; }
  .signature-card:nth-child(4), .signature-card:nth-child(5) { grid-column: span 3; }
  .product-rail { grid-auto-columns: calc((100% - 32px) / 3); }
  .catalog-grid, .chemical-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .process-card-grid.four { grid-template-columns: repeat(2, 1fr); }
  .dtx-shell { grid-template-columns: 1fr; }
  .dtx-media { min-height: 480px; }
  .dtx-media::after { background: linear-gradient(180deg, transparent 68%, var(--navy) 100%); }
  .dtx-copy { padding: 45px; }
  .product-rail { grid-auto-columns: calc((100% - 16px) / 2); }
  .chemical-teaser-shell { grid-template-columns: 1fr; align-items: start; padding: 55px 45px; }
  .chemical-teaser-shell .button { justify-self: start; }
  .catalog-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .catalog-hero { padding: 145px 0 75px; }
  .catalog-control-panel { top: 82px; }
}

@media (max-width: 640px) {
  .menu-toggle { width: 44px; height: 44px; }
  .language-switch button { min-width: 34px; min-height: 44px; }
  .process-group + .process-group { margin-top: 48px; }
  .process-card-grid.four, .process-card-grid.two { grid-template-columns: 1fr; }
  .process-card { min-height: 230px; padding: 25px; }
  .process-card-index { left: 25px; }
  .wash-card { min-height: 300px; padding: 28px; }
  .wash-card h4 { font-size: 34px; }
  .signature-grid { display: flex; margin-right: -15px; padding-right: 15px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .signature-grid::-webkit-scrollbar { display: none; }
  .signature-card, .signature-card:nth-child(4), .signature-card:nth-child(5) { min-width: 82vw; min-height: 360px; scroll-snap-align: start; }
  .dtx-media { min-height: 345px; }
  .dtx-copy { padding: 35px 25px 39px; }
  .dtx-copy .button { width: 100%; }
  .portfolio-toolbar { display: block; }
  .rail-controls { justify-content: flex-end; margin-top: 16px; }
  .product-rail { grid-auto-columns: 84%; overscroll-behavior-x: contain; -webkit-overflow-scrolling: touch; }
  .chemical-teaser-shell { padding: 42px 25px; }
  .chemical-teaser-shell .button { width: 100%; }
  .catalog-hero { padding: 125px 0 62px; }
  .catalog-hero h1 { font-size: clamp(38px, 11.5vw, 45px); }
  .catalog-tools { display: block; }
  .catalog-tools > p { margin-top: 15px; }
  .catalog-control-panel { top: 78px; margin-inline: -8px; padding: 14px 12px 12px; border-radius: 14px; }
  .catalog-search input { height: 51px; }
  .catalog-search b { bottom: 13px; }
  .catalog-filters { flex-wrap: nowrap; margin-right: -15px; padding-right: 15px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x proximity; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .catalog-filters::-webkit-scrollbar { display: none; }
  .catalog-filters button { min-height: 44px; flex: 0 0 auto; scroll-snap-align: start; }
  .catalog-grid, .chemical-grid { grid-template-columns: 1fr; }
  .catalog-cta-shell { display: block; padding: 40px 25px; }
  .catalog-cta-shell .button { width: 100%; margin-top: 30px; }
}

body :where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid var(--white) !important;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--blue) !important;
}
