@font-face { font-family: "Inter Variable"; font-style: normal; font-display: swap; font-weight: 100 900; src: url("../fonts/inter-latin-ext-variable.woff2") format("woff2-variations"); unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF; }
@font-face { font-family: "Inter Variable"; font-style: normal; font-display: swap; font-weight: 100 900; src: url("../fonts/inter-latin-variable.woff2") format("woff2-variations"); unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }

:root {
    --paper: #f3f3f0;
    --paper-2: #e9e9e5;
    --surface: #fbfbf9;
    --ink: #101113;
    --ink-2: #191b1e;
    --muted: #666a70;
    --line: rgba(16, 17, 19, .16);
    --line-light: rgba(255, 255, 255, .18);
    --accent: #a71e3b;
    --accent-soft: #d8a4b0;
    --metal: #9c8d72;
    --white: #fff;
    --header-h: 84px;
    --shell: min(1440px, calc(100vw - 96px));
    --font: "Inter Variable", Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); color: var(--ink); font: 400 16px/1.55 var(--font); -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: var(--accent); color: var(--white); }

.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; transform: translateY(-150%); padding: 12px 18px; background: var(--ink); color: var(--white); font-size: 13px; font-weight: 700; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: var(--shell); margin-inline: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: 11px; font-weight: 760; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 1px; background: currentColor; content: ""; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font); font-weight: 580; letter-spacing: -.055em; }

.page-progress { position: fixed; z-index: 1200; inset: 0 0 auto; height: 2px; pointer-events: none; }
.page-progress span { display: block; width: 0; height: 100%; background: var(--accent); }
.site-header { position: fixed; z-index: 1000; top: 0; left: 0; display: grid; grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr); align-items: center; width: 100%; height: var(--header-h); padding: 0 48px; border-bottom: 1px solid transparent; transition: height .35s ease, background .35s ease, border-color .35s ease, color .35s ease; }
.site-header.is-scrolled { height: 70px; border-color: var(--line); background: rgba(243, 243, 240, .9); -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 13px; min-width: 0; }
.brand-mark { position: relative; display: inline-flex; width: 25px; height: 25px; flex: 0 0 auto; border: 1px solid currentColor; }
.brand-mark i { position: absolute; display: block; width: 1px; height: 29px; background: currentColor; transform-origin: center; }
.brand-mark i:first-child { left: 7px; top: -3px; transform: rotate(25deg); }
.brand-mark i:last-child { right: 7px; top: -3px; transform: rotate(-25deg); }
.brand-name { max-width: 270px; overflow: hidden; font-size: 13px; font-weight: 790; letter-spacing: .035em; text-overflow: ellipsis; white-space: nowrap; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(22px, 2.4vw, 42px); }
.desktop-nav a { position: relative; padding: 10px 0; font-size: 12px; font-weight: 610; letter-spacing: .01em; white-space: nowrap; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: currentColor; content: ""; transform: scaleX(0); transform-origin: right; transition: transform .3s ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-actions { display: flex; align-items: center; justify-self: end; gap: 13px; }
.language-switcher { position: relative; }
.language-switcher > button { border: 0; background: transparent; padding: 12px 6px; cursor: pointer; font-size: 11px; font-weight: 740; letter-spacing: .08em; }
.language-switcher > button span { margin-left: 3px; font-size: 12px; }
.language-menu { position: absolute; top: calc(100% + 8px); right: 0; width: 190px; padding: 8px; visibility: hidden; border: 1px solid var(--line); background: rgba(251, 251, 249, .98); box-shadow: 0 24px 60px rgba(16, 17, 19, .12); opacity: 0; transform: translateY(-5px); transition: .2s ease; }
.language-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.language-menu a { display: flex; justify-content: space-between; padding: 11px 10px; font-size: 12px; }
.language-menu a:hover { background: var(--paper-2); }
.language-menu a span { color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.header-inquiry { display: flex; align-items: center; gap: 22px; padding: 12px 14px; border: 1px solid var(--ink); font-size: 11px; font-weight: 720; letter-spacing: .04em; transition: .25s ease; }
.header-inquiry:hover { background: var(--ink); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 18px; height: 1px; margin: 5px auto; background: currentColor; transition: .25s ease; }

.mobile-menu { position: fixed; z-index: 1100; inset: 0; display: grid; grid-template-rows: auto 1fr auto auto; visibility: hidden; overflow: hidden; padding: 28px clamp(24px, 6vw, 64px) 32px; background: var(--ink); color: var(--white); opacity: 0; transform: translateX(100%); transition: visibility .55s, opacity .55s ease, transform .55s cubic-bezier(.75, 0, .2, 1); }
.mobile-menu.is-open { visibility: visible; opacity: 1; transform: none; }
.mobile-menu-glow { position: absolute; right: -20vw; bottom: -30vw; width: 80vw; height: 80vw; border-radius: 50%; background: radial-gradient(circle, rgba(167, 30, 59, .34), transparent 67%); pointer-events: none; }
.mobile-menu-head, .mobile-menu-foot, .mobile-languages { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.mobile-menu-head > span, .mobile-languages > span { color: #888b90; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.mobile-menu-head button { border: 0; background: none; color: var(--white); cursor: pointer; font-size: 11px; font-weight: 650; letter-spacing: .05em; text-transform: uppercase; }
.mobile-menu-head button i { display: inline-grid; width: 36px; height: 36px; margin-left: 10px; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; font-size: 20px; font-style: normal; font-weight: 300; }
.mobile-menu nav { position: relative; z-index: 1; align-self: center; display: flex; flex-direction: column; }
.mobile-menu nav a { display: flex; align-items: baseline; gap: clamp(16px, 4vw, 40px); padding: 8px 0; font-size: clamp(32px, 9vw, 78px); font-weight: 520; letter-spacing: -.06em; line-height: 1.06; transition: color .2s ease, transform .2s ease; }
.mobile-menu nav a:hover { color: var(--accent-soft); transform: translateX(8px); }
.mobile-menu nav a span { width: 24px; color: #777a80; font-size: 10px; font-weight: 750; letter-spacing: .1em; }
.mobile-languages { justify-content: flex-start; gap: 12px; padding: 20px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.mobile-languages > span { margin-right: auto; }
.mobile-languages a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line-light); border-radius: 50%; font-size: 10px; font-weight: 760; }
.mobile-languages a.active { border-color: var(--accent-soft); background: var(--accent); }
.mobile-menu-foot { padding-top: 24px; color: #a9acb0; font-size: 11px; }

.button { position: relative; display: inline-flex; align-items: center; justify-content: space-between; min-width: 240px; gap: 36px; overflow: hidden; padding: 16px 18px; border: 1px solid currentColor; cursor: pointer; font-size: 11px; font-weight: 740; letter-spacing: .045em; line-height: 1.2; }
.button span, .button i { position: relative; z-index: 1; }
.button i { font-size: 15px; font-style: normal; font-weight: 400; }
.button::before { position: absolute; inset: 0; background: var(--accent); content: ""; transform: translateY(102%); transition: transform .35s cubic-bezier(.75, 0, .2, 1); }
.button:hover::before { transform: none; }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-light { border-color: var(--white); color: var(--white); }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 650; }
.text-link span { transition: transform .25s ease; }
.text-link:hover span { transform: translateX(5px); }

.home-hero { position: relative; min-height: 100svh; padding-top: var(--header-h); overflow: hidden; }
.thread-field { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .28; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .98fr) minmax(430px, .7fr); width: 100%; min-height: calc(100svh - var(--header-h)); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 9vh 6vw 10vh max(48px, calc((100vw - 1440px)/2)); }
.hero-copy h1 { max-width: 9.4ch; margin: 28px 0 30px; font-size: clamp(62px, 7.4vw, 138px); font-weight: 520; line-height: .87; letter-spacing: -.083em; }
.hero-lede { max-width: 590px; color: #4f5358; font-size: clamp(17px, 1.25vw, 21px); line-height: 1.55; }
.hero-cta { display: flex; align-items: center; gap: 32px; margin-top: 27px; }
.hero-code { margin-top: clamp(50px, 8vh, 90px); color: var(--muted); font-size: 9px; font-weight: 760; letter-spacing: .18em; }
.hero-visual { position: relative; min-height: 720px; margin: 0 0 0; overflow: hidden; background: #d8d8d4; }
.hero-visual img, .hero-visual video { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); transition: transform 1.2s cubic-bezier(.2, .8, .2, 1); }
.hero-visual:hover img { transform: scale(1.025); }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,17,19,.02), transparent 50%, rgba(16,17,19,.22)); content: ""; }
.hero-visual-tag { position: absolute; z-index: 2; right: 28px; bottom: 27px; left: 28px; display: flex; justify-content: space-between; color: var(--white); font-size: 9px; font-weight: 740; letter-spacing: .14em; }
.hero-visual-frame { position: absolute; z-index: 2; inset: 18px; border: 1px solid rgba(255,255,255,.4); pointer-events: none; }
.scroll-cue { position: absolute; z-index: 3; bottom: 31px; left: 48px; display: flex; align-items: center; gap: 16px; color: var(--muted); font-size: 9px; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue i { position: relative; display: block; width: 46px; height: 1px; overflow: hidden; background: var(--line); }
.scroll-cue i::after { position: absolute; width: 50%; height: 100%; background: var(--ink); content: ""; animation: scroll-line 2s ease infinite; }
@keyframes scroll-line { 0% { transform: translateX(-100%); } 100% { transform: translateX(220%); } }

.precision-section { padding: 150px 0 135px; border-top: 1px solid var(--line); background: var(--surface); }
.precision-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 11vw; }
.precision-grid h2, .section-heading h2, .process-intro h2, .network-copy h2 { margin: 34px 0 0; font-size: clamp(48px, 5.3vw, 96px); font-weight: 510; line-height: .94; }
.precision-copy > p { max-width: 700px; margin-bottom: 72px; color: #45494e; font-size: clamp(20px, 1.8vw, 30px); line-height: 1.4; letter-spacing: -.025em; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.proof-grid > div { min-height: 170px; padding: 26px 22px; background: var(--surface); }
.proof-grid strong { display: block; margin-bottom: 35px; font-size: clamp(44px, 4vw, 72px); font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.proof-grid span { display: block; max-width: 13ch; color: var(--muted); font-size: 10px; font-weight: 650; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }

.collection-section { padding: 140px 0 150px; overflow: hidden; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 10vw; margin-bottom: 64px; }
.section-heading h2 { max-width: 8ch; }
.section-heading p { max-width: 480px; color: var(--muted); font-size: 17px; }
.collection-rail { display: flex; gap: 22px; width: max-content; max-width: 100%; overflow-x: auto; padding: 0 max(48px, calc((100vw - 1440px)/2)) 28px; cursor: grab; scrollbar-color: var(--ink) transparent; scrollbar-width: thin; scroll-snap-type: x proximity; }
.collection-rail.is-dragging { cursor: grabbing; scroll-snap-type: none; }
.collection-card { width: min(31vw, 430px); min-width: 320px; scroll-snap-align: start; }
.collection-image { position: relative; height: 570px; overflow: hidden; background: var(--paper-2); }
.collection-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .75s cubic-bezier(.2,.8,.2,1), filter .4s ease; }
.collection-image::after { position: absolute; inset: 0; border: 1px solid rgba(16,17,19,.08); content: ""; }
.collection-image > span { position: absolute; right: 16px; bottom: 14px; display: grid; width: 36px; height: 36px; place-items: center; background: rgba(243,243,240,.9); font-size: 9px; font-weight: 760; }
.collection-card:hover .collection-image img { filter: saturate(.8); transform: scale(1.025); }
.collection-meta { display: grid; grid-template-columns: 1fr auto; gap: 25px; padding: 24px 1px 0; }
.collection-meta h3 { margin-bottom: 9px; font-size: 22px; }
.collection-meta p { max-width: 39ch; color: var(--muted); font-size: 13px; }
.collection-meta > i { font-style: normal; }

.process-section { padding: 150px 0; background: var(--ink); color: var(--white); }
.process-intro { display: grid; grid-template-columns: .8fr 1.2fr; align-items: end; gap: 8vw; margin-bottom: 84px; }
.process-intro .eyebrow { align-self: start; color: var(--accent-soft); }
.process-intro h2 { max-width: 10ch; margin: 0; }
.process-list { border-top: 1px solid var(--line-light); }
.process-step { position: relative; display: grid; grid-template-columns: 80px 1fr 1fr 32px; align-items: center; gap: 30px; min-height: 155px; border-bottom: 1px solid var(--line-light); transition: padding .3s ease, background .3s ease; }
.process-step:hover { padding-inline: 20px; background: rgba(255,255,255,.025); }
.process-step > span { color: #777b81; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.process-step h3 { margin: 0; font-size: clamp(24px, 2.3vw, 40px); font-weight: 500; }
.process-step p { max-width: 48ch; margin: 0; color: #aaaeb3; font-size: 14px; }
.process-step > i { position: relative; width: 30px; height: 30px; border: 1px solid var(--line-light); border-radius: 50%; }
.process-step > i::before, .process-step > i::after { position: absolute; top: 50%; left: 50%; width: 9px; height: 1px; background: var(--white); content: ""; transform: translate(-50%,-50%); }
.process-step > i::after { transform: translate(-50%,-50%) rotate(90deg); }

.network-section { padding: 160px 0; background: #17191c; color: var(--white); }
.network-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 7vw; }
.network-copy .eyebrow { color: var(--accent-soft); }
.network-copy h2 { max-width: 9ch; margin-bottom: 35px; }
.network-copy p { max-width: 510px; margin-bottom: 42px; color: #adb0b5; }
.network-visual { position: relative; min-height: 620px; overflow: hidden; border: 1px solid var(--line-light); background: radial-gradient(circle at 51% 52%, rgba(167,30,59,.18), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.025), transparent); }
.network-visual::before { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 52px 52px; content: ""; mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent); }
.network-rings i { position: absolute; top: 52%; left: 51%; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; transform: translate(-50%,-50%); }
.network-rings i:nth-child(1) { width: 130px; height: 130px; }
.network-rings i:nth-child(2) { width: 260px; height: 260px; }
.network-rings i:nth-child(3) { width: 430px; height: 430px; }
.network-origin { position: absolute; z-index: 3; top: 52%; left: 51%; display: grid; place-items: center; transform: translate(-50%,-50%); }
.network-origin span { width: 13px; height: 13px; margin-bottom: 12px; border: 3px solid var(--ink); border-radius: 50%; background: var(--accent-soft); box-shadow: 0 0 0 1px var(--accent-soft), 0 0 32px var(--accent); }
.network-origin strong { font-size: 9px; letter-spacing: .12em; }
.network-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; color: #bcc0c5; font-size: 8px; font-weight: 720; letter-spacing: .13em; }
.network-node i { width: 6px; height: 6px; border-radius: 50%; background: #d9d9d6; box-shadow: 0 0 0 5px rgba(255,255,255,.05); }
.node-uk { top: 15%; left: 13%; }.node-us { bottom: 14%; left: 6%; }.node-fr { top: 20%; right: 10%; }.node-tr { right: 5%; bottom: 11%; }
.network-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: rgba(216,164,176,.48); stroke-width: 1; stroke-dasharray: 5 7; }

.closing-cta { position: relative; overflow: hidden; padding: 170px 0 180px; background: var(--accent); color: var(--white); text-align: center; }
.closing-cta .section-shell { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.closing-cta .eyebrow { color: #f3ccd5; }
.closing-cta h2 { margin: 32px 0 23px; font-size: clamp(70px, 10vw, 174px); font-weight: 520; line-height: .82; }
.closing-cta p { max-width: 550px; color: #f0d8de; font-size: 17px; }
.closing-lines { position: absolute; inset: -35%; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; transform: rotate(-12deg); }
.closing-lines::before, .closing-lines::after { position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.closing-lines::after { inset: 19%; }
.circle-link { display: flex; align-items: center; justify-content: center; gap: 20px; width: 210px; height: 210px; margin-top: 36px; border: 1px solid rgba(255,255,255,.6); border-radius: 50%; font-size: 11px; font-weight: 700; letter-spacing: .04em; transition: .35s ease; }
.circle-link:hover { background: var(--white); color: var(--accent); transform: rotate(-4deg); }
.circle-link i { font-size: 16px; font-style: normal; }

.inner-hero, .contact-hero { padding: calc(var(--header-h) + 120px) 0 110px; border-bottom: 1px solid var(--line); }
.inner-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 9vw; }
.inner-hero h1, .contact-hero h1 { max-width: 9.5ch; margin: 38px 0 0; font-size: clamp(68px, 9vw, 158px); font-weight: 510; line-height: .85; }
.inner-hero-grid > p { max-width: 530px; margin-bottom: 9px; color: var(--muted); font-size: clamp(18px, 1.6vw, 25px); line-height: 1.45; }
.inner-hero-dark { background: var(--ink); color: var(--white); }
.inner-hero-dark .eyebrow { color: var(--accent-soft); }
.inner-hero-dark .inner-hero-grid > p { color: #aeb1b6; }
.story-section, .capability-body { padding: 140px 0; background: var(--surface); }
.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: start; gap: 8vw; }
.story-image { position: relative; overflow: hidden; }
.story-image img { width: 100%; aspect-ratio: 1.48/1; object-fit: cover; filter: saturate(.72); }
.story-image > span { position: absolute; right: 18px; bottom: 18px; padding: 9px 12px; background: rgba(251,251,249,.9); font-size: 9px; font-weight: 750; letter-spacing: .12em; }
.story-body { padding-top: 4px; color: #41454a; font-size: clamp(18px, 1.45vw, 23px); line-height: 1.65; }
.story-body p { margin-bottom: 30px; }
.story-body .text-link, .story-body .button { margin-top: 20px; }
.partner-proof { padding: 150px 0; background: var(--ink); color: var(--white); }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 10vw; }
.partner-grid .eyebrow { color: var(--accent-soft); }
.partner-grid h2, .truth-grid h2 { max-width: 11ch; margin: 34px 0 0; font-size: clamp(48px, 6vw, 104px); line-height: .9; }
.partner-grid strong { display: block; color: var(--accent-soft); font-size: clamp(100px, 14vw, 230px); font-weight: 500; letter-spacing: -.09em; line-height: .75; }
.partner-grid p { max-width: 580px; margin: 55px 0 0; color: #aaadb2; }
.truth-proof { padding: 150px 0; background: var(--paper-2); }
.truth-grid { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 10vw; }
.truth-image img { width: 100%; max-height: 650px; object-fit: cover; filter: saturate(.65); }
.truth-grid p { max-width: 630px; margin-top: 38px; color: var(--muted); font-size: 18px; }

.capabilities-grid-section { padding: 0 0 140px; background: var(--ink); color: var(--white); }
.capabilities-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.capabilities-grid article { display: flex; flex-direction: column; justify-content: space-between; min-height: 360px; padding: 28px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .3s ease; }
.capabilities-grid article:hover { background: rgba(255,255,255,.035); }
.capabilities-grid article > span { color: #767a80; font-size: 10px; font-weight: 750; }
.capabilities-grid h2 { margin-bottom: 14px; font-size: clamp(27px, 2.2vw, 39px); font-weight: 510; }
.capabilities-grid p { max-width: 34ch; margin: 0; color: #aeb1b5; font-size: 13px; }
.important-note { margin: 38px 0 10px; padding: 20px; border-left: 2px solid var(--accent); background: var(--paper); color: var(--muted); font-size: 13px; line-height: 1.55; }

.catalog-section { padding: 60px 0 150px; }
.catalog-filters { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 32px; }
.catalog-filters button { flex: 0 0 auto; padding: 11px 17px; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 10px; font-weight: 720; letter-spacing: .06em; text-transform: uppercase; transition: .2s ease; }
.catalog-filters button:hover, .catalog-filters button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 92px 24px; }
.catalog-card[hidden] { display: none; }
.catalog-image { position: relative; overflow: hidden; background: var(--paper-2); }
.catalog-image img { width: 100%; aspect-ratio: 1.08/1; object-fit: cover; transition: .65s ease; }
.catalog-card:nth-child(4n+2) .catalog-image, .catalog-card:nth-child(4n+3) .catalog-image { margin-top: 80px; }
.catalog-card:hover .catalog-image img { transform: scale(1.025); }
.catalog-image > span { position: absolute; right: 16px; bottom: 16px; display: grid; width: 36px; height: 36px; place-items: center; background: var(--surface); font-size: 9px; }
.catalog-copy { padding-top: 24px; }
.catalog-copy > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.catalog-copy h2 { margin: 0; font-size: 30px; }
.catalog-copy > div span { color: var(--accent); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.catalog-copy p { max-width: 60ch; margin: 16px 0 24px; color: var(--muted); }
.catalog-note { width: min(720px, 100%); margin: 130px auto 0; color: #41454a; font-size: 20px; line-height: 1.6; }

.contact-hero { background: var(--accent); color: var(--white); }
.contact-hero .eyebrow { color: #f2ccd4; }
.contact-hero .inner-hero-grid > p { color: #efd1d8; }
.contact-section { padding: 130px 0; background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; }
.contact-grid aside { position: sticky; top: 110px; align-self: start; }
.contact-big-link { display: block; width: fit-content; margin-top: 28px; border-bottom: 1px solid var(--line); font-size: clamp(20px, 2vw, 30px); font-weight: 560; letter-spacing: -.035em; }
.contact-grid aside > p { margin-top: 42px; color: var(--muted); }
.contact-response { max-width: 430px; margin-top: 48px; padding: 19px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.inquiry-panel { padding: 48px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 30px 90px rgba(16,17,19,.055); }
.form-head { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.form-head h2 { margin: 0; font-size: clamp(32px, 3vw, 52px); }
.form-head span { color: var(--muted); font-size: 11px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.form-grid label > span { display: block; margin-bottom: 8px; color: #4f5358; font-size: 11px; font-weight: 650; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; outline: none; padding: 12px 0; color: var(--ink); transition: border-color .2s ease, box-shadow .2s ease; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--accent); box-shadow: 0 1px 0 var(--accent); }
.form-grid textarea { min-height: 150px; resize: vertical; }
.form-grid .full { grid-column: 1/-1; }
.form-grid .consent { display: flex; align-items: flex-start; gap: 12px; }
.form-grid .consent input { width: 17px; height: 17px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--accent); }
.form-grid .consent span { margin: 0; line-height: 1.5; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin-bottom: 25px; padding: 15px 17px; border-left: 3px solid; font-size: 13px; }
.form-alert.success { border-color: #267b4d; background: #edf7f1; color: #205d3d; }
.form-alert.error { border-color: var(--accent); background: #fff0f3; color: #7d1830; }

.legal-hero { padding-bottom: 80px; }
.legal-section { padding: 100px 0 150px; background: var(--surface); }
.legal-copy { width: min(800px, 100%); margin: 0 auto; color: #3f4348; font-size: 19px; line-height: 1.7; }
.legal-copy p { margin-bottom: 32px; }
.error-section { min-height: 82vh; padding: calc(var(--header-h) + 100px) 0 100px; display: grid; align-items: center; }
.error-section span { color: var(--accent); font-size: 11px; font-weight: 750; letter-spacing: .2em; }
.error-section h1 { max-width: 10ch; margin: 30px 0; font-size: clamp(64px, 10vw, 150px); line-height: .86; }
.error-section p { color: var(--muted); font-size: 18px; }

.category-hero { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 100svh; padding-top: var(--header-h); }
.category-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 90px 7vw 90px max(48px, calc((100vw - 1440px)/2)); }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: auto; padding-bottom: 70px; color: var(--muted); font-size: 9px; font-weight: 680; letter-spacing: .06em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--ink); }
.category-hero-copy h1 { max-width: 9ch; margin: 30px 0 25px; font-size: clamp(72px, 9vw, 165px); font-weight: 510; line-height: .84; }
.category-hero-copy > p { max-width: 590px; color: var(--muted); font-size: clamp(18px, 1.4vw, 24px); }
.category-hero-copy .button { margin-top: 26px; }
.category-hero-image { position: relative; overflow: hidden; background: var(--paper-2); }
.category-hero-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.76); }
.category-hero-image::after { position: absolute; inset: 0; border: 18px solid rgba(255,255,255,.2); content: ""; }
.category-hero-image > span { position: absolute; z-index: 2; right: 28px; bottom: 28px; padding: 8px 10px; background: rgba(16,17,19,.85); color: #fff; font-size: 8px; font-weight: 740; letter-spacing: .12em; }
.category-story { padding: 150px 0; background: var(--surface); }
.category-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 9vw; }
.category-story h2 { max-width: 9ch; margin: 32px 0 0; font-size: clamp(50px, 6vw, 108px); font-weight: 510; line-height: .9; }
.category-body { color: #41454a; font-size: clamp(18px, 1.45vw, 24px); line-height: 1.65; }
.category-body p { margin-bottom: 28px; }
.category-spec-section { padding: 140px 0; background: var(--ink); color: #fff; }
.category-spec-intro { display: flex; justify-content: flex-end; margin-bottom: 70px; }
.category-spec-intro p { max-width: 620px; margin: 0; color: #aeb1b5; font-size: 17px; }
.category-spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }
.category-spec-grid > div { display: flex; min-height: 200px; flex-direction: column; justify-content: space-between; padding: 24px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); transition: background .25s ease; }
.category-spec-grid > div:hover { background: rgba(255,255,255,.035); }
.category-spec-grid span { color: #74787e; font-size: 9px; font-weight: 740; }
.category-spec-grid h3 { max-width: 12ch; margin: 0; font-size: clamp(22px, 2vw, 33px); font-weight: 500; }
.related-section { padding: 140px 0 155px; }
.related-heading { margin-bottom: 55px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.related-card > div { position: relative; overflow: hidden; background: var(--paper-2); }
.related-card img { width: 100%; aspect-ratio: .88/1; object-fit: cover; transition: transform .6s ease; }
.related-card:hover img { transform: scale(1.025); }
.related-card > div > span { position: absolute; right: 13px; bottom: 13px; display: grid; width: 38px; height: 38px; place-items: center; background: var(--surface); font-size: 13px; }
.related-card h2 { margin: 18px 0 0; font-size: 24px; }
.category-closing { padding-block: 140px; }

.client-section { padding: 150px 0; background: var(--surface); }
.client-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 8vw; margin-bottom: 70px; }
.client-heading h2 { max-width: 12ch; margin: 28px 0 0; font-size: clamp(50px, 6.4vw, 112px); font-weight: 510; line-height: .9; letter-spacing: -.065em; }
.client-heading > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.client-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.client-card { position: relative; display: flex; min-height: 490px; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f7f7f4; overflow: hidden; transition: background .3s ease, color .3s ease; }
.client-card:nth-child(4n+2), .client-card:nth-child(4n+3) { background: var(--ink); color: #fff; }
.client-card::after { position: absolute; right: -90px; bottom: -110px; width: 260px; height: 260px; border: 1px solid currentColor; border-radius: 50%; opacity: .07; content: ""; }
.client-card-top { display: flex; min-height: 105px; align-items: flex-start; justify-content: space-between; gap: 25px; }
.client-card-top > span { color: var(--muted); font-size: 9px; font-weight: 760; letter-spacing: .12em; }
.client-card-top img { width: auto; max-width: 180px; height: 58px; object-fit: contain; object-position: right top; filter: grayscale(1); }
.client-card-top > i { position: relative; display: block; width: 62px; height: 62px; border: 1px solid currentColor; border-radius: 50%; opacity: .4; }
.client-card-top > i b { position: absolute; top: 50%; left: 50%; width: 24px; height: 1px; background: currentColor; transform: translate(-50%,-50%) rotate(45deg); }
.client-card-top > i b:last-child { transform: translate(-50%,-50%) rotate(-45deg); }
.client-card-copy { position: relative; z-index: 1; max-width: 560px; margin-top: auto; }
.client-card-copy h3 { max-width: 14ch; margin: 55px 0 18px; font-size: clamp(31px, 3vw, 52px); font-weight: 520; line-height: .98; letter-spacing: -.055em; }
.client-card-copy p { max-width: 56ch; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.72; }
.client-card:nth-child(4n+2) .client-card-copy p, .client-card:nth-child(4n+3) .client-card-copy p { color: #aeb1b5; }
.client-card-copy small { display: block; margin-top: 18px; color: var(--accent); font-size: 9px; font-weight: 730; letter-spacing: .09em; text-transform: uppercase; }
.client-products { position: relative; z-index: 1; margin-top: 32px; padding-top: 22px; border-top: 1px solid currentColor; border-color: rgba(108,111,116,.28); }
.client-products > span { display: block; margin-bottom: 13px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.client-products > div { display: flex; flex-wrap: wrap; gap: 7px; }
.client-products a { padding: 7px 9px; border: 1px solid rgba(108,111,116,.32); font-size: 9px; font-weight: 670; transition: border-color .2s ease, color .2s ease; }
.client-products a:hover { border-color: var(--accent); color: var(--accent); }
.client-website { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; margin-top: 25px; font-size: 10px; font-weight: 700; letter-spacing: .04em; }

.site-footer { padding: 95px 48px 24px; background: var(--ink); color: var(--white); }
.footer-primary { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 5vw; padding-bottom: 90px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 390px; margin: 30px 0 18px; color: #a9acb0; }
.footer-brand > span { color: #73777d; font-size: 9px; font-weight: 720; letter-spacing: .15em; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-column h2 { margin-bottom: 15px; color: #757980; font-size: 9px; font-weight: 760; letter-spacing: .15em; text-transform: uppercase; }
.footer-column a, .footer-column span { color: #c5c7ca; font-size: 12px; transition: color .2s ease; }
.footer-column a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid var(--line-light); color: #73777d; font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.cursor-light { position: fixed; z-index: 1400; top: 0; left: 0; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, rgba(167,30,59,.09), transparent 68%); pointer-events: none; opacity: 0; transform: translate(-50%,-50%); transition: opacity .3s ease; mix-blend-mode: multiply; }
.rich-content h2, .rich-content h3, .rich-content h4 { margin: 1.7em 0 .65em; color: var(--ink); font-weight: 560; line-height: 1.05; letter-spacing: -.045em; }
.rich-content h2 { font-size: clamp(31px, 3vw, 52px); }
.rich-content h3 { font-size: clamp(24px, 2vw, 34px); }
.rich-content ul, .rich-content ol { margin: 1.2em 0; padding-left: 1.4em; }
.rich-content li { margin: .45em 0; }
.rich-content blockquote { margin: 1.7em 0; padding: 8px 0 8px 24px; border-left: 2px solid var(--accent); color: var(--ink); font-size: 1.08em; }
.rich-content a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.rich-content hr { margin: 2em 0; border: 0; border-top: 1px solid var(--line); }

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .85s cubic-bezier(.2,.8,.2,1), transform .85s cubic-bezier(.2,.8,.2,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    :root { --shell: calc(100vw - 64px); }
    .site-header { grid-template-columns: 1fr auto; padding-inline: 32px; }
    .desktop-nav { display: none; }
    .menu-toggle { display: block; }
    .header-inquiry { display: none; }
    .hero-copy { padding-left: 32px; }
    .hero-grid { grid-template-columns: 1.08fr .92fr; }
    .hero-copy h1 { font-size: clamp(60px, 8vw, 98px); }
    .precision-grid, .network-grid { gap: 6vw; }
    .collection-rail { padding-left: 32px; padding-right: 32px; }
    .footer-primary { grid-template-columns: 1.2fr repeat(3, 1fr); }
}

@media (max-width: 860px) {
    :root { --header-h: 70px; --shell: calc(100vw - 40px); }
    .site-header { height: 70px; padding-inline: 20px; }
    .brand-name { max-width: 170px; font-size: 11px; }
    .language-switcher { display: none; }
    .hero-grid { grid-template-columns: 1fr; }
    .home-hero { min-height: auto; }
    .hero-copy { min-height: 660px; padding: 110px 20px 80px; }
    .hero-copy h1 { margin-top: 25px; font-size: clamp(62px, 17vw, 100px); }
    .hero-lede { max-width: 38ch; font-size: 16px; }
    .hero-cta { align-items: flex-start; flex-direction: column; }
    .hero-code { margin-top: 55px; }
    .hero-visual { min-height: 80svh; }
    .scroll-cue { display: none; }
    .precision-section, .client-section, .collection-section, .process-section, .network-section, .story-section, .capability-body, .partner-proof, .truth-proof, .contact-section { padding-block: 95px; }
    .precision-grid, .section-heading, .process-intro, .network-grid, .inner-hero-grid, .story-grid, .partner-grid, .truth-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
    .client-heading { grid-template-columns: 1fr; gap: 35px; margin-bottom: 50px; }
    .client-grid { grid-template-columns: 1fr; }
    .client-card { min-height: 430px; }
    .precision-grid h2, .section-heading h2, .process-intro h2, .network-copy h2 { font-size: clamp(46px, 13vw, 78px); }
    .precision-copy > p { margin-bottom: 45px; font-size: 19px; }
    .proof-grid { grid-template-columns: 1fr 1fr; }
    .proof-grid > div:last-child { grid-column: 1/-1; }
    .section-heading { align-items: start; margin-bottom: 45px; }
    .collection-rail { padding-inline: 20px; }
    .collection-card { width: 78vw; min-width: 280px; }
    .collection-image { height: 520px; }
    .process-intro { margin-bottom: 50px; }
    .process-step { grid-template-columns: 42px 1fr 30px; gap: 12px; padding: 28px 0; }
    .process-step p { grid-column: 2/4; }
    .network-visual { min-height: 500px; }
    .closing-cta { padding-block: 120px; }
    .circle-link { width: 180px; height: 180px; }
    .inner-hero, .contact-hero { padding: calc(var(--header-h) + 90px) 0 75px; }
    .inner-hero h1, .contact-hero h1 { font-size: clamp(66px, 18vw, 115px); }
    .story-grid { gap: 45px; }
    .partner-grid strong { margin-top: 20px; }
    .capabilities-grid { grid-template-columns: repeat(2, 1fr); }
    .catalog-grid { gap: 65px 18px; }
    .catalog-card:nth-child(4n+2) .catalog-image, .catalog-card:nth-child(4n+3) .catalog-image { margin-top: 40px; }
    .contact-grid aside { position: static; }
    .category-hero { grid-template-columns: 1fr; min-height: auto; }
    .category-hero-copy { min-height: 640px; padding: 95px 20px 70px; }
    .breadcrumbs { margin: 0; padding-bottom: 65px; }
    .category-hero-copy h1 { font-size: clamp(70px, 18vw, 120px); }
    .category-hero-image { min-height: 78svh; }
    .category-story { padding-block: 95px; }
    .category-story-grid { grid-template-columns: 1fr; gap: 52px; }
    .category-spec-section, .related-section { padding-block: 95px; }
    .category-spec-grid { grid-template-columns: repeat(2, 1fr); }
    .related-grid { gap: 14px; }
    .inquiry-panel { padding: 30px; }
    .site-footer { padding: 75px 20px 23px; }
    .footer-primary { grid-template-columns: 1fr 1fr; gap: 55px 30px; }
    .footer-brand { grid-column: 1/-1; }
    .cursor-light { display: none; }
}

@media (max-width: 560px) {
    .mobile-menu { padding: 24px 20px; }
    .mobile-menu nav a { font-size: clamp(32px, 11vw, 54px); }
    .hero-copy { min-height: 630px; }
    .hero-visual { min-height: 68svh; }
    .hero-visual-frame { inset: 11px; }
    .proof-grid { grid-template-columns: 1fr; }
    .proof-grid > div:last-child { grid-column: auto; }
    .proof-grid > div { min-height: 135px; }
    .client-card { min-height: 400px; padding: 26px 22px; }
    .proof-grid strong { margin-bottom: 25px; }
    .collection-card { width: 84vw; }
    .collection-image { height: 470px; }
    .process-step { grid-template-columns: 34px 1fr; }
    .process-step > i { display: none; }
    .process-step p { grid-column: 2; }
    .network-visual { min-height: 430px; }
    .network-rings i:nth-child(3) { width: 330px; height: 330px; }
    .network-node { font-size: 7px; }
    .closing-cta h2 { font-size: 21vw; }
    .capabilities-grid { grid-template-columns: 1fr; }
    .capabilities-grid article { min-height: 280px; }
    .catalog-grid { grid-template-columns: 1fr; gap: 70px; }
    .catalog-card:nth-child(4n+2) .catalog-image, .catalog-card:nth-child(4n+3) .catalog-image { margin-top: 0; }
    .catalog-image img { aspect-ratio: .88/1; }
    .form-head { align-items: flex-start; flex-direction: column; }
    .form-grid { grid-template-columns: 1fr; }
    .form-grid .full { grid-column: auto; }
    .inquiry-panel { padding: 25px 20px; }
    .button { width: 100%; min-width: 0; }
    .footer-primary { grid-template-columns: 1fr; }
    .category-spec-grid, .related-grid { grid-template-columns: 1fr; }
    .category-spec-grid > div { min-height: 160px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .thread-field, .cursor-light { display: none; }
    .js [data-reveal] { opacity: 1; transform: none; }
}

/* v1.2 resilient navigation, native-touch product carousel and modular sections */
.site-header { border-color: rgba(16,17,19,.12); background: rgba(243,243,240,.88); color: var(--ink); box-shadow: 0 1px 0 rgba(255,255,255,.55); -webkit-backdrop-filter: blur(18px) saturate(1.15); backdrop-filter: blur(18px) saturate(1.15); }
.site-header.is-scrolled { background: rgba(243,243,240,.96); box-shadow: 0 14px 45px rgba(16,17,19,.07); }
.mobile-menu { overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
.proof-grid { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.proof-grid strong { display: flex; align-items: baseline; gap: .02em; }
.proof-grid strong span { display: inline; max-width: none; color: inherit; font-size: .55em; font-weight: 520; letter-spacing: -.05em; line-height: inherit; text-transform: none; }
.proof-grid strong b { font: inherit; }
.proof-grid em { display: block; max-width: 18ch; color: var(--muted); font-size: 10px; font-style: normal; font-weight: 650; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }

.product-carousel-shell { --carousel-pad: max(48px, calc((100vw - 1440px)/2)); position: relative; }
.product-carousel-controls { display: flex; justify-content: flex-end; gap: 8px; margin-bottom: 20px; }
.product-carousel-controls button { display: grid; width: 52px; height: 52px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-size: 18px; transition: background .25s, color .25s, border-color .25s, transform .25s; }
.product-carousel-controls button:hover, .product-carousel-controls button:focus-visible { border-color: var(--ink); background: var(--ink); color: #fff; transform: translateY(-2px); }
.product-carousel-viewport { width: 100%; overflow-x: auto; padding: 0 var(--carousel-pad) 18px; outline: none; scroll-padding-inline: var(--carousel-pad); scroll-snap-type: x mandatory; scrollbar-width: none; touch-action: pan-x pinch-zoom; overscroll-behavior-inline: contain; }
.product-carousel-viewport::-webkit-scrollbar { display: none; }
.product-carousel-viewport:focus-visible { box-shadow: inset 0 0 0 2px var(--accent); }
.product-carousel-track { display: flex; gap: 22px; width: max-content; }
.product-carousel-shell .collection-card { flex: 0 0 min(43vw, 690px); width: min(43vw, 690px); min-width: 0; scroll-snap-align: start; scroll-snap-stop: always; }
.product-carousel-shell.carousel-columns-3 .collection-card { flex-basis: min(29vw, 450px); width: min(29vw, 450px); }
.product-carousel-shell.carousel-columns-4 .collection-card { flex-basis: min(21.5vw, 340px); width: min(21.5vw, 340px); }
.product-carousel-shell .collection-image { height: auto; aspect-ratio: .79 / 1; }
.product-carousel-status { display: grid; grid-template-columns: 30px 1fr 30px; align-items: center; gap: 15px; margin-top: 12px; color: var(--muted); font-size: 9px; font-weight: 730; letter-spacing: .08em; }
.product-carousel-status > i { display: block; overflow: hidden; height: 1px; background: var(--line); }
.product-carousel-status > i b { display: block; width: 0; height: 100%; background: var(--accent); transform-origin: left; transition: width .35s ease; }
.product-carousel-status > span:last-child { text-align: right; }

.process-section { position: relative; overflow: hidden; }
.process-section::before { position: absolute; top: -18vw; right: -16vw; width: 48vw; height: 48vw; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 120px rgba(167,30,59,.08); content: ""; }
.process-layout { position: relative; display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); align-items: start; gap: clamp(55px,8vw,130px); }
.process-intro { position: sticky; top: 120px; display: block; margin: 0; }
.process-intro .eyebrow { color: var(--accent-soft); }.process-intro h2 { max-width: 8.5ch; margin-top: 34px; }
.process-intro > i { position: relative; display: block; width: 116px; height: 116px; margin-top: 58px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; }
.process-intro > i::before, .process-intro > i::after { position: absolute; top: 50%; left: 50%; background: var(--accent-soft); content: ""; transform: translate(-50%,-50%); }.process-intro > i::before { width: 42px; height: 1px; }.process-intro > i::after { width: 1px; height: 42px; }
.process-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; border: 1px solid var(--line-light); background: var(--line-light); }
.process-step { display: flex; min-height: 330px; flex-direction: column; align-items: stretch; gap: 0; padding: 28px; border: 0; background: var(--ink); transition: background .3s, transform .3s; }
.process-step:hover { padding: 28px; background: #202226; transform: translateY(-4px); }
.process-step > div { display: flex; align-items: center; justify-content: space-between; color: #74787e; font-size: 9px; font-weight: 740; letter-spacing: .12em; }
.process-step > div i { display: block; width: 42px; height: 1px; background: rgba(255,255,255,.18); }.process-step h3 { max-width: 10ch; margin: auto 0 21px; font-size: clamp(28px,2.5vw,45px); line-height: .96; }.process-step p { max-width: 42ch; margin: 0; color: #aeb1b5; font-size: 13px; line-height: 1.65; }

.network-visual-dynamic { transform-style: preserve-3d; transition: transform .18s ease-out; }
.network-node { max-width: 145px; flex-wrap: wrap; line-height: 1.2; }
.network-node b { color: #fff; font-size: 8px; }.network-node span { flex-basis: 100%; margin-left: 14px; color: #8f9399; font-size: 6px; letter-spacing: .08em; }
.network-node-pos-1 { top: 11%; left: 8%; }.network-node-pos-2 { top: 8%; left: 43%; }.network-node-pos-3 { top: 13%; right: 7%; }.network-node-pos-4 { top: 43%; right: 3%; }.network-node-pos-5 { right: 8%; bottom: 12%; }.network-node-pos-6 { bottom: 7%; left: 44%; }.network-node-pos-7 { bottom: 13%; left: 8%; }.network-node-pos-8 { top: 45%; left: 3%; }.network-node-pos-9 { top: 22%; left: 25%; }.network-node-pos-10 { top: 23%; right: 24%; }.network-node-pos-11 { right: 22%; bottom: 23%; }.network-node-pos-12 { bottom: 22%; left: 23%; }

@media (max-width: 1180px) {
    .product-carousel-shell { --carousel-pad: 32px; }.product-carousel-shell .collection-card, .product-carousel-shell.carousel-columns-3 .collection-card, .product-carousel-shell.carousel-columns-4 .collection-card { flex-basis: min(42vw,500px); width: min(42vw,500px); }
    .process-layout { grid-template-columns: minmax(260px,.65fr) minmax(0,1.35fr); gap: 50px; }
}
@media (max-width: 860px) {
    .product-carousel-shell { --carousel-pad: 20px; }.product-carousel-heading { margin-bottom: 34px; }.product-carousel-controls { justify-content: flex-start; }.product-carousel-shell .collection-card, .product-carousel-shell.carousel-columns-3 .collection-card, .product-carousel-shell.carousel-columns-4 .collection-card { flex-basis: 82vw; width: 82vw; max-width: 540px; }
    .process-layout { grid-template-columns: 1fr; gap: 55px; }.process-intro { position: static; }.process-intro > i { display: none; }.process-list { grid-template-columns: 1fr 1fr; }.process-step { min-height: 290px; }
}
@media (max-width: 560px) {
    .product-carousel-controls button { width: 46px; height: 46px; }.product-carousel-shell .collection-card, .product-carousel-shell.carousel-columns-3 .collection-card, .product-carousel-shell.carousel-columns-4 .collection-card { flex-basis: 84vw; width: 84vw; }.product-carousel-status { margin-top: 5px; }
    .process-list { grid-template-columns: 1fr; }.process-step { min-height: 270px; }.process-step h3 { margin-top: 72px; }
    .network-node span { display: none; }.network-node { max-width: 70px; gap: 5px; }.network-node i { width: 5px; height: 5px; }.network-node b { font-size: 7px; letter-spacing: .06em; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
    .network-visual-dynamic { transform: none !important; }
}
