:root {
  --ink: #151515;
  --ink-soft: #262626;
  --paper: #f4efe6;
  --paper-light: #fffaf2;
  --paper-deep: #e9e0d2;
  --orange: #ff5a2a;
  --orange-dark: #db3e12;
  --acid: #d9ff72;
  --acid-dark: #b9e54a;
  --white: #ffffff;
  --muted: #6b6359;
  --line: rgba(21, 21, 21, 0.18);
  --line-light: rgba(255, 255, 255, 0.22);
  --shadow-hard: 10px 10px 0 var(--ink);
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 30px;
  --container: 1240px;
  --header-height: 84px;
  --ease: cubic-bezier(.2, .75, .22, 1);
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

::selection { color: var(--ink); background: var(--acid); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.scroll-progress {
  position: fixed;
  z-index: 120;
  inset: 0 0 auto 0;
  height: 3px;
  pointer-events: none;
}
.scroll-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}
.section-pad { padding: 128px 0; }

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow-light { color: rgba(255, 255, 255, .72); }
.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 6px rgba(255, 90, 42, .14);
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  50% { box-shadow: 0 0 0 10px rgba(255, 90, 42, 0); }
}

.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s ease;
}
.button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button:hover { transform: translateY(-3px); }
.button:focus-visible, .text-link:focus-visible, .desktop-nav a:focus-visible, .sector-chip:focus-visible, .problem-row:focus-visible, .faq-item button:focus-visible, input:focus-visible, select:focus-visible, .menu-toggle:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}
.button-orange { background: var(--orange); box-shadow: 5px 5px 0 var(--ink); }
.button-orange:hover { box-shadow: 8px 8px 0 var(--ink); }
.button-dark { color: var(--white); background: var(--ink); }
.button-dark:hover { background: var(--orange); }
.button-acid { background: var(--acid); }
.button-acid:hover { background: var(--acid-dark); }
.button-ink { color: var(--white); background: var(--ink); }
.button-ink:hover { color: var(--ink); background: var(--acid); }
.button-small { min-height: 46px; padding-inline: 18px; font-size: 13px; }
.button-large { min-height: 64px; padding-inline: 30px; font-size: 16px; }
.button-full { width: 100%; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid var(--ink);
  font-size: 14px;
  font-weight: 800;
}
.text-link span { transition: transform .2s var(--ease); }
.text-link:hover span { transform: translateY(3px); }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(244, 239, 230, .88);
  backdrop-filter: blur(16px);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 8px 30px rgba(21, 21, 21, .06);
}
.nav-shell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { width: 43px; height: 43px; }
.brand-mark rect { fill: var(--orange); stroke: var(--ink); stroke-width: 2; }
.brand-mark path { fill: var(--ink); }
.brand-copy { display: grid; line-height: .9; }
.brand-copy strong { font-size: 20px; letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a {
  position: relative;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 750;
}
.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s var(--ease);
}
.desktop-nav a:hover::after, .desktop-nav a.is-active::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform .2s ease;
}
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu {
  position: fixed;
  z-index: 90;
  inset: var(--header-height) 0 0;
  padding: 32px 24px;
  background: var(--paper);
}
.mobile-menu nav { display: grid; gap: 4px; }
.mobile-menu nav > a:not(.button) { padding: 17px 0; border-bottom: 1px solid var(--line); font-size: 28px; font-weight: 800; }
.mobile-menu .button { margin-top: 24px; }

.hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  display: flex;
  align-items: center;
  padding-top: 90px;
  isolation: isolate;
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(480px, .96fr);
  align-items: center;
  gap: 72px;
}
.hero-grid-line {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .24;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, transparent 0, black 18%, black 100%);
}
.hero-grid-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--paper) 0%, rgba(244, 239, 230, .52) 55%, rgba(244, 239, 230, .1) 100%);
}
.hero-copy h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(56px, 6vw, 91px);
  font-weight: 900;
  line-height: .92;
  letter-spacing: -.065em;
}
.hero-copy h1 em {
  font-family: var(--font-serif);
  font-weight: 400;
  letter-spacing: -.05em;
}
.hero-copy h1 span { color: var(--orange); }
.hero-lead {
  max-width: 650px;
  margin: 32px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.58;
}
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 700; }
.hero-proof span::before { content: "✓"; color: var(--orange-dark); font-weight: 900; }

.hero-visual {
  position: relative;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: var(--paper-light);
  box-shadow: var(--shadow-hard);
  transform-style: preserve-3d;
  transition: transform .18s ease-out;
}
.visual-topline, .visual-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
}
.visual-topline { border-bottom: 2px solid var(--ink); }
.visual-footer { justify-content: center; gap: 12px; border-top: 2px solid var(--ink); }
.visual-footer i { width: 18px; height: 1px; background: var(--ink); }
.visual-status { display: flex; align-items: center; gap: 7px; }
.visual-status i { width: 8px; height: 8px; border-radius: 50%; background: #2aa95e; box-shadow: 0 0 0 4px rgba(42, 169, 94, .14); }
.map-canvas {
  position: relative;
  min-height: 575px;
  overflow: hidden;
  background: var(--paper-deep);
}
.map-routes { position: absolute; inset: 0; width: 100%; height: 100%; }
.map-routes path { fill: none; stroke: rgba(21, 21, 21, .23); stroke-width: 2; stroke-dasharray: 8 8; }
.map-label {
  position: absolute;
  color: rgba(21, 21, 21, .48);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.label-one { top: 42px; left: 36px; }
.label-two { right: 24px; bottom: 150px; }
.label-three { left: 30px; bottom: 32px; }
.map-pin { position: absolute; width: 18px; height: 18px; border: 2px solid var(--ink); border-radius: 50% 50% 50% 0; background: var(--acid); transform: rotate(-45deg); }
.map-pin span { position: absolute; inset: 5px; border-radius: 50%; background: var(--ink); }
.pin-one { top: 90px; right: 90px; }
.pin-two { bottom: 210px; left: 38px; }
.pin-three { right: 40px; bottom: 35px; }
.browser-card {
  position: absolute;
  z-index: 4;
  top: 65px;
  left: 28px;
  width: min(390px, calc(100% - 92px));
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 8px 8px 0 rgba(21, 21, 21, .95);
  transform: rotate(-2deg);
}
.browser-bar { height: 38px; display: flex; align-items: center; gap: 6px; padding: 0 12px; border-bottom: 1px solid var(--line); background: #f3f3f3; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: var(--ink); opacity: .25; }
.browser-bar small { margin-left: auto; color: var(--muted); font-size: 9px; }
.search-field { display: flex; align-items: center; gap: 9px; margin: 13px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 700; }
.search-field svg, .preview-search svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
#search-term { transition: opacity .22s ease, transform .22s ease; }
#search-term.is-changing { opacity: 0; transform: translateY(4px); }
.search-result { margin: 0 13px 15px; padding: 13px; border-left: 4px solid var(--orange); background: #fff8f4; }
.search-result small { color: var(--muted); font-size: 8px; }
.search-result strong { display: block; margin-top: 4px; font-size: 15px; }
.search-result p { margin: 5px 0 9px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.result-tags { display: flex; gap: 6px; }
.result-tags span { padding: 4px 7px; border: 1px solid var(--line); border-radius: 999px; font-size: 7px; font-weight: 800; }
.phone-card {
  position: absolute;
  z-index: 5;
  right: 24px;
  bottom: 36px;
  width: 275px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 24px;
  background: #e9e4dc;
  box-shadow: 8px 8px 0 var(--orange);
  transform: rotate(2.5deg);
}
.phone-header { display: flex; align-items: center; gap: 9px; padding: 12px; color: var(--white); background: var(--ink); }
.mini-avatar { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--ink); background: var(--acid); font-weight: 900; }
.phone-header div:nth-child(2) { display: grid; }
.phone-header strong { font-size: 10px; }
.phone-header small { color: rgba(255, 255, 255, .6); font-size: 7px; }
.phone-header > span { margin-left: auto; }
.chat-area { min-height: 190px; padding: 18px 12px; background-image: radial-gradient(rgba(21,21,21,.08) 1px, transparent 1px); background-size: 14px 14px; }
.chat-area p { max-width: 83%; margin: 0 0 12px; padding: 9px 10px; border: 1px solid rgba(21,21,21,.12); border-radius: 11px; font-size: 8px; line-height: 1.45; }
.chat-in { background: var(--white); border-top-left-radius: 3px !important; }
.chat-out { margin-left: auto !important; background: #d8f7ce; border-top-right-radius: 3px !important; }
.message-field { display: flex; align-items: center; justify-content: space-between; margin: 0 10px 10px; padding: 9px 10px; border-radius: 999px; background: var(--white); color: #999; font-size: 8px; }
.message-field b { color: var(--white); width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #159d60; }
.route-badge { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 5px 8px 5px 5px; border: 1px solid var(--ink); border-radius: 999px; background: var(--paper-light); font-size: 8px; font-weight: 900; text-transform: uppercase; }
.route-badge b { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 7px; }
.route-one { top: 310px; left: 28px; }
.route-two { top: 285px; right: 20px; }
.route-three { bottom: 26px; left: 30px; }

.signal-strip { overflow: hidden; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--acid); }
.signal-track { width: max-content; display: flex; align-items: center; gap: 25px; padding: 17px 0; animation: marquee 28s linear infinite; }
.signal-track span { font-size: 13px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.signal-track i { width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: var(--orange); border: 1px solid var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }

.section-intro h2, .solutions-intro h2, .industries-copy h2, .about-copy h2, .faq-heading h2, .principles-title h2 {
  margin: 0;
  font-size: clamp(44px, 5.2vw, 75px);
  line-height: .98;
  letter-spacing: -.055em;
}
.section-intro h2 em, .solutions-intro h2 em, .industries-copy h2 em, .about-copy h2 em, .principles-title h2 em {
  font-family: var(--font-serif);
  font-weight: 400;
}
.split-intro { display: grid; grid-template-columns: .7fr 2fr; gap: 80px; align-items: start; }
.split-intro > div > p { max-width: 720px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.problem-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr); gap: 45px; margin-top: 80px; align-items: start; }
.problem-list { border-top: 2px solid var(--ink); }
.problem-row {
  width: 100%;
  display: grid;
  grid-template-columns: 55px 1fr 28px;
  align-items: center;
  gap: 18px;
  padding: 28px 4px;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: padding .25s var(--ease), background .2s ease;
}
.problem-row:hover, .problem-row.is-active { padding-inline: 18px; background: var(--paper-light); }
.problem-row > span { color: var(--orange-dark); font-size: 11px; font-weight: 900; }
.problem-row strong { font-size: clamp(20px, 2.3vw, 33px); line-height: 1.16; letter-spacing: -.035em; }
.problem-row b { font-size: 23px; transition: transform .2s var(--ease); }
.problem-row:hover b, .problem-row.is-active b { transform: rotate(45deg); }
.problem-detail {
  position: sticky;
  top: calc(var(--header-height) + 30px);
  padding: 32px;
  border: 2px solid var(--ink);
  border-radius: 20px;
  background: var(--orange);
  box-shadow: 8px 8px 0 var(--ink);
}
.problem-detail > p:first-child { margin: 0 0 44px; font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.problem-detail h3 { margin: 0; font-size: 34px; line-height: 1; letter-spacing: -.045em; }
.detail-line { height: 1px; margin: 25px 0; background: rgba(21,21,21,.35); }
.problem-detail > p:not(:first-child) { margin: 0; font-size: 14px; line-height: 1.6; }
.detail-tag { display: inline-block; margin-top: 32px; padding: 7px 10px; border: 1px solid var(--ink); border-radius: 999px; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.method { color: var(--white); background: var(--ink); }
.method-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 80px; }
.method-heading h2 { margin: 0; font-size: clamp(58px, 7.6vw, 108px); line-height: .82; letter-spacing: -.07em; }
.method-heading > p { max-width: 500px; margin: 0 0 6px; color: rgba(255,255,255,.64); font-size: 17px; line-height: 1.7; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.method-step {
  min-height: 270px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 330px;
  align-items: center;
  gap: 45px;
  padding: 48px 0;
  border-bottom: 1px solid var(--line-light);
}
.step-number { align-self: start; padding-top: 6px; color: var(--acid); font-family: var(--font-serif); font-size: 18px; font-style: italic; }
.step-copy small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.step-copy h3 { margin: 10px 0 12px; font-size: clamp(31px, 3.7vw, 50px); line-height: 1; letter-spacing: -.045em; }
.step-copy p { max-width: 590px; margin: 0; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.6; }
.step-art { position: relative; height: 180px; overflow: hidden; border: 1px solid var(--line-light); border-radius: 18px; background: rgba(255,255,255,.035); }
.art-map svg { width: 100%; height: 100%; }
.art-map path { fill: none; stroke: rgba(255,255,255,.2); stroke-width: 1.5; stroke-dasharray: 6 7; }
.art-pin { position: absolute; z-index: 2; width: 16px; height: 16px; border: 2px solid var(--ink); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,90,42,.18); }
.art-pin.p1 { top: 31px; left: 50px; }
.art-pin.p2 { top: 92px; right: 72px; background: var(--acid); }
.art-pin.p3 { bottom: 26px; left: 130px; }
.art-window { display: grid; place-items: center; }
.mini-window { width: 220px; height: 128px; display: flex; gap: 6px; align-content: flex-start; flex-wrap: wrap; padding: 12px; border: 2px solid var(--white); border-radius: 10px; transform: rotate(-3deg); }
.mini-window i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.mini-window b { flex-basis: 100%; height: 35px; margin-top: 9px; background: var(--acid); }
.mini-window span { display: block; width: 29%; height: 33px; background: rgba(255,255,255,.18); }
.art-target { display: grid; place-items: center; }
.art-target i { position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.art-target i:nth-child(1) { width: 142px; height: 142px; }
.art-target i:nth-child(2) { width: 96px; height: 96px; }
.art-target i:nth-child(3) { width: 48px; height: 48px; }
.art-target b { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 7px rgba(255,90,42,.17); }
.art-chat { padding: 22px; display: grid; align-content: start; gap: 16px; }
.art-chat span { position: relative; width: max-content; max-width: 80%; padding: 11px 15px; border-radius: 14px; color: var(--ink); background: var(--white); box-shadow: 4px 4px 0 rgba(21,21,21,.35); font-size: 11px; font-weight: 800; }
.art-chat .chat-in { justify-self: start; margin-left: 2px; }
.art-chat .chat-in-2 { margin-left: 2px; border-bottom-left-radius: 4px; }
.art-chat .chat-out { justify-self: end; margin-right: 2px; display: flex; align-items: center; gap: 10px; background: var(--acid); border-bottom-right-radius: 4px; }
.art-chat .chat-out b { position: static; color: var(--ink); font-size: 18px; transform: rotate(45deg); }

.solutions { background: var(--paper-light); }
.solutions-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 70px; }
.solutions-intro .eyebrow { align-self: start; }
.solution-stack { display: grid; gap: 28px; }
.solution-panel {
  position: relative;
  min-height: 570px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 1.05fr);
  gap: 45px;
  align-items: center;
  overflow: hidden;
  padding: 70px;
  border: 2px solid var(--ink);
  border-radius: 28px;
  box-shadow: 9px 9px 0 var(--ink);
}
.panel-orange { background: var(--orange); }
.panel-paper { background: var(--paper); }
.panel-acid { background: var(--acid); }
.solution-copy > p:first-child { margin: 0; font-size: 13px; font-weight: 900; letter-spacing: .16em; }
.solution-copy h3 { max-width: 560px; margin: 18px 0 22px; font-size: clamp(42px, 4.6vw, 66px); line-height: .98; letter-spacing: -.055em; }
.solution-copy > p:not(:first-child) { max-width: 600px; margin: 0; font-size: 17px; line-height: 1.68; }
.solution-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; margin: 34px 0 0; padding: 28px 0 0; border-top: 1px solid rgba(21,21,21,.35); list-style: none; }
.solution-copy li { display: flex; gap: 9px; font-size: 13px; font-weight: 800; }
.solution-copy li::before { content: "↗"; }
.solution-art { position: relative; height: 380px; }
.ads-art { transform: rotate(2deg); }
.ad-card { position: absolute; border: 2px solid var(--ink); background: var(--paper-light); box-shadow: 8px 8px 0 var(--ink); }
.ad-one { top: 40px; right: 20px; width: 310px; padding: 34px; transform: rotate(3deg); }
.ad-one small { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.ad-one strong { display: block; margin: 45px 0 7px; font-size: 41px; line-height: .9; letter-spacing: -.06em; }
.ad-one span { font-family: var(--font-serif); font-size: 28px; font-style: italic; }
.ad-two { bottom: 32px; left: 5px; width: 200px; height: 130px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 22px; background: var(--acid); transform: rotate(-4deg); }
.ad-two b { font-size: 38px; transform: rotate(45deg); }
.ad-two span { font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ad-cursor { position: absolute; right: 65px; bottom: 45px; width: 0; height: 0; border-left: 28px solid var(--ink); border-top: 18px solid transparent; border-bottom: 18px solid transparent; transform: rotate(45deg); filter: drop-shadow(4px 3px 0 var(--paper-light)); }
.page-art { display: grid; place-items: center; }
.page-sheet { position: absolute; width: 310px; height: 350px; border: 2px solid var(--ink); border-radius: 15px; background: var(--white); }
.page-sheet.back { background: var(--orange); transform: rotate(-8deg) translate(-20px, 5px); }
.page-sheet.front { padding: 25px; transform: rotate(3deg) translate(20px, -4px); box-shadow: 7px 7px 0 var(--ink); }
.page-sheet.front i { display: block; width: 38px; height: 38px; border-radius: 8px; background: var(--orange); }
.page-sheet.front b { display: block; width: 76%; height: 54px; margin-top: 40px; background: var(--ink); }
.page-sheet.front span { display: block; height: 8px; margin-top: 10px; background: var(--paper-deep); }
.page-sheet.front span:nth-of-type(1) { width: 90%; }
.page-sheet.front span:nth-of-type(2) { width: 74%; }
.page-sheet.front span:nth-of-type(3) { width: 82%; }
.page-sheet.front button { position: absolute; left: 25px; bottom: 25px; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 999px; background: var(--acid); font-size: 10px; font-weight: 900; }
.conversation-art { overflow: visible; }
.bubble { position: absolute; padding: 18px 22px; border: 2px solid var(--ink); border-radius: 18px; background: var(--paper-light); box-shadow: 6px 6px 0 var(--ink); font-size: 15px; font-weight: 800; }
.bubble::after { content: ""; position: absolute; bottom: -11px; left: 26px; width: 18px; height: 18px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: inherit; transform: rotate(45deg); }
.b1 { top: 25px; left: 15px; transform: rotate(-4deg); }
.b2 { top: 150px; right: 10px; background: var(--orange); transform: rotate(3deg); }
.b3 { bottom: 28px; left: 55px; background: var(--white); transform: rotate(-1deg); }
.conversation-art i { position: absolute; inset: 25px 40px; border: 2px dashed rgba(21,21,21,.35); border-radius: 50%; }

.industries { background: var(--paper); }
.industries-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.industries-copy > p:not(.eyebrow) { max-width: 560px; margin: 28px 0 30px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.sector-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.sector-chip { padding: 12px 15px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s var(--ease); }
.sector-chip:hover { transform: translateY(-2px); }
.sector-chip.is-active { color: var(--white); background: var(--ink); }
.sector-preview { overflow: hidden; border: 2px solid var(--ink); border-radius: 25px; background: var(--paper-light); box-shadow: var(--shadow-hard); }
.preview-header { display: flex; align-items: center; justify-content: space-between; padding: 18px; border-bottom: 2px solid var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.preview-header i { width: 10px; height: 10px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,90,42,.14); }
.preview-search { display: flex; align-items: center; gap: 12px; margin: 22px; padding: 16px 18px; border: 1px solid var(--ink); border-radius: 999px; background: var(--white); }
.preview-search strong { font-size: 14px; transition: opacity .2s ease, transform .2s ease; }
.preview-search strong.is-changing { opacity: 0; transform: translateY(4px); }
.preview-map { position: relative; height: 360px; overflow: hidden; border-top: 1px solid var(--line); background: var(--paper-deep); }
.preview-map svg { width: 100%; height: 100%; }
.preview-map path { fill: none; stroke: rgba(21,21,21,.26); stroke-width: 2; stroke-dasharray: 8 8; }
.preview-pin { display: none; }
.sector-pin {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.4);
  transition: opacity .35s var(--ease), transform .35s var(--ease);
}
.sector-pin::after {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  background: currentColor;
  opacity: .16;
}
.sector-pin.is-active { opacity: 1; transform: scale(1); }
.p-a { color: #ff5a2a; background: #ff5a2a; }
.p-b { color: #d9ff72; background: #d9ff72; }
.p-c { color: #4a6bff; background: #4a6bff; }
.p-d { color: #a44aff; background: #a44aff; }
.p-e { color: #ffc72a; background: #ffc72a; }
.p-f { color: #ff4a8d; background: #ff4a8d; }
.sp-1 { top: 78px; left: 90px; }
.sp-2 { top: 140px; left: 200px; }
.sp-3 { top: 250px; left: 120px; }
.sp-4 { top: 60px; left: 300px; }
.sp-5 { top: 120px; left: 260px; }
.sp-6 { top: 230px; left: 380px; }
.sp-7 { top: 90px; left: 130px; }
.sp-8 { top: 170px; left: 250px; }
.sp-9 { top: 280px; left: 310px; }
.sp-10 { top: 110px; left: 380px; }
.sp-11 { top: 200px; left: 440px; }
.sp-12 { top: 300px; left: 350px; }
.sp-13 { top: 70px; left: 370px; }
.sp-14 { top: 260px; left: 180px; }
.sp-15 { top: 300px; left: 300px; }
.sp-16 { top: 120px; left: 290px; }
.sp-17 { top: 220px; left: 90px; }
.sp-18 { top: 180px; left: 330px; }
.preview-radius {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  border: 2px dashed var(--orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,90,42,.06);
  pointer-events: none;
  transition: border-color .35s var(--ease), background .35s var(--ease);
}
.preview-radius::after { content: ""; width: 20px; height: 20px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 9px rgba(21,21,21,.13); }
.preview-radius span { position: absolute; top: 16px; padding: 5px 8px; border-radius: 999px; background: var(--orange); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.preview-location {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  max-width: 90%;
  padding: 8px 14px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--paper-light);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
  text-align: center;
  transition: opacity .2s ease, transform .2s ease;
}
.preview-location.is-changing { opacity: 0; transform: translateX(-50%) translateY(6px); }
.preview-foot { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 18px; border-top: 2px solid var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.preview-foot b { color: var(--orange); }

.principles { color: var(--white); background: var(--ink); }
.principles-title { max-width: 930px; }
.principles-title h2 em { color: var(--acid); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 75px; background: var(--line-light); border: 1px solid var(--line-light); }
.principle-grid article { min-height: 320px; padding: 38px; background: var(--ink); }
.principle-grid span { color: var(--orange); font-family: var(--font-serif); font-style: italic; }
.principle-grid h3 { margin: 80px 0 18px; font-size: 30px; line-height: 1.05; letter-spacing: -.04em; }
.principle-grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }

.audit { background: var(--orange); }
.audit-card { display: grid; grid-template-columns: 1fr .78fr; overflow: hidden; border: 2px solid var(--ink); border-radius: 30px; background: var(--ink); box-shadow: 12px 12px 0 rgba(21,21,21,.28); }
.audit-copy { padding: 72px; color: var(--white); }
.audit-copy h2 { max-width: 700px; margin: 0; font-size: clamp(50px, 6vw, 83px); line-height: .92; letter-spacing: -.065em; }
.audit-copy > p:not(.eyebrow) { max-width: 600px; margin: 28px 0 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.6; }
.audit-list { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-light); }
.audit-list li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 17px 0; border-bottom: 1px solid var(--line-light); font-size: 13px; font-weight: 750; }
.audit-list span { color: var(--acid); font-family: var(--font-serif); font-style: italic; }
.audit-form { align-self: stretch; padding: 52px; background: var(--paper-light); }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 38px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-heading span { font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.form-heading b { color: var(--muted); font-size: 10px; font-weight: 700; }
.audit-form label { display: block; margin: 22px 0 9px; font-size: 12px; font-weight: 850; }
.audit-form input, .audit-form select {
  width: 100%;
  height: 58px;
  padding: 0 15px;
  border: 1px solid var(--ink);
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
}
.audit-form .button { margin-top: 28px; border-width: 2px; }
.form-note { margin: 15px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; text-align: center; }

.about { background: var(--paper-light); }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; align-items: center; }
.about-portrait { position: relative; max-width: 490px; }
.portrait-frame {
  position: relative;
  aspect-ratio: .84;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 28px;
  background: var(--paper-deep);
  box-shadow: var(--shadow-hard);
}
.portrait-frame img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) contrast(1.05);
}
.portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(255,90,42,.0) 0 55%, rgba(255,90,42,.32) 55% 100%);
  pointer-events: none;
}
.portrait-caption { position: absolute; z-index: 4; right: 18px; bottom: 18px; display: grid; padding: 12px 14px; border: 1px solid var(--ink); background: var(--paper-light); transform: rotate(-2deg); }
.portrait-caption span { font-size: 14px; font-weight: 900; }
.portrait-caption small { margin-top: 3px; color: var(--muted); font-size: 8px; text-transform: uppercase; }
.portrait-note { position: absolute; z-index: 5; top: 28px; left: -35px; padding: 10px 15px; border: 2px solid var(--ink); border-radius: 999px; background: var(--orange); font-size: 9px; font-weight: 900; letter-spacing: .12em; transform: rotate(-8deg); }
.about-copy h2 { max-width: 760px; }
.about-lead { margin-top: 34px !important; color: var(--ink) !important; font-size: 20px !important; font-weight: 650; }
.about-copy > p:not(.eyebrow) { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.about-links { display: flex; align-items: center; gap: 26px; margin-top: 38px; }
.instagram-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 13px; font-weight: 850; }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-heading { position: sticky; top: calc(var(--header-height) + 35px); }
.faq-heading h2 { font-size: clamp(45px, 5vw, 68px); }
.faq-heading > p:not(.eyebrow) { max-width: 420px; margin: 25px 0 0; color: var(--muted); line-height: 1.6; }
.accordion { border-top: 2px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 28px 0; border: 0; background: transparent; text-align: left; font-size: 20px; font-weight: 850; cursor: pointer; }
.faq-item button span { position: relative; width: 24px; height: 24px; flex: 0 0 auto; }
.faq-item button span::before, .faq-item button span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 2px; background: var(--ink); transform: translate(-50%, -50%); transition: transform .2s ease; }
.faq-item button span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item.is-open button span::after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { overflow: hidden; }
.faq-answer p { max-width: 680px; margin: -4px 0 27px; color: var(--muted); font-size: 15px; line-height: 1.65; }

.final-cta { position: relative; overflow: hidden; padding: 130px 0; color: var(--white); background: var(--orange); }
.final-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(21,21,21,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(21,21,21,.5) 1px, transparent 1px); background-size: 60px 60px; transform: rotate(-7deg) scale(1.2); }
.final-inner { position: relative; z-index: 2; text-align: center; }
.final-inner > p { margin: 0 0 35px; color: rgba(21,21,21,.72); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.final-inner h2 { max-width: 1040px; margin: 0 auto 48px; color: var(--ink); font-size: clamp(59px, 8.3vw, 118px); line-height: .84; letter-spacing: -.075em; }
.final-inner h2 em { color: var(--paper-light); font-family: var(--font-serif); font-weight: 400; }
.final-inner .button { box-shadow: 7px 7px 0 var(--ink); }

.site-footer { padding: 55px 0; color: var(--white); background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.1fr; gap: 40px; align-items: start; }
.brand-footer .brand-mark rect { fill: var(--acid); }
.footer-nav { display: grid; gap: 9px; justify-items: start; }
.footer-nav small, .footer-contact small { margin-bottom: 7px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.footer-nav a { font-size: 13px; font-weight: 700; }
.footer-nav a:hover { color: var(--acid); }
.footer-contact { display: grid; gap: 8px; justify-items: start; }
.footer-contact a { width: max-content; font-size: 14px; font-weight: 700; }
.footer-contact a:hover { color: var(--acid); }
.footer-tag { margin-top: 10px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.5); font-size: 10px; line-height: 1.5; }
.footer-meta { display: grid; justify-items: end; gap: 8px; color: rgba(255,255,255,.5); font-size: 10px; text-align: right; }
.footer-meta b { color: inherit; }
.footer-meta span:last-child { max-width: 220px; line-height: 1.5; }

.whatsapp-float {
  position: fixed;
  z-index: 80;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px 11px 11px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  color: var(--white);
  background: #159d60;
  box-shadow: 5px 5px 0 var(--ink);
  font-size: 11px;
  font-weight: 900;
  transition: transform .2s var(--ease);
}
.whatsapp-float:hover { transform: translateY(-3px); }
.whatsapp-float svg { width: 28px; fill: currentColor; }

.js [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .75s var(--ease), transform .75s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  :root { --container: 1040px; }
  .desktop-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr 470px; gap: 42px; }
  .hero-copy h1 { font-size: clamp(54px, 6vw, 75px); }
  .solution-panel { grid-template-columns: 1fr 1fr; padding: 55px; }
  .solution-art { width: 100%; }
  .solution-copy ul { max-width: 650px; }
  .method-step { grid-template-columns: 55px 1fr 290px; gap: 30px; }
  .audit-copy { padding: 60px; }
  .audit-form { padding: 42px; }
}

@media (max-width: 940px) {
  :root { --header-height: 76px; }
  .section-pad { padding: 95px 0; }
  .desktop-nav, .desktop-cta { display: none; }
  .menu-toggle { display: block; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .split-intro { grid-template-columns: 1fr; gap: 15px; }
  .problem-layout { grid-template-columns: 1fr; }
  .problem-detail { position: relative; top: auto; }
  .method-heading { grid-template-columns: 1fr; gap: 35px; }
  .method-step { grid-template-columns: 48px 1fr; }
  .step-art { grid-column: 2; width: min(100%, 520px); }
  .solutions-intro { display: block; }
  .solutions-intro h2 { margin-top: 20px; }
  .solution-panel { grid-template-columns: 1fr; min-height: 0; }
  .industries-grid, .about-grid, .faq-grid { grid-template-columns: 1fr; gap: 65px; }
  .sector-preview { max-width: 720px; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 240px; }
  .principle-grid h3 { margin-top: 45px; }
  .audit-card { grid-template-columns: 1fr; }
  .faq-heading { position: relative; top: auto; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-meta { grid-column: 1 / -1; align-items: start; justify-items: start; padding-top: 25px; border-top: 1px solid var(--line-light); }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .section-pad { padding: 76px 0; }
  .brand-mark { width: 39px; height: 39px; }
  .brand-copy strong { font-size: 18px; }
  .hero { min-height: auto; padding-top: 56px; padding-bottom: 82px; }
  .hero-grid-line { background-size: 42px 42px; }
  .hero-copy h1 { font-size: clamp(48px, 15vw, 67px); line-height: .91; }
  .hero-lead { margin-top: 25px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-proof { display: grid; gap: 10px; }
  .hero-visual { border-radius: 19px; box-shadow: 7px 7px 0 var(--ink); }
  .visual-topline { padding: 13px; font-size: 8px; }
  .map-canvas { min-height: 485px; }
  .browser-card { top: 45px; left: 16px; width: calc(100% - 58px); }
  .phone-card { right: 15px; bottom: 28px; width: 230px; }
  .chat-area { min-height: 155px; }
  .route-one { top: 257px; left: 16px; }
  .route-two { display: none; }
  .route-three { bottom: 20px; left: 15px; }
  .signal-track { padding: 14px 0; }
  .signal-track span { font-size: 11px; }
  .section-intro h2, .solutions-intro h2, .industries-copy h2, .about-copy h2, .principles-title h2 { font-size: clamp(42px, 13vw, 58px); }
  .problem-layout { margin-top: 50px; }
  .problem-row { grid-template-columns: 34px 1fr 20px; gap: 10px; padding: 22px 0; }
  .problem-row strong { font-size: 20px; }
  .problem-row:hover, .problem-row.is-active { padding-inline: 10px; }
  .problem-detail { padding: 27px; box-shadow: 6px 6px 0 var(--ink); }
  .problem-detail h3 { font-size: 30px; }
  .method-heading h2 { font-size: clamp(61px, 19vw, 85px); }
  .method-step { min-height: 0; grid-template-columns: 34px 1fr; gap: 14px; padding: 36px 0; }
  .step-copy h3 { font-size: 35px; }
  .step-art { height: 150px; }
  .solution-panel { display: block; padding: 34px 25px; border-radius: 21px; box-shadow: 6px 6px 0 var(--ink); }
  .solution-copy h3 { font-size: 39px; }
  .solution-copy ul { grid-template-columns: 1fr; }
  .solution-art { height: 320px; margin-top: 35px; }
  .ad-one { right: 0; width: 260px; padding: 25px; }
  .ad-one strong { font-size: 34px; }
  .ad-two { width: 170px; height: 110px; }
  .page-sheet { width: 250px; height: 300px; }
  .bubble { padding: 14px 16px; font-size: 12px; }
  .sector-preview { box-shadow: 7px 7px 0 var(--ink); }
  .preview-map { height: 300px; }
  .preview-foot { gap: 10px; font-size: 8px; }
  .principle-grid article { padding: 30px; }
  .audit { padding-inline: 0; }
  .audit-card { border-radius: 22px; }
  .audit-copy, .audit-form { padding: 38px 25px; }
  .audit-copy h2 { font-size: 51px; }
  .portrait-note { left: -5px; }
  .about-links { align-items: stretch; flex-direction: column; }
  .instagram-link { align-self: flex-start; }
  .faq-item button { font-size: 17px; }
  .final-cta { padding: 100px 0; }
  .final-inner h2 { font-size: clamp(55px, 17vw, 80px); }
  .final-inner .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-meta { grid-column: auto; }
  .whatsapp-float { right: 15px; bottom: 15px; width: 54px; height: 54px; justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
}

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