:root {
  --ink: #03040b;
  --ink-2: #080d1c;
  --ink-3: #111a45;
  --paper: #f4f7ff;
  --muted: #a8b2cf;
  --muted-2: #707da3;
  --acid: #3478ff;
  --cyan: #48e8ff;
  --orange: #765dff;
  --gold: #dbe7ff;
  --line: rgba(169, 194, 255, .16);
  --line-strong: rgba(196, 215, 255, .3);
  --ease: cubic-bezier(.22, .8, .22, 1);
  --serif: 'Cormorant Garamond', 'Times New Roman', serif;
  --sans: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 72% -10%, rgba(52,120,255,.12), transparent 30%), var(--ink); color: var(--paper); font-family: var(--sans); font-size: 16px; font-weight: 400; line-height: 1.58; letter-spacing: -.012em; overflow-x: hidden; }
body:before { content: ''; position: fixed; inset: 0 auto auto 0; width: var(--scroll-progress, 0%); height: 2px; background: linear-gradient(90deg, var(--orange), var(--acid), var(--cyan), var(--gold)); box-shadow: 0 0 20px rgba(72,232,255,.5); z-index: 20; pointer-events: none; }
::selection { color: var(--ink); background: var(--gold); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .1; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; z-index: 5; }
.site-header { height: 78px; display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: 0 auto; padding: 0 5vw; position: sticky; top: 0; isolation: isolate; z-index: 8; }
.site-header:before { content: ''; position: absolute; z-index: -2; inset: 0 auto 0 50%; width: 100vw; transform: translateX(-50%); background-color: rgba(3,4,11,.92); background-image: radial-gradient(ellipse 34% 190% at 8% 0%, rgba(118,93,255,.28), transparent 68%), radial-gradient(ellipse 40% 210% at 84% 110%, rgba(72,232,255,.22), transparent 70%), linear-gradient(104deg, rgba(3,4,11,.98) 0 34%, rgba(17,26,69,.94) 50%, rgba(3,4,11,.98) 69%), repeating-linear-gradient(118deg, transparent 0 18px, rgba(219,231,255,.022) 19px 20px); background-size: 130% 130%, 135% 135%, 220% 100%, auto; background-position: 0% 0%, 100% 100%, 0% 50%, 0 0; backdrop-filter: blur(22px) saturate(145%); animation: sofingware-header-flow 15s var(--ease) infinite alternate; }
.site-header:after { content: ''; position: absolute; z-index: -1; left: 50%; bottom: 0; width: 100vw; height: 2px; transform: translateX(-50%); background: linear-gradient(90deg, transparent 3%, var(--orange) 18%, var(--acid) 40%, var(--cyan) 66%, var(--gold) 84%, transparent 97%); background-size: 180% 100%; box-shadow: 0 0 20px rgba(72,232,255,.42); animation: sofingware-signature-line 8s ease-in-out infinite alternate; }
.site-header > * { position: relative; z-index: 1; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; letter-spacing: .03em; }
.brand-logo { width: 42px; height: 42px; display: grid; place-items: center; flex: none; overflow: hidden; border-radius: 50%; background: #02030a; box-shadow: 0 0 20px rgba(52,120,255,.32), inset 0 0 0 1px rgba(219,231,255,.12); }
.brand-logo img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(1.08) contrast(1.05); }
.brand-logo-small { width: 28px; height: 28px; box-shadow: 0 0 13px rgba(52,120,255,.28), inset 0 0 0 1px rgba(219,231,255,.1); }
.brand strong { display: block; font-size: 14px; font-weight: 400; letter-spacing: .2em; line-height: 1; }
.brand small { display: block; color: var(--muted-2); font-size: 9px; letter-spacing: .18em; margin-top: 5px; }
.brand-mark { display: inline-flex; gap: 3px; align-items: end; height: 25px; width: 26px; }
.brand-mark span { display: block; width: 6px; border-radius: 5px 5px 1px 1px; background: var(--acid); }
.brand-mark span:nth-child(1) { height: 13px; opacity: .55; }.brand-mark span:nth-child(2) { height: 21px; opacity: .8; }.brand-mark span:nth-child(3) { height: 17px; background: var(--cyan); }
.top-nav { display: flex; gap: 30px; color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: .065em; }
.top-nav a { position: relative; transition: color .3s var(--ease); }
.top-nav a:after { content: ''; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--gold); transition: right .35s var(--ease); }
.top-nav a:hover, .top-nav a:focus-visible { color: var(--paper); }
.top-nav a:hover:after, .top-nav a:focus-visible:after { right: 0; }
.hero-shell { max-width: 1440px; min-height: 660px; margin: 0 auto; padding: 82px 5vw 85px; display: grid; grid-template-columns: 1.06fr .94fr; gap: 7vw; align-items: center; position: relative; isolation: isolate; }
.hero-atmosphere { position: absolute; z-index: 0; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); overflow: hidden; pointer-events: none; background-color: var(--ink); background-image: radial-gradient(ellipse 72% 76% at 8% 14%, rgba(118,93,255,.24) 0%, rgba(31,35,106,.1) 35%, transparent 68%), radial-gradient(ellipse 76% 82% at 90% 18%, rgba(72,232,255,.2) 0%, rgba(18,73,145,.13) 38%, transparent 70%), radial-gradient(ellipse 58% 64% at 54% 104%, rgba(219,231,255,.14) 0%, transparent 66%), linear-gradient(125deg, #03040b 0%, #0a1233 42%, #050716 70%, #111b48 100%); background-size: 145% 145%, 155% 155%, 135% 135%, 200% 200%; animation: hero-gradient-drift 17s cubic-bezier(.45,.05,.25,1) infinite alternate; }
.hero-atmosphere:before { content: ''; position: absolute; inset: -35%; background: conic-gradient(from 210deg at 50% 50%, transparent 0deg, rgba(72,232,255,.12) 48deg, transparent 105deg, rgba(52,120,255,.12) 185deg, transparent 245deg, rgba(118,93,255,.13) 310deg, transparent 360deg); filter: blur(42px); animation: hero-aurora-turn 30s linear infinite; }
.hero-atmosphere:after { content: ''; position: absolute; inset: 0; background: linear-gradient(112deg, transparent 22%, rgba(245,241,232,.045) 43%, rgba(72,232,255,.07) 50%, transparent 62%); transform: translateX(-65%); animation: hero-light-sweep 11s ease-in-out infinite; mix-blend-mode: screen; }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow { color: var(--cyan); text-transform: uppercase; letter-spacing: .17em; font-size: 10px; line-height: 1.3; display: flex; gap: 25px; margin: 0 0 28px; }.eyebrow span + span { color: var(--muted-2); }
h1, h2, h3, p { margin-top: 0; }.hero-copy h1 { font-size: clamp(44px, 5.7vw, 83px); line-height: .98; letter-spacing: -.055em; font-weight: 300; margin: 0 0 28px; max-width: 780px; }.hero-copy h1 em { color: var(--acid); font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.045em; }.hero-description { max-width: 465px; color: var(--muted); font-size: clamp(17px, 1.5vw, 21px); font-weight: 300; line-height: 1.65; letter-spacing: -.005em; margin-bottom: 34px; }
.hero-actions, .modal-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }.button { border: 0; display: inline-flex; align-items: center; gap: 13px; cursor: pointer; border-radius: 99px; padding: 13px 19px; font-size: 14px; min-height: 48px; transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease); }.button:hover, .button:focus-visible { transform: translateY(-3px); }.button-primary { color: var(--ink); background: linear-gradient(110deg, var(--acid), #8fb6ff); font-weight: 700; box-shadow: 0 9px 24px rgba(52,120,255,.12); }.button-primary:hover, .button-primary:focus-visible { background: linear-gradient(110deg, #8fb6ff, var(--gold)); box-shadow: 0 13px 32px rgba(52,120,255,.2); }.button-quiet { background: transparent; color: var(--paper); border: 1px solid transparent; }.button-quiet:hover, .button-quiet:focus-visible { color: var(--gold); }
.hero-visual { position: relative; min-height: 438px; border: 1px solid var(--line-strong); border-radius: 2px; overflow: hidden; background: radial-gradient(circle at 38% 44%, rgba(52,120,255,.17), transparent 18%), radial-gradient(circle at 73% 61%, rgba(72,232,255,.18), transparent 28%), linear-gradient(135deg, #111a45 0%, #03040b 58%, #080d1c 100%); box-shadow: 0 30px 90px rgba(0,0,0,.32); transition: transform .6s var(--ease), box-shadow .6s var(--ease); animation: atmosphere-shift 16s ease-in-out infinite alternate; }.hero-visual:hover { transform: translateY(-4px); box-shadow: 0 38px 100px rgba(0,0,0,.4); }.hero-visual:before, .hero-visual:after { content: ''; position: absolute; pointer-events: none; }.hero-visual:before { inset: 25px; border: 1px solid rgba(72,232,255, .16); }.hero-visual:after { width: 130%; height: 90px; left: -15%; bottom: 66px; border-top: 1px solid rgba(52,120,255, .2); border-bottom: 1px solid rgba(52,120,255, .08); transform: rotate(-18deg); animation: scan-line 9s ease-in-out infinite; }
.visual-topline, .visual-footer { position: absolute; left: 28px; right: 28px; display: flex; justify-content: space-between; font-size: 9px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); z-index: 1; }.visual-topline { top: 24px; }.visual-footer { bottom: 22px; color: var(--muted); }.visual-footer span:last-child { color: var(--acid); font-size: 17px; }
.visual-orbit { position: absolute; width: 280px; height: 280px; border: 1px solid rgba(72,232,255, .28); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(25deg); animation: orbit-turn 24s linear infinite; }.orbit-two { width: 400px; height: 170px; border-color: rgba(52,120,255, .2); transform: translate(-50%,-50%) rotate(-35deg); animation: orbit-turn-two 31s linear infinite reverse; }.visual-core { width: 132px; height: 132px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 50%; background: rgba(3,4,11, .78); border: 1px solid var(--acid); box-shadow: 0 0 35px rgba(52,120,255, .18); animation: core-breathe 6s ease-in-out infinite; }.core-label { text-align: center; color: var(--paper); font-size: 9px; line-height: 1.35; letter-spacing: .16em; }.core-dot { position: absolute; width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; right: 1px; top: 28px; box-shadow: 0 0 16px var(--cyan); animation: core-pulse 3s ease-in-out infinite; }
.visual-note { position: absolute; z-index: 1; display: grid; grid-template-columns: 26px auto; column-gap: 8px; align-items: baseline; font-size: 11px; }.visual-note span { grid-row: span 2; color: var(--acid); font-size: 9px; }.visual-note b { font-size: 12px; font-weight: 500; }.visual-note small { color: var(--muted-2); font-size: 10px; }.note-a { top: 32%; left: 9%; }.note-b { top: 47%; right: 7%; }.note-c { bottom: 23%; left: 14%; }
.thesis-section { max-width: 1440px; margin: 0 auto; padding: 82px 5vw 88px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 7vw; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(110deg, rgba(52,120,255,.035), transparent 45%); }.thesis-lead h2 { font-size: clamp(38px, 4.4vw, 62px); line-height: .98; letter-spacing: -.06em; font-weight: 500; margin: 0; }.thesis-lead h2 span { color: var(--acid); font-family: var(--serif); font-style: italic; font-weight: 400; }.thesis-message { padding-top: 8px; max-width: 590px; }.thesis-punch { color: var(--paper); font-size: clamp(23px, 2.3vw, 34px); line-height: 1.12; letter-spacing: -.04em; margin-bottom: 16px; }.thesis-message > p:not(.thesis-punch) { color: var(--muted); font-size: 17px; line-height: 1.55; max-width: 540px; margin-bottom: 31px; }.thesis-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; border-top: 1px solid var(--line-strong); padding-top: 16px; }.thesis-points div { display: grid; grid-template-columns: auto 1fr; column-gap: 9px; align-items: baseline; }.thesis-points span { color: var(--cyan); font-size: 10px; letter-spacing: .1em; grid-row: span 2; }.thesis-points b { font-size: 14px; font-weight: 500; }.thesis-points small { color: var(--muted-2); font-size: 11px; }
.thesis-section { position: relative; overflow: hidden; background-color: #060a18; background-image: linear-gradient(rgba(72,232,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(72,232,255,.055) 1px, transparent 1px), radial-gradient(circle at 16% 40%, rgba(52,120,255,.075), transparent 35%); background-size: 42px 42px, 42px 42px, auto; }.thesis-section:after { content: ''; position: absolute; left: 5vw; right: 5vw; bottom: 0; height: 2px; background: linear-gradient(90deg, var(--cyan), rgba(72,232,255,.15)); opacity: .75; }.thesis-lead .eyebrow span + span { color: var(--gold); }.thesis-client { color: var(--gold) !important; font-family: var(--serif); font-size: clamp(22px, 2.1vw, 31px) !important; line-height: 1.18 !important; letter-spacing: -.025em; max-width: 570px !important; padding-top: 20px; border-top: 1px solid rgba(219,231,255,.35); }
.catalog-section, .work-section { max-width: 1440px; margin: 0 auto; padding: 95px 5vw 110px; }.catalog-section { border-top: 1px solid var(--line); }.section-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; margin-bottom: 54px; }.section-heading h2, .work-heading h2 { font-size: clamp(37px, 4.6vw, 64px); line-height: .98; letter-spacing: -.06em; font-weight: 500; margin: 0; }.section-heading h2 span, .work-heading h2 span { font-family: var(--serif); font-style: italic; color: var(--cyan); font-weight: 400; }.section-intro { color: var(--muted); max-width: 380px; font-size: 17px; margin: 0 0 3px; }
.catalog-toolbar { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px 0; display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 26px; }.filter-tabs { display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }.filter-tabs::-webkit-scrollbar { display: none; }.filter-tab { white-space: nowrap; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 13px; padding: 8px 11px; border-radius: 99px; }.filter-tab span { color: var(--muted-2); font-size: 10px; margin-left: 4px; }.filter-tab:hover { color: var(--paper); }.filter-tab.is-active { background: var(--paper); color: var(--ink); }.filter-tab.is-active span { color: var(--ink-3); }.catalog-count { color: var(--muted-2); font-size: 11px; white-space: nowrap; margin: 0; }
.product-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; }.product-card { grid-column: span 4; min-height: 315px; position: relative; padding: 22px; background: linear-gradient(145deg, rgba(14,22,57,.96), rgba(7,12,30,.96)); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; cursor: pointer; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }.product-card.featured-product { grid-column: span 6; min-height: 390px; background: linear-gradient(145deg, rgba(17,26,69,.98), rgba(7,12,30,.98)); border-color: rgba(219,231,255,.34); }.product-card:hover, .product-card:focus-visible { transform: translateY(-5px); border-color: var(--card-accent, var(--acid)); background: var(--ink-3); box-shadow: 0 20px 50px rgba(0,0,0,.2); }.product-card[hidden] { display: none; }.card-visual { height: 112px; position: absolute; right: 0; top: 0; width: 48%; opacity: .9; overflow: hidden; }.card-visual:before, .card-visual:after { content: ''; position: absolute; border: 1px solid var(--card-accent); border-radius: 50%; opacity: .5; }.card-visual:before { width: 180px; height: 180px; top: -88px; right: -33px; }.card-visual:after { width: 95px; height: 95px; top: -35px; right: 34px; }.card-visual span { position: absolute; background: var(--card-accent); opacity: .75; }.card-visual span:nth-child(1) { width: 1px; height: 145px; transform: rotate(45deg); right: 85px; top: -26px; }.card-visual span:nth-child(2) { height: 1px; width: 150px; transform: rotate(-29deg); right: -20px; top: 54px; }.card-visual span:nth-child(3) { width: 5px; height: 5px; border-radius: 50%; right: 86px; top: 48px; box-shadow: 0 0 15px var(--card-accent); }.card-top { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: start; }.card-index { color: var(--card-accent); font-size: 12px; letter-spacing: .12em; }.card-type { color: var(--muted); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; border: 1px solid var(--line); padding: 5px 8px; }.card-body { position: relative; z-index: 1; max-width: 92%; }.card-body h3 { font-size: clamp(21px, 2vw, 28px); letter-spacing: -.04em; line-height: 1.02; margin: 0 0 10px; font-weight: 500; }.product-card.featured-product .card-body h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; font-size: clamp(27px, 2.9vw, 43px); }.card-body p { color: var(--muted); font-size: 14px; line-height: 1.45; max-width: 420px; margin: 0; }.card-footer { display: flex; align-items: end; justify-content: space-between; position: relative; z-index: 1; gap: 12px; }.card-proof { color: var(--paper); font-size: 11px; line-height: 1.35; max-width: 75%; }.card-open { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line-strong); color: var(--card-accent); border-radius: 50%; font-size: 18px; flex: none; }.product-card:hover .card-open { background: var(--card-accent); color: var(--ink); }
.product-card { --mx: 50%; --my: 50%; isolation: isolate; }
.product-card:after { content: ''; position: absolute; inset: 0; z-index: 0; opacity: 0; pointer-events: none; background: radial-gradient(circle at var(--mx) var(--my), color-mix(in srgb, var(--card-accent) 16%, transparent), transparent 32%); transition: opacity .5s var(--ease); }
.product-card:hover:after, .product-card:focus-visible:after { opacity: 1; }
.card-top, .card-body, .card-footer { z-index: 1; }
.card-open { transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease); }
.product-card:hover .card-open { transform: rotate(8deg) scale(1.06); }
.filter-tab { transition: color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease); }
.filter-tab:hover { transform: translateY(-2px); }
.work-section { border-top: 1px solid var(--line); background: radial-gradient(circle at 80% 40%, rgba(219,231,255,.06), transparent 34%); }.work-heading { margin-bottom: 48px; }.work-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.work-step { border-top: 1px solid var(--line-strong); padding: 19px 0 0; }.work-step span { color: var(--acid); font-size: 11px; letter-spacing: .12em; }.work-step h3 { font-size: 21px; margin: 39px 0 10px; letter-spacing: -.03em; font-weight: 500; }.work-step p { color: var(--muted); font-size: 14px; max-width: 270px; margin: 0; }.work-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 85px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }.work-footer a { color: var(--acid); }.site-footer { border-top: 1px solid var(--line); padding: 28px 5vw; display: flex; justify-content: space-between; align-items: center; gap: 24px; color: var(--muted-2); font-size: 12px; }.footer-brand { color: var(--paper); font-size: 10px; letter-spacing: .14em; }.footer-brand .brand-mark { height: 18px; width: 20px; transform: scale(.75); transform-origin: left center; margin-right: -5px; }.site-footer p { margin: 0; }.footer-meta { color: var(--muted-2); }
.ai-statement { padding: 82px 5vw 88px; border-top: 1px solid var(--line); background: linear-gradient(135deg, rgba(72,232,255,.06), transparent 48%), var(--ink-2); }
.ai-statement > .eyebrow { max-width: 1440px; margin: 0 auto 38px; }
.ai-statement-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; }
.ai-statement h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 6vw, 82px); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
.ai-statement h2 span { color: var(--cyan); font-style: italic; }
.ai-statement-copy { border-left: 1px solid var(--line-strong); padding-left: 32px; }
.ai-statement-copy p { max-width: 620px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.ai-statement-copy .ai-statement-lead { margin-bottom: 14px; color: var(--paper); font-family: var(--serif); font-size: clamp(25px, 3vw, 39px); line-height: 1.08; letter-spacing: -.035em; }
.modal-backdrop { position: fixed; inset: 0; background: rgba(3, 8, 13, .76); backdrop-filter: blur(5px); z-index: 10; }.product-modal { z-index: 11; width: min(960px, calc(100vw - 30px)); max-height: min(730px, calc(100vh - 30px)); padding: 0; border: 1px solid var(--line-strong); border-radius: 2px; background: var(--ink-2); color: var(--paper); box-shadow: 0 30px 100px rgba(0,0,0,.5); overflow: auto; }.product-modal::backdrop { background: transparent; }.product-modal[open] { animation: modal-in .25s ease-out; }.modal-close { position: absolute; top: 17px; right: 20px; z-index: 2; width: 35px; height: 35px; border: 1px solid var(--line-strong); color: var(--paper); background: rgba(3,4,11,.5); border-radius: 50%; cursor: pointer; font-size: 23px; line-height: 1; }.modal-layout { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 555px; }.modal-aside { padding: 37px 30px; background: linear-gradient(150deg, #111a45, #080d1c); border-right: 1px solid var(--line); display: flex; flex-direction: column; }.modal-number { font-size: 74px; line-height: .8; letter-spacing: -.09em; color: var(--acid); }.modal-category { color: var(--cyan); font-size: 10px; letter-spacing: .17em; margin-top: 18px; }.modal-visual { flex: 1; min-height: 220px; position: relative; margin: 45px -20px 34px; border: 1px solid var(--line-strong); overflow: hidden; background: radial-gradient(circle, rgba(52,120,255,.2), transparent 30%), linear-gradient(135deg, rgba(72,232,255,.06), transparent); }.modal-visual:before, .modal-visual:after { content: ''; position: absolute; border: 1px solid var(--cyan); border-radius: 50%; opacity: .5; }.modal-visual:before { width: 260px; height: 260px; left: 50%; top: 50%; transform: translate(-50%,-50%); }.modal-visual:after { width: 110px; height: 110px; left: 50%; top: 50%; transform: translate(-50%,-50%); border-color: var(--acid); }.modal-visual span:nth-child(1) { position: absolute; left: 15%; right: 15%; top: 50%; border-top: 1px solid rgba(52,120,255,.65); transform: rotate(28deg); }.modal-visual span:nth-child(2) { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--acid); left: 26%; top: 32%; box-shadow: 0 0 16px var(--acid); }.modal-visual span:nth-child(3) { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); right: 26%; bottom: 29%; box-shadow: 0 0 16px var(--cyan); }.modal-proof { color: var(--muted); font-size: 12px; line-height: 1.5; margin: auto 0 0; }.modal-content { padding: 60px 50px 42px; }.modal-content .eyebrow { margin-bottom: 22px; }.modal-content h2 { font-size: clamp(35px, 4vw, 58px); line-height: .98; letter-spacing: -.06em; font-weight: 500; max-width: 550px; margin-bottom: 22px; }.modal-description { color: var(--muted); font-size: 17px; line-height: 1.55; max-width: 560px; }.modal-rule { height: 1px; background: var(--line); margin: 31px 0 20px; }.modal-label { font-size: 12px; color: var(--muted-2); text-transform: uppercase; letter-spacing: .14em; margin-bottom: 13px; }.capability-list { list-style: none; padding: 0; margin: 0 0 31px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px 15px; }.capability-list li { font-size: 13px; color: var(--paper); }.capability-list li::before { content: '↗'; color: var(--acid); margin-right: 8px; }.modal-reference { color: var(--muted-2); font-size: 11px; margin: 24px 0 0; }.modal-reference a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }.toast { position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 20px); opacity: 0; z-index: 20; background: var(--acid); color: var(--ink); padding: 10px 16px; border-radius: 99px; font-size: 13px; pointer-events: none; transition: opacity .2s, transform .2s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.js .reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .8s var(--ease), transform .8s var(--ease); transition-delay: var(--reveal-delay, 0ms); }
.js .reveal-item.is-visible { opacity: 1; transform: none; }
@keyframes atmosphere-shift { from { background-position: 0 0, 0 0, 0 0; } to { background-position: 10% -5%, -8% 6%, 100% 8%; } }
@keyframes hero-gradient-drift { 0% { background-position: 0% 10%, 100% 0%, 50% 100%, 0% 50%; } 45% { background-position: 18% 28%, 82% 20%, 45% 84%, 54% 50%; } 100% { background-position: 32% 5%, 70% 34%, 62% 92%, 100% 50%; } }
@keyframes hero-aurora-turn { to { transform: rotate(360deg) scale(1.08); } }
@keyframes hero-light-sweep { 0%, 18% { transform: translateX(-70%); opacity: 0; } 44% { opacity: .85; } 70%, 100% { transform: translateX(70%); opacity: 0; } }
@keyframes sofingware-header-flow { 0% { background-position: 0% 0%, 100% 100%, 0% 50%, 0 0; } 55% { background-position: 16% 24%, 82% 72%, 65% 50%, 8px 0; } 100% { background-position: 28% 8%, 70% 92%, 100% 50%, 16px 0; } }
@keyframes sofingware-signature-line { from { background-position: 0% 50%; filter: saturate(.9); } to { background-position: 100% 50%; filter: saturate(1.35); } }
@keyframes orbit-turn { from { transform: translate(-50%,-50%) rotate(25deg); } to { transform: translate(-50%,-50%) rotate(385deg); } }
@keyframes orbit-turn-two { from { transform: translate(-50%,-50%) rotate(-35deg); } to { transform: translate(-50%,-50%) rotate(-395deg); } }
@keyframes core-breathe { 0%, 100% { box-shadow: 0 0 35px rgba(52,120,255, .18); } 50% { box-shadow: 0 0 56px rgba(52,120,255, .3); } }
@keyframes core-pulse { 0%, 100% { transform: scale(1); opacity: .8; } 50% { transform: scale(1.4); opacity: 1; } }
@keyframes scan-line { 0%, 100% { transform: translateY(0) rotate(-18deg); opacity: .5; } 50% { transform: translateY(-18px) rotate(-18deg); opacity: 1; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(14px) scale(.98); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 900px) { .top-nav { display: none; }.hero-shell { grid-template-columns: 1fr; padding-top: 60px; }.hero-visual { min-height: 350px; }.thesis-section { grid-template-columns: 1fr; gap: 25px; }.section-heading { grid-template-columns: 1fr; gap: 22px; }.product-card, .product-card.featured-product { grid-column: span 6; min-height: 300px; }.product-card.featured-product { min-height: 350px; }.modal-layout { grid-template-columns: 1fr; }.modal-aside { min-height: 270px; padding: 28px; border-right: 0; border-bottom: 1px solid var(--line); }.modal-visual { min-height: 130px; margin: 26px 0 0; }.modal-proof { display: none; }.modal-content { padding: 35px 28px 30px; } }
@media (max-width: 900px) { .ai-statement-grid { grid-template-columns: 1fr; gap: 34px; }.ai-statement-copy { padding-left: 0; padding-top: 25px; border-left: 0; border-top: 1px solid var(--line-strong); } }
@media (max-width: 620px) { .site-header { height: 70px; padding: 0 20px; }.hero-shell, .thesis-section, .catalog-section, .work-section { padding-left: 20px; padding-right: 20px; }.hero-shell { padding-top: 50px; padding-bottom: 60px; }.eyebrow { flex-wrap: wrap; gap: 7px 18px; margin-bottom: 22px; }.hero-copy h1 { font-size: clamp(43px, 13vw, 68px); }.hero-description { font-size: 16px; }.hero-visual { min-height: 300px; }.visual-note { transform: scale(.85); transform-origin: left center; }.note-b { transform-origin: right center; }.thesis-section { padding-top: 65px; padding-bottom: 68px; }.thesis-punch { font-size: 25px; }.thesis-message > p:not(.thesis-punch) { font-size: 16px; }.thesis-points { grid-template-columns: 1fr; gap: 13px; }.thesis-points div { grid-template-columns: 30px auto 1fr; }.thesis-points span { grid-row: auto; }.thesis-points small { text-align: right; }.catalog-section, .work-section { padding-top: 70px; padding-bottom: 78px; }.catalog-toolbar { align-items: flex-start; flex-direction: column; gap: 9px; }.catalog-count { order: -1; }.product-grid { gap: 10px; }.product-card, .product-card.featured-product { grid-column: span 12; min-height: 270px; }.product-card.featured-product { min-height: 330px; }.card-body h3 { font-size: 25px; max-width: 80%; }.product-card.featured-product .card-body h3 { font-size: 31px; max-width: 85%; }.work-grid { grid-template-columns: 1fr; gap: 36px; }.work-step h3 { margin-top: 18px; }.work-footer { margin-top: 60px; align-items: flex-start; flex-direction: column; }.site-footer { padding: 24px 20px; flex-wrap: wrap; }.site-footer p { width: 100%; order: 3; }.footer-meta { margin-left: auto; }.modal-content { padding: 31px 22px 24px; }.capability-list { grid-template-columns: 1fr; }.modal-actions { align-items: stretch; flex-direction: column; }.modal-actions .button { justify-content: center; }.modal-number { font-size: 60px; }.modal-aside { min-height: 232px; } }
@media (max-width: 620px) { .ai-statement { padding: 64px 20px 68px; }.ai-statement h2 { font-size: clamp(40px, 12vw, 58px); }.ai-statement-copy p { font-size: 16px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

/* Responsive hardening: touch layouts and product detail dialog */
body.modal-open { overflow: hidden; }
.product-modal {
  position: fixed;
  inset: 0;
  max-width: none;
  max-height: min(730px, calc(100dvh - 30px));
  margin: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.modal-close {
  position: sticky;
  float: right;
  top: 14px;
  right: 16px;
  width: 44px;
  height: 44px;
  margin: 0 0 -44px;
  z-index: 4;
  background: rgba(3,4,11,.92);
  backdrop-filter: blur(10px);
  touch-action: manipulation;
}

@media (max-width: 1024px) {
  .site-header, .hero-shell, .thesis-section, .catalog-section, .work-section { padding-left: 32px; padding-right: 32px; }
  .top-nav { gap: 18px; }
  .hero-shell { gap: 40px; }
  .hero-copy h1 { font-size: clamp(48px, 7vw, 68px); }
  .product-card { grid-column: span 6; }
  .modal-layout { grid-template-columns: minmax(220px, .68fr) minmax(0, 1.32fr); }
  .modal-content { padding: 52px 34px 34px; }
}

@media (max-width: 900px) {
  .site-header { padding-left: 24px; padding-right: 24px; }
  .hero-shell { min-height: auto; }
  .hero-visual { width: 100%; }
  .modal-layout { display: block; min-height: 0; }
  .modal-aside { min-height: 0; padding: 26px 72px 24px 26px; display: grid; grid-template-columns: auto 1fr; gap: 8px 18px; align-items: end; }
  .modal-number { grid-row: span 2; font-size: 58px; }
  .modal-category { margin: 0 0 4px; }
  .modal-visual { display: none; }
  .modal-proof { display: block; grid-column: 1 / -1; margin: 12px 0 0; }
  .modal-content { padding: 32px 28px 34px; }
  .modal-content h2 { font-size: clamp(34px, 7vw, 50px); }
}

@media (max-width: 620px) {
  .site-header { padding: 0 16px; }
  .brand { gap: 8px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 8px; }
  .hero-shell, .thesis-section, .catalog-section, .work-section { padding-left: 18px; padding-right: 18px; }
  .hero-shell { padding-top: 38px; }
  .hero-copy h1 { font-size: clamp(40px, 12.3vw, 58px); overflow-wrap: anywhere; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { justify-content: center; width: 100%; }
  .hero-visual { min-height: 270px; }
  .visual-orbit { width: 220px; height: 220px; }
  .orbit-two { width: 310px; height: 135px; }
  .section-heading h2, .work-heading h2 { font-size: clamp(36px, 11vw, 50px); overflow-wrap: anywhere; }
  .filter-tabs { width: calc(100vw - 36px); padding-bottom: 4px; scroll-snap-type: x proximity; }
  .filter-tab { min-height: 44px; scroll-snap-align: start; }
  .product-card, .product-card.featured-product { padding: 20px; }
  .card-type { max-width: 62%; text-align: right; }
  .card-body { max-width: 100%; }
  .card-body h3, .product-card.featured-product .card-body h3 { max-width: 88%; }
  .site-footer { padding-left: 18px; padding-right: 18px; }
  .product-modal {
    inset: 0;
    width: 100%;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border: 0;
    border-radius: 0;
  }
  .modal-close { top: max(12px, env(safe-area-inset-top)); right: 14px; }
  .modal-aside { padding: max(24px, env(safe-area-inset-top)) 68px 20px 20px; }
  .modal-number { font-size: 48px; }
  .modal-content { padding: 28px 20px max(28px, env(safe-area-inset-bottom)); }
  .modal-content .eyebrow { padding-right: 46px; }
  .modal-content h2 { font-size: clamp(32px, 10vw, 44px); margin-bottom: 18px; }
  .modal-description { font-size: 16px; }
  .modal-rule { margin: 24px 0 18px; }
  .capability-list li { font-size: 14px; line-height: 1.45; }
  .modal-actions { gap: 8px; }
  .modal-actions .button { width: 100%; min-height: 50px; }
}

@media (max-width: 390px) {
  .hero-copy h1 { font-size: 39px; }
  .hero-visual { min-height: 240px; }
  .visual-note { display: none; }
  .product-card, .product-card.featured-product { min-height: 300px; }
  .card-proof { max-width: calc(100% - 44px); }
  .thesis-points small { text-align: left; }
}

/* Intention-first catalog */
.intent-panel { margin: 0 0 26px; padding: 26px; border: 1px solid rgba(52,120,255,.28); background: linear-gradient(120deg, rgba(52,120,255,.075), rgba(72,232,255,.025) 58%, transparent); }
.intent-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 20px; }
.intent-heading p { margin: 0; color: var(--paper); font-family: var(--serif); font-size: 25px; letter-spacing: -.025em; }
.intent-heading span { color: var(--muted-2); font-size: 12px; }
.intent-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.intent-tab { min-height: 58px; padding: 12px 14px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 2px; background: rgba(3,4,11,.42); color: var(--muted); text-align: left; font-size: 14px; cursor: pointer; transition: color .25s var(--ease), border-color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease); }
.intent-tab span { color: var(--cyan); font-size: 10px; letter-spacing: .1em; }
.intent-tab:hover, .intent-tab:focus-visible { color: var(--paper); border-color: var(--cyan); transform: translateY(-2px); }
.intent-tab.is-active { color: var(--ink); background: var(--acid); border-color: var(--acid); font-weight: 700; }
.intent-tab.is-active span { color: var(--ink-3); }
.technical-filter-label { margin: 0 0 8px; color: var(--muted-2); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

/* Five-part method */
.method-grid { border-top: 1px solid var(--line-strong); }
.method-step { display: grid; grid-template-columns: minmax(150px, .38fr) 1fr; gap: 6vw; padding: 38px 0 42px; border-bottom: 1px solid var(--line); }
.method-index { display: flex; align-items: baseline; gap: 16px; color: var(--cyan); }
.method-index span { font-size: 11px; letter-spacing: .12em; }
.method-index b { font-size: 12px; letter-spacing: .16em; }
.method-step h3 { max-width: 680px; margin: 0 0 14px; font-family: var(--serif); font-size: clamp(25px, 2.6vw, 38px); font-weight: 400; line-height: 1.08; letter-spacing: -.035em; }
.method-step p { max-width: 720px; margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.method-step strong { display: block; max-width: 720px; color: var(--gold); font-size: 14px; font-weight: 500; }
.trust-cycle { display: grid; grid-template-columns: minmax(280px, .75fr) 1.25fr; gap: 7vw; margin-top: 70px; padding: 38px 0 8px; border-top: 1px solid var(--gold); }
.trust-cycle-heading .eyebrow { margin-bottom: 22px; }
.trust-cycle-heading h3 { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3.4vw, 46px); font-weight: 400; line-height: 1.04; letter-spacing: -.04em; }
.trust-cycle-heading h3 span { color: var(--acid); }
.trust-cycle-steps { margin: 0; padding: 0; list-style: none; counter-reset: trust; }
.trust-cycle-steps li { display: grid; grid-template-columns: 34px 1fr; gap: 18px; padding: 0 0 25px; margin-bottom: 25px; border-bottom: 1px solid var(--line); }
.trust-cycle-steps li > span { padding-top: 3px; color: var(--cyan); font-size: 11px; letter-spacing: .12em; }
.trust-cycle-steps b { display: block; margin-bottom: 7px; color: var(--paper); font-size: 17px; font-weight: 600; }
.trust-cycle-steps p { max-width: 620px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.method-statement { display: grid; grid-template-columns: 1fr 1fr; gap: 7vw; align-items: end; margin-top: 70px; padding: 34px 0; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--line); }
.method-statement p { margin: 0; font-family: var(--serif); font-size: clamp(28px, 3.5vw, 48px); line-height: 1.05; letter-spacing: -.04em; }
.method-statement p span { color: var(--acid); }
.method-statement div { max-width: 420px; color: var(--paper); font-size: 19px; line-height: 1.5; }

@media (max-width: 900px) {
  .intent-tabs { grid-template-columns: repeat(2, 1fr); }
  .method-step { grid-template-columns: 130px 1fr; gap: 28px; }
  .trust-cycle { grid-template-columns: 1fr; gap: 38px; }
  .method-statement { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 620px) {
  .intent-panel { margin-left: -18px; margin-right: -18px; padding: 22px 18px; border-left: 0; border-right: 0; }
  .intent-heading { display: block; }
  .intent-heading p { font-size: 23px; margin-bottom: 4px; }
  .intent-tabs { display: flex; width: calc(100vw - 18px); margin-right: -18px; padding-right: 18px; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; }
  .intent-tabs::-webkit-scrollbar { display: none; }
  .intent-tab { min-width: 220px; scroll-snap-align: start; }
  .method-step { display: block; padding: 30px 0 34px; }
  .method-index { margin-bottom: 18px; }
  .method-step h3 { font-size: 28px; }
  .method-step p { font-size: 16px; }
  .trust-cycle { margin-top: 48px; padding-top: 30px; gap: 30px; }
  .trust-cycle-heading h3 { font-size: 32px; }
  .trust-cycle-steps li { grid-template-columns: 28px 1fr; gap: 12px; }
  .trust-cycle-steps b { font-size: 16px; }
  .method-statement { margin-top: 48px; padding: 28px 0; }
  .method-statement div { font-size: 17px; }
}

/* Sofingware editorial typography */
.hero-copy h1,
.thesis-lead h2,
.section-heading h2,
.work-heading h2,
.ai-statement-grid h2,
.modal-content h2 {
  font-family: var(--sans);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05em;
}

.hero-copy h1 em,
.thesis-lead h2 span,
.section-heading h2 span,
.work-heading h2 span,
.ai-statement-grid h2 span {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.035em;
}

.thesis-punch,
.intent-heading p,
.method-step h3,
.trust-cycle-heading h3,
.method-statement p,
.product-card.featured-product .card-body h3 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.025em;
}

.hero-description,
.section-intro,
.thesis-message > p:not(.thesis-punch),
.card-body p,
.work-step p,
.method-step p,
.trust-cycle-steps p,
.ai-statement-copy p,
.modal-description,
.capability-list {
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: -.005em;
}

.card-body h3,
.work-step h3,
.trust-cycle-steps b,
.thesis-points b {
  font-weight: 400;
  letter-spacing: -.02em;
}

.eyebrow,
.card-type,
.technical-filter-label,
.method-index,
.modal-label,
.modal-category,
.visual-topline,
.visual-footer {
  font-weight: 500;
  letter-spacing: .17em;
}

.button,
.filter-tab,
.intent-tab {
  letter-spacing: .015em;
}

/* Experience refinement: fluid canvas, accessible contrast and large-screen rhythm. */
:root {
  --content-max: 1760px;
  --gutter: clamp(20px, 4.4vw, 86px);
  --section-space: clamp(78px, 8vw, 154px);
  --paper: #f7f9ff;
  --muted: #bcc6e2;
  --muted-2: #8c9bc4;
  --acid: #5f8eff;
  --cyan: #6cefff;
  --orange: #a883ff;
  --gold: #e3ebff;
  --line: rgba(190, 211, 255, .18);
  --line-strong: rgba(207, 224, 255, .38);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

html {
  scroll-padding-top: 92px;
}

body {
  background:
    radial-gradient(circle at 82% -10%, rgba(95, 142, 255, .16), transparent 32%),
    radial-gradient(circle at 4% 48%, rgba(168, 131, 255, .07), transparent 34%),
    var(--ink);
  text-rendering: optimizeLegibility;
}

.noise {
  opacity: .045;
  contain: strict;
  background-image: radial-gradient(rgba(227, 235, 255, .22) .6px, transparent .7px);
  background-size: 5px 5px;
  mix-blend-mode: soft-light;
}

.site-header:before,
.site-header:after,
.hero-atmosphere,
.hero-visual,
.visual-core {
  animation: none;
}

.hero-atmosphere:before {
  filter: blur(26px);
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 12px;
  z-index: 30;
  padding: 11px 16px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--paper);
  font-size: 13px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform .2s var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, [tabindex="0"]):focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.site-header,
.hero-shell,
.thesis-section,
.catalog-section,
.work-section,
.ai-statement-grid,
.ai-statement > .eyebrow {
  max-width: var(--content-max);
}

.site-header {
  height: clamp(70px, 5vw, 92px);
  padding-inline: var(--gutter);
}

.site-header:before {
  background-color: rgba(5, 8, 20, .9);
  backdrop-filter: blur(24px) saturate(140%);
}

.brand-logo {
  width: clamp(40px, 3vw, 52px);
  height: clamp(40px, 3vw, 52px);
  box-shadow: 0 0 26px rgba(95, 142, 255, .3), inset 0 0 0 1px rgba(227, 235, 255, .16);
}

.hero-shell {
  min-height: min(780px, calc(100svh - 92px));
  padding: clamp(86px, 9vw, 156px) var(--gutter) clamp(94px, 10vw, 168px);
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  gap: clamp(42px, 7.2vw, 142px);
}

.hero-copy h1 {
  max-width: 900px;
  font-size: clamp(48px, 5.2vw, 104px);
}

.hero-description {
  max-width: 550px;
  color: var(--muted);
}

.hero-visual {
  min-height: clamp(400px, 38vw, 590px);
  aspect-ratio: 1.16;
  border-radius: clamp(28px, 3.6vw, 52px);
  border-color: rgba(207, 224, 255, .34);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.hero-visual:before {
  inset: clamp(22px, 2.5vw, 36px);
  border-radius: clamp(20px, 2.6vw, 38px);
}

.thesis-section,
.catalog-section,
.work-section {
  padding-inline: var(--gutter);
  padding-block: var(--section-space);
}

.thesis-section {
  border-radius: clamp(30px, 4vw, 58px) clamp(30px, 4vw, 58px) 0 0;
  border-inline: 1px solid var(--line);
}

.catalog-section {
  border-inline: 1px solid var(--line);
}

.intent-panel {
  border-radius: clamp(24px, 2.6vw, 38px);
  padding: clamp(22px, 2.5vw, 38px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 22px 70px rgba(0, 0, 0, .12);
}

.intent-tab,
.filter-tab,
.button,
.product-card,
.product-modal {
  border-radius: 999px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.product-card-trigger {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
}

.product-card-trigger:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: -8px;
}

.product-card:focus-within {
  transform: translateY(-5px);
  border-color: var(--card-accent, var(--acid));
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.product-card:focus-within:after {
  opacity: 1;
}

.product-card {
  min-height: 350px;
  border-radius: clamp(22px, 2.4vw, 34px);
  padding: clamp(22px, 2.1vw, 34px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.product-grid {
  min-height: 1880px;
}

.product-card.featured-product {
  min-height: 430px;
  border-radius: clamp(26px, 2.8vw, 40px);
}

.card-visual {
  border-radius: 0 clamp(22px, 2.4vw, 34px) 0 0;
}

.catalog-toolbar {
  padding-block: 18px;
}

.work-section {
  border-inline: 1px solid var(--line);
  border-radius: 0 0 clamp(30px, 4vw, 58px) clamp(30px, 4vw, 58px);
}

.method-step {
  padding-block: clamp(34px, 4vw, 62px);
}

.method-step strong {
  color: var(--gold);
}

.ai-statement {
  padding: var(--section-space) var(--gutter);
}

.ai-statement h2 {
  font-size: clamp(44px, 6vw, 108px);
}

.site-footer {
  padding-inline: var(--gutter);
  padding-block: 34px;
}

.product-modal {
  border-radius: clamp(24px, 2.8vw, 40px);
}

@media (min-width: 1800px) {
  .hero-shell {
    grid-template-columns: minmax(0, 1.02fr) minmax(620px, .98fr);
  }

  .product-grid {
    gap: 20px;
  }
}

@media (max-width: 1024px) {
  .site-header,
  .hero-shell,
  .thesis-section,
  .catalog-section,
  .work-section {
    padding-inline: 32px;
  }

  .hero-shell {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 40px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 6.8vw, 76px);
  }
}

@media (max-width: 900px) {
  .noise {
    display: none;
  }

  .site-header:before,
  .modal-backdrop {
    backdrop-filter: none;
  }

  .js .reveal-item {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .visual-orbit,
  .core-dot,
  .hero-visual:after {
    animation: none;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    padding-top: 70px;
  }

  .hero-visual {
    max-width: 760px;
    width: 100%;
  }

  .product-card,
  .product-card.featured-product {
    min-height: 330px;
  }

  .product-grid {
    min-height: 2400px;
  }
}

@media (max-width: 620px) {
  .site-header,
  .hero-shell,
  .thesis-section,
  .catalog-section,
  .work-section {
    padding-inline: 18px;
  }

  .hero-shell {
    padding-top: 52px;
    padding-bottom: 72px;
  }

  .hero-visual {
    min-height: 290px;
    border-radius: 26px;
  }

  .thesis-section {
    border-radius: 28px 28px 0 0;
  }

  .product-card,
  .product-card.featured-product {
    min-height: 300px;
    border-radius: 24px;
  }

  .product-grid {
    min-height: 3460px;
  }

  .work-section {
    border-radius: 0 0 28px 28px;
  }

  .ai-statement {
    padding-inline: 18px;
  }

  .site-footer {
    padding-inline: 18px;
  }

  .product-modal {
    border-radius: 0;
  }
}

@supports (animation-timeline: scroll()) {
  body:before {
    width: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    animation: scroll-progress linear both;
    animation-timeline: scroll(root block);
  }
}

@keyframes scroll-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
