@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,600,700,800&display=swap');

:root {
  --wine: #431c1c;
  --wine-2: #321313;
  --wheat: #d9c08d;
  --taupe: #857a7a;
  --coral: #e76f51;
  --off-white: #f5f3ed;
  --warm: #e9dcd6;
  --paper: #fffdf9;
  --ink: #2a2020;
  --muted: #6f6464;
  --line: rgba(67, 28, 28, 0.12);
  --line-strong: rgba(67, 28, 28, 0.2);
  --shadow-sm: 0 1px 2px rgba(67, 28, 28, 0.05), 0 6px 22px rgba(67, 28, 28, 0.06);
  --shadow-md: 0 20px 70px rgba(67, 28, 28, 0.12), 0 2px 8px rgba(67, 28, 28, 0.06);
  --shadow-lg: 0 36px 120px rgba(67, 28, 28, 0.16), 0 1px 0 rgba(255,255,255,0.7) inset;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --container: 1180px;
  --header-height: 72px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--off-white); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--off-white);
  font-family: 'Satoshi', ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img, svg, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--wheat); color: var(--wine); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  transform: translateY(-200%);
  background: var(--wine);
  color: white;
  padding: 10px 14px;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container.narrow { width: min(calc(100% - 40px), 860px); }
.section { position: relative; padding: 116px 0; }
.section-sm { padding: 78px 0; }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section-eyebrow,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wine);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px rgba(231,111,81,.12); }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { color: var(--wine); line-height: 1.08; letter-spacing: -0.03em; }
h1 { font-size: clamp(46px, 7vw, 82px); font-weight: 700; margin-bottom: 24px; }
h2 { font-size: clamp(36px, 5vw, 56px); font-weight: 700; margin-bottom: 18px; }
h3 { font-size: 22px; font-weight: 600; margin-bottom: 12px; letter-spacing: -0.02em; }
h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; letter-spacing: -0.01em; }
p { color: var(--taupe); }
.lead { font-size: clamp(18px, 2vw, 21px); line-height: 1.6; color: var(--muted); }
.kicker { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--taupe); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--wine); font-weight: 650; }
.text-link .arrow { transition: transform .2s var(--ease); }
.text-link:hover .arrow { transform: translateX(4px); }

.grid-bg {
  background-image:
    linear-gradient(rgba(67,28,28,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67,28,28,.055) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.85), transparent 95%);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(245,243,237,.78);
  backdrop-filter: blur(18px) saturate(130%);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.site-header.scrolled { border-color: var(--line); background: rgba(245,243,237,.94); box-shadow: 0 4px 24px rgba(67,28,28,.05); }
.nav-shell { width: min(calc(100% - 28px), 1320px); margin: 0 auto; height: 100%; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 34px; height: 34px; object-fit: contain; }
.brand-word { color: var(--wine); font-size: 17px; font-weight: 650; letter-spacing: -0.02em; white-space: nowrap; }
.desktop-nav { flex: 1; display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-link, .nav-trigger {
  appearance: none;
  border: 0;
  background: none;
  color: #554848;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 10px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 550;
  transition: background .18s, color .18s;
}
.nav-link:hover, .nav-trigger:hover, .nav-trigger[aria-expanded='true'] { background: rgba(67,28,28,.055); color: var(--wine); }
.nav-trigger svg { width: 14px; height: 14px; transition: transform .18s; }
.nav-trigger[aria-expanded='true'] svg { transform: rotate(180deg); }
.mega-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: -16px;
  width: 590px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,253,249,.98);
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px) scale(.99);
  transform-origin: top left;
  transition: opacity .18s, transform .18s, visibility .18s;
}
.nav-item.open .mega-menu { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.mega-menu.compact { width: 400px; }
.mega-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.mega-card { display: flex; gap: 12px; padding: 13px; border-radius: 12px; transition: background .18s; }
.mega-card:hover { background: var(--off-white); }
.mega-icon { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); color: var(--wine); }
.mega-icon svg { width: 18px; height: 18px; }
.mega-title { color: var(--wine); font-size: 14px; font-weight: 650; line-height: 1.25; margin-bottom: 3px; }
.mega-copy { color: var(--taupe); font-size: 12px; line-height: 1.4; }
.mega-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 9px; padding: 11px 12px 3px; border-top: 1px solid var(--line); font-size: 13px; }
.nav-actions { display: flex; align-items: center; gap: 8px; flex: 0 0 auto; }
.header-login { color: var(--wine); padding: 9px 10px; font-size: 14px; font-weight: 550; }
.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 650;
  transition: transform .18s var(--ease), background .18s, border-color .18s, box-shadow .18s;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn-primary { color: white; background: var(--wine); border-color: var(--wine); box-shadow: 0 8px 24px rgba(67,28,28,.14); }
.btn-primary:hover { background: var(--wine-2); box-shadow: 0 12px 28px rgba(67,28,28,.18); }
.btn-secondary { color: var(--wine); background: rgba(255,253,249,.8); border-color: var(--line-strong); }
.btn-secondary:hover { background: white; border-color: rgba(67,28,28,.32); }
.btn-coral { color: white; background: var(--coral); border-color: var(--coral); }
.btn-sm { min-height: 38px; padding-inline: 14px; font-size: 14px; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); align-items: center; justify-content: center; color: var(--wine); }
.menu-toggle svg { width: 22px; height: 22px; }
.mobile-panel { display: none; }

/* Hero */
.hero {
  min-height: calc(100vh - var(--header-height));
  position: relative;
  overflow: hidden;
  padding: 86px 0 74px;
  background:
    radial-gradient(circle at 50% 18%, rgba(217,192,141,.32), transparent 32%),
    radial-gradient(circle at 82% 34%, rgba(231,111,81,.09), transparent 24%),
    var(--off-white);
}
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(67,28,28,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(67,28,28,.045) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, #000 0, rgba(0,0,0,.45) 58%, transparent 95%); }
.hero-inner { position: relative; z-index: 1; }
.hero-copy { text-align: center; max-width: 910px; margin: 0 auto; }
.announcement {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 10px 6px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,253,249,.82);
  color: var(--wine);
  font-size: 13px;
  font-weight: 550;
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}
.announcement-label { padding: 3px 7px; border-radius: 999px; background: var(--warm); color: var(--wine); font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { max-width: 880px; margin-inline: auto; }
.hero h1 .accent { color: var(--coral); }
.hero .lead { max-width: 690px; margin: 0 auto 32px; }
.hero-actions { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.hero-note { margin-top: 14px; font-size: 12px; color: var(--taupe); }

.platform-shell { max-width: 1120px; margin: 72px auto 0; position: relative; }
.platform-shell::before { content: ''; position: absolute; left: 7%; right: 7%; bottom: -34px; height: 70px; background: rgba(67,28,28,.18); filter: blur(40px); border-radius: 50%; }
.platform-window {
  position: relative;
  border: 1px solid rgba(67,28,28,.18);
  border-radius: 24px;
  background: rgba(255,253,249,.92);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.window-top { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid var(--line); background: rgba(245,243,237,.76); }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(67,28,28,.18); }
.window-path { font-size: 12px; color: var(--taupe); border: 1px solid var(--line); border-radius: 8px; padding: 4px 10px; background: white; }
.window-live { display: flex; align-items: center; gap: 6px; font-size: 11px; color: var(--taupe); }
.window-live i { width: 7px; height: 7px; border-radius: 50%; background: #4d9b67; box-shadow: 0 0 0 4px rgba(77,155,103,.12); }
.platform-tabs { display: flex; gap: 4px; padding: 12px 14px; border-bottom: 1px solid var(--line); overflow-x: auto; background: var(--paper); }
.platform-tab { appearance: none; border: 0; background: transparent; color: var(--taupe); padding: 8px 12px; border-radius: 9px; white-space: nowrap; font-size: 13px; font-weight: 600; }
.platform-tab.active { color: var(--wine); background: var(--warm); }
.platform-content { display: grid; grid-template-columns: 220px minmax(0,1fr); min-height: 490px; }
.platform-sidebar { padding: 20px 14px; border-right: 1px solid var(--line); background: #fcfaf5; }
.platform-side-title { font-size: 11px; color: var(--taupe); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin: 0 8px 10px; }
.side-item { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; color: var(--taupe); font-size: 12px; margin-bottom: 3px; }
.side-item.active { background: var(--warm); color: var(--wine); font-weight: 650; }
.side-icon { width: 20px; height: 20px; border: 1px solid var(--line); border-radius: 6px; display: grid; place-items: center; background: white; }
.platform-main { padding: 24px; background: var(--paper); }
.platform-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.platform-heading h3 { font-size: 24px; margin-bottom: 4px; }
.platform-heading p { font-size: 13px; margin-bottom: 0; }
.status-pill { border: 1px solid rgba(77,155,103,.22); background: rgba(77,155,103,.08); color: #376d49; font-size: 11px; font-weight: 650; border-radius: 999px; padding: 5px 8px; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 12px; }
.metric-card { padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.metric-label { color: var(--taupe); font-size: 11px; margin-bottom: 14px; }
.metric-value { color: var(--wine); font-size: 24px; line-height: 1; font-weight: 700; letter-spacing: -.03em; }
.metric-delta { color: #4a7d58; font-size: 10px; margin-top: 8px; }
.work-grid { display: grid; grid-template-columns: 1.14fr .86fr; gap: 12px; }
.work-card { min-height: 230px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; overflow: hidden; }
.work-card h4 { font-size: 13px; margin-bottom: 14px; }
.pipeline { display: flex; gap: 7px; align-items: stretch; height: 145px; }
.pipeline-col { flex: 1; border-radius: 10px; padding: 10px; background: var(--off-white); border: 1px solid var(--line); }
.pipeline-col strong { display: block; font-size: 10px; color: var(--wine); margin-bottom: 9px; }
.pipeline-item { height: 20px; border-radius: 5px; background: white; border: 1px solid var(--line); margin-bottom: 6px; }
.pipeline-item.coral { background: rgba(231,111,81,.14); border-color: rgba(231,111,81,.22); }
.pipeline-item.wheat { background: rgba(217,192,141,.24); }
.spark-chart { height: 150px; position: relative; display: flex; align-items: flex-end; gap: 8px; padding-top: 8px; }
.spark-chart::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(to top, transparent 0 29px, rgba(67,28,28,.06) 30px); }
.spark-bar { flex: 1; border-radius: 5px 5px 2px 2px; background: var(--wheat); position: relative; z-index: 1; transform-origin: bottom; animation: growBar 1.2s var(--ease) both; }
.spark-bar:nth-child(2n) { background: var(--wine); }
.spark-bar:nth-child(5) { background: var(--coral); }
@keyframes growBar { from { transform: scaleY(.12); opacity: .35; } to { transform: scaleY(1); opacity: 1; } }

.region-strip { position: relative; z-index: 2; padding: 24px 0 0; }
.region-row { display: flex; align-items: center; justify-content: center; gap: 34px; flex-wrap: wrap; color: var(--taupe); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.region-row span { display: flex; align-items: center; gap: 9px; }
.region-row i { width: 4px; height: 4px; border-radius: 50%; background: var(--coral); }

/* Home sections */
.capability-intro { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.capability-card { padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: var(--off-white); transition: transform .25s var(--ease), box-shadow .25s, border-color .25s; }
.capability-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.capability-number { color: var(--coral); font-size: 12px; font-weight: 700; letter-spacing: .08em; margin-bottom: 42px; }
.capability-card p { margin-bottom: 0; font-size: 14px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.visual-card { border: 1px solid var(--line); border-radius: 24px; background: var(--paper); box-shadow: var(--shadow-md); overflow: hidden; }
.visual-top { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--line); color: var(--taupe); font-size: 11px; }
.prompt-visual { padding: 22px; background: linear-gradient(180deg, #fffdf9, #f7f2e8); }
.prompt-window { background: var(--wine-2); border-radius: 16px; padding: 20px; min-height: 330px; color: #f7eee8; box-shadow: inset 0 0 0 1px rgba(255,255,255,.09); }
.prompt-line { display: flex; gap: 10px; margin-bottom: 16px; font-size: 12px; line-height: 1.6; opacity: .82; }
.prompt-line .token { flex: 0 0 auto; color: var(--wheat); font-weight: 650; }
.prompt-line strong { color: white; }
.prompt-cursor { display: inline-block; width: 7px; height: 14px; margin-left: 4px; vertical-align: -2px; background: var(--coral); animation: blink 1s steps(2,end) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.prompt-actions { display: flex; gap: 8px; margin-top: 24px; }
.prompt-chip { border: 1px solid rgba(255,255,255,.12); border-radius: 999px; padding: 6px 9px; font-size: 10px; color: rgba(255,255,255,.65); }

.marketing-visual { position: relative; min-height: 480px; background: var(--wine); overflow: hidden; }
.marketing-visual video { width: 100%; height: 100%; min-height: 480px; object-fit: cover; opacity: .9; }
.marketing-overlay { position: absolute; inset: 0; display: flex; align-items: flex-end; padding: 24px; background: linear-gradient(to top, rgba(50,19,19,.78), transparent 56%); }
.marketing-caption { width: 100%; color: white; }
.marketing-caption p { color: rgba(255,255,255,.72); margin: 6px 0 0; }

.operating-section { background: var(--warm); border-block: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: rgba(255,253,249,.52); }
.step { padding: 28px; min-height: 280px; border-right: 1px solid var(--line); }
.step:last-child { border-right: 0; }
.step-index { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: var(--wine); color: white; font-size: 12px; font-weight: 700; margin-bottom: 70px; }
.step p { font-size: 14px; margin-bottom: 0; }

.quote-band { overflow: hidden; background: var(--wine); color: white; }
.quote-band .container { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; }
.quote-band h2 { color: white; max-width: 820px; }
.quote-band p { color: rgba(255,255,255,.67); }
.quote-band .btn-secondary { color: white; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.22); }

/* Inner page hero */
.page-hero { position: relative; overflow: hidden; padding: 112px 0 92px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 68% 18%, rgba(217,192,141,.34), transparent 26%), var(--off-white); }
.page-hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(67,28,28,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(67,28,28,.045) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, #000, transparent); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 950px; font-size: clamp(44px, 6vw, 72px); }
.page-hero .lead { max-width: 760px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--taupe); font-size: 13px; }
.breadcrumbs a:hover { color: var(--wine); }
.breadcrumbs svg { width: 14px; height: 14px; opacity: .6; }
.hero-actions.left { justify-content: flex-start; }
.domain-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border-radius: 999px; border: 1px solid var(--line); background: var(--paper); color: var(--wine); font-size: 12px; font-weight: 650; margin-bottom: 22px; }
.domain-badge i { width: 7px; height: 7px; border-radius: 50%; background: #4d9b67; }

.page-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 70px; }
.page-aside { position: sticky; top: 100px; align-self: start; }
.aside-nav { padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.aside-nav a { display: block; padding: 9px 10px; border-radius: 8px; color: var(--taupe); font-size: 13px; }
.aside-nav a:hover { background: var(--off-white); color: var(--wine); }
.aside-cta { margin-top: 14px; padding: 18px; border-radius: 16px; background: var(--wine); }
.aside-cta h4 { color: white; }
.aside-cta p { color: rgba(255,255,255,.68); font-size: 12px; }
.aside-cta .btn { width: 100%; background: var(--wheat); color: var(--wine); }
.content-block { margin-bottom: 76px; scroll-margin-top: 100px; }
.content-block h2 { font-size: clamp(32px,4vw,46px); }
.content-block > p { max-width: 780px; }

.cards-2, .cards-3 { display: grid; gap: 14px; }
.cards-2 { grid-template-columns: repeat(2,1fr); }
.cards-3 { grid-template-columns: repeat(3,1fr); }
.info-card { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.info-card .icon-box { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 42px; border: 1px solid var(--line); border-radius: 11px; background: var(--off-white); color: var(--wine); }
.info-card .icon-box svg { width: 20px; height: 20px; }
.info-card p { margin-bottom: 0; font-size: 14px; }
.list-clean { list-style: none; margin: 0; padding: 0; }
.list-clean li { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); color: var(--taupe); }
.list-clean li:last-child { border-bottom: 0; }
.list-clean li::before { content: ''; width: 7px; height: 7px; margin-top: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--coral); }
.note { padding: 17px 19px; border-left: 3px solid var(--coral); background: rgba(231,111,81,.07); border-radius: 0 12px 12px 0; color: var(--taupe); font-size: 13px; }

/* Services index */
.service-index-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.service-index-card { min-height: 255px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--paper); transition: transform .22s var(--ease), box-shadow .22s, border-color .22s; }
.service-index-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.service-index-card .service-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--warm); color: var(--wine); margin-bottom: 34px; }
.service-index-card p { font-size: 14px; }
.service-index-card .text-link { margin-top: auto; }

/* Contact */
.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.contact-details { position: sticky; top: 100px; }
.contact-card { margin-top: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.contact-item { padding: 14px 0; border-bottom: 1px solid var(--line); }
.contact-item:last-child { border-bottom: 0; }
.contact-item span { display: block; color: var(--taupe); font-size: 12px; margin-bottom: 3px; }
.contact-item strong { color: var(--wine); font-size: 15px; }
.form-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--wine); font-size: 13px; font-weight: 650; }
.field input, .field textarea, .field select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--ink);
  background: #fff;
  outline: none;
  transition: border-color .18s, box-shadow .18s;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--wine); box-shadow: 0 0 0 3px rgba(67,28,28,.08); }
.form-meta { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 20px; }
.form-meta p { font-size: 11px; margin-bottom: 0; max-width: 430px; }
.form-status { margin-top: 14px; padding: 12px 14px; border-radius: 10px; font-size: 13px; display: none; }
.form-status.show { display: block; }
.form-status.success { color: #2f6b44; background: rgba(77,155,103,.1); border: 1px solid rgba(77,155,103,.22); }
.form-status.error { color: #8b3d2a; background: rgba(231,111,81,.1); border: 1px solid rgba(231,111,81,.22); }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }

/* Footer */
.site-footer { background: var(--wine-2); color: white; padding: 78px 0 28px; }
.footer-top { display: grid; grid-template-columns: 1.15fr 2.85fr; gap: 70px; padding-bottom: 58px; }
.footer-brand .brand-word { color: white; font-size: 18px; }
.footer-brand p { color: rgba(255,255,255,.58); max-width: 320px; font-size: 14px; margin-top: 20px; }
.footer-region { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.footer-region span { color: var(--wheat); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr 1.35fr; gap: 30px; }
.footer-col h4 { color: white; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 16px; }
.footer-col a { display: block; color: rgba(255,255,255,.58); font-size: 13px; padding: 4px 0; transition: color .18s; }
.footer-col a:hover { color: white; }
.footer-industries { columns: 2; column-gap: 20px; }
.footer-industries a { break-inside: avoid; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: 12px; }
.footer-bottom-links { display: flex; gap: 16px; flex-wrap: wrap; }
.footer-bottom-links a:hover { color: white; }

/* CTA */
.cta-panel { position: relative; overflow: hidden; padding: 58px; border: 1px solid var(--line); border-radius: 28px; background: var(--paper); box-shadow: var(--shadow-sm); }
.cta-panel::after { content: ''; position: absolute; width: 420px; height: 420px; right: -170px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(217,192,141,.62), transparent 70%); pointer-events: none; }
.cta-panel-inner { position: relative; z-index: 1; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.cta-panel h2 { max-width: 720px; margin-bottom: 12px; }
.cta-panel p { margin-bottom: 0; }
.cta-actions { display: flex; gap: 10px; flex: 0 0 auto; }

/* Utility */
.warm-bg { background: var(--warm); }
.paper-bg { background: var(--paper); }
.wine-bg { background: var(--wine); }
.border-top { border-top: 1px solid var(--line); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.reveal { opacity: 1; transform: none; }
.reveal.visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 1080px) {
  .desktop-nav, .header-login { display: none; }
  .nav-shell { gap: 12px; }
  .brand { flex: 1; }
  .menu-toggle { display: inline-flex; }
  .mobile-panel { position: fixed; inset: var(--header-height) 0 0; z-index: 99; display: block; padding: 18px 20px 32px; background: rgba(245,243,237,.98); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transform: translateY(-8px); overflow-y: auto; transition: opacity .2s, transform .2s, visibility .2s; }
  .mobile-panel.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-nav-group { margin-bottom: 20px; }
  .mobile-nav-title { color: var(--taupe); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin: 0 8px 8px; }
  .mobile-panel a { display: flex; align-items: center; justify-content: space-between; padding: 12px 10px; border-bottom: 1px solid var(--line); color: var(--wine); font-weight: 600; }
  .mobile-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
  .platform-content { grid-template-columns: 180px minmax(0,1fr); }
  .split-section { gap: 44px; }
  .steps { grid-template-columns: repeat(2,1fr); }
  .step:nth-child(2) { border-right: 0; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .capability-grid, .service-index-grid { grid-template-columns: repeat(2,1fr); }
  .page-layout { grid-template-columns: 210px minmax(0,1fr); gap: 40px; }
}

@media (max-width: 820px) {
  :root { --header-height: 64px; }
  .section { padding: 84px 0; }
  .section-sm { padding: 62px 0; }
  .hero { padding-top: 64px; }
  .platform-content { grid-template-columns: 1fr; }
  .platform-sidebar { display: none; }
  .platform-main { padding: 16px; }
  .platform-heading { align-items: flex-start; }
  .metric-grid { grid-template-columns: repeat(3,1fr); }
  .work-grid { grid-template-columns: 1fr; }
  .work-card:last-child { display: none; }
  .split-section, .contact-layout, .page-layout { grid-template-columns: 1fr; gap: 42px; }
  .split-section .visual-card { order: -1; }
  .page-aside, .contact-details { position: static; }
  .aside-nav { display: none; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .quote-band .container { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; gap: 44px; }
  .cta-panel-inner { align-items: flex-start; flex-direction: column; }
  .cta-panel { padding: 40px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav-shell { width: calc(100% - 20px); }
  .brand-word { font-size: 15px; }
  .nav-actions .btn-primary { display: none; }
  .mobile-actions { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 56px 0 54px; }
  .hero h1 { font-size: clamp(42px,13vw,58px); }
  .hero .lead { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; max-width: 360px; margin-inline: auto; }
  .platform-shell { margin-top: 52px; }
  .platform-window { border-radius: 17px; }
  .window-path { display: none; }
  .platform-tabs { padding: 9px; }
  .platform-main { padding: 12px; }
  .platform-heading { display: block; }
  .status-pill { display: inline-flex; margin-top: 10px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-card:nth-child(3) { grid-column: 1 / -1; }
  .pipeline { gap: 4px; }
  .pipeline-col { padding: 7px; }
  .region-row { gap: 16px; }
  .capability-grid, .service-index-grid, .cards-2, .cards-3, .form-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .step, .step:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); min-height: 220px; }
  .step:last-child { border-bottom: 0; }
  .step-index { margin-bottom: 44px; }
  .page-hero { padding: 80px 0 66px; }
  .page-hero h1 { font-size: 43px; }
  .form-card { padding: 20px; }
  .field.full { grid-column: auto; }
  .form-meta { flex-direction: column; }
  .form-meta .btn { width: 100%; }
  .cta-panel { padding: 30px 22px; }
  .cta-actions { width: 100%; flex-direction: column; }
  .footer-nav { grid-template-columns: 1fr 1fr; }
  .footer-nav .footer-col:last-child { grid-column: 1 / -1; }
  .footer-industries { columns: 2; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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