@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/geist-mono-latin.woff2") format("woff2");
}

:root {
  --orange: #ff5e00;
  --orange-dark: #de4d00;
  --orange-soft: #fff0e7;
  --ink: #11110f;
  --ink-2: #1d1d1a;
  --paper: #f5f4ef;
  --paper-2: #ebe9e1;
  --white: #ffffff;
  --muted: #686862;
  --line: rgba(17, 17, 15, 0.14);
  --line-light: rgba(255, 255, 255, 0.14);
  --shell: 1240px;
  --radius: 28px;
  --font-geist-sans: "Geist";
  --font-geist-mono: "Geist Mono";
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
main { overflow: clip; }
.shell { margin-inline: auto; max-width: var(--shell); width: calc(100% - 64px); }
.section { padding: 118px 0; }
.sr-only, .screen-reader-text { clip: rect(0,0,0,0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }

.effects-ready [data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.75,.25,1); }
.effects-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Header */
.campaign-bar { align-items: center; background: var(--orange); color: white; display: flex; height: 36px; justify-content: center; position: relative; z-index: 120; }
.campaign-bar a { align-items: center; display: flex; font-size: 11px; gap: 16px; letter-spacing: .02em; }
.campaign-bar b { background: rgba(0,0,0,.88); border-radius: 999px; font-size: 9px; letter-spacing: .13em; padding: 5px 9px; }
.campaign-bar em { color: rgba(255,255,255,.78); font-style: normal; }
.campaign-bar i { border-left: 1px solid rgba(255,255,255,.3); font-style: normal; font-weight: 700; padding-left: 16px; }
.site-header { align-items: center; backdrop-filter: blur(18px); background: rgba(245,244,239,.92); border-bottom: 1px solid rgba(17,17,15,.08); display: grid; grid-template-columns: 1fr auto 1fr; height: 76px; padding: 0 clamp(24px,4vw,64px); position: sticky; top: 0; z-index: 110; }
.brand { align-items: center; display: inline-flex; font-size: 17px; font-weight: 840; gap: 10px; letter-spacing: -.025em; width: fit-content; }
.brand-symbol { align-items: end; display: inline-flex; gap: 2px; height: 25px; }
.brand-symbol i, .art-mark i { background: var(--orange); border-radius: 6px; display: block; transform: skewX(-14deg); width: 6px; }
.brand-symbol i:nth-child(1), .art-mark i:nth-child(1) { height: 14px; }
.brand-symbol i:nth-child(2), .art-mark i:nth-child(2) { height: 25px; }
.brand-symbol i:nth-child(3), .art-mark i:nth-child(3) { height: 18px; }
.desktop-nav { align-items: center; display: flex; font-size: 13px; font-weight: 580; gap: 31px; }
.desktop-nav a, .contact-link, .language-link { position: relative; }
.desktop-nav a::after, .contact-link::after { background: var(--orange); bottom: -7px; content: ""; height: 2px; left: 0; position: absolute; transform: scaleX(0); transform-origin: right; transition: transform 220ms ease; width: 100%; }
.desktop-nav a:hover::after, .contact-link:hover::after { transform: scaleX(1); transform-origin: left; }
.header-actions { align-items: center; display: flex; gap: 21px; justify-content: flex-end; }
.header-actions a { font-size: 13px; font-weight: 660; }
.language-link { color: var(--muted); }
.language-link span { font-size: 10px; margin-left: 3px; }
.menu-toggle { background: none; border: 0; cursor: pointer; display: none; height: 44px; padding: 10px; width: 44px; }
.menu-toggle i { background: var(--ink); display: block; height: 2px; margin: 6px 0; transition: transform 200ms ease; width: 23px; }
.mobile-nav { background: var(--paper); display: none; inset: 112px 0 0; padding: 28px 24px; position: fixed; z-index: 105; }
.mobile-nav > a { border-bottom: 1px solid var(--line); display: block; font-size: 26px; font-weight: 620; letter-spacing: -.04em; padding: 16px 0; }
.mobile-nav div { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 28px; }
.mobile-nav div a { border: 1px solid var(--line); border-radius: 999px; padding: 14px; text-align: center; }

/* Buttons and type */
.button { align-items: center; border: 1px solid transparent; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 720; gap: 22px; justify-content: center; min-height: 53px; padding: 0 25px; transition: transform 200ms ease, background 200ms ease, color 200ms ease, border 200ms ease; }
.button:hover { transform: translateY(-2px); }
.button span { transition: transform 200ms ease; }
.button:hover span { transform: translate(2px,-2px); }
.button-small { font-size: 12px !important; gap: 12px; min-height: 40px; padding: 0 18px; }
.button-primary { background: var(--orange); color: white; }
.button-primary:hover { background: #ff7528; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #2a2a27; }
.button-outline { border-color: var(--line); background: transparent; }
.button-outline:hover { border-color: var(--ink); }
.button-white { background: white; color: var(--ink); }
.button-ghost-light { border-color: rgba(255,255,255,.3); color: white; }
.eyebrow { align-items: center; color: var(--orange-dark); display: flex; font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 740; gap: 9px; letter-spacing: .14em; margin: 0 0 21px; text-transform: uppercase; }
.eyebrow i { background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,94,0,.12); height: 6px; width: 6px; }
.eyebrow-light { color: #ff9a68; }
.section-heading h2 { font-size: clamp(43px,5vw,72px); font-weight: 570; letter-spacing: -.06em; line-height: .98; margin: 0; max-width: 920px; }
.section-heading h2 em { color: var(--muted); font-style: normal; }
.section-heading > p:last-child { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 28px 0 0; max-width: 690px; }
.section-heading.centered { margin-inline: auto; max-width: 960px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { margin-inline: auto; }
.text-arrow { align-items: center; display: inline-flex; font-size: 13px; font-weight: 720; gap: 11px; }
.text-arrow span { color: var(--orange); transition: transform 200ms ease; }
.text-arrow:hover span { transform: translate(2px,-2px); }

/* Hero */
.home-hero { background: linear-gradient(110deg,#f7f6f2 0%,#f7f6f2 52%,#f0ede5 100%); min-height: calc(100vh - 112px); overflow: hidden; position: relative; }
.home-hero::before { background-image: linear-gradient(rgba(17,17,15,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,15,.025) 1px,transparent 1px); background-size: 48px 48px; content: ""; inset: 0; mask-image: linear-gradient(to right,transparent,black); pointer-events: none; position: absolute; }
.hero-grid { align-items: center; display: grid; gap: clamp(40px,6vw,90px); grid-template-columns: minmax(0,.88fr) minmax(520px,1.12fr); min-height: calc(100vh - 112px); padding: 78px 0 94px; position: relative; z-index: 2; }
.hero-copy h1 { font-size: clamp(67px,7.1vw,112px); font-weight: 600; letter-spacing: -.079em; line-height: .88; margin: 0; }
.hero-copy h1 em { color: var(--orange); font-style: normal; }
.hero-copy > p:not(.eyebrow) { color: var(--muted); font-size: clamp(17px,1.4vw,21px); line-height: 1.58; margin: 32px 0 0; max-width: 610px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 21px; margin-top: 22px; }
.hero-assurances span { color: #777770; font-family: var(--font-geist-mono), monospace; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.hero-assurances i { color: var(--orange); font-style: normal; margin-right: 5px; }
.hero-product { min-height: 590px; perspective: 1400px; position: relative; }
.hero-orange-field { background: var(--orange); border-radius: 46% 54% 48% 52% / 55% 40% 60% 45%; height: 530px; opacity: .94; position: absolute; right: -13%; top: 10px; transform: rotate(-7deg); width: 93%; }
.hero-product .product-workspace { left: -2%; position: absolute; top: 67px; transform: rotateY(-4deg) rotateX(1.5deg); width: 105%; }
.floating-proof { align-items: center; backdrop-filter: blur(10px); background: rgba(255,255,255,.92); border: 1px solid rgba(17,17,15,.1); border-radius: 14px; box-shadow: 0 18px 40px rgba(17,17,15,.15); display: flex; gap: 11px; padding: 12px 15px; position: absolute; z-index: 3; }
.floating-proof > span { align-items: center; background: var(--orange-soft); border-radius: 9px; color: var(--orange); display: flex; height: 34px; justify-content: center; width: 34px; }
.floating-proof small, .floating-proof b { display: block; }
.floating-proof small { color: #88827d; font-family: var(--font-geist-mono), monospace; font-size: 7px; letter-spacing: .1em; }
.floating-proof b { font-size: 11px; margin-top: 3px; }
.proof-top { right: -2%; top: 30px; }
.proof-bottom { bottom: 38px; left: -6%; }
.hero-halo { border-radius: 50%; filter: blur(110px); opacity: .25; pointer-events: none; position: absolute; }
.halo-one { background: var(--orange); height: 390px; right: 4%; top: -230px; width: 390px; }
.halo-two { background: #ffbe93; bottom: -250px; height: 430px; left: 23%; width: 430px; }
.hero-scroll { align-items: center; bottom: 25px; display: flex; flex-direction: column; gap: 8px; left: 50%; position: absolute; transform: translateX(-50%); z-index: 3; }
.hero-scroll span { color: #85857e; font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .13em; text-transform: uppercase; }
.hero-scroll i { background: var(--ink); height: 21px; position: relative; width: 1px; }

/* Product interface mocks */
.product-workspace { background: #171716; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; box-shadow: 0 45px 90px rgba(17,17,15,.3); color: white; overflow: hidden; }
.workspace-bar { align-items: center; background: #11110f; border-bottom: 1px solid rgba(255,255,255,.08); display: flex; height: 45px; padding: 0 13px; }
.workspace-logo { align-items: center; background: var(--orange); border-radius: 8px; display: flex; font-size: 11px; font-weight: 800; height: 24px; justify-content: center; margin-right: 8px; width: 24px; }
.workspace-bar > b { font-size: 11px; }
.workspace-bar > div { align-items: center; color: rgba(255,255,255,.45); display: flex; font-family: var(--font-geist-mono), monospace; font-size: 7px; gap: 13px; letter-spacing: .08em; margin-left: auto; text-transform: uppercase; }
.workspace-bar > div i { align-items: center; background: rgba(255,255,255,.1); border-radius: 50%; color: white; display: flex; font-size: 7px; font-style: normal; height: 24px; justify-content: center; width: 24px; }
.workspace-body { display: grid; grid-template-columns: 43px 1fr; min-height: 430px; }
.workspace-side { align-items: center; background: #121210; border-right: 1px solid rgba(255,255,255,.07); display: flex; flex-direction: column; gap: 19px; padding: 17px 0; }
.workspace-side i { background: #474742; border-radius: 3px; height: 8px; opacity: .55; width: 8px; }
.workspace-side i.active { background: var(--orange); box-shadow: 0 0 0 6px rgba(255,94,0,.12); opacity: 1; }
.workspace-canvas { padding: 21px; }
.workspace-title { align-items: center; display: flex; justify-content: space-between; }
.workspace-title small,.workspace-title b { display: block; }
.workspace-title small { color: #7f7f79; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .1em; margin-bottom: 5px; }
.workspace-title b { font-size: 14px; }
.workspace-title em { color: #7d7d78; font-family: var(--font-geist-mono),monospace; font-size: 7px; font-style: normal; }
.prompt { align-items: center; background: #22221f; border: 1px solid rgba(255,94,0,.45); border-radius: 10px; display: flex; gap: 10px; margin-top: 16px; padding: 11px 12px; }
.prompt > span { color: var(--orange); }
.prompt p { color: #e8e8e3; flex: 1; font-size: 9px; margin: 0; }
.prompt kbd { color: #777772; font-size: 10px; }
.story-layout { display: grid; gap: 13px; grid-template-columns: 1.05fr .95fr; margin-top: 16px; }
.story-script { background: #1d1d1a; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; padding: 11px; }
.story-script > small { color: #6e6e68; font-family: var(--font-geist-mono),monospace; font-size: 6px; letter-spacing: .11em; }
.story-script article { align-items: center; background: #252522; border: 1px solid transparent; border-radius: 7px; display: grid; gap: 8px; grid-template-columns: 20px 1fr auto; margin-top: 7px; padding: 7px; }
.story-script article.selected { border-color: rgba(255,94,0,.45); }
.story-script article > b { color: #777771; font-family: var(--font-geist-mono),monospace; font-size: 7px; }
.story-script article span strong { display: block; font-size: 8px; }
.story-script article span i { background: #4a4a46; border-radius: 4px; display: block; height: 3px; margin-top: 4px; width: 72%; }
.story-script article em { color: #777771; font-size: 6px; font-style: normal; }
.story-preview { background: #1d1d1a; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; padding: 10px; }
.preview-image { align-items: center; background: linear-gradient(145deg,#9e4324,#39231c 55%,#111); border-radius: 7px; display: flex; height: 112px; justify-content: center; overflow: hidden; position: relative; }
.preview-image::before { background: linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); content: ""; inset: 0; transform: skewX(-18deg) translateX(20%); }
.preview-image .play { align-items: center; backdrop-filter: blur(6px); background: rgba(255,255,255,.14); border-radius: 50%; display: flex; font-size: 8px; height: 27px; justify-content: center; padding-left: 2px; position: absolute; width: 27px; }
.preview-image small { bottom: 6px; font-family: var(--font-geist-mono),monospace; font-size: 6px; position: absolute; right: 6px; }
.story-preview > b { display: block; font-size: 9px; margin-top: 9px; }
.story-preview > p { color: #81817b; font-size: 7px; line-height: 1.4; margin: 4px 0 0; }
.mini-timeline { display: flex; gap: 2px; margin-top: 10px; }
.mini-timeline i { background: #4a4a46; height: 8px; }
.mini-timeline i:nth-child(1){background:var(--orange);width:23%;}.mini-timeline i:nth-child(2){width:28%;}.mini-timeline i:nth-child(3){width:24%;}.mini-timeline i:nth-child(4){width:20%;}
.workspace-footer { align-items: center; color: #74746f; display: flex; font-family: var(--font-geist-mono),monospace; font-size: 6px; justify-content: space-between; margin-top: 14px; }
.workspace-footer button { background: var(--orange); border: 0; border-radius: 6px; color: white; font-size: 7px; padding: 7px 10px; }
.workspace-compact .workspace-body { min-height: 382px; }
.workspace-compact .workspace-canvas { padding: 18px; }
.workspace-compact .preview-image { height: 94px; }

/* Logo marquee */
.logo-strip { background: white; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); overflow: hidden; padding: 20px 0 22px; }
.logo-strip > p { color: #8b8b84; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .14em; margin: 0 0 15px; text-align: center; text-transform: uppercase; }
.logo-window { mask-image: linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent); overflow: hidden; }
.logo-track { animation: marquee 32s linear infinite; display: flex; width: max-content; }
.logo-track > div { align-items: center; display: flex; }
.logo-track span { color: #55554f; font-size: 16px; font-weight: 780; letter-spacing: -.03em; margin: 0 40px; min-width: 80px; text-align: center; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* Outcomes + metric */
.outcomes { background: var(--paper); }
.outcome-grid { display: grid; gap: 15px; grid-template-columns: repeat(3,1fr); margin-top: 61px; }
.outcome-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); min-height: 420px; padding: 32px; }
.outcome-card > div { align-items: center; display: flex; justify-content: space-between; }
.outcome-card > div span { color: #9b9b94; font-family: var(--font-geist-mono),monospace; font-size: 10px; }
.outcome-card > div i { align-items: center; background: var(--paper); border-radius: 50%; display: flex; font-size: 25px; font-style: normal; height: 58px; justify-content: center; width: 58px; }
.outcome-card h3 { font-size: 31px; font-weight: 600; letter-spacing: -.045em; margin: 78px 0 14px; }
.outcome-card > p { color: var(--muted); font-size: 15px; line-height: 1.62; margin: 0; }
.outcome-card ul { display: flex; flex-wrap: wrap; gap: 7px; list-style: none; margin: 26px 0 0; padding: 0; }
.outcome-card li { background: var(--paper); border-radius: 999px; font-size: 10px; padding: 7px 10px; }
.outcome-orange { background: var(--orange); border-color: var(--orange); color: white; }
.outcome-orange > div span,.outcome-orange > p { color: rgba(255,255,255,.72); }
.outcome-orange > div i,.outcome-orange li { background: rgba(255,255,255,.15); }
.metric-section { background: var(--paper); padding: 0 0 118px; }
.metric-card { align-items: center; background: var(--ink); border-radius: 32px; color: white; display: grid; gap: 58px; grid-template-columns: auto minmax(0,1fr) 160px; min-height: 330px; overflow: hidden; padding: 48px 56px; position: relative; }
.metric-card::before { background: var(--orange); border-radius: 50%; content: ""; filter: blur(90px); height: 300px; opacity: .42; position: absolute; right: -100px; top: -150px; width: 300px; }
.metric-number small { color: #ff9660; display: block; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .13em; margin-bottom: -13px; }
.metric-number strong { color: var(--orange); font-size: clamp(94px,11vw,160px); font-weight: 580; letter-spacing: -.09em; line-height: .9; }
.metric-copy { max-width: 530px; }
.draft-label { background: rgba(255,255,255,.09); border-radius: 999px; color: #b7b7b0; display: inline-flex; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .1em; padding: 6px 8px; }
.metric-copy h2 { font-size: clamp(34px,3.4vw,51px); font-weight: 560; letter-spacing: -.055em; line-height: 1; margin: 20px 0 13px; }
.metric-copy p { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.55; margin: 0; }
.metric-spark { align-items: end; display: flex; gap: 8px; height: 130px; position: relative; z-index: 2; }
.metric-spark i { background: linear-gradient(var(--orange),rgba(255,94,0,.13)); border-radius: 10px 10px 0 0; flex: 1; }
.metric-spark i:nth-child(1){height:25%}.metric-spark i:nth-child(2){height:38%}.metric-spark i:nth-child(3){height:52%}.metric-spark i:nth-child(4){height:65%}.metric-spark i:nth-child(5){height:81%}.metric-spark i:nth-child(6){height:100%}

/* Workflow */
.connected-workflow { background: white; }
.workflow-grid { display: grid; gap: 100px; grid-template-columns: .82fr 1.18fr; }
.workflow-heading { align-self: start; position: sticky; top: 132px; }
.workflow-heading h2 { font-size: clamp(48px,5.2vw,73px); }
.workflow-list article { border-top: 1px solid var(--line); display: grid; gap: 37px; grid-template-columns: 46px 1fr; min-height: 210px; padding: 30px 0; }
.workflow-list article:last-child { border-bottom: 1px solid var(--line); }
.workflow-list article > span { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 10px; }
.workflow-list small { color: #9a9a93; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .11em; }
.workflow-list h3 { font-size: 28px; font-weight: 590; letter-spacing: -.04em; margin: 10px 0 10px; }
.workflow-list p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; max-width: 520px; }

/* Products */
.product-section { background: var(--paper); }
.product-heading,.stories-heading,.insights-heading { align-items: end; display: flex; justify-content: space-between; }
.product-heading > p { margin-bottom: 4px; max-width: 400px; }
.product-stack { display: grid; gap: 18px; margin-top: 66px; }
.product-card { background: white; border: 1px solid var(--line); border-radius: 32px; display: grid; grid-template-columns: .83fr 1.17fr; min-height: 620px; overflow: hidden; }
.product-copy { align-self: center; padding: 54px; }
.product-label { align-items: center; color: #85857e; display: flex; font-family: var(--font-geist-mono),monospace; font-size: 8px; gap: 12px; letter-spacing: .11em; margin: 0 0 25px; }
.product-label span { color: var(--orange); }
.product-name { display: block; font-size: clamp(45px,5.3vw,74px); font-weight: 660; letter-spacing: -.07em; line-height: .95; }
.product-copy h3 { font-size: clamp(27px,2.6vw,39px); font-weight: 570; letter-spacing: -.05em; line-height: 1.05; margin: 25px 0 15px; }
.product-copy > p:not(.product-label) { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 0; }
.product-copy ul { display: grid; gap: 9px; list-style: none; margin: 25px 0 30px; padding: 0; }
.product-copy li { font-size: 12px; font-weight: 590; }
.product-copy li::before { color: var(--orange); content: "✓"; margin-right: 9px; }
.product-media { align-items: center; background: var(--orange); display: flex; overflow: hidden; padding: 60px 0 60px 52px; }
.product-media .product-workspace { border-radius: 15px 0 0 15px; box-shadow: 0 40px 80px rgba(42,15,0,.28); width: 760px; }
.product-kai { background: var(--ink); color: white; }
.product-kai .product-copy { order: 2; }
.product-kai .product-copy > p:not(.product-label) { color: rgba(255,255,255,.58); }
.product-kai .product-media { background: #242421; order: 1; padding: 58px 46px; }
.kai-workspace { display: grid; grid-template-columns: 1fr 155px; min-height: 430px; width: 100%; }
.kai-monitor { background: #0e0e0d; border: 1px solid rgba(255,255,255,.12); border-radius: 13px 0 0 13px; box-shadow: 0 35px 70px rgba(0,0,0,.35); overflow: hidden; padding: 12px; }
.kai-top { color: #70706a; display: flex; font-family: var(--font-geist-mono),monospace; font-size: 6px; justify-content: space-between; letter-spacing: .08em; padding: 2px 2px 10px; }
.kai-top em { font-style: normal; }
.kai-video { align-items: center; background: linear-gradient(135deg,#35180e,#7c2e13 45%,#17110f); border-radius: 7px; display: flex; height: 260px; justify-content: center; position: relative; }
.kai-video > span { align-items: center; background: rgba(255,255,255,.12); border-radius: 50%; display: flex; font-size: 11px; height: 40px; justify-content: center; width: 40px; }
.kai-video small { bottom: 10px; font-family: var(--font-geist-mono),monospace; font-size: 6px; left: 10px; letter-spacing: .07em; position: absolute; }
.kai-timeline { align-items: center; display: grid; gap: 5px; grid-template-columns: 15px 1fr; margin-top: 12px; }
.kai-timeline > span { color: #686862; font-family: var(--font-geist-mono),monospace; font-size: 6px; }
.kai-timeline > div { display: flex; gap: 2px; height: 18px; position: relative; }
.kai-timeline > div i { background: #454540; flex: 1; }
.kai-timeline > div i:first-child { background: var(--orange); }
.kai-timeline > div b { background: white; height: 43px; left: 58%; position: absolute; top: -3px; width: 1px; }
.kai-timeline .wave { background: repeating-linear-gradient(90deg,#3c3c37 0 2px,transparent 2px 4px); height: 12px; }
.kai-panel { background: #181816; border: 1px solid rgba(255,255,255,.12); border-left: 0; border-radius: 0 13px 13px 0; padding: 17px 13px; }
.kai-panel > div { align-items: center; display: flex; justify-content: space-between; }
.kai-panel > div strong { font-size: 17px; letter-spacing: -.05em; }
.kai-panel > div i { color: var(--orange); font-style: normal; }
.kai-panel > small { color: #777771; display: block; font-family: var(--font-geist-mono),monospace; font-size: 6px; letter-spacing: .09em; margin-top: 25px; }
.kai-panel > p { color: #d6d6d0; font-size: 9px; line-height: 1.5; }
.kai-panel article { align-items: center; background: #22221f; border-radius: 9px; display: flex; gap: 10px; margin-top: 22px; padding: 10px; }
.kai-panel article > b { color: var(--orange); font-size: 24px; }
.kai-panel article span b,.kai-panel article span small { display: block; }
.kai-panel article span b { font-size: 7px; }
.kai-panel article span small { color: #72726c; font-size: 6px; margin-top: 3px; }
.kai-panel button { background: var(--orange); border: 0; border-radius: 6px; color: white; font-size: 7px; margin-top: 14px; padding: 8px; width: 100%; }
.product-pair { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; }
.mini-product { background: white; border: 1px solid var(--line); border-radius: 30px; min-height: 420px; padding: 40px; }
.mini-product > div { align-items: center; display: flex; justify-content: space-between; }
.mini-product .product-name { font-size: 54px; }
.mini-product > div > i { align-items: center; background: var(--orange-soft); border-radius: 50%; color: var(--orange); display: flex; font-size: 25px; font-style: normal; height: 58px; justify-content: center; width: 58px; }
.mini-product h3 { font-size: 29px; font-weight: 570; letter-spacing: -.045em; line-height: 1.08; margin: 57px 0 14px; max-width: 450px; }
.mini-product > p:not(.product-label) { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0 0 25px; max-width: 530px; }
.mini-product-dark { background: var(--ink); border-color: var(--ink); color: white; }
.mini-product-dark > div > i { background: rgba(255,255,255,.08); color: var(--orange); }
.mini-product-dark > p:not(.product-label) { color: rgba(255,255,255,.55); }
.mini-product sup { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 9px; letter-spacing: .08em; }

/* Why, cases, insights, FAQ */
.why-section { background: white; }
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 68px; }
.why-grid article { border-left: 1px solid var(--line); min-height: 240px; padding: 27px 34px; }
.why-grid article:nth-child(3n+1) { border-left: 0; padding-left: 0; }
.why-grid article:nth-child(n+4) { border-top: 1px solid var(--line); padding-top: 40px; }
.why-grid article > span { align-items: center; background: var(--paper); border-radius: 11px; color: var(--orange); display: flex; font-size: 19px; height: 43px; justify-content: center; width: 43px; }
.why-grid h3 { font-size: 22px; font-weight: 600; letter-spacing: -.035em; margin: 42px 0 10px; }
.why-grid p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 0; }
.stories-section { background: var(--paper); }
.stories-heading .text-arrow { margin-bottom: 6px; }
.story-grid { display: grid; gap: 17px; grid-template-columns: 1.23fr .77fr; margin-top: 61px; }
.story-card { background: white; border: 1px solid var(--line); border-radius: 27px; overflow: hidden; }
.story-visual { background: var(--ink); color: white; min-height: 315px; overflow: hidden; padding: 28px; position: relative; }
.story-visual::before { background: var(--orange); border-radius: 48%; content: ""; height: 280px; position: absolute; right: -70px; top: -100px; width: 280px; }
.story-visual::after { background-image: linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size: 34px 34px; content: ""; inset: 0; position: absolute; }
.story-visual > span { color: #8d8d88; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .11em; position: relative; z-index: 2; }
.story-visual > strong { bottom: 28px; font-size: clamp(44px,5.5vw,75px); left: 28px; letter-spacing: -.07em; line-height: .78; position: absolute; z-index: 2; }
.story-visual > i { bottom: 28px; color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 10px; font-style: normal; position: absolute; right: 28px; z-index: 2; }
.story-visual-light { background: #dedbd2; color: var(--ink); }
.story-visual-light::before { background: #b5b0a4; }
.story-visual-light::after { background-image: linear-gradient(rgba(17,17,15,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,15,.05) 1px,transparent 1px); }
.story-copy { padding: 30px; }
.story-copy > span { color: #8e8e87; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .1em; }
.story-copy h3 { font-size: 29px; font-weight: 570; letter-spacing: -.045em; line-height: 1.07; margin: 15px 0 12px; }
.story-copy p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 25px; }
.insights-preview,.related-insights { background: white; }
.insights-heading { gap: 40px; }
.insights-heading .button { flex: 0 0 auto; margin-bottom: 4px; }
.insights-grid { display: grid; gap: 17px; grid-template-columns: repeat(3,1fr); margin-top: 58px; }
.blog-card { min-width: 0; }
.blog-card-art { border-radius: 22px; display: block; overflow: hidden; }
.blog-art { aspect-ratio: 1.45; overflow: hidden; position: relative; }
.art-orange { background: var(--orange); }
.art-ink { background: var(--ink); }
.art-blue { background: #354e61; }
.art-paper { background: #dcd8ce; }
.art-grid { background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 31px 31px; inset: 0; position: absolute; }
.art-paper .art-grid { background-image: linear-gradient(rgba(17,17,15,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,15,.06) 1px,transparent 1px); }
.art-orbit { border: 1px solid rgba(255,255,255,.32); border-radius: 50%; height: 230px; position: absolute; right: -36px; top: -72px; width: 230px; }
.art-orbit::before,.art-orbit::after { border: 1px solid rgba(255,255,255,.2); border-radius: 50%; content: ""; position: absolute; }
.art-orbit::before { inset: 23px; }.art-orbit::after { inset: 52px; }
.art-chip { background: rgba(17,17,15,.9); border-radius: 999px; color: white; font-family: var(--font-geist-mono),monospace; font-size: 7px; left: 22px; letter-spacing: .08em; padding: 7px 9px; position: absolute; top: 22px; }
.art-mark { align-items: end; bottom: 25px; display: flex; gap: 3px; left: 24px; position: absolute; transform: scale(1.8); transform-origin: bottom left; }
.art-ink .art-mark i,.art-blue .art-mark i { background: var(--orange); }
.blog-card-copy { padding: 21px 4px 0; }
.post-meta { align-items: center; color: #8a8a84; display: flex; font-family: var(--font-geist-mono),monospace; font-size: 7px; justify-content: space-between; letter-spacing: .08em; text-transform: uppercase; }
.post-meta span { color: var(--orange-dark); }
.blog-card h3 { font-size: 25px; font-weight: 580; letter-spacing: -.04em; line-height: 1.1; margin: 14px 0 11px; }
.blog-card-copy > p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0 0 20px; }
.faq-section,.product-faq { background: var(--paper); }
.faq-grid { display: grid; gap: 100px; grid-template-columns: .78fr 1.22fr; }
.faq-grid .section-heading h2 { font-size: clamp(45px,4.6vw,67px); }
.faq-list details { border-top: 1px solid var(--line); padding: 25px 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; display: flex; font-size: 21px; font-weight: 580; justify-content: space-between; letter-spacing: -.025em; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 17px; font-weight: 400; }
.faq-list details > p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 17px 55px 0 0; }
.institutional-section { background: white; border-top: 1px solid var(--line); padding: 62px 0; text-align: center; }
.institutional-section p { color: #8a8a84; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .13em; margin: 0 0 30px; text-transform: uppercase; }
.institutional-section .shell > div { align-items: center; display: flex; flex-wrap: wrap; gap: 42px; justify-content: center; }
.institutional-section .shell > div span { color: #55554f; font-size: 15px; font-weight: 700; letter-spacing: -.02em; }
.institutional-section .shell > div b { color: var(--orange); }
.institutional-section small { color: #a0a09a; display: block; font-size: 9px; margin-top: 27px; }

/* CTA and footer */
.final-cta { background: var(--orange); color: white; padding: 90px 0; }
.final-cta-inner { align-items: end; display: flex; gap: 70px; justify-content: space-between; }
.final-cta-inner h2 { font-size: clamp(48px,6vw,82px); font-weight: 580; letter-spacing: -.07em; line-height: .94; margin: 0; max-width: 800px; }
.final-cta-inner > div:first-child > p:last-child { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1.55; margin: 22px 0 0; max-width: 600px; }
.final-cta-inner > div:last-child { display: flex; flex: 0 0 auto; flex-direction: column; gap: 10px; }
.site-footer { background: var(--ink); color: white; }
.footer-main { display: grid; gap: 70px; grid-template-columns: 1.5fr repeat(3,1fr); padding: 74px 0 62px; }
.footer-brand .brand { margin-bottom: 24px; }
.footer-brand > p { color: rgba(255,255,255,.48); font-size: 14px; line-height: 1.5; max-width: 250px; }
.footer-social { display: flex; gap: 8px; margin-top: 24px; }
.footer-social a { align-items: center; border: 1px solid var(--line-light); border-radius: 50%; color: rgba(255,255,255,.7); display: flex; font-size: 11px; height: 35px; justify-content: center; width: 35px; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; }
.footer-main > div:not(.footer-brand) b { color: #777771; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .11em; margin-bottom: 9px; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { color: rgba(255,255,255,.72); font-size: 13px; }
.footer-bottom { border-top: 1px solid var(--line-light); color: rgba(255,255,255,.38); display: flex; font-size: 9px; justify-content: space-between; padding: 22px 0 27px; }
.footer-bottom div { display: flex; gap: 24px; }

/* Product page */
.product-hero { background: linear-gradient(145deg,#f7f6f2,#eeece4); overflow: hidden; padding: 89px 0 105px; position: relative; }
.product-hero::before { background-image: linear-gradient(rgba(17,17,15,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,15,.025) 1px,transparent 1px); background-size: 48px 48px; content: ""; inset: 0; mask-image: linear-gradient(90deg,transparent,#000); position: absolute; }
.product-hero-grid { align-items: center; display: grid; gap: 70px; grid-template-columns: .82fr 1.18fr; position: relative; z-index: 2; }
.product-kicker { color: #81817b; font-family: var(--font-geist-mono),monospace; font-size: 9px; letter-spacing: .12em; margin: 0 0 25px; }
.product-kicker span { color: var(--orange); margin-right: 10px; }
.product-display-name { color: var(--orange); display: block; font-size: clamp(48px,5vw,70px); letter-spacing: -.07em; line-height: .9; }
.product-hero-copy h1 { font-size: clamp(54px,5.9vw,85px); font-weight: 580; letter-spacing: -.073em; line-height: .92; margin: 19px 0 27px; }
.product-hero-copy h1 em { color: #898981; font-style: normal; }
.product-hero-copy > p:not(.product-kicker) { color: var(--muted); font-size: 17px; line-height: 1.6; margin: 0; max-width: 610px; }
.product-hero-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.product-hero-tags span { background: white; border: 1px solid var(--line); border-radius: 999px; color: #6d6d67; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .07em; padding: 7px 9px; text-transform: uppercase; }
.product-hero-media { min-height: 605px; position: relative; }
.product-orange-panel { background: var(--orange); border-radius: 34px; height: 560px; position: absolute; right: -8%; top: 12px; transform: rotate(3deg); width: 93%; }
.product-hero-media .product-workspace { left: 0; position: absolute; top: 46px; transform: rotateY(-3deg); width: 109%; }
.media-caption { align-items: center; background: white; border: 1px solid var(--line); border-radius: 13px; bottom: -4px; box-shadow: 0 18px 50px rgba(17,17,15,.13); display: flex; gap: 16px; left: 11%; padding: 12px 15px; position: absolute; }
.media-caption span { background: var(--orange-soft); border-radius: 999px; color: var(--orange-dark); font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .07em; padding: 7px 9px; text-transform: uppercase; }
.media-caption p { color: var(--muted); font-size: 9px; margin: 0; }
.product-proof-strip { background: white; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); }
.product-proof-strip .shell { display: grid; grid-template-columns: repeat(3,1fr); }
.product-proof-strip article { align-items: center; border-left: 1px solid var(--line); display: flex; gap: 19px; padding: 26px 30px; }
.product-proof-strip article:first-child { border-left: 0; }
.product-proof-strip article > strong { color: var(--orange); font-size: 34px; letter-spacing: -.06em; }
.product-proof-strip article span b,.product-proof-strip article span small { display: block; }
.product-proof-strip article span b { font-size: 12px; }
.product-proof-strip article span small { color: #898982; font-size: 9px; margin-top: 3px; }
.product-value-section { background: var(--paper); }
.product-value-grid { display: grid; gap: 15px; grid-template-columns: repeat(3,1fr); margin-top: 60px; }
.product-value-grid article { background: white; border: 1px solid var(--line); border-radius: 23px; min-height: 265px; padding: 27px; }
.product-value-grid article > span { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 9px; }
.product-value-grid h3 { font-size: 27px; font-weight: 580; letter-spacing: -.04em; margin: 80px 0 10px; }
.product-value-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 0; }
.product-process { background: white; }
.process-grid { display: grid; gap: 90px; grid-template-columns: .72fr 1.28fr; }
.process-heading { align-self: start; position: sticky; top: 125px; }
.process-heading h2 { font-size: clamp(47px,4.8vw,68px); }
.process-heading .text-arrow { margin-top: 30px; }
.process-stack { display: grid; gap: 18px; }
.process-card { background: var(--paper); border: 1px solid var(--line); border-radius: 26px; display: grid; gap: 25px; grid-template-columns: 45px 1fr; min-height: 440px; padding: 33px; position: sticky; top: 125px; }
.process-card:nth-child(2){top:143px}.process-card:nth-child(3){top:161px}.process-card:nth-child(4){top:179px}
.process-number { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 9px; }
.process-copy > small { color: #8b8b84; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .11em; }
.process-copy h3 { font-size: 37px; font-weight: 580; letter-spacing: -.05em; line-height: 1; margin: 16px 0 12px; }
.process-copy > p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; max-width: 530px; }
.process-ui,.select-ui,.blocks-ui,.export-ui { margin-top: 38px; }
.prompt-ui { align-items: center; background: white; border: 1px solid rgba(255,94,0,.35); border-radius: 12px; display: flex; gap: 12px; padding: 17px; }
.prompt-ui > span { color: var(--orange); }
.prompt-ui p { color: var(--ink); flex: 1; font-size: 12px; margin: 0; }
.prompt-ui kbd { color: #85857e; }
.select-ui { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; }
.select-ui i { background: var(--ink); border-radius: 13px; color: white; display: flex; flex-direction: column; font-style: normal; height: 135px; justify-content: flex-end; overflow: hidden; padding: 13px; position: relative; }
.select-ui i::before { background: linear-gradient(140deg,var(--orange),#2b1b15 55%,#111); content: ""; inset: 0; opacity: .75; position: absolute; }
.select-ui b,.select-ui span { position: relative; z-index: 1; }
.select-ui b { color: #ff9a68; font-family: var(--font-geist-mono),monospace; font-size: 7px; }
.select-ui span { font-size: 9px; margin-top: 4px; }
.blocks-ui { display: grid; gap: 7px; }
.blocks-ui > span { align-items: center; background: white; border: 1px solid var(--line); border-radius: 10px; display: grid; font-size: 11px; grid-template-columns: 36px 1fr auto; padding: 12px; }
.blocks-ui b { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 8px; }
.blocks-ui em { color: #8a8a84; font-family: var(--font-geist-mono),monospace; font-size: 7px; font-style: normal; }
.export-ui { align-items: center; background: var(--ink); border-radius: 13px; color: white; display: flex; justify-content: space-between; padding: 17px; }
.export-ui > span { align-items: center; display: grid; gap: 2px 10px; grid-template-columns: 30px 1fr; }
.export-ui > span i { align-items: center; background: var(--orange); border-radius: 50%; display: flex; font-style: normal; grid-row: 1/3; height: 30px; justify-content: center; width: 30px; }
.export-ui > span b { font-size: 11px; }.export-ui > span small { color: #85857f; font-size: 8px; }
.export-ui button { background: var(--orange); border: 0; border-radius: 999px; color: white; font-size: 9px; padding: 11px 14px; }
.capability-section { background: var(--paper); }
.capability-grid { display: grid; gap: 100px; grid-template-columns: .8fr 1.2fr; }
.capability-list article { border-top: 1px solid var(--line); display: grid; gap: 30px; grid-template-columns: 38px 1fr; padding: 27px 0; }
.capability-list article:last-child { border-bottom: 1px solid var(--line); }
.capability-list article > span { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 9px; }
.capability-list h3 { font-size: 24px; font-weight: 590; letter-spacing: -.035em; margin: 0 0 8px; }
.capability-list p { color: var(--muted); font-size: 13px; line-height: 1.58; margin: 0; }
.deployment-section { background: var(--paper); padding: 0 0 118px; }
.deployment-card { background: var(--ink); border-radius: 31px; color: white; display: grid; gap: 70px; grid-template-columns: .88fr 1.12fr; padding: 59px; }
.deployment-card h2 { font-size: 49px; font-weight: 570; letter-spacing: -.06em; line-height: .98; margin: 0; }
.deployment-card > div:first-child > p:last-child { color: rgba(255,255,255,.55); font-size: 14px; line-height: 1.6; margin: 21px 0 0; }
.deployment-options { display: grid; gap: 10px; }
.deployment-options > span { align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; display: grid; gap: 2px 14px; grid-template-columns: 39px 1fr; padding: 14px; }
.deployment-options i { align-items: center; background: rgba(255,94,0,.16); border-radius: 9px; color: var(--orange); display: flex; font-style: normal; grid-row: 1/3; height: 39px; justify-content: center; width: 39px; }
.deployment-options b { font-size: 12px; }.deployment-options small { color: rgba(255,255,255,.45); font-size: 9px; }
.product-case { background: white; }
.case-placeholder { background: var(--paper); border: 1px solid var(--line); border-radius: 30px; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 520px; overflow: hidden; }
.case-placeholder > div { background: var(--orange); color: white; padding: 36px; position: relative; }
.case-placeholder > div::before { background-image: linear-gradient(rgba(255,255,255,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.09) 1px,transparent 1px); background-size: 38px 38px; content: ""; inset: 0; position: absolute; }
.case-placeholder > div span { background: var(--ink); border-radius: 999px; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .08em; padding: 7px 9px; position: relative; z-index: 1; }
.case-placeholder > div strong { bottom: 36px; font-size: 70px; left: 36px; letter-spacing: -.07em; line-height: .78; position: absolute; z-index: 1; }
.case-placeholder article { align-self: center; padding: 54px; }
.case-placeholder article h2 { font-size: 43px; font-weight: 570; letter-spacing: -.055em; line-height: 1; margin: 0 0 28px; }
.case-placeholder blockquote { border-left: 3px solid var(--orange); color: #565650; font-size: 17px; line-height: 1.5; margin: 0; padding-left: 20px; }
.case-placeholder article > p { color: #92928b; font-size: 9px; margin: 15px 0 25px; }

/* Blog archive */
.blog-hero { background: var(--paper); padding: 98px 0 80px; text-align: center; }
.blog-hero .eyebrow { justify-content: center; }
.blog-hero h1 { font-size: clamp(63px,7.3vw,104px); font-weight: 580; letter-spacing: -.075em; line-height: .9; margin: 0; }
.blog-hero h1 em { color: var(--orange); font-style: normal; }
.blog-hero p:not(.eyebrow) { color: var(--muted); font-size: 18px; line-height: 1.55; margin: 27px auto 0; max-width: 660px; }
.featured-post-section { background: var(--paper); padding: 0 0 95px; }
.blog-card-featured { background: white; border: 1px solid var(--line); border-radius: 29px; display: grid; grid-template-columns: 1.12fr .88fr; overflow: hidden; }
.blog-card-featured .blog-card-art { border-radius: 0; }
.blog-card-featured .blog-art { aspect-ratio: auto; height: 100%; min-height: 465px; }
.blog-card-featured .blog-card-copy { align-self: center; padding: 47px; }
.blog-card-featured h3 { font-size: 43px; letter-spacing: -.055em; line-height: 1.02; margin: 20px 0 17px; }
.blog-card-featured .blog-card-copy > p { font-size: 14px; line-height: 1.6; }
.blog-list-section { background: white; }
.blog-controls { align-items: center; display: flex; gap: 30px; justify-content: space-between; margin-bottom: 45px; }
.blog-controls > div { display: flex; flex-wrap: wrap; gap: 6px; }
.blog-controls button,.blog-controls > div > a { background: transparent; border: 1px solid var(--line); border-radius: 999px; color: #65655f; cursor: pointer; font-size: 10px; padding: 9px 12px; }
.blog-controls button.active,.blog-controls > div > a.active { background: var(--ink); border-color: var(--ink); color: white; }
.blog-controls label { align-items: center; border-bottom: 1px solid var(--line); display: flex; gap: 8px; min-width: 205px; padding: 8px 0; }
.blog-controls form { margin: 0; }
.blog-controls label span { color: var(--orange); }
.blog-controls input { background: none; border: 0; font-size: 11px; outline: none; width: 100%; }
.blog-grid { display: grid; gap: 62px 18px; grid-template-columns: repeat(3,1fr); }
.pagination { align-items: center; display: flex; gap: 7px; justify-content: center; margin-top: 80px; }
.pagination a:not(.next),.pagination span { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; font-size: 10px; height: 36px; justify-content: center; width: 36px; }
.pagination a.active { background: var(--ink); color: white; }
.pagination .next { font-size: 11px; font-weight: 700; margin-left: 12px; }
.pagination .next span { border: 0; display: inline; margin-left: 7px; }
.blog-newsletter { background: var(--ink); color: white; padding: 75px 0; }
.blog-newsletter .shell { align-items: end; display: flex; gap: 70px; justify-content: space-between; }
.blog-newsletter h2 { font-size: 55px; font-weight: 570; letter-spacing: -.065em; line-height: .95; margin: 0; }
.blog-newsletter p { color: rgba(255,255,255,.5); font-size: 13px; margin: 16px 0 0; }
.blog-newsletter form { align-items: center; display: flex; gap: 10px; }
.blog-newsletter input { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); color: white; min-width: 270px; outline: none; padding: 16px 3px; }

/* Article */
.article-page { background: white; }
.article-header { background: var(--paper); padding: 58px 0 70px; }
.article-header-copy { max-width: 980px; }
.breadcrumbs { color: #999992; display: flex; font-family: var(--font-geist-mono),monospace; font-size: 7px; gap: 9px; letter-spacing: .07em; margin-bottom: 52px; text-transform: uppercase; }
.breadcrumbs b { color: #666660; font-weight: 500; }
.article-header .post-meta { justify-content: flex-start; gap: 20px; }
.article-header h1 { font-size: clamp(55px,6.5vw,88px); font-weight: 580; letter-spacing: -.073em; line-height: .92; margin: 22px 0 26px; }
.article-header-copy > p { color: var(--muted); font-size: 19px; line-height: 1.55; margin: 0; max-width: 750px; }
.article-author { align-items: center; display: flex; gap: 11px; margin-top: 31px; }
.article-author > span { align-items: center; background: var(--ink); border-radius: 50%; color: white; display: flex; font-size: 8px; height: 34px; justify-content: center; width: 34px; }
.article-author b,.article-author small { display: block; }
.article-author b { font-size: 10px; }.article-author small { color: #92928b; font-size: 8px; margin-top: 3px; }
.article-cover { border-radius: 29px; height: 610px; margin-top: 44px; overflow: hidden; position: relative; }
.article-cover .blog-art { height: 100%; }
.article-cover .art-orbit { height: 700px; right: -60px; top: -210px; width: 700px; }
.article-cover .art-chip,.article-cover .art-mark { display: none; }
.cover-overlay { bottom: 55px; color: white; left: 55px; position: absolute; }
.cover-overlay > span { background: var(--ink); border-radius: 999px; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .1em; padding: 8px 10px; }
.cover-overlay strong { display: block; font-size: 92px; letter-spacing: -.08em; line-height: .78; margin-top: 29px; }
.cover-overlay i { display: block; font-size: 14px; font-style: normal; margin-top: 26px; }
.article-layout { display: grid; gap: 90px; grid-template-columns: 220px minmax(0,760px); justify-content: center; padding-bottom: 115px; padding-top: 90px; }
.article-aside { align-self: start; position: sticky; top: 126px; }
.article-aside > div:first-child { border-left: 1px solid var(--line); display: flex; flex-direction: column; padding-left: 18px; }
.article-aside small,.share-links > span { color: #9a9a93; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .1em; margin-bottom: 12px; }
.article-aside > div:first-child a { color: #85857f; font-size: 10px; padding: 7px 0; }
.article-aside > div:first-child a.active { color: var(--ink); font-weight: 680; }
.share-links { align-items: center; display: flex; gap: 7px; margin-top: 31px; }
.share-links > span { margin: 0 5px 0 0; }
.share-links a { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; font-size: 8px; height: 29px; justify-content: center; width: 29px; }
.article-body { font-family: Georgia,"Times New Roman",serif; }
.article-body p { color: #44443f; font-size: 18px; line-height: 1.8; margin: 0 0 28px; }
.article-body .article-lede { color: var(--ink); font-size: 24px; line-height: 1.55; }
.article-body h2 { font-family: var(--font-geist-sans),sans-serif; font-size: 43px; font-weight: 590; letter-spacing: -.055em; line-height: 1.05; margin: 67px 0 22px; }
.article-body blockquote { background: var(--paper); border-radius: 22px; margin: 54px 0; padding: 34px 38px 34px 74px; position: relative; }
.article-body blockquote > span { color: var(--orange); font-family: Georgia,serif; font-size: 80px; left: 28px; line-height: 1; position: absolute; top: 23px; }
.article-body blockquote p { color: var(--ink); font-size: 24px; font-style: italic; line-height: 1.5; margin: 0; }
.article-callout { background: var(--ink); border-radius: 24px; color: white; font-family: var(--font-geist-sans),sans-serif; margin: 52px 0; padding: 30px; }
.article-callout > small { color: #84847e; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .1em; }
.article-callout > div { display: grid; gap: 8px; margin-top: 21px; }
.article-callout > div span { align-items: center; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; display: grid; gap: 3px 13px; grid-template-columns: 29px 1fr; padding: 12px; }
.article-callout i { align-items: center; background: rgba(255,94,0,.15); border-radius: 7px; color: var(--orange); display: flex; font-family: var(--font-geist-mono),monospace; font-size: 7px; font-style: normal; grid-row: 1/3; height: 29px; justify-content: center; width: 29px; }
.article-callout b { font-size: 11px; }.article-callout em { color: rgba(255,255,255,.45); font-size: 9px; font-style: normal; }
.article-inline-cta { align-items: center; background: var(--orange-soft); border: 1px solid rgba(255,94,0,.2); border-radius: 20px; display: flex; font-family: var(--font-geist-sans),sans-serif; gap: 35px; justify-content: space-between; margin: 55px 0 35px; padding: 24px; }
.article-inline-cta small,.article-inline-cta b { display: block; }
.article-inline-cta small { color: var(--orange-dark); font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .09em; }
.article-inline-cta b { font-size: 16px; margin-top: 7px; max-width: 330px; }
.article-tags { align-items: center; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; font-family: var(--font-geist-sans),sans-serif; gap: 7px; margin-top: 55px; padding-top: 24px; }
.article-tags > span { color: #8e8e87; font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .09em; margin-right: 7px; text-transform: uppercase; }
.article-tags a { background: var(--paper); border-radius: 999px; font-size: 9px; padding: 7px 9px; }
.article-related { background: var(--paper); }

/* Contact */
.contact-page { background: var(--paper); padding: 90px 0 115px; }
.contact-grid { display: grid; gap: 90px; grid-template-columns: .88fr 1.12fr; }
.contact-grid > div:first-child { padding-top: 40px; }
.contact-grid h1 { font-size: clamp(56px,6vw,84px); font-weight: 580; letter-spacing: -.073em; line-height: .91; margin: 0; }
.contact-grid h1 em { color: var(--orange); font-style: normal; }
.contact-grid > div:first-child > p { color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 560px; }
.contact-points { display: grid; gap: 0; margin-top: 55px; }
.contact-points > span { border-top: 1px solid var(--line); display: grid; gap: 3px 17px; grid-template-columns: 35px 1fr; padding: 18px 0; }
.contact-points > span:last-child { border-bottom: 1px solid var(--line); }
.contact-points i { color: var(--orange); font-family: var(--font-geist-mono),monospace; font-size: 8px; font-style: normal; grid-row: 1/3; }
.contact-points b { font-size: 13px; }.contact-points small { color: #85857e; font-size: 10px; }
.contact-form-card { background: white; border: 1px solid var(--line); border-radius: 29px; box-shadow: 0 30px 70px rgba(17,17,15,.07); padding: 45px; }
.form-label { background: var(--orange-soft); border-radius: 999px; color: var(--orange-dark); font-family: var(--font-geist-mono),monospace; font-size: 7px; letter-spacing: .09em; padding: 7px 9px; }
.contact-form-card h2 { font-size: 43px; font-weight: 590; letter-spacing: -.055em; margin: 24px 0 10px; }
.contact-form-card > p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.contact-form-card form { display: grid; gap: 20px; margin-top: 31px; }
.contact-form-card label:not(.checkbox) { color: #888881; display: grid; font-family: var(--font-geist-mono),monospace; font-size: 7px; gap: 8px; letter-spacing: .09em; }
.contact-form-card input:not([type=checkbox]),.contact-form-card textarea { background: var(--paper); border: 1px solid transparent; border-radius: 10px; color: var(--ink); outline: none; padding: 13px; resize: vertical; }
.contact-form-card input:focus,.contact-form-card textarea:focus { border-color: var(--orange); }
.checkbox { align-items: flex-start; color: #777770; display: flex; font-size: 9px; gap: 8px; }
.checkbox input { accent-color: var(--orange); }
.contact-form-card .button { justify-self: start; }

/* Isolated mobile review surfaces */
.device-review { align-items: center; background: #d8d5cd; display: flex; flex-direction: column; gap: 12px; min-height: 100vh; padding: 20px; }
.device-review::before { background-image: linear-gradient(rgba(17,17,15,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(17,17,15,.04) 1px,transparent 1px); background-size: 28px 28px; content: ""; inset: 0; pointer-events: none; position: fixed; }
.device-review iframe { background: white; border: 0; border-radius: 18px; box-shadow: 0 24px 70px rgba(17,17,15,.24); height: 844px; position: relative; width: 390px; }
.device-label { background: var(--ink); border-radius: 999px; color: white; font-family: var(--font-geist-mono),monospace; font-size: 8px; letter-spacing: .1em; padding: 8px 12px; position: relative; }

/* Responsive */
@media (max-width: 1120px) {
  .shell { width: calc(100% - 48px); }
  .desktop-nav { gap: 20px; }
  .header-actions { gap: 13px; }
  .hero-grid { gap: 30px; grid-template-columns: .9fr 1.1fr; }
  .hero-product { min-height: 520px; }
  .hero-orange-field { height: 470px; }
  .product-card { grid-template-columns: .9fr 1.1fr; }
  .product-copy { padding: 42px; }
  .product-media { padding-left: 35px; }
  .process-grid,.capability-grid,.faq-grid { gap: 60px; }
}

@media (max-width: 900px) {
  .campaign-bar a em { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav,.header-actions { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav.is-open { display: block; }
  .section { padding: 82px 0; }
  .hero-grid,.product-hero-grid,.workflow-grid,.faq-grid,.process-grid,.capability-grid,.deployment-card,.contact-grid { grid-template-columns: 1fr; }
  .home-hero,.hero-grid { min-height: auto; }
  .hero-grid { padding: 70px 0 78px; }
  .hero-copy h1 { font-size: clamp(64px,12vw,94px); }
  .hero-product { min-height: 570px; }
  .hero-product .product-workspace { left: 2%; width: 96%; }
  .proof-top { right: 1%; }.proof-bottom { left: 0; }
  .hero-scroll { display: none; }
  .outcome-grid,.why-grid,.insights-grid,.blog-grid,.product-value-grid { grid-template-columns: 1fr 1fr; }
  .outcome-grid article:last-child,.why-grid article:last-child { grid-column: 1/-1; }
  .outcome-card { min-height: 360px; }
  .outcome-card h3 { margin-top: 55px; }
  .metric-card { gap: 32px; grid-template-columns: auto 1fr; }
  .metric-spark { display: none; }
  .workflow-heading,.process-heading { position: static; }
  .product-heading,.stories-heading,.insights-heading { align-items: flex-start; flex-direction: column; }
  .product-heading > p { margin-top: 22px; }
  .product-card { grid-template-columns: 1fr; }
  .product-media { min-height: 520px; order: 2 !important; }
  .product-kai .product-copy { order: 1; }
  .product-pair,.story-grid { grid-template-columns: 1fr; }
  .why-grid article:nth-child(3n+1) { border-left: 1px solid var(--line); padding-left: 34px; }
  .why-grid article:nth-child(2n+1) { border-left: 0; padding-left: 0; }
  .why-grid article:nth-child(n+3) { border-top: 1px solid var(--line); padding-top: 40px; }
  .final-cta-inner,.blog-newsletter .shell { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { display: none; }
  .product-hero { padding-top: 70px; }
  .product-hero-media { min-height: 590px; }
  .product-proof-strip .shell { grid-template-columns: 1fr; }
  .product-proof-strip article { border-left: 0; border-top: 1px solid var(--line); }
  .product-proof-strip article:first-child { border-top: 0; }
  .process-card { position: relative; top: auto !important; }
  .case-placeholder { grid-template-columns: 1fr; }
  .case-placeholder > div { min-height: 380px; }
  .blog-card-featured { grid-template-columns: 1fr; }
  .blog-card-featured .blog-art { min-height: 370px; }
  .article-layout { gap: 45px; grid-template-columns: 160px minmax(0,1fr); }
  .article-cover { height: 510px; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 36px); }
  .campaign-bar { height: 40px; }
  .campaign-bar a { gap: 8px; }
  .campaign-bar a > span { display: none; }
  .campaign-bar i { padding-left: 8px; }
  .site-header { height: 68px; padding: 0 18px; }
  .mobile-nav { inset: 108px 0 0; }
  .section { padding: 68px 0; }
  .section-heading h2 { font-size: 43px; }
  .section-heading > p:last-child { font-size: 15px; margin-top: 20px; }
  .hero-grid { gap: 38px; padding: 58px 0 62px; }
  .hero-copy h1 { font-size: 62px; }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; margin-top: 24px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-assurances { gap: 8px 14px; }
  .hero-product { min-height: 385px; }
  .hero-orange-field { border-radius: 27px; height: 330px; right: -9%; top: 9px; width: 101%; }
  .hero-product .product-workspace { left: 0; top: 33px; width: 104%; }
  .workspace-bar { height: 32px; }
  .workspace-logo { border-radius: 5px; height: 17px; width: 17px; }
  .workspace-body { grid-template-columns: 28px 1fr; min-height: 270px !important; }
  .workspace-side { gap: 12px; padding-top: 12px; }
  .workspace-side i { height: 5px; width: 5px; }
  .workspace-canvas { padding: 11px !important; }
  .workspace-title b { font-size: 10px; }
  .prompt { margin-top: 9px; padding: 7px; }
  .prompt p { font-size: 6px; }
  .story-layout { gap: 7px; margin-top: 8px; }
  .story-script,.story-preview { padding: 6px; }
  .story-script article { gap: 3px; grid-template-columns: 13px 1fr auto; margin-top: 3px; padding: 4px; }
  .preview-image { height: 68px !important; }
  .story-preview > p { display: none; }
  .mini-timeline { margin-top: 6px; }
  .workspace-footer { margin-top: 7px; }
  .floating-proof { padding: 8px 10px; }
  .floating-proof > span { height: 27px; width: 27px; }
  .floating-proof b { font-size: 8px; }
  .proof-top { right: -4%; top: 3px; }.proof-bottom { bottom: 8px; left: -2%; }
  .logo-strip { padding: 17px 0; }
  .logo-track span { font-size: 13px; margin: 0 24px; }
  .outcome-grid,.why-grid,.insights-grid,.blog-grid,.product-value-grid { grid-template-columns: 1fr; }
  .outcome-grid article:last-child,.why-grid article:last-child { grid-column: auto; }
  .outcome-card { min-height: 345px; padding: 25px; }
  .metric-section { padding-bottom: 68px; }
  .metric-card { display: block; min-height: auto; padding: 34px 26px; }
  .metric-number strong { font-size: 112px; }
  .metric-copy { margin-top: 27px; }
  .metric-copy h2 { font-size: 37px; }
  .workflow-list article { gap: 20px; grid-template-columns: 34px 1fr; min-height: 185px; }
  .product-stack { margin-top: 44px; }
  .product-card { border-radius: 24px; }
  .product-copy { padding: 30px 25px 35px; }
  .product-name { font-size: 51px; }
  .product-copy h3 { font-size: 30px; }
  .product-media { min-height: 365px; padding: 34px 0 34px 22px; }
  .product-media .product-workspace { width: 560px; }
  .product-kai .product-media { min-height: 380px; padding: 30px 20px; }
  .kai-workspace { grid-template-columns: 1fr 103px; min-height: 300px; }
  .kai-video { height: 177px; }
  .kai-panel { padding: 11px 8px; }
  .kai-panel > small { margin-top: 14px; }
  .mini-product { min-height: 375px; padding: 28px; }
  .mini-product .product-name { font-size: 45px; }
  .mini-product h3 { font-size: 27px; margin-top: 54px; }
  .why-grid article,.why-grid article:nth-child(3n+1),.why-grid article:nth-child(2n+1) { border-left: 0; border-top: 1px solid var(--line); min-height: 220px; padding: 28px 0; }
  .why-grid article:first-child { border-top: 0; }
  .story-grid { margin-top: 42px; }
  .story-visual { min-height: 280px; }
  .story-copy h3 { font-size: 27px; }
  .blog-card h3 { font-size: 24px; }
  .faq-grid { gap: 42px; }
  .faq-list summary { font-size: 18px; }
  .institutional-section .shell > div { gap: 24px; }
  .final-cta { padding: 68px 0; }
  .final-cta-inner { align-items: stretch; }
  .final-cta-inner h2 { font-size: 50px; }
  .footer-main { gap: 42px 25px; grid-template-columns: 1fr 1fr; padding: 55px 0 46px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .product-hero { padding: 58px 0 72px; }
  .product-display-name { font-size: 48px; }
  .product-hero-copy h1 { font-size: 55px; }
  .product-hero-copy > p:not(.product-kicker) { font-size: 15px; }
  .product-hero-media { min-height: 385px; }
  .product-orange-panel { border-radius: 25px; height: 344px; right: -5%; top: 8px; width: 96%; }
  .product-hero-media .product-workspace { top: 30px; width: 105%; }
  .media-caption { bottom: -9px; left: 2%; padding: 8px; }
  .media-caption p { display: none; }
  .product-value-grid article { min-height: 230px; }
  .product-value-grid h3 { margin-top: 60px; }
  .process-grid { gap: 45px; }
  .process-card { display: block; min-height: 405px; padding: 25px; }
  .process-copy { margin-top: 22px; }
  .process-copy h3 { font-size: 32px; }
  .select-ui { grid-template-columns: repeat(3,1fr); }
  .select-ui i { height: 105px; padding: 8px; }
  .select-ui span { font-size: 7px; }
  .capability-grid { gap: 42px; }
  .deployment-section { padding-bottom: 68px; }
  .deployment-card { gap: 40px; padding: 30px 24px; }
  .deployment-card h2 { font-size: 39px; }
  .case-placeholder article { padding: 34px 25px; }
  .case-placeholder article h2 { font-size: 36px; }
  .case-placeholder > div { min-height: 300px; padding: 25px; }
  .case-placeholder > div strong { bottom: 25px; font-size: 55px; left: 25px; }
  .blog-hero { padding: 65px 0 55px; }
  .blog-hero h1 { font-size: 58px; }
  .blog-hero p:not(.eyebrow) { font-size: 15px; }
  .featured-post-section { padding-bottom: 65px; }
  .blog-card-featured .blog-art { min-height: 250px; }
  .blog-card-featured .blog-card-copy { padding: 27px 24px 31px; }
  .blog-card-featured h3 { font-size: 32px; }
  .blog-controls { align-items: stretch; flex-direction: column; }
  .blog-controls > div { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 5px; }
  .blog-controls button,.blog-controls > div > a { flex: 0 0 auto; }
  .blog-controls label { min-width: 0; }
  .blog-grid { gap: 48px; }
  .blog-newsletter .shell { gap: 35px; }
  .blog-newsletter h2 { font-size: 43px; }
  .blog-newsletter form { align-items: stretch; flex-direction: column; width: 100%; }
  .blog-newsletter input { min-width: 0; width: 100%; }
  .article-header { padding: 43px 0 52px; }
  .breadcrumbs { margin-bottom: 36px; overflow: hidden; white-space: nowrap; }
  .article-header h1 { font-size: 48px; }
  .article-header-copy > p { font-size: 16px; }
  .article-cover { border-radius: 18px; height: 340px; margin-top: 23px; }
  .cover-overlay { bottom: 28px; left: 26px; }
  .cover-overlay strong { font-size: 55px; }
  .cover-overlay i { font-size: 10px; margin-top: 17px; }
  .article-layout { display: block; padding-bottom: 75px; padding-top: 55px; }
  .article-aside { display: none; }
  .article-body p { font-size: 17px; }
  .article-body .article-lede { font-size: 21px; }
  .article-body h2 { font-size: 36px; margin-top: 52px; }
  .article-body blockquote { padding: 28px 24px 28px 57px; }
  .article-body blockquote > span { left: 19px; }
  .article-body blockquote p { font-size: 20px; }
  .article-inline-cta { align-items: stretch; flex-direction: column; }
  .article-inline-cta .button { width: 100%; }
  .contact-page { padding: 55px 0 75px; }
  .contact-grid { gap: 52px; }
  .contact-grid > div:first-child { padding-top: 0; }
  .contact-grid h1 { font-size: 54px; }
  .contact-form-card { border-radius: 23px; padding: 29px 22px; }
}

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

/* WordPress integration — kept after the approved design rules. */
body.amplify-design-system { min-width: 320px; }
body.amplify-design-system #wpadminbar { position: fixed; }
body.admin-bar.amplify-design-system .site-header { top: 32px; }
body:not(.has-amplify-campaign) .mobile-nav { top: 76px; }
body.admin-bar.has-amplify-campaign .mobile-nav { top: 144px; }
body.admin-bar:not(.has-amplify-campaign) .mobile-nav { top: 108px; }
.desktop-nav > li,.mobile-nav > li,.footer-main > li { list-style: none; }
.desktop-nav > li { margin: 0; }
.desktop-nav > li > a { display: block; }
.mobile-nav > li { border-bottom: 1px solid var(--line); }
.mobile-nav > li > a { display: block; font-size: 26px; font-weight: 620; letter-spacing: -.04em; padding: 16px 0; }
.footer-main > li { display: flex; flex-direction: column; }
.footer-main > li > a { display: none; }
.footer-main .sub-menu { display: flex; flex-direction: column; gap: 11px; margin: 0; padding: 0; }
.footer-main .sub-menu li { list-style: none; }
.site-logo-image { display: block; height: 31px; max-width: 155px; object-fit: contain; width: auto; }
.logo-track a { align-items: center; display: flex; justify-content: center; margin: 0 40px; min-width: 110px; }
.logo-track a span { margin: 0; }
.logo-track img { filter: grayscale(1); height: 34px; max-width: 116px; object-fit: contain; opacity: .72; width: auto; }
.institutional-section img { filter: grayscale(1); height: 44px; max-width: 155px; object-fit: contain; opacity: .68; width: auto; }
.home-hero-video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 0; }
.home-hero-video-overlay { background: linear-gradient(90deg,rgba(247,246,242,.96) 0%,rgba(247,246,242,.88) 42%,rgba(247,246,242,.48) 100%); inset: 0; position: absolute; z-index: 1; }
.home-hero.has-background-video .hero-orange-field { opacity: .92; }
.product-media-asset { border-radius: 18px 0 0 18px; box-shadow: 0 40px 80px rgba(42,15,0,.28); display: block; height: auto; max-height: 590px; object-fit: cover; width: min(760px,100%); }
.product-kai .product-media-asset { border-radius: 18px; box-shadow: 0 40px 80px rgba(0,0,0,.34); }
.product-media-video { aspect-ratio: 16/10; background: #0f0f0e; object-fit: cover; }
.product-media-embed { aspect-ratio: 16/10; border-radius: 18px 0 0 18px; overflow: hidden; width: min(760px,100%); }
.product-media-embed iframe { border: 0; height: 100%; width: 100%; }
.product-hero-media .product-media-asset,.product-hero-media .product-media-embed { border-radius: 18px; box-shadow: 0 32px 80px rgba(17,17,15,.2); position: relative; width: 100%; z-index: 2; }
.blog-art-image { background: var(--ink); }
.blog-art-image img { height: 100%; object-fit: cover; width: 100%; }
.blog-card-featured .blog-art-image img { min-height: 465px; }
.article-cover.has-featured-image > img { height: 100%; object-fit: cover; width: 100%; }
.article-cover.has-featured-image::after { background: linear-gradient(0deg,rgba(17,17,15,.58),transparent 58%); content: ""; inset: 0; position: absolute; }
.article-cover.has-featured-image .cover-overlay { z-index: 2; }
.article-body > :first-child { margin-top: 0; }
.article-body img { border-radius: 18px; height: auto; }
.article-body figure { margin: 44px 0; }
.article-body figcaption { color: #85857e; font: 9px/1.5 var(--font-geist-sans),sans-serif; margin-top: 9px; }
.article-body ul,.article-body ol { color: #44443f; font-size: 18px; line-height: 1.75; margin: 0 0 30px; padding-left: 1.35em; }
.article-body a { color: var(--orange-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-body .wp-block-button__link { background: var(--orange); border-radius: 999px; color: white; font-family: var(--font-geist-sans),sans-serif; font-size: 13px; font-weight: 720; padding: 15px 23px; text-decoration: none; }
.content-page { background: white; padding: 86px 0 118px; }
.content-page-header { margin-bottom: 62px; max-width: 900px; }
.content-page-header h1 { font-size: clamp(56px,7vw,92px); font-weight: 580; letter-spacing: -.073em; line-height: .92; margin: 0; }
.content-page-body { font-family: Georgia,"Times New Roman",serif; margin-inline: auto; max-width: 800px; }
.content-page-body p,.content-page-body li { color: #44443f; font-size: 18px; line-height: 1.8; }
.content-page-body h2,.content-page-body h3 { font-family: var(--font-geist-sans),sans-serif; letter-spacing: -.045em; }
.content-page-body h2 { font-size: 43px; margin: 62px 0 20px; }
.content-page-body h3 { font-size: 28px; margin: 44px 0 14px; }
.contact-form-card .wpforms-container { margin: 30px 0 0; }
.contact-form-card .wpforms-field { padding: 0 0 18px !important; }
.contact-form-card .wpforms-field-label { color: #888881 !important; font: 700 7px/1.3 var(--font-geist-mono),monospace !important; letter-spacing: .09em !important; margin-bottom: 8px !important; text-transform: uppercase; }
.contact-form-card .wpforms-field input:not([type=checkbox]):not([type=radio]),.contact-form-card .wpforms-field textarea,.contact-form-card .wpforms-field select { background: var(--paper) !important; border: 1px solid transparent !important; border-radius: 10px !important; box-shadow: none !important; color: var(--ink) !important; max-width: none !important; padding: 13px !important; width: 100% !important; }
.contact-form-card .wpforms-field input:focus,.contact-form-card .wpforms-field textarea:focus,.contact-form-card .wpforms-field select:focus { border-color: var(--orange) !important; }
.contact-form-card .wpforms-submit { background: var(--orange) !important; border: 0 !important; border-radius: 999px !important; box-shadow: none !important; color: white !important; font: 720 14px/1 var(--font-geist-sans),sans-serif !important; min-height: 53px !important; padding: 0 25px !important; }
.contact-form-card .wpforms-submit:hover { background: #ff7528 !important; }
.form-placeholder { background: var(--orange-soft); border: 1px dashed rgba(255,94,0,.4); border-radius: 12px; color: var(--orange-dark); font-size: 12px; line-height: 1.55; margin-top: 28px; padding: 16px; }
.newsletter-form .wpforms-container { margin: 0; }
.newsletter-form form { align-items: center; display: flex; gap: 10px; }
.newsletter-form .wpforms-field-container { min-width: 270px; }
.newsletter-form .wpforms-field { padding: 0 !important; }
.newsletter-form label,.newsletter-form .wpforms-field-label { display: none !important; }
.newsletter-form input[type=email] { background: transparent !important; border: 0 !important; border-bottom: 1px solid rgba(255,255,255,.3) !important; border-radius: 0 !important; box-shadow: none !important; color: white !important; padding: 16px 3px !important; width: 100% !important; }
.newsletter-form button.wpforms-submit { background: white !important; border: 0 !important; border-radius: 999px !important; color: var(--ink) !important; min-height: 53px !important; padding: 0 25px !important; }
.metric-section.admin-draft .metric-card { outline: 2px dashed rgba(255,255,255,.34); outline-offset: -10px; }
.empty-state { background: var(--paper); border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); padding: 32px; text-align: center; }
.campaign-bar:empty { display: none; }
.pagination .page-numbers { align-items: center; border: 1px solid var(--line); border-radius: 50%; display: flex; font-size: 10px; height: 36px; justify-content: center; width: 36px; }
.pagination .page-numbers.current { background: var(--ink); color: white; }
.pagination .page-numbers.next,.pagination .page-numbers.prev { border: 0; border-radius: 0; height: auto; margin-left: 12px; width: auto; }

@media (max-width: 782px) {
  body.admin-bar.amplify-design-system .site-header { top: 46px; }
  body.admin-bar.has-amplify-campaign .mobile-nav { top: 158px; }
  body.admin-bar:not(.has-amplify-campaign) .mobile-nav { top: 122px; }
}
@media (max-width: 640px) {
  .logo-track a { margin: 0 24px; min-width: 90px; }
  .blog-card-featured .blog-art-image img { min-height: 250px; }
  .newsletter-form,.newsletter-form form,.newsletter-form .wpforms-field-container { width: 100%; }
  .newsletter-form form { align-items: stretch; flex-direction: column; }
}
