:root {
  --ink: #070910;
  --ink-2: #0c1220;
  --ink-3: #121a2c;
  --paper: #f5f7fb;
  --blue: #2f7cff;
  --blue-light: #76a7ff;
  --yellow: #ffd23f;
  --lime: #d8ff00;
  --cyan: #39cdf2;
  --cobalt: #115ee9;
  --canvas: #eeeae1;
  --muted: #9ca6b8;
  --line: rgba(245, 247, 251, .16);
  --line-dark: rgba(7, 9, 16, .18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
h1, h2, h3, p, blockquote { text-wrap: pretty; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: var(--yellow); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.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; }

.signal-bar {
  height: 29px;
  overflow: hidden;
  background: var(--blue);
  color: #fff;
  font: 800 11px/29px ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: .15em;
  white-space: nowrap;
}
.signal-bar div {
  display: flex;
  width: max-content;
  min-width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  animation: ticker 22s linear infinite;
}
.signal-bar div > span { flex: 0 0 auto; }
@keyframes ticker {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 29px;
  left: 0;
  right: 0;
  max-width: var(--max);
  margin: 0 auto;
  padding: 25px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark { font-size: 22px; line-height: 1; font-weight: 950; letter-spacing: -.08em; transform: scaleX(1.1); transform-origin: left; }
.brand-copy { padding-left: 9px; border-left: 1px solid currentColor; font-size: 8px; line-height: 1.1; font-weight: 800; letter-spacing: .14em; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 700; }
.site-nav a { position: relative; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.desktop-cta { justify-self: end; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  min-height: 54px;
  padding: 0 22px;
  background: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
  font-size: 14px;
  font-weight: 850;
  transition: transform .25s ease, background .25s, color .25s, border-color .25s;
}
.button:hover, .button:focus-visible { transform: translateY(-3px); background: transparent; color: var(--blue-light); }
.button-small { min-height: 42px; padding: 0 17px; gap: 13px; font-size: 12px; }
.button-large { min-height: 66px; padding: 0 28px; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 5px; border-bottom: 1px solid rgba(245,247,251,.35); font-size: 14px; font-weight: 750; }
.text-link span { color: var(--blue-light); }

.eyebrow { margin: 0 0 24px; color: var(--blue-light); font: 800 12px/1.3 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .14em; }
.live-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 7px; background: #ff4d5f; box-shadow: 0 0 0 5px rgba(255,77,95,.13); animation: pulse 1.8s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 9px rgba(255,77,95,0); } }

.hero {
  position: relative;
  min-height: 900px;
  padding: 138px max(24px, calc((100vw - var(--max)) / 2)) 72px;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 29px 0 0;
  z-index: -2;
  background-image: linear-gradient(rgba(47,124,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(47,124,255,.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, #000 0, transparent 78%);
}
.hero::after { content: ""; position: absolute; z-index: -1; width: 720px; height: 720px; left: -360px; top: 100px; border-radius: 50%; background: rgba(47,124,255,.13); filter: blur(130px); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { margin: 0; font-size: clamp(64px, 8.2vw, 124px); line-height: .84; letter-spacing: -.082em; font-weight: 950; transform: scaleX(.92); transform-origin: left; }
.hero h1 span { color: var(--blue); text-shadow: 0 0 48px rgba(47,124,255,.2); }
.hero-lead { max-width: 610px; margin: 35px 0 34px; color: #c4cad5; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.56; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-proof div { min-height: 94px; padding: 17px 18px 16px 0; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.hero-proof div + div { padding-left: 18px; }
.hero-proof div:last-child { border-right: 0; }
.hero-proof strong { font-size: 28px; line-height: 1; letter-spacing: -.06em; }
.hero-proof span { color: var(--muted); font-size: 11px; line-height: 1.35; }
.hero-stage { position: relative; min-height: 640px; align-self: stretch; margin-right: max(0px, calc((var(--max) - 100vw) / 2)); overflow: hidden; background: var(--ink-2); border: 1px solid rgba(118,167,255,.18); }
.hero-stage::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg, var(--ink) 0%, transparent 22%, transparent 78%, rgba(7,9,16,.32)), linear-gradient(0deg, rgba(7,9,16,.74), transparent 46%); }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(140deg, rgba(47,124,255,.16), transparent 40%), url('./assets/hero-studio.webp'); background-size: cover; background-position: 72% 50%; filter: saturate(.82) contrast(1.08); transform: scale(1.01); }
.frame-corner { position: absolute; z-index: 4; width: 54px; height: 54px; pointer-events: none; }
.frame-top-left { top: 18px; left: 18px; border-top: 2px solid var(--blue); border-left: 2px solid var(--blue); }
.frame-bottom-right { right: 18px; bottom: 18px; border-right: 2px solid var(--yellow); border-bottom: 2px solid var(--yellow); }
.monitor-card { position: absolute; z-index: 3; display: flex; background: rgba(7,9,16,.84); border: 1px solid rgba(245,247,251,.24); backdrop-filter: blur(12px); }
.monitor-top { top: 30px; right: 28px; align-items: end; gap: 24px; padding: 14px 15px; }
.monitor-label { font: 700 9px/1 ui-monospace, monospace; letter-spacing: .13em; }
.signal-waves { height: 18px; display: flex; align-items: end; gap: 3px; }
.signal-waves i { width: 2px; height: 6px; background: var(--blue-light); animation: sound .75s ease-in-out infinite alternate; }
.signal-waves i:nth-child(2), .signal-waves i:nth-child(5) { height: 14px; animation-delay: -.2s; }
.signal-waves i:nth-child(3) { height: 9px; animation-delay: -.45s; }
.signal-waves i:nth-child(4) { height: 18px; animation-delay: -.1s; }
@keyframes sound { to { height: 3px; } }
.monitor-bottom { left: 30px; bottom: 32px; align-items: center; padding: 17px 20px; gap: 10px; }
.monitor-bottom strong, .monitor-bottom small { display: block; }
.monitor-bottom strong { font-size: 11px; letter-spacing: .12em; }
.monitor-bottom small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.stage-index { position: absolute; z-index: 3; right: 30px; bottom: 34px; font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; }

.platform-strip { min-height: 88px; padding: 20px max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #090d16; color: #bbc3d1; font-size: 13px; letter-spacing: .09em; white-space: nowrap; }
.platform-strip span { color: var(--blue-light); font: 700 10px/1 ui-monospace, monospace; }
.platform-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.section { padding: clamp(94px, 11vw, 160px) max(24px, calc((100vw - var(--max)) / 2)); }
.section h2, .growth h2, .marketplace h2, .statement blockquote, .contact h2, .fit-section h2 { margin: 0; font-size: clamp(42px, 5.5vw, 76px); font-weight: 880; line-height: .98; letter-spacing: -.058em; }
.section-intro { display: grid; grid-template-columns: .52fr 1.35fr .68fr; gap: 44px; align-items: end; margin-bottom: 66px; }
.section-intro .eyebrow { align-self: start; }
.section-intro h2 span, .process-head h2 span { color: #657086; }
.section-intro > p:last-child { color: var(--muted); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 410px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .3s, transform .3s, border-color .3s; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -120px; bottom: -120px; border: 1px solid rgba(47,124,255,.35); border-radius: 50%; transition: transform .35s; }
.service-card:hover { background: var(--ink-2); transform: translateY(-6px); border-color: rgba(47,124,255,.55); }
.service-card:hover::after { transform: scale(1.3); }
.service-card-featured { grid-column: span 2; background: linear-gradient(125deg, rgba(47,124,255,.19), rgba(47,124,255,.035)); }
.card-top { display: flex; justify-content: space-between; color: var(--muted); font: 700 11px/1 ui-monospace, monospace; }
.card-icon { display: grid; place-items: center; width: 36px; height: 36px; color: #fff; background: var(--blue); font-size: 16px; }
.service-card h3 { margin: 100px 0 19px; max-width: 430px; font-size: clamp(27px, 3vw, 38px); line-height: 1.02; letter-spacing: -.045em; }
.service-card p { max-width: 470px; min-height: 76px; margin: 0; color: var(--muted); }
.service-card ul { list-style: none; padding: 20px 0 0; margin: 20px 0 0; border-top: 1px solid var(--line); color: #d0d6e0; font-size: 13px; }
.service-card li { margin-top: 7px; }
.service-card li::before { content: "+"; margin-right: 8px; color: var(--blue-light); }

.growth { display: grid; grid-template-columns: 1fr 1fr; min-height: 850px; background: var(--paper); color: var(--ink); }
.growth-visual { position: relative; min-height: 720px; overflow: hidden; background: #101725; }
.growth-image { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,9,16,.85), transparent 55%), linear-gradient(145deg, rgba(47,124,255,.28), transparent 52%), url('./assets/hero-studio.webp') 65% 50% / cover; filter: saturate(.82); transform: scale(1.09); }
.visual-label { position: absolute; top: 30px; left: 30px; padding: 9px 11px; background: #fff; color: var(--ink); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.visual-status { position: absolute; left: 30px; right: 30px; bottom: 30px; display: flex; align-items: center; padding: 20px; border: 1px solid rgba(255,255,255,.28); background: rgba(7,9,16,.68); color: #fff; backdrop-filter: blur(10px); font: 800 11px/1 ui-monospace, monospace; letter-spacing: .12em; }
.growth-copy { padding: clamp(70px, 9vw, 135px) max(28px, calc((100vw - var(--max)) / 2)); padding-left: clamp(44px, 7vw, 110px); }
.growth-copy .eyebrow { color: #205bc4; }
.growth h2 span { color: #7e8797; }
.growth-copy > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 46px; color: #555e6e; font-size: 18px; }
.advantage-list { border-top: 1px solid var(--line-dark); }
.advantage-list > div { display: grid; grid-template-columns: 44px 1fr; gap: 4px 15px; padding: 21px 0; border-bottom: 1px solid var(--line-dark); }
.advantage-list span { grid-row: 1 / 3; padding-top: 3px; color: #296adf; font: 800 10px/1 ui-monospace, monospace; }
.advantage-list strong { font-size: 17px; }
.advantage-list p { margin: 0; color: #747c8a; font-size: 14px; }

.packages { background: var(--ink-2); }
.package-head { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; margin-bottom: 66px; }
.package-head > p { margin: 0 0 5px; color: var(--muted); }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.package-card { position: relative; min-height: 610px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); background: #0a0f1a; transition: transform .3s, border-color .3s; }
.package-card:hover { transform: translateY(-7px); border-color: var(--blue); }
.package-card-popular { background: linear-gradient(155deg, rgba(47,124,255,.22), #0a0f1a 52%); border-color: rgba(47,124,255,.7); }
.popular-badge { position: absolute; right: 22px; top: -12px; padding: 7px 10px; background: var(--blue); color: #fff; font: 800 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.package-label { display: flex; justify-content: space-between; color: var(--blue-light); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.package-card h3 { margin: 74px 0 17px; font-size: 35px; line-height: 1; letter-spacing: -.045em; }
.package-desc { min-height: 82px; margin: 0; color: var(--muted); }
.price { display: flex; align-items: end; gap: 8px; margin: 30px 0; padding: 24px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price small { margin-right: auto; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.price strong { color: var(--yellow); font-size: clamp(31px, 3vw, 42px); line-height: 1; letter-spacing: -.055em; }
.price span { color: var(--muted); font-size: 12px; }
.package-card ul { flex: 1; list-style: none; padding: 0; margin: 0 0 28px; color: #d5dbe6; font-size: 14px; }
.package-card li { margin: 11px 0; }
.package-card li::before { content: "✓"; margin-right: 10px; color: var(--blue-light); }
.package-card > a { display: flex; justify-content: space-between; padding: 16px 0 4px; border-top: 1px solid var(--line); color: var(--blue-light); font-weight: 800; font-size: 13px; }
.price-note { max-width: 740px; margin: 25px 0 0; color: #7f899b; font-size: 13px; }

[hidden] { display: none !important; }
.pricing-showcase {
  position: relative;
  padding: clamp(94px, 11vw, 155px) max(24px, calc((100vw - var(--max)) / 2));
  background-color: #06101f;
  background-image: linear-gradient(rgba(53,205,243,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(53,205,243,.04) 1px, transparent 1px);
  background-size: 58px 58px;
  overflow: hidden;
}
.pricing-showcase::before { content: "PRICELIST"; position: absolute; top: 4%; right: -3%; color: rgba(255,255,255,.025); font-size: clamp(110px, 20vw, 300px); line-height: 1; font-weight: 950; letter-spacing: -.08em; pointer-events: none; }
.pricing-intro { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 60px; }
.pricing-intro h2 { margin: 0; font-size: clamp(44px, 6vw, 82px); line-height: .96; letter-spacing: -.06em; }
.pricing-intro h2 span { color: #69758a; }
.pricing-intro > p:last-child { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.pricing-selector { position: relative; z-index: 2; margin-bottom: 18px; }
.selector-label { display: block; margin-bottom: 12px; color: #6f7d93; font: 800 10px/1 ui-monospace, monospace; letter-spacing: .14em; }
.selector-label-package { margin-top: 19px; }
.pricing-category-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.pricing-category-tabs button { min-height: 104px; display: grid; grid-template-columns: 36px 1fr; grid-template-rows: auto auto; gap: 8px 12px; align-content: center; padding: 18px; border: 1px solid rgba(70,205,246,.28); background: rgba(5,12,24,.76); color: #dbe4f1; cursor: pointer; text-align: left; transition: transform .2s, border-color .2s, background .2s; }
.pricing-category-tabs button:hover, .pricing-category-tabs button:focus-visible { border-color: var(--cyan); background: rgba(53,205,243,.1); transform: translateY(-3px); }
.pricing-category-tabs button[aria-pressed="true"] { border-color: var(--lime); background: var(--lime); color: var(--ink); box-shadow: 7px 8px 0 rgba(0,0,0,.34); }
.pricing-category-tabs small { grid-row: 1 / 3; align-self: center; color: var(--cyan); font: 900 10px/1 ui-monospace, monospace; }
.pricing-category-tabs button[aria-pressed="true"] small { color: #496000; }
.pricing-category-tabs strong { font-size: 16px; line-height: 1.1; }
.pricing-category-tabs span { color: #7f8da1; font-size: 11px; line-height: 1.35; }
.pricing-category-tabs button[aria-pressed="true"] span { color: #3f5100; }
.pricing-tabs { display: grid; grid-template-columns: repeat(3, minmax(145px, 1fr)); border: 1px solid rgba(70,205,246,.28); background: rgba(5,12,24,.76); overflow-x: auto; scrollbar-width: thin; }
.pricing-tabs button { min-width: 145px; min-height: 76px; padding: 13px 15px; border: 0; border-right: 1px solid rgba(70,205,246,.22); background: transparent; color: #dbe4f1; cursor: pointer; text-align: left; font-size: 14px; font-weight: 850; transition: color .2s, background .2s, transform .2s; }
.pricing-tabs button:last-child { border-right: 0; }
.pricing-tabs button small { display: block; margin-bottom: 6px; color: #75849a; font: 750 8px/1 ui-monospace, monospace; letter-spacing: .12em; }
.pricing-tabs button:hover, .pricing-tabs button:focus-visible { background: rgba(53,205,243,.1); color: #fff; }
.pricing-tabs button[aria-selected="true"] { background: #caff00; color: #06101f; transform: translateY(-3px); }
.pricing-tabs button[aria-selected="true"] small { color: rgba(6,16,31,.68); }
.pricing-tabs #tab-market-growth[aria-selected="true"], .pricing-tabs #tab-commerce-growth[aria-selected="true"] { background: #72f3b2; }
.pricing-tabs #tab-market-scale[aria-selected="true"], .pricing-tabs #tab-commerce-scale[aria-selected="true"] { background: #ff7629; }

.pricing-panels { position: relative; z-index: 1; border: 1px solid rgba(70,205,246,.34); box-shadow: 0 38px 90px rgba(0,0,0,.38); }
.pricing-panel {
  --accent: #caff00;
  --accent-2: #35cdf3;
  --panel-bg: #06152a;
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(310px, .68fr) minmax(0, 1.32fr);
  gap: 0;
  padding: 34px;
  background: radial-gradient(circle at 90% 7%, color-mix(in srgb, var(--accent-2) 18%, transparent), transparent 35%), linear-gradient(145deg, var(--panel-bg), #07101f 76%);
  overflow: hidden;
  animation: panel-in .38s ease both;
}
.pricing-panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 55%, color-mix(in srgb, var(--accent) 5%, transparent)), repeating-linear-gradient(105deg, transparent 0 70px, rgba(255,255,255,.02) 71px 72px); }
.theme-green { --accent: #caff00; --accent-2: #35e2ee; --panel-bg: #06152b; }
.theme-obs { --accent: #caff00; --accent-2: #2fcaf0; --panel-bg: #06152a; }
.theme-starter { --accent: #caff00; --accent-2: #35cdf3; --panel-bg: #06152a; }
.theme-market-growth { --accent: #72f3b2; --accent-2: #35cdf3; --panel-bg: #062338; }
.theme-market-scale { --accent: #ff7629; --accent-2: #7a4cff; --panel-bg: #171437; }
.theme-commerce-launch { --accent: #caff00; --accent-2: #35cdf3; --panel-bg: #062744; }
.theme-growth { --accent: #caff00; --accent-2: #7a4cff; --panel-bg: #07432d; }
.theme-scale { --accent: #ff7629; --accent-2: #6b3fff; --panel-bg: #141344; }
@keyframes panel-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.pricing-poster { position: relative; z-index: 2; display: grid; align-items: start; align-self: stretch; padding: 0 32px 0 0; border-right: 1px solid color-mix(in srgb, var(--accent-2) 36%, transparent); }
.poster-button { position: sticky; top: 30px; width: 100%; padding: 0; border: 0; background: transparent; color: #fff; cursor: zoom-in; }
.poster-button img { display: block; width: min(100%, 430px); height: auto; max-height: 790px; margin: 0 auto; object-fit: contain; border-radius: 18px; box-shadow: 0 28px 80px rgba(0,0,0,.44), 0 0 0 1px color-mix(in srgb, var(--accent-2) 38%, transparent); transition: transform .3s, box-shadow .3s; }
.poster-button:hover img, .poster-button:focus-visible img { transform: translateY(-7px) scale(1.012); box-shadow: 0 35px 95px rgba(0,0,0,.55), 0 0 0 2px var(--accent-2); }
.poster-button > span { display: flex; justify-content: space-between; width: min(100%, 430px); margin: 13px auto 0; padding: 11px 14px; background: rgba(4,10,19,.72); border: 1px solid color-mix(in srgb, var(--accent-2) 55%, transparent); color: #d6dfec; font-size: 12px; font-weight: 750; }
.poster-button > span b { color: var(--accent); }
.pricing-info { position: relative; z-index: 2; padding: 18px 0 12px clamp(30px, 4vw, 62px); display: flex; flex-direction: column; justify-content: flex-start; }
.pricing-kicker { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; font: 800 11px/1 ui-monospace, monospace; letter-spacing: .11em; }
.pricing-kicker > span { color: #fff; }
.pricing-kicker > b { padding: 9px 13px; border-radius: 999px; background: var(--accent); color: #07101f; font-size: 9px; }
.pricing-info h3 { margin: 23px 0 13px; color: var(--accent); font-size: clamp(50px, 7vw, 90px); line-height: .88; letter-spacing: -.07em; text-transform: uppercase; }
.pricing-tagline { max-width: 720px; margin: 0 0 14px; color: #eef3fa; font-size: clamp(17px, 1.7vw, 22px); line-height: 1.35; }
.pricing-tagline strong { color: var(--accent-2); }
.agency-description { max-width: 790px; margin: 0 0 25px; color: #aebacc; font-size: 14px; line-height: 1.7; }
.promo-box { display: grid; grid-template-columns: .72fr 1.28fr; border: 2px solid var(--accent-2); border-left-color: var(--accent); border-radius: 25px; background: rgba(2,10,21,.62); overflow: hidden; }
.promo-box > div { padding: 20px 22px; }
.promo-box > div:first-child { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.16); }
.promo-box small { display: block; margin-bottom: 7px; color: #8f9daf; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.promo-box del { color: #adb6c4; font-size: clamp(20px, 2.4vw, 31px); font-weight: 800; text-decoration-color: #ff4f6b; text-decoration-thickness: 4px; }
.promo-price { display: grid; grid-template-columns: 1fr auto; align-items: end; }
.promo-price small { grid-column: 1 / 3; color: var(--accent-2); }
.promo-price strong { color: var(--accent); font-size: clamp(34px, 4.1vw, 56px); line-height: 1; letter-spacing: -.055em; }
.promo-price span { padding-bottom: 5px; color: #b7c0ce; font-size: 11px; font-weight: 800; }
.promo-box .saving { grid-column: 1 / 3; padding: 12px 20px; background: var(--accent); color: #07101f; text-align: center; font-size: 14px; font-weight: 900; }
.promo-box .saving span { margin: 0 7px; }
.rate-card-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-bottom: 13px; }
.rate-card-option, .rate-card-custom { position: relative; min-height: 102px; padding: 17px 18px; border: 1px solid color-mix(in srgb, var(--accent-2) 62%, transparent); background: rgba(2,10,21,.7); overflow: hidden; }
.rate-card-option { display: flex; flex-direction: column; justify-content: space-between; }
.rate-card-option::after { content: ""; position: absolute; right: -24px; bottom: -34px; width: 92px; height: 92px; border: 1px solid color-mix(in srgb, var(--accent-2) 28%, transparent); border-radius: 50%; }
.rate-card-option.is-primary { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 11%, rgba(2,10,21,.78)); }
.rate-card-option small, .rate-card-custom small { position: relative; z-index: 1; color: #9ba8b9; font: 850 9px/1.35 ui-monospace, monospace; letter-spacing: .08em; }
.rate-card-option strong, .rate-card-custom strong { position: relative; z-index: 1; display: block; margin-top: 10px; color: #fff; font-size: clamp(21px, 2.15vw, 31px); line-height: 1; letter-spacing: -.045em; }
.rate-card-option.is-primary strong, .rate-card-hourly strong { color: var(--accent); }
.rate-card-option em { margin-left: 3px; color: #b7c0ce; font-size: 11px; font-style: normal; letter-spacing: 0; }
.rate-card-custom { grid-column: 1 / 3; min-height: 82px; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 12px 20px; border-color: color-mix(in srgb, var(--accent) 68%, transparent); }
.rate-card-custom strong { margin: 0; color: var(--accent); font-size: clamp(22px, 2.35vw, 34px); }
.rate-card-custom span { color: #b7c0ce; font-size: 11px; line-height: 1.4; }
.single-price-box { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 20px; margin-bottom: 13px; padding: 22px; border: 2px solid var(--accent-2); border-left-color: var(--accent); border-radius: 24px; background: rgba(2,10,21,.72); overflow: hidden; }
.single-price-box::after { content: "2026"; position: absolute; right: -9px; top: -17px; color: rgba(255,255,255,.045); font-size: 92px; font-weight: 950; letter-spacing: -.08em; }
.single-price-box small, .single-price-box strong, .single-price-box span { position: relative; z-index: 1; display: block; }
.single-price-box small { grid-column: 1 / 3; color: var(--accent-2); font: 850 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.single-price-box strong { color: var(--accent); font-size: clamp(39px, 5vw, 64px); line-height: .94; letter-spacing: -.055em; }
.single-price-box span { max-width: 230px; color: #aeb9c8; font-size: 11px; line-height: 1.45; text-align: right; }
.scope-pills { display: grid; grid-template-columns: 1fr 1.2fr; gap: 9px; margin: 13px 0; }
.scope-pills span, .scope-pills strong { display: grid; place-items: center; min-height: 42px; padding: 8px 13px; border: 1px solid var(--accent-2); border-radius: 999px; text-align: center; font-size: 11px; line-height: 1.25; }
.scope-pills span { color: var(--accent-2); font-weight: 850; }
.scope-pills strong { color: #fff; }
.best-for { display: flex; flex-wrap: wrap; gap: 7px; margin: 14px 0; }
.best-for strong, .best-for span { min-height: 35px; display: inline-flex; align-items: center; padding: 0 12px; border: 1px solid color-mix(in srgb, var(--accent-2) 44%, transparent); border-radius: 999px; color: #c3cfdd; font-size: 10px; font-weight: 780; }
.best-for strong { border-color: var(--accent); background: var(--accent); color: var(--ink); font: 900 9px/1 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.pricing-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 3px; }
.pricing-benefits > div { min-height: 78px; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 10px; padding: 12px 13px; border: 1px solid color-mix(in srgb, var(--accent-2) 50%, transparent); border-radius: 14px; background: rgba(9,24,45,.62); }
.pricing-benefits i { display: grid; place-items: center; width: 27px; height: 27px; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); font: 900 9px/1 ui-monospace, monospace; font-style: normal; }
.pricing-benefits strong, .pricing-benefits small { display: block; }
.pricing-benefits strong { color: #fff; font-size: 13px; line-height: 1.2; }
.pricing-benefits small { margin-top: 4px; color: #8997aa; font-size: 10px; line-height: 1.3; }
.pricing-strip { margin: 13px 0; padding: 11px 12px; border: 1px solid color-mix(in srgb, var(--accent) 65%, transparent); border-radius: 999px; color: #e8edf5; text-align: center; font-size: 10px; font-weight: 850; letter-spacing: .035em; }
.pricing-strip span { margin: 0 6px; color: var(--accent); }
.upgrade-note { display: flex; justify-content: space-between; gap: 14px; margin: 0 0 10px; padding: 10px 13px; border: 1px solid #ff7629; border-radius: 999px; color: #ff995f; font-size: 11px; font-weight: 800; }
.upgrade-note strong { padding: 2px 10px; border-radius: 999px; background: #35cdf3; color: #07101f; white-space: nowrap; }
.package-deep-dive { margin: 14px 0; border: 1px solid color-mix(in srgb, var(--accent-2) 43%, transparent); background: rgba(3,12,24,.72); }
.package-deep-dive summary { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 17px; color: #eaf0f7; cursor: pointer; list-style: none; font-size: 12px; font-weight: 850; }
.package-deep-dive summary::-webkit-details-marker { display: none; }
.package-deep-dive summary span { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 18px; transition: transform .2s, background .2s; }
.package-deep-dive[open] summary span { transform: rotate(45deg); background: var(--accent); color: var(--ink); }
.package-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid color-mix(in srgb, var(--accent-2) 33%, transparent); }
.package-detail-grid section { padding: 19px 16px 21px; border-right: 1px solid color-mix(in srgb, var(--accent-2) 24%, transparent); }
.package-detail-grid section:last-child { border-right: 0; }
.package-detail-grid small { color: var(--accent-2); font: 850 8px/1 ui-monospace, monospace; letter-spacing: .1em; }
.package-detail-grid h4 { margin: 11px 0 13px; color: #fff; font-size: 15px; line-height: 1.15; }
.package-detail-grid ul { margin: 0; padding: 0; list-style: none; }
.package-detail-grid li { position: relative; margin: 10px 0; padding-left: 15px; color: #9eabba; font-size: 11px; line-height: 1.5; }
.package-detail-grid li::before { content: "·"; position: absolute; left: 0; color: var(--accent); font-weight: 950; }
.service-visual { position: sticky; top: 30px; width: 100%; min-height: 660px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border: 1px solid color-mix(in srgb, var(--accent-2) 60%, transparent); border-radius: 18px; background: radial-gradient(circle at 76% 17%, rgba(53,205,243,.25), transparent 31%), linear-gradient(150deg, #071c34, #05101e); box-shadow: 0 28px 80px rgba(0,0,0,.4); overflow: hidden; }
.service-visual::before { content: ""; position: absolute; width: 250px; height: 250px; right: -100px; top: 70px; border: 1px solid var(--accent); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 90px rgba(255,255,255,.02); }
.service-visual > small, .service-visual > b, .service-visual > div, .service-visual > p { position: relative; z-index: 1; }
.service-visual > small { margin-bottom: 11px; color: var(--accent-2); font: 850 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.service-visual > b { margin-bottom: 42px; color: var(--accent); font-size: clamp(44px, 5.7vw, 72px); line-height: .83; letter-spacing: -.065em; }
.service-visual > div { min-height: 79px; display: grid; grid-template-columns: 105px 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.18); }
.service-visual > div strong { color: #fff; font-size: 33px; line-height: 1; letter-spacing: -.04em; }
.service-visual > div span { color: #8f9caf; font: 800 9px/1.3 ui-monospace, monospace; letter-spacing: .08em; }
.service-visual > p { margin: 25px 0 0; padding: 13px; background: var(--accent); color: var(--ink); font-size: 10px; font-weight: 900; text-align: center; }
.service-visual-orange { background: radial-gradient(circle at 76% 17%, rgba(122,76,255,.3), transparent 31%), linear-gradient(150deg, #211641, #0c1022); }
.service-visual-blue { background: radial-gradient(circle at 76% 17%, rgba(53,205,243,.3), transparent 31%), linear-gradient(150deg, #073d68, #06101e); }
.pricing-cta { min-height: 59px; display: flex; align-items: center; justify-content: space-between; padding: 0 21px; background: var(--accent); color: #07101f; border-radius: 18px; font-size: 15px; font-weight: 950; transition: transform .25s, box-shadow .25s; }
.pricing-cta span { font-size: 34px; line-height: 1; letter-spacing: -.22em; }
.pricing-cta:hover, .pricing-cta:focus-visible { transform: translateY(-3px); box-shadow: 0 12px 35px color-mix(in srgb, var(--accent) 22%, transparent); }
.pricing-controls { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin-top: 17px; }
.pricing-controls button { min-height: 46px; padding: 0 16px; border: 1px solid rgba(53,205,243,.34); background: rgba(5,12,24,.72); color: #cbd6e5; cursor: pointer; font-weight: 750; }
.pricing-controls button:last-child { justify-self: end; }
.pricing-controls button:hover, .pricing-controls button:focus-visible { border-color: #35cdf3; color: #fff; }
.pricing-controls > span { color: #7f8ca0; font: 800 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.poster-dialog { width: min(94vw, 590px); max-width: 590px; max-height: 94vh; padding: 0; border: 1px solid rgba(53,205,243,.5); border-radius: 18px; background: #030914; color: #fff; box-shadow: 0 35px 120px rgba(0,0,0,.8); overflow: auto; }
.poster-dialog::backdrop { background: rgba(1,4,10,.88); backdrop-filter: blur(9px); }
.poster-dialog img { display: block; width: 100%; height: auto; }
.dialog-close { position: sticky; z-index: 3; top: 12px; float: right; margin: 12px 12px -56px 0; min-height: 42px; padding: 0 14px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: rgba(4,10,19,.86); color: #fff; cursor: pointer; font-size: 11px; font-weight: 900; letter-spacing: .08em; backdrop-filter: blur(10px); }
.poster-dialog[open] { animation: dialog-in .25s ease both; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(12px) scale(.985); } to { opacity: 1; transform: none; } }

.marketplace { padding: clamp(94px, 11vw, 155px) max(24px, calc((100vw - var(--max)) / 2)); background: var(--blue); color: #fff; }
.marketplace .eyebrow { color: #d8e6ff; }
.marketplace h2 span { color: #b9d2ff; }
.marketplace-head { display: grid; grid-template-columns: .45fr 1.55fr; gap: 45px; margin-bottom: 70px; }
.marketplace-head h2 { grid-column: 2; }
.marketplace-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: stretch; }
.marketplace-scope > p { max-width: 730px; margin: 0 0 38px; color: #e7efff; font-size: 18px; }
.scope-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.35); border-left: 1px solid rgba(255,255,255,.35); }
.scope-grid div { min-height: 145px; padding: 22px; display: grid; grid-template-columns: auto 1fr; gap: 7px 17px; border-right: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.scope-grid span { grid-row: 1 / 3; padding-top: 5px; font: 800 10px/1 ui-monospace, monospace; }
.scope-grid strong { font-size: 25px; letter-spacing: -.03em; }
.scope-grid small { color: #cddfff; font-size: 13px; }
.marketplace-offer { padding: 34px; display: flex; flex-direction: column; justify-content: center; background: var(--ink); color: var(--paper); }
.marketplace-offer > span { color: var(--blue-light); font: 800 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.marketplace-offer > small { margin: 66px 0 8px; color: var(--muted); }
.marketplace-offer > strong { color: var(--yellow); font-size: clamp(42px, 5vw, 67px); line-height: .95; letter-spacing: -.065em; }
.marketplace-offer p { margin: 25px 0 35px; color: var(--muted); }

.process-head { display: grid; grid-template-columns: .42fr 1.15fr .43fr; gap: 38px; align-items: end; margin-bottom: 68px; }
.process-head .eyebrow { align-self: start; }
.process-head > p:last-child { margin: 0; color: var(--muted); }
.process-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.process-grid li { min-height: 260px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid span { font: 700 11px/1 ui-monospace, monospace; color: var(--blue-light); }
.process-grid h3 { margin: 80px 0 12px; font-size: 27px; line-height: 1; }
.process-grid p { margin: 0; color: var(--muted); max-width: 290px; }

.fit-section { padding: clamp(94px, 10vw, 145px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; background: var(--paper); color: var(--ink); }
.fit-intro .eyebrow { color: #245fc8; }
.fit-intro { position: sticky; top: 30px; align-self: start; }
.fit-intro h2 { font-size: clamp(42px, 5vw, 67px); }
.fit-list { border-top: 1px solid var(--line-dark); }
.fit-list article { display: grid; grid-template-columns: 50px .8fr 1fr; gap: 20px; align-items: center; min-height: 154px; border-bottom: 1px solid var(--line-dark); }
.fit-list span { color: #296adf; font: 800 10px/1 ui-monospace, monospace; }
.fit-list h3 { margin: 0; font-size: 22px; line-height: 1.1; letter-spacing: -.03em; }
.fit-list p { margin: 0; color: #737b89; font-size: 14px; }

.statement { padding: clamp(94px, 11vw, 155px) max(24px, calc((100vw - var(--max)) / 2)); background: #0c1321; }
.statement-grid { display: grid; grid-template-columns: .45fr 1.55fr; gap: 52px; }
.statement blockquote { grid-column: 2; max-width: 960px; }
.statement blockquote em { color: #78849a; font-style: normal; }
.statement blockquote span { color: var(--blue-light); }
.capability-grid { grid-column: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.capability-grid span { padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #c8d0dc; font-size: 13px; }
.capability-grid span::before { content: "+"; color: var(--blue-light); margin-right: 8px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; }
.faq-intro { align-self: start; }
.faq-intro > p:last-child { max-width: 410px; margin: 30px 0 0; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; cursor: pointer; padding: 27px 50px 27px 0; font-size: 20px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; top: 23px; display: grid; place-items: center; width: 31px; height: 31px; border: 1px solid var(--line); color: var(--blue-light); transition: transform .2s; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; margin: -3px 50px 26px 0; color: var(--muted); }

.contact { padding: clamp(94px, 11vw, 155px) max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.28fr .72fr; gap: 80px; background: var(--paper); color: var(--ink); }
.contact .eyebrow { color: #205bc4; }
.contact h2 span { color: #7e8797; }
.contact-copy > p:not(.eyebrow) { max-width: 690px; margin: 30px 0 0; color: #697180; font-size: 17px; }
.contact .button { margin-top: 38px; }
.contact-details { display: flex; flex-direction: column; justify-content: end; }
.contact-details div { padding: 21px 0; border-bottom: 1px solid var(--line-dark); }
.contact-details small { display: block; margin-bottom: 7px; color: #777f8c; font: 700 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.contact-details a, .contact-details span { font-size: 15px; font-weight: 700; overflow-wrap: anywhere; }
.contact-details a:hover { text-decoration: underline; }

footer { max-width: var(--max); margin: 0 auto; padding: 45px 24px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; gap: 30px; color: #818b9d; font-size: 11px; }
footer p { margin: 0; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
.brand-footer { color: var(--paper); }
.floating-wa { position: fixed; z-index: 30; right: 20px; bottom: 20px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: var(--blue); color: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.4), 0 0 0 1px rgba(255,255,255,.18); transition: transform .25s; }
.floating-wa:hover, .floating-wa:focus-visible { transform: scale(1.08); }
.floating-wa svg { width: 28px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-cta { display: none; }
  .menu-toggle { display: grid; width: 44px; height: 44px; place-content: center; gap: 5px; border: 1px solid rgba(245,247,251,.3); background: rgba(7,9,16,.72); color: var(--paper); }
  .menu-toggle > span:not(.sr-only) { width: 19px; height: 1px; background: currentColor; transition: transform .25s, opacity .25s; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: absolute; top: 87px; left: 20px; right: 20px; display: none; padding: 20px 22px; flex-direction: column; align-items: stretch; gap: 0; background: #0c1220; border: 1px solid var(--line); box-shadow: 0 20px 60px rgba(0,0,0,.4); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 155px; }
  .hero-copy { padding: 50px 0 10px; }
  .hero h1 { font-size: clamp(68px, 13vw, 110px); }
  .hero-stage { min-height: 590px; margin-right: 0; }
  .section-intro { grid-template-columns: .5fr 1.5fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .growth { grid-template-columns: .9fr 1.1fr; }
  .growth-copy { padding-left: 50px; padding-right: 40px; }
  .package-card { padding: 22px; }
  .price { flex-wrap: wrap; }
  .price small { flex-basis: 100%; }
  .pricing-panel { min-height: 0; grid-template-columns: minmax(285px, .76fr) minmax(0, 1.24fr); padding: 24px; }
  .pricing-poster { padding-right: 23px; }
  .pricing-info { padding-left: 30px; }
  .pricing-benefits > div { padding: 10px; }
  .process-head { grid-template-columns: .5fr 1.5fr; }
  .process-head > p:last-child { grid-column: 2; }
  .faq { gap: 45px; }
}

@media (max-width: 780px) {
  .section-intro, .package-head, .marketplace-head, .process-head, .statement-grid, .faq, .contact, .fit-section { grid-template-columns: 1fr; gap: 22px; }
  .section-intro > p:last-child, .marketplace-head h2, .process-head > p:last-child, .statement blockquote, .capability-grid { grid-column: 1; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card-featured { grid-column: span 2; }
  .growth { grid-template-columns: 1fr; }
  .growth-visual { min-height: 560px; }
  .growth-copy { padding: 80px 28px; }
  .package-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .package-card h3 { margin-top: 55px; }
  .package-desc { min-height: auto; }
  .pricing-intro { grid-template-columns: 1fr; gap: 22px; }
  .pricing-intro > p:last-child { max-width: 620px; }
  .pricing-category-tabs { grid-template-columns: 1fr; }
  .pricing-category-tabs button { min-height: 83px; }
  .pricing-tabs { display: flex; }
  .pricing-tabs button { flex: 0 0 168px; }
  .pricing-panel { min-height: auto; grid-template-columns: 1fr; padding: 27px; }
  .pricing-poster { padding: 0 0 30px; border-right: 0; border-bottom: 1px solid color-mix(in srgb, var(--accent-2) 36%, transparent); }
  .poster-button, .service-visual { position: static; }
  .poster-button img { width: min(100%, 470px); max-height: none; }
  .poster-button > span { width: min(100%, 470px); }
  .service-visual { min-height: 520px; }
  .pricing-info { padding: 34px 0 4px; }
  .pricing-info h3 { font-size: clamp(54px, 12vw, 82px); }
  .marketplace-layout { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .fit-intro { position: static; }
  .fit-list article { grid-template-columns: 42px 1fr; padding: 22px 0; }
  .fit-list p { grid-column: 2; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .signal-bar { height: 25px; line-height: 25px; }
  .site-header { top: 25px; padding: 18px 20px; }
  .brand-mark { font-size: 19px; }
  .hero { padding: 115px 20px 38px; gap: 34px; }
  .hero-copy { padding-top: 44px; }
  .hero .eyebrow { max-width: 300px; line-height: 1.6; }
  .hero h1 { font-size: clamp(52px, 18vw, 77px); }
  .hero-lead { margin: 27px 0; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .text-link { width: max-content; }
  .hero-proof { margin-top: 36px; }
  .hero-proof div { min-height: 102px; padding: 13px 8px 13px 0; display: block; }
  .hero-proof div + div { padding-left: 11px; }
  .hero-proof strong, .hero-proof span { display: block; }
  .hero-proof strong { margin-bottom: 8px; font-size: 24px; }
  .hero-proof span { font-size: 9.5px; }
  .hero-stage { min-height: 465px; }
  .monitor-top { top: 16px; right: 14px; }
  .monitor-bottom { left: 15px; bottom: 16px; }
  .stage-index { right: 15px; bottom: 20px; }
  .frame-corner { width: 35px; height: 35px; }
  .platform-strip { justify-content: flex-start; overflow-x: auto; padding-left: 20px; padding-right: 20px; }
  .section, .marketplace, .pricing-showcase, .fit-section, .statement, .contact { padding-left: 20px; padding-right: 20px; }
  .section h2, .growth h2, .marketplace h2, .statement blockquote, .contact h2, .fit-section h2 { font-size: clamp(38px, 12vw, 54px); }
  .section-intro, .package-head, .marketplace-head, .process-head { margin-bottom: 43px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-featured { grid-column: 1; }
  .service-card { min-height: 370px; }
  .service-card h3 { margin-top: 72px; }
  .growth-visual { min-height: 480px; }
  .growth-copy { padding: 75px 20px; }
  .growth-copy > p:not(.eyebrow) { font-size: 16px; }
  .package-card { padding: 24px 21px; }
  .pricing-intro h2 { font-size: clamp(41px, 13vw, 56px); }
  .pricing-intro > p:last-child { font-size: 16px; }
  .pricing-selector { margin-left: -20px; margin-right: -20px; }
  .selector-label { padding-left: 20px; }
  .pricing-tabs { border-left: 0; border-right: 0; padding-left: 20px; }
  .pricing-tabs button { flex-basis: 154px; min-width: 154px; }
  .pricing-panels { margin-left: -8px; margin-right: -8px; }
  .pricing-panel { padding: 16px; }
  .pricing-poster { padding-bottom: 20px; }
  .poster-button img { border-radius: 12px; }
  .pricing-info { padding-top: 29px; }
  .pricing-kicker { gap: 8px; }
  .pricing-info h3 { margin-top: 20px; font-size: clamp(45px, 15vw, 68px); }
  .pricing-tagline { font-size: 16px; }
  .agency-description { font-size: 13px; }
  .promo-box { grid-template-columns: .7fr 1.3fr; border-radius: 18px; }
  .promo-box > div { padding: 15px 12px; }
  .promo-box del { font-size: 18px; }
  .promo-price strong { font-size: clamp(28px, 8vw, 39px); }
  .promo-price span { font-size: 9px; }
  .promo-box .saving { padding: 11px 9px; font-size: 12px; }
  .rate-card-grid { grid-template-columns: 1fr; }
  .rate-card-option { min-height: 93px; }
  .rate-card-custom { grid-column: 1; grid-template-columns: 1fr; gap: 6px; }
  .rate-card-custom strong { margin-top: 4px; }
  .single-price-box { grid-template-columns: 1fr; padding: 18px 15px; border-radius: 18px; }
  .single-price-box small { grid-column: 1; }
  .single-price-box span { max-width: none; text-align: left; }
  .scope-pills { grid-template-columns: 1fr; }
  .pricing-benefits { grid-template-columns: 1fr; }
  .pricing-benefits > div { min-height: 70px; }
  .pricing-strip { border-radius: 14px; line-height: 1.6; }
  .upgrade-note { align-items: flex-start; flex-direction: column; border-radius: 14px; }
  .package-detail-grid { grid-template-columns: 1fr; }
  .package-detail-grid section { border-right: 0; border-bottom: 1px solid color-mix(in srgb, var(--accent-2) 24%, transparent); }
  .package-detail-grid section:last-child { border-bottom: 0; }
  .service-visual { min-height: 450px; padding: 22px; }
  .service-visual > b { margin-bottom: 27px; }
  .service-visual > div { grid-template-columns: 90px 1fr; }
  .pricing-cta { min-height: 58px; padding: 0 17px; border-radius: 14px; font-size: 13px; }
  .pricing-controls { grid-template-columns: 1fr 1fr; }
  .pricing-controls > span { grid-column: 1 / 3; grid-row: 1; text-align: center; }
  .pricing-controls button { grid-row: 2; width: 100%; padding: 0 10px; font-size: 12px; }
  .marketplace-scope > p { font-size: 16px; }
  .scope-grid { grid-template-columns: 1fr; }
  .marketplace-offer { padding: 28px 22px; }
  .marketplace-offer > small { margin-top: 50px; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: 225px; }
  .process-grid h3 { margin-top: 58px; }
  .fit-list article { grid-template-columns: 34px 1fr; }
  .capability-grid { grid-template-columns: 1fr 1fr; margin-top: 28px; }
  .capability-grid span { padding: 16px 13px; font-size: 12px; }
  .faq-list summary { font-size: 17px; }
  .contact .button { width: 100%; gap: 16px; text-align: left; }
  footer { grid-template-columns: 1fr; align-items: start; padding: 38px 20px 90px; }
  footer p:nth-child(2), footer p:last-child { text-align: left; }
  .floating-wa { width: 52px; height: 52px; right: 16px; bottom: 16px; }
}

/* 2026 immersive portfolio, proof, estimator, and booking experience */
.service-card:is(a) { display: flex; flex-direction: column; }
.service-card-link { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 20px; border-top: 1px solid currentColor; color: var(--cyan); font: 850 10px/1 ui-monospace, monospace; letter-spacing: .08em; }
.service-card-link span { font-size: 18px; }
.service-card:is(a):hover, .service-card:is(a):focus-visible { transform: translateY(-7px); border-color: var(--cyan); outline: 0; }
.service-route-banner { grid-column: 1 / -1; min-height: 110px; margin-top: 12px; padding: 23px 27px; display: grid; grid-template-columns: .55fr 1.45fr auto; gap: 25px; align-items: center; border: 1px solid rgba(57,205,242,.42); background: linear-gradient(110deg, rgba(17,94,233,.22), rgba(216,255,0,.08)); transition: background .2s, transform .2s; }
.service-route-banner:hover, .service-route-banner:focus-visible { transform: translateY(-4px); background: linear-gradient(110deg, rgba(17,94,233,.42), rgba(216,255,0,.14)); }
.service-route-banner > span { color: var(--cyan); font: 900 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.service-route-banner > strong { font-size: clamp(20px, 2.4vw, 32px); letter-spacing: -.04em; }
.service-route-banner > b { color: var(--lime); font-size: 12px; }
.service-route-banner i { margin-left: 12px; font-size: 20px; font-style: normal; }

.portfolio-section, .case-study, .estimate-section, .slot-section, .business-proof { position: relative; padding: clamp(94px, 11vw, 155px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.portfolio-head, .case-study-head, .estimate-head, .business-proof-head { position: relative; z-index: 2; display: grid; grid-template-columns: .44fr 1.1fr .46fr; gap: 35px; align-items: end; margin-bottom: 55px; }
.portfolio-head .eyebrow, .case-study-head .eyebrow, .estimate-head .eyebrow, .business-proof-head .eyebrow { align-self: start; }
.portfolio-head h2, .case-study-head h2, .estimate-head h2, .business-proof-head h2, .slot-content h2 { font-size: clamp(47px, 6.2vw, 86px); line-height: .9; letter-spacing: -.065em; }
.portfolio-head h2 em, .case-study-head h2 em, .estimate-head h2 em, .business-proof-head h2 em, .slot-content h2 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.07em; }
.portfolio-head > p:last-child, .case-study-head > p:last-child, .estimate-head > p:last-child, .business-proof-head > p:last-child { margin: 0; color: #9ca8b9; font-size: 16px; }

.portfolio-section { background: #050b15; }
.portfolio-section::before { content: "WORK"; position: absolute; right: -2vw; top: 35px; color: rgba(57,205,242,.035); font-size: clamp(150px, 27vw, 420px); font-weight: 950; line-height: .8; letter-spacing: -.1em; }
.portfolio-head .eyebrow { color: var(--cyan); }
.portfolio-filter { position: relative; z-index: 2; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.portfolio-filter button { min-height: 44px; padding: 0 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: transparent; color: #adb9c9; cursor: pointer; font-size: 12px; font-weight: 850; }
.portfolio-filter button[aria-pressed="true"] { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.portfolio-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5, 1fr); grid-auto-rows: 205px; gap: 10px; }
.portfolio-item { position: relative; padding: 0; border: 0; background: #0c1524; color: #fff; cursor: zoom-in; overflow: hidden; }
.portfolio-item.portrait-tall { grid-row: span 2; }
.portfolio-item img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top center; transition: transform .55s ease, filter .45s; }
.portfolio-item::after { content: "+"; position: absolute; z-index: 2; right: 12px; top: 12px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; background: rgba(3,9,18,.36); color: #fff; font-size: 20px; backdrop-filter: blur(8px); }
.portfolio-item > span { position: absolute; z-index: 2; inset: auto 0 0; padding: 42px 14px 15px; display: block; background: linear-gradient(transparent, rgba(2,7,13,.94)); text-align: left; }
.portfolio-item small, .portfolio-item strong { display: block; }
.portfolio-item small { color: var(--lime); font: 850 8px/1 ui-monospace, monospace; letter-spacing: .11em; }
.portfolio-item strong { margin-top: 6px; font-size: 13px; }
.portfolio-item:hover img, .portfolio-item:focus-visible img { transform: scale(1.07); filter: saturate(1.15); }
.portfolio-item.is-filtered { display: none; }
.media-dialog { width: min(92vw, 680px); max-height: 94vh; padding: 0; border: 1px solid rgba(57,205,242,.48); border-radius: 18px; background: #020712; box-shadow: 0 35px 120px rgba(0,0,0,.85); overflow: auto; }
.media-dialog::backdrop { background: rgba(1,4,10,.9); backdrop-filter: blur(10px); }
.media-dialog img { display: block; width: 100%; height: auto; }

.case-study { background: #0b2d25; }
.case-study::before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(4,25,21,.96) 0%, rgba(4,25,21,.84) 48%, rgba(4,25,21,.46) 100%), url("./assets/ai-commerce-team.webp") center right / cover no-repeat; opacity: .46; }
.case-study::after { content: "EVIDENCE"; position: absolute; z-index: 0; right: -2vw; top: 31%; color: rgba(216,255,0,.035); font-size: clamp(110px, 18vw, 270px); font-weight: 950; line-height: .8; letter-spacing: -.08em; transform: rotate(-5deg); }
.case-study-head .eyebrow { color: var(--lime); }
.case-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 22px; border: 1px solid rgba(216,255,0,.48); background: rgba(3,16,15,.74); backdrop-filter: blur(14px); }
.case-stats > div { min-height: 140px; padding: 22px; border-right: 1px solid rgba(216,255,0,.26); }
.case-stats > div:last-child { border-right: 0; }
.case-stats small, .case-stats strong, .case-stats span { display: block; }
.case-stats small { color: var(--cyan); font: 850 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.case-stats strong { margin: 21px 0 6px; color: var(--lime); font-size: clamp(25px, 3vw, 39px); line-height: 1; letter-spacing: -.05em; }
.case-stats span { color: #9bb7ad; font-size: 11px; }
.case-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .78fr 1.22fr; gap: 22px; }
.case-narrative { padding: clamp(27px, 3.8vw, 48px); background: #d8ff00; color: var(--ink); }
.case-label { display: inline-block; padding: 8px 10px; background: var(--ink); color: var(--lime); font: 900 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.case-narrative h3 { margin: 35px 0; font: italic 500 clamp(36px, 4.5vw, 62px)/.94 Georgia, "Times New Roman", serif; letter-spacing: -.05em; }
.case-steps > div { display: grid; grid-template-columns: 30px 1fr; gap: 13px; padding: 16px 0; border-top: 1px solid rgba(7,9,16,.24); }
.case-steps b { font: 900 10px/1 ui-monospace, monospace; }
.case-steps span { font-size: 13px; }
.case-steps strong { display: block; margin-bottom: 4px; font-size: 15px; }
.case-disclaimer { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(7,9,16,.24); font-size: 11px; }
.case-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.case-gallery button { position: relative; min-height: 285px; padding: 0; border: 1px solid rgba(255,255,255,.18); background: #07111e; color: #fff; cursor: zoom-in; overflow: hidden; }
.case-gallery button:first-child, .case-gallery button:nth-child(2) { grid-column: span 1; }
.case-gallery button:last-child { grid-column: span 1; }
.case-gallery img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: top; transition: transform .45s; }
.case-gallery button:hover img, .case-gallery button:focus-visible img { transform: scale(1.045); }
.case-gallery span { position: absolute; inset: auto 0 0; padding: 36px 12px 12px; background: linear-gradient(transparent, rgba(3,9,18,.94)); text-align: left; font-size: 10px; font-weight: 800; }
.case-gallery b { margin-right: 8px; color: var(--lime); }

.estimate-section { background: #e9edf2; color: var(--ink); }
.estimate-section::before { content: "CALCULATE"; position: absolute; left: -2vw; bottom: 0; color: rgba(17,94,233,.045); font-size: clamp(130px, 20vw, 300px); font-weight: 950; line-height: .8; letter-spacing: -.09em; }
.estimate-head .eyebrow { color: #1763d6; }
.estimate-head h2 em { color: #1763d6; }
.estimate-head > p:last-child { color: #66717f; }
.estimate-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; }
.estimate-form { padding: clamp(25px, 3.5vw, 45px); border: 1px solid #b9c1cc; background: rgba(255,255,255,.76); }
.estimate-field { display: block; margin-bottom: 18px; }
.estimate-field > span, .addon-fieldset legend { display: block; margin-bottom: 9px; color: #1763d6; font: 900 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.estimate-field select, .estimate-field input { width: 100%; min-height: 55px; padding: 0 14px; border: 1px solid #aeb7c4; border-radius: 0; background: #fff; color: var(--ink); font: 700 14px/1.3 Inter, ui-sans-serif, sans-serif; }
.estimate-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.addon-fieldset { padding: 0; margin: 7px 0 0; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.addon-fieldset legend { grid-column: 1 / -1; }
.addon-fieldset label { position: relative; cursor: pointer; }
.addon-fieldset input { position: absolute; opacity: 0; }
.addon-fieldset label > span { min-height: 70px; padding: 13px; display: flex; flex-direction: column; justify-content: center; border: 1px solid #bcc4cf; background: #f9fafc; transition: border-color .2s, background .2s, transform .2s; }
.addon-fieldset b, .addon-fieldset small { display: block; }
.addon-fieldset b { font-size: 12px; }
.addon-fieldset small { margin-top: 5px; color: #66717f; font-size: 10px; }
.addon-fieldset input:checked + span { border-color: var(--cobalt); background: #dfe9ff; transform: translateY(-2px); }
.addon-fieldset input:focus-visible + span { outline: 3px solid var(--cobalt); outline-offset: 2px; }
.estimate-result { position: sticky; top: 25px; min-height: 600px; padding: clamp(30px, 4vw, 49px); display: flex; flex-direction: column; background: #07101f; color: #fff; box-shadow: 17px 18px 0 var(--cobalt); overflow: hidden; }
.estimate-result::before { content: "Rp"; position: absolute; right: -27px; bottom: -85px; color: rgba(216,255,0,.07); font: italic 500 260px/1 Georgia, serif; }
.estimate-result > * { position: relative; z-index: 1; }
.estimate-stamp { align-self: flex-start; padding: 8px 10px; background: var(--lime); color: var(--ink); font: 900 9px/1 ui-monospace, monospace; letter-spacing: .1em; transform: rotate(-2deg); }
.estimate-result > p:not(.estimate-note) { margin: 85px 0 8px; color: #8b99ad; font: 900 10px/1 ui-monospace, monospace; letter-spacing: .11em; }
.estimate-result > strong { color: var(--lime); font-size: clamp(43px, 5.3vw, 73px); line-height: .93; letter-spacing: -.065em; }
.estimate-breakdown { margin: 28px 0; border-top: 1px solid rgba(255,255,255,.2); }
.estimate-breakdown span { min-height: 44px; display: flex; justify-content: space-between; gap: 18px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); color: #aab6c6; font-size: 11px; }
.estimate-breakdown b { color: #fff; white-space: nowrap; }
.estimate-note { margin: auto 0 20px; color: #8592a6; font-size: 11px; }
.estimate-cta { min-height: 60px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 900; }

.slot-section { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(35px, 6vw, 82px); align-items: center; background: #06111f; }
.slot-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 12% 50%, rgba(57,205,242,.2), transparent 34%), linear-gradient(120deg, transparent, rgba(17,94,233,.14)); }
.slot-visual, .slot-content { position: relative; z-index: 1; }
.slot-visual { min-height: 650px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid rgba(57,205,242,.42); background: linear-gradient(180deg, rgba(3,9,18,.08), rgba(3,9,18,.9)), url("./assets/ai-live-studio.webp") center / cover no-repeat; box-shadow: 20px 22px 0 rgba(17,94,233,.42); }
.slot-visual > span { color: #fff; font-size: clamp(76px, 10vw, 135px); font-weight: 950; line-height: .72; letter-spacing: -.09em; }
.slot-visual > span em { color: var(--lime); font-family: Georgia, serif; font-weight: 500; }
.slot-visual > div { padding: 17px; display: grid; grid-template-columns: auto 1fr; gap: 9px 14px; align-items: center; background: rgba(3,9,18,.78); backdrop-filter: blur(9px); }
.slot-visual b, .slot-visual strong { font: 850 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.slot-visual strong { color: #a9b6c8; }
.slot-visual i { grid-row: 1 / 3; width: 10px; height: 10px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px var(--lime); }
.slot-content .eyebrow { color: var(--cyan); }
.slot-content > p:not(.eyebrow) { max-width: 650px; color: #a3afbf; }
.slot-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 30px; }
.slot-form label { color: var(--cyan); font: 850 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.slot-form select, .slot-form input { width: 100%; min-height: 53px; display: block; margin-top: 8px; padding: 0 13px; border: 1px solid rgba(255,255,255,.23); border-radius: 0; background: #0b1a2e; color: #fff; font: 700 13px/1.3 Inter, sans-serif; color-scheme: dark; }
.slot-form button { grid-column: 1 / -1; min-height: 60px; margin-top: 7px; padding: 0 18px; display: flex; justify-content: space-between; align-items: center; border: 0; background: var(--lime); color: var(--ink); cursor: pointer; font-weight: 900; }
.slot-form > p { grid-column: 1 / -1; margin: 0; color: #78879a; font-size: 11px; }

.business-proof { background: #f4f0e8; color: var(--ink); }
.business-proof::after { content: "CSMC"; position: absolute; right: -2vw; bottom: -4vw; color: rgba(17,94,233,.04); font-size: clamp(160px, 29vw, 430px); font-weight: 950; line-height: .8; letter-spacing: -.1em; }
.business-proof-head .eyebrow { color: #1763d6; }
.business-proof-head h2 em { color: #1763d6; }
.business-proof-head > p:last-child { color: #68717f; }
.business-proof-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #abb4c1; border-left: 1px solid #abb4c1; }
.business-proof-grid article { min-height: 300px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid #abb4c1; border-bottom: 1px solid #abb4c1; }
.business-proof-grid article > span { color: #1763d6; font: 900 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.business-proof-grid h3 { margin: 48px 0 14px; font-size: clamp(26px, 2.6vw, 37px); line-height: .95; letter-spacing: -.05em; }
.business-proof-grid p { color: #646d7a; font-size: 13px; }
.business-proof-grid a, .business-proof-grid button { margin-top: auto; align-self: flex-start; padding: 0 0 5px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: #1763d6; cursor: pointer; font-size: 12px; font-weight: 850; }
.business-proof-grid .bank-card { background: #07101f; color: #fff; }
.bank-card p { color: #b5c0ce; }
.bank-card button { color: var(--lime); }
.bank-card small { margin-top: 13px; color: #8290a3; font-size: 10px; }
.payment-safety { position: relative; z-index: 2; margin: 18px 0 0; color: #646d7a; font-size: 11px; }

/* Package scope must remain fully visible. */
.package-deep-dive::before { content: "DESKRIPSI LAYANAN LENGKAP · TERBUKA"; min-height: 48px; padding: 0 17px; display: flex; align-items: center; color: #eaf0f7; font: 850 10px/1 ui-monospace, monospace; letter-spacing: .08em; }
.package-deep-dive summary { display: none !important; }
.package-deep-dive > .package-detail-grid { display: grid !important; }

@media (max-width: 1080px) {
  .site-nav { gap: 15px; }
  .portfolio-grid { grid-template-columns: repeat(4, 1fr); }
  .case-layout { grid-template-columns: 1fr; }
  .case-gallery button { min-height: 380px; }
  .business-proof-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .portfolio-head, .case-study-head, .estimate-head, .business-proof-head { grid-template-columns: 1fr; gap: 18px; }
  .portfolio-head > p:last-child, .case-study-head > p:last-child, .estimate-head > p:last-child, .business-proof-head > p:last-child { grid-column: 1; }
  .service-route-banner { grid-template-columns: 1fr; gap: 12px; }
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); grid-auto-rows: 190px; }
  .case-stats { grid-template-columns: 1fr 1fr; }
  .case-stats > div:nth-child(2) { border-right: 0; }
  .case-stats > div:nth-child(-n+2) { border-bottom: 1px solid rgba(216,255,0,.26); }
  .case-gallery button { min-height: 300px; }
  .estimate-layout, .slot-section { grid-template-columns: 1fr; }
  .estimate-result { position: relative; top: auto; min-height: 540px; margin-right: 16px; }
  .slot-visual { min-height: 540px; }
}

@media (max-width: 560px) {
  .portfolio-section, .case-study, .estimate-section, .slot-section, .business-proof { padding-left: 20px; padding-right: 20px; }
  .portfolio-head h2, .case-study-head h2, .estimate-head h2, .business-proof-head h2, .slot-content h2 { font-size: clamp(41px, 13vw, 57px); }
  .portfolio-filter { flex-wrap: nowrap; margin-right: -20px; padding-right: 20px; overflow-x: auto; }
  .portfolio-filter button { flex: 0 0 auto; }
  .portfolio-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .portfolio-item.portrait-tall { grid-row: span 2; }
  .case-stats { grid-template-columns: 1fr 1fr; }
  .case-stats > div { min-height: 123px; padding: 16px; }
  .case-stats strong { font-size: 25px; overflow-wrap: anywhere; }
  .case-gallery { grid-template-columns: 1fr 1fr; }
  .case-gallery button { min-height: 260px; }
  .case-gallery button:last-child { grid-column: 1 / -1; min-height: 390px; }
  .estimate-form { padding: 22px 17px; }
  .estimate-row, .addon-fieldset, .slot-form { grid-template-columns: 1fr; }
  .estimate-result { min-height: 560px; margin-right: 10px; padding: 28px 20px; box-shadow: 10px 11px 0 var(--cobalt); }
  .estimate-result > strong { font-size: 43px; overflow-wrap: anywhere; }
  .slot-visual { min-height: 450px; margin-right: 10px; box-shadow: 10px 12px 0 rgba(17,94,233,.42); }
  .slot-form button, .slot-form > p { grid-column: 1; }
  .business-proof-grid { grid-template-columns: 1fr; }
  .business-proof-grid article { min-height: 260px; }
}

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

/* Editorial character system */
.page-progress { position: fixed; z-index: 80; top: 0; left: 0; width: 100%; height: 3px; pointer-events: none; }
.page-progress span { display: block; width: 100%; height: 100%; background: linear-gradient(90deg, var(--cyan), var(--lime)); transform: scaleX(var(--scroll-progress, 0)); transform-origin: left; }
.pricing-panels, .story-visual { touch-action: pan-y; }

body::before { content: ""; position: fixed; z-index: 9; inset: 0; pointer-events: none; background: radial-gradient(340px circle at var(--pointer-x, -20%) var(--pointer-y, -20%), rgba(57,205,242,.08), transparent 68%); }

.hero-stage { --rx: 0deg; --ry: 0deg; overflow: hidden; transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .18s ease-out, border-color .25s; }
.hero-stage:hover { border-color: rgba(216,255,0,.48); }
.hero-image { background-image: linear-gradient(90deg, rgba(7,9,16,.28), transparent 44%), linear-gradient(0deg, rgba(7,9,16,.62), transparent 52%), url('./assets/hero-characters.webp'); background-position: 58% 50%; filter: saturate(.96) contrast(1.04); transition: transform 8s cubic-bezier(.2,.8,.2,1); }
.hero-stage:hover .hero-image { transform: scale(1.065); }
.growth-image { background-image: linear-gradient(0deg, rgba(7,9,16,.88), transparent 58%), linear-gradient(145deg, rgba(47,124,255,.24), transparent 54%), url('./assets/team-workflow.webp'); background-position: 58% 50%; }
.paper-scrap { position: absolute; z-index: 2; pointer-events: none; mix-blend-mode: screen; opacity: .84; }
.paper-scrap-blue { width: 190px; height: 66px; left: -34px; top: 100px; background: var(--cobalt); clip-path: polygon(3% 9%, 96% 0, 100% 84%, 84% 91%, 64% 82%, 45% 100%, 22% 84%, 0 95%); transform: rotate(-8deg); }
.paper-scrap-lime { width: 170px; height: 46px; right: -26px; bottom: 150px; background: var(--lime); clip-path: polygon(0 21%, 22% 8%, 42% 17%, 63% 0, 100% 18%, 94% 100%, 66% 86%, 41% 100%, 14% 83%); transform: rotate(-4deg); }
.kinetic-sticker { position: absolute; z-index: 4; display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; color: var(--ink); font: 900 10px/1 ui-monospace, monospace; letter-spacing: .07em; box-shadow: 5px 6px 0 rgba(7,9,16,.52); animation: sticker-float 4.8s ease-in-out infinite; }
.sticker-host { left: 23px; top: 42%; background: var(--lime); transform: rotate(-5deg); }
.sticker-operator { right: 23px; top: 59%; background: var(--cyan); transform: rotate(4deg); animation-delay: -2.2s; }
@keyframes sticker-float { 50% { translate: 0 -8px; } }

.team-story { position: relative; padding: clamp(96px, 11vw, 158px) max(24px, calc((100vw - var(--max)) / 2)); background: var(--canvas); color: var(--ink); isolation: isolate; overflow: hidden; }
.team-story::before { content: "CSMC"; position: absolute; z-index: -1; right: -2vw; top: -2vw; color: rgba(7,9,16,.035); font-size: clamp(180px, 32vw, 520px); font-weight: 950; line-height: .8; letter-spacing: -.1em; }
.team-story::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .32; background-image: radial-gradient(rgba(7,9,16,.19) .55px, transparent .55px); background-size: 5px 5px; mask-image: linear-gradient(135deg, #000, transparent 62%); }
.team-story-head { display: grid; grid-template-columns: .44fr 1.12fr .58fr; gap: 40px; align-items: end; margin-bottom: 66px; }
.team-story-head .eyebrow { color: #1255c4; align-self: start; }
.team-story-head h2 { margin: 0; font-size: clamp(48px, 6.2vw, 88px); font-weight: 950; line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.team-story-head h2 span { color: var(--cobalt); }
.team-story-head > p:last-child { margin: 0; color: #636874; }
.story-layout { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: stretch; min-height: 660px; filter: drop-shadow(0 28px 45px rgba(7,9,16,.16)); }
.story-visual { --rx: 0deg; --ry: 0deg; position: relative; min-height: 660px; overflow: hidden; background: #0b101a; transform: perspective(1100px) rotateX(var(--rx)) rotateY(var(--ry)); transform-style: preserve-3d; transition: transform .18s ease-out; clip-path: polygon(0 2%, 9% 0, 19% 1.4%, 31% .4%, 43% 1.8%, 58% .5%, 71% 1.6%, 84% .4%, 100% 2%, 98.7% 17%, 100% 30%, 99% 46%, 100% 61%, 98.8% 78%, 100% 98%, 83% 99%, 71% 98.3%, 56% 100%, 40% 98.5%, 23% 99.6%, 9% 98%, 0 99%, 1.2% 82%, 0 67%, 1% 50%, 0 32%); }
.story-paper { position: absolute; z-index: 3; inset: 0; pointer-events: none; border: 13px solid rgba(238,234,225,.84); opacity: .36; mix-blend-mode: screen; }
.story-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.08) rotate(.8deg); filter: saturate(.88) contrast(1.07); transition: opacity .55s ease, transform 1.1s cubic-bezier(.2,.8,.2,1); }
.story-image[data-story-image="host"] { object-position: 62% center; }
.story-image[data-story-image="production"] { object-position: 72% center; }
.story-image[data-story-image="crew"] { object-position: 34% center; }
.story-image.is-active { opacity: 1; transform: scale(1.015) rotate(0); }
.story-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(7,9,16,.04), transparent 46%, rgba(7,9,16,.78)), linear-gradient(90deg, rgba(17,94,233,.22), transparent 46%); pointer-events: none; }
.story-count { position: absolute; z-index: 5; top: 28px; right: 30px; padding: 8px 10px; background: var(--canvas); color: var(--ink); font: 900 11px/1 ui-monospace, monospace; }
.story-caption { position: absolute; z-index: 5; left: 28px; bottom: 32px; max-width: calc(100% - 96px); padding: 13px 17px; background: var(--cobalt); color: #fff; font: 950 clamp(18px, 2.3vw, 31px)/.95 ui-sans-serif, sans-serif; letter-spacing: -.04em; transform: rotate(-2deg); box-shadow: 9px 9px 0 var(--lime); }
.film-strip { position: absolute; z-index: 5; top: 92px; right: 18px; width: 46px; padding: 9px 7px; display: grid; gap: 7px; background: rgba(7,9,16,.82); transform: rotate(3deg); }
.film-strip i { display: block; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.45); background: rgba(255,255,255,.11); }

.story-content { position: relative; margin: 22px 0 22px -22px; padding: clamp(31px, 4vw, 57px); display: flex; flex-direction: column; background: var(--cobalt); color: #fff; clip-path: polygon(2% 0, 100% 1%, 99% 19%, 100% 37%, 99% 54%, 100% 73%, 98% 100%, 79% 99%, 61% 100%, 42% 99%, 22% 100%, 0 98%, 1% 78%, 0 61%, 1% 42%, 0 22%); }
.story-content::before { content: ""; position: absolute; right: -70px; bottom: -90px; width: 290px; height: 290px; border: 38px solid rgba(216,255,0,.16); border-radius: 50%; }
.story-tabs { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.story-tabs button { min-height: 58px; padding: 10px 13px; display: flex; align-items: center; gap: 11px; border: 1px solid rgba(255,255,255,.35); background: rgba(7,9,16,.08); color: #fff; cursor: pointer; text-align: left; font-size: 12px; font-weight: 820; transition: background .25s, color .25s, transform .25s; }
.story-tabs button span { color: rgba(255,255,255,.64); font: 800 9px/1 ui-monospace, monospace; }
.story-tabs button:hover, .story-tabs button:focus-visible { transform: translateY(-2px); border-color: var(--lime); }
.story-tabs button[aria-selected="true"] { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.story-tabs button[aria-selected="true"] span { color: #315300; }
.story-panels { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; padding: 36px 0 28px; }
.story-panels article { animation: story-in .45s ease both; }
@keyframes story-in { from { opacity: 0; transform: translateY(14px); } }
.story-kicker { margin: 0 0 17px; color: var(--lime); font: 900 10px/1 ui-monospace, monospace; letter-spacing: .15em; }
.story-panels h3 { max-width: 600px; margin: 0; font-size: clamp(34px, 4.4vw, 61px); font-weight: 940; line-height: .94; letter-spacing: -.055em; }
.story-panels article > p:not(.story-kicker) { max-width: 590px; margin: 23px 0; color: #dce7ff; font-size: 16px; }
.story-panels ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 7px; }
.story-panels li { padding: 8px 10px; border: 1px solid rgba(255,255,255,.36); font: 800 9px/1 ui-monospace, monospace; letter-spacing: .06em; }
.story-nav { position: relative; z-index: 1; display: grid; grid-template-columns: 47px 1fr 47px; gap: 12px; align-items: center; }
.story-nav button { width: 47px; height: 47px; border: 1px solid rgba(255,255,255,.44); background: transparent; color: #fff; cursor: pointer; font-size: 20px; transition: background .2s, color .2s; }
.story-nav button:hover, .story-nav button:focus-visible { background: var(--lime); color: var(--ink); }
.story-nav > span { height: 4px; background: rgba(255,255,255,.28); overflow: hidden; }
.story-nav i { display: block; width: calc((var(--story-index, 0) + 1) * 25%); height: 100%; background: var(--lime); transition: width .4s ease; }

.service-card { transform-style: preserve-3d; }
.service-card:hover .card-icon { background: var(--lime); color: var(--ink); transform: rotate(-8deg); }
.card-icon { transition: transform .25s, background .25s, color .25s; }
.process-grid li { position: relative; overflow: hidden; transition: background .25s, transform .25s; }
.process-grid li::after { content: ""; position: absolute; right: -52px; bottom: -52px; width: 104px; height: 104px; border: 18px solid rgba(47,124,255,.13); border-radius: 50%; transition: transform .3s; }
.process-grid li:hover { z-index: 1; background: #0e1728; transform: translateY(-7px) rotate(-.5deg); }
.process-grid li:hover::after { transform: scale(1.3); }

@media (max-width: 1080px) {
  .team-story-head { grid-template-columns: .42fr 1.15fr; }
  .team-story-head > p:last-child { grid-column: 2; }
  .story-layout { grid-template-columns: .9fr 1.1fr; min-height: 610px; }
  .story-visual { min-height: 610px; }
  .story-content { padding: 35px; }
}

@media (max-width: 780px) {
  body::before { display: none; }
  .team-story-head { grid-template-columns: 1fr; gap: 20px; }
  .team-story-head > p:last-child { grid-column: 1; max-width: 620px; }
  .story-layout { grid-template-columns: 1fr; min-height: auto; }
  .story-visual { min-height: auto; aspect-ratio: 4 / 3; }
  .story-content { margin: -20px 13px 0; min-height: 570px; }
}

@media (max-width: 560px) {
  .hero-stage { min-height: 500px; }
  .hero-image { background-position: 61% 50%; }
  .paper-scrap-blue { top: 74px; }
  .paper-scrap-lime { bottom: 112px; }
  .kinetic-sticker { font-size: 8px; }
  .sticker-host { left: 14px; top: 40%; }
  .sticker-operator { right: 14px; top: 61%; }
  .team-story { padding-left: 20px; padding-right: 20px; }
  .team-story-head { margin-bottom: 42px; }
  .team-story-head h2 { font-size: clamp(46px, 15vw, 68px); }
  .story-visual { aspect-ratio: 3 / 4; }
  .story-image[data-story-image="strategy"], .story-image[data-story-image="production"] { object-position: 60% center; }
  .story-count { top: 20px; right: 20px; }
  .story-caption { left: 20px; bottom: 27px; padding: 11px 13px; font-size: 19px; }
  .film-strip { top: 72px; right: 12px; width: 38px; }
  .story-content { margin: -16px 7px 0; padding: 29px 22px 25px; min-height: 610px; }
  .story-tabs { grid-template-columns: 1fr; }
  .story-tabs button { min-height: 49px; }
  .story-panels { padding: 30px 0 24px; }
  .story-panels h3 { font-size: clamp(34px, 11vw, 47px); }
  .story-panels article > p:not(.story-kicker) { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-stage, .story-visual { transform: none !important; }
  .story-image, .hero-image { transition: none !important; }
  .kinetic-sticker { animation: none !important; }
}

/* Decision tools: compare, recommend, brief */
.comparison, .package-finder, .commercial-terms, .brief-section { position: relative; padding: clamp(96px, 11vw, 158px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.comparison { background: #eef1f5; color: var(--ink); }
.comparison::before { content: "COMPARE"; position: absolute; right: -2vw; top: 1vw; color: rgba(7,9,16,.035); font-size: clamp(130px, 23vw, 350px); font-weight: 950; line-height: .8; letter-spacing: -.09em; }
.comparison-head, .finder-head, .terms-intro { position: relative; z-index: 1; display: grid; grid-template-columns: .43fr 1.12fr .6fr; gap: 42px; align-items: end; margin-bottom: 58px; }
.comparison-head .eyebrow, .terms-intro .eyebrow { align-self: start; color: #165dcc; }
.comparison-head h2, .finder-head h2, .terms-intro h2, .brief-intro h2 { margin: 0; font-size: clamp(45px, 6vw, 82px); font-weight: 920; line-height: .94; letter-spacing: -.06em; }
.comparison-head h2 span, .terms-intro h2 span { color: #747d8d; }
.comparison-head > p:last-child, .finder-head > p:last-child, .terms-intro > p:last-child { margin: 0; color: #666f7f; font-size: 16px; }
.comparison-switch { position: relative; z-index: 2; width: min(100%, 860px); display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 16px; border: 1px solid #bec5d0; background: #fff; }
.comparison-switch button { min-height: 70px; padding: 14px 18px; display: flex; align-items: center; gap: 13px; border: 0; border-right: 1px solid #bec5d0; background: transparent; color: #343b47; cursor: pointer; text-align: left; font-weight: 850; transition: background .2s, color .2s; }
.comparison-switch button:last-child { border-right: 0; }
.comparison-switch small { color: #7d8795; font: 800 11px/1 ui-monospace, monospace; }
.comparison-switch button[aria-selected="true"] { background: var(--ink); color: #fff; }
.comparison-switch button[aria-selected="true"] small { color: var(--lime); }
.comparison-panel { position: relative; z-index: 1; animation: panel-in .35s ease both; }
.comparison-table-wrap { overflow-x: auto; border: 1px solid #c6ccd5; background: #fff; box-shadow: 0 28px 70px rgba(7,9,16,.12); scrollbar-color: #1e66d7 #e3e7ed; }
.comparison-table-wrap:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
.comparison table { width: 100%; min-width: 940px; border-collapse: collapse; table-layout: fixed; }
.comparison th, .comparison td { min-width: 190px; padding: 18px 20px; border-right: 1px solid #d6dbe3; border-bottom: 1px solid #d6dbe3; text-align: left; vertical-align: middle; }
.comparison tr > *:last-child { border-right: 0; }
.comparison tbody tr:last-child > * { border-bottom: 0; }
.comparison thead th { height: 125px; background: #111723; color: #fff; }
.comparison thead th:first-child { color: #9eabba; font: 850 12px/1.3 ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.comparison thead span, .comparison thead small { display: block; }
.comparison thead span { font-size: 21px; line-height: 1.1; letter-spacing: -.03em; }
.comparison thead small { margin-top: 8px; color: #9eabba; font-size: 12px; }
.comparison thead b { display: inline-block; margin-bottom: 10px; padding: 6px 8px; background: var(--lime); color: var(--ink); font: 900 9px/1 ui-monospace, monospace; letter-spacing: .08em; }
.comparison tbody th { width: 22%; background: #f8f9fb; color: #5d6571; font: 800 12px/1.35 ui-monospace, monospace; letter-spacing: .04em; }
.comparison tbody td { color: #3f4652; font-size: 14px; }
.comparison tbody td strong, .comparison tbody td small { display: block; }
.comparison tbody td strong { color: var(--ink); font-size: 19px; }
.comparison tbody td small { margin-top: 3px; color: #7a8390; }
.comparison .recommended-col { background: #f3f7e7; }
.comparison thead .recommended-col { background: var(--cobalt); }
.compare-yes { color: #116e40; font-weight: 850; }
.compare-no { color: #a1a8b3; }
.comparison-actions { display: flex; align-items: center; gap: 27px; margin-top: 24px; }
.comparison-actions .text-link { color: #47505e; border-bottom-color: #aeb5c0; }
.comparison-note { position: relative; z-index: 1; max-width: 780px; margin: 24px 0 0; color: #737c89; font-size: 13px; }

.ratecard-output { position: relative; padding: clamp(96px, 11vw, 158px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; background: #140927; color: #fff; }
.ratecard-output::before { content: "OUTPUT"; position: absolute; right: -3vw; bottom: -1vw; color: rgba(255,255,255,.03); font-size: clamp(140px, 25vw, 390px); font-weight: 950; line-height: .8; letter-spacing: -.09em; }
.ratecard-output-head { position: relative; z-index: 1; display: grid; grid-template-columns: .43fr 1.12fr .6fr; gap: 42px; align-items: end; margin-bottom: 58px; }
.ratecard-output-head .eyebrow { align-self: start; color: var(--cyan); }
.ratecard-output-head h2 { margin: 0; font-size: clamp(45px, 6vw, 82px); font-weight: 920; line-height: .94; letter-spacing: -.06em; }
.ratecard-output-head h2 span { color: #b99cff; }
.ratecard-output-head > p:last-child { margin: 0; color: #b8aec7; font-size: 16px; }
.output-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.output-card { min-height: 385px; padding: clamp(23px, 3vw, 36px); color: #0b0b18; box-shadow: 13px 14px 0 rgba(0,0,0,.32); transition: transform .25s, box-shadow .25s; }
.output-card:hover { transform: translateY(-7px) rotate(-.25deg); box-shadow: 18px 22px 0 rgba(0,0,0,.26); }
.output-pink { background: #ff2b8d; }
.output-cyan { background: #16d0e9; }
.output-lime { background: #ebff36; }
.output-card > span { display: grid; place-items: center; width: 52px; height: 52px; border: 3px solid currentColor; border-radius: 50%; font: 900 12px/1 ui-monospace, monospace; }
.output-card h3 { margin: 45px 0 24px; font-size: clamp(26px, 2.8vw, 38px); line-height: .95; letter-spacing: -.045em; text-transform: uppercase; }
.output-card ul { list-style: none; padding: 0; margin: 0; }
.output-card li { position: relative; padding: 10px 0 10px 28px; border-bottom: 1px solid rgba(11,11,24,.25); font-size: 15px; font-weight: 820; }
.output-card li::before { content: "✓"; position: absolute; left: 0; top: 10px; }
.output-card p { margin: 27px 0 0; font-size: 12px; font-weight: 750; }
.pilot-banner { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 28px; padding: 24px 28px; border: 1px solid var(--lime); background: rgba(8,2,18,.78); box-shadow: 9px 10px 0 rgba(202,255,0,.16); }
.pilot-banner small, .pilot-banner strong { display: block; }
.pilot-banner small { margin-bottom: 8px; color: var(--lime); font: 900 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.pilot-banner strong { max-width: 760px; font-size: clamp(18px, 2.1vw, 27px); line-height: 1.2; }
.pilot-banner a { flex: 0 0 auto; min-height: 52px; padding: 0 17px; display: flex; align-items: center; gap: 30px; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 900; }
.pilot-banner a:hover, .pilot-banner a:focus-visible { background: var(--cyan); }

.package-finder { background: #07101f; color: #fff; }
.package-finder::before { content: "MATCH"; position: absolute; left: -2vw; bottom: -1vw; color: rgba(57,205,242,.035); font-size: clamp(150px, 27vw, 420px); font-weight: 950; line-height: .8; letter-spacing: -.08em; }
.finder-head { position: relative; z-index: 1; }
.finder-head .eyebrow { align-self: start; color: var(--cyan); }
.finder-head h2 span { color: var(--lime); }
.finder-head > p:last-child { color: #9ca8b9; }
.finder-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); gap: 22px; align-items: stretch; }
.finder-form { padding: clamp(25px, 3.4vw, 44px); border: 1px solid rgba(57,205,242,.3); background: rgba(9,23,42,.72); }
.finder-form fieldset { padding: 0; margin: 0 0 28px; border: 0; }
.finder-form legend { width: 100%; margin-bottom: 13px; color: #dce6f3; font-size: 15px; font-weight: 850; }
.finder-form legend span { margin-right: 10px; color: var(--cyan); font: 900 11px/1 ui-monospace, monospace; }
.choice-grid { display: grid; gap: 8px; }
.choice-grid-3 { grid-template-columns: repeat(3, 1fr); }
.choice-grid label { position: relative; cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label > span { min-height: 84px; display: flex; flex-direction: column; justify-content: center; padding: 15px 16px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.035); color: #fff; font-size: 14px; font-weight: 850; transition: border-color .2s, background .2s, color .2s, transform .2s; }
.choice-grid label > span small { margin-top: 5px; color: #8795a9; font-size: 12px; font-weight: 600; }
.choice-grid input:focus-visible + span { outline: 3px solid var(--cyan); outline-offset: 2px; }
.choice-grid input:checked + span { border-color: var(--lime); background: var(--lime); color: var(--ink); transform: translateY(-3px); }
.choice-grid input:checked + span small { color: #496300; }
.finder-selects { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.finder-selects label > span { min-height: 41px; display: flex; align-items: center; gap: 8px; color: #acb8c7; font-size: 12px; }
.finder-selects b { color: var(--cyan); font: 900 10px/1 ui-monospace, monospace; }
.finder-selects select, .brief-form input, .brief-form select, .brief-form textarea { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid rgba(255,255,255,.24); border-radius: 0; background: #0b1728; color: #fff; font: inherit; font-size: 14px; }
.finder-selects select:focus, .brief-form input:focus, .brief-form select:focus, .brief-form textarea:focus { outline: 2px solid var(--cyan); outline-offset: 2px; }
.finder-result { position: relative; padding: clamp(28px, 3.5vw, 46px); display: flex; flex-direction: column; overflow: hidden; background: var(--lime); color: var(--ink); }
.finder-result::after { content: "↗"; position: absolute; right: -19px; bottom: -62px; color: rgba(7,9,16,.1); font-size: 240px; font-weight: 950; line-height: 1; }
.finder-match { position: relative; z-index: 1; align-self: flex-start; padding: 8px 10px; background: var(--ink); color: var(--lime); font: 900 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.finder-label { position: relative; z-index: 1; margin: 45px 0 7px; font-size: 13px; }
.finder-result h3 { position: relative; z-index: 1; margin: 0; font-size: clamp(49px, 6vw, 78px); line-height: .86; letter-spacing: -.07em; text-transform: uppercase; }
.finder-price { position: relative; z-index: 1; margin: 22px 0 18px; font-size: clamp(29px, 3.6vw, 45px); font-weight: 950; line-height: 1; letter-spacing: -.05em; }
.finder-price small { font-size: 12px; letter-spacing: 0; }
.finder-result > p:not(.finder-label):not(.finder-price) { position: relative; z-index: 1; margin: 0; max-width: 520px; color: #304000; font-size: 15px; }
.finder-result ul { position: relative; z-index: 1; list-style: none; padding: 18px 0; margin: 22px 0; border-top: 1px solid rgba(7,9,16,.22); border-bottom: 1px solid rgba(7,9,16,.22); }
.finder-result li { margin: 8px 0; font-size: 13px; font-weight: 760; }
.finder-result li::before { content: "✓"; margin-right: 9px; }
.finder-cta, .finder-detail { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; }
.finder-cta { min-height: 58px; padding: 0 18px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 900; }
.finder-cta:hover, .finder-cta:focus-visible { background: var(--cobalt); }
.finder-detail { padding: 14px 2px 7px; border-bottom: 1px solid rgba(7,9,16,.28); font-size: 13px; font-weight: 850; }
.finder-disclaimer { position: relative; z-index: 1; margin-top: 20px; color: #536d00; font-size: 11px; line-height: 1.45; }

.commercial-terms { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(45px, 7vw, 90px); background: #eef1f5; color: var(--ink); }
.terms-intro { display: block; margin: 0; align-self: start; position: sticky; top: 35px; }
.terms-intro .eyebrow { margin-bottom: 30px; }
.terms-intro h2 { font-size: clamp(43px, 5vw, 68px); }
.terms-intro > p:last-child { max-width: 520px; margin-top: 27px; }
.terms-list { border-top: 1px solid #bbc2cc; }
.terms-list details { border-bottom: 1px solid #bbc2cc; }
.terms-list summary { position: relative; list-style: none; padding: 27px 54px 27px 48px; cursor: pointer; font-size: 18px; font-weight: 820; }
.terms-list summary::-webkit-details-marker { display: none; }
.terms-list summary span { position: absolute; left: 0; top: 33px; color: #1763d6; font: 900 10px/1 ui-monospace, monospace; }
.terms-list summary::after { content: "+"; position: absolute; right: 3px; top: 23px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #afb7c3; color: #1763d6; transition: transform .2s, background .2s; }
.terms-list details[open] summary::after { transform: rotate(45deg); background: var(--lime); color: var(--ink); }
.terms-list p { max-width: 720px; margin: -3px 48px 28px; color: #656e7c; font-size: 15px; }

.brief-section { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: clamp(45px, 7vw, 90px); background: var(--cobalt); color: #fff; }
.brief-section::before { content: "BRIEF"; position: absolute; left: -2vw; bottom: -2vw; color: rgba(255,255,255,.055); font-size: clamp(150px, 25vw, 390px); font-weight: 950; line-height: .8; letter-spacing: -.09em; }
.brief-intro, .brief-form { position: relative; z-index: 1; }
.brief-intro .eyebrow { color: var(--lime); }
.brief-intro h2 span { color: #a9c8ff; }
.brief-intro > p:not(.eyebrow) { max-width: 590px; margin: 28px 0; color: #e0eaff; font-size: 16px; }
.brief-points { border-top: 1px solid rgba(255,255,255,.3); }
.brief-points span { display: flex; align-items: center; gap: 13px; min-height: 56px; border-bottom: 1px solid rgba(255,255,255,.3); font-size: 13px; font-weight: 760; }
.brief-points b { color: var(--lime); font: 900 10px/1 ui-monospace, monospace; }
.brief-form { padding: clamp(26px, 4vw, 49px); background: #07101f; box-shadow: 18px 20px 0 var(--lime); }
.brief-form label { display: block; margin-bottom: 18px; color: #dfe7f2; font-size: 13px; font-weight: 780; }
.brief-form input, .brief-form select, .brief-form textarea { display: block; margin-top: 8px; }
.brief-form textarea { min-height: 115px; padding-top: 13px; resize: vertical; }
.brief-form input::placeholder, .brief-form textarea::placeholder { color: #768398; }
.brief-form input[type="month"] { color-scheme: dark; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.platform-checks { padding: 0; margin: 0 0 18px; border: 0; }
.platform-checks legend { margin-bottom: 9px; color: #dfe7f2; font-size: 13px; font-weight: 780; }
.platform-checks label { position: relative; display: inline-block; margin: 0 5px 7px 0; cursor: pointer; }
.platform-checks input { position: absolute; opacity: 0; pointer-events: none; }
.platform-checks span { display: inline-flex; min-height: 43px; align-items: center; padding: 0 12px; border: 1px solid rgba(255,255,255,.25); color: #bfcada; font-size: 12px; }
.platform-checks input:focus-visible + span { outline: 2px solid var(--cyan); outline-offset: 2px; }
.platform-checks input:checked + span { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.form-status { min-height: 23px; margin: 0 0 10px; color: #ffbdc7; font-size: 13px; }
.form-status.is-success { color: var(--lime); }
.brief-submit { width: 100%; min-height: 62px; padding: 0 19px; display: flex; justify-content: space-between; align-items: center; border: 0; background: var(--lime); color: var(--ink); cursor: pointer; font-size: 15px; font-weight: 930; transition: transform .2s, background .2s; }
.brief-submit:hover, .brief-submit:focus-visible { transform: translateY(-3px); background: var(--cyan); }
.brief-submit span { font-size: 22px; }
.brief-form > small { display: block; margin-top: 15px; color: #8290a4; font-size: 11px; line-height: 1.45; }

.tracking-consent { position: fixed; z-index: 95; left: 20px; right: 20px; bottom: 20px; max-width: 820px; margin: 0 auto; padding: 20px; display: grid; grid-template-columns: 1fr auto; gap: 23px; align-items: center; border: 1px solid rgba(57,205,242,.55); background: rgba(5,12,24,.96); color: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.52); backdrop-filter: blur(16px); }
.tracking-consent strong { font-size: 15px; }
.tracking-consent p { margin: 5px 0 0; color: #9ba8ba; font-size: 12px; line-height: 1.45; }
.consent-actions { display: flex; gap: 8px; }
.consent-actions button, .privacy-settings { min-height: 40px; padding: 0 14px; border: 1px solid rgba(255,255,255,.3); background: transparent; color: #fff; cursor: pointer; font-size: 12px; font-weight: 820; }
.consent-actions button:last-child { border-color: var(--lime); background: var(--lime); color: var(--ink); }
.privacy-settings { min-height: 0; padding: 4px 0 0; border: 0; color: #818b9d; text-decoration: underline; font-size: 10px; }

@media (max-width: 1080px) {
  .comparison-head, .finder-head, .ratecard-output-head { grid-template-columns: .42fr 1.58fr; }
  .comparison-head > p:last-child, .finder-head > p:last-child, .ratecard-output-head > p:last-child { grid-column: 2; }
  .finder-layout { grid-template-columns: 1fr; }
  .finder-result { min-height: 590px; }
}

@media (max-width: 780px) {
  .comparison-head, .finder-head, .ratecard-output-head { grid-template-columns: 1fr; gap: 20px; }
  .comparison-head > p:last-child, .finder-head > p:last-child, .ratecard-output-head > p:last-child { grid-column: 1; }
  .output-grid { grid-template-columns: 1fr; }
  .output-card { min-height: 310px; }
  .pilot-banner { align-items: stretch; flex-direction: column; }
  .pilot-banner a { justify-content: space-between; }
  .commercial-terms, .brief-section { grid-template-columns: 1fr; }
  .terms-intro { position: static; }
  .choice-grid-3 { grid-template-columns: 1fr 1fr 1fr; }
  .finder-selects { grid-template-columns: 1fr; }
  .finder-result { min-height: 560px; }
  .tracking-consent { grid-template-columns: 1fr; }
  .consent-actions { justify-content: flex-end; }
}

@media (max-width: 560px) {
  .comparison, .ratecard-output, .package-finder, .commercial-terms, .brief-section { padding-left: 20px; padding-right: 20px; }
  .comparison-head, .finder-head, .ratecard-output-head { margin-bottom: 40px; }
  .comparison-head h2, .finder-head h2, .ratecard-output-head h2, .terms-intro h2, .brief-intro h2 { font-size: clamp(40px, 12.5vw, 55px); }
  .comparison-switch { grid-template-columns: 1fr; }
  .comparison-switch button { border-right: 0; border-bottom: 1px solid #bec5d0; }
  .comparison-switch button:last-child { border-bottom: 0; }
  .comparison table { min-width: 820px; }
  .comparison th, .comparison td { min-width: 165px; padding: 15px 14px; }
  .comparison tbody th { position: sticky; z-index: 2; left: 0; box-shadow: 8px 0 16px rgba(7,9,16,.08); }
  .comparison-actions { align-items: stretch; flex-direction: column; gap: 15px; }
  .comparison-actions .button { width: 100%; }
  .comparison-actions .text-link { width: max-content; }
  .output-card { min-height: 285px; padding: 25px 22px; box-shadow: 8px 9px 0 rgba(0,0,0,.32); }
  .output-card h3 { margin-top: 35px; }
  .pilot-banner { padding: 22px 18px; }
  .choice-grid-3 { grid-template-columns: 1fr; }
  .choice-grid label > span { min-height: 67px; }
  .finder-form, .finder-result { margin-left: -4px; margin-right: -4px; }
  .finder-result { min-height: 600px; }
  .terms-list summary { padding-left: 38px; font-size: 16px; }
  .terms-list p { margin-left: 38px; margin-right: 10px; }
  .brief-form { margin-right: 9px; padding: 25px 20px; box-shadow: 9px 11px 0 var(--lime); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .tracking-consent { left: 12px; right: 12px; bottom: 12px; padding: 17px; }
  .consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
}

/* Dedicated service routes */
.service-page { background: #06101e; }
.service-page .service-header { position: absolute; color: #fff; }
.service-hero { position: relative; min-height: 840px; padding: 190px max(24px, calc((100vw - var(--max)) / 2)) 100px; display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; overflow: hidden; }
.service-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,9,18,.98) 0%, rgba(3,9,18,.78) 50%, rgba(3,9,18,.3) 100%), var(--route-image) center / cover no-repeat; }
.service-hero::after { content: "CSMC / SERVICE"; position: absolute; right: 25px; bottom: 24px; color: rgba(255,255,255,.5); font: 850 9px/1 ui-monospace, monospace; letter-spacing: .15em; writing-mode: vertical-rl; }
.service-hero-live { --route-image: url("./assets/ai-live-studio.webp"); }
.service-hero-market, .service-hero-commerce { --route-image: url("./assets/ai-commerce-team.webp"); }
.service-hero-market::before { background: linear-gradient(90deg, rgba(3,9,18,.98) 0%, rgba(3,21,24,.75) 52%, rgba(3,9,18,.22) 100%), var(--route-image) center / cover no-repeat; }
.service-hero-commerce::before { background: linear-gradient(90deg, rgba(15,7,32,.97) 0%, rgba(30,11,55,.7) 52%, rgba(3,9,18,.2) 100%), var(--route-image) center / cover no-repeat; }
.service-hero-copy, .service-hero-note { position: relative; z-index: 1; }
.service-hero-copy .eyebrow { color: var(--cyan); }
.service-hero-copy h1 { margin: 23px 0 28px; max-width: 900px; font-size: clamp(62px, 8vw, 118px); line-height: .78; letter-spacing: -.075em; }
.service-hero-copy h1 em { color: var(--lime); font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.service-hero-copy > p:not(.eyebrow) { max-width: 750px; color: #c0c9d6; font-size: clamp(17px, 1.7vw, 21px); }
.service-hero-copy > div { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.service-hero-note { padding: 29px; border: 1px solid rgba(216,255,0,.55); background: rgba(3,9,18,.72); backdrop-filter: blur(14px); }
.service-hero-note span, .service-hero-note strong, .service-hero-note small { display: block; }
.service-hero-note span { color: var(--cyan); font: 900 9px/1 ui-monospace, monospace; letter-spacing: .12em; }
.service-hero-note strong { margin: 50px 0; color: #fff; font-size: clamp(31px, 4vw, 52px); line-height: .9; letter-spacing: -.055em; }
.service-hero-note small { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.2); color: #8795a8; }
.service-packages, .service-workflow { padding: clamp(90px, 10vw, 145px) max(24px, calc((100vw - var(--max)) / 2)); background: #f1f3f6; color: var(--ink); }
.service-section-head { display: grid; grid-template-columns: .42fr 1.58fr; gap: 35px; margin-bottom: 60px; }
.service-section-head .eyebrow { color: #1763d6; }
.service-section-head h2 { font-size: clamp(48px, 6vw, 83px); line-height: .9; letter-spacing: -.065em; }
.service-section-head h2 em, .service-page-cta h2 em { color: #1763d6; font-family: Georgia, "Times New Roman", serif; font-weight: 500; }
.service-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.service-package-card { min-height: 790px; padding: clamp(23px, 2.8vw, 36px); display: flex; flex-direction: column; border: 1px solid #aeb7c3; background: #fafbfc; }
.service-package-card.is-highlight { border-top: 9px solid var(--cobalt); background: #07101f; color: #fff; transform: translateY(-10px); box-shadow: 0 22px 65px rgba(7,16,31,.2); }
.service-package-card > span { color: #1763d6; font: 900 9px/1 ui-monospace, monospace; letter-spacing: .1em; }
.service-package-card.is-highlight > span { color: var(--lime); }
.service-package-card h3 { margin: 55px 0 18px; font-size: clamp(43px, 4.5vw, 65px); line-height: .85; letter-spacing: -.065em; }
.service-package-card > p { min-height: 135px; color: #606a79; font-size: 14px; }
.service-package-card.is-highlight > p { color: #aab5c5; }
.service-package-card > div { margin: 24px 0; padding: 18px 0; display: grid; grid-template-columns: 1fr; border-top: 1px solid #bdc4ce; border-bottom: 1px solid #bdc4ce; }
.service-package-card > div small { margin-top: 12px; color: #6d7786; font: 850 8px/1 ui-monospace, monospace; letter-spacing: .08em; }
.service-package-card > div small:first-child { margin-top: 0; }
.service-package-card > div strong { margin-top: 5px; font-size: clamp(22px, 2.2vw, 30px); line-height: 1; letter-spacing: -.04em; }
.service-package-card.is-highlight > div { border-color: rgba(255,255,255,.22); }
.service-package-card.is-highlight > div small { color: #8f9bae; }
.service-package-card.is-highlight > div strong { color: var(--lime); }
.service-package-card ul { padding: 0; margin: 0 0 28px; list-style: none; color: #5f6978; font-size: 12px; }
.service-package-card.is-highlight ul { color: #b7c0cd; }
.service-package-card li { margin: 9px 0; }
.service-package-card li::before { content: "✓"; margin-right: 8px; color: #1763d6; font-weight: 900; }
.service-package-card.is-highlight li::before { color: var(--lime); }
.service-package-card > a { margin-top: auto; min-height: 54px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; background: var(--cobalt); color: #fff; font-size: 12px; font-weight: 900; }
.service-package-card.is-highlight > a { background: var(--lime); color: var(--ink); }
.service-scope-note { margin: 28px 0 0; padding: 20px; border-left: 4px solid var(--cobalt); background: #dfe6f2; color: #626c7a; font-size: 12px; }
.service-workflow { background: #06101e; color: #fff; }
.service-workflow .service-section-head .eyebrow { color: var(--cyan); }
.service-workflow .service-section-head h2 em { color: var(--lime); }
.service-workflow ol { padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); list-style: none; }
.service-workflow li { min-height: 290px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.service-workflow b { color: var(--cyan); font: 900 9px/1 ui-monospace, monospace; }
.service-workflow strong { margin: 80px 0 15px; font-size: 23px; }
.service-workflow span { color: #8e9bad; font-size: 13px; }
.service-page-cta { padding: clamp(90px, 10vw, 145px) max(24px, calc((100vw - var(--max)) / 2)); background: var(--lime); color: var(--ink); }
.service-page-cta > p { font: 900 10px/1 ui-monospace, monospace; letter-spacing: .1em; }
.service-page-cta h2 { margin: 30px 0; font-size: clamp(53px, 7.5vw, 105px); line-height: .82; letter-spacing: -.07em; }
.service-page-cta h2 em { color: #1763d6; }
.service-page-cta > div { display: flex; align-items: center; gap: 28px; }
.service-page .floating-wa { display: grid; place-items: center; color: var(--ink); font-size: 11px; font-weight: 950; }

@media (max-width: 900px) {
  .service-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 160px; }
  .service-hero-note { max-width: 520px; }
  .service-package-grid { grid-template-columns: 1fr; }
  .service-package-card, .service-package-card.is-highlight { min-height: auto; transform: none; }
  .service-package-card > p { min-height: 0; }
  .service-workflow ol { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .service-hero, .service-packages, .service-workflow, .service-page-cta { padding-left: 20px; padding-right: 20px; }
  .service-hero { padding-top: 135px; padding-bottom: 70px; gap: 38px; }
  .service-hero-copy h1 { font-size: clamp(56px, 18vw, 78px); }
  .service-hero-copy > div, .service-page-cta > div { align-items: flex-start; flex-direction: column; }
  .service-section-head { grid-template-columns: 1fr; gap: 18px; }
  .service-section-head h2 { font-size: 46px; }
  .service-package-card { padding: 25px 20px; }
  .service-workflow ol { grid-template-columns: 1fr; }
  .service-workflow li { min-height: 220px; }
  .service-workflow strong { margin-top: 55px; }
  .service-page-cta h2 { font-size: 55px; }
}

/* Revision: official logo, infinite live reel, visual service picker, and map */
.brand {
  position: relative;
  width: 238px;
  height: 66px;
  flex: 0 0 auto;
  background: transparent url("./assets/csmc-logo.png?v=12") left center / contain no-repeat;
  border-radius: 0;
  mix-blend-mode: screen;
}
.brand-mark, .brand-copy {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}
.brand-footer { width: 205px; height: 58px; }
.hero-brand-logo { position: absolute; z-index: 5; left: 22px; top: 22px; width: min(42%, 290px); height: auto; border: 0; background: transparent; box-shadow: none; mix-blend-mode: screen; }

.portfolio-controls { position: relative; z-index: 2; margin-bottom: 25px; display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.portfolio-controls p { margin: 0; max-width: 650px; color: #98a6b8; font-size: 14px; }
.portfolio-controls p span { margin-right: 9px; color: var(--lime); font: 900 11px/1 ui-monospace, monospace; letter-spacing: .1em; }
.portfolio-controls > div { display: flex; gap: 8px; }
.portfolio-controls button { width: 52px; height: 52px; border: 1px solid rgba(57,205,242,.48); border-radius: 50%; background: rgba(7,16,31,.8); color: #fff; cursor: pointer; font-size: 22px; transition: background .2s, color .2s, transform .2s; }
.portfolio-controls button:hover, .portfolio-controls button:focus-visible { background: var(--lime); color: var(--ink); transform: scale(1.06); }
.portfolio-viewport { position: relative; z-index: 2; width: 100vw; margin-left: calc(50% - 50vw); overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: var(--cyan) #07101f; cursor: grab; scroll-snap-type: x proximity; }
.portfolio-viewport:active { cursor: grabbing; }
.portfolio-grid { width: max-content; padding: 0 max(20px, calc((100vw - var(--max)) / 2)); display: flex; grid-template-columns: none; grid-auto-rows: unset; gap: 16px; }
.portfolio-item, .portfolio-item.portrait-tall { flex: 0 0 clamp(270px, 25vw, 350px); grid-row: auto; display: flex; flex-direction: column; height: auto; border: 1px solid rgba(57,205,242,.25); scroll-snap-align: center; }
.portfolio-item img { width: 100%; height: auto; aspect-ratio: 9 / 16; object-fit: contain; object-position: center; background: #02060d; }
.portfolio-item > span { position: static; min-height: 76px; padding: 15px 16px; background: #091526; }
.portfolio-item::after { top: 14px; }
.portfolio-item:hover img, .portfolio-item:focus-visible img { transform: scale(1.015); }

.estimate-service-list { position: relative; z-index: 2; margin: -20px 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.estimate-service-list > button { position: relative; min-height: 148px; padding: 21px; display: grid; grid-template-columns: 34px 1fr 28px; gap: 15px; align-items: start; border: 1px solid #abb5c3; background: rgba(255,255,255,.8); color: var(--ink); cursor: pointer; text-align: left; overflow: hidden; transition: transform .2s, border-color .2s, background .2s; }
.estimate-service-list > button::after { content: ""; position: absolute; right: -45px; bottom: -62px; width: 150px; height: 150px; border: 1px solid rgba(17,94,233,.2); border-radius: 50%; box-shadow: 0 0 0 27px rgba(17,94,233,.04), 0 0 0 54px rgba(17,94,233,.025); }
.estimate-service-list > button:hover, .estimate-service-list > button:focus-visible, .estimate-service-list > button.is-selected { transform: translateY(-5px); border-color: var(--cobalt); background: #dfe9ff; }
.estimate-service-list > button > span { color: var(--cobalt); font: 900 10px/1 ui-monospace, monospace; }
.estimate-service-list div, .estimate-service-list > button > b { position: relative; z-index: 1; }
.estimate-service-list small, .estimate-service-list strong, .estimate-service-list p { display: block; }
.estimate-service-list small { color: #1763d6; font: 900 9px/1 ui-monospace, monospace; letter-spacing: .09em; }
.estimate-service-list strong { margin-top: 13px; font-size: clamp(19px, 2vw, 28px); line-height: .95; letter-spacing: -.04em; }
.estimate-service-list p { margin: 10px 0 0; color: #667282; font-size: 12px; }
.estimate-service-list > button > b { justify-self: end; font-size: 23px; }

.studio-map { position: relative; z-index: 2; min-height: 510px; margin-bottom: 12px; display: grid; grid-template-columns: 1.42fr .58fr; border: 1px solid #aab3bf; background: #07101f; color: #fff; box-shadow: 18px 20px 0 #1763d6; overflow: hidden; }
.studio-map iframe { width: 100%; min-height: 510px; height: 100%; border: 0; filter: saturate(.76) contrast(1.05); }
.studio-map > div { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; }
.studio-map > div > span { color: var(--cyan); font: 900 10px/1 ui-monospace, monospace; letter-spacing: .12em; }
.studio-map h3 { margin: 62px 0 20px; color: var(--lime); font: italic 500 clamp(42px, 5vw, 68px)/.88 Georgia, "Times New Roman", serif; letter-spacing: -.06em; }
.studio-map p { color: #aab5c4; font-size: 15px; }
.studio-map a { min-height: 56px; margin-top: auto; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; background: var(--lime); color: var(--ink); font-size: 13px; font-weight: 900; }
.studio-map a b { font-size: 21px; }

main > section { isolation: isolate; }
main > section > :not(.section-art) { position: relative; z-index: 1; }
.section-art { --art-x: calc((var(--pointer-x, 50vw) - 50vw) * .018); --art-y: calc((var(--pointer-y, 50vh) - 50vh) * .018); position: absolute; z-index: 0; right: -7vw; top: 10%; width: clamp(250px, 35vw, 540px); aspect-ratio: 1; border: 1px solid rgba(57,205,242,.18); border-radius: 50%; pointer-events: none; opacity: .7; transform: translate(var(--art-x), var(--art-y)); transition: transform .18s linear; }
.section-art::before, .section-art::after { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(216,255,0,.15); border-radius: 50%; }
.section-art::before { box-shadow: 0 0 0 43px rgba(57,205,242,.025), 0 0 0 86px rgba(216,255,0,.018); animation: art-orbit 12s linear infinite; }
.section-art::after { inset: 32%; border-radius: 7%; background: linear-gradient(135deg, rgba(47,124,255,.13), rgba(216,255,0,.04)); transform: rotate(28deg); animation: art-counter 15s linear infinite; }
main > section:nth-of-type(3n) .section-art { right: auto; left: -9vw; top: 35%; border-radius: 12%; transform: translate(var(--art-x), var(--art-y)) rotate(20deg); }
main > section:nth-of-type(3n+2) .section-art { top: auto; bottom: -11%; opacity: .48; }
body:not(.service-page) .section-art { display: none !important; }
@keyframes art-orbit { to { transform: rotate(360deg); } }
@keyframes art-counter { to { transform: rotate(-332deg); } }

.services { background-image: none; }
.team-story { background-image: repeating-linear-gradient(115deg, transparent 0 39px, rgba(57,205,242,.025) 40px), radial-gradient(circle at 80% 20%, rgba(216,255,0,.07), transparent 29%); }
.pricing-showcase { background-image: linear-gradient(120deg, rgba(5,12,24,.96), rgba(5,12,24,.82)), url("./assets/ai-live-studio.webp"); background-size: cover; background-attachment: fixed; }
.comparison { background-image: repeating-linear-gradient(105deg, transparent 0 44px, rgba(17,94,233,.045) 45px), radial-gradient(circle at 12% 20%, rgba(17,94,233,.1), transparent 28%); }
.ratecard-output { background-image: radial-gradient(circle at 88% 18%, rgba(216,255,0,.12), transparent 27%), linear-gradient(145deg, transparent 60%, rgba(57,205,242,.045)); }
.package-finder { background-image: linear-gradient(90deg, rgba(7,16,31,.96), rgba(7,16,31,.72)), url("./assets/ai-commerce-team.webp"); background-size: cover; background-position: center; }
.process { background-image: radial-gradient(circle at 87% 33%, rgba(47,124,255,.12), transparent 24%), repeating-linear-gradient(90deg, transparent 0 59px, rgba(7,9,16,.025) 60px); }
.fit-section { background-image: linear-gradient(125deg, rgba(57,205,242,.05), transparent 40%), radial-gradient(circle at 92% 90%, rgba(216,255,0,.08), transparent 28%); }
.commercial-terms { background-image: repeating-linear-gradient(115deg, transparent 0 54px, rgba(17,94,233,.035) 55px); }
.faq { background-image: radial-gradient(circle at 5% 70%, rgba(47,124,255,.09), transparent 30%); }
.contact { background-image: linear-gradient(120deg, rgba(17,94,233,.06), transparent 55%), repeating-linear-gradient(90deg, transparent 0 70px, rgba(7,9,16,.022) 71px); }

/* Complete 2026 revision: evidence, scope, policies, and conversion */
.package-deep-dive::before { display: none; }
.package-deep-dive-heading { min-height: 48px; padding: 0 17px; display: flex; align-items: center; border-bottom: 1px solid color-mix(in srgb, var(--accent-2) 35%, transparent); color: #eaf0f7; font: 850 10px/1 ui-monospace, monospace; letter-spacing: .08em; }

.case-record { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); margin-top: 26px; border: 1px solid rgba(216,255,0,.42); background: rgba(3,16,15,.87); box-shadow: 16px 18px 0 rgba(2,13,12,.4); }
.case-record-copy { padding: clamp(26px,4vw,48px); background: var(--lime); color: var(--ink); }
.case-record-alt .case-record-copy { background: var(--cyan); }
.case-record-copy h3 { margin: 27px 0; font: italic 500 clamp(39px,4.8vw,68px)/.9 Georgia,"Times New Roman",serif; letter-spacing: -.055em; }
.case-record-copy > p { font-size: 14px; line-height: 1.65; }
.case-record-copy > p strong { font-weight: 900; }
.case-strategy { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(7,9,16,.28); }
.case-strategy > strong { font: 900 10px/1 ui-monospace,monospace; letter-spacing: .1em; }
.case-strategy ul { margin: 15px 0 0; padding-left: 19px; }
.case-strategy li { margin: 8px 0; font-size: 13px; font-weight: 720; }
.case-note { margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(7,9,16,.25); font-size: 11px !important; }
.case-record-evidence { min-width: 0; padding: clamp(20px,3vw,34px); }
.case-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border: 1px solid rgba(57,205,242,.32); }
.case-metrics > div { min-height: 98px; padding: 15px; border-right: 1px solid rgba(57,205,242,.22); border-bottom: 1px solid rgba(57,205,242,.22); }
.case-metrics > div:nth-child(3n) { border-right: 0; }
.case-metrics small,.case-metrics strong { display: block; }
.case-metrics small { color: var(--cyan); font: 850 8px/1.3 ui-monospace,monospace; letter-spacing: .08em; }
.case-metrics strong { margin-top: 14px; color: var(--lime); font-size: clamp(18px,2.2vw,29px); line-height: 1; overflow-wrap: anywhere; }
.case-duration { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 12px; border: 1px solid rgba(216,255,0,.34); }
.case-duration span { padding: 13px; color: #899aaa; font-size: 10px; }
.case-duration strong { display: block; margin-top: 6px; color: #fff; font-size: 14px; }
.case-record .case-gallery { margin-top: 14px; }
.case-record .case-gallery button { min-height: 0; aspect-ratio: 16/9; }
.case-record .case-gallery img { object-fit: contain; background: #edf0f4; }
.case-gallery-two { grid-template-columns: repeat(2,1fr); }
.case-gallery-two button:last-child { grid-column: auto; }
.case-privacy { position: relative; z-index: 2; margin-top: 26px; padding: 24px; border-left: 5px solid var(--lime); background: rgba(4,19,18,.84); }
.case-privacy strong { color: var(--lime); }
.case-privacy p { margin: 8px 0 0; color: #9eb0ab; font-size: 13px; }

.comparison-swipe-hint { display: none; margin: 0 0 10px; color: #165dcc; font: 900 10px/1 ui-monospace,monospace; letter-spacing: .09em; }
.compare-select-row button { min-height: 48px; width: 100%; padding: 0 12px; border: 0; background: var(--ink); color: #fff; cursor: pointer; font-weight: 900; }
.compare-select-row .recommended-col button { background: var(--cobalt); }
.compare-select-row button:hover,.compare-select-row button:focus-visible { background: var(--lime); color: var(--ink); }

.scope-section,.policy-section { position: relative; padding: clamp(96px,11vw,158px) max(24px,calc((100vw - var(--max))/2)); overflow: hidden; }
.scope-section { background: #07101f; color: #fff; }
.scope-section::before { content: "SCOPE"; position: absolute; right: -2vw; top: 2vw; color: rgba(57,205,242,.035); font-size: clamp(130px,23vw,350px); font-weight: 950; line-height: .8; letter-spacing: -.09em; }
.scope-head,.policy-head { position: relative; z-index: 1; display: grid; grid-template-columns: .43fr 1.12fr .6fr; gap: 42px; align-items: end; margin-bottom: 55px; }
.scope-head .eyebrow,.policy-head .eyebrow { align-self: start; color: var(--cyan); }
.scope-head h2,.policy-head h2 { margin: 0; font-size: clamp(45px,6vw,82px); line-height: .92; letter-spacing: -.06em; }
.scope-head h2 span,.policy-head h2 span { color: var(--lime); }
.scope-head > p:last-child,.policy-head > p:last-child { margin: 0; color: #98a6b8; }
.scope-columns { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.scope-card { min-height: 530px; padding: clamp(27px,4vw,47px); }
.scope-card > span { font: 900 10px/1 ui-monospace,monospace; letter-spacing: .1em; }
.scope-card h3 { margin: 42px 0 28px; font-size: clamp(29px,3.2vw,44px); line-height: .95; }
.scope-card ul { margin: 0; padding: 0; list-style: none; }
.scope-card li { padding: 12px 0 12px 27px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 730; }
.scope-card li::before { position: absolute; margin-left: -26px; }
.scope-included { background: var(--lime); color: var(--ink); }
.scope-included li::before { content: "✓"; }
.scope-excluded { border: 1px solid rgba(57,205,242,.42); background: #0b1b31; color: #dce6f3; }
.scope-excluded > span { color: var(--cyan); }
.scope-excluded li::before { content: "–"; color: var(--cyan); }
.scope-detail-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 18px; }
.scope-detail-grid article { padding: 24px; border: 1px solid rgba(255,255,255,.15); background: rgba(9,23,42,.72); }
.scope-detail-grid small { color: var(--cyan); font: 900 9px/1 ui-monospace,monospace; letter-spacing: .1em; }
.scope-detail-grid p { margin: 18px 0 0; color: #aab6c6; font-size: 13px; }
.addon-board { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 18px; border: 1px solid rgba(216,255,0,.4); }
.addon-board > span { grid-column: 1/-1; padding: 18px; background: var(--lime); color: var(--ink); font: 900 10px/1 ui-monospace,monospace; letter-spacing: .1em; }
.addon-board div { min-height: 86px; padding: 16px; border-right: 1px solid rgba(216,255,0,.2); border-bottom: 1px solid rgba(216,255,0,.2); }
.addon-board b,.addon-board strong { display: block; }
.addon-board b { color: #9eacbd; font-size: 12px; }
.addon-board strong { margin-top: 8px; color: var(--lime); font-size: 15px; }

.brief-consent { display: grid !important; grid-template-columns: 22px 1fr; gap: 10px; align-items: start; }
.brief-consent input { width: 20px !important; min-height: 20px !important; margin-top: 1px !important; }
.brief-schedule-note { padding: 13px; border-left: 3px solid var(--cyan); background: rgba(57,205,242,.08); color: #afbdce; font-size: 12px; }
.brief-summary { margin: 20px 0; padding: 18px; border: 1px solid rgba(216,255,0,.38); background: #040a13; }
.brief-summary small { color: var(--lime); font: 900 9px/1 ui-monospace,monospace; letter-spacing: .1em; }
.brief-summary pre { margin: 15px 0 0; white-space: pre-wrap; overflow-wrap: anywhere; color: #cbd6e5; font: 12px/1.55 Inter,sans-serif; }
.brief-actions { display: grid; grid-template-columns: .55fr 1.45fr; gap: 10px; }
.brief-copy { min-height: 62px; padding: 0 16px; border: 1px solid var(--cyan); background: transparent; color: var(--cyan); cursor: pointer; font-weight: 850; }

.official-contact { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 18px; border: 1px solid rgba(57,205,242,.3); }
.official-contact span { min-height: 100px; padding: 18px; border-right: 1px solid rgba(57,205,242,.22); }
.official-contact span:last-child { border-right: 0; }
.official-contact small,.official-contact strong,.official-contact a { display: block; }
.official-contact small { color: var(--cyan); font: 900 8px/1 ui-monospace,monospace; letter-spacing: .1em; }
.official-contact strong,.official-contact a { margin-top: 15px; color: #fff; font-size: 13px; }

.policy-section { background: #eef1f5; color: var(--ink); }
.policy-section::before { content: "POLICY"; position: absolute; right: -3vw; bottom: -2vw; color: rgba(7,9,16,.035); font-size: clamp(130px,24vw,370px); font-weight: 950; line-height: .8; letter-spacing: -.09em; }
.policy-head .eyebrow { color: #165dcc; }
.policy-head h2 span { color: #1763d6; }
.policy-head > p:last-child { color: #657080; }
.policy-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; }
.policy-grid article { padding: 27px; border: 1px solid #c3cad4; background: #fff; box-shadow: 8px 9px 0 rgba(7,9,16,.08); }
.policy-grid article > span { color: #1763d6; font: 900 10px/1 ui-monospace,monospace; }
.policy-grid h3 { margin: 24px 0 17px; font-size: 24px; }
.policy-grid ul { margin: 0; padding-left: 18px; color: #58616d; }
.policy-grid li { margin: 8px 0; font-size: 14px; }

.payment-dialog { width: min(92vw,620px); max-height: 92vh; padding: clamp(27px,5vw,52px); border: 1px solid rgba(57,205,242,.55); background: #07101f; color: #fff; box-shadow: 0 35px 120px rgba(0,0,0,.85); }
.payment-dialog::backdrop { background: rgba(1,4,10,.9); backdrop-filter: blur(10px); }
.payment-dialog .dialog-close { top: 11px; right: 11px; }
.payment-dialog-kicker { color: var(--cyan); font: 900 10px/1 ui-monospace,monospace; letter-spacing: .1em; }
.payment-dialog h2 { margin: 38px 0 8px; color: var(--lime); font-size: clamp(36px,6vw,62px); letter-spacing: -.05em; }
.payment-copy { min-height: 54px; width: 100%; margin: 22px 0 8px; border: 0; background: var(--lime); color: var(--ink); cursor: pointer; font-weight: 900; }
.payment-dialog > p { color: #aebaca; }
.payment-dialog ul { margin: 28px 0 0; padding-left: 19px; color: #bdc8d6; }
.payment-dialog li { margin: 9px 0; }

.service-scope { position: relative; padding: clamp(90px,10vw,145px) max(24px,calc((100vw - var(--max))/2)); overflow: hidden; background: #07101f; color: #fff; }
.service-scope-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 42px 0 24px; }
.service-scope-grid article { padding: clamp(24px,4vw,42px); border: 1px solid rgba(57,205,242,.28); background: rgba(8,25,45,.74); }
.service-scope-grid article:last-child { border-color: rgba(216,255,0,.28); }
.service-scope-grid span { color: var(--cyan); font: 900 10px/1 ui-monospace,monospace; letter-spacing: .1em; }
.service-scope-grid h3 { margin: 13px 0 19px; font-size: clamp(24px,3vw,36px); }
.service-scope-grid ul { margin: 0; padding-left: 19px; }
.service-scope-grid li { margin: 0 0 12px; color: #b8c5d5; line-height: 1.65; }
.service-scope#cakupan-layanan > .service-scope-note { position: relative; z-index: 1; max-width: 920px; margin: 0 0 24px; padding: 0; border: 0; background: transparent; color: #94a5b8; line-height: 1.7; }
.service-scope > .button { position: relative; z-index: 1; }

.media-dialog { width: min(96vw,1200px); max-width: 1200px; overflow: hidden; }
.media-zoom-wrap { max-height: 84vh; overflow: auto; touch-action: pan-x pan-y; }
.media-zoom-wrap img { width: 100%; height: auto; object-fit: contain; transition: width .2s; }
.media-zoom-wrap.is-zoomed img { width: 170%; max-width: none; }
.media-nav { position: fixed; z-index: 4; top: 50%; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(3,9,18,.78); color: #fff; cursor: pointer; font-size: 23px; }
.media-prev { left: max(14px,calc(50vw - 640px)); }
.media-next { right: max(14px,calc(50vw - 640px)); }
.media-zoom-button { position: fixed; z-index: 4; left: 50%; bottom: 18px; transform: translateX(-50%); min-height: 44px; padding: 0 18px; border: 0; background: var(--lime); color: var(--ink); cursor: pointer; font-weight: 900; }

@media (max-width: 900px) {
  .case-record { grid-template-columns: 1fr; }
  .scope-head,.policy-head { grid-template-columns: 1fr; gap: 18px; }
  .scope-columns,.policy-grid { grid-template-columns: 1fr; }
  .scope-detail-grid { grid-template-columns: repeat(2,1fr); }
  .official-contact { grid-template-columns: 1fr 1fr; }
  .official-contact span:nth-child(2) { border-right: 0; }
  .official-contact span:nth-child(-n+2) { border-bottom: 1px solid rgba(57,205,242,.22); }
  .service-scope-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .case-metrics { grid-template-columns: 1fr 1fr; }
  .case-metrics > div:nth-child(3n) { border-right: 1px solid rgba(57,205,242,.22); }
  .case-metrics > div:nth-child(2n) { border-right: 0; }
  .case-metrics strong { font-size: 20px; }
  .case-gallery-three,.case-gallery-two { grid-template-columns: 1fr; }
  .case-gallery-two button:last-child,.case-gallery-three button:last-child { grid-column: auto; }
  .case-record .case-gallery button { min-height: 0; }
  .comparison-swipe-hint { display: block; }
  .comparison table { min-width: 980px; }
  .comparison th,.comparison td { padding: 15px; min-width: 220px; font-size: 14px; }
  .comparison tr > :first-child { position: sticky; left: 0; z-index: 3; width: 150px; min-width: 150px; box-shadow: 3px 0 0 rgba(7,9,16,.08); }
  .comparison thead tr > :first-child { z-index: 4; background: #111723; }
  .scope-section,.policy-section { padding-left: 16px; padding-right: 16px; }
  .scope-card { min-height: 0; }
  .scope-detail-grid,.addon-board { grid-template-columns: 1fr; }
  .addon-board > span { grid-column: 1; }
  .brief-actions { grid-template-columns: 1fr; }
  .brief-copy,.brief-submit { width: 100%; min-height: 56px; }
  .official-contact { grid-template-columns: 1fr; }
  .official-contact span { border-right: 0; border-bottom: 1px solid rgba(57,205,242,.22); }
  .official-contact span:last-child { border-bottom: 0; }
  .policy-grid article { padding: 22px; }
  .media-dialog { width: 100vw; max-height: 100vh; border-radius: 0; }
  .media-nav { top: auto; bottom: 18px; }
  .media-prev { left: 16px; }
  .media-next { right: 16px; }
  .media-zoom-button { bottom: 20px; }
  .service-scope { padding-left: 16px; padding-right: 16px; }
}

@media (max-width: 1080px) {
  .brand { width: 210px; height: 59px; }
  .estimate-service-list { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .studio-map { grid-template-columns: 1fr; margin-right: 14px; box-shadow: 12px 14px 0 #1763d6; }
  .studio-map iframe { min-height: 390px; }
  .studio-map > div { min-height: 350px; }
  .studio-map h3 { margin-top: 45px; }
  .section-art { display: none; }
  .pricing-showcase { background-attachment: scroll; }
}

@media (max-width: 560px) {
  .site-header { padding: 14px 16px; gap: 12px; }
  .brand { width: 164px; height: 55px; }
  .brand-footer { width: 190px; height: 64px; }
  .menu-toggle { width: 46px; height: 46px; }
  .site-nav { top: 73px; left: 16px; right: 16px; max-height: calc(100vh - 105px); overflow-y: auto; }
  .hero { padding-top: 107px; }
  .hero-copy { padding-top: 34px; }
  .hero-brand-logo { left: 13px; top: 13px; width: min(58%, 225px); }
  .paper-scrap, .kinetic-sticker { display: none; }
  .monitor-top { max-width: 48%; }
  .monitor-label { font-size: 7px; }
  .portfolio-controls { align-items: flex-start; flex-direction: column; gap: 16px; }
  .portfolio-controls > div { align-self: flex-end; }
  .portfolio-controls p { font-size: 12px; }
  .portfolio-controls p span { display: block; margin: 0 0 7px; }
  .portfolio-controls button { width: 45px; height: 45px; }
  .portfolio-viewport { scroll-padding-inline: 20px; -webkit-overflow-scrolling: touch; }
  .portfolio-grid { gap: 12px; }
  .portfolio-item, .portfolio-item.portrait-tall { flex-basis: min(84vw, 330px); scroll-snap-align: start; }
  .portfolio-item > span { min-height: 70px; }
  .estimate-service-list { margin-top: -8px; }
  .estimate-service-list > button { min-height: 126px; padding: 18px 15px; grid-template-columns: 28px minmax(0, 1fr) 24px; gap: 10px; }
  .estimate-service-list strong { font-size: 20px; overflow-wrap: anywhere; }
  .estimate-service-list p { line-height: 1.45; }
  .studio-map iframe { min-height: 330px; }
  .studio-map > div { min-height: 330px; }
  .studio-map h3 { font-size: 43px; overflow-wrap: anywhere; }
  .button, .pricing-cta, .studio-map a { min-height: 54px; }
}

@media (prefers-reduced-motion: reduce) {
  .section-art::before, .section-art::after { animation: none; }
}
