:root {
  --brand-navy: #102033;
  --brand-navy-strong: #08111e;
  --brand-navy-rgb: 16, 32, 51;
  --brand-copper: #b46a3c;
  --brand-copper-dark: #8e4f2b;
  --brand-copper-rgb: 180, 106, 60;
  --brand-ice: #dff6ff;
  --agency-violet: #533afd;
  --agency-violet-dark: #2e2b8c;
  --agency-ruby: #ea2261;
  --agency-magenta: #f96bee;
  --agency-lavender-rgb: 214, 217, 252;
  --agency-shadow-blue: 0 30px 45px -30px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.1);
  --agency-blue: var(--mk-cyan);
  --agency-blue-rgb: var(--mk-cyan-rgb);
  --agency-blue-soft: var(--mk-cyan-soft);
  --agency-blue-soft-rgb: var(--mk-cyan-soft-rgb);
  --agency-readable-panel: rgba(var(--mk-white-rgb), 0.12);
  --agency-blue-shadow: 0 18px 46px rgba(var(--mk-cyan-rgb), 0.18), 0 16px 34px rgba(var(--mk-black-rgb), 0.3);
  --commerce-ink: #f7fafc;
  --commerce-ink-rgb: 247, 250, 252;
  --commerce-paper: #0b0e12;
  --commerce-paper-strong: #121820;
  --commerce-blue: #72d9ff;
  --commerce-blue-rgb: 114, 217, 255;
  --commerce-mint: #173d34;
  --commerce-line: rgba(255, 255, 255, 0.16);
  --commerce-line-strong: rgba(255, 255, 255, 0.3);
  --commerce-muted: rgba(247, 250, 252, 0.68);
  --commerce-overlay: rgba(5, 10, 18, 0.72);
  --commerce-overlay-soft: rgba(5, 10, 18, 0.18);
  --commerce-shadow: 0 24px 72px rgba(0, 0, 0, 0.34);
  --badge-hot-bg: #e0492f;
  --badge-sale-bg: #0d1420;
  --badge-new-bg: #1f9d6b;
  --mk-black: #000000;
  --mk-black-rgb: 0, 0, 0;
  --mk-void: #030405;
  --mk-panel: #06080c;
  --mk-panel-rgb: 6, 8, 12;
  --mk-panel-soft: #0b1016;
  --mk-panel-deep: #05070a;
  --mk-panel-void: #020406;
  --mk-panel-hero-rgb: 3, 5, 8;
  --mk-panel-recessed-rgb: 2, 4, 7;
  --mk-panel-solid-rgb: 5, 7, 10;
  --mk-void-deep: #010305;
  --mk-ink: #f4f8fb;
  --mk-ink-rgb: 244, 248, 251;
  --mk-ink-bright: #effcff;
  --mk-ink-inverse: #00111d;
  --mk-muted: #777777;
  --mk-cyan: #1e9bff;
  --mk-cyan-rgb: 30, 155, 255;
  --mk-cyan-soft: #72d9ff;
  --mk-cyan-soft-rgb: 114, 217, 255;
  --mk-white-rgb: 255, 255, 255;
  --mk-header-bg: rgba(var(--mk-black-rgb), 0.78);
  --mk-header-bg-scrolled: rgba(var(--mk-black-rgb), 0.94);
  --mk-line-cyan-soft: rgba(var(--mk-cyan-soft-rgb), 0.22);
  --mk-line-cyan-faint: rgba(var(--mk-cyan-soft-rgb), 0.16);
  --mk-line-white-faint: rgba(var(--mk-white-rgb), 0.1);
  --mk-line-white-medium: rgba(var(--mk-white-rgb), 0.34);
  --mk-shadow-header: 0 22px 70px rgba(var(--mk-black-rgb), 0.44);
  --mk-shadow-raised-dark: 0 18px 48px rgba(var(--mk-black-rgb), 0.42);
  --mk-legacy-hex-00121f: #00121f;
  --mk-legacy-hex-020304: #020304;
  --mk-legacy-hex-070809: #070809;
  --mk-legacy-hex-080808: #080808;
  --mk-legacy-hex-0878d7: #0878d7;
  --mk-legacy-hex-0a7dff: #0a7dff;
  --mk-legacy-hex-111111: #111111;
  --mk-legacy-hex-151719: #151719;
  --mk-legacy-hex-171819: #171819;
  --mk-legacy-hex-242424: #242424;
  --mk-legacy-hex-2a2c2f: #2a2c2f;
  --mk-legacy-hex-42c8ff: #42c8ff;
  --mk-legacy-hex-84e6ff: #84e6ff;
  --mk-legacy-hex-8ee7ff: #8ee7ff;
  --mk-legacy-hex-c98152: #c98152;
  --mk-legacy-hex-d8f8ff: #d8f8ff;
  --mk-legacy-hex-dfe3e7: #dfe3e7;
  --mk-legacy-hex-e2e6eb: #e2e6eb;
  --mk-legacy-hex-e4fbff: #e4fbff;
  --mk-legacy-hex-e5e8ec: #e5e8ec;
  --mk-legacy-hex-e8ecef: #e8ecef;
  --mk-legacy-hex-e9ecef: #e9ecef;
  --mk-legacy-hex-f2f4f6: #f2f4f6;
  --mk-legacy-hex-f3f5f7: #f3f5f7;
  --mk-legacy-hex-f4ffff: #f4ffff;
  --mk-legacy-hex-f7f8f9: #f7f8f9;
  --mk-legacy-hex-fbfcfd: #fbfcfd;
  --mk-legacy-rgb-0-5-12: 0, 5, 12;
  --mk-legacy-rgb-0-8-20: 0, 8, 20;
  --mk-legacy-rgb-0-9-20: 0, 9, 20;
  --mk-legacy-rgb-0-10-24: 0, 10, 24;
  --mk-legacy-rgb-0-12-28: 0, 12, 28;
  --mk-legacy-rgb-0-168-255: 0, 168, 255;
  --mk-legacy-rgb-0-174-255: 0, 174, 255;
  --mk-legacy-rgb-0-183-255: 0, 183, 255;
  --mk-legacy-rgb-5-5-5: 5, 5, 5;
  --mk-legacy-rgb-5-7-10: 5, 7, 10;
  --mk-legacy-rgb-5-23-42: 5, 23, 42;
  --mk-legacy-rgb-8-8-8: 8, 8, 8;
  --mk-legacy-rgb-8-17-30: 8, 17, 30;
  --mk-legacy-rgb-21-24-28: 21, 24, 28;
  --mk-legacy-rgb-37-42-49: 37, 42, 49;
  --mk-legacy-rgb-112-219-255: 112, 219, 255;
  --mk-legacy-rgb-142-231-255: 142, 231, 255;
  --mk-legacy-rgb-176-232-255: 176, 232, 255;
  --mk-legacy-rgb-208-241-255: 208, 241, 255;
  --mk-legacy-rgb-218-246-255: 218, 246, 255;
  --mk-legacy-rgb-223-246-255: 223, 246, 255;
  --mk-legacy-rgb-226-248-255: 226, 248, 255;
  --mk-legacy-rgb-238-241-244: 238, 241, 244;
  --mk-legacy-rgb-238-242-245: 238, 242, 245;
  --mk-legacy-rgb-255-176-142: 255, 176, 142;
  --type-display: clamp(34px, 5vw, 74px);
  --type-section: clamp(30px, 4.2vw, 58px);
  --type-commerce-display: clamp(32px, 4.8vw, 68px);
  --type-commerce-section: clamp(28px, 3.8vw, 52px);
  --type-commerce-card: clamp(22px, 2.3vw, 34px);
  --ink: #111827;
  --ink-soft: #5c6570;
  --paper: #eef2f5;
  --surface: rgba(255, 255, 255, 0.66);
  --surface-strong: rgba(255, 255, 255, 0.86);
  --surface-muted: #dfe5eb;
  --line: rgba(17, 24, 39, 0.12);
  --line-strong: rgba(17, 24, 39, 0.24);
  --red: var(--brand-copper);
  --red-dark: var(--brand-copper-dark);
  --cyan: #6fb7cc;
  --green: #263344;
  --gold: #d49a72;
  --black: #050a12;
  --white: #ffffff;
  --glass-light: rgba(255, 255, 255, 0.58);
  --glass-dark: rgba(255, 255, 255, 0.075);
  --glass-border-light: rgba(255, 255, 255, 0.54);
  --glass-border-dark: rgba(255, 255, 255, 0.16);
  --shadow: 0 32px 90px rgba(var(--brand-navy-rgb), 0.18);
  --shadow-soft: 0 18px 48px rgba(var(--brand-navy-rgb), 0.11);
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-16: 64px;
  --space-20: 80px;
  --space-22: 88px;
  --content-max: 1680px;
  --content-narrow: 1160px;
  --site-gutter: clamp(40px, 5vw, 104px);
  --aligned-gutter: max(var(--site-gutter), calc((100vw - var(--content-max)) / 2));
}

:root[data-theme="light"] {
  --commerce-ink: #111318;
  --commerce-ink-rgb: 17, 19, 24;
  --commerce-paper: #f7f6f2;
  --commerce-paper-strong: #ffffff;
  --commerce-blue: #1268ff;
  --commerce-blue-rgb: 18, 104, 255;
  --commerce-mint: #cff5e7;
  --commerce-line: rgba(17, 19, 24, 0.14);
  --commerce-line-strong: rgba(17, 19, 24, 0.28);
  --commerce-muted: rgba(17, 19, 24, 0.62);
  --commerce-overlay: rgba(5, 10, 18, 0.76);
  --commerce-overlay-soft: rgba(5, 10, 18, 0.2);
  --commerce-shadow: 0 22px 60px rgba(16, 32, 51, 0.14);
}

:root {
  --raw-hex-edeef0: #edeef0;
  --raw-hex-e6e7ea: #e6e7ea;
  --raw-hex-e0e1e4: #e0e1e4;
  --raw-hex-ffffff: #ffffff;
  --raw-hex-f4f4f6: #f4f4f6;
  --raw-hex-16171a: #16171a;
  --raw-hex-0a0b0d: #0a0b0d;
  --raw-hex-5b5d63: #5b5d63;
  --raw-hex-202226: #202226;
  --raw-hex-33363c: #33363c;
  --raw-hex-17181b: #17181b;
  --raw-hex-000000: #000000;
  --raw-hex-f3f3f5: #f3f3f5;
  --raw-hex-eaeaec: #eaeaec;
  --raw-hex-f0f0f2: #f0f0f2;
  --raw-hex-e8e8eb: #e8e8eb;
  --raw-hex-dedee1: #dedee1;
  --raw-hex-24262a: #24262a;
  --raw-hex-f2f2f4: #f2f2f4;
  --raw-hex-e7e7ea: #e7e7ea;
  --raw-hex-101114: #101114;
  --raw-hex-3a3c40: #3a3c40;
  --raw-hex-46484d: #46484d;
  --raw-hex-64666b: #64666b;
  --raw-hex-f3f6f9: #f3f6f9;
  --raw-hex-1a1b1e: #1a1b1e;
  --raw-hex-f6f6f8: #f6f6f8;
  --raw-hex-6b6d72: #6b6d72;
  --raw-hex-4a4c50: #4a4c50;
  --raw-hex-72d9ff: #72d9ff;
  --raw-rgb-244-248-251: 244, 248, 251;
}

/* Movement K layout template */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

[data-style-template="movementk-layout"] {
  --movement-header-height: 88px;
  --movement-side-rail-width: 156px;
  --movement-side-rail-offset: 22px;
  --movement-side-rail-clearance: calc(var(--movement-side-rail-width) + var(--movement-side-rail-offset) + var(--space-6));
  --movement-bottom-rail-height: 0px;
  --movement-bottom-rail-offset: 0px;
  --movement-bottom-rail-clearance: 0px;
  --layout-scroll-progress: 0;
  --motion-scroll: 0;
  --motion-section-progress: 0;
  --motion-hero-shift: 0px;
  --motion-hero-scale: 1.035;
  --motion-orbit-x: 0px;
  --motion-orbit-y: 0px;
  --motion-orbit-rotate: 0deg;
  --motion-orbit-scale: 1;
  --motion-parallax-y: 0px;
  --motion-pointer-x: 50%;
  --motion-pointer-y: 50%;
  background: var(--mk-black);
  color: var(--mk-ink);
  overflow-x: clip;
  word-break: keep-all;
}

[data-motion-template="movementk-motion"] {
  --motion-ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --motion-ease-emphasis: cubic-bezier(0.16, 1, 0.3, 1);
}

[data-style-template="movementk-layout"] main {
  overflow: clip;
  background:
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-void) 42%, var(--mk-black) 100%);
}

[data-style-template="movementk-layout"] .site-header {
  min-height: var(--movement-header-height);
  color: var(--mk-ink);
  background: var(--mk-header-bg);
  border-bottom-color: var(--mk-line-cyan-faint);
  box-shadow: none;
}

[data-style-template="movementk-layout"] .site-header.is-scrolled {
  background: var(--mk-header-bg-scrolled);
  box-shadow: var(--mk-shadow-header);
}

.section-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--mk-cyan), var(--mk-cyan-soft));
  transform: scaleX(var(--layout-scroll-progress));
  transform-origin: left center;
  transition: transform 140ms ease-out;
}

[data-style-template="movementk-layout"] .brand-copy strong,
[data-style-template="movementk-layout"] .site-nav a,
[data-style-template="movementk-layout"] .brief-link {
  color: var(--mk-ink);
}

[data-style-template="movementk-layout"] .brand-copy span {
  color: rgba(var(--mk-ink-rgb), 0.64);
}

[data-style-template="movementk-layout"] .site-nav {
  justify-self: center;
  gap: 30px;
}

[data-style-template="movementk-layout"] .site-nav a,
.movement-anchor-rail a {
  position: relative;
  transition:
    color 160ms ease-out,
    opacity 160ms ease-out,
    border-color 160ms ease-out,
    background 160ms ease-out;
}

[data-style-template="movementk-layout"] .site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--mk-cyan-soft);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 180ms ease-out;
}

[data-style-template="movementk-layout"] .site-nav a.is-active,
[data-style-template="movementk-layout"] .site-nav a:hover,
[data-style-template="movementk-layout"] .site-nav a:focus-visible {
  color: var(--mk-cyan-soft);
}

[data-style-template="movementk-layout"] .site-nav a.is-active::after,
[data-style-template="movementk-layout"] .site-nav a:hover::after,
[data-style-template="movementk-layout"] .site-nav a:focus-visible::after {
  transform: scaleX(1);
}

[data-style-template="movementk-layout"] .brief-link,
[data-style-template="movementk-layout"] .menu-toggle {
  color: var(--mk-ink);
  background: rgba(var(--mk-white-rgb), 0.06);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.22);
  box-shadow: none;
}

[data-style-template="movementk-layout"] .menu-toggle span:not(.sr-only) {
  background: var(--mk-ink);
}

[data-style-template="movementk-layout"] .button-primary {
  color: var(--mk-ink-inverse);
  background: linear-gradient(135deg, var(--mk-ink-bright), var(--mk-cyan-soft) 52%, var(--mk-cyan));
  box-shadow: 0 18px 42px rgba(var(--mk-cyan-rgb), 0.24);
}

[data-style-template="movementk-layout"] .button-ghost {
  color: var(--mk-ink);
  border-color: rgba(var(--mk-white-rgb), 0.24);
  background: rgba(var(--mk-white-rgb), 0.04);
}

[data-style-template="movementk-layout"] .hero {
  min-height: calc(100dvh - var(--movement-header-height));
  padding-top: 92px;
  padding-bottom: 70px;
  color: var(--mk-ink);
  background:
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-void-deep) 74%, var(--mk-black) 100%);
}

[data-style-template="movementk-layout"] .hero-background,
[data-style-template="movementk-layout"] .hero-video-layer {
  opacity: 0.26;
  filter: saturate(82%) contrast(112%);
}

[data-style-template="movementk-layout"] .hero-media-canvas {
  opacity: 0.72;
}

[data-style-template="movementk-layout"] .hero-orbit-field {
  inset: 70px 4% auto auto;
  width: min(650px, 48vw);
  height: min(650px, 48vw);
  opacity: 0.92;
}

[data-style-template="movementk-layout"] .hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: calc(100dvh - 250px);
}

[data-style-template="movementk-layout"] .hero-copy {
  max-width: 940px;
}

[data-style-template="movementk-layout"] .hero h1 {
  max-width: 780px;
  color: var(--mk-ink);
  font-size: var(--type-display);
  line-height: 0.98;
  text-shadow: 0 26px 88px rgba(var(--mk-black-rgb), 0.94);
}

[data-style-template="movementk-layout"] .hero-lead {
  max-width: 700px;
  color: rgba(var(--mk-ink-rgb), 0.72);
  font-size: 18px;
}

[data-style-template="movementk-layout"] .movement-proof-strip {
  max-width: 880px;
  background: rgba(var(--mk-panel-hero-rgb), 0.82);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.18);
  box-shadow: 0 28px 88px rgba(var(--mk-black-rgb), 0.48);
}

.movement-anchor-rail {
  position: fixed;
  top: 50%;
  right: var(--movement-side-rail-offset);
  z-index: 80;
  display: grid;
  gap: 10px;
  width: var(--movement-side-rail-width);
  transform: translateY(-50%);
}

.movement-anchor-rail a {
  display: grid;
  gap: 4px;
  padding: 12px 14px;
  color: rgba(var(--mk-ink-rgb), 0.58);
  background: rgba(var(--mk-panel-recessed-rgb), 0.62);
  border: 1px solid rgba(var(--mk-white-rgb), 0.1);
  border-radius: 8px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.movement-anchor-rail span {
  color: rgba(var(--mk-cyan-soft-rgb), 0.72);
  font-size: 12px;
  font-weight: 900;
}

.movement-anchor-rail strong {
  font-size: 13px;
  line-height: 1.25;
}

.movement-anchor-rail a.is-active,
.movement-anchor-rail a:hover,
.movement-anchor-rail a:focus-visible {
  color: var(--mk-ink);
  background: rgba(var(--mk-cyan-rgb), 0.16);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.42);
}

.movement-service-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(var(--content-max), calc(100% - (var(--site-gutter) * 2)));
  margin: -36px auto 0;
  overflow: hidden;
  background: rgba(var(--mk-panel-solid-rgb), 0.96);
  border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.16);
  border-radius: 8px;
  box-shadow: 0 28px 96px rgba(var(--mk-black-rgb), 0.48);
}

.movement-service-strip a {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 18px 20px;
  color: var(--mk-ink);
  border-right: 1px solid rgba(var(--mk-white-rgb), 0.1);
  transition:
    background 180ms ease-out,
    color 180ms ease-out;
}

.movement-service-strip a:last-child {
  border-right: 0;
}

.movement-service-strip span {
  color: rgba(var(--mk-cyan-soft-rgb), 0.74);
  font-size: 12px;
  font-weight: 900;
}

.movement-service-strip strong {
  align-self: end;
  font-size: 17px;
  line-height: 1.35;
}

.movement-service-strip a:hover,
.movement-service-strip a:focus-visible {
  color: var(--mk-ink-inverse);
  background: var(--mk-cyan-soft);
}

.movement-service-strip a:hover span,
.movement-service-strip a:focus-visible span {
  color: var(--mk-ink-inverse);
}

[data-style-template="movementk-layout"] .section,
[data-style-template="movementk-layout"] .planner-section,
[data-style-template="movementk-layout"] .contact-section,
.movement-way-section {
  background: var(--mk-black);
  color: var(--mk-ink);
}

[data-style-template="movementk-layout"] .section-heading h2,
[data-style-template="movementk-layout"] .planner-copy h2,
[data-style-template="movementk-layout"] .proof-copy h2,
[data-style-template="movementk-layout"] .contact-copy h2,
.movement-way-section .section-heading h2 {
  max-width: 980px;
  color: var(--mk-ink);
  font-size: 48px;
  line-height: 1.12;
}

[data-style-template="movementk-layout"] .eyebrow,
[data-style-template="movementk-layout"] .text-link,
[data-style-template="movementk-layout"] .contact-links a,
.movement-way-section .text-link {
  color: var(--mk-cyan-soft);
  border-bottom-color: rgba(var(--mk-cyan-soft-rgb), 0.5);
}

[data-style-template="movementk-layout"] .authority-section {
  padding-top: 126px;
  padding-bottom: 118px;
}

[data-style-template="movementk-layout"] .intro-grid {
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 1px;
  background: rgba(var(--mk-cyan-soft-rgb), 0.16);
  border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.16);
  border-radius: 8px;
  overflow: hidden;
}

[data-style-template="movementk-layout"] .intro-card,
[data-style-template="movementk-layout"] .solution-card,
[data-style-template="movementk-layout"] .package-card,
[data-style-template="movementk-layout"] .team-card,
[data-style-template="movementk-layout"] .planner-form,
[data-style-template="movementk-layout"] .planner-result,
[data-style-template="movementk-layout"] .contact-form,
[data-style-template="movementk-layout"] .estimate-source-box {
  color: var(--mk-ink);
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.075), rgba(var(--mk-white-rgb), 0.02)),
    var(--mk-panel);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.15);
  border-radius: 8px;
  box-shadow: 0 30px 86px rgba(var(--mk-black-rgb), 0.32);
}

[data-style-template="movementk-layout"] .intro-card {
  min-height: 260px;
  border: 0;
  box-shadow: none;
}

[data-style-template="movementk-layout"] .intro-card span,
[data-style-template="movementk-layout"] .way-grid span {
  color: var(--mk-cyan-soft);
}

[data-style-template="movementk-layout"] .intro-card h3,
[data-style-template="movementk-layout"] .solution-card h3,
[data-style-template="movementk-layout"] .package-card h3,
[data-style-template="movementk-layout"] .team-card h3,
[data-style-template="movementk-layout"] .planner-result h3,
[data-style-template="movementk-layout"] .estimate-source-box strong,
[data-style-template="movementk-layout"] legend,
[data-style-template="movementk-layout"] .range-field > span,
[data-style-template="movementk-layout"] .select-field span,
[data-style-template="movementk-layout"] .contact-form label span {
  color: var(--mk-ink);
}

[data-style-template="movementk-layout"] .intro-card p,
[data-style-template="movementk-layout"] .solution-card li,
[data-style-template="movementk-layout"] .package-card p,
[data-style-template="movementk-layout"] .team-card span,
[data-style-template="movementk-layout"] .planner-copy p,
[data-style-template="movementk-layout"] .planner-result p,
[data-style-template="movementk-layout"] .planner-result dd,
[data-style-template="movementk-layout"] .proof-copy p,
[data-style-template="movementk-layout"] .contact-copy p,
[data-style-template="movementk-layout"] .estimate-source-box a {
  color: rgba(var(--mk-ink-rgb), 0.68);
}

[data-style-template="movementk-layout"] .solution-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

[data-style-template="movementk-layout"] .solution-card {
  grid-column: span 4;
  min-height: 430px;
  overflow: hidden;
}

[data-style-template="movementk-layout"] .solution-card:nth-child(1),
[data-style-template="movementk-layout"] .solution-card:nth-child(4) {
  grid-column: span 6;
}

[data-style-template="movementk-layout"] .solution-card img,
[data-style-template="movementk-layout"] .package-card img,
[data-style-template="movementk-layout"] .portfolio-card img,
[data-style-template="movementk-layout"] .team-card img {
  filter: saturate(88%) contrast(108%);
}

[data-style-template="movementk-layout"] .sets-section,
[data-style-template="movementk-layout"] .planner-section,
[data-style-template="movementk-layout"] .portfolio-section,
[data-style-template="movementk-layout"] .proof-section,
[data-style-template="movementk-layout"] .contact-section {
  background:
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
  color: var(--mk-ink);
}

[data-style-template="movementk-layout"] .package-grid {
  gap: 18px;
}

[data-style-template="movementk-layout"] .package-meta span,
[data-style-template="movementk-layout"] .segmented-control span,
[data-style-template="movementk-layout"] .budget-options span,
[data-style-template="movementk-layout"] .check-grid span,
[data-style-template="movementk-layout"] .select-field select,
[data-style-template="movementk-layout"] .contact-form input,
[data-style-template="movementk-layout"] .contact-form textarea {
  color: var(--mk-ink);
  background: rgba(var(--mk-white-rgb), 0.065);
  border-color: rgba(var(--mk-white-rgb), 0.14);
}

[data-style-template="movementk-layout"] .segmented-control input:checked + span,
[data-style-template="movementk-layout"] .budget-options input:checked + span,
[data-style-template="movementk-layout"] .check-grid input:checked + span {
  color: var(--mk-ink-inverse);
  background: var(--mk-cyan-soft);
  box-shadow: inset 0 -2px 0 var(--mk-cyan), 0 14px 34px rgba(var(--mk-cyan-rgb), 0.18);
}

[data-style-template="movementk-layout"] .portfolio-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 20px;
}

[data-style-template="movementk-layout"] .portfolio-card {
  grid-column: span 4;
  min-height: 360px;
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.18);
  border-radius: 8px;
  box-shadow: 0 34px 96px rgba(var(--mk-black-rgb), 0.38);
}

[data-style-template="movementk-layout"] .portfolio-card-large,
[data-style-template="movementk-layout"] .portfolio-card:first-child {
  grid-column: span 7;
  min-height: 520px;
}

[data-style-template="movementk-layout"] .portfolio-card:nth-child(4) {
  grid-column: span 5;
  min-height: 430px;
}

.movement-way-section {
  padding: 126px var(--aligned-gutter) 118px;
}

.movement-way-section .section-heading {
  width: min(var(--content-max), 100%);
  margin: 0 auto 38px;
}

.movement-way-section .way-grid {
  width: min(var(--content-max), 100%);
  gap: 1px;
  margin: 0 auto;
  overflow: hidden;
  background: rgba(var(--mk-cyan-soft-rgb), 0.16);
  border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.16);
  border-radius: 8px;
}

.movement-way-section .way-grid li {
  min-height: 260px;
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.07), rgba(var(--mk-white-rgb), 0.018)),
    var(--mk-panel-void);
  border-color: transparent;
  box-shadow: none;
  transition:
    transform 180ms ease-out,
    box-shadow 180ms ease-out;
}

.movement-way-section .way-grid li:hover,
.movement-way-section .way-grid li:focus-within {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(var(--mk-cyan-soft-rgb), 0.28), 0 24px 64px rgba(var(--mk-black-rgb), 0.34);
}

[data-style-template="movementk-layout"] .partner-band {
  background:
    linear-gradient(90deg, var(--mk-black) 0%, var(--mk-panel) 56%, rgba(var(--mk-cyan-rgb), 0.72) 100%);
}

[data-style-template="movementk-layout"] .contact-section {
  align-items: start;
  background:
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-void) 100%);
}

.movement-contact-actions {
  display: grid;
  gap: 0;
  margin-top: 34px;
  overflow: hidden;
  border-top: 1px solid var(--mk-line-cyan-soft);
  border-bottom: 1px solid var(--mk-line-cyan-soft);
}

.movement-contact-actions a {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1fr) 44px;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 18px 0;
  color: var(--mk-ink);
  border-bottom: 1px solid var(--mk-line-white-faint);
}

.movement-contact-actions a:last-child {
  border-bottom: 0;
}

.movement-contact-actions span {
  color: rgba(var(--mk-cyan-soft-rgb), 0.74);
  font-size: 13px;
  font-weight: 900;
}

.movement-contact-actions strong {
  font-size: 20px;
  line-height: 1.35;
}

.movement-contact-actions em {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--mk-ink-inverse);
  font-style: normal;
  background: var(--mk-cyan-soft);
  border-radius: 50%;
  transition:
    transform 160ms ease-out,
    background 160ms ease-out;
}

.movement-contact-actions a:hover em,
.movement-contact-actions a:focus-visible em {
  background: var(--mk-cyan);
  transform: translate(2px, -2px);
}

.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--mk-ink-inverse);
  pointer-events: none;
  background: var(--mk-cyan-soft);
  border: 1px solid var(--mk-line-white-medium);
  border-radius: 50%;
  box-shadow: var(--mk-shadow-raised-dark);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 160ms ease-out,
    transform 160ms ease-out,
    background 160ms ease-out;
}

.back-to-top.is-visible,
.back-to-top:focus-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  background: var(--mk-cyan);
}

[data-style-template="movementk-layout"] .site-footer {
  color: rgba(var(--mk-ink-rgb), 0.72);
  background: var(--mk-black);
  border-top: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.14);
}

[data-style-template="movementk-layout"] .site-footer a {
  color: var(--mk-cyan-soft);
}

.movement-service-strip,
.movement-way-section li,
.portfolio-card,
.movement-contact-actions a {
  opacity: 0.82;
  transform: translateY(12px);
  transition:
    opacity 360ms ease-out,
    transform 360ms ease-out,
    box-shadow 180ms ease-out,
    border-color 180ms ease-out;
}

.movement-service-strip.is-inview,
.movement-way-section li.is-inview,
.portfolio-card.is-inview,
.movement-contact-actions a.is-inview {
  opacity: 1;
  transform: translateY(0);
}

.motion-ready [data-motion-reveal] {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 820ms var(--motion-ease-emphasis) var(--motion-delay, 0ms),
    transform 820ms var(--motion-ease-emphasis) var(--motion-delay, 0ms),
    filter 820ms var(--motion-ease-emphasis) var(--motion-delay, 0ms),
    box-shadow 240ms ease-out,
    border-color 240ms ease-out,
    background 240ms ease-out;
  will-change: opacity, transform, filter;
}

.motion-ready [data-motion-reveal].is-motion-visible,
.motion-ready [data-motion-reveal].is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

[data-motion-template="movementk-motion"] .hero-background[data-motion-parallax] {
  transform:
    translate3d(0, var(--motion-hero-shift), 0)
    scale(var(--motion-hero-scale));
  transition:
    background-position 180ms ease-out,
    transform 420ms var(--motion-ease-out),
    filter 420ms var(--motion-ease-out);
  will-change: transform, filter;
}

[data-motion-template="movementk-motion"] .hero-video-layer[data-motion-parallax],
[data-motion-template="movementk-motion"] .hero-media-canvas[data-motion-parallax] {
  transform: translate3d(0, var(--motion-hero-media-shift, 0px), 0);
  transition: transform 420ms var(--motion-ease-out), opacity 420ms var(--motion-ease-out);
  will-change: transform, opacity;
}

[data-motion-template="movementk-motion"] [data-motion-orbit] {
  transform:
    translate3d(
      var(--motion-orbit-x),
      calc(-50% + var(--motion-orbit-y)),
      0
    )
    rotate(var(--motion-orbit-rotate))
    scale(var(--motion-orbit-scale));
  transition: transform 420ms var(--motion-ease-out), opacity 420ms var(--motion-ease-out);
  will-change: transform;
}

[data-motion-template="movementk-motion"] [data-motion-parallax="image"] {
  transform: translate3d(0, var(--motion-parallax-y), 0) scale(1.055);
  transform-origin: center;
  transition:
    transform 620ms var(--motion-ease-out),
    filter 360ms ease-out;
  will-change: transform;
}

[data-motion-template="movementk-motion"] .solution-card,
[data-motion-template="movementk-motion"] .package-card,
[data-motion-template="movementk-motion"] .portfolio-card,
[data-motion-template="movementk-motion"] .team-card {
  transform-style: preserve-3d;
  transition:
    opacity 820ms var(--motion-ease-emphasis) var(--motion-delay, 0ms),
    transform 820ms var(--motion-ease-emphasis) var(--motion-delay, 0ms),
    border-color 240ms ease-out,
    box-shadow 240ms ease-out;
}

[data-motion-template="movementk-motion"] .solution-card:hover,
[data-motion-template="movementk-motion"] .solution-card:focus-within,
[data-motion-template="movementk-motion"] .package-card:hover,
[data-motion-template="movementk-motion"] .package-card:focus-within,
[data-motion-template="movementk-motion"] .portfolio-card:hover,
[data-motion-template="movementk-motion"] .portfolio-card:focus-within,
[data-motion-template="movementk-motion"] .team-card:hover,
[data-motion-template="movementk-motion"] .team-card:focus-within {
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.34);
  box-shadow: 0 38px 110px rgba(var(--mk-black-rgb), 0.48);
}

[data-motion-template="movementk-motion"] .solution-card:hover [data-motion-parallax="image"],
[data-motion-template="movementk-motion"] .solution-card:focus-within [data-motion-parallax="image"],
[data-motion-template="movementk-motion"] .package-card:hover [data-motion-parallax="image"],
[data-motion-template="movementk-motion"] .package-card:focus-within [data-motion-parallax="image"],
[data-motion-template="movementk-motion"] .portfolio-card:hover [data-motion-parallax="image"],
[data-motion-template="movementk-motion"] .portfolio-card:focus-within [data-motion-parallax="image"],
[data-motion-template="movementk-motion"] .team-card:hover [data-motion-parallax="image"],
[data-motion-template="movementk-motion"] .team-card:focus-within [data-motion-parallax="image"] {
  filter: saturate(104%) contrast(114%) brightness(1.04);
  transform: translate3d(0, calc(var(--motion-parallax-y) - 6px), 0) scale(1.085);
}

[data-motion-template="movementk-motion"] .movement-service-strip {
  transform: translate3d(0, var(--motion-service-y, 0px), 0);
}

[data-motion-template="movementk-motion"] .movement-contact-actions em {
  transform: translate3d(0, var(--motion-contact-y, 0px), 0);
}

@media (max-width: 1320px) {
  [data-style-template="movementk-layout"] {
    --movement-side-rail-width: 136px;
    --movement-side-rail-offset: 14px;
  }

  .movement-anchor-rail strong {
    font-size: 12px;
  }
}

@media (max-width: 1120px) {
  html {
    scroll-padding-bottom: calc(54px + 20px + var(--space-8) + env(safe-area-inset-bottom, 0px));
  }

  [data-style-template="movementk-layout"] .site-header {
    min-height: 74px;
  }

  [data-style-template="movementk-layout"] .site-nav {
    justify-self: stretch;
    gap: 0;
  }

  [data-style-template="movementk-layout"] .hero {
    padding-top: 76px;
  }

  [data-style-template="movementk-layout"] .hero h1 {
    font-size: 64px;
  }

  [data-style-template="movementk-layout"] .section-heading h2,
  [data-style-template="movementk-layout"] .planner-copy h2,
  [data-style-template="movementk-layout"] .proof-copy h2,
  [data-style-template="movementk-layout"] .contact-copy h2,
  .movement-way-section .section-heading h2 {
    font-size: 40px;
  }

  .movement-anchor-rail {
    top: auto;
    right: var(--movement-bottom-rail-offset);
    bottom: var(--movement-bottom-rail-offset);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(520px, calc(100% - (var(--movement-bottom-rail-offset) * 2)));
    transform: none;
  }

  [data-style-template="movementk-layout"] {
    --movement-bottom-rail-height: 54px;
    --movement-bottom-rail-offset: 20px;
    --movement-bottom-rail-clearance: calc(var(--movement-bottom-rail-height) + var(--movement-bottom-rail-offset) + var(--space-8) + env(safe-area-inset-bottom, 0px));
  }

  [data-style-template="movementk-layout"] .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    padding-bottom: calc(var(--space-8) + var(--movement-bottom-rail-height) + var(--movement-bottom-rail-offset) + env(safe-area-inset-bottom, 0px));
  }

  [data-style-template="movementk-layout"] .site-footer > a[href="#top"] {
    justify-self: start;
  }

  .back-to-top {
    bottom: calc(var(--movement-bottom-rail-height) + var(--movement-bottom-rail-offset) + var(--space-4));
  }

  .movement-anchor-rail a {
    min-height: 54px;
    padding: 10px;
  }

  .movement-anchor-rail span {
    font-size: 11px;
  }

  .movement-anchor-rail strong {
    font-size: 11px;
  }

  [data-style-template="movementk-layout"] .solution-card,
  [data-style-template="movementk-layout"] .solution-card:nth-child(1),
  [data-style-template="movementk-layout"] .solution-card:nth-child(4) {
    grid-column: span 6;
  }

  [data-style-template="movementk-layout"] .portfolio-card,
  [data-style-template="movementk-layout"] .portfolio-card-large,
  [data-style-template="movementk-layout"] .portfolio-card:first-child,
  [data-style-template="movementk-layout"] .portfolio-card:nth-child(4) {
    grid-column: span 6;
    min-height: 380px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
    scroll-padding-bottom: calc(46px + 12px + var(--space-8) + env(safe-area-inset-bottom, 0px));
  }

  [data-style-template="movementk-layout"] {
    --movement-header-height: 74px;
    --movement-bottom-rail-height: 46px;
    --movement-bottom-rail-offset: 12px;
    --movement-bottom-rail-clearance: calc(var(--movement-bottom-rail-height) + var(--movement-bottom-rail-offset) + var(--space-8) + env(safe-area-inset-bottom, 0px));
  }

  [data-style-template="movementk-layout"] .hero {
    min-height: 720px;
    padding-top: 82px;
    padding-bottom: 44px;
  }

  [data-style-template="movementk-layout"] .hero-inner {
    min-height: 600px;
  }

  [data-style-template="movementk-layout"] .hero h1 {
    font-size: 42px;
    line-height: 1.08;
  }

  [data-style-template="movementk-layout"] .hero-lead {
    font-size: 15px;
  }

  [data-style-template="movementk-layout"] .hero-orbit-field {
    inset: 92px -38px auto auto;
    width: 360px;
    height: 360px;
  }

  .movement-service-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .movement-service-strip a {
    min-height: 78px;
    padding: 15px 16px;
    border-bottom: 1px solid rgba(var(--mk-white-rgb), 0.1);
  }

  .movement-service-strip a:nth-child(2n) {
    border-right: 0;
  }

  .movement-service-strip a:last-child {
    grid-column: 1 / -1;
  }

  .movement-anchor-rail {
    right: var(--movement-bottom-rail-offset);
    bottom: var(--movement-bottom-rail-offset);
    width: calc(100% - (var(--movement-bottom-rail-offset) * 2));
    gap: 6px;
  }

  .movement-anchor-rail a {
    min-height: 46px;
    padding: 7px;
  }

  .movement-anchor-rail span {
    display: none;
  }

  .movement-anchor-rail strong {
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  [data-style-template="movementk-layout"] .authority-section,
  .movement-way-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  [data-style-template="movementk-layout"] .section-heading h2,
  [data-style-template="movementk-layout"] .planner-copy h2,
  [data-style-template="movementk-layout"] .proof-copy h2,
  [data-style-template="movementk-layout"] .contact-copy h2,
  .movement-way-section .section-heading h2 {
    font-size: 31px;
    line-height: 1.18;
  }

  [data-style-template="movementk-layout"] .intro-grid,
  [data-style-template="movementk-layout"] .solution-grid,
  [data-style-template="movementk-layout"] .portfolio-grid {
    grid-template-columns: 1fr;
  }

  [data-style-template="movementk-layout"] .solution-card,
  [data-style-template="movementk-layout"] .solution-card:nth-child(1),
  [data-style-template="movementk-layout"] .solution-card:nth-child(4),
  [data-style-template="movementk-layout"] .portfolio-card,
  [data-style-template="movementk-layout"] .portfolio-card-large,
  [data-style-template="movementk-layout"] .portfolio-card:first-child,
  [data-style-template="movementk-layout"] .portfolio-card:nth-child(4) {
    grid-column: 1;
    min-height: 310px;
  }

  .movement-way-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .movement-way-section .way-grid li {
    min-height: 210px;
  }

  .movement-contact-actions a {
    grid-template-columns: minmax(0, 1fr) 40px;
    gap: 6px;
    min-height: 92px;
  }

  .movement-contact-actions em {
    width: 40px;
    height: 40px;
  }

  .movement-contact-actions span {
    grid-column: 1 / -1;
  }

  .movement-contact-actions strong {
    font-size: 17px;
  }

  .back-to-top {
    display: none;
    right: 18px;
    bottom: 82px;
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 420px) {
  [data-style-template="movementk-layout"] .hero h1 {
    font-size: 36px;
  }

  [data-style-template="movementk-layout"] .section-heading h2,
  [data-style-template="movementk-layout"] .planner-copy h2,
  [data-style-template="movementk-layout"] .proof-copy h2,
  [data-style-template="movementk-layout"] .contact-copy h2,
  .movement-way-section .section-heading h2 {
    font-size: 28px;
  }

  .movement-service-strip strong {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .section-progress,
  [data-motion-reveal],
  [data-motion-parallax],
  [data-motion-orbit],
  .movement-anchor-rail a,
  .movement-service-strip,
  .movement-service-strip a,
  .movement-way-section li,
  .portfolio-card,
  .movement-contact-actions a,
  .movement-contact-actions em,
  .back-to-top {
    transition: none;
  }

  [data-motion-reveal],
  .motion-ready [data-motion-reveal],
  [data-motion-reveal].is-motion-visible {
    opacity: 1;
    filter: none;
    transform: none;
  }

  [data-motion-parallax],
  [data-motion-parallax="image"],
  [data-motion-template="movementk-motion"] .hero-background[data-motion-parallax],
  [data-motion-template="movementk-motion"] .hero-video-layer[data-motion-parallax],
  [data-motion-template="movementk-motion"] .hero-media-canvas[data-motion-parallax] {
    transform: none;
  }

  [data-motion-template="movementk-motion"] [data-motion-orbit] {
    transform: translate3d(0, -50%, 0);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 4%, rgba(var(--mk-cyan-rgb), 0.14), transparent 26%),
    radial-gradient(circle at 14% 18%, rgba(var(--brand-copper-rgb), 0.1), transparent 28%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-void) 44%, var(--mk-black) 100%);
  color: var(--ink);
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
  word-break: keep-all;
}

::selection {
  color: var(--white);
  background: var(--red);
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 200;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  clip: auto;
  background: var(--ink);
  color: var(--white);
  border-radius: 6px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(240px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 70px;
  padding: 10px var(--aligned-gutter);
  background: rgba(var(--mk-legacy-rgb-238-242-245), 0.78);
  border-bottom: 1px solid rgba(var(--mk-white-rgb), 0.48);
  box-shadow: 0 14px 42px rgba(var(--brand-navy-rgb), 0.08);
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
}

.site-header.is-scrolled {
  background: rgba(var(--mk-legacy-rgb-238-242-245), 0.9);
  box-shadow: 0 14px 46px rgba(var(--brand-navy-rgb), 0.12);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 170px;
  border-radius: 8px;
}

.brand:focus-visible {
  outline: 3px solid rgba(var(--brand-copper-rgb), 0.28);
  outline-offset: 4px;
}

.brand-mark-lockup {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: var(--brand-navy);
  border-radius: 8px;
  box-shadow: 0 14px 28px rgba(var(--brand-navy-rgb), 0.24);
  isolation: isolate;
}

.brand-mark-symbol {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 0;
}

.brand-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 0;
  line-height: 1.05;
}

.brand-copy strong {
  font-size: 21px;
  font-weight: 900;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--ink-soft);
  font-size: 15px;
  font-weight: 750;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  content: "";
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.brief-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 12px;
  color: var(--ink);
  border: 1px solid var(--glass-border-light);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 800;
  background: var(--glass-light);
  box-shadow: 0 12px 30px rgba(var(--brand-navy-rgb), 0.08);
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.brief-link span:first-child {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 5px;
  background: var(--red);
  color: var(--white);
  border-radius: 5px;
  font-size: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 10px 24px rgba(var(--mk-black-rgb), 0.08);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
  overflow-wrap: anywhere;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--mk-legacy-hex-c98152), var(--red));
  color: var(--white);
  box-shadow: 0 14px 30px rgba(var(--brand-copper-rgb), 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--red-dark);
}

.button-secondary {
  background: var(--ink);
  color: var(--white);
}

.button-secondary.is-added {
  background: var(--red);
}

.button-ghost {
  color: var(--white);
  border-color: var(--glass-border-dark);
  background: var(--glass-dark);
  box-shadow: inset 0 1px 0 rgba(var(--mk-white-rgb), 0.08);
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
}

.button-small {
  min-height: 40px;
  padding: 0 15px;
  font-size: 14px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--glass-border-light);
  border-radius: 6px;
  background: var(--glass-light);
  backdrop-filter: blur(16px);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
  border-radius: 999px;
}

.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: clamp(620px, 48vw, 760px);
  padding: 78px var(--aligned-gutter) 72px;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
  --cursor-light-x: 72%;
  --cursor-light-y: 34%;
  --stage-parallax-x: 0px;
  --stage-parallax-y: 0px;
  --monolith-scan-x: 68%;
  --monolith-scan-y: 32%;
  --monolith-intensity: 0.42;
  --hero-depth-a: rgba(var(--mk-legacy-rgb-0-168-255), 0.36);
  --hero-depth-b: rgba(var(--mk-legacy-rgb-112-219-255), 0.22);
  --hero-depth-c: rgba(var(--mk-legacy-rgb-208-241-255), 0.16);
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at var(--monolith-scan-x) var(--monolith-scan-y), rgba(var(--mk-legacy-rgb-176-232-255), calc(var(--monolith-intensity) * 0.72)), rgba(var(--mk-legacy-rgb-0-168-255), calc(var(--monolith-intensity) * 0.36)) 10%, transparent 32%),
    linear-gradient(112deg, rgba(var(--mk-black-rgb), 0.4) 0%, transparent 45%, rgba(var(--mk-legacy-rgb-0-174-255), 0.2) 74%, transparent 100%),
    linear-gradient(72deg, transparent 41%, rgba(var(--mk-legacy-rgb-218-246-255), 0.22) 50%, transparent 59%);
  mix-blend-mode: screen;
  opacity: 0.92;
  pointer-events: none;
  content: "";
}

.hero[data-hero-theme="blue-monolith"]::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    repeating-linear-gradient(90deg, rgba(var(--mk-white-rgb), 0.04) 0 1px, transparent 1px 18px),
    repeating-linear-gradient(0deg, rgba(var(--mk-legacy-rgb-0-168-255), 0.035) 0 1px, transparent 1px 22px),
    radial-gradient(ellipse at 76% 70%, rgba(var(--mk-legacy-rgb-0-183-255), 0.24), transparent 34%);
  opacity: 0.48;
  mix-blend-mode: screen;
  pointer-events: none;
  content: "";
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(var(--mk-black-rgb), 0.96) 0%, rgba(var(--mk-legacy-rgb-0-9-20), 0.78) 35%, rgba(var(--mk-legacy-rgb-0-12-28), 0.14) 72%, rgba(var(--mk-legacy-rgb-0-5-12), 0.42) 100%),
    radial-gradient(circle at var(--monolith-scan-x) var(--monolith-scan-y), rgba(var(--mk-legacy-rgb-0-183-255), 0.22), transparent 30%),
    url("assets/generated/hero-seated-audience-gpt-image-2-20260630.png");
  background-position: calc(50% + var(--stage-parallax-x)) calc(50% + var(--stage-parallax-y));
  background-size: cover;
  filter: saturate(1.14) contrast(1.08);
  transform: translate3d(calc(var(--stage-parallax-x) * -0.18), calc(var(--stage-parallax-y) * -0.14), 0) scale(1.035);
  transition: background-position 180ms ease-out, transform 180ms ease-out;
}

.hero-video-layer {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.68;
  mix-blend-mode: screen;
  pointer-events: none;
  filter: saturate(1.12) contrast(1.08);
}

.hero-media-canvas {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.92;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.hero-copy {
  max-width: 860px;
  text-shadow: 0 18px 60px rgba(var(--mk-black-rgb), 0.82);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--mk-legacy-hex-8ee7ff);
}

.hero h1 {
  margin: 0;
  font-size: clamp(58px, 4.6vw, 92px);
  line-height: 1.02;
  font-weight: 950;
}

.hero-lead {
  width: min(720px, 100%);
  margin: 18px 0 0;
  color: rgba(var(--mk-white-rgb), 0.86);
  font-size: 18px;
  line-height: 1.6;
  text-wrap: pretty;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(820px, 100%);
  margin-top: 20px;
  overflow: hidden;
  background: rgba(var(--mk-legacy-rgb-223-246-255), 0.16);
  border: 1px solid rgba(var(--mk-legacy-rgb-223-246-255), 0.22);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(var(--mk-black-rgb), 0.22);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.trust-strip li {
  min-height: 76px;
  padding: 13px 15px;
  background: rgba(var(--mk-legacy-rgb-8-17-30), 0.48);
}

.trust-strip span,
.trust-strip strong {
  display: block;
}

.trust-strip span {
  color: rgba(var(--mk-legacy-rgb-223-246-255), 0.66);
  font-size: 12px;
  font-weight: 850;
}

.trust-strip strong {
  margin-top: 6px;
  color: rgba(var(--mk-white-rgb), 0.92);
  font-size: 14px;
  line-height: 1.36;
}

.hero .button-primary {
  color: var(--mk-legacy-hex-00121f);
  background: linear-gradient(135deg, var(--mk-legacy-hex-d8f8ff), var(--mk-legacy-hex-42c8ff) 48%, var(--mk-legacy-hex-0a7dff));
  box-shadow: 0 18px 46px rgba(var(--mk-legacy-rgb-0-168-255), 0.28);
}

.hero .button-ghost {
  color: rgba(var(--mk-legacy-rgb-226-248-255), 0.92);
  border-color: rgba(var(--mk-legacy-rgb-142-231-255), 0.34);
  background: rgba(var(--mk-legacy-rgb-5-23-42), 0.28);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin-top: 30px;
  border: 1px solid var(--glass-border-dark);
  background: rgba(var(--mk-white-rgb), 0.12);
  box-shadow: 0 24px 70px rgba(var(--mk-black-rgb), 0.24);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}

.hero-metrics div {
  min-height: 82px;
  padding: 14px 16px;
  background: rgba(var(--mk-white-rgb), 0.055);
}

.hero-metrics dt {
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
}

.hero-metrics dd {
  margin-top: 5px;
  color: rgba(var(--mk-white-rgb), 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.quick-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(var(--content-max), calc(100% - (var(--site-gutter) * 2)));
  margin: -28px auto 0;
  position: relative;
  z-index: 5;
  background: rgba(var(--mk-white-rgb), 0.66);
  border: 1px solid var(--glass-border-light);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(20px) saturate(140%);
}

.quick-bar a {
  display: grid;
  place-items: center;
  min-height: 60px;
  padding: 12px;
  color: var(--ink);
  border-right: 1px solid rgba(var(--mk-legacy-rgb-8-8-8), 0.1);
  font-weight: 900;
  text-align: center;
}

.quick-bar a:last-child {
  border-right: 0;
}

.quick-bar a:hover,
.quick-bar a:focus-visible {
  background: var(--red);
  color: var(--white);
}

.section {
  padding: var(--space-22) var(--aligned-gutter);
}

.section-heading {
  width: min(var(--content-max), 100%);
  margin: 0 auto 30px;
}

.section-heading h2,
.planner-copy h2,
.proof-copy h2,
.contact-copy h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.18;
  font-weight: 950;
}

.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding-bottom: 3px;
  color: var(--ink);
  border-bottom: 2px solid var(--red);
  font-weight: 900;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.intro-card {
  min-height: 220px;
  padding: 26px;
  background: var(--glass-light);
  border: 1px solid var(--glass-border-light);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(130%);
}

.intro-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 32px;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 950;
}

.intro-card h3 {
  margin: 30px 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.intro-card p,
.solution-card li,
.package-card p,
.planner-copy p,
.proof-copy p,
.process-list p,
.contact-copy p {
  color: var(--ink-soft);
}

.solutions-section {
  background:
    radial-gradient(ellipse at 78% 12%, rgba(var(--brand-copper-rgb), 0.16), transparent 34%),
    linear-gradient(180deg, var(--mk-legacy-hex-070809) 0%, var(--mk-legacy-hex-151719) 100%);
  color: var(--white);
}

.solutions-section .section-heading h2,
.solutions-section .text-link {
  color: var(--white);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.solution-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 520px;
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.12), rgba(var(--mk-white-rgb), 0.045)),
    rgba(var(--mk-white-rgb), 0.035);
  border: 1px solid rgba(var(--mk-white-rgb), 0.14);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 86px rgba(var(--mk-black-rgb), 0.24);
  backdrop-filter: blur(24px) saturate(132%);
  -webkit-backdrop-filter: blur(24px) saturate(132%);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.solution-card:hover,
.solution-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(var(--mk-legacy-rgb-255-176-142), 0.36);
  box-shadow: 0 38px 96px rgba(var(--mk-black-rgb), 0.32);
}

.solution-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--mk-legacy-hex-2a2c2f);
  filter: saturate(1.08) contrast(1.04);
}

.solution-card div {
  padding: 26px;
}

.solution-card p {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.solution-card h3 {
  margin: 0 0 18px;
  font-size: 24px;
  line-height: 1.25;
}

.solution-card li {
  position: relative;
  padding-left: 14px;
  color: rgba(var(--mk-white-rgb), 0.76);
  font-size: 15px;
}

.solution-card li + li {
  margin-top: 8px;
}

.solution-card li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--red);
  border-radius: 50%;
  content: "";
}

.sets-section {
  background:
    radial-gradient(ellipse at 12% 4%, rgba(var(--brand-copper-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, var(--mk-legacy-hex-f3f5f7) 0%, var(--mk-legacy-hex-e2e6eb) 100%);
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.filter-tab {
  min-height: 42px;
  padding: 0 15px;
  color: var(--ink);
  background: var(--glass-light);
  border: 1px solid var(--glass-border-light);
  border-radius: 6px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.filter-tab.is-active {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.package-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  background:
    linear-gradient(150deg, rgba(var(--mk-white-rgb), 0.72), rgba(var(--mk-white-rgb), 0.42)),
    rgba(var(--mk-white-rgb), 0.42);
  border: 1px solid rgba(var(--mk-white-rgb), 0.7);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(var(--mk-legacy-rgb-37-42-49), 0.12);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.package-card:hover,
.package-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 32px 86px rgba(var(--mk-legacy-rgb-37-42-49), 0.18);
}

.package-card[hidden] {
  display: none;
}

.package-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: var(--mk-legacy-hex-dfe3e7);
  filter: saturate(1.05) contrast(1.03);
}

.package-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 12px;
  padding: 24px;
}

.package-kicker {
  margin: 0;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.package-card h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.22;
}

.package-card p {
  margin: 0;
}

.package-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.package-meta span {
  padding: 7px 9px;
  color: var(--ink);
  background: rgba(var(--mk-white-rgb), 0.66);
  border: 1px solid rgba(var(--mk-legacy-rgb-8-8-8), 0.08);
  border-radius: 5px;
  font-size: 13px;
  font-weight: 850;
}

/* ===== 행사 카테고리 허브 (Shop by Category) ===== */
.category-section {
  background:
    radial-gradient(ellipse at 84% 0%, rgba(var(--mk-cyan-soft-rgb), 0.12), transparent 44%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
  color: var(--mk-ink);
}

.category-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.category-tile {
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 128px;
  padding: 20px;
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.06), rgba(var(--mk-white-rgb), 0.015)),
    var(--mk-panel);
  border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.16);
  border-radius: 8px;
  color: var(--mk-ink);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.category-tile span {
  color: rgba(var(--mk-cyan-soft-rgb), 0.74);
  font-size: 12px;
  font-weight: 900;
}

.category-tile strong {
  align-self: end;
  font-size: 18px;
  line-height: 1.3;
}

.category-tile:hover,
.category-tile:focus-visible {
  transform: translateY(-3px);
  background: var(--mk-cyan-soft);
  border-color: var(--mk-cyan-soft);
  color: var(--mk-ink-inverse);
}

.category-tile:hover span,
.category-tile:focus-visible span {
  color: var(--mk-ink-inverse);
}

/* ===== 행사장비·상품 마켓 (Product Market) ===== */
.market-section {
  background:
    radial-gradient(ellipse at 8% 2%, rgba(var(--brand-copper-rgb), 0.14), transparent 32%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
  color: var(--mk-ink);
}

.market-section .section-heading h2 {
  color: var(--mk-ink);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.075), rgba(var(--mk-white-rgb), 0.02)),
    var(--mk-panel);
  border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.15);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 86px rgba(var(--mk-black-rgb), 0.32);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.product-card[hidden] {
  display: none;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.4);
  box-shadow: 0 38px 96px rgba(var(--mk-black-rgb), 0.42);
}

.product-thumb {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--mk-legacy-hex-2a2c2f);
}

.product-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--mk-legacy-hex-2a2c2f);
  filter: saturate(88%) contrast(108%);
}

.product-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 9px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.03em;
  color: var(--white);
  box-shadow: 0 8px 18px rgba(var(--mk-black-rgb), 0.35);
}

.badge-hot { background: var(--badge-hot-bg); }
.badge-best { background: var(--red); }
.badge-sale { background: var(--badge-sale-bg); border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.4); }
.badge-md { background: var(--mk-cyan); }
.badge-new { background: var(--badge-new-bg); }

.product-body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 8px;
  padding: 18px;
}

.product-cat {
  margin: 0;
  color: rgba(var(--mk-cyan-soft-rgb), 0.85);
  font-size: 12px;
  font-weight: 950;
}

.product-card h3 {
  margin: 0;
  font-size: 19px;
  line-height: 1.28;
  color: var(--mk-ink);
}

.product-desc {
  margin: 0;
  color: rgba(var(--mk-ink-rgb), 0.68);
  font-size: 14px;
  line-height: 1.55;
}

.product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.14);
}

.product-price {
  display: grid;
  line-height: 1.15;
}

.product-price em {
  font-style: normal;
  color: rgba(var(--mk-ink-rgb), 0.55);
  font-size: 11px;
  font-weight: 800;
}

.product-price strong {
  color: var(--mk-ink);
  font-size: 20px;
  font-weight: 950;
}

.product-price small {
  color: rgba(var(--mk-ink-rgb), 0.55);
  font-size: 11px;
  font-weight: 700;
}

.product-foot .add-to-brief {
  white-space: nowrap;
}

.quick-market-section {
  position: relative;
  padding-top: clamp(52px, 6vw, 88px);
  padding-bottom: clamp(52px, 6vw, 88px);
  background:
    radial-gradient(circle at 76% 12%, rgba(var(--mk-cyan-rgb), 0.2), transparent 34%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
  color: var(--mk-ink);
}

.quick-market-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.62fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: stretch;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.quick-market-copy {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 100%;
  padding: 24px;
  border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.2);
  border-radius: 8px;
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.08), rgba(var(--mk-white-rgb), 0.02)),
    var(--mk-panel);
  box-shadow: var(--agency-blue-shadow);
}

.quick-market-copy h2 {
  margin: 0;
  color: var(--mk-ink);
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.12;
  text-wrap: pretty;
}

.quick-market-copy > p:not(.eyebrow) {
  margin: 0;
  color: rgba(var(--mk-ink-rgb), 0.72);
  font-size: 15px;
  line-height: 1.62;
}

.quick-market-flow {
  display: grid;
  gap: 8px;
  margin-top: 4px;
}

.quick-market-flow span {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.18);
  border-radius: 8px;
  background: rgba(var(--mk-white-rgb), 0.06);
  color: rgba(var(--mk-ink-rgb), 0.82);
  font-size: 13px;
  font-weight: 850;
}

.quick-market-flow strong {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--mk-ink-inverse);
  background: var(--mk-cyan-soft);
  font-size: 12px;
  line-height: 1;
}

.quick-market-link {
  justify-self: start;
  margin-top: 4px;
}

.quick-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.motion-ready .quick-market-section [data-motion-reveal],
.quick-market-section [data-motion-reveal] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: none;
}

.quick-product-card {
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.22);
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.1), rgba(var(--mk-white-rgb), 0.025)),
    var(--mk-panel);
}

.quick-product-card .product-thumb {
  aspect-ratio: 16 / 11;
}

.quick-product-card .product-body {
  gap: 7px;
  padding: 16px;
}

.quick-product-card h3 {
  font-size: 18px;
}

.quick-product-card .product-desc {
  font-size: 13px;
  line-height: 1.45;
}

.quick-product-card .product-foot {
  align-items: flex-end;
  gap: 8px;
  margin-top: 2px;
  padding-top: 12px;
}

.quick-product-card .product-price strong {
  color: var(--mk-cyan-soft);
  font-size: 22px;
}

.quick-product-card .button-primary {
  min-height: 44px;
  color: var(--mk-ink-inverse);
  background: linear-gradient(135deg, var(--mk-ink-bright), var(--mk-cyan-soft) 52%, var(--mk-cyan));
  box-shadow: 0 16px 32px rgba(var(--mk-cyan-rgb), 0.18);
}

.quick-product-card .button-primary.is-added {
  color: var(--white);
  background: var(--mk-cyan);
}

@media (max-width: 1480px) {
  .quick-market-layout {
    grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  }

  .quick-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1120px) {
  .quick-market-section {
    padding-bottom: calc(64px + var(--movement-bottom-rail-clearance));
  }

  .quick-market-layout {
    grid-template-columns: 1fr;
  }

  .quick-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .quick-market-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .quick-market-copy {
    padding: 20px;
  }

  .quick-product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .quick-product-card {
    grid-template-columns: 124px minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .quick-product-card .product-thumb {
    min-height: 154px;
    height: 100%;
    aspect-ratio: auto;
  }

  .quick-product-card .product-body {
    padding: 13px;
  }

  .quick-product-card .product-desc {
    display: none;
  }

  .quick-product-card .product-foot {
    flex-wrap: wrap;
    align-items: flex-end;
    padding-top: 10px;
  }
}

@media (max-width: 420px) {
  .quick-product-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .quick-product-card .product-thumb {
    min-height: 146px;
  }

  .quick-product-card h3 {
    font-size: 16px;
  }

  .quick-product-card .product-price strong {
    font-size: 20px;
  }

  .quick-product-card .button-small {
    min-height: 44px;
    padding: 0 12px;
    font-size: 13px;
  }
}

.market-note {
  width: min(var(--content-max), 100%);
  margin: 22px auto 0;
  color: rgba(var(--mk-ink-rgb), 0.6);
  font-size: 13px;
}

/* ===== 견적함 합계 (Cart total) ===== */
.brief-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.2);
}

.brief-total span {
  color: rgba(var(--mk-ink-rgb), 0.68);
  font-size: 13px;
  font-weight: 800;
}

.brief-total strong {
  color: var(--mk-cyan-soft);
  font-size: 20px;
  font-weight: 950;
}

.planner-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(560px, 1.18fr) minmax(380px, 0.9fr);
  gap: 24px;
  padding: 112px var(--aligned-gutter);
  background:
    linear-gradient(120deg, rgba(var(--brand-copper-rgb), 0.1), rgba(var(--mk-white-rgb), 0) 34%),
    linear-gradient(180deg, var(--mk-legacy-hex-f2f4f6) 0%, var(--mk-legacy-hex-e5e8ec) 100%),
    var(--paper);
}

.planner-copy,
.planner-form,
.planner-result {
  min-height: 100%;
}

.planner-copy {
  align-self: center;
  max-width: 420px;
}

.estimate-source-box {
  display: grid;
  gap: 8px;
  margin-top: 26px;
  padding: 18px;
  background: var(--glass-light);
  border: 1px solid var(--glass-border-light);
  border-radius: 8px;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(18px) saturate(130%);
}

.estimate-source-box strong {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.estimate-source-box a {
  width: fit-content;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(var(--brand-copper-rgb), 0.58);
  font-size: 13px;
  font-weight: 800;
}

.planner-form,
.planner-result {
  padding: 28px;
  background: var(--glass-light);
  border: 1px solid var(--glass-border-light);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(135%);
}

.planner-form {
  display: grid;
  gap: 24px;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend,
.range-field > span,
.contact-form label span {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.segmented-control,
.budget-options,
.check-grid {
  display: grid;
  gap: 8px;
}

.segmented-control {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.budget-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.check-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.segmented-control label,
.budget-options label,
.check-grid label {
  min-width: 0;
}

.segmented-control input,
.budget-options input,
.check-grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.segmented-control span,
.budget-options span,
.check-grid span {
  display: grid;
  place-items: center;
  min-height: 46px;
  padding: 8px 10px;
  color: var(--ink-soft);
  background: rgba(var(--mk-white-rgb), 0.62);
  border: 1px solid rgba(var(--mk-legacy-rgb-8-8-8), 0.08);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 850;
  text-align: center;
}

.segmented-control input:checked + span,
.budget-options input:checked + span,
.check-grid input:checked + span {
  color: var(--white);
  background: var(--ink);
  border-color: rgba(var(--mk-white-rgb), 0.12);
  box-shadow: inset 0 -2px 0 var(--red), 0 12px 24px rgba(var(--mk-black-rgb), 0.12);
}

.range-field {
  display: grid;
  gap: 10px;
  min-width: 0;
  overflow: hidden;
}

.range-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.range-field strong {
  color: var(--red);
  font-size: 24px;
  line-height: 1;
}

input[type="range"] {
  width: 100%;
  min-width: 0;
  margin: 0;
  accent-color: var(--red);
}

.select-field {
  display: grid;
  gap: 10px;
}

.select-field span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.select-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  color: var(--ink);
  background: rgba(var(--mk-white-rgb), 0.62);
  border: 1px solid rgba(var(--mk-legacy-rgb-8-8-8), 0.08);
  border-radius: 6px;
  outline: none;
  font-weight: 850;
}

.select-field select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(var(--brand-copper-rgb), 0.16);
}

.planner-result {
  display: grid;
  align-content: start;
  gap: 20px;
  background:
    linear-gradient(145deg, rgba(var(--brand-copper-rgb), 0.12), rgba(var(--mk-white-rgb), 0.03) 38%),
    rgba(var(--mk-legacy-rgb-8-8-8), 0.92);
  border-color: var(--glass-border-dark);
  color: var(--white);
}

.result-kicker {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.planner-result h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.22;
}

.planner-result p,
.planner-result dd {
  margin: 0;
  color: rgba(var(--mk-white-rgb), 0.76);
}

.estimate-total {
  display: grid;
  gap: 7px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(var(--brand-copper-rgb), 0.34), rgba(var(--mk-white-rgb), 0.08));
  border: 1px solid var(--glass-border-dark);
  border-radius: 8px;
}

.estimate-total span {
  color: rgba(var(--mk-white-rgb), 0.72);
  font-size: 13px;
  font-weight: 900;
}

.estimate-total strong {
  color: var(--white);
  font-size: 32px;
  line-height: 1.1;
}

.estimate-total em {
  color: var(--gold);
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.planner-result dl {
  display: grid;
  gap: 1px;
  background: rgba(var(--mk-white-rgb), 0.12);
  border: 1px solid var(--glass-border-dark);
  border-radius: 8px;
  overflow: hidden;
}

.planner-result dl div {
  padding: 16px;
  background: rgba(var(--mk-white-rgb), 0.06);
}

.planner-result dt {
  color: rgba(var(--mk-white-rgb), 0.58);
  font-size: 12px;
  font-weight: 850;
}

.selected-packages {
  padding: 16px;
  background: rgba(var(--mk-white-rgb), 0.08);
  border: 1px solid rgba(var(--mk-white-rgb), 0.14);
  border-radius: 6px;
}

.selected-packages p {
  margin: 0 0 8px;
  color: var(--white);
  font-weight: 900;
}

.selected-packages li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: rgba(var(--mk-white-rgb), 0.78);
  font-size: 14px;
}

.selected-packages li span {
  min-width: 0;
}

.selected-packages li strong {
  flex: none;
  color: var(--white);
  font-weight: 900;
}

.selected-packages li + li {
  margin-top: 5px;
}

.estimate-lines {
  display: grid;
  gap: 10px;
}

.estimate-lines p {
  color: var(--white);
  font-weight: 900;
}

.estimate-lines table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid rgba(var(--mk-white-rgb), 0.14);
  border-radius: 6px;
  font-size: 13px;
}

.estimate-lines th,
.estimate-lines td {
  padding: 10px 12px;
  border-bottom: 1px solid rgba(var(--mk-white-rgb), 0.12);
  text-align: left;
  vertical-align: top;
}

.estimate-lines th {
  color: rgba(var(--mk-white-rgb), 0.58);
  background: rgba(var(--mk-white-rgb), 0.06);
  font-weight: 900;
}

.estimate-lines td {
  color: rgba(var(--mk-white-rgb), 0.76);
}

.estimate-lines tr:last-child td {
  border-bottom: 0;
}

.estimate-lines td:last-child {
  white-space: nowrap;
  text-align: right;
  font-weight: 900;
}

.estimate-note {
  padding: 14px;
  background: rgba(var(--mk-white-rgb), 0.08);
  border: 1px solid rgba(var(--mk-white-rgb), 0.14);
  border-radius: 6px;
  font-size: 13px;
}

.estimate-copy-text {
  width: 100%;
  min-height: 170px;
  padding: 14px;
  color: rgba(var(--mk-white-rgb), 0.82);
  background: rgba(var(--mk-white-rgb), 0.08);
  border: 1px solid rgba(var(--mk-white-rgb), 0.18);
  border-radius: 6px;
  resize: vertical;
  outline: none;
  font-size: 13px;
  line-height: 1.5;
}

.estimate-copy-text[hidden] {
  display: none;
}

.result-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.portfolio-section {
  background:
    linear-gradient(180deg, var(--mk-legacy-hex-fbfcfd) 0%, var(--mk-legacy-hex-e8ecef) 100%);
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.portfolio-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border: 1px solid rgba(var(--mk-white-rgb), 0.32);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(var(--mk-legacy-rgb-21-24-28), 0.18);
  isolation: isolate;
}

.portfolio-card-large {
  grid-column: span 2;
}

.portfolio-card img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(1.08) contrast(1.06);
  transition: transform 240ms ease, opacity 240ms ease;
}

.portfolio-card:hover img {
  transform: scale(1.03);
  opacity: 0.8;
}

.portfolio-card div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 26px;
  background:
    linear-gradient(0deg, rgba(var(--mk-legacy-rgb-5-5-5), 0.96), rgba(var(--mk-legacy-rgb-5-5-5), 0.18) 72%, transparent);
  backdrop-filter: blur(12px) saturate(135%);
  -webkit-backdrop-filter: blur(12px) saturate(135%);
}

.portfolio-card p {
  margin: 0 0 6px;
  color: var(--gold);
  font-weight: 950;
}

.portfolio-card h3 {
  margin: 0 0 8px;
  font-size: 23px;
  line-height: 1.22;
}

.portfolio-card span {
  color: rgba(var(--mk-white-rgb), 0.76);
  font-size: 14px;
}

.proof-section {
  background:
    radial-gradient(ellipse at 92% 8%, rgba(var(--brand-copper-rgb), 0.1), transparent 32%),
    linear-gradient(180deg, var(--mk-legacy-hex-e9ecef) 0%, var(--mk-legacy-hex-f7f8f9) 100%);
}

.proof-layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.78fr) minmax(0, 1.22fr);
  gap: 56px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.proof-copy {
  align-self: center;
}

.proof-copy p:last-child {
  max-width: 520px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.team-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 420px;
  background:
    linear-gradient(150deg, rgba(var(--mk-white-rgb), 0.74), rgba(var(--mk-white-rgb), 0.42)),
    rgba(var(--mk-white-rgb), 0.48);
  border: 1px solid rgba(var(--mk-white-rgb), 0.72);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(var(--mk-legacy-rgb-37-42-49), 0.12);
  backdrop-filter: blur(24px) saturate(145%);
  -webkit-backdrop-filter: blur(24px) saturate(145%);
}

.team-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--surface-muted);
  filter: saturate(1.04) contrast(1.04);
}

.team-card div {
  padding: 24px;
}

.team-card p {
  margin: 0 0 7px;
  color: var(--red);
  font-size: 13px;
  font-weight: 950;
}

.team-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
}

.team-card span {
  color: var(--ink-soft);
  font-size: 14px;
}

.process-section {
  background:
    linear-gradient(180deg, var(--mk-legacy-hex-171819) 0%, var(--mk-legacy-hex-080808) 100%);
  color: var(--white);
}

.process-section .eyebrow,
.process-section .text-link {
  color: var(--gold);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: min(var(--content-max), 100%);
  margin: 0 auto;
  border-top: 1px solid var(--glass-border-dark);
  border-left: 1px solid var(--glass-border-dark);
  background: rgba(var(--mk-white-rgb), 0.05);
  backdrop-filter: blur(16px) saturate(120%);
}

.process-list li {
  min-height: 220px;
  padding: 22px;
  border-right: 1px solid var(--glass-border-dark);
  border-bottom: 1px solid var(--glass-border-dark);
}

.process-list span {
  color: var(--gold);
  font-weight: 950;
}

.process-list h3 {
  margin: 42px 0 10px;
  font-size: 22px;
}

.process-list p {
  color: rgba(var(--mk-white-rgb), 0.68);
}

.partner-band {
  padding: 48px var(--aligned-gutter);
  background:
    linear-gradient(90deg, var(--mk-legacy-hex-111111) 0%, var(--mk-legacy-hex-242424) 58%, var(--red) 100%);
  color: var(--white);
}

.partner-band > div {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.partner-band p {
  margin: 0;
  font-size: 20px;
  font-weight: 950;
}

.partner-band ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.partner-band li {
  padding: 8px 12px;
  background: rgba(var(--mk-white-rgb), 0.14);
  border: 1px solid rgba(var(--mk-white-rgb), 0.22);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 850;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 56px;
  padding: var(--space-22) var(--aligned-gutter);
  background:
    linear-gradient(180deg, var(--mk-legacy-hex-f7f8f9) 0%, var(--mk-legacy-hex-e5e8ec) 100%);
}

.contact-copy,
.contact-form {
  width: min(100%, 640px);
}

.contact-copy {
  justify-self: end;
  align-self: center;
}

.contact-links {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.contact-links a {
  display: inline-flex;
  width: fit-content;
  color: var(--ink);
  border-bottom: 2px solid var(--red);
  font-size: 20px;
  font-weight: 950;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
  background: var(--glass-light);
  border: 1px solid var(--glass-border-light);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(135%);
}

.contact-form label {
  min-width: 0;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: rgba(var(--mk-white-rgb), 0.62);
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(var(--brand-copper-rgb), 0.16);
}

.full-field {
  grid-column: 1 / -1;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 32px var(--aligned-gutter);
  color: rgba(var(--mk-white-rgb), 0.76);
  background: var(--black);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  font-weight: 950;
}

.footer-brand-mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: var(--brand-navy);
  border-radius: 8px;
  box-shadow: 0 16px 32px rgba(var(--mk-black-rgb), 0.24);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: var(--white);
  font-weight: 900;
}

[data-style-template="movementk-authority"] {
  background: var(--mk-black);
}

[data-style-template="movementk-authority"] .site-header {
  color: var(--mk-ink);
  background: rgba(var(--mk-black-rgb), 0.72);
  border-bottom-color: rgba(var(--mk-cyan-soft-rgb), 0.12);
  box-shadow: none;
}

[data-style-template="movementk-authority"] .site-header.is-scrolled {
  background: rgba(var(--mk-black-rgb), 0.9);
  box-shadow: 0 18px 54px rgba(var(--mk-black-rgb), 0.42);
}

[data-style-template="movementk-authority"] .brand-copy strong,
[data-style-template="movementk-authority"] .site-nav,
[data-style-template="movementk-authority"] .brief-link,
[data-style-template="movementk-authority"] .site-nav a {
  color: var(--mk-ink);
}

[data-style-template="movementk-authority"] .brief-link,
[data-style-template="movementk-authority"] .menu-toggle {
  background: rgba(var(--mk-white-rgb), 0.06);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.18);
  box-shadow: none;
}

[data-style-template="movementk-authority"] .menu-toggle span:not(.sr-only) {
  background: var(--mk-ink);
}

[data-style-template="movementk-authority"] .button-primary {
  color: var(--mk-ink-inverse);
  background: linear-gradient(135deg, var(--mk-legacy-hex-e4fbff), var(--mk-cyan-soft) 46%, var(--mk-cyan));
  box-shadow: 0 18px 42px rgba(var(--mk-cyan-rgb), 0.26);
}

[data-style-template="movementk-authority"] .button-primary:hover,
[data-style-template="movementk-authority"] .button-primary:focus-visible {
  background: linear-gradient(135deg, var(--mk-legacy-hex-f4ffff), var(--mk-legacy-hex-84e6ff) 42%, var(--mk-legacy-hex-0878d7));
}

[data-style-template="movementk-authority"] .hero {
  min-height: clamp(640px, 58vw, 820px);
  background:
    radial-gradient(circle at 72% 34%, rgba(var(--mk-cyan-rgb), 0.18), transparent 34%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-legacy-hex-020304) 100%);
}

[data-style-template="movementk-authority"] .hero::before {
  opacity: 0.6;
}

[data-style-template="movementk-authority"] .hero::after {
  opacity: 0.28;
}

.hero-orbit-field {
  position: absolute;
  top: 50%;
  right: clamp(-220px, -8vw, -90px);
  z-index: 1;
  width: min(900px, 70vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 0 22%, rgba(var(--mk-cyan-soft-rgb), 0.18) 22.4% 22.8%, transparent 23.2% 31%, rgba(var(--mk-cyan-soft-rgb), 0.14) 31.4% 31.8%, transparent 32.2% 43%, rgba(var(--mk-cyan-soft-rgb), 0.1) 43.4% 43.8%, transparent 44.2%),
    repeating-radial-gradient(circle, rgba(var(--mk-cyan-soft-rgb), 0.62) 0 1px, transparent 1px 9px),
    conic-gradient(from 210deg, transparent 0 18%, rgba(var(--mk-cyan-rgb), 0.28) 24%, transparent 38% 100%);
  filter: blur(0.2px) saturate(1.18);
  mix-blend-mode: screen;
  opacity: 0.42;
  pointer-events: none;
  transform: translate3d(var(--stage-parallax-x), calc(-50% + var(--stage-parallax-y)), 0);
  transition: transform 180ms ease-out;
}

[data-style-template="movementk-authority"] .hero-copy {
  max-width: 760px;
}

[data-style-template="movementk-authority"] .hero h1 {
  max-width: 690px;
  color: var(--mk-ink);
  text-shadow: 0 22px 80px rgba(var(--mk-black-rgb), 0.92);
}

[data-style-template="movementk-authority"] .hero-lead {
  max-width: 660px;
  color: rgba(var(--mk-ink-rgb), 0.74);
}

.movement-proof-strip {
  background: rgba(var(--mk-cyan-soft-rgb), 0.14);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.28);
  box-shadow: 0 28px 80px rgba(var(--mk-black-rgb), 0.36);
}

.movement-proof-strip li {
  background: rgba(var(--mk-black-rgb), 0.58);
}

.movement-proof-strip span {
  color: rgba(var(--mk-cyan-soft-rgb), 0.76);
}

.movement-proof-strip strong {
  color: rgba(var(--mk-ink-rgb), 0.92);
}

[data-style-template="movementk-authority"] .quick-bar {
  background: rgba(var(--mk-legacy-rgb-5-7-10), 0.92);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.14);
  box-shadow: 0 26px 84px rgba(var(--mk-black-rgb), 0.38);
}

[data-style-template="movementk-authority"] .quick-bar a {
  color: rgba(var(--mk-ink-rgb), 0.82);
  border-right-color: rgba(var(--mk-white-rgb), 0.1);
}

[data-style-template="movementk-authority"] .quick-bar a:hover,
[data-style-template="movementk-authority"] .quick-bar a:focus-visible {
  background: var(--mk-cyan);
  color: var(--mk-ink-inverse);
}

.authority-section {
  background:
    radial-gradient(circle at 82% 14%, rgba(var(--mk-cyan-rgb), 0.14), transparent 28%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
  color: var(--mk-ink);
}

.authority-section .section-heading h2 {
  color: var(--mk-ink);
}

.authority-section .intro-card {
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.08), rgba(var(--mk-white-rgb), 0.025)),
    var(--mk-panel);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.14);
  box-shadow: 0 30px 86px rgba(var(--mk-black-rgb), 0.34);
}

.authority-section .intro-card span {
  color: var(--mk-ink-inverse);
  background: var(--mk-cyan-soft);
}

.authority-section .intro-card h3 {
  color: var(--mk-ink);
}

.authority-section .intro-card p {
  color: rgba(var(--mk-ink-rgb), 0.66);
}

[data-style-template="movementk-authority"] .sets-section,
[data-style-template="movementk-authority"] .planner-section,
[data-style-template="movementk-authority"] .portfolio-section,
[data-style-template="movementk-authority"] .proof-section,
[data-style-template="movementk-authority"] .contact-section {
  background:
    radial-gradient(circle at 16% 8%, rgba(var(--brand-copper-rgb), 0.08), transparent 26%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
  color: var(--mk-ink);
}

[data-style-template="movementk-authority"] .section-heading h2,
[data-style-template="movementk-authority"] .planner-copy h2,
[data-style-template="movementk-authority"] .proof-copy h2,
[data-style-template="movementk-authority"] .contact-copy h2 {
  color: var(--mk-ink);
}

[data-style-template="movementk-authority"] .text-link,
[data-style-template="movementk-authority"] .contact-links a {
  color: var(--mk-ink);
  border-bottom-color: var(--mk-cyan);
}

[data-style-template="movementk-authority"] .package-card,
[data-style-template="movementk-authority"] .team-card,
[data-style-template="movementk-authority"] .planner-form,
[data-style-template="movementk-authority"] .contact-form,
[data-style-template="movementk-authority"] .estimate-source-box {
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.08), rgba(var(--mk-white-rgb), 0.025)),
    var(--mk-panel);
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.14);
  box-shadow: 0 30px 86px rgba(var(--mk-black-rgb), 0.3);
}

[data-style-template="movementk-authority"] .package-card h3,
[data-style-template="movementk-authority"] .team-card h3,
[data-style-template="movementk-authority"] .estimate-source-box strong,
[data-style-template="movementk-authority"] legend,
[data-style-template="movementk-authority"] .range-field > span,
[data-style-template="movementk-authority"] .select-field span,
[data-style-template="movementk-authority"] .contact-form label span {
  color: var(--mk-ink);
}

[data-style-template="movementk-authority"] .package-card p,
[data-style-template="movementk-authority"] .team-card span,
[data-style-template="movementk-authority"] .planner-copy p,
[data-style-template="movementk-authority"] .proof-copy p,
[data-style-template="movementk-authority"] .contact-copy p,
[data-style-template="movementk-authority"] .estimate-source-box a {
  color: rgba(var(--mk-ink-rgb), 0.66);
}

[data-style-template="movementk-authority"] .package-meta span,
[data-style-template="movementk-authority"] .segmented-control span,
[data-style-template="movementk-authority"] .budget-options span,
[data-style-template="movementk-authority"] .check-grid span,
[data-style-template="movementk-authority"] .select-field select,
[data-style-template="movementk-authority"] .contact-form input,
[data-style-template="movementk-authority"] .contact-form textarea {
  color: var(--mk-ink);
  background: rgba(var(--mk-white-rgb), 0.065);
  border-color: rgba(var(--mk-white-rgb), 0.12);
}

[data-style-template="movementk-authority"] .segmented-control input:checked + span,
[data-style-template="movementk-authority"] .budget-options input:checked + span,
[data-style-template="movementk-authority"] .check-grid input:checked + span {
  color: var(--mk-ink-inverse);
  background: var(--mk-cyan-soft);
  box-shadow: inset 0 -2px 0 var(--brand-copper), 0 14px 34px rgba(var(--mk-cyan-rgb), 0.18);
}

[data-style-template="movementk-authority"] .portfolio-card {
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.18);
  box-shadow: 0 34px 96px rgba(var(--mk-black-rgb), 0.36);
}

[data-style-template="movementk-authority"] .process-section {
  background:
    radial-gradient(circle at 78% 16%, rgba(var(--mk-cyan-rgb), 0.12), transparent 28%),
    linear-gradient(180deg, var(--mk-void) 0%, var(--mk-black) 100%);
}

.way-grid {
  gap: 1px;
  border-color: rgba(var(--mk-cyan-soft-rgb), 0.16);
  background: rgba(var(--mk-cyan-soft-rgb), 0.16);
}

.way-grid li {
  background:
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.07), rgba(var(--mk-white-rgb), 0.018)),
    var(--mk-panel-void);
  border-color: transparent;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.way-grid li:hover,
.way-grid li:focus-within {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(var(--mk-cyan-soft-rgb), 0.28), 0 24px 64px rgba(var(--mk-black-rgb), 0.32);
}

.way-grid span {
  color: var(--mk-cyan-soft);
}

[data-style-template="movementk-authority"] .partner-band {
  background:
    linear-gradient(90deg, var(--mk-black) 0%, var(--mk-panel) 56%, rgba(var(--mk-cyan-rgb), 0.72) 100%);
}

[data-style-template="movementk-authority"] .site-footer {
  border-top: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.12);
  background: var(--mk-black);
}

@media (max-width: 1320px) {
  .planner-section {
    grid-template-columns: minmax(0, 0.88fr) minmax(340px, 1.12fr);
  }

  .planner-copy {
    grid-column: 1 / -1;
    max-width: 760px;
  }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 22px;
  }

  .site-nav {
    position: fixed;
    top: 67px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 18px 22px;
    background:
      linear-gradient(
        180deg,
        rgba(var(--mk-black-rgb), 0.995),
        rgba(var(--mk-panel-solid-rgb), 0.99)
      );
    border-bottom: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.22);
    box-shadow: 0 24px 54px rgba(var(--mk-black-rgb), 0.52);
    backdrop-filter: none;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 16px 0;
    color: var(--mk-ink);
    border-bottom: 1px solid rgba(var(--mk-cyan-soft-rgb), 0.16);
    font-size: 18px;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero {
    min-height: 560px;
    padding: 58px 22px 56px;
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-lead {
    font-size: 17px;
  }

  .quick-bar {
    width: min(100% - 28px, 920px);
  }

  .section,
  .planner-section,
  .contact-section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .solution-grid,
  .package-grid,
  .product-grid,
  .category-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .planner-section {
    grid-template-columns: 1fr 1fr;
  }

  .planner-copy {
    grid-column: 1 / -1;
    max-width: 720px;
  }

  .portfolio-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .contact-copy,
  .contact-form {
    width: min(100%, 760px);
    justify-self: center;
  }

  .process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }

  .site-header {
    min-height: 66px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark-lockup {
    width: 46px;
    height: 46px;
  }

  .brand-mark-symbol {
    font-size: 25px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .brief-link span:last-child,
  .header-actions .button-small {
    display: none;
  }

  .hero {
    min-height: 560px;
    padding: 48px 20px 44px;
  }

  .hero-background {
    background:
      linear-gradient(90deg, rgba(var(--mk-black-rgb), 0.94) 0%, rgba(var(--mk-legacy-rgb-0-8-20), 0.76) 45%, rgba(var(--mk-legacy-rgb-0-10-24), 0.3) 100%),
      radial-gradient(circle at var(--monolith-scan-x) var(--monolith-scan-y), rgba(var(--mk-legacy-rgb-0-183-255), 0.24), transparent 34%),
      url("assets/generated/hero-seated-audience-gpt-image-2-20260630.png");
    background-position: calc(57% + var(--stage-parallax-x)) calc(50% + var(--stage-parallax-y));
    background-size: cover;
  }

  .hero-media-canvas {
    opacity: 0.64;
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-lead {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.56;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .trust-strip li {
    min-height: auto;
    padding: 12px 14px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-metrics {
    display: none;
  }

  .quick-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    width: 100%;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
  }

  .quick-bar a {
    min-height: 58px;
    border-bottom: 1px solid var(--line);
    font-size: 14px;
  }

  .quick-bar a:nth-child(2n) {
    border-right: 0;
  }

  .quick-bar a:last-child {
    grid-column: 1 / -1;
  }

  .section,
  .planner-section,
  .contact-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-heading h2,
  .planner-copy h2,
  .proof-copy h2,
  .contact-copy h2 {
    font-size: 29px;
  }

  .section-heading-row {
    display: grid;
    align-items: start;
  }

  .intro-grid,
  .solution-grid,
  .package-grid,
  .planner-section,
  .range-pair,
  .team-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .intro-card {
    min-height: 220px;
    padding: 24px;
  }

  .solution-card {
    min-height: auto;
  }

  .filter-tabs {
    justify-content: flex-start;
  }

  .planner-result {
    order: 3;
  }

  .result-actions {
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .portfolio-card-large {
    grid-column: auto;
  }

  .portfolio-card,
  .portfolio-card img {
    min-height: 330px;
  }

  .team-card {
    min-height: auto;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li {
    min-height: 190px;
  }

  .partner-band {
    padding: 42px 22px;
  }

  .partner-band > div {
    grid-template-columns: 1fr;
  }

  .partner-band ul {
    justify-content: flex-start;
  }

  .contact-links a {
    font-size: 18px;
  }

  .full-field {
    grid-column: auto;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }
}

@media (max-width: 420px) {
  .site-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hero {
    min-height: 540px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero-lead {
    font-size: 15px;
  }

  .trust-strip strong {
    font-size: 14px;
  }

  .section,
  .planner-section,
  .contact-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .segmented-control,
  .budget-options,
  .check-grid,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .planner-form,
  .planner-result,
  .contact-form {
    padding: 20px;
  }
}

[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .hero-background[data-motion-parallax] {
  transform: translate3d(0, var(--motion-hero-shift), 0) scale(var(--motion-hero-scale));
}

[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .hero-video-layer[data-motion-parallax],
[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .hero-media-canvas[data-motion-parallax] {
  transform: translate3d(0, var(--motion-hero-media-shift, 0px), 0);
}

[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] [data-motion-orbit] {
  transform:
    translate3d(
      var(--motion-orbit-x),
      calc(-50% + var(--motion-orbit-y)),
      0
    )
    rotate(var(--motion-orbit-rotate))
    scale(var(--motion-orbit-scale));
}

[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] [data-motion-parallax="image"] {
  transform: translate3d(0, var(--motion-parallax-y), 0) scale(1.055);
}

[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .movement-contact-actions a {
  overflow: hidden;
}

[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .movement-contact-actions em {
  transform: translate3d(0, var(--motion-contact-y, 0px), 0);
}

[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .movement-contact-actions a:hover em,
[data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .movement-contact-actions a:focus-visible em {
  transform: translate3d(0, calc(var(--motion-contact-y, 0px) - 2px), 0);
}

@media (prefers-reduced-motion: reduce) {
  [data-motion-reveal],
  .motion-ready [data-motion-reveal],
  [data-motion-reveal].is-motion-visible,
  [data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .hero-background[data-motion-parallax],
  [data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .hero-video-layer[data-motion-parallax],
  [data-style-template="movementk-layout"][data-motion-template="movementk-motion"] .hero-media-canvas[data-motion-parallax],
  [data-style-template="movementk-layout"][data-motion-template="movementk-motion"] [data-motion-parallax="image"] {
    opacity: 1;
    filter: none;
    transform: none;
  }

  [data-style-template="movementk-layout"][data-motion-template="movementk-motion"] [data-motion-orbit] {
    transform: translate3d(0, -50%, 0);
  }
}

/* Event agency refresh 20260707 */
[data-experience-refresh="event-agency-20260707"] {
  --agency-panel-bg: rgba(var(--mk-panel-solid-rgb), 0.9);
  --agency-panel-bg-soft: rgba(var(--mk-white-rgb), 0.075);
  --agency-panel-border: rgba(var(--mk-cyan-soft-rgb), 0.24);
  --agency-panel-border-strong: rgba(var(--mk-cyan-soft-rgb), 0.46);
  --agency-copy-soft: rgba(var(--mk-ink-rgb), 0.78);
  --agency-copy-muted: rgba(var(--mk-ink-rgb), 0.64);
  --agency-surface-shadow: var(--agency-blue-shadow);
}

[data-experience-refresh="event-agency-20260707"] .hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(var(--mk-cyan-rgb), 0.2), transparent 28%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-void-deep) 68%, var(--mk-black) 100%);
}

[data-experience-refresh="event-agency-20260707"] .hero-copy {
  max-width: 980px;
}

[data-experience-refresh="event-agency-20260707"] .hero .eyebrow,
[data-experience-refresh="event-agency-20260707"] .signature-service-matrix .eyebrow,
[data-experience-refresh="event-agency-20260707"] .proof-dashboard .eyebrow,
[data-experience-refresh="event-agency-20260707"] .consult-cta-panel .eyebrow {
  color: var(--agency-blue-soft);
  font-weight: 800;
}

[data-experience-refresh="event-agency-20260707"] .hero h1 {
  max-width: 820px;
  font-weight: 900;
  line-height: 1.02;
}

[data-experience-refresh="event-agency-20260707"] .hero-lead {
  max-width: 700px;
  color: rgba(var(--mk-ink-rgb), 0.8);
}

[data-experience-refresh="event-agency-20260707"] .hero .button-primary,
[data-experience-refresh="event-agency-20260707"] .consult-cta-panel .button-primary {
  background: linear-gradient(135deg, var(--mk-ink-bright), var(--agency-blue-soft) 50%, var(--agency-blue));
  box-shadow: var(--agency-surface-shadow);
}

.event-strategy-spine {
  position: relative;
  color: var(--mk-ink);
  background:
    radial-gradient(circle at 16% 8%, rgba(var(--mk-cyan-rgb), 0.18), transparent 30%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
  isolation: isolate;
}

.event-spine-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.36fr) minmax(280px, 0.72fr);
  gap: 28px;
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.event-spine-copy {
  align-self: end;
}

.event-spine-copy h2,
.signature-service-matrix .section-heading h2,
.proof-dashboard .section-heading h2,
.consult-cta-panel h2 {
  color: var(--mk-ink);
  font-size: var(--type-section);
  font-weight: 850;
  line-height: 1.12;
}

.event-spine-copy p,
.strategy-node p,
.strategy-brief-card p,
.service-lane p,
.proof-metric p,
.proof-dashboard-note,
.consult-cta-panel p {
  color: var(--agency-copy-soft);
  line-height: 1.62;
}

.strategy-node-list,
.service-lane-grid,
.proof-metric-grid {
  display: grid;
  gap: 14px;
}

.strategy-node-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.strategy-node,
.strategy-brief-card,
.service-lane,
.proof-metric {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(150deg, rgba(var(--mk-white-rgb), 0.11), rgba(var(--mk-white-rgb), 0.04)),
    var(--agency-panel-bg);
  border: 1px solid var(--agency-panel-border);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(var(--mk-black-rgb), 0.28);
  transition:
    transform 240ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 240ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 240ms cubic-bezier(0.32, 0.72, 0, 1);
}

.strategy-node {
  min-height: 250px;
  padding: 24px;
}

.strategy-node:hover,
.strategy-node:focus-within,
.service-lane:hover,
.service-lane:focus-within,
.proof-metric:hover,
.proof-metric:focus-within {
  transform: translateY(-3px);
  border-color: var(--agency-panel-border-strong);
  box-shadow: var(--agency-surface-shadow);
}

.strategy-node span,
.proof-metric span {
  color: var(--agency-blue-soft);
  font-size: 13px;
  font-weight: 850;
}

.strategy-node strong,
.proof-metric strong {
  display: block;
  margin-top: 40px;
  color: var(--mk-ink);
  font-size: 26px;
  line-height: 1.16;
}

.strategy-node p,
.proof-metric p {
  margin: 14px 0 0;
}

.strategy-brief-card {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 100%;
  padding: 26px;
  background:
    radial-gradient(circle at 85% 0%, rgba(var(--mk-cyan-rgb), 0.22), transparent 44%),
    linear-gradient(155deg, rgba(var(--mk-white-rgb), 0.14), rgba(var(--mk-white-rgb), 0.04)),
    var(--mk-panel);
}

.strategy-brief-card span,
.service-lane span {
  color: var(--agency-blue-soft);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.strategy-brief-card strong {
  display: block;
  margin-top: 16px;
  color: var(--mk-ink);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.12;
}

.strategy-brief-card p {
  margin: 18px 0 0;
}

.signature-service-matrix {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--mk-ink);
  background:
    radial-gradient(circle at 90% 18%, rgba(var(--mk-cyan-rgb), 0.14), transparent 28%),
    linear-gradient(180deg, var(--mk-panel-deep) 0%, var(--mk-black) 100%);
}

.signature-service-matrix::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(var(--mk-black-rgb), 0.92) 0%, rgba(var(--mk-black-rgb), 0.5) 42%, rgba(var(--mk-black-rgb), 0.12) 100%),
    url("assets/generated/event-service-command-gpt-image-2-20260707.png") center right / cover no-repeat;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(var(--mk-black-rgb), 0.58) 24%, var(--mk-black) 100%);
  opacity: 0.54;
}

.signature-service-matrix > * {
  position: relative;
  z-index: 1;
}

.service-lane-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.service-lane {
  display: grid;
  align-content: space-between;
  min-height: 310px;
  padding: 24px;
}

.service-lane-featured {
  background:
    radial-gradient(circle at 78% 12%, rgba(var(--mk-cyan-rgb), 0.22), transparent 40%),
    linear-gradient(150deg, rgba(var(--mk-white-rgb), 0.14), rgba(var(--mk-white-rgb), 0.04)),
    var(--mk-panel);
}

.service-lane h3 {
  margin: 26px 0 12px;
  color: var(--mk-ink);
  font-size: 27px;
  line-height: 1.16;
}

.service-lane em {
  display: inline-flex;
  width: fit-content;
  margin-top: 24px;
  padding: 8px 10px;
  color: var(--mk-ink);
  background: var(--agency-readable-panel);
  border: 1px solid var(--agency-panel-border);
  border-radius: 6px;
  font-size: 13px;
  font-style: normal;
  font-weight: 850;
}

.proof-dashboard {
  color: var(--mk-ink);
  background:
    radial-gradient(circle at 14% 18%, rgba(var(--mk-cyan-rgb), 0.16), transparent 28%),
    linear-gradient(180deg, var(--mk-black) 0%, var(--mk-panel-deep) 100%);
}

.proof-metric-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(var(--content-max), 100%);
  margin: 0 auto;
}

.proof-metric {
  min-height: 230px;
  padding: 24px;
}

.proof-metric strong {
  font-size: clamp(28px, 3vw, 48px);
}

.proof-dashboard-note {
  width: min(var(--content-max), 100%);
  margin: 22px auto 0;
  padding: 18px 20px;
  background: var(--agency-readable-panel);
  border: 1px solid var(--agency-panel-border);
  border-radius: 8px;
}

.consult-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 56px var(--aligned-gutter);
  color: var(--mk-ink);
  background:
    radial-gradient(circle at 85% 14%, rgba(var(--mk-cyan-rgb), 0.2), transparent 30%),
    linear-gradient(100deg, var(--mk-black) 0%, var(--mk-panel) 62%, rgba(var(--mk-cyan-rgb), 0.28) 100%);
  border-top: 1px solid var(--agency-panel-border);
  border-bottom: 1px solid var(--agency-panel-border);
}

.consult-cta-panel > div:first-child {
  width: min(760px, 100%);
}

.consult-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.consult-cta-actions .button {
  min-height: 52px;
  gap: 12px;
}

.cta-arrow {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--mk-ink-inverse);
  background: rgba(var(--mk-white-rgb), 0.72);
  border-radius: 50%;
  transition: transform 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

.consult-cta-actions .button:hover .cta-arrow,
.consult-cta-actions .button:focus-visible .cta-arrow {
  transform: translate3d(2px, -2px, 0);
}

.consult-cta-panel .button-ghost .cta-arrow {
  color: var(--mk-ink-inverse);
  background: var(--agency-blue-soft);
}

@media (max-width: 1120px) {
  .event-spine-layout,
  .consult-cta-panel {
    grid-template-columns: 1fr;
  }

  .service-lane-grid,
  .proof-metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .consult-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .event-strategy-spine,
  .signature-service-matrix,
  .proof-dashboard {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .event-spine-layout,
  .strategy-node-list,
  .service-lane-grid,
  .proof-metric-grid {
    grid-template-columns: 1fr;
  }

  .strategy-node,
  .service-lane,
  .proof-metric {
    min-height: auto;
    padding: 20px;
  }

  .strategy-brief-card {
    min-height: 280px;
  }

  .strategy-node strong,
  .proof-metric strong {
    margin-top: 28px;
  }

  .service-lane h3 {
    margin-top: 20px;
    font-size: 23px;
  }

  .signature-service-matrix::before {
    background:
      linear-gradient(180deg, rgba(var(--mk-black-rgb), 0.78) 0%, rgba(var(--mk-black-rgb), 0.52) 48%, rgba(var(--mk-black-rgb), 0.18) 100%),
      url("assets/generated/event-service-command-gpt-image-2-20260707.png") 64% center / cover no-repeat;
    mask-image: linear-gradient(180deg, rgba(var(--mk-black-rgb), 0.72) 0%, var(--mk-black) 100%);
    opacity: 0.32;
  }

  .consult-cta-panel {
    padding: 48px 16px;
  }

  .consult-cta-actions,
  .consult-cta-actions .button {
    width: 100%;
  }

  .consult-cta-actions .button {
    justify-content: space-between;
  }
}

@media (min-width: 1121px) {
  [data-style-template="movementk-layout"] .section,
  [data-style-template="movementk-layout"] .planner-section,
  [data-style-template="movementk-layout"] .contact-section,
  [data-experience-refresh="event-agency-20260707"] .consult-cta-panel {
    padding-right: max(var(--aligned-gutter), var(--movement-side-rail-clearance));
  }
}

@media (max-width: 1120px) {
  [data-style-template="movementk-layout"] .section,
  [data-style-template="movementk-layout"] .planner-section,
  [data-style-template="movementk-layout"] .contact-section,
  [data-experience-refresh="event-agency-20260707"] .consult-cta-panel {
    scroll-margin-bottom: var(--movement-bottom-rail-clearance);
  }

  [data-experience-refresh="event-agency-20260707"] .event-strategy-spine,
  [data-experience-refresh="event-agency-20260707"] .signature-service-matrix,
  [data-experience-refresh="event-agency-20260707"] .proof-dashboard,
  [data-style-template="movementk-layout"] .contact-section {
    padding-bottom: calc(var(--space-22) + var(--movement-bottom-rail-clearance));
  }

  [data-experience-refresh="event-agency-20260707"] .strategy-node,
  [data-experience-refresh="event-agency-20260707"] .service-lane,
  [data-experience-refresh="event-agency-20260707"] .proof-metric,
  #contact-form button[type="submit"] {
    scroll-margin-bottom: var(--movement-bottom-rail-clearance);
  }
}

@media (max-width: 760px) {
  [data-experience-refresh="event-agency-20260707"] .event-strategy-spine,
  [data-experience-refresh="event-agency-20260707"] .signature-service-matrix,
  [data-experience-refresh="event-agency-20260707"] .proof-dashboard,
  [data-style-template="movementk-layout"] .contact-section {
    padding-bottom: calc(var(--space-16) + var(--movement-bottom-rail-clearance));
  }
}

/* =====================================================================
   THEME TOGGLE control
   ===================================================================== */
.theme-toggle {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  border: 1px solid var(--mk-line-cyan-faint);
  background: rgba(var(--mk-panel-solid-rgb), 0.55);
  color: var(--mk-ink);
  cursor: pointer;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: var(--mk-cyan-soft);
  background: rgba(var(--mk-panel-solid-rgb), 0.85);
}

.theme-toggle-icon {
  font-size: 18px;
  line-height: 1;
}

.theme-toggle-icon::before {
  content: "\2600\FE0F"; /* sun: in dark mode, click to go light */
}

:root[data-theme="light"] .theme-toggle-icon::before {
  content: "\1F319"; /* moon: in light mode, click to go dark */
}

/* =====================================================================
   LIGHT / WHITE THEME  —  data-theme="light" on <html>
   Bulk palette flip via --mk-* tokens; hero, partner band and footer are
   kept as intentional dark/brand bands; literal-white text is re-inked.
   --mk-black-rgb is deliberately NOT flipped so hero overlays stay dark.
   ===================================================================== */
:root[data-theme="light"] {
  color-scheme: light;
  /* surfaces — neutral grayscale, no blue tint */
  --mk-black: var(--raw-hex-edeef0);
  --mk-void: var(--raw-hex-e6e7ea);
  --mk-void-deep: var(--raw-hex-e0e1e4);
  --mk-panel: var(--raw-hex-ffffff);
  --mk-panel-soft: var(--raw-hex-f4f4f6);
  --mk-panel-deep: var(--raw-hex-edeef0);
  --mk-panel-void: var(--raw-hex-e6e7ea);
  --mk-panel-rgb: 255, 255, 255;
  --mk-panel-solid-rgb: 255, 255, 255;
  --mk-panel-hero-rgb: 246, 246, 248;
  --mk-panel-recessed-rgb: 237, 238, 240;
  /* text — high contrast black on white */
  --mk-ink: var(--raw-hex-16171a);
  --mk-ink-rgb: 22, 23, 26;
  --mk-ink-bright: var(--raw-hex-0a0b0d);
  --mk-ink-inverse: var(--raw-hex-ffffff);
  --mk-muted: var(--raw-hex-5b5d63);
  /* header */
  --mk-header-bg: rgba(var(--mk-white-rgb), 0.86);
  --mk-header-bg-scrolled: rgba(var(--mk-white-rgb), 0.97);
  --mk-shadow-header: 0 14px 40px rgba(var(--mk-black-rgb), 0.1);
  --mk-shadow-raised-dark: 0 14px 36px rgba(var(--mk-black-rgb), 0.08);
  /* accents — grayscale (was cyan/blue) */
  --mk-cyan: var(--raw-hex-202226);
  --mk-cyan-rgb: 32, 34, 38;
  --mk-cyan-soft: var(--raw-hex-33363c);
  --mk-cyan-soft-rgb: 51, 54, 60;
  /* action/brand — monochrome (was copper) */
  --red: var(--raw-hex-17181b);
  --red-dark: var(--raw-hex-000000);
  --mk-black: var(--raw-hex-17181b);
  --mk-black-rgb: 23, 24, 27;
  --gold: var(--raw-hex-5b5d63);
  /* neutral lines */
  --line: rgba(var(--mk-black-rgb), 0.1);
  --line-strong: rgba(var(--mk-black-rgb), 0.2);
  --glass-border-light: rgba(var(--mk-black-rgb), 0.1);
  --glass-light: rgba(var(--mk-white-rgb), 0.72);
  /* legacy hexes flattened to neutral grays */
  --mk-legacy-hex-070809: var(--raw-hex-f3f3f5);
  --mk-legacy-hex-151719: var(--raw-hex-eaeaec);
  --mk-legacy-hex-171819: var(--raw-hex-f0f0f2);
  --mk-legacy-hex-080808: var(--raw-hex-f3f3f5);
  --mk-legacy-hex-111111: var(--raw-hex-eaeaec);
  --mk-legacy-hex-020304: var(--raw-hex-e6e7ea);
  --mk-legacy-hex-00121f: var(--raw-hex-e6e7ea);
  --mk-legacy-hex-242424: var(--raw-hex-e8e8eb);
  --mk-legacy-hex-2a2c2f: var(--raw-hex-dedee1);
  --mk-legacy-hex-c98152: var(--raw-hex-24262a);
  --mk-legacy-hex-f2f4f6: var(--raw-hex-f2f2f4);
  --mk-legacy-hex-f3f5f7: var(--raw-hex-f3f3f5);
  --mk-legacy-hex-e2e6eb: var(--raw-hex-e7e7ea);
  --mk-legacy-hex-e5e8ec: var(--raw-hex-eaeaec);
  /* glass helpers used by ghost surfaces */
  --glass-dark: rgba(var(--mk-black-rgb), 0.03);
  --glass-border-dark: rgba(var(--mk-black-rgb), 0.14);
}

/* ---------- HERO (white version): light canvas, black typography ---------- */
[data-theme="light"] .hero {
  background: var(--raw-hex-ffffff);
  color: var(--raw-hex-16171a);
}

/* strip the blue media-art layers in the white version */
[data-theme="light"] .hero-media-canvas,
[data-theme="light"] .hero-orbit-field,
[data-theme="light"] .hero-video-layer,
[data-theme="light"] .hero[data-hero-theme="blue-monolith"]::before,
[data-theme="light"] .hero[data-hero-theme="blue-monolith"]::after {
  display: none;
}

[data-theme="light"] .hero-media-canvas {
  display: block;
  opacity: 0;
}

/* photo fades in from the right over a solid white text zone */
[data-theme="light"] .hero-background {
  background-image:
    linear-gradient(90deg, var(--raw-hex-ffffff) 0%, var(--raw-hex-ffffff) 42%, rgba(var(--mk-white-rgb), 0.78) 62%, rgba(var(--mk-white-rgb), 0.3) 100%),
    url("assets/generated/hero-seated-audience-gpt-image-2-20260630.png");
  filter: grayscale(1) contrast(1.02);
}

[data-theme="light"] .hero-copy {
  text-shadow: none;
}

[data-theme="light"] .hero h1 {
  color: var(--raw-hex-101114);
}

[data-theme="light"] .hero-lead {
  color: var(--raw-hex-3a3c40);
}

[data-theme="light"] .hero .eyebrow {
  color: var(--raw-hex-5b5d63);
}

/* proof strip: white cards, black text, hairline grid */
[data-theme="light"] .trust-strip,
[data-theme="light"] .movement-proof-strip {
  background: rgba(var(--mk-black-rgb), 0.1);
  border: 1px solid rgba(var(--mk-black-rgb), 0.1);
  box-shadow: 0 12px 30px rgba(var(--mk-black-rgb), 0.07);
}

[data-theme="light"] .trust-strip li,
[data-theme="light"] .movement-proof-strip li {
  background: var(--raw-hex-ffffff);
}

[data-theme="light"] .trust-strip span,
[data-theme="light"] .movement-proof-strip span {
  color: var(--raw-hex-5b5d63);
}

[data-theme="light"] .trust-strip strong,
[data-theme="light"] .movement-proof-strip strong {
  color: var(--raw-hex-16171a);
}

/* hero metrics: same white-card treatment */
[data-theme="light"] .hero-metrics {
  background: rgba(var(--mk-black-rgb), 0.1);
  border-color: rgba(var(--mk-black-rgb), 0.1);
  box-shadow: 0 12px 30px rgba(var(--mk-black-rgb), 0.07);
}

[data-theme="light"] .hero-metrics div {
  background: var(--raw-hex-ffffff);
}

[data-theme="light"] .hero-metrics dt {
  color: var(--raw-hex-101114);
}

[data-theme="light"] .hero-metrics dd {
  color: var(--raw-hex-5b5d63);
}

/* hero buttons on white */
[data-theme="light"] .hero .button-primary {
  background: var(--raw-hex-17181b);
  color: var(--raw-hex-ffffff);
  box-shadow: 0 10px 24px rgba(var(--mk-black-rgb), 0.16);
}

[data-theme="light"] .hero .button-ghost {
  color: var(--raw-hex-16171a);
  background: rgba(var(--mk-white-rgb), 0.82);
  border-color: rgba(var(--mk-black-rgb), 0.22);
  box-shadow: none;
}

/* ---------- Re-ink literal-white text now on light surfaces ---------- */
[data-theme="light"] .solutions-section,
[data-theme="light"] .solutions-section .section-heading h2,
[data-theme="light"] .solutions-section .text-link,
[data-theme="light"] .movement-way-section {
  color: var(--mk-ink);
}

[data-theme="light"] .solution-card li,
[data-theme="light"] .planner-result p,
[data-theme="light"] .planner-result dd,
[data-theme="light"] .estimate-total span,
[data-theme="light"] .estimate-lines td,
[data-theme="light"] .selected-packages li,
[data-theme="light"] .process-list p {
  color: var(--raw-hex-46484d);
}

[data-theme="light"] .planner-result dt,
[data-theme="light"] .estimate-lines th {
  color: var(--raw-hex-64666b);
}

[data-theme="light"] .solution-card p {
  color: var(--raw-hex-3a3c40);
}

[data-theme="light"] .estimate-total strong,
[data-theme="light"] .selected-packages p,
[data-theme="light"] .selected-packages li strong,
[data-theme="light"] .estimate-lines p {
  color: var(--mk-ink);
}

/* ---------- Inputs / chips: light fill + defined border ---------- */
[data-theme="light"] .package-meta span,
[data-theme="light"] .segmented-control span,
[data-theme="light"] .budget-options span,
[data-theme="light"] .check-grid span,
[data-theme="light"] .select-field select,
[data-theme="light"] .contact-form input,
[data-theme="light"] .contact-form textarea,
[data-theme="light"] .estimate-copy-text {
  color: var(--mk-ink);
  background: var(--raw-hex-f3f6f9);
  border-color: rgba(var(--brand-navy-rgb), 0.14);
}

/* ---------- Ghost buttons off the hero ---------- */
[data-theme="light"] .button-ghost {
  color: var(--mk-ink);
  background: rgba(var(--brand-navy-rgb), 0.03);
  border-color: rgba(var(--brand-navy-rgb), 0.18);
  box-shadow: none;
}

/* ---------- Card definition on light: soft navy border + shadow ---------- */
[data-theme="light"] .product-card,
[data-theme="light"] .package-card,
[data-theme="light"] .solution-card,
[data-theme="light"] .intro-card,
[data-theme="light"] .team-card,
[data-theme="light"] .category-tile,
[data-theme="light"] .planner-form,
[data-theme="light"] .planner-result,
[data-theme="light"] .contact-form,
[data-theme="light"] .estimate-source-box,
[data-theme="light"] .strategy-node,
[data-theme="light"] .strategy-brief-card,
[data-theme="light"] .service-lane,
[data-theme="light"] .proof-metric {
  border-color: rgba(var(--mk-black-rgb), 0.1);
  box-shadow: 0 14px 34px rgba(var(--mk-black-rgb), 0.07);
}

[data-theme="light"] .movement-service-strip {
  box-shadow: 0 14px 34px rgba(var(--mk-black-rgb), 0.08);
}

[data-theme="light"] .movement-service-strip a {
  border-right-color: rgba(var(--mk-black-rgb), 0.08);
}

/* ---------- Accent bands: flat charcoal (no blue, no gradient) ---------- */
[data-theme="light"] .partner-band {
  background: var(--raw-hex-1a1b1e);
  color: var(--raw-hex-ffffff);
}

[data-theme="light"] .site-footer {
  background: var(--raw-hex-17181b);
  color: var(--raw-hex-ffffff);
}

[data-theme="light"] .site-footer a,
[data-theme="light"] .site-footer p {
  color: var(--raw-hex-ffffff);
}

/* =====================================================================
   WHITE VERSION — monochrome pass: flatten gradients, neutralize color
   ===================================================================== */
/* Flatten every section's gradient/color-glow background to flat neutrals */
[data-theme="light"] .solutions-section,
[data-theme="light"] .category-section,
[data-theme="light"] .event-strategy-spine,
[data-theme="light"] .signature-service-matrix,
[data-theme="light"] .proof-dashboard,
[data-theme="light"] .movement-way-section,
[data-theme="light"] .planner-section {
  background: var(--raw-hex-edeef0);
}

[data-theme="light"] .market-section,
[data-theme="light"] .sets-section,
[data-theme="light"] .portfolio-section,
[data-theme="light"] .proof-section,
[data-theme="light"] .contact-section,
[data-theme="light"] .intro-section {
  background: var(--raw-hex-f6f6f8);
}

/* Kill decorative dark image overlay on the service-matrix in white mode */
[data-theme="light"] .signature-service-matrix::before {
  display: none;
}

/* Flatten card/panel gradient sheens to solid white */
[data-theme="light"] .product-card,
[data-theme="light"] .quick-product-card,
[data-theme="light"] .package-card,
[data-theme="light"] .solution-card,
[data-theme="light"] .intro-card,
[data-theme="light"] .team-card,
[data-theme="light"] .category-tile,
[data-theme="light"] .planner-form,
[data-theme="light"] .planner-result,
[data-theme="light"] .contact-form,
[data-theme="light"] .estimate-source-box,
[data-theme="light"] .strategy-node,
[data-theme="light"] .strategy-brief-card,
[data-theme="light"] .service-lane,
[data-theme="light"] .proof-metric {
  background: var(--raw-hex-ffffff);
}

/* Buttons: solid, no gradient */
[data-theme="light"] .button-primary,
[data-theme="light"] .button-secondary {
  background: var(--raw-hex-17181b);
  color: var(--raw-hex-ffffff);
  box-shadow: 0 10px 24px rgba(var(--mk-black-rgb), 0.16);
}

[data-theme="light"] .button-primary:hover,
[data-theme="light"] .button-primary:focus-visible,
[data-theme="light"] .button-secondary:hover,
[data-theme="light"] .button-secondary:focus-visible {
  background: var(--raw-hex-000000);
}

/* added-to-cart state stays visually distinct from the default dark button */
[data-theme="light"] .button-secondary.is-added,
[data-theme="light"] .quick-product-card .button-primary.is-added {
  background: var(--raw-hex-6b6d72);
  color: var(--raw-hex-ffffff);
}

/* Product badges: monochrome pills */
[data-theme="light"] .product-badge {
  background: var(--raw-hex-17181b);
  color: var(--raw-hex-ffffff);
  border: 0;
  box-shadow: 0 6px 14px rgba(var(--mk-black-rgb), 0.18);
}

[data-theme="light"] .badge-sale,
[data-theme="light"] .badge-md,
[data-theme="light"] .badge-new {
  background: var(--raw-hex-ffffff);
  color: var(--raw-hex-17181b);
  border: 1px solid rgba(var(--mk-black-rgb), 0.16);
}

/* Category / accent labels -> neutral dark gray (were cyan) */
[data-theme="light"] .product-cat,
[data-theme="light"] .category-tile span,
[data-theme="light"] .movement-service-strip span,
[data-theme="light"] .strategy-node span,
[data-theme="light"] .proof-metric span,
[data-theme="light"] .service-lane span,
[data-theme="light"] .strategy-brief-card span,
[data-theme="light"] .eyebrow {
  color: var(--raw-hex-4a4c50);
}

/* Active section-nav + filters -> black, not cyan */
[data-theme="light"] .site-nav a.is-active,
[data-theme="light"] .movement-anchor-rail a.is-active {
  color: var(--raw-hex-17181b);
}

[data-theme="light"] .filter-tab.is-active {
  background: var(--raw-hex-17181b);
  border-color: var(--raw-hex-17181b);
  color: var(--raw-hex-ffffff);
}

/* Tile / control selected states -> charcoal fill, white text */
[data-theme="light"] .category-tile:hover,
[data-theme="light"] .category-tile:focus-visible,
[data-theme="light"] .movement-service-strip a:hover,
[data-theme="light"] .movement-service-strip a:focus-visible {
  background: var(--raw-hex-17181b);
  border-color: var(--raw-hex-17181b);
  color: var(--raw-hex-ffffff);
}

[data-theme="light"] .category-tile:hover span,
[data-theme="light"] .category-tile:focus-visible span,
[data-theme="light"] .movement-service-strip a:hover span,
[data-theme="light"] .movement-service-strip a:focus-visible span {
  color: rgba(var(--mk-white-rgb), 0.72);
}

/* ---------- Clean flat pass: no glass blur in the white version ---------- */
[data-theme="light"] *,
[data-theme="light"] *::before,
[data-theme="light"] *::after {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Portfolio / team media cards: light neutral elevation instead of heavy dark glow */
[data-theme="light"] .portfolio-card,
[data-theme="light"] .team-card {
  border-color: rgba(var(--mk-black-rgb), 0.1);
  box-shadow: 0 14px 34px rgba(var(--mk-black-rgb), 0.08);
}

/* portfolio year label sits on the dark photo overlay — keep it light */
[data-theme="light"] .portfolio-card p {
  color: rgba(var(--mk-white-rgb), 0.82);
}

[data-theme="light"] .way-grid,
[data-theme="light"] .movement-way-section .way-grid {
  background: rgba(var(--mk-black-rgb), 0.08);
  border-color: rgba(var(--mk-black-rgb), 0.1);
}

[data-theme="light"] .way-grid li {
  background: var(--raw-hex-ffffff);
}

[data-theme="light"] .way-grid span {
  color: var(--raw-hex-4a4c50);
}

.hero-commerce-title {
  max-width: 13ch;
  margin: var(--space-5) 0 var(--space-4);
  color: currentColor;
  font-size: var(--type-commerce-display);
  font-weight: 900;
  line-height: 1.02;
  text-wrap: balance;
}

.hero h1 + .hero-commerce-title {
  margin-top: var(--space-4);
}

.moment-shop {
  position: relative;
  z-index: 2;
  padding-block: clamp(var(--space-16), 8vw, 128px);
  color: var(--commerce-ink);
  background:
    radial-gradient(circle at 82% 12%, rgba(var(--commerce-blue-rgb), 0.12), transparent 34%),
    var(--commerce-paper);
}

.moment-shop-head {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.7fr);
  gap: var(--space-16);
  align-items: end;
  margin-bottom: var(--space-10);
}

.moment-shop-head h2 {
  max-width: 19ch;
  margin: var(--space-3) 0 0;
  font-size: var(--type-commerce-section);
  font-weight: 850;
  line-height: 1.08;
  text-wrap: balance;
}

.moment-shop-brief {
  padding-top: var(--space-6);
  border-top: 1px solid var(--commerce-line-strong);
}

.moment-shop-brief p {
  max-width: 34ch;
  margin: 0 0 var(--space-4);
  color: var(--commerce-muted);
  font-size: 17px;
  line-height: 1.6;
}

.moment-shop .text-link {
  color: var(--commerce-ink);
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(252px, 1fr));
  gap: var(--space-4);
}

.moment-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  padding: var(--space-6);
  align-items: flex-end;
  color: var(--white);
  background: var(--black);
  border: 1px solid transparent;
  border-radius: 8px;
  isolation: isolate;
  text-decoration: none;
  transition: transform 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out;
}

.moment-card:nth-child(1) {
  grid-column: 1 / 7;
  grid-row: 1 / 3;
}

.moment-card:nth-child(2) {
  grid-column: 7 / 10;
  grid-row: 1;
}

.moment-card:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1;
}

.moment-card:nth-child(4) {
  grid-column: 7 / 13;
  grid-row: 2;
}

.moment-card::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(180deg, var(--commerce-overlay-soft), var(--commerce-overlay));
}

.moment-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.04);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), filter 180ms ease-out;
}

.moment-card:nth-child(1) img {
  object-position: 50% 52%;
}

.moment-card:nth-child(2) img {
  object-position: 50% 42%;
}

.moment-card:nth-child(3) img {
  object-position: 50% 38%;
}

.moment-card:nth-child(4) img {
  object-position: 50% 55%;
}

.moment-card > div {
  display: grid;
  gap: var(--space-2);
  max-width: 28rem;
}

.moment-card p,
.moment-card h3,
.moment-card strong,
.moment-card small {
  margin: 0;
}

.moment-card p,
.moment-index {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.moment-card h3 {
  font-size: var(--type-commerce-card);
  line-height: 1.12;
  text-wrap: balance;
}

.moment-card strong {
  font-size: 16px;
}

.moment-card small {
  color: rgba(var(--mk-white-rgb), 0.72);
  font-size: 13px;
}

.moment-index {
  position: absolute;
  top: var(--space-5);
  left: var(--space-5);
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  background: rgba(var(--mk-black-rgb), 0.44);
  border: 1px solid rgba(var(--mk-white-rgb), 0.28);
  border-radius: 50%;
}

.moment-card svg {
  position: absolute;
  top: var(--space-5);
  right: var(--space-5);
  width: var(--space-6);
  height: var(--space-6);
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 180ms ease-out;
}

.moment-card:hover,
.moment-card:focus-visible {
  color: var(--white);
  border-color: var(--commerce-blue);
  box-shadow: 0 0 0 3px rgba(var(--commerce-blue-rgb), 0.24);
  transform: translateY(-4px);
}

.moment-card:hover img,
.moment-card:focus-visible img {
  filter: saturate(1) contrast(1.06);
  transform: scale(1.025);
}

.moment-card:hover svg,
.moment-card:focus-visible svg {
  transform: translateX(4px);
}

.commerce-ledger {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
  margin-top: var(--space-4);
  overflow: hidden;
  background: var(--commerce-paper-strong);
  border: 1px solid var(--commerce-line);
  border-radius: 8px;
}

.business-model-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.business-model-strip p {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--space-2) var(--space-3);
  min-height: 128px;
  margin: 0;
  padding: var(--space-6);
  border-right: 1px solid var(--commerce-line);
  border-bottom: 1px solid var(--commerce-line);
}

.business-model-strip p:nth-child(2n) {
  border-right: 0;
}

.business-model-strip p:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.business-model-strip span {
  color: var(--commerce-blue);
  font-size: 12px;
  font-weight: 900;
}

.business-model-strip strong {
  align-self: start;
  font-size: 18px;
}

.business-model-strip small {
  grid-column: 2;
  color: var(--commerce-muted);
  font-size: 14px;
  line-height: 1.5;
}

.trust-ledger {
  display: flex;
  padding: var(--space-6);
  flex-direction: column;
  color: var(--mk-ink);
  background: var(--mk-panel-soft);
}

.trust-ledger > p {
  margin: 0 0 var(--space-5);
  color: var(--commerce-blue);
  font-size: 13px;
  font-weight: 800;
}

.trust-ledger ul {
  display: grid;
  gap: var(--space-4);
  margin: 0 0 var(--space-6);
  padding: 0;
  list-style: none;
}

.trust-ledger li {
  position: relative;
  padding-left: var(--space-5);
  font-weight: 700;
}

.trust-ledger li::before {
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: var(--commerce-mint);
  border-radius: 50%;
}

.trust-ledger a {
  margin-top: auto;
  color: var(--mk-ink);
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.live-brief-dock {
  position: fixed;
  right: max(var(--space-6), calc((100vw - var(--content-max)) / 2));
  bottom: var(--space-6);
  z-index: 58;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: var(--space-6);
  min-width: min(620px, calc(100vw - (var(--space-6) * 2)));
  padding: var(--space-3) var(--space-4);
  align-items: center;
  color: var(--commerce-ink);
  background: var(--commerce-paper-strong);
  border: 1px solid var(--commerce-line-strong);
  border-radius: 8px;
  box-shadow: var(--commerce-shadow);
  transition: opacity 180ms ease-out, transform 180ms ease-out;
}

.live-brief-dock.is-footer-visible,
.live-brief-dock.is-planner-visible {
  pointer-events: none;
  opacity: 0;
  transform: translateY(16px);
}

.live-brief-dock div,
.live-brief-dock p {
  margin: 0;
}

.live-brief-dock div {
  display: grid;
  gap: 2px;
}

.live-brief-dock span {
  color: var(--commerce-muted);
  font-size: 12px;
}

.live-brief-dock b,
.live-brief-dock strong {
  font-variant-numeric: tabular-nums;
}

.live-brief-dock p {
  padding-left: var(--space-6);
  border-left: 1px solid var(--commerce-line);
  white-space: nowrap;
}

@media (max-width: 960px) {
  [data-style-template="movementk-layout"] {
    --movement-bottom-rail-height: 0px;
    --movement-bottom-rail-offset: 0px;
    --movement-bottom-rail-clearance: 0px;
  }

  .movement-anchor-rail {
    display: none;
  }

  .moment-shop-head,
  .commerce-ledger {
    grid-template-columns: 1fr;
  }

  .moment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .moment-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
    min-height: 320px;
  }

  .moment-card:nth-child(1),
  .moment-card:nth-child(4) {
    grid-column: 1 / -1;
  }

  .live-brief-dock {
    right: var(--space-4);
    bottom: calc(var(--movement-bottom-rail-clearance) + var(--space-8));
  }

  .live-brief-dock.is-empty {
    pointer-events: none;
    opacity: 0;
    transform: translateY(16px);
  }
}

@media (max-width: 720px) {
  .hero-commerce-title {
    max-width: 11ch;
  }

  .moment-shop-head {
    gap: var(--space-8);
  }

  .moment-shop-head h2 br {
    display: none;
  }

  .moment-grid {
    display: flex;
    width: calc(100% + var(--space-4));
    padding-right: var(--space-4);
    overflow-x: auto;
    scroll-padding-left: var(--space-4);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .moment-grid::-webkit-scrollbar {
    display: none;
  }

  .moment-card:nth-child(n) {
    min-width: min(84vw, 340px);
    min-height: 420px;
    scroll-snap-align: start;
  }

  .business-model-strip {
    grid-template-columns: 1fr;
  }

  .business-model-strip p,
  .business-model-strip p:nth-child(n) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--commerce-line);
  }

  .business-model-strip p:last-child {
    border-bottom: 0;
  }

  .live-brief-dock {
    right: var(--space-3);
    bottom: calc(var(--movement-bottom-rail-clearance) + var(--space-8));
    left: var(--space-3);
    grid-template-columns: 1fr auto;
    gap: var(--space-3);
    min-width: 0;
  }

  .live-brief-dock p {
    display: none;
  }

  .live-brief-dock .button {
    min-height: 44px;
  }

}

@media screen and (prefers-reduced-motion: reduce) {
  .moment-card,
  .moment-card img,
  .moment-card svg,
  .live-brief-dock {
    transition-duration: 0.01ms;
  }

  .moment-card:hover,
  .moment-card:focus-visible,
  .moment-card:hover img,
  .moment-card:focus-visible img,
  .moment-card:hover svg,
  .moment-card:focus-visible svg {
    transform: none;
  }
}

[data-theme="light"] .service-lane.solution-card {
  color: var(--mk-ink);
  background: var(--raw-hex-17181b);
}

[data-theme="light"] .service-lane.solution-card p,
[data-theme="light"] .service-lane.solution-card li {
  color: rgba(var(--raw-rgb-244-248-251), 0.78);
}

[data-theme="light"] .service-lane.solution-card span {
  color: var(--raw-hex-72d9ff);
}

[data-theme="light"] .service-lane.solution-card h3 {
  color: var(--raw-hex-ffffff);
}

[data-theme="light"] [data-experience-refresh="event-agency-20260707"] .hero .eyebrow {
  color: var(--raw-hex-72d9ff);
}

[data-theme="light"] .moment-shop-head h2,
[data-theme="light"] .moment-shop .text-link {
  color: var(--raw-hex-ffffff);
}

[data-theme="light"] .moment-shop .eyebrow,
[data-theme="light"] .moment-shop-brief p {
  color: rgba(var(--mk-white-rgb), 0.72);
}

.proof-metric strong {
  white-space: nowrap;
}

@media (min-width: 961px) and (max-width: 1360px) {
  [data-style-template="movementk-layout"] {
    --movement-side-rail-clearance: 0px;
  }

  .movement-anchor-rail {
    display: none;
  }
}

@media (max-width: 960px) {
  .quick-product-card .button-small {
    min-height: 44px;
  }
}
