@font-face {
  font-family: "Caveat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/caveat-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Kalam";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/kalam-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Kalam";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/kalam-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/manrope-700-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/manrope-800-normal.woff2") format("woff2");
}
:root {
  --ink: #111111;
  --black: #080808;
  --paper: #fff;
  --orange: #ff5200;
  --muted: #b9b9b9;
  --line: #6d6d6d;
  --radius: 26px;
  --page: min(92vw, 1810px);
  --motion-ease: cubic-bezier(.22, .8, .2, 1);
  --motion-duration: 980ms;
}

@font-face {
  font-family: "Inter Nav";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/inter-600.ttf") format("truetype");
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url("assets/dm-sans-latin.woff2") format("woff2");
}

@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url("assets/dm-sans-latin-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Segoe Print";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/segoepr.ttf") format("truetype");
}

@font-face {
  font-family: "Segoe Print";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/segoeprb.ttf") format("truetype");
}


* { box-sizing: border-box; }
html { scroll-behavior: smooth; zoom: 80%; scrollbar-color: #ff5200 transparent; scrollbar-width: thin; }
::-webkit-scrollbar { width: 10px; background: transparent; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: #ff5200; border-radius: 999px; }
::-webkit-scrollbar-thumb:hover { background-color: #df4700; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", Arial, Helvetica, sans-serif; overflow-x: hidden; }
h1, h2, h3, h4, h5, h6 { font-family: "DM Sans", Arial, Helvetica, sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); overflow: hidden; white-space: nowrap; }

.site-header { position: absolute; top: 0; left: 0; width: 100%; z-index: 10000; height: 150px; }
.navbar-wrapper { position: fixed; top: 24px; left: 0; right: 0; z-index: 1000; display: flex; justify-content: center; pointer-events: none; }
.navbar { pointer-events: auto; display: flex; width: 840px; max-width: 90vw; height: 90px; padding: 10px 14px 10px 29px; justify-content: space-between; align-items: center; border-radius: 749px; border: none; background: rgba(8,8,8,.45); -webkit-backdrop-filter: blur(25px) saturate(220%); backdrop-filter: blur(25px) saturate(220%); box-shadow: 0 6px 24px rgba(0,0,0,.45), 0 1px 0 rgba(255,255,255,.08) inset; transition: transform .3s cubic-bezier(.4,0,.2,1), background .3s ease, box-shadow .3s ease; font-family: "Inter Nav", Inter, -apple-system, Roboto, Helvetica, sans-serif; transform-origin: center top; }
.navbar.scrolled { transform: scale(0.85); border-radius: 749px; background: rgba(8,8,8,.65); -webkit-backdrop-filter: blur(25px) saturate(220%); backdrop-filter: blur(25px) saturate(220%); box-shadow: 0 8px 30px rgba(0,0,0,.55), 0 1px 0 rgba(255,255,255,.1) inset; }
.nav-container { display: flex; align-items: center; gap: 38px; }
.brand-mark { display: flex; width: 43px; height: 43px; flex: 0 0 43px; justify-content: center; align-items: center; transition: transform .2s; }
.brand-mark:hover { transform: rotate(5deg); }
.brand-mark img, .brand-mark svg { width: 36px; height: 36px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 29px; }
.nav-link { color: rgba(250,249,245,.8); font-size: 1.02rem; font-weight: 600; letter-spacing: .72px; position: relative; padding: 7px 0; transition: color .2s; }
.nav-link::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background-color: #ea580c; transform: scaleX(0); transform-origin: left; transition: transform .25s ease-out; }
.nav-link:hover { color: #fff; }
.nav-link:hover::after { transform: scaleX(1); }
.nav-cta { transition: padding .3s, font-size .3s; }
.nav-button { display: flex; justify-content: center; align-items: center; cursor: pointer; white-space: nowrap; border: none; padding: 17px 29px; border-radius: 749px; background: rgba(255,255,255,.96); min-height: 55px; font-family: inherit; font-size: 15.6px; font-weight: 600; letter-spacing: .04em; color: #111; box-shadow: 0 2px 6px rgba(0,0,0,.3); transition: background-color .2s, transform .15s, box-shadow .2s; }
.nav-button:hover { background-color: #f94a04; color: #fff; border-color: #f94a04; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(249,74,4,.3); }
.nav-button:active { background-color: #f94a04; color: #fff; border-color: #f94a04; transform: scale(.98); box-shadow: 0 2px 10px rgba(249,74,4,.2); transition: transform 80ms cubic-bezier(.25,.46,.45,.94); }
.navbar.scrolled .nav-button { padding: 12px 24px; font-size: 1.02rem; border-radius: 749px; min-height: 48px; }
.menu-toggle { display: none; flex-direction: column; justify-content: space-between; width: 29px; height: 22px; padding: 0; background: transparent; border: none; cursor: pointer; }
.menu-toggle span { width: 100%; height: 2px; background-color: rgba(250,249,245,.8); border-radius: 2px; transition: transform .3s, opacity .3s; }
.footer-column a { position: relative; transition: color .22s ease, text-shadow .22s ease; }
.footer-column a:hover { color: #fff; text-shadow: 0 0 10px rgba(255,255,255,.32); }
.button { border: 0; border-radius: 999px; padding: 18px 34px; cursor: pointer; font-weight: 800; transition: transform .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(255,82,0,.22); }
.button-light { margin-left: auto; background: #fff; color: #111; min-width: 185px; }
.button-light:hover { background: var(--orange); color: #fff; }
.button-dark { background: var(--orange); color: #fff; }

.hero { position: relative; overflow: hidden; padding: 192px 0 64px; }
.hero-video-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; pointer-events: none; }
.hero-video-scrim { position: absolute; inset: 0; background: rgba(255, 255, 255, 0.15); pointer-events: none; z-index: 1; }
.hero-bottom-blend { position: absolute; left: 0; bottom: 0; width: 100%; height: 150px; background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%); pointer-events: none; z-index: 2; }
.hero h1 { margin: 0 auto 120px; width: min(880px, 90vw); font-size: clamp(58px, 5.7vw, 104px); line-height: .94; letter-spacing: -.045em; text-align: center; color: #000000; }
.motion-ready .hero h1 { opacity: 0; transition: opacity 1.05s ease-out; }
.motion-ready .hero h1.is-typing { opacity: 1; }
.hero-word { display: inline-block; white-space: nowrap; }
.hero-line { display: inline; }
.hero-char { display: inline-block; opacity: 0; transform: translate3d(0, .12em, 0); filter: blur(2px); will-change: transform, opacity; }
.hero h1.is-typing .hero-char { animation: heroCharacterIn 800ms var(--motion-ease) forwards; animation-delay: calc(180ms + var(--char-index) * 28ms); }
@keyframes heroCharacterIn { to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); } }
em { color: var(--orange); font-family: "Caveat", "Segoe Print", "Kalam", "Comic Sans MS", cursive; font-style: italic; font-weight: 700; letter-spacing: -.07em; }
.hero h1 em { color: #e84b16; font-size: 1.02em; white-space: nowrap; font-family: "Caveat", "Segoe Print", "Kalam", cursive; -webkit-text-fill-color: #e84b16; }
.hero-statement-line em { color: #e84b16 !important; -webkit-text-fill-color: #e84b16 !important; font-family: "Caveat", "Segoe Print", "Kalam", cursive !important; }
.portfolio-grid { position: relative; z-index: 3; width: var(--page); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(24px, 3.5vw, 70px); }
.portfolio-card { aspect-ratio: 1 / 1.4; overflow: hidden; background: #eee; transition: transform .20s cubic-bezier(.2,.8,.2,1), box-shadow .45s ease; }
.motion-ready .hero:not(.gallery-complete) .portfolio-card { pointer-events: none; opacity: 0; transform: translate3d(var(--stack-x, 0), var(--stack-y, 0), 0) scale(.94); transition: transform 1180ms var(--motion-ease), opacity 900ms ease-out, box-shadow .58s ease; will-change: transform, opacity; }
.motion-ready .hero:not(.gallery-positioned) .portfolio-card { transition: none !important; }
.motion-ready .hero.gallery-center .portfolio-card:nth-child(1) { opacity: 1; }
.motion-ready .hero.gallery-spread .portfolio-card { opacity: 1; transform: translate3d(0,0,0) scale(1); transition-delay: var(--gallery-reveal-delay, 0ms); }
.motion-ready .hero.gallery-complete .portfolio-card { opacity: 1; transform: none; }
.motion-ready .hero.gallery-complete .portfolio-card:hover { transform: translateY(-14px) rotate(-1deg); }
.portfolio-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; transform-origin: center 20%; opacity: 0.8; transition: transform .20s ease, opacity .25s ease; }
.portfolio-card:hover { transform: translateY(-14px) rotate(-1deg); box-shadow: 0 26px 60px rgba(0,0,0,.18); }
.portfolio-card:hover img { transform: scale(1.045); opacity: 1; }
.portfolio-hover-preview { position: fixed; left: 0; top: 0; width: min(700px, 82vw); aspect-ratio: 1.64; z-index: 9999; pointer-events: none; visibility: hidden; transition: visibility 0s linear .28s; }
.portfolio-hover-preview.is-visible { visibility: visible; transition-delay: 0s; }
.preview-shell { width: 100%; height: 100%; border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: #0d0d0d; box-shadow: 0 32px 84px rgba(0,0,0,.5); display: grid; grid-template-columns: 46% 54%; overflow: hidden; opacity: 0; transform: translateY(10px) scale(.92); transform-origin: center; transition: opacity .26s ease, transform .36s cubic-bezier(.2,.8,.2,1); }
.portfolio-hover-preview.is-visible .preview-shell { opacity: 1; transform: translateY(0) scale(1); }
.preview-poster { min-width: 0; min-height: 0; background: #181818; overflow: hidden; }
.preview-poster img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.preview-information { position: relative; min-width: 0; padding: 13% 9%; display: flex; flex-direction: column; justify-content: center; color: #fff; }
.preview-close { position: absolute; right: 6%; top: 7%; width: 48px; height: 48px; border: 1px solid #777; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 36px; font-weight: 300; line-height: 1; }
.preview-brand { margin-bottom: 9%; color: var(--orange); font-size: clamp(13px, 1.25vw, 19px); font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.preview-title { max-width: 100%; color: #fff; font-size: clamp(38px, 4.3vw, 68px); line-height: .9; letter-spacing: -.055em; text-transform: uppercase; overflow-wrap: anywhere; }
.preview-information p { margin: 8% 0 0; color: #b9b9b9; font-size: clamp(14px, 1.45vw, 22px); line-height: 1.35; }

.section { padding: 90px 0 140px; }
.services { padding-top: 56px; padding-bottom: 64px; }
.section > h2, .conversion-section > h2, .framework > h2 { margin: 0 auto 90px; text-align: center; text-transform: uppercase; font-size: clamp(48px, 5.2vw, 100px); line-height: .95; letter-spacing: -.055em; }
.motion-ready .section > h2, .motion-ready .services > h2, .motion-ready .conversion-section > h2, .motion-ready .framework > h2 { opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity var(--motion-duration) ease-out, transform var(--motion-duration) var(--motion-ease); will-change: transform, opacity; }
.motion-ready .section.text-revealed > h2, .motion-ready .services.text-revealed > h2, .motion-ready .conversion-section.text-revealed > h2, .motion-ready .framework.text-revealed > h2 { opacity: 1; transform: translate3d(0,0,0); }
.service-grid { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(14px, 1.7vw, 30px); }
.service-card { min-width: 0; min-height: 680px; border: 1px solid #292722; border-radius: 8px; background: #111; color: #f7f7f7; overflow: hidden; outline: none; position: relative; display: grid; grid-template-rows: 34% 66%; transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease, background .45s ease; }
.motion-ready .services .service-card { opacity: 0; transform: translate3d(0, 34px, 0) scaleY(.94); transform-origin: top center; transition: opacity 920ms ease-out, transform 1050ms var(--motion-ease), box-shadow .45s ease, border-color .45s ease, background .45s ease; }
.motion-ready .services.content-revealed:not(.reveal-complete) .service-card { transition-delay: calc(var(--reveal-index) * 125ms); }
.motion-ready .services.content-revealed .service-card { opacity: 1; transform: translate3d(0,0,0) scaleY(1); }
.motion-ready .services.content-revealed.reveal-complete .service-card { transition-delay: 0ms; }
.motion-ready .services.content-revealed .service-card:hover, .motion-ready .services.content-revealed .service-card:focus-visible { transform: translateY(-10px); }
.motion-ready .services .service-content > * { opacity: 0; transform: translate3d(0, 10px, 0); transition: opacity 750ms ease-out, transform 750ms var(--motion-ease); }
.motion-ready .services.content-revealed .service-content > * { opacity: 1; transform: translate3d(0,0,0); transition-delay: calc(290ms + var(--reveal-index) * 125ms + var(--content-index, 0) * 42ms); }
.motion-ready .services.reveal-complete .service-content > * { transition-delay: 0ms; }
.service-card:hover, .service-card:focus-visible { transform: translateY(-10px); border-color: #6b310f; box-shadow: 0 26px 65px rgba(0,0,0,.24); background: #0d0d0d; }
.eyebrow { display: inline-flex; align-items: center; border: 1px solid currentColor; border-radius: 999px; padding: 10px 20px; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.service-visual { position: relative; min-height: 0; border-bottom: 2px solid #eee; background: #0d0c09; overflow: hidden; }
.service-animation-frame { position: relative; width: 100%; height: 100%; max-width: 100%; overflow: hidden; display: grid; place-items: center; contain: layout paint; }
.service-loop-illustration { width: 100%; height: 100%; max-width: 100%; display: block; object-fit: contain; object-position: center; pointer-events: none; user-select: none; }
.service-content { min-height: 0; padding: clamp(22px, 2vw, 38px); display: flex; flex-direction: column; }
.service-number { display: block; margin-bottom: 18px; font-size: clamp(14px, 1.1vw, 19px); font-weight: 800; }
.service-card h3 { margin: 0; font-size: clamp(25px, 1.9vw, 38px); line-height: 1; letter-spacing: -.035em; text-transform: uppercase; font-weight: 800; }
.service-tagline { margin: 12px 0 21px; color: var(--orange); font-size: clamp(20px, 1.65vw, 32px); line-height: 1; font-style: italic; }
.service-description { margin: 0; padding-top: 20px; border-top: 2px solid #eee; color: #e4e4e4; font-size: clamp(13px, .95vw, 18px); line-height: 1.42; }
.service-card ul { margin: clamp(20px, 2.4vw, 38px) 0 20px; padding: 0; list-style: none; display: grid; gap: clamp(12px, 1.35vw, 22px); color: #e5e5e5; font-size: clamp(12px, .9vw, 17px); line-height: 1.25; }
.service-card li { position: relative; padding-left: 28px; }
.service-card li::before { content: ""; position: absolute; left: 2px; top: .38em; width: 11px; height: 11px; border-radius: 50%; background: var(--orange); }
.service-action { margin-top: auto; padding-top: 16px; border-top: 2px solid #eee; display: flex; align-items: center; justify-content: space-between; gap: 12px; text-transform: uppercase; font-size: clamp(12px, .9vw, 16px); }
.service-action > span[aria-hidden] { width: 38px; height: 38px; flex: 0 0 38px; border: 1.5px solid #eee; border-radius: 50%; display: grid; place-items: center; font-size: 20px; line-height: 1; transition: color .32s ease, background .32s ease, border-color .32s ease, transform .32s ease; }
.service-action .desktop-arrow { display: none !important; }
.service-action .mobile-arrow { width: 18px; height: 18px; display: block !important; }
.service-action:hover > span[aria-hidden] { color: #fff; background: var(--orange); border-color: var(--orange); transform: rotate(45deg); }

.dashboard-window { position: absolute; inset: 16% 15%; border: 2px solid #1a1714; border-radius: 5px; background: #13120f; }
.dashboard-accent, .dashboard-line, .dashboard-status { position: absolute; display: block; }
.dashboard-accent { left: 6%; top: 12%; width: 45%; height: 8%; border-radius: 2px; background: var(--orange); }
.dashboard-line { left: 6%; top: 25%; width: 31%; height: 5%; background: #eee; }
.dashboard-status { right: 36%; top: 11%; width: 20px; height: 20px; border: 6px solid #4a2a17; border-radius: 50%; background: var(--orange); }
.dashboard-window::after { content: ""; position: absolute; left: 6%; right: 6%; top: 39%; height: 1px; background: #201e1a; }
.dashboard-columns { position: absolute; left: 7%; right: 7%; bottom: 12%; height: 37%; display: grid; grid-template-columns: 1fr 1fr; gap: 9%; }
.dashboard-columns i { background: #151410; position: relative; }
.dashboard-columns i::before, .dashboard-columns i::after { content: ""; position: absolute; left: 8%; height: 7%; background: #eee; }
.dashboard-columns i::before { top: 18%; width: 56%; }.dashboard-columns i::after { top: 38%; width: 42%; background: #888; box-shadow: 0 18px 0 #24231f; }

.funnel-target { position: absolute; left: 50%; top: 53%; width: 39%; aspect-ratio: 1; border: 2px solid #aaa; border-radius: 50%; transform: translate(-50%,-50%); }
.funnel-target::before { content: ""; position: absolute; inset: 17%; border: 2px solid #aaa; border-radius: 50%; }
.funnel-target i { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: var(--orange); transform: translate(-50%,-50%); }
.funnel-node { position: absolute; z-index: 2; min-width: 26%; padding: 10px; border: 2px solid #9d3600; border-radius: 5px; color: #ddd; background: #10100d; text-align: center; font-size: clamp(10px, .75vw, 14px); text-transform: uppercase; }
.node-top { left: 50%; top: 10%; transform: translateX(-50%); }.node-left { left: 4%; top: 45%; }.node-right { right: 4%; top: 45%; }.node-bottom { left: 50%; bottom: 7%; border-color: #777; transform: translateX(-50%); }

.browser-window { position: absolute; inset: 10% 11%; border: 2px solid #5c5c5c; border-radius: 5px; }
.browser-bar { position: absolute; left: -2px; right: -2px; top: -2px; height: 18%; border: 2px solid #5c5c5c; border-radius: 5px 5px 0 0; display: flex; align-items: center; gap: 8px; padding-left: 7%; }
.browser-bar i { width: 14px; height: 14px; border-radius: 50%; background: var(--orange); }
.browser-accent, .browser-copy, .browser-footer { position: absolute; display: block; left: 7%; }
.browser-accent { top: 31%; width: 78%; height: 7%; border-radius: 2px; background: var(--orange); }
.browser-copy { top: 46%; width: 55%; height: 5%; background: #ddd; }.browser-copy.short { top: 56%; width: 68%; background: #5c5c5c; }
.browser-panel { position: absolute; left: 7%; right: 11%; top: 69%; height: 18%; border-radius: 2px; background: #4a4a4a; }
.browser-panel i, .browser-panel b { position: absolute; left: 4%; height: 12%; background: #eee; }.browser-panel i { top: 25%; width: 54%; }.browser-panel b { top: 58%; width: 36%; background: var(--orange); }
.browser-footer { bottom: 4%; width: 38%; height: 4%; background: #2e1b0c; }

.workflow-founder, .workflow-box { position: absolute; border: 2px solid #302d29; border-radius: 5px; background: #10100d; }
.workflow-founder { left: 8%; top: 10%; width: 38%; height: 72%; padding: 11% 8%; }
.workflow-founder strong, .workflow-box strong { display: block; color: var(--orange); font-size: clamp(9px, .7vw, 13px); text-align: center; text-transform: uppercase; }
.workflow-founder i { display: block; height: 5px; margin-top: 11px; background: #17170f; }.workflow-founder i:first-of-type { width: 75%; background: var(--orange); }.workflow-founder i:nth-of-type(2) { width: 56%; }.workflow-founder i:nth-of-type(3) { width: 64%; }
.workflow-founder b { display: block; width: 78%; height: 18px; margin-top: 16px; border: 2px solid #9d3600; }
.workflow-box { right: 6%; width: 42%; height: 36%; padding: 9% 6%; }.workflow-box.onboarding { top: 10%; }.workflow-box.reporting { bottom: 9%; }
.workflow-box strong { color: #eee; }.workflow-box i, .workflow-box b { display: block; margin-top: 10px; height: 6px; background: var(--orange); }.workflow-box b { width: 72%; margin-top: 8px; background: #38210d; }
.workflow-hub { position: absolute; left: 53%; top: 51%; width: 16px; height: 16px; border: 2px solid #9d3600; border-radius: 50%; transform: translate(-50%,-50%); }
.workflow-hub::before, .workflow-hub::after { content: ""; position: absolute; left: 13px; width: 46px; border-top: 2px dashed #9d3600; transform-origin: left; }.workflow-hub::before { top: -1px; transform: rotate(-38deg); }.workflow-hub::after { bottom: -1px; transform: rotate(38deg); }

.conversion-section { padding-top: 56px; padding-bottom: 24px; }
.conversion-section > h2 { position: relative; z-index: 10; max-width: 900px; margin-bottom: 30px; }
.conversion-section h2 em { display: block; text-transform: none; font-size: .9em; line-height: .65; text-shadow: 0 6px 10px rgba(0,0,0,.18); }
.video-gallery-stage { --gallery-delay: 2600ms; position: relative; width: 100%; height: 530px; background: transparent; overflow: hidden; }
.video-gallery-stage::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, #fff 100%); }
.video-gallery-background { position: absolute; z-index: 0; inset: 0 -2% -4% -2%; width: 104%; height: 108%; display: block; object-fit: cover; object-position: center; pointer-events: none; -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%); mask-image: linear-gradient(to bottom, transparent 0%, #000 15%, #000 85%, transparent 100%); }
.motion-ready .conversion-section .video-gallery-stage { opacity: 0; transform: translate3d(0, 30px, 0); transition: opacity 1100ms ease-out, transform 1180ms var(--motion-ease); }
.motion-ready .conversion-section.content-revealed .video-gallery-stage { opacity: 1; transform: translate3d(0,0,0); }
.video-gallery-cards { position: absolute; z-index: 1; inset: 0; }
.video-gallery-card { --x: 0px; --scale: 1; --dim: 0.35; position: absolute; left: 50%; top: 225px; width: 290px; aspect-ratio: 290 / 450; padding: 0; border: 0; border-radius: 10px; background: #080808; overflow: hidden; cursor: pointer; opacity: 0; transform: translate3d(calc(-50% + var(--x)), -50%, 0) scale(var(--scale)); box-shadow: 0 20px 45px rgba(0,0,0,.25); transition: transform .92s cubic-bezier(.22,.8,.2,1), opacity .8s ease, box-shadow .8s ease; }
.video-gallery-card.is-active, .video-gallery-card.is-left, .video-gallery-card.is-right { will-change: transform, opacity; }
.video-gallery-card::after { content: ""; position: absolute; inset: 0; background: #000; opacity: var(--dim); transition: opacity .8s ease; pointer-events: none; z-index: 2; }
.video-gallery-card video { width: 100%; height: 100%; display: block; object-fit: cover; background: #0a0a0a; pointer-events: none; }
.video-gallery-card.is-active { --x: 0px; --scale: 1; --dim: 0; z-index: 5; opacity: 1; box-shadow: 0 30px 75px rgba(0,0,0,.5); }
.video-gallery-card.is-active { pointer-events: auto; }
.video-gallery-card.is-left { --x: -310px; --scale: .94; --dim: 0.22; z-index: 4; opacity: .72; }
.video-gallery-card.is-right { --x: 310px; --scale: .94; --dim: 0.22; z-index: 4; opacity: .72; }
.video-gallery-card.is-far-left { --x: -570px; --scale: .92; --dim: 0.42; z-index: 2; opacity: .38; }
.video-gallery-card.is-far-right { --x: 570px; --scale: .92; --dim: 0.42; z-index: 2; opacity: .38; }
.video-gallery-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 5px; }
.video-gallery-progress { position: absolute; z-index: 8; left: 50%; bottom: 40px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; }
.video-gallery-progress button { width: 12px; height: 12px; padding: 0; border: 0; border-radius: 999px; background: #737373; overflow: hidden; cursor: pointer; transition: width .45s ease, background .32s ease, transform .32s ease; }
.video-gallery-progress button:hover { background: #aaa; transform: scale(1.12); }
.video-gallery-progress button.is-active { width: 90px; background: #737373; transform: none; }
.video-gallery-progress button span { display: none; height: 100%; width: 0; border-radius: inherit; background: #fff; }
.video-gallery-progress button.is-active span { display: block; background: #ff5200; }
.video-gallery-stage.gallery-running .video-gallery-progress button.is-active span { animation: videoGalleryProgress var(--gallery-delay) linear forwards; }
.video-gallery-stage.is-paused .video-gallery-progress button.is-active span { animation-play-state: paused; }
@keyframes videoGalleryProgress { to { width: 100%; } }

/* Large displays: scale the gallery's real layout measurements, not the section. */
@media (min-width: 1920px) {
  :root { --page: min(90vw, 2100px); }
  .conversion-section { padding-inline: clamp(24px, 2vw, 48px); }
  .video-gallery-stage {
    width: min(88vw, 2100px);
    height: clamp(620px, 31vw, 720px);
    margin-inline: auto;
  }
  .video-gallery-card {
    top: clamp(275px, 14vw, 335px);
    width: clamp(320px, 16vw, 400px);
    border-radius: clamp(10px, .55vw, 14px);
  }
  .video-gallery-card.is-left { --x: clamp(-430px, -17vw, -335px); }
  .video-gallery-card.is-right { --x: clamp(335px, 17vw, 430px); }
  .video-gallery-card.is-far-left { --x: clamp(-820px, -34vw, -650px); }
  .video-gallery-card.is-far-right { --x: clamp(650px, 34vw, 820px); }
  .video-gallery-progress { bottom: clamp(42px, 3vw, 58px); gap: clamp(12px, .7vw, 16px); }
  .service-grid, .framework-grid { width: min(90vw, 2100px); }
  .footer-content { width: min(90vw, 2100px); }
}

@media (min-width: 2400px) {
  :root { --page: min(90vw, 2320px); }
  .conversion-section { padding-inline: clamp(32px, 3vw, 72px); }
  .video-gallery-stage {
    width: min(90vw, 2320px);
    height: clamp(720px, 31vw, 800px);
  }
  .video-gallery-card {
    top: clamp(330px, 14vw, 375px);
    width: clamp(380px, 16vw, 430px);
    border-radius: clamp(12px, .55vw, 16px);
  }
  .video-gallery-card.is-left { --x: clamp(-500px, -17vw, -425px); }
  .video-gallery-card.is-right { --x: clamp(425px, 17vw, 500px); }
  .video-gallery-card.is-far-left { --x: clamp(-950px, -34vw, -825px); }
  .video-gallery-card.is-far-right { --x: clamp(825px, 34vw, 950px); }
  .video-gallery-progress { bottom: clamp(48px, 3vw, 64px); gap: clamp(14px, .8vw, 18px); }
  .service-grid, .framework-grid { width: min(90vw, 2320px); }
  .footer-content { width: min(90vw, 2320px); }
}
.showcase { position: relative; min-height: 1150px; overflow: hidden; background: #141414; }
.orange-ribbon { position: absolute; width: 1150px; height: 130px; border: 32px solid var(--orange); border-radius: 50%; transform: rotate(-28deg); opacity: 1; }
.ribbon-one { left: -480px; top: 280px; }
.ribbon-two { right: -360px; bottom: 220px; transform: rotate(40deg); }
.carousel { position: relative; z-index: 2; width: 100%; padding: 170px 0 40px; }
.carousel-track { display: flex; gap: 120px; align-items: center; transform: translateX(-2%); transition: transform .85s cubic-bezier(.2,.8,.2,1); }
.result-card { margin: 0; width: 340px; flex: 0 0 340px; filter: drop-shadow(12px 15px 10px rgba(0,0,0,.35)); transition: transform .45s ease; }
.result-card:nth-child(even) { transform: translateY(60px); }
.result-card:hover { transform: translateY(-12px) scale(1.03); }
.result-card:nth-child(even):hover { transform: translateY(45px) scale(1.03); }
.result-card img { width: 100%; }
.carousel-controls { margin: 85px auto 0; width: max-content; display: flex; align-items: center; gap: 14px; }
.carousel-controls button { border: 0; cursor: pointer; transition: background .25s ease, transform .25s ease; }
.carousel-arrow, .pause-button { width: 54px; height: 54px; border-radius: 50%; background: #eee; color: #555; font-weight: 900; }
.carousel-arrow:hover, .pause-button:hover { background: var(--orange); color: #fff; transform: scale(1.08); }
.carousel-dots { height: 58px; display: flex; align-items: center; gap: 14px; padding: 0 20px; border-radius: 999px; background: #eee; }
.carousel-dots button { width: 14px; height: 14px; padding: 0; border-radius: 50%; background: #858585; }
.carousel-dots button.active { width: 54px; border-radius: 99px; background: #111; }


.framework { padding-top: 56px; padding-bottom: 64px; }
.framework-grid { width: min(1686px, 92vw); margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.framework-card { min-width: 0; aspect-ratio: 542 / 787; background: #000; color: #f7f8f8; border: 1.5px solid #f7f8f8; border-radius: 25px; position: relative; overflow: hidden; outline: none; transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease; }
.motion-ready .framework .framework-card { opacity: 0; transform: translate3d(0, 30px, 0) scale(.98); transition: opacity 920ms ease-out, transform 1050ms var(--motion-ease), box-shadow .45s ease, border-color .45s ease; }
.motion-ready .framework.content-revealed:not(.reveal-complete) .framework-card { transition-delay: calc(var(--reveal-index) * 130ms); }
.motion-ready .framework.content-revealed .framework-card { opacity: 1; transform: translate3d(0,0,0) scale(1); }
.motion-ready .framework.content-revealed.reveal-complete .framework-card { transition-delay: 0ms; }
.motion-ready .framework.content-revealed .framework-card:hover, .motion-ready .framework.content-revealed .framework-card:focus-visible { transform: translateY(-12px); }
.framework-card:hover, .framework-card:focus-visible { transform: translateY(-12px); border-color: var(--orange); box-shadow: 0 26px 72px rgba(0,0,0,.22); }
.framework-card h3 { position: absolute; left: 9.2%; right: 8%; bottom: 20.2%; margin: 0; font-size: clamp(31px, 2.35vw, 42px); line-height: .94; text-transform: uppercase; font-weight: 400; letter-spacing: -.055em; }
.framework-card p { position: absolute; left: 9.2%; right: 8%; bottom: 6.2%; margin: 0; color: #b7b7b7; font-size: clamp(16px, 1.15vw, 20px); line-height: 1.42; }
.framework-art { position: absolute; left: 8%; right: 8%; top: 7%; height: 47%; }
.framework-animation-frame { overflow: hidden; display: grid; place-items: center; contain: layout paint; }
.framework-loop-illustration { width: 100%; height: 100%; max-width: 100%; display: block; object-fit: contain; object-position: center; pointer-events: none; user-select: none; }
.diagnosis-art b { position: absolute; left: 19%; top: 47%; width: 100px; height: 100px; border: 2px solid var(--orange); background: radial-gradient(circle, var(--orange) 0 5px, transparent 6px) 5px 5px / 31px 31px; }
.diagnosis-art i { position: absolute; width: 46px; height: 46px; border: 2px solid #9a9da3; }
.diagnosis-art i:nth-child(2) { right: 24%; top: 26%; }.diagnosis-art i:nth-child(3) { right: 16%; top: 52%; }.diagnosis-art i:nth-child(4) { right: 32%; top: 69%; }
.diagnosis-art i::before { content: ""; position: absolute; right: 100%; top: 50%; width: 106px; border-top: 2px solid #494949; transform-origin: right center; }
.diagnosis-art i:nth-child(2)::before { transform: rotate(-27deg); }.diagnosis-art i:nth-child(3)::before { width: 116px; transform: rotate(0deg); }.diagnosis-art i:nth-child(4)::before { width: 78px; transform: rotate(22deg); }
.metrics-art { display: grid; grid-template-columns: 100px 100px; place-content: center; gap: 34px; }
.metrics-art i { width: 100px; height: 100px; border: 2px solid #434343; background: radial-gradient(circle, var(--orange) 0 4px, transparent 5px) 5px 5px / 31px 31px; position: relative; }
.metrics-art i:nth-child(1), .metrics-art i:nth-child(3) { border-left-color: var(--orange); }.metrics-art i:nth-child(2) { border-top-color: var(--orange); }.metrics-art i:nth-child(3) { border-bottom-color: var(--orange); }.metrics-art i:nth-child(4) { border-right-color: var(--orange); }
.metrics-art i::before, .metrics-art i::after { content: ""; position: absolute; z-index: 3; width: 12px; height: 12px; border-radius: 50%; background: #f7f8f8; }
.metrics-art i::before { right: -24px; top: 50%; transform: translateY(-50%); }.metrics-art i::after { left: 50%; bottom: -24px; transform: translateX(-50%); }
.metrics-art i:nth-child(2)::before, .metrics-art i:nth-child(4)::before { left: -24px; right: auto; }.metrics-art i:nth-child(3)::after, .metrics-art i:nth-child(4)::after { top: -24px; bottom: auto; }
.metrics-art::before, .metrics-art::after { content: ""; position: absolute; z-index: 1; background: #434343; left: 50%; top: 50%; transform: translate(-50%,-50%); }.metrics-art::before { width: 34px; height: 2px; }.metrics-art::after { width: 2px; height: 34px; }
.boundary-art i { position: absolute; border: 2px solid #434343; width: 160px; height: 160px; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.boundary-art i:nth-child(1) { transform: translate(-68%,-67%); }.boundary-art i:nth-child(2) { transform: translate(-52%,-51%); }.boundary-art i:nth-child(3) { transform: translate(-36%,-35%); }.boundary-art i:nth-child(4) { transform: translate(-52%,-50%); border-color: transparent; border-left-color: var(--orange); border-bottom-color: var(--orange); }
.boundary-art i:nth-child(4)::before { content: ""; position: absolute; left: 100%; bottom: 100%; width: 58px; height: 58px; border-top: 2px solid var(--orange); border-right: 2px solid var(--orange); }
.boundary-art::before, .boundary-art::after { content: ""; position: absolute; z-index: 2; width: 12px; height: 12px; border-radius: 50%; background: #f7f8f8; }.boundary-art::before { left: 26%; top: 22%; }.boundary-art::after { right: 17%; bottom: 18%; }
.boundary-art b { position: absolute; left: 50%; top: 50%; width: 22px; height: 22px; border-radius: 50%; background: var(--orange); transform: translate(-50%,-50%); }

.site-footer { min-height: 730px; background: #000; color: #bfbfbf; position: relative; overflow: hidden; }
.motion-ready .site-footer .footer-content > *, .motion-ready .site-footer .footer-landscape, .motion-ready .site-footer .footer-legal, .motion-ready .site-footer .footer-copyright { opacity: 0; transform: translate3d(0, 26px, 0); transition: opacity 900ms ease-out, transform 1050ms var(--motion-ease); }
.motion-ready .site-footer.content-revealed .footer-content > *, .motion-ready .site-footer.content-revealed .footer-landscape, .motion-ready .site-footer.content-revealed .footer-legal, .motion-ready .site-footer.content-revealed .footer-copyright { opacity: 1; transform: translate3d(0,0,0); transition-delay: calc(100ms + var(--reveal-index, 0) * 95ms); }
.motion-ready .site-footer.content-revealed .footer-landscape { transition-delay: 450ms; }
.footer-content { width: min(1780px, 94vw); margin: 0 auto; padding-top: 56px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, .8fr) minmax(300px, 1.35fr) minmax(0, .8fr); gap: clamp(42px, 3.6vw, 72px); position: relative; z-index: 2; }
.footer-brand { display: flex; align-items: center; gap: 20px; align-self: start; position: relative; left: -8vw; color: #eee; font-size: 28px; text-transform: uppercase; }
.footer-brand img { width: 52px; height: 52px; object-fit: cover; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 23px; }
.footer-column h3 { margin: 0 0 10px; color: #777; font-size: clamp(19px, 1.2vw, 21px); line-height: 1.2; letter-spacing: .07em; text-transform: uppercase; font-weight: 400; }
.footer-column a { max-width: 100%; font-size: clamp(24px, 1.55vw, 28px); line-height: 1.35; }
.footer-link { display: inline-flex; align-items: center; gap: 14px; max-width: 100%; }
.footer-column:nth-child(3) .footer-link { white-space: nowrap; }
.footer-link > span:last-child { min-width: 0; overflow-wrap: anywhere; }
.footer-icon { position: relative; width: 26px; height: 26px; flex: 0 0 26px; color: currentColor; transition: color .22s ease, filter .22s ease, transform .22s ease; }
.footer-link:hover .footer-icon { color: #fff; filter: drop-shadow(0 0 5px rgba(255,255,255,.42)); transform: translateY(-1px); }
.footer-icon > svg { width: 100% !important; height: 100% !important; display: block; }
.footer-icon.icon-email { height: auto; aspect-ratio: 4 / 3; border: 1.7px solid currentColor; border-radius: 3px; }
.icon-email::before, .icon-email::after { content: ""; position: absolute; top: 2px; width: 58%; height: 1.7px; background: currentColor; }
.icon-email::before { left: 1px; transform: rotate(32deg); transform-origin: left; }
.icon-email::after { right: 1px; transform: rotate(-32deg); transform-origin: right; }
.icon-instagram { box-sizing: border-box; border: 1.7px solid currentColor; border-radius: 27%; }
.icon-instagram::before { content: ""; position: absolute; left: 50%; top: 50%; width: 42%; aspect-ratio: 1; box-sizing: border-box; border: 1.7px solid currentColor; border-radius: 50%; transform: translate(-50%,-50%); }
.icon-instagram::after { content: ""; position: absolute; right: 15%; top: 15%; width: 11%; aspect-ratio: 1; border-radius: 50%; background: currentColor; }
.icon-linkedin { box-sizing: border-box; border: 1.7px solid currentColor; border-radius: 14%; display: grid; place-items: center; font-size: .54em; font-weight: 800; line-height: 1; letter-spacing: -.04em; }
.icon-x { display: grid; place-items: center; font-size: .8em; font-weight: 500; line-height: 1; }
.footer-landscape { position: absolute; left: 0; right: 0; bottom: -65px; height: 430px; }
.footer-landscape i { position: absolute; bottom: 0; width: 44%; height: 95%; background: #333; border-radius: 58% 42% 0 0 / 75% 62% 0 0; transform-origin: bottom; }
.footer-landscape i:nth-child(1) { left: -4%; transform: rotate(-4deg); }.footer-landscape i:nth-child(2) { left: 21%; height: 72%; transform: rotate(4deg); }.footer-landscape i:nth-child(3) { left: 45%; height: 78%; transform: rotate(-2deg); }.footer-landscape i:nth-child(4) { right: -7%; height: 64%; transform: rotate(5deg); }

.contact-dialog { inset: 0; width: min(1180px, 92vw); height: min(820px, 90dvh); max-width: 92vw; max-height: 90dvh; margin: auto; border: 1px solid rgba(255,255,255,.1); border-radius: 24px; padding: 0; color: #f5f5f5; background: #141414; box-shadow: 0 34px 110px rgba(0,0,0,.58); overflow: auto; zoom: 125%; font-family: "DM Sans", Arial, sans-serif; }
html.questionnaire-open, body.questionnaire-open { overflow: hidden !important; height: 100% !important; }
.contact-dialog[open] { animation: questionnaireIn .42s var(--motion-ease) both; }
.contact-dialog::backdrop { background: rgba(8,8,8,.54); -webkit-backdrop-filter: blur(18px) saturate(80%); backdrop-filter: blur(18px) saturate(80%); }
@keyframes questionnaireIn { from { opacity: 0; transform: translateY(12px) scale(.995); } to { opacity: 1; transform: none; } }
.questionnaire-shell { position: relative; min-height: 100%; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(580px, .92fr); gap: clamp(60px, 7vw, 150px); padding: clamp(64px, 8vh, 112px) clamp(40px, 3.3vw, 64px) clamp(70px, 8vh, 110px); }
.dialog-close { position: absolute; z-index: 4; right: 22px; top: 18px; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; padding: 0; background: rgba(20,20,20,.72); color: #fff; display: grid; place-items: center; font-size: 30px; font-weight: 300; line-height: 1; cursor: pointer; transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease; }
.dialog-close:hover { color: #fff; border-color: #ff5200; background: #ff5200; transform: rotate(4deg); }
.questionnaire-intro { align-self: start; padding-top: 8px; }
.contact-dialog .questionnaire-intro h2 { max-width: 850px; margin: 0; color: #ff5200; font-family: "Manrope", "DM Sans", Arial, sans-serif; font-size: clamp(42px, 3.2vw, 64px); line-height: .98; letter-spacing: -.055em; text-transform: uppercase; font-weight: 800 !important; }
.questionnaire-lead { max-width: 690px; margin: clamp(44px, 5vh, 72px) 0 0; color: #c7c7c7; font-size: clamp(20px, 1.45vw, 28px); line-height: 1.42; }
.questionnaire-contact { margin-top: clamp(42px, 4.2vh, 66px); display: grid; gap: 28px; font-style: normal; }
.questionnaire-contact div { display: grid; gap: 9px; }
.questionnaire-contact span { position: relative; padding-left: 17px; color: #f1f1f1; font-size: 14px; text-transform: uppercase; }
.questionnaire-contact span::before { content: ""; position: absolute; left: 0; top: 50%; width: 8px; height: 8px; background: #ff5200; transform: translateY(-50%); }
.questionnaire-contact a { width: fit-content; color: #f1f1f1; font-size: clamp(17px, 1.05vw, 21px); transition: color .22s ease, text-shadow .22s ease; }
.questionnaire-contact a:hover { color: #fff; text-shadow: 0 0 12px rgba(255,255,255,.3); }
.questionnaire-form { align-self: start; display: grid; gap: clamp(30px, 3.2vh, 46px); }
.questionnaire-group { min-width: 0; margin: 0; border: 0; padding: 0; }
.questionnaire-group legend, .question-label { display: block; margin: 0 0 24px; color: #f7f7f7; font-size: clamp(25px, 1.85vw, 36px); line-height: 1.15; font-weight: 400; }
.questionnaire-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.questionnaire-fields label { display: block; }
.contact-dialog input:not([type="radio"]):not([type="checkbox"]), .contact-dialog select, .contact-dialog textarea { width: 100%; border: 1.5px solid rgba(255,255,255,.72); border-radius: 999px; padding: 0 24px; color: #fff; background: transparent; outline: none; font: inherit; font-size: 18px; transition: border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.contact-dialog input:not([type="radio"]):not([type="checkbox"]), .contact-dialog select { height: 58px; }
.contact-dialog input::placeholder, .contact-dialog textarea::placeholder { color: #b9b9b9; opacity: 1; }
.contact-dialog input:not([type="radio"]):not([type="checkbox"]):focus, .contact-dialog select:focus, .contact-dialog textarea:focus { border-color: #ff5200; box-shadow: 0 0 0 3px rgba(255,82,0,.12); background: rgba(255,255,255,.02); }
.contact-hint { margin: 18px 0 0; color: #d3d3d3; font-size: 14px; }
.contact-hint b { margin-right: 12px; color: #ff5200; font-size: 24px; font-weight: 400; vertical-align: -.16em; }
.investment-options { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.investment-options label { position: relative; cursor: pointer; }
.investment-options input { position: absolute; opacity: 0; pointer-events: none; }
.investment-options span { min-height: 58px; border: 1.5px solid rgba(255,255,255,.72); border-radius: 999px; display: grid; place-items: center; padding: 0 24px; white-space: nowrap; color: #f4f4f4; font-size: clamp(18px, 1.25vw, 24px); transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.investment-options label:hover span { border-color: #fff; background: rgba(255,255,255,.05); transform: translateY(-2px); }
.investment-options input:focus-visible + span { outline: 3px solid rgba(255,82,0,.35); outline-offset: 3px; }
.investment-options input:checked + span { color: #fff; border-color: #ff5200; background: #ff5200; box-shadow: 0 8px 24px rgba(255,82,0,.2); }
.service-group { position: relative; display: block; }
.service-group .investment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.description-group { display: block; }
.contact-dialog textarea { min-height: 220px; border-radius: 38px; padding: 28px 24px; resize: vertical; line-height: 1.45; }
.terms-field { display: flex; align-items: flex-start; gap: 12px; color: #bdbdbd; font-size: clamp(15px, 1vw, 19px); line-height: 1.4; cursor: pointer; }
.terms-field a { text-decoration: underline !important; }
.terms-field input { width: 20px; height: 20px; flex: 0 0 20px; margin: 1px 0 0; accent-color: #ff5200; cursor: pointer; }
.questionnaire-submit { width: min(380px, 100%); min-height: 58px; margin: 0 auto; border: 0; border-radius: 999px; background: #ff5200; color: #fff; font: inherit; font-size: 18px; cursor: pointer; transition: background .22s ease, transform .22s ease, box-shadow .22s ease; }
.questionnaire-submit:hover { background: #ff641c; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,82,0,.28); }
.questionnaire-submit:active { transform: scale(.985); }
.form-status { min-height: 22px; margin: -20px 0 0; color: #ff7540; text-align: center; line-height: 1.45; }
.form-status.success { color: #fff; margin: 20px 0 0; opacity: 0; animation: fadeInUp 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.form-status.error { color: #f87171; margin: 20px 0 0; opacity: 0; animation: fadeInUp 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .site-header { height: 140px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .framework-grid { grid-template-columns: 1fr; max-width: 720px; }
  .service-card { min-height: 760px; }
  .video-gallery-stage { height: 700px; }
  .video-gallery-card { width: 240px; }
  .video-gallery-card.is-left { --x: -235px; }.video-gallery-card.is-right { --x: 235px; }
  .video-gallery-card.is-far-left { --x: -420px; }.video-gallery-card.is-far-right { --x: 420px; }
  .video-gallery-progress { bottom: 186px; }
  .footer-content { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(285px, 1.4fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 743px) {
  h1, h2, h3, h4, h5, h6 { font-family: "DM Sans", Arial, Helvetica, sans-serif !important; }
  h1 em, h2 em, h3 em, em { font-family: "Caveat", "Segoe Print", "Kalam", "Comic Sans MS", cursive !important; }
  .menu-toggle { display: flex; order: 2; }
  .mobile-arrow { display: block !important; }
  .desktop-arrow { display: none !important; }
  em { font-family: "Caveat", "Segoe Print", "Kalam", "Comic Sans MS", cursive; }
  .footer-brand { position: relative; left: 0 !important; padding-left: clamp(24px, 4vw, 48px) !important; }
  .nav-button { order: 3; padding: 13px 22px !important; min-height: 48px !important; font-size: 15px !important; margin-right: clamp(10px, 3vw, 20px) !important; }
  .nav-links { order: 4; display: none; position: absolute; top: 80px; left: 50%; transform: translateX(-50%); flex-direction: column; background: rgba(8,8,8,.95); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); padding: 20px; border-radius: 15px; width: 200px; gap: 15px; box-shadow: 0 10px 30px rgba(0,0,0,.5); }
  .nav-links .nav-link { color: rgba(250,249,245,.88); }
  .nav-links.active { display: flex; }
  .nav-container { gap: clamp(6px, 2vw, 12px); }
}

@media (max-width: 720px) {
  :root { --radius: 20px; }
  .site-header { height: 102px; }
  .hero { padding: clamp(146px, 17.5vh, 185px) 0 160px !important; }
  .hero h1 { width: min(92vw, 520px); margin: 0 auto 0 !important; font-size: clamp(60px, 14.3vw, 103px) !important; line-height: 1.05; text-align: center; }
  .hero-statement { align-items: center !important; justify-content: center !important; width: 100% !important; overflow: visible !important; }
  .hero-statement-line { font-size: clamp(2.3rem, 9vw, 4.83rem) !important; text-align: center !important; white-space: nowrap !important; width: 100% !important; line-height: 1.15 !important; overflow: visible !important; }
  .hero h1 em { display: inline-block !important; font-family: "Segoe Print", "Kalam", "Comic Sans MS", cursive !important; color: #e84b16 !important; -webkit-text-fill-color: #e84b16 !important; padding: 0 0.08em !important; overflow: visible !important; }
  .hero-statement-line em { font-family: "Segoe Print", "Kalam", "Comic Sans MS", cursive !important; color: #e84b16 !important; -webkit-text-fill-color: #e84b16 !important; padding: 0 0.08em !important; overflow: visible !important; }
  .hero-line { display: block; white-space: nowrap; text-align: center; }
  .portfolio-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 8px !important; width: 110.4vw !important; margin-left: calc(50% - 55.2vw) !important; margin-right: calc(50% - 55.2vw) !important; margin-top: 20.4vh !important; }
  .section { padding: 70px 0 90px; }
  .services { padding-top: 42px; padding-bottom: 64px; }
  .section > h2, .conversion-section > h2, .framework > h2 { margin-bottom: 50px; font-size: clamp(42px, 10vw, 72px); }
  .service-grid { width: min(92vw, 480px); grid-template-columns: 1fr; gap: 18px; }
  .framework-grid { width: 92vw; gap: 18px; }
  .service-card { min-height: 760px; grid-template-rows: 34% 66%; }
  .service-content { padding: 28px; }
  .service-card h3 { font-size: 34px; }
  .service-tagline { font-size: 27px; }
  .service-description { font-size: 16px; }
  .service-card ul { font-size: 15px; }
  .conversion-section { padding-top: 44px; }
  .conversion-section > h2 { font-size: clamp(42px, 10vw, 72px); margin-bottom: 15px; }
  .video-gallery-stage { height: 345px; }
  .video-gallery-card { top: 147.5px; width: 190px; border-radius: 8px; }
  .video-gallery-card.is-left { --x: -125px; --scale: .92; }.video-gallery-card.is-right { --x: 125px; --scale: .92; }
  .video-gallery-card.is-far-left { --x: -220px; --scale: .86; opacity: .25; }.video-gallery-card.is-far-right { --x: 220px; --scale: .86; opacity: .25; }
  .video-gallery-progress { bottom: 20px; gap: 9px; }
  .video-gallery-progress button.is-active { width: 70px; }
  .showcase { min-height: 760px; }
  .carousel { padding-top: 100px; }
  .carousel-track { gap: 34px; padding-left: 8vw; }
  .result-card { width: 250px; flex-basis: 250px; }
  .carousel-arrow { display: none; }
  .carousel-controls { margin-top: 80px; }
  .framework { padding: 100px 0; }
  .framework-card { min-height: 0; aspect-ratio: 542 / 787; }
  .framework-card h3 { left: 9.2%; right: 8%; bottom: 20.2%; font-size: 30px; }
  .framework-card p { left: 9.2%; right: 8%; bottom: 6.2%; font-size: 15px; }
  .framework-art { transform: scale(.8); transform-origin: center; }
  .site-footer { min-height: 1040px; }
  .footer-content { width: 88vw; grid-template-columns: 1fr; gap: 34px; padding-top: 70px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-column { gap: 16px; }
  .footer-column h3 { margin-bottom: 6px; font-size: 18px; }
  .footer-column a { font-size: 22px; }
  .footer-link { gap: 11px; }
  .footer-column:nth-child(4) { margin-top: 12px; }
  .footer-icon { width: 23px; height: 23px; flex-basis: 23px; }
  .footer-landscape { height: 310px; }
}

@media (max-width: 1050px) {
  .questionnaire-shell { grid-template-columns: 1fr; gap: 70px; padding: 82px 6vw 72px; }
  .questionnaire-intro { display: grid; grid-template-columns: 1fr auto; column-gap: 50px; }
  .contact-dialog .questionnaire-intro h2, .questionnaire-lead { grid-column: 1; }
  .questionnaire-contact { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin-top: 0; }
  .questionnaire-form { width: 100%; }
}

@media (max-width: 720px) {
  .contact-dialog { width: 94vw; height: 92dvh; max-width: 94vw; max-height: 92dvh; border-radius: 18px; }
  .questionnaire-shell { display: block; padding: 72px 20px 48px; }
  .questionnaire-intro { display: block; }
  .contact-dialog .questionnaire-intro h2 { font-size: clamp(46px, 14vw, 68px); }
  .questionnaire-lead { margin-top: 32px; font-size: 18px; }
  .questionnaire-contact { margin-top: 34px; gap: 20px; }
  .questionnaire-form { margin-top: 60px; gap: 34px; }
  .questionnaire-fields { grid-template-columns: 1fr; gap: 12px; }
  .questionnaire-group legend, .question-label { margin-bottom: 16px; font-size: 25px; }
  .investment-options { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-group .investment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .contact-dialog input:not([type="radio"]):not([type="checkbox"]), .contact-dialog select { height: 54px; }
  .investment-options span { min-height: 54px; }
  .contact-dialog textarea { min-height: 180px; border-radius: 28px; padding: 22px 20px; }
  .terms-field { font-size: 14px; }
  .dialog-close { right: 16px; top: 14px; width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; transition-delay: 0ms !important; animation-duration: .01ms !important; animation-delay: 0ms !important; }
}

@media (hover: none), (pointer: coarse) {
  .portfolio-hover-preview { display: none; }
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/* Off-screen Animation Pausing */
.animations-paused *,
.animations-paused *::before,
.animations-paused *::after {
  animation-play-state: paused !important;
}


/* Premium micro-interactions transition easing */
button:not(.video-gallery-card), .nav-button, .questionnaire-submit, .investment-options label, .dialog-close, .nav-link, .portfolio-card {
  transition: all 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
button:not(.video-gallery-card):active, .nav-button:active, .questionnaire-submit:active {
  transform: scale(0.97) !important;
}

/* Footer legal links dynamically styled */
.footer-legal {
  position: relative;
  z-index: 3;
  width: min(1780px, 94vw);
  margin: clamp(46px, 5vw, 80px) auto 0;
  padding: 24px 0 40px;
  border-top: 1px solid rgba(255,255,255,.22);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px clamp(24px, 2.4vw, 44px);
  color: #bdbdbd;
  font-size: clamp(16px, 1.15vw, 22px);
  font-family: "Inter Nav", Inter, sans-serif;
}
.footer-legal a { transition: color .22s ease; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: #fff; }

@media (max-width: 720px) {
  .footer-legal {
    width: min(88vw, 420px);
    margin-top: 48px;
    padding: 24px 0 72px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
.investment-options label { position: relative; cursor: pointer; }
.investment-options input { position: absolute; opacity: 0; pointer-events: none; }
.investment-options span { min-height: 58px; border: 1.5px solid rgba(255,255,255,.72); border-radius: 999px; display: grid; place-items: center; padding: 0 24px; white-space: nowrap; color: #f4f4f4; font-size: clamp(18px, 1.25vw, 24px); transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease, box-shadow .22s ease; }
.investment-options label:hover span { border-color: #fff; background: rgba(255,255,255,.05); transform: translateY(-2px); }
.investment-options input:focus-visible + span { outline: 3px solid rgba(255,82,0,.35); outline-offset: 3px; }
.investment-options input:checked + span { color: #fff; border-color: #ff5200; background: #ff5200; box-shadow: 0 8px 24px rgba(255,82,0,.2); }
.service-group { position: relative; display: block; }
.service-group .investment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.description-group { display: block; }
.contact-dialog textarea { min-height: 220px; border-radius: 38px; padding: 28px 24px; resize: vertical; line-height: 1.45; }
.terms-field { display: flex; align-items: flex-start; gap: 12px; color: #bdbdbd; font-size: clamp(15px, 1vw, 19px); line-height: 1.4; cursor: pointer; }
.terms-field a { text-decoration: underline !important; }
.terms-field input { width: 20px; height: 20px; flex: 0 0 20px; margin: 1px 0 0; accent-color: #ff5200; cursor: pointer; }
.questionnaire-submit { width: min(380px, 100%); min-height: 58px; margin: 0 auto; border: 0; border-radius: 999px; background: #ff5200; color: #fff; font: inherit; font-size: 18px; cursor: pointer; transition: background .22s ease, transform .22s ease, box-shadow .22s ease; }
.questionnaire-submit:hover { background: #ff641c; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(255,82,0,.28); }
.questionnaire-submit:active { transform: scale(.985); }
.form-status { min-height: 22px; margin: -20px 0 0; color: #ff7540; text-align: center; line-height: 1.45; }
.form-status.success { color: #fff; margin: 20px 0 0; opacity: 0; animation: fadeInUp 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.form-status.error { color: #f87171; margin: 20px 0 0; opacity: 0; animation: fadeInUp 0.45s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .site-header { height: 140px; }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .framework-grid { grid-template-columns: 1fr; max-width: 720px; }
  .service-card { min-height: 760px; }
  .video-gallery-stage { height: 700px; }
  .video-gallery-card { width: 240px; }
  .video-gallery-card.is-left { --x: -235px; }.video-gallery-card.is-right { --x: 235px; }
  .video-gallery-card.is-far-left { --x: -420px; }.video-gallery-card.is-far-right { --x: 420px; }
  .video-gallery-progress { bottom: 186px; }
  .footer-content { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr) minmax(285px, 1.4fr); }
  .footer-brand { grid-row: span 2; }
}

@media (max-width: 743px) {
  h1, h2, h3, h4, h5, h6 { font-family: "DM Sans", Arial, Helvetica, sans-serif !important; }
  h1 em, h2 em, h3 em, em { font-family: "Caveat", "Segoe Print", "Kalam", "Comic Sans MS", cursive !important; }
  .menu-toggle { display: flex; order: 2; }
  .mobile-arrow { display: block !important; }
  .desktop-arrow { display: none !important; }
  em { font-family: "Caveat", "Segoe Print", "Kalam", "Comic Sans MS", cursive; }
  .footer-brand { position: relative; left: 0 !important; padding-left: clamp(24px, 4vw, 48px) !important; }
  .nav-button { order: 3; padding: 13px 22px !important; min-height: 48px !important; font-size: 15px !important; margin-right: clamp(10px, 3vw, 20px) !important; }
  .nav-links { order: 4; display: none; position: absolute; top: 80px; left: 50%; transform: translateX(-50%); flex-direction: column; background: rgba(8,8,8,.95); -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); padding: 20px; border-radius: 15px; width: 200px; gap: 15px; box-shadow: 0 10px 30px rgba(0,0,0,.5); }
  .nav-links .nav-link { color: rgba(250,249,245,.88); }
  .nav-links.active { display: flex; }
  .nav-container { gap: clamp(6px, 2vw, 12px); }
}

@media (max-width: 720px) {
  :root { --radius: 20px; }
  .site-header { height: 102px; }
  .hero { padding: clamp(146px, 17.5vh, 185px) 0 160px !important; }
  .hero h1 { width: min(92vw, 520px); margin: 0 auto 0 !important; font-size: clamp(60px, 14.3vw, 103px) !important; line-height: 1.05; text-align: center; }
  .hero-statement { align-items: center !important; justify-content: center !important; width: 100% !important; overflow: visible !important; }
  .hero-statement-line { font-size: clamp(2.3rem, 9vw, 4.83rem) !important; text-align: center !important; white-space: nowrap !important; width: 100% !important; line-height: 1.15 !important; overflow: visible !important; }
  .hero h1 em { display: inline-block !important; font-family: "Segoe Print", "Kalam", "Comic Sans MS", cursive !important; color: #e84b16 !important; -webkit-text-fill-color: #e84b16 !important; padding: 0 0.08em !important; overflow: visible !important; }
  .hero-statement-line em { font-family: "Segoe Print", "Kalam", "Comic Sans MS", cursive !important; color: #e84b16 !important; -webkit-text-fill-color: #e84b16 !important; padding: 0 0.08em !important; overflow: visible !important; }
  .hero-line { display: block; white-space: nowrap; text-align: center; }
  .portfolio-grid { grid-template-columns: repeat(4, 1fr) !important; gap: 8px !important; width: 110.4vw !important; margin-left: calc(50% - 55.2vw) !important; margin-right: calc(50% - 55.2vw) !important; margin-top: 20.4vh !important; }
  .section { padding: 70px 0 90px; }
  .services { padding-top: 42px; padding-bottom: 64px; }
  .section > h2, .conversion-section > h2, .framework > h2 { margin-bottom: 50px; font-size: clamp(42px, 10vw, 72px); }
  .service-grid { width: min(92vw, 480px); grid-template-columns: 1fr; gap: 18px; }
  .framework-grid { width: 92vw; gap: 18px; }
  .service-card { min-height: 760px; grid-template-rows: 34% 66%; }
  .service-content { padding: 28px; }
  .service-card h3 { font-size: 34px; }
  .service-tagline { font-size: 27px; }
  .service-description { font-size: 16px; }
  .service-card ul { font-size: 15px; }
  .conversion-section { padding-top: 44px; }
  .conversion-section > h2 { font-size: clamp(42px, 10vw, 72px); margin-bottom: 15px; }
  .video-gallery-stage { height: 345px; }
  .video-gallery-card { top: 147.5px; width: 190px; border-radius: 8px; }
  .video-gallery-card.is-left { --x: -125px; --scale: .92; }.video-gallery-card.is-right { --x: 125px; --scale: .92; }
  .video-gallery-card.is-far-left { --x: -220px; --scale: .86; opacity: .25; }.video-gallery-card.is-far-right { --x: 220px; --scale: .86; opacity: .25; }
  .video-gallery-progress { bottom: 20px; gap: 9px; }
  .video-gallery-progress button.is-active { width: 70px; }
  .showcase { min-height: 760px; }
  .carousel { padding-top: 100px; }
  .carousel-track { gap: 34px; padding-left: 8vw; }
  .result-card { width: 250px; flex-basis: 250px; }
  .carousel-arrow { display: none; }
  .carousel-controls { margin-top: 80px; }
  .framework { padding: 100px 0; }
  .framework-card { min-height: 0; aspect-ratio: 542 / 787; }
  .framework-card h3 { left: 9.2%; right: 8%; bottom: 20.2%; font-size: 30px; }
  .framework-card p { left: 9.2%; right: 8%; bottom: 6.2%; font-size: 15px; }
  .framework-art { transform: scale(.8); transform-origin: center; }
  .site-footer { min-height: 1040px; }
  .footer-content { width: 88vw; grid-template-columns: 1fr; gap: 34px; padding-top: 70px; }
  .footer-brand { grid-column: 1 / -1; grid-row: auto; }
  .footer-column { gap: 16px; }
  .footer-column h3 { margin-bottom: 6px; font-size: 18px; }
  .footer-column a { font-size: 22px; }
  .footer-link { gap: 11px; }
  .footer-column:nth-child(4) { margin-top: 12px; }
  .footer-icon { width: 23px; height: 23px; flex-basis: 23px; }
  .footer-landscape { height: 310px; }
}

@media (max-width: 1050px) {
  .questionnaire-shell { grid-template-columns: 1fr; gap: 70px; padding: 82px 6vw 72px; }
  .questionnaire-intro { display: grid; grid-template-columns: 1fr auto; column-gap: 50px; }
  .contact-dialog .questionnaire-intro h2, .questionnaire-lead { grid-column: 1; }
  .questionnaire-contact { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin-top: 0; }
  .questionnaire-form { width: 100%; }
}

@media (max-width: 720px) {
  .contact-dialog { width: 94vw; height: 92dvh; max-width: 94vw; max-height: 92dvh; border-radius: 18px; }
  .questionnaire-shell { display: block; padding: 72px 20px 48px; }
  .questionnaire-intro { display: block; }
  .contact-dialog .questionnaire-intro h2 { font-size: clamp(46px, 14vw, 68px); }
  .questionnaire-lead { margin-top: 32px; font-size: 18px; }
  .questionnaire-contact { margin-top: 34px; gap: 20px; }
  .questionnaire-form { margin-top: 60px; gap: 34px; }
  .questionnaire-fields { grid-template-columns: 1fr; gap: 12px; }
  .questionnaire-group legend, .question-label { margin-bottom: 16px; font-size: 25px; }
  .investment-options { grid-template-columns: 1fr 1fr; gap: 10px; }
  .service-group .investment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .contact-dialog input:not([type="radio"]):not([type="checkbox"]), .contact-dialog select { height: 54px; }
  .investment-options span { min-height: 54px; }
  .contact-dialog textarea { min-height: 180px; border-radius: 28px; padding: 22px 20px; }
  .terms-field { font-size: 14px; }
  .dialog-close { right: 16px; top: 14px; width: 40px; height: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; transition-delay: 0ms !important; animation-duration: .01ms !important; animation-delay: 0ms !important; }
}

@media (hover: none), (pointer: coarse) {
  .portfolio-hover-preview { display: none; }
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

/* Off-screen Animation Pausing */
.animations-paused *,
.animations-paused *::before,
.animations-paused *::after {
  animation-play-state: paused !important;
}


/* Premium micro-interactions transition easing */
button:not(.video-gallery-card), .nav-button, .questionnaire-submit, .investment-options label, .dialog-close, .nav-link, .portfolio-card {
  transition: all 0.32s cubic-bezier(0.22, 1, 0.36, 1) !important;
}
button:not(.video-gallery-card):active, .nav-button:active, .questionnaire-submit:active {
  transform: scale(0.97) !important;
}

/* Footer legal links dynamically styled */
.footer-legal {
  position: relative;
  z-index: 3;
  width: min(1780px, 94vw);
  margin: clamp(46px, 5vw, 80px) auto 0;
  padding: 24px 0 40px;
  border-top: 1px solid rgba(255,255,255,.22);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px clamp(24px, 2.4vw, 44px);
  color: #bdbdbd;
  font-size: clamp(16px, 1.15vw, 22px);
  font-family: "Inter Nav", Inter, sans-serif;
}
.footer-legal a { transition: color .22s ease; }
.footer-legal a:hover, .footer-legal a:focus-visible { color: #fff; }

@media (max-width: 720px) {
  .footer-legal {
    width: min(88vw, 420px);
    margin-top: 48px;
    padding: 24px 0 72px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: initial;
    gap: 18px 22px;
    font-size: 15px;
    line-height: 1.35;
  }
  .footer-legal a { min-width: 0; }
  .footer-legal a:last-child { grid-column: 1 / -1; }
}

@media (min-width: 721px) {
  .contact-dialog {
    zoom: 0.8 !important;
  }
}

@media (max-width: 720px) {
  .services .service-grid {
    width: 94vw;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(10px, 2.8vw, 16px);
  }
}

@media (max-width: 767px) {
  .motion-ready .services.mobile-first-revealed .service-card:first-child,
  .motion-ready .services.mobile-scroll-card-2 .service-card:nth-child(2),
  .motion-ready .services.mobile-scroll-card-3 .service-card:nth-child(3),
  .motion-ready .services.mobile-scroll-card-4 .service-card:nth-child(4) {
    opacity: 1;
    transform: translate3d(0, 0, 0) scaleY(1);
    transition-delay: 0ms;
  }

  .motion-ready .services.mobile-first-revealed .service-card:first-child .service-content > *,
  .motion-ready .services.mobile-scroll-card-2 .service-card:nth-child(2) .service-content > *,
  .motion-ready .services.mobile-scroll-card-3 .service-card:nth-child(3) .service-content > *,
  .motion-ready .services.mobile-scroll-card-4 .service-card:nth-child(4) .service-content > * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 720px) {
  .conversion-section { padding-bottom: 0; }
  #systems-section .systems-heading { padding-top: 8px; }
  .framework { padding: 36px 0 64px; }
}

@media (min-width: 481px) and (max-width: 1100px) {
  #systems-section .systems-heading {
    padding: 18px 0 6px;
  }

  #systems-section .systems-stage,
  #systems-animation-section,
  #systems-animation-section .systems-ecosystem-viewport {
    min-height: auto;
  }

  #systems-section .systems-stage {
    margin-top: clamp(-190px, -18vw, -130px);
  }

  #systems-animation-section .systems-ecosystem-viewport {
    align-items: flex-start;
    padding-top: 0;
  }

  /* Tablet keeps the framework cards comfortably sized instead of treating
     a portrait tablet like a full-width phone layout. */
  .framework-grid {
    width: min(68vw, 520px);
    max-width: none;
    gap: clamp(20px, 3vw, 30px);
  }

  .framework-card h3 {
    font-size: clamp(27px, 3.5vw, 34px);
  }

  .framework-card p {
    font-size: clamp(14px, 1.65vw, 17px);
  }
}

/* Keep the framework visually balanced on QHD, ultrawide, and 4K canvases. */
@media (min-width: 2560px) {
  .framework-grid {
    width: min(76vw, 2260px);
    gap: clamp(34px, 1.8vw, 56px);
  }

  .framework-card, .service-card {
    border-radius: 8px;
  }

  .framework-card h3 {
    font-size: clamp(46px, 2.2vw, 62px);
    line-height: 1.08;
  }

  .framework-card p {
    font-size: clamp(20px, 1.05vw, 27px);
    line-height: 1.42;
  }
}

.mobile-arrow { display: none !important; }
.desktop-arrow { display: inline-block !important; }

/* Mobile Service Cards Sizing and Footprint Overrides */
@media (max-width: 768px) {
  .services {
    padding-top: clamp(24px, 6vw, 48px) !important;
    padding-bottom: clamp(32px, 8vw, 64px) !important;
  }
  .service-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: clamp(14px, 3.5vw, 22px) !important;
  }
  .service-card {
    width: 70vw !important;
    min-width: 70vw !important;
    max-width: 70vw !important;
    min-height: 0 !important;
    height: auto !important;
    grid-template-rows: auto auto !important;
    border-radius: 20px !important;
  }
  .service-visual {
    width: 100% !important;
    aspect-ratio: 2 / 1 !important;
    height: auto !important;
    min-height: 0 !important;
    border-bottom: 1.5px solid #eee !important;
  }
  .service-content {
    padding: clamp(14px, 3.8vw, 24px) !important;
    min-height: 0 !important;
  }
  .service-card h3 {
    font-size: clamp(18px, 5.5vw, 26px) !important;
  }
  .service-tagline {
    font-size: clamp(14px, 4vw, 20px) !important;
    margin-top: 4px !important;
  }
  .service-description {
    font-size: clamp(12px, 3.2vw, 15px) !important;
    margin-top: 8px !important;
    line-height: 1.35 !important;
  }
  .service-card ul {
    font-size: clamp(11px, 3vw, 14px) !important;
    margin: clamp(12px, 3.2vw, 20px) 0 clamp(16px, 4vw, 24px) !important;
    gap: clamp(8px, 2vw, 12px) !important;
  }
  .service-card li {
    padding-left: 20px !important;
  }
  .service-card li::before {
    width: clamp(7px, 1.8vw, 9px) !important;
    height: clamp(7px, 1.8vw, 9px) !important;
    left: 2px !important;
    top: 0.35em !important;
  }
  .service-action {
    padding-top: 12px !important;
    font-size: clamp(11px, 3vw, 14px) !important;
  }
  .service-action > span[aria-hidden] {
    width: 32px !important;
    height: 32px !important;
    flex: 0 0 32px !important;
  }
  .service-action svg {
    width: 14px !important;
    height: 14px !important;
  }
}

/* Mobile Operating Framework Card Footprint Overrides */
@media (max-width: 768px) {
  .framework {
    padding-top: clamp(24px, 6vw, 48px) !important;
    padding-bottom: clamp(32px, 8vw, 64px) !important;
  }
  .framework-grid {
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: clamp(14px, 3.5vw, 22px) !important;
    margin: 0 auto !important;
  }
  .framework-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    width: 70% !important;
    min-width: 70% !important;
    max-width: 70% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
    padding: clamp(14px, 3.8vw, 24px) !important;
    border-radius: 20px !important;
  }
  .framework-card .framework-art {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 2 / 1 !important;
    transform: none !important;
    margin-bottom: clamp(12px, 3vw, 18px) !important;
  }
  .framework-card .framework-loop-illustration {
    width: 100% !important;
    height: 100% !important;
    transform: none !important;
    object-fit: contain !important;
  }
  .framework-card h3 {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    font-size: clamp(18px, 5.5vw, 26px) !important;
    line-height: 1.15 !important;
    text-align: left !important;
    letter-spacing: -.035em !important;
    margin: 0 0 clamp(6px, 1.8vw, 10px) 0 !important;
  }
  .framework-card p {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    color: #b7b7b7 !important;
    font-size: clamp(12px, 3.2vw, 15px) !important;
    line-height: 1.35 !important;
    text-align: left !important;
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .hero-statement-line {
    font-size: clamp(1.73rem, 9.4vw, 3.22rem) !important;
    white-space: nowrap !important;
    line-height: 1.15 !important;
    overflow: visible !important;
  }
}
