
:root {
  --bg: #f5f7ff;
  --surface: rgba(255, 255, 255, 0.88);
  --surface-2: #eef4ff;
  --surface-3: #dde6ff;
  --line: rgba(78, 95, 156, 0.16);
  --line-strong: rgba(78, 95, 156, 0.3);
  --text: #0b1020;
  --text-soft: #4b5671;
  --muted: #6d7894;
  --navy: #7b5cff;
  --navy-strong: #5a39ff;
  --teal: #00cfff;
  --teal-strong: #00a7d9;
  --teal-soft: rgba(0, 207, 255, 0.12);
  --pink: #ff4fd8;
  --lime: #d4ff5a;
  --amber: #ffc247;
  --shadow: 0 28px 80px rgba(11, 16, 32, 0.14);
  --shadow-soft: 0 18px 52px rgba(11, 16, 32, 0.1);
}

html {
  scroll-padding-top: 5.75rem;
}

body.page-rebuild {
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 207, 255, 0.08), transparent 24rem),
    radial-gradient(circle at 92% 0%, rgba(123, 92, 255, 0.1), transparent 24rem),
    linear-gradient(180deg, #f8fbff 0%, #f3f6ff 32%, #f6f8ff 100%);
}

body.page-rebuild main {
  overflow-x: clip;
}

body.page-rebuild * {
  -webkit-font-smoothing: antialiased;
}

body.page-rebuild ::selection {
  color: #08111f;
  background: rgba(212, 255, 90, 0.48);
}

body.page-rebuild :focus-visible {
  outline-color: rgba(123, 92, 255, 0.55);
}

body.page-rebuild .skip-link {
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  color: #fff;
  box-shadow: 0 14px 30px rgba(90, 57, 255, 0.2);
}

.page-rebuild .site-header {
  background: rgba(7, 10, 22, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8fbff;
  backdrop-filter: blur(20px);
}

.page-rebuild .site-header.is-scrolled {
  background: rgba(6, 8, 18, 0.92);
  box-shadow: 0 18px 48px rgba(3, 6, 16, 0.28);
}

.page-rebuild .brand-mark {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 12px 28px rgba(3, 6, 16, 0.22);
}

.page-rebuild .brand-copy strong,
.page-rebuild .site-nav > ul > li > a,
.page-rebuild .header-actions,
.page-rebuild .site-footer h2,
.page-rebuild .site-footer a,
.page-rebuild .site-footer small {
  color: #f8fbff;
}

.page-rebuild .brand-copy span,
.page-rebuild .site-footer p,
.page-rebuild .site-footer .footer-links a,
.page-rebuild .lang-link {
  color: rgba(232, 241, 255, 0.74);
}

.page-rebuild .site-nav > ul > li > a {
  letter-spacing: 0.18em;
}

.page-rebuild .site-nav > ul > li > a::after {
  height: 2px;
  bottom: 0.25rem;
  background: linear-gradient(90deg, var(--lime), var(--teal));
}

.page-rebuild .site-nav > ul > li > a:hover,
.page-rebuild .site-nav > ul > li > a[aria-current="page"] {
  color: #fff;
}

.page-rebuild .lang-link,
.page-rebuild .nav-toggle {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.page-rebuild .nav-toggle span {
  background: #f8fbff;
}

.page-rebuild .btn {
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.page-rebuild .btn-solid {
  color: #fff;
  background: linear-gradient(135deg, #6d58ff 0%, #4b7bff 42%, #00cfff 100%);
  box-shadow: 0 16px 34px rgba(90, 57, 255, 0.26);
}

.page-rebuild .btn-solid:hover,
.page-rebuild .btn-solid:focus-visible {
  box-shadow: 0 22px 42px rgba(90, 57, 255, 0.3);
}

.page-rebuild .btn-ghost {
  border-color: rgba(123, 92, 255, 0.2);
  background: rgba(255, 255, 255, 0.74);
  color: var(--text);
}

.page-rebuild .btn-ghost:hover,
.page-rebuild .btn-ghost:focus-visible {
  border-color: rgba(123, 92, 255, 0.34);
  background: rgba(255, 255, 255, 0.92);
}

.page-rebuild .text-link,
.page-rebuild .work-link,
.page-rebuild .post-link {
  color: var(--navy-strong);
}

.page-rebuild .eyebrow,
.page-rebuild .post-meta,
.page-rebuild .service-index,
.page-rebuild .process-index,
.page-rebuild .work-tag,
.page-rebuild .portfolio-note h2 small {
  letter-spacing: 0.18em;
}

.page-rebuild .service-index,
.page-rebuild .process-index,
.page-rebuild .eyebrow {
  background: linear-gradient(90deg, var(--navy) 0%, var(--teal) 82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.page-rebuild .section {
  border-top-color: rgba(78, 95, 156, 0.1);
}

.page-rebuild .section-tint {
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 207, 255, 0.08), transparent 26rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(238, 244, 255, 0.92));
}

.page-rebuild .section-dark,
.page-home.page-rebuild .hero-home-rebuild,
.page-rebuild .page-hero,
.page-rebuild .error-section,
.page-rebuild .site-footer {
  position: relative;
  overflow: clip;
}

.page-home.page-rebuild .hero-home-rebuild {
  background:
    radial-gradient(circle at 12% 16%, rgba(0, 207, 255, 0.18), transparent 24rem),
    radial-gradient(circle at 86% 8%, rgba(123, 92, 255, 0.24), transparent 24rem),
    radial-gradient(circle at 74% 72%, rgba(255, 79, 216, 0.14), transparent 18rem),
    linear-gradient(135deg, #070b14 0%, #0f1730 52%, #1a133b 100%);
}

.page-home.page-rebuild .hero-home-rebuild::after,
.page-rebuild .page-hero::after,
.page-rebuild .section-dark::after,
.page-rebuild .cta-panel-strong::after,
.page-rebuild .site-footer::after,
.page-rebuild .error-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 24%),
    radial-gradient(circle at 20% 10%, rgba(255, 255, 255, 0.07), transparent 28%);
  mix-blend-mode: screen;
}

.page-home.page-rebuild .hero-grid,
.page-rebuild .page-hero .shell,
.page-rebuild .section-dark .shell,
.page-rebuild .site-footer .shell {
  position: relative;
  z-index: 1;
}

.page-home.page-rebuild .hero-copy h1,
.page-rebuild .page-hero h1,
.page-home.page-rebuild .hero-stage-note h2,
.page-home.page-rebuild .metric-card strong,
.page-home.page-rebuild .hero-stage-note p,
.page-home.page-rebuild .metric-card p,
.page-home.page-rebuild .metric-card span,
.page-rebuild .page-hero .lead,
.page-rebuild .page-hero .breadcrumbs,
.page-rebuild .page-hero .breadcrumbs a,
.page-rebuild .page-hero .breadcrumbs span,
.page-rebuild .page-hero .hero-points li,
.page-rebuild .page-hero .portfolio-note h2,
.page-rebuild .page-hero .portfolio-note p,
.page-rebuild .section-dark .section-head h2,
.page-rebuild .section-dark .section-head p,
.page-rebuild .section-dark .process-card h3,
.page-rebuild .section-dark .process-card p,
.page-rebuild .cta-panel-strong,
.page-rebuild .cta-panel-strong p,
.page-rebuild .cta-panel-strong .plain-points li,
.page-rebuild .site-footer,
.page-rebuild .error-panel,
.page-rebuild .error-panel p,
.page-rebuild .error-panel h1 {
  color: #f8fbff;
}

.page-home.page-rebuild .hero-copy .lead,
.page-home.page-rebuild .hero-points li,
.page-rebuild .page-hero .lead,
.page-rebuild .page-hero .breadcrumbs a,
.page-rebuild .page-hero .breadcrumbs span,
.page-rebuild .page-hero .portfolio-note p,
.page-rebuild .section-dark .section-head p,
.page-rebuild .section-dark .process-card p,
.page-rebuild .cta-panel-strong p,
.page-rebuild .cta-panel-strong .plain-points li,
.page-rebuild .error-panel p,
.page-rebuild .site-footer p,
.page-rebuild .site-footer small,
.page-rebuild .site-footer .footer-links a {
  color: rgba(232, 241, 255, 0.78);
}

.page-home.page-rebuild .hero-copy .eyebrow,
.page-rebuild .page-hero .eyebrow,
.page-rebuild .section-dark .eyebrow,
.page-rebuild .cta-panel-strong .eyebrow,
.page-rebuild .error-panel .eyebrow,
.page-rebuild .site-footer .brand-copy span {
  color: var(--lime);
  background: none;
}

.page-home.page-rebuild .hero-points li,
.page-rebuild .page-hero .hero-points li {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.page-home.page-rebuild .hero-stage-main,
.page-home.page-rebuild .hero-stage-note,
.page-home.page-rebuild .metric-card,
.page-rebuild .page-hero .page-hero-media,
.page-rebuild .page-hero .portfolio-note,
.page-rebuild .section-dark .process-card,
.page-rebuild .cta-panel-strong,
.page-error.page-rebuild .error-panel,
.page-thanks.page-rebuild .error-panel,
.page-thanks-error.page-rebuild .error-panel {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.page-home.page-rebuild .hero-stage-main,
.page-rebuild .page-hero .page-hero-media {
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}

.page-home.page-rebuild .hero-stage-main img,
.page-rebuild .page-hero .page-hero-media img {
  filter: saturate(1.06) contrast(1.02);
}

.page-rebuild .hero-orbit {
  border-color: rgba(255, 255, 255, 0.14);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0) 72%);
}

.page-rebuild .hero-glow-1 {
  background: radial-gradient(circle, rgba(0, 207, 255, 0.32), rgba(0, 207, 255, 0) 68%);
  filter: blur(0.3rem);
}

.page-rebuild .hero-stage-note::before,
.page-rebuild .metric-card::before,
.page-rebuild .trust-item::before,
.page-rebuild .statement-card::before,
.page-rebuild .cluster-card::before,
.page-rebuild .portfolio-note::before,
.page-rebuild .service-card::before,
.page-rebuild .process-card::before,
.page-rebuild .work-card::before,
.page-rebuild .post-card::before,
.page-rebuild .archive-callout::before,
.page-rebuild .confirmation-panel::before,
.page-rebuild .error-panel::before,
.page-rebuild .legal-section::before,
.page-rebuild .work-static::before,
.page-rebuild .editorial-card::before,
.page-rebuild .contact-card::before,
.page-rebuild .contact-note::before,
.page-rebuild .contact-form-wrap::before {
  background: linear-gradient(90deg, var(--navy) 0%, var(--teal) 60%, var(--lime) 100%);
  height: 4px;
}

.page-rebuild .statement-card,
.page-rebuild .cluster-card,
.page-rebuild .portfolio-note,
.page-rebuild .service-card,
.page-rebuild .work-card,
.page-rebuild .post-card,
.page-rebuild .contact-card,
.page-rebuild .archive-callout,
.page-rebuild .contact-note,
.page-rebuild .contact-form-wrap,
.page-rebuild .legal-section,
.page-rebuild .work-static,
.page-rebuild .confirmation-panel,
.page-rebuild .error-panel,
.page-rebuild .editorial-stage,
.page-rebuild .editorial-card,
.page-rebuild .editorial-badge {
  border-color: rgba(123, 92, 255, 0.12);
  box-shadow: var(--shadow-soft);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 246, 255, 0.9));
}

.page-rebuild .statement-card,
.page-rebuild .cluster-card,
.page-rebuild .portfolio-note,
.page-rebuild .service-card,
.page-rebuild .work-card,
.page-rebuild .post-card,
.page-rebuild .contact-card,
.page-rebuild .archive-callout,
.page-rebuild .contact-note,
.page-rebuild .contact-form-wrap,
.page-rebuild .legal-section,
.page-rebuild .work-static,
.page-rebuild .confirmation-panel,
.page-rebuild .error-panel,
.page-rebuild .editorial-stage,
.page-rebuild .editorial-card,
.page-rebuild .editorial-badge,
.page-rebuild .faq-list,
.page-rebuild .filter-btn,
.page-rebuild .choice-option,
.page-rebuild input:not([type="checkbox"]):not([type="radio"]),
.page-rebuild textarea,
.page-rebuild select {
  transition:
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.page-rebuild .work-card:hover,
.page-rebuild .post-card:hover,
.page-rebuild .service-card:hover,
.page-rebuild .contact-card:hover,
.page-rebuild .archive-callout:hover,
.page-rebuild .work-static:hover,
.page-rebuild .portfolio-note:hover,
.page-rebuild .statement-card:hover,
.page-rebuild .cluster-card:hover,
.page-rebuild .editorial-card:hover {
  border-color: rgba(123, 92, 255, 0.22);
  box-shadow: 0 24px 66px rgba(11, 16, 32, 0.14);
}

.page-rebuild .work-tag,
.page-rebuild .post-meta,
.page-rebuild .hero-points li,
.page-rebuild .chip,
.page-rebuild .editorial-rail-chip,
.page-rebuild .editorial-rail-link,
.page-rebuild .filter-btn,
.page-rebuild .hero-points-compact li,
.page-rebuild .breadcrumbs span,
.page-rebuild .choice-option span {
  border-radius: 999px;
}

.page-rebuild .work-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.78rem;
  background: rgba(123, 92, 255, 0.08);
  color: var(--navy-strong);
}

.page-rebuild .post-meta {
  display: inline-flex;
  padding: 0.35rem 0.72rem;
  background: rgba(0, 207, 255, 0.08);
  color: var(--teal-strong);
}

.page-rebuild .editorial-stage {
  background:
    radial-gradient(circle at top right, rgba(123, 92, 255, 0.14), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(0, 207, 255, 0.1), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 255, 0.92));
  border-color: rgba(123, 92, 255, 0.14);
  box-shadow: var(--shadow);
}

.page-rebuild .editorial-stage::before {
  opacity: 0.78;
}

.page-rebuild .editorial-rail-chip,
.page-rebuild .editorial-rail-link {
  background: linear-gradient(135deg, rgba(123, 92, 255, 0.12), rgba(0, 207, 255, 0.12));
  border-color: rgba(123, 92, 255, 0.16);
  color: var(--navy-strong);
}

.page-rebuild .editorial-icon {
  background: linear-gradient(180deg, rgba(123, 92, 255, 0.08), rgba(0, 207, 255, 0.06));
  border-color: rgba(123, 92, 255, 0.14);
}

.page-rebuild .editorial-badge {
  background: linear-gradient(135deg, #0b1020 0%, #101932 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 56px rgba(11, 16, 32, 0.22);
}

.page-rebuild .editorial-badge-label,
.page-rebuild .editorial-badge strong {
  color: #fff;
}

.page-rebuild .editorial-badge-label {
  color: var(--lime);
}

.page-rebuild .editorial-card-feature {
  background:
    radial-gradient(circle at right top, rgba(0, 207, 255, 0.16), transparent 16rem),
    linear-gradient(135deg, #0b1020 0%, #162246 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(11, 16, 32, 0.22);
}

.page-rebuild .editorial-card-feature h3,
.page-rebuild .editorial-card-feature p {
  color: #fff;
}

.page-rebuild .editorial-card-feature p {
  color: rgba(232, 241, 255, 0.78);
}

.page-rebuild .editorial-card-feature::after {
  background:
    radial-gradient(circle at right top, rgba(255, 79, 216, 0.22), transparent 54%),
    radial-gradient(circle at left bottom, rgba(0, 207, 255, 0.18), transparent 48%);
}

.page-rebuild .page-hero {
  background:
    radial-gradient(circle at 0 0, rgba(0, 207, 255, 0.14), transparent 22rem),
    radial-gradient(circle at 100% 10%, rgba(123, 92, 255, 0.18), transparent 22rem),
    linear-gradient(135deg, #07101d 0%, #0e1630 48%, #171236 100%);
}

.page-rebuild .page-hero .breadcrumbs ol {
  gap: 0.55rem;
}

.page-rebuild .page-hero .breadcrumbs a,
.page-rebuild .page-hero .breadcrumbs span {
  font-size: 0.8rem;
}

.page-rebuild .page-hero .portfolio-note {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
}

.page-rebuild .page-hero .hero-points-compact li {
  min-height: 2.15rem;
}

.page-rebuild .section-dark {
  background:
    radial-gradient(circle at 14% 10%, rgba(0, 207, 255, 0.14), transparent 22rem),
    radial-gradient(circle at 88% 0%, rgba(123, 92, 255, 0.18), transparent 20rem),
    linear-gradient(135deg, #08101d 0%, #101a31 55%, #161138 100%);
}

.page-rebuild .section-dark .process-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.08));
}

.page-rebuild .section-dark .process-index,
.page-rebuild .cta-panel-strong .plain-points li::before {
  background: none;
  color: var(--lime);
}

.page-rebuild .section-dark .process-card::before {
  background: linear-gradient(90deg, var(--lime) 0%, var(--teal) 56%, var(--pink) 100%);
}

.page-rebuild .work-card,
.page-rebuild .post-card,
.page-rebuild .work-static {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 246, 255, 0.92));
}

.page-rebuild .work-media,
.page-rebuild .page-hero-media,
.page-rebuild .approach-media {
  background: linear-gradient(180deg, #f8fbff 0%, #e6eeff 100%);
  border-color: rgba(123, 92, 255, 0.12);
}

.page-rebuild .work-media {
  overflow: hidden;
}

.page-rebuild .work-card a:hover .work-media img,
.page-rebuild .post-card a:hover img {
  transform: scale(1.05);
  filter: saturate(1.08);
}

.page-rebuild .filter-btn {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(123, 92, 255, 0.16);
  color: var(--text);
}

.page-rebuild .filter-btn:hover,
.page-rebuild .filter-btn.is-active,
.page-rebuild .filter-btn:focus-visible {
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 14px 30px rgba(90, 57, 255, 0.18);
}

.page-rebuild .faq-list {
  border-color: rgba(123, 92, 255, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(244, 247, 255, 0.92));
  box-shadow: var(--shadow-soft);
}

.page-rebuild .faq-item {
  border-bottom-color: rgba(123, 92, 255, 0.12);
}

.page-rebuild .faq-item summary {
  font-weight: 700;
}

.page-rebuild .faq-item[open] summary,
.page-rebuild .faq-item.is-collapsing summary {
  color: var(--navy-strong);
}

.page-rebuild .faq-item summary::before,
.page-rebuild .faq-item summary::after {
  background: linear-gradient(90deg, var(--navy) 0%, var(--teal) 100%);
}

.page-rebuild .cta-panel-strong {
  position: relative;
  background:
    radial-gradient(circle at right top, rgba(0, 207, 255, 0.2), transparent 18rem),
    radial-gradient(circle at left bottom, rgba(123, 92, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, #09111e 0%, #101a31 55%, #161138 100%);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 78px rgba(8, 11, 24, 0.28);
}

.page-rebuild .cta-panel-strong .btn-ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.page-rebuild .contact-note,
.page-rebuild .contact-form-wrap {
  background:
    radial-gradient(circle at top right, rgba(123, 92, 255, 0.14), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 255, 0.94));
}

.page-rebuild .chip {
  background: rgba(123, 92, 255, 0.08);
  border-color: rgba(123, 92, 255, 0.16);
  color: var(--text);
}

.page-rebuild .choice-option {
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(123, 92, 255, 0.12);
}

.page-rebuild .choice-option:has(input:checked) {
  background: linear-gradient(135deg, rgba(123, 92, 255, 0.14), rgba(0, 207, 255, 0.08));
  border-color: rgba(123, 92, 255, 0.32);
  box-shadow: 0 12px 28px rgba(90, 57, 255, 0.12);
}

.page-rebuild input:not([type="checkbox"]):not([type="radio"]),
.page-rebuild textarea,
.page-rebuild select {
  border-color: rgba(123, 92, 255, 0.16);
  background: rgba(250, 252, 255, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.page-rebuild input:not([type="checkbox"]):not([type="radio"]):focus,
.page-rebuild textarea:focus,
.page-rebuild select:focus {
  border-color: rgba(123, 92, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(123, 92, 255, 0.12);
  outline: none;
}

.page-rebuild .site-footer {
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 16% 0%, rgba(0, 207, 255, 0.14), transparent 22rem),
    radial-gradient(circle at 90% 0%, rgba(123, 92, 255, 0.18), transparent 20rem),
    linear-gradient(180deg, #0a1020 0%, #070b14 100%);
}

.page-rebuild .site-footer .brand-mark {
  border-color: rgba(255, 255, 255, 0.12);
}

.page-rebuild .site-footer .footer-links a:hover,
.page-rebuild .site-footer .footer-links a:focus-visible {
  color: #fff;
}

.page-rebuild .legal-section,
.page-rebuild .confirmation-panel,
.page-rebuild .archive-callout,
.page-rebuild .error-panel,
.page-rebuild .work-static {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 255, 0.94));
}

.page-error.page-rebuild .error-section,
.page-thanks.page-rebuild .error-section,
.page-thanks-error.page-rebuild .error-section {
  background:
    radial-gradient(circle at 10% 0%, rgba(0, 207, 255, 0.14), transparent 22rem),
    radial-gradient(circle at 90% 0%, rgba(123, 92, 255, 0.18), transparent 20rem),
    linear-gradient(135deg, #07101d 0%, #0e1630 48%, #171236 100%);
}

.page-error.page-rebuild .error-panel,
.page-thanks.page-rebuild .error-panel,
.page-thanks-error.page-rebuild .error-panel {
  max-width: 54rem;
  margin-inline: auto;
}

.page-error.page-rebuild .error-panel .btn-ghost,
.page-thanks.page-rebuild .error-panel .btn-ghost,
.page-thanks-error.page-rebuild .error-panel .btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.16);
}

.page-error.page-rebuild .error-panel .form-status,
.page-thanks.page-rebuild .error-panel .form-status,
.page-thanks-error.page-rebuild .error-panel .form-status {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 921px) {
  .page-rebuild .site-nav {
    background: transparent;
  }
}

@media (max-width: 920px) {
  .page-rebuild .site-nav {
    background: linear-gradient(180deg, #0a1020 0%, #131d37 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: -18px 0 48px rgba(0, 0, 0, 0.26);
  }

  .page-rebuild .nav-panel-title,
  .page-rebuild .nav-close-label,
  .page-rebuild .site-nav a,
  .page-rebuild .site-nav .lang-link {
    color: #f8fbff;
  }

  .page-rebuild .nav-close,
  .page-rebuild .nav-panel-head {
    border-color: rgba(255, 255, 255, 0.12);
  }

  .page-rebuild .nav-close-icon::before,
  .page-rebuild .nav-close-icon::after {
    background: #fff;
  }

  .page-rebuild .nav-backdrop {
    background: rgba(2, 5, 16, 0.58);
    backdrop-filter: blur(8px);
  }
}

@media (max-width: 1100px) {
  .page-rebuild .hero-stage,
  .page-home.page-rebuild .hero-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "main"
      "notea"
      "noteb"
      "metrics";
  }

  .page-rebuild .hero-stage-note-a,
  .page-rebuild .hero-stage-note-b,
  .page-rebuild .broken-featured .work-card:nth-child(2),
  .page-rebuild .broken-featured .work-card:nth-child(3),
  .page-rebuild .process-grid-stagger .process-card:nth-child(2),
  .page-rebuild .process-grid-stagger .process-card:nth-child(4) {
    transform: none;
    margin-top: 0;
  }

  .page-rebuild .hero-stage-metrics,
  .page-rebuild .portfolio-note-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .page-rebuild .hero-stage-metrics,
  .page-rebuild .portfolio-note-grid,
  .page-rebuild .post-grid-three {
    grid-template-columns: 1fr;
  }

  .page-rebuild .cta-panel-strong,
  .page-rebuild .contact-layout,
  .page-rebuild .page-hero-grid,
  .page-rebuild .hero-grid,
  .page-rebuild .broken-grid {
    grid-template-columns: 1fr;
  }

  .page-rebuild .grid-span-7,
  .page-rebuild .grid-span-5,
  .page-rebuild .grid-span-4,
  .page-rebuild .journal-posts {
    grid-column: auto;
  }

  .page-rebuild .editorial-composition {
    grid-template-columns: 1fr;
  }

  .page-rebuild .editorial-rail {
    position: static;
    grid-auto-flow: column;
    justify-content: start;
    padding-top: 0;
  }
}

@media (max-width: 640px) {
  .page-rebuild .hero-copy h1,
  .page-rebuild .page-hero h1 {
    font-size: clamp(3rem, 15vw, 4.4rem);
  }

  .page-rebuild .hero-actions,
  .page-rebuild .cta-actions,
  .page-rebuild .form-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-rebuild .hero-actions .btn,
  .page-rebuild .cta-actions .btn,
  .page-rebuild .form-actions .btn {
    width: 100%;
  }

  .page-rebuild .hero-points,
  .page-rebuild .chip-group,
  .page-rebuild .filter-bar {
    gap: 0.55rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-rebuild .hero-orbit-1,
  .page-rebuild .hero-orbit-2,
  .page-rebuild .hero-glow-1 {
    animation: none;
  }

  .page-rebuild .btn,
  .page-rebuild .statement-card,
  .page-rebuild .cluster-card,
  .page-rebuild .portfolio-note,
  .page-rebuild .service-card,
  .page-rebuild .work-card,
  .page-rebuild .post-card,
  .page-rebuild .contact-card,
  .page-rebuild .archive-callout,
  .page-rebuild .work-static,
  .page-rebuild .editorial-card,
  .page-rebuild .filter-btn,
  .page-rebuild input,
  .page-rebuild textarea,
  .page-rebuild select {
    transition: none;
  }
}

/* 2026-04 colorful refinement + golden ratio spacing */
:root {
  --space-phi-1: 1rem;
  --space-phi-2: 1.618rem;
  --space-phi-3: 2.618rem;
  --space-phi-4: 4.236rem;
  --space-phi-5: 6.854rem;
  --impact-violet: #7d4dff;
  --impact-indigo: #456cff;
  --impact-cyan: #00d9ff;
  --impact-pink: #ff4fd8;
  --impact-orange: #ff8a1f;
  --impact-lime: #d7ff5b;
  --impact-ribbon: linear-gradient(118deg, var(--impact-violet) 0%, var(--impact-indigo) 18%, var(--impact-cyan) 38%, var(--impact-pink) 62%, var(--impact-orange) 84%, var(--impact-lime) 100%);
  --impact-surface: linear-gradient(180deg, rgba(255, 255, 255, 0.985) 0%, rgba(250, 245, 255, 0.96) 36%, rgba(241, 249, 255, 0.95) 100%);
}

html {
  scroll-padding-top: 6.2rem;
}

body.page-rebuild {
  background:
    radial-gradient(circle at 8% 6%, rgba(0, 217, 255, 0.16), transparent 24rem),
    radial-gradient(circle at 92% 4%, rgba(125, 77, 255, 0.18), transparent 26rem),
    radial-gradient(circle at 52% 54%, rgba(255, 79, 216, 0.09), transparent 30rem),
    radial-gradient(circle at 84% 88%, rgba(255, 138, 31, 0.12), transparent 26rem),
    linear-gradient(180deg, #fcfcff 0%, #f6f4ff 28%, #fff4fb 61%, #f1fbff 100%);
  background-size: 120% 120%, 135% 135%, 145% 145%, 140% 140%, 100% 100%;
  animation: auroraCanvas 28s ease-in-out infinite alternate;
}

.page-rebuild .site-header,
.page-rebuild .section-dark,
.page-home.page-rebuild .hero-home-rebuild,
.page-rebuild .page-hero,
.page-rebuild .cta-panel-strong,
.page-rebuild .site-footer,
.page-rebuild .error-section,
.page-rebuild .site-header::after,
.page-rebuild .hero-stage-note::before,
.page-rebuild .metric-card::before,
.page-rebuild .trust-item::before,
.page-rebuild .statement-card::before,
.page-rebuild .cluster-card::before,
.page-rebuild .portfolio-note::before,
.page-rebuild .service-card::before,
.page-rebuild .process-card::before,
.page-rebuild .work-card::before,
.page-rebuild .post-card::before,
.page-rebuild .archive-callout::before,
.page-rebuild .confirmation-panel::before,
.page-rebuild .error-panel::before,
.page-rebuild .legal-section::before,
.page-rebuild .work-static::before,
.page-rebuild .editorial-card::before,
.page-rebuild .contact-card::before,
.page-rebuild .contact-note::before,
.page-rebuild .contact-form-wrap::before {
  background-size: 220% 220%;
}

.page-rebuild .site-header {
  position: sticky;
  background: rgba(6, 8, 24, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 44px rgba(6, 8, 24, 0.16);
}

.page-rebuild .site-header::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: var(--impact-ribbon);
  background-position: calc(var(--scroll-progress, 0) * 100%) 50%;
  opacity: 0.72;
}

.page-rebuild .site-header.is-scrolled {
  background: rgba(5, 8, 20, 0.9);
  box-shadow: 0 20px 48px rgba(4, 6, 20, 0.24);
}

.page-rebuild .brand-mark {
  background:
    linear-gradient(135deg, rgba(125, 77, 255, 0.18), rgba(0, 217, 255, 0.16)),
    rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 12px 28px rgba(3, 6, 16, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.page-rebuild .btn {
  min-height: 3.236rem;
}

.page-rebuild .btn-solid {
  background: linear-gradient(135deg, var(--impact-violet) 0%, var(--impact-indigo) 24%, var(--impact-cyan) 52%, var(--impact-pink) 100%);
  background-size: 180% 180%;
  background-position: calc(var(--scroll-progress, 0) * 100%) 50%;
  box-shadow:
    0 20px 42px rgba(77, 56, 255, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.page-rebuild .btn-solid:hover,
.page-rebuild .btn-solid:focus-visible {
  box-shadow:
    0 24px 54px rgba(77, 56, 255, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.page-rebuild .btn-ghost {
  border-color: rgba(125, 77, 255, 0.24);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(250, 244, 255, 0.78));
  box-shadow: 0 16px 34px rgba(11, 16, 32, 0.08);
}

.page-home.page-rebuild .hero-home-rebuild,
.page-rebuild .page-hero,
.page-rebuild .section-dark,
.page-rebuild .cta-panel-strong,
.page-rebuild .site-footer,
.page-rebuild .error-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 217, 255, 0.26), transparent 22rem),
    radial-gradient(circle at 88% 6%, rgba(125, 77, 255, 0.3), transparent 24rem),
    radial-gradient(circle at 74% 78%, rgba(255, 79, 216, 0.2), transparent 18rem),
    radial-gradient(circle at 16% 84%, rgba(255, 138, 31, 0.16), transparent 18rem),
    linear-gradient(135deg, #050816 0%, #0c1230 34%, #1a1151 66%, #2a1038 100%);
  animation: auroraHero 24s ease-in-out infinite;
}

.page-rebuild .section-tint,
.page-home.page-rebuild .section.section-tint,
.page-home.page-rebuild .section-editorial {
  background:
    radial-gradient(circle at 0 10%, rgba(0, 217, 255, 0.1), transparent 18rem),
    radial-gradient(circle at 100% 0, rgba(125, 77, 255, 0.12), transparent 20rem),
    radial-gradient(circle at 78% 100%, rgba(255, 79, 216, 0.08), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(244, 246, 255, 0.94));
}

.page-home.page-rebuild .hero-home-rebuild::after,
.page-rebuild .page-hero::after,
.page-rebuild .section-dark::after,
.page-rebuild .cta-panel-strong::after,
.page-rebuild .site-footer::after,
.page-rebuild .error-section::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 26%),
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(255, 79, 216, 0.1), transparent 26%),
    radial-gradient(circle at 26% 78%, rgba(0, 217, 255, 0.12), transparent 22%);
  animation: lightSweep 18s ease-in-out infinite;
}

.page-rebuild .hero-glow-1 {
  background: radial-gradient(circle, rgba(255, 79, 216, 0.48), rgba(0, 217, 255, 0.06) 48%, rgba(0, 217, 255, 0) 70%);
  filter: blur(0.15rem);
}

.page-rebuild .hero-orbit {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.page-rebuild .hero-stage-note::before,
.page-rebuild .metric-card::before,
.page-rebuild .trust-item::before,
.page-rebuild .statement-card::before,
.page-rebuild .cluster-card::before,
.page-rebuild .portfolio-note::before,
.page-rebuild .service-card::before,
.page-rebuild .process-card::before,
.page-rebuild .work-card::before,
.page-rebuild .post-card::before,
.page-rebuild .archive-callout::before,
.page-rebuild .confirmation-panel::before,
.page-rebuild .error-panel::before,
.page-rebuild .legal-section::before,
.page-rebuild .work-static::before,
.page-rebuild .editorial-card::before,
.page-rebuild .contact-card::before,
.page-rebuild .contact-note::before,
.page-rebuild .contact-form-wrap::before {
  background: var(--impact-ribbon);
  background-position: calc(var(--scroll-progress, 0) * 100%) 50%;
  height: 4px;
}

.page-rebuild .statement-card,
.page-rebuild .cluster-card,
.page-rebuild .portfolio-note,
.page-rebuild .service-card,
.page-rebuild .work-card,
.page-rebuild .post-card,
.page-rebuild .contact-card,
.page-rebuild .archive-callout,
.page-rebuild .contact-note,
.page-rebuild .contact-form-wrap,
.page-rebuild .legal-section,
.page-rebuild .work-static,
.page-rebuild .confirmation-panel,
.page-rebuild .error-panel,
.page-rebuild .editorial-stage,
.page-rebuild .editorial-card,
.page-rebuild .editorial-badge,
.page-rebuild .faq-list {
  background:
    radial-gradient(circle at top right, rgba(125, 77, 255, 0.12), transparent 16rem),
    radial-gradient(circle at bottom left, rgba(0, 217, 255, 0.08), transparent 18rem),
    var(--impact-surface);
  border-color: rgba(125, 77, 255, 0.14);
  box-shadow:
    0 24px 66px rgba(11, 16, 32, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.page-rebuild .work-card:hover,
.page-rebuild .post-card:hover,
.page-rebuild .service-card:hover,
.page-rebuild .contact-card:hover,
.page-rebuild .archive-callout:hover,
.page-rebuild .work-static:hover,
.page-rebuild .portfolio-note:hover,
.page-rebuild .statement-card:hover,
.page-rebuild .cluster-card:hover,
.page-rebuild .editorial-card:hover {
  border-color: rgba(125, 77, 255, 0.24);
  box-shadow:
    0 28px 72px rgba(11, 16, 32, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.page-rebuild .work-media,
.page-rebuild .page-hero-media,
.page-rebuild .approach-media {
  background:
    radial-gradient(circle at top right, rgba(255, 79, 216, 0.12), transparent 12rem),
    linear-gradient(180deg, #ffffff 0%, #edf5ff 100%);
  border-color: rgba(125, 77, 255, 0.14);
}

.page-rebuild .work-card a {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.page-rebuild .work-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.58rem;
  padding: 1.25rem 1.25rem 1.42rem;
}

.page-rebuild .work-note,
.page-rebuild .post-card p,
.page-rebuild .process-card p,
.page-rebuild .service-card p,
.page-rebuild .editorial-card p {
  text-wrap: pretty;
}

.page-rebuild .work-note {
  margin-top: 0;
}

.page-rebuild .work-link {
  margin-top: auto;
  padding-top: 1rem;
}

.page-home.page-rebuild .broken-featured {
  align-items: stretch;
}

.page-home.page-rebuild .broken-featured .work-card {
  height: 100%;
  margin-top: 0 !important;
}

.page-home.page-rebuild .broken-featured .work-card .work-media {
  aspect-ratio: 1.08 / 0.86 !important;
}

.page-rebuild .work-tag,
.page-rebuild .post-meta,
.page-rebuild .chip,
.page-rebuild .editorial-rail-chip,
.page-rebuild .editorial-rail-link,
.page-rebuild .filter-btn,
.page-rebuild .choice-option span {
  box-shadow: 0 10px 28px rgba(11, 16, 32, 0.06);
}

.page-rebuild .work-tag {
  background: linear-gradient(135deg, rgba(125, 77, 255, 0.14), rgba(0, 217, 255, 0.11), rgba(255, 79, 216, 0.1));
  color: #5130e6;
}

.page-rebuild .post-meta {
  background: linear-gradient(135deg, rgba(255, 138, 31, 0.12), rgba(255, 79, 216, 0.08));
  color: #c24d28;
}

.page-rebuild .filter-btn {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 243, 255, 0.88));
  border-color: rgba(125, 77, 255, 0.18);
}

.page-rebuild .filter-btn:hover,
.page-rebuild .filter-btn.is-active,
.page-rebuild .filter-btn:focus-visible {
  background: linear-gradient(135deg, var(--impact-violet) 0%, var(--impact-indigo) 26%, var(--impact-cyan) 64%, var(--impact-pink) 100%);
  background-position: calc(var(--scroll-progress, 0) * 100%) 50%;
  color: #fff;
}

.page-rebuild .editorial-stage {
  background:
    radial-gradient(circle at top right, rgba(125, 77, 255, 0.16), transparent 18rem),
    radial-gradient(circle at bottom left, rgba(0, 217, 255, 0.12), transparent 18rem),
    radial-gradient(circle at 85% 70%, rgba(255, 79, 216, 0.1), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(243, 247, 255, 0.94));
}

.page-rebuild .editorial-rail-chip,
.page-rebuild .editorial-rail-link {
  background: linear-gradient(145deg, rgba(125, 77, 255, 0.14), rgba(0, 217, 255, 0.12), rgba(255, 79, 216, 0.08));
}

.page-rebuild .editorial-icon {
  background:
    radial-gradient(circle at top right, rgba(255, 79, 216, 0.1), transparent 9rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.86));
}

.page-rebuild .editorial-badge {
  background: linear-gradient(135deg, #090d21 0%, #14183b 42%, #2b1240 100%);
}

.page-rebuild .editorial-card-feature {
  background:
    radial-gradient(circle at right top, rgba(0, 217, 255, 0.2), transparent 16rem),
    radial-gradient(circle at left bottom, rgba(255, 79, 216, 0.16), transparent 16rem),
    linear-gradient(135deg, #090d21 0%, #141a42 42%, #2e1340 100%);
}

.page-rebuild .contact-note,
.page-rebuild .contact-form-wrap {
  background:
    radial-gradient(circle at top right, rgba(125, 77, 255, 0.14), transparent 16rem),
    radial-gradient(circle at bottom left, rgba(0, 217, 255, 0.09), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.985), rgba(245, 247, 255, 0.95));
}

.page-rebuild .chip {
  background: linear-gradient(135deg, rgba(125, 77, 255, 0.1), rgba(0, 217, 255, 0.08));
  border-color: rgba(125, 77, 255, 0.16);
}

.page-rebuild .choice-option {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(246, 243, 255, 0.9));
}

.page-rebuild .choice-option:has(input:checked) {
  background: linear-gradient(135deg, rgba(125, 77, 255, 0.16), rgba(0, 217, 255, 0.1), rgba(255, 79, 216, 0.08));
}

.page-rebuild input:not([type="checkbox"]):not([type="radio"]),
.page-rebuild textarea,
.page-rebuild select {
  border-color: rgba(125, 77, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(249, 251, 255, 0.98));
}

.page-rebuild input:not([type="checkbox"]):not([type="radio"]):focus,
.page-rebuild textarea:focus,
.page-rebuild select:focus {
  border-color: rgba(125, 77, 255, 0.42);
  box-shadow: 0 0 0 4px rgba(125, 77, 255, 0.12);
}

.page-rebuild .faq-item summary::before,
.page-rebuild .faq-item summary::after {
  background: linear-gradient(90deg, var(--impact-violet), var(--impact-cyan), var(--impact-pink));
}

.page-rebuild .hero-copy h1,
.page-rebuild .page-hero h1,
.page-rebuild .section-head h2,
.page-rebuild .editorial-panel h2,
.page-rebuild .work-copy h3,
.page-rebuild .service-panel h3,
.page-rebuild .process-card h3,
.page-rebuild .statement-card h2,
.page-rebuild .hero-stage-note h2,
.page-rebuild .portfolio-note h2 {
  text-wrap: balance;
}

.page-rebuild .section {
  padding: clamp(var(--space-phi-4), 8vw, var(--space-phi-5)) 0;
}

.page-rebuild .section.section-no-border,
.page-home.page-rebuild .section-editorial {
  padding-top: clamp(calc(var(--space-phi-3) * 1.2), 6vw, var(--space-phi-4));
}

.page-rebuild .hero,
.page-rebuild .page-hero {
  padding-top: clamp(calc(var(--space-phi-4) * 0.92), 7vw, calc(var(--space-phi-5) * 0.9));
  padding-bottom: clamp(calc(var(--space-phi-3) * 1.15), 6vw, var(--space-phi-4));
}

.page-rebuild .section-head {
  margin-bottom: clamp(var(--space-phi-2), 3vw, var(--space-phi-3));
}

.page-rebuild .hero-grid,
.page-rebuild .page-hero-grid,
.page-rebuild .broken-grid,
.page-rebuild .works-grid,
.page-rebuild .process-grid,
.page-rebuild .contact-layout,
.page-rebuild .post-grid-three,
.page-home.page-rebuild .service-mosaic,
.page-home.page-rebuild .broken-featured,
.page-home.page-rebuild .process-grid,
.page-home.page-rebuild .post-grid-three,
.page-home.page-rebuild .editorial-card-grid,
.page-rebuild .editorial-stage,
.page-rebuild .editorial-composition,
.page-rebuild .editorial-card-grid,
.page-rebuild .portfolio-note-grid,
.page-rebuild .hero-stage,
.page-rebuild .hero-stage-metrics,
.page-rebuild .contact-aside,
.page-rebuild .chip-group,
.page-rebuild .filter-bar,
.page-rebuild .footer-grid {
  gap: clamp(1rem, 2vw, var(--space-phi-2));
}

.page-rebuild .hero-actions {
  gap: 1rem;
  margin-top: var(--space-phi-2);
}

.page-rebuild .hero-points,
.page-rebuild .hero-points-compact {
  margin-top: 1rem;
  gap: 0.618rem;
}

.page-rebuild .hero-stage-note,
.page-rebuild .metric-card,
.page-rebuild .statement-card,
.page-rebuild .cluster-card,
.page-rebuild .portfolio-note,
.page-rebuild .service-panel,
.page-rebuild .process-card,
.page-rebuild .contact-card,
.page-rebuild .contact-note,
.page-rebuild .contact-form-wrap,
.page-rebuild .archive-callout,
.page-rebuild .legal-section,
.page-rebuild .confirmation-panel,
.page-rebuild .error-panel,
.page-rebuild .work-static,
.page-rebuild .editorial-card {
  padding: clamp(1.35rem, 2vw, 1.75rem);
}

.page-rebuild .faq-list {
  padding-inline: clamp(1rem, 2vw, 1.5rem);
}

.page-rebuild .faq-item summary {
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
}

.page-rebuild .editorial-panel {
  padding: clamp(var(--space-phi-2), 4vw, var(--space-phi-3)) clamp(1.45rem, 2.8vw, 2.2rem) clamp(1.25rem, 3vw, 2rem);
}

.page-rebuild .editorial-copy {
  gap: 1.45rem;
}

.page-rebuild .editorial-card-grid {
  margin-top: var(--space-phi-2);
}

.page-rebuild .cta-panel-strong {
  gap: clamp(1rem, 2vw, var(--space-phi-2));
  padding: clamp(var(--space-phi-2), 4vw, var(--space-phi-3));
}

.page-rebuild .contact-card {
  padding: 1.3rem 1.3rem 1.42rem;
}

.page-rebuild .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes auroraCanvas {
  0% {
    background-position: 0% 0%, 100% 0%, 50% 56%, 84% 88%, 50% 50%;
  }
  50% {
    background-position: 6% 10%, 94% 8%, 56% 48%, 78% 82%, 50% 50%;
  }
  100% {
    background-position: 11% 16%, 88% 14%, 44% 60%, 86% 94%, 50% 50%;
  }
}

@keyframes auroraHero {
  0%,
  100% {
    background-position: 0% 0%, 100% 0%, 72% 78%, 18% 84%, 50% 50%;
  }
  50% {
    background-position: 8% 12%, 92% 8%, 76% 70%, 12% 88%, 50% 50%;
  }
}

@keyframes lightSweep {
  0%,
  100% {
    opacity: 1;
    background-position: 0% 0%, 14% 10%, 88% 20%, 26% 78%;
  }
  50% {
    opacity: 0.92;
    background-position: 0% 0%, 18% 14%, 82% 24%, 30% 72%;
  }
}

@media (max-width: 1100px) {
  .page-home.page-rebuild .broken-featured .work-card .work-media {
    aspect-ratio: 1.08 / 0.82 !important;
  }
}

@media (max-width: 920px) {
  .page-rebuild .section {
    padding: clamp(3.6rem, 10vw, 4.8rem) 0;
  }

  .page-rebuild .hero,
  .page-rebuild .page-hero {
    padding-top: clamp(3.4rem, 9vw, 4.4rem);
    padding-bottom: clamp(2.7rem, 8vw, 3.8rem);
  }

  .page-rebuild .btn {
    min-height: 3rem;
  }
}

@media (max-width: 720px) {
  .page-home.page-rebuild .broken-featured .work-card .work-media {
    aspect-ratio: 1.08 / 0.84 !important;
  }

  .page-rebuild .work-copy,
  .page-rebuild .contact-card,
  .page-rebuild .hero-stage-note,
  .page-rebuild .metric-card,
  .page-rebuild .service-panel,
  .page-rebuild .process-card,
  .page-rebuild .contact-note,
  .page-rebuild .contact-form-wrap,
  .page-rebuild .editorial-card,
  .page-rebuild .statement-card,
  .page-rebuild .cluster-card,
  .page-rebuild .portfolio-note {
    padding: 1.18rem 1.05rem 1.22rem;
  }

  .page-rebuild .section-head {
    margin-bottom: 1.618rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-rebuild,
  .page-home.page-rebuild .hero-home-rebuild,
  .page-rebuild .page-hero,
  .page-rebuild .section-dark,
  .page-rebuild .cta-panel-strong,
  .page-rebuild .site-footer,
  .page-rebuild .error-section,
  .page-home.page-rebuild .hero-home-rebuild::after,
  .page-rebuild .page-hero::after,
  .page-rebuild .section-dark::after,
  .page-rebuild .cta-panel-strong::after,
  .page-rebuild .site-footer::after,
  .page-rebuild .error-section::after {
    animation: none !important;
  }
}
