:root {
  --blue: #1738df;
  --blue-deep: #102594;
  --ink: #171815;
  --ink-soft: #32332f;
  --muted: #6c6d68;
  --cream: #f1eee6;
  --paper: #fbfaf6;
  --white: #fff;
  --line: rgba(23, 24, 21, .14);
  --glass: rgba(255, 255, 255, .72);
  --shadow: 0 30px 90px rgba(28, 27, 22, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI Variable", "Aptos", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(.2, .8, .2, 1);
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: var(--sans); line-height: 1.6; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
::selection { color: var(--white); background: var(--blue); }

.skip-link { position: fixed; top: -100px; left: 20px; z-index: 999; padding: 12px 18px; color: #fff; background: var(--ink); }
.skip-link:focus { top: 20px; }
.container { width: min(calc(100% - 72px), var(--max)); margin-inline: auto; }
.narrow { width: min(calc(100% - 72px), 900px); margin-inline: auto; }
.section { position: relative; padding: clamp(90px, 10vw, 150px) 0; }
.section--soft { background: var(--paper); }
.section--dark { color: var(--white); background: var(--ink); }
.section--blue { color: var(--white); background: var(--blue); }
.section--compact { padding: clamp(65px, 7vw, 92px) 0; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { margin-bottom: .35em; font-family: var(--serif); font-weight: 400; line-height: .95; letter-spacing: -.055em; }
h1 { font-size: clamp(4.3rem, 9vw, 9rem); }
h2 { font-size: clamp(3rem, 6vw, 6.1rem); }
h3 { margin-bottom: .5em; font-size: clamp(1.45rem, 2.1vw, 2rem); font-weight: 620; line-height: 1.08; letter-spacing: -.035em; }
h4 { margin-bottom: .5em; font-size: 1.05rem; }
.section--dark h1, .section--dark h2, .section--dark h3, .section--blue h1, .section--blue h2, .section--blue h3 { color: var(--white); }
.lead { max-width: 760px; color: var(--muted); font-size: clamp(1.08rem, 1.55vw, 1.3rem); line-height: 1.6; }
.section--dark .lead, .section--blue .lead { color: rgba(255,255,255,.68); }
.micro { color: var(--muted); font-size: .78rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 26px; padding: 8px 13px; border: 1px solid currentColor; border-radius: 100px; color: var(--blue); font-size: .68rem; font-weight: 740; letter-spacing: .15em; line-height: 1; text-transform: uppercase; }
.eyebrow::before { width: 5px; height: 5px; border-radius: 50%; content: ""; background: currentColor; }
.section--dark .eyebrow, .section--blue .eyebrow { color: rgba(255,255,255,.75); }
.text-link { display: inline-flex; align-items: center; gap: 15px; color: var(--ink); font-size: .85rem; font-weight: 720; text-decoration: none; }
.text-link::after { display: grid; width: 30px; height: 30px; place-items: center; border: 1px solid currentColor; border-radius: 50%; content: "↗"; transition: color .3s ease, background .3s ease, transform .4s var(--ease); }
.text-link:hover::after { color: var(--white); background: var(--blue); transform: rotate(45deg); }

.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid transparent; border-radius: 100px; font-size: .84rem; font-weight: 730; text-decoration: none; transition: color .35s ease, background .35s ease, border-color .35s ease, transform .4s var(--ease); }
.button::after { content: "↗"; transition: transform .4s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button:hover::after { transform: rotate(45deg); }
.button--primary { color: var(--white); background: var(--blue); }
.button--primary:hover { background: var(--blue-deep); }
.button--dark { color: var(--white); background: var(--ink); }
.button--light { color: var(--ink); background: var(--white); }
.button--outline { color: var(--ink); border-color: var(--ink); background: transparent; }
.section--dark .button--outline, .section--blue .button--outline { color: var(--white); border-color: rgba(255,255,255,.55); }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }

.topbar { color: rgba(255,255,255,.72); background: var(--ink); font-size: .7rem; }
.topbar__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__inner div { display: flex; gap: 28px; }
.topbar a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(251,250,246,.9); backdrop-filter: blur(20px); transition: box-shadow .35s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 35px rgba(23,24,21,.08); }
.header__inner { display: flex; min-height: 88px; align-items: center; gap: 34px; }
.brand { position: relative; z-index: 102; }
.brand img { width: 158px; height: 54px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 6px; margin-left: auto; padding: 5px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.55); }
.nav a { padding: 10px 15px; border-radius: 100px; color: var(--ink-soft); font-size: .78rem; font-weight: 660; text-decoration: none; transition: color .25s ease, background .25s ease; }
.nav a:hover, .nav a.active { color: var(--white); background: var(--ink); }
.header__cta { min-height: 44px; padding-inline: 19px; }
.menu-toggle { position: relative; z-index: 102; display: none; width: 48px; height: 48px; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; background: var(--white); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { position: absolute; left: 13px; width: 20px; height: 2px; content: ""; background: var(--ink); transition: all .3s ease; }
.menu-toggle::before { top: 15px; }.menu-toggle span { top: 22px; }.menu-toggle::after { top: 29px; }
.menu-toggle[aria-expanded="true"]::before { top: 22px; transform: rotate(45deg); }.menu-toggle[aria-expanded="true"] span { opacity: 0; }.menu-toggle[aria-expanded="true"]::after { top: 22px; transform: rotate(-45deg); }
.progress { position: fixed; top: 0; left: 0; z-index: 300; width: 100%; height: 3px; pointer-events: none; }
.progress span { display: block; width: 100%; height: 100%; background: var(--blue); transform: scaleX(0); transform-origin: left; }

.hero { position: relative; min-height: min(850px, calc(100vh - 120px)); overflow: hidden; background: var(--cream); }
.hero::before { position: absolute; top: 4%; right: -5%; width: min(57vw, 780px); aspect-ratio: 1; border-radius: 50%; content: ""; background: var(--blue); }
.hero::after { position: absolute; top: -20%; right: 29%; width: 1px; height: 140%; content: ""; background: rgba(23,24,21,.13); transform: rotate(19deg); }
.hero__inner { position: relative; z-index: 2; display: grid; min-height: min(850px, calc(100vh - 120px)); grid-template-columns: 1.08fr .92fr; align-items: center; gap: 30px; padding: 55px 0 72px; }
.hero__copy { position: relative; z-index: 4; max-width: 780px; }
.hero h1 { max-width: 780px; color: var(--ink); }
.hero h1 span { display: block; margin-left: clamp(30px, 7vw, 110px); color: var(--blue); font-style: italic; white-space: nowrap; }
.hero .lead { max-width: 640px; margin: 28px 0 0; }
.hero__visual { position: relative; min-height: 630px; align-self: end; }
.hero__halo { position: absolute; top: 5%; right: -1%; width: 90%; height: 90%; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.hero__halo::before, .hero__halo::after { position: absolute; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; content: ""; }
.hero__halo::before { inset: 9%; }.hero__halo::after { inset: 20%; }
.hero__product { position: absolute; z-index: 3; right: 2%; bottom: 4%; width: min(520px, 45vw); max-height: 590px; object-fit: contain; clip-path: polygon(9% 0, 100% 0, 100% 91%, 91% 100%, 0 100%, 0 9%); filter: drop-shadow(0 35px 28px rgba(8,14,54,.28)); animation: product-float 8s ease-in-out infinite; }
@keyframes product-float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-14px) rotate(1deg); } }
.hero__index { position: absolute; z-index: 4; top: 10%; right: -2%; display: flex; width: 245px; align-items: center; gap: 13px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.45); border-radius: 100px; color: var(--white); background: rgba(255,255,255,.12); backdrop-filter: blur(14px); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.hero__index strong { font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.hero__rail { position: absolute; z-index: 4; right: 0; bottom: 6%; left: 15%; display: grid; grid-template-columns: repeat(4, auto); gap: 10px; color: rgba(255,255,255,.8); font-size: .61rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.hero__rail span { padding: 9px 11px; border: 1px solid rgba(255,255,255,.35); border-radius: 100px; text-align: center; backdrop-filter: blur(8px); }

.trustbar { border-bottom: 1px solid var(--line); background: var(--paper); }
.trustbar__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trustbar__item { position: relative; padding: 30px; border-right: 1px solid var(--line); }
.trustbar__item:first-child { border-left: 1px solid var(--line); }
.trustbar__item::before { position: absolute; top: 50%; left: -4px; width: 7px; height: 7px; border-radius: 50%; content: ""; background: var(--blue); transform: translateY(-50%); }
.trustbar__item strong { display: block; margin-bottom: 3px; font-size: .95rem; }
.trustbar__item span { color: var(--muted); font-size: .77rem; }

.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: end; }
.intro-grid h2 { max-width: 740px; }
.intro-grid .lead { margin-bottom: 0; }
.cards-3 { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 70px; }
.feature-card { position: relative; min-height: 340px; overflow: hidden; padding: clamp(30px, 4vw, 52px); border-radius: 30px; background: var(--paper); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.feature-card:first-child { grid-row: span 2; min-height: 700px; color: var(--white); background: var(--blue); }
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.feature-card__no { display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; color: var(--blue); font-size: .68rem; font-weight: 740; letter-spacing: .14em; }
.feature-card__no::after { width: 8px; height: 8px; border-radius: 50%; content: ""; background: currentColor; }
.feature-card:first-child .feature-card__no { margin-bottom: 260px; color: rgba(255,255,255,.78); }
.feature-card:first-child h3 { color: var(--white); font-family: var(--serif); font-size: clamp(2.8rem, 5vw, 5rem); font-weight: 400; }
.feature-card p { max-width: 540px; color: var(--muted); }
.feature-card:first-child p { color: rgba(255,255,255,.7); }
.feature-card .text-link { position: absolute; right: 46px; bottom: 40px; left: 46px; justify-content: space-between; }
.feature-card:first-child .text-link { color: var(--white); }

.split-showcase { display: grid; grid-template-columns: 1.1fr .9fr; padding: 18px; background: var(--paper); }
.split-showcase__visual { position: relative; display: grid; min-height: 760px; place-items: center; overflow: hidden; border-radius: 34px; background: var(--ink); }
.split-showcase__visual::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 45% 45%, rgba(23,56,223,.45), transparent 43%); }
.split-showcase__visual::after { position: absolute; width: 74%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ""; }
.split-showcase__visual img { position: relative; z-index: 2; width: min(75%, 640px); max-height: 620px; object-fit: contain; mix-blend-mode: screen; filter: drop-shadow(0 35px 35px rgba(0,0,0,.25)); }
.split-showcase__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(55px, 7vw, 120px); }
.split-showcase__copy .lead { margin-top: 20px; }
.spec-line { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.spec-line:first-of-type { margin-top: 30px; border-top: 1px solid var(--line); }
.spec-line span { color: var(--muted); font-size: .67rem; letter-spacing: .12em; text-transform: uppercase; }
.spec-line strong { font-size: .87rem; }

.process-line { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; margin-top: 65px; }
.process-item { min-height: 300px; padding: 38px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; }
.process-item:first-child { grid-row: span 2; min-height: 620px; background: var(--blue); }
.process-item__no { margin-bottom: 90px; color: rgba(255,255,255,.55); font-size: .72rem; letter-spacing: .15em; }
.process-item:first-child .process-item__no { margin-bottom: 310px; }
.process-item h3 { font-family: var(--serif); font-size: clamp(2rem, 3vw, 3.4rem); font-weight: 400; }
.process-item p { max-width: 520px; color: rgba(255,255,255,.62); }

.product-teasers { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 65px; }
.product-teaser { display: flex; min-height: 520px; grid-column: span 6; flex-direction: column; overflow: hidden; border-radius: 30px; background: var(--paper); transition: transform .5s var(--ease), box-shadow .5s var(--ease); }
.product-teaser:nth-child(2), .product-teaser:nth-child(3) { grid-column: span 3; }
.product-teaser:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.product-teaser__image { position: relative; display: grid; min-height: 340px; flex: 1; place-items: center; overflow: hidden; background: #e8e6df; }
.product-teaser__image img { width: 78%; height: 300px; object-fit: contain; mix-blend-mode: multiply; transition: transform .7s var(--ease); }
.product-teaser:hover img { transform: scale(1.05) rotate(1deg); }
.product-teaser__body { display: flex; align-items: center; justify-content: space-between; padding: 25px 30px; gap: 20px; }
.product-teaser__body .eyebrow { margin: 0 0 8px; padding: 0; border: 0; }
.product-teaser__body .eyebrow::before { display: none; }
.product-teaser h3 { margin: 0; }
.product-teaser .text-link { margin-left: auto; font-size: 0; }

.statement { position: relative; overflow: hidden; }
.statement::before { position: absolute; top: -40%; right: -10%; width: 60%; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; content: ""; }
.statement__inner { position: relative; z-index: 2; display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.statement__year { font-family: var(--serif); font-size: clamp(7rem, 17vw, 15rem); line-height: .7; letter-spacing: -.08em; opacity: .22; }
.statement__copy blockquote { margin: 0 0 35px; font-family: var(--serif); font-size: clamp(2.8rem, 5.5vw, 6rem); font-weight: 400; line-height: .97; letter-spacing: -.05em; }

.cta-band { overflow: hidden; color: var(--white); background: var(--blue); }
.cta-band__inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-band h2 { max-width: 980px; margin: 0; color: var(--white); font-size: clamp(2.8rem, 5vw, 5.4rem); }

.page-hero { position: relative; min-height: 620px; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--cream); }
.page-hero::before { position: absolute; top: -45%; right: -8%; width: 58vw; aspect-ratio: 1; border: 1px solid rgba(23,24,21,.15); border-radius: 50%; content: ""; }
.page-hero::after { position: absolute; top: 14%; right: 8%; width: 240px; aspect-ratio: 1; border-radius: 50%; content: ""; background: var(--blue); }
.page-hero__inner { position: relative; z-index: 2; display: grid; min-height: 620px; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; padding: 110px 0 85px; }
.page-hero h1 { max-width: 950px; }
.page-hero__side { position: relative; z-index: 3; align-self: end; padding: 26px; border-radius: 22px; background: rgba(255,255,255,.76); backdrop-filter: blur(18px); }
.page-hero__side .lead { margin-bottom: 0; font-size: 1rem; }
.page-hero__code { margin-bottom: 12px; color: var(--blue); font-size: .69rem; font-weight: 740; letter-spacing: .13em; text-transform: uppercase; }

.detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); }
.sticky-title { position: sticky; top: 145px; align-self: start; }
.detail-stack { display: grid; gap: 14px; }
.detail-row { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 34px; border-radius: 24px; background: var(--paper); transition: transform .4s var(--ease); }
.section--dark .detail-row { border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.detail-row:hover { transform: translateX(8px); }
.detail-row__no { color: var(--blue); font-family: var(--serif); font-size: 1.2rem; font-style: italic; }
.section--dark .detail-row__no { color: #8ca0ff; }
.detail-row p { max-width: 670px; margin-bottom: 0; color: var(--muted); }
.section--dark .detail-row p { color: rgba(255,255,255,.62); }

.process-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 65px; }
.process-card { min-height: 280px; grid-column: span 3; padding: 30px; border-radius: 24px; background: var(--paper); transition: color .4s ease, background .4s ease, transform .4s var(--ease); }
.process-card:nth-child(1), .process-card:nth-child(8) { grid-column: span 6; }
.process-card:hover { color: var(--white); background: var(--blue); transform: translateY(-6px); }
.process-card__no { margin-bottom: 70px; color: var(--blue); font-size: .67rem; font-weight: 730; letter-spacing: .13em; }
.process-card:hover .process-card__no, .process-card:hover p { color: rgba(255,255,255,.7); }
.process-card h3 { font-family: var(--serif); font-weight: 400; }
.process-card p { color: var(--muted); font-size: .88rem; }

.norm-panel { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.norm-list { display: grid; gap: 10px; }
.norm-row { display: grid; grid-template-columns: 130px 1fr; gap: 25px; padding: 22px 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.norm-row strong { color: #8ca0ff; }.norm-row span { color: rgba(255,255,255,.68); }

.audience-block { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 700px; padding: 18px; background: var(--paper); }
.audience-block:nth-child(even) { grid-template-columns: 1.2fr .8fr; background: var(--cream); }
.audience-block:nth-child(even) .audience-block__visual { order: 2; }
.audience-block__visual { position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 48px; border-radius: 32px; color: var(--white); background: var(--blue) !important; }
.audience-block:nth-child(2) .audience-block__visual { background: var(--ink) !important; }
.audience-block__visual::before { position: absolute; right: -25%; bottom: -25%; width: 500px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; content: ""; }
.audience-block__number { position: relative; z-index: 2; font-family: var(--serif); font-size: clamp(9rem, 17vw, 16rem); line-height: .75; letter-spacing: -.08em; opacity: .25; }
.audience-block__label { position: relative; z-index: 2; align-self: flex-start; padding: 9px 13px; border: 1px solid rgba(255,255,255,.5); border-radius: 100px; font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; }
.audience-block__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(60px, 8vw, 130px); }
.audience-block__copy .lead { margin-top: 24px; }
.bullet-list { display: grid; gap: 8px; margin: 26px 0 12px; padding: 0; list-style: none; }
.bullet-list li { position: relative; padding: 15px 18px 15px 43px; border-radius: 14px; background: rgba(255,255,255,.62); color: var(--ink-soft); }
.bullet-list li::before { position: absolute; top: 50%; left: 18px; width: 8px; height: 8px; border-radius: 50%; content: ""; background: var(--blue); transform: translateY(-50%); }

.filter-bar { position: sticky; top: 88px; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(241,238,230,.92); backdrop-filter: blur(18px); }
.filter-bar__inner { display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 25px; }
.filters { display: flex; gap: 7px; }
.filter-button { min-height: 42px; padding: 0 17px; border: 1px solid var(--line); border-radius: 100px; background: transparent; font-size: .76rem; font-weight: 690; cursor: pointer; transition: all .3s ease; }
.filter-button:hover, .filter-button.active { border-color: var(--ink); color: var(--white); background: var(--ink); }
.search-wrap { position: relative; width: min(100%, 340px); }
.search-wrap::before { position: absolute; top: 50%; left: 17px; content: "⌕"; color: var(--muted); transform: translateY(-53%); }
.search-wrap input { width: 100%; min-height: 44px; padding: 0 18px 0 42px; border: 1px solid var(--line); border-radius: 100px; outline: none; background: rgba(255,255,255,.55); }
.search-wrap input:focus { border-color: var(--blue); }
.catalog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.catalog-card { display: grid; min-height: 500px; grid-template-columns: .9fr 1.1fr; overflow: hidden; border-radius: 30px; background: var(--paper); transition: box-shadow .5s var(--ease), transform .5s var(--ease); }
.catalog-card:hover { box-shadow: var(--shadow); transform: translateY(-7px); }
.catalog-card[hidden] { display: none; }
.catalog-card__image { position: relative; display: grid; place-items: center; padding: 25px; background: #e6e4dd; }
.catalog-card__image img { width: 100%; max-height: 330px; object-fit: contain; mix-blend-mode: multiply; transition: transform .6s var(--ease); }
.catalog-card:hover img { transform: scale(1.04); }
.catalog-card__grade { position: absolute; top: 17px; left: 17px; padding: 7px 11px; border-radius: 100px; color: var(--white); background: var(--blue); font-size: .65rem; font-weight: 730; letter-spacing: .08em; }
.catalog-card__body { display: flex; flex-direction: column; padding: 32px; }
.catalog-card__body .eyebrow { margin-bottom: 15px; padding: 0; border: 0; }
.catalog-card__body .eyebrow::before { display: none; }
.catalog-card__body h2 { margin-bottom: 16px; font-family: var(--sans); font-size: 1.75rem; font-weight: 640; letter-spacing: -.04em; }
.catalog-card__body p { color: var(--muted); font-size: .88rem; }
.catalog-meta { display: grid; gap: 8px; margin: 20px 0 25px; padding-top: 18px; border-top: 1px solid var(--line); font-size: .76rem; }
.catalog-meta div { display: flex; justify-content: space-between; gap: 15px; }.catalog-meta span { color: var(--muted); }.catalog-meta strong { font-weight: 670; }
.catalog-card .button { width: 100%; min-height: 47px; margin-top: auto; border: 0; cursor: pointer; }
.catalog-empty { display: none; padding: 60px; border-radius: 28px; text-align: center; background: var(--paper); }.catalog-empty.show { display: block; }

.modal { position: fixed; inset: 0; z-index: 500; display: none; overflow-y: auto; padding: 30px; background: rgba(23,24,21,.8); backdrop-filter: blur(12px); }.modal.open { display: grid; place-items: center; }
.modal__dialog { width: min(100%, 950px); max-height: calc(100vh - 60px); overflow: hidden auto; border-radius: 30px; background: var(--paper); box-shadow: var(--shadow); animation: modal-in .5s var(--ease); }
@keyframes modal-in { from { opacity: 0; transform: translateY(25px) scale(.98); } }
.modal__head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 23px 28px; color: var(--white); background: var(--ink); }.modal__head h2 { margin: 0; color: var(--white); font-family: var(--sans); font-size: 1.5rem; font-weight: 620; }
.modal__close { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; color: var(--white); background: transparent; font-size: 1.3rem; cursor: pointer; }.modal__body { padding: 30px; }
.model-table { width: 100%; border-collapse: collapse; font-size: .84rem; }.model-table th { padding: 12px; color: var(--muted); text-align: left; font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; }.model-table td { padding: 13px 12px; border-top: 1px solid var(--line); }.model-table td:first-child { color: var(--blue); font-weight: 700; }

.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; margin-top: 65px; }
.service-card { min-height: 380px; grid-column: span 6; padding: 42px; border-radius: 30px; background: var(--paper); transition: color .4s ease, background .4s ease, transform .5s var(--ease); }
.service-card:first-child, .service-card:last-child { grid-column: span 7; }.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card:hover { color: var(--white); background: var(--blue); transform: translateY(-7px); }
.service-card__no { margin-bottom: 95px; color: var(--blue); font-size: .69rem; font-weight: 730; letter-spacing: .14em; }.service-card:hover .service-card__no, .service-card:hover p { color: rgba(255,255,255,.7); }
.service-card h3 { font-family: var(--serif); font-size: clamp(2.2rem, 3.5vw, 4rem); font-weight: 400; }.service-card p { max-width: 520px; color: var(--muted); }
.lifecycle { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 60px; }
.lifecycle__item { min-height: 190px; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; }.lifecycle__item span { color: #8ca0ff; font-family: var(--serif); font-size: 1.2rem; }.lifecycle__item strong { display: block; margin-top: 70px; }

.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 60px; }
.principle { min-height: 430px; padding: 38px; border-radius: 30px; background: var(--cream); }
.principle__word { margin-bottom: 125px; color: var(--blue); font-family: var(--serif); font-size: clamp(3.5rem, 6vw, 6rem); font-style: italic; line-height: .8; letter-spacing: -.07em; }.principle p { color: var(--muted); }
.origin-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.origin-card { padding: clamp(38px, 5vw, 72px); border-radius: 30px; background: var(--white); }.origin-card--dark { color: var(--white); background: var(--ink); }.origin-card p { color: var(--muted); }.origin-card--dark p { color: rgba(255,255,255,.64); }.origin-card--dark .bullet-list li { color: rgba(255,255,255,.75) !important; background: rgba(255,255,255,.07); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 120px); }
.contact-data { position: sticky; top: 140px; align-self: start; }.contact-list { display: grid; gap: 10px; margin-top: 40px; }.contact-list__row { padding: 21px 23px; border-radius: 18px; background: var(--paper); }.contact-list__row span { display: block; margin-bottom: 5px; color: var(--muted); font-size: .66rem; font-weight: 720; letter-spacing: .13em; text-transform: uppercase; }.contact-list__row a { color: var(--blue); font-size: 1.04rem; font-weight: 680; text-decoration: none; }
.contact-form { padding: clamp(35px, 5vw, 65px); border-radius: 32px; background: var(--paper); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 34px; }.form-field { display: grid; gap: 8px; }.form-field--full { grid-column: 1 / -1; }.form-field label { font-size: .72rem; font-weight: 680; }.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid var(--line); border-radius: 14px; outline: 0; background: var(--white); }.form-field input, .form-field select { min-height: 52px; padding: 0 15px; }.form-field textarea { min-height: 150px; padding: 14px 15px; resize: vertical; }.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,56,223,.1); }.contact-form .button { border: 0; cursor: pointer; }.form-note { margin: 8px 0 0; color: var(--muted); font-size: .73rem; }.form-status { display: none; margin-top: 14px; padding: 13px 15px; border-radius: 12px; background: #e4e8ff; font-size: .82rem; }.form-status.show { display: block; }

.footer { color: rgba(255,255,255,.62); background: var(--ink); }
.footer__main { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 50px; padding: 85px 0 70px; }.footer__brand img { width: 165px; padding: 9px 11px; border-radius: 8px; background: var(--white); }.footer__brand p { max-width: 300px; margin-top: 25px; }.footer h3 { margin-bottom: 20px; color: var(--white); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }.footer nav { display: grid; gap: 9px; }.footer a { color: inherit; text-decoration: none; }.footer a:hover { color: var(--white); }.footer__bottom { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .72rem; }.footer__bottom div { display: flex; gap: 22px; }

.reveal { opacity: 0; filter: blur(8px); transform: translateY(34px) scale(.985); transition: opacity .9s var(--ease), filter .9s var(--ease), transform .9s var(--ease); }.reveal.is-visible { opacity: 1; filter: blur(0); transform: none; }.reveal[data-delay="1"] { transition-delay: .1s; }.reveal[data-delay="2"] { transition-delay: .2s; }.reveal[data-delay="3"] { transition-delay: .3s; }

@media (max-width: 1120px) {
  .container, .narrow { width: min(calc(100% - 44px), var(--max)); }
  .nav { position: fixed; inset: 0; z-index: 101; display: flex; align-items: stretch; justify-content: center; flex-direction: column; gap: 0; margin: 0; padding: 125px 36px 45px; border: 0; border-radius: 0; background: rgba(241,238,230,.98); opacity: 0; pointer-events: none; transform: translateY(-15px); transition: all .4s var(--ease); }
  .nav.open { opacity: 1; pointer-events: auto; transform: none; }.nav a { padding: 13px 4px; border-bottom: 1px solid var(--line); border-radius: 0; font-family: var(--serif); font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 400; }.nav a:hover, .nav a.active { color: var(--blue); background: transparent; }
  .menu-toggle { display: block; }.header__cta { display: none; }
  .hero__inner { grid-template-columns: 1fr .75fr; }.hero h1 span { margin-left: 25px; }.hero__visual { min-height: 540px; }.hero__product { width: 44vw; }
  .product-teaser, .product-teaser:nth-child(2), .product-teaser:nth-child(3) { grid-column: span 6; }
  .catalog-grid { grid-template-columns: 1fr; }.catalog-card { grid-template-columns: 340px 1fr; }
  .process-card { grid-column: span 6; }.process-card:nth-child(1), .process-card:nth-child(8) { grid-column: span 6; }
  .footer__main { grid-template-columns: 1.2fr 1fr 1fr; }.footer__contact { grid-column: 2 / -1; }
}

@media (max-width: 820px) {
  .topbar { display: none; }.header__inner { min-height: 74px; }.brand img { width: 145px; height: 48px; }.filter-bar { top: 74px; }
  .hero, .hero__inner { min-height: auto; }.hero::before { top: auto; right: -25%; bottom: -8%; width: 105vw; }.hero__inner { display: block; padding: 85px 0 0; }.hero h1 span { margin-left: 0; }.hero__visual { min-height: 600px; margin-top: 10px; }.hero__product { right: 7%; width: min(520px, 78vw); }.hero__index { right: 2%; }.hero__rail { left: 2%; }
  .trustbar__grid { grid-template-columns: 1fr 1fr; }.trustbar__item:nth-child(2) { border-right: 0; }.trustbar__item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .intro-grid, .detail-grid, .norm-panel, .contact-grid { grid-template-columns: 1fr; }.sticky-title, .contact-data { position: static; }
  .cards-3 { grid-template-columns: 1fr; }.feature-card:first-child { grid-row: auto; min-height: 580px; }.feature-card:first-child .feature-card__no { margin-bottom: 190px; }
  .split-showcase { grid-template-columns: 1fr; }.split-showcase__visual { min-height: 540px; }.split-showcase__copy { padding: 75px 30px; }
  .process-line { grid-template-columns: 1fr; }.process-item:first-child { grid-row: auto; min-height: 500px; }.process-item:first-child .process-item__no { margin-bottom: 210px; }
  .statement__inner { grid-template-columns: 1fr; }.statement__year { margin-bottom: 25px; }
  .cta-band__inner { grid-template-columns: 1fr; }
  .page-hero__inner { grid-template-columns: 1fr; gap: 35px; }.page-hero::after { top: 8%; right: -8%; width: 190px; }
  .audience-block, .audience-block:nth-child(even) { grid-template-columns: 1fr; }.audience-block:nth-child(even) .audience-block__visual { order: 0; }.audience-block__visual { min-height: 380px; }.audience-block__copy { padding: 75px 30px; }
  .service-card, .service-card:first-child, .service-card:last-child, .service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 12; }
  .lifecycle { grid-template-columns: 1fr 1fr; }.principles, .origin-grid { grid-template-columns: 1fr; }
  .footer__main { grid-template-columns: 1fr 1fr; }.footer__brand { grid-column: 1 / -1; }.footer__contact { grid-column: auto; }
}

@media (max-width: 620px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--max)); }.section { padding: 76px 0; }
  h1 { font-size: clamp(3.55rem, 17vw, 5rem); } h2 { font-size: clamp(2.8rem, 14vw, 4rem); }.eyebrow { margin-bottom: 20px; }
  .hero__inner { padding-top: 62px; }.hero h1 span { white-space: normal; }.hero__visual { min-height: 510px; margin-top: 55px; }.hero__product { right: 3%; width: 80vw; }.hero__rail { display: none; }.hero__index { top: 3%; width: 205px; }
  .button-row { display: grid; }.button { width: 100%; }.trustbar__item { padding: 22px 16px; }
  .feature-card { min-height: 330px; padding: 28px; }.feature-card:first-child { min-height: 510px; }.feature-card:first-child .feature-card__no { margin-bottom: 160px; }.feature-card .text-link { right: 28px; bottom: 27px; left: 28px; }
  .split-showcase { padding: 8px; }.split-showcase__visual { min-height: 410px; border-radius: 24px; }.split-showcase__visual img { width: 90%; max-height: 370px; }
  .process-item { padding: 28px; }.product-teaser, .product-teaser:nth-child(2), .product-teaser:nth-child(3) { grid-column: span 12; min-height: 450px; }.product-teaser__image { min-height: 300px; }.statement__year { font-size: 8rem; }
  .page-hero, .page-hero__inner { min-height: 520px; }.page-hero__inner { padding: 80px 0 55px; }.page-hero__side { padding: 20px; }
  .detail-row { grid-template-columns: 42px 1fr; padding: 25px 20px; }.process-card, .process-card:nth-child(1), .process-card:nth-child(8) { grid-column: span 12; }
  .audience-block { padding: 8px; }.audience-block__visual { min-height: 330px; padding: 30px; border-radius: 24px; }
  .filter-bar { position: static; }.filter-bar__inner { display: grid; padding: 17px 0; }.filters { overflow-x: auto; }.filter-button { flex: 0 0 auto; }.search-wrap { width: 100%; }
  .catalog-card { grid-template-columns: 1fr; }.catalog-card__image { min-height: 330px; }.modal { padding: 0; }.modal__dialog { min-height: 100vh; max-height: none; border-radius: 0; }.modal__body { overflow-x: auto; padding: 20px; }.model-table { min-width: 650px; }
  .service-card { min-height: 340px; padding: 30px; }.service-card__no { margin-bottom: 65px; }.lifecycle { grid-template-columns: 1fr; }.principle { min-height: 360px; }.principle__word { margin-bottom: 85px; }
  .form-grid { grid-template-columns: 1fr; }.form-field--full { grid-column: auto; }.contact-form { padding: 28px 20px; }
  .footer__main { grid-template-columns: 1fr; padding-top: 60px; }.footer__brand { grid-column: auto; }.footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
}

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