@import "tailwindcss" source(none);
@source "../src";
@import "tw-animate-css";

@custom-variant dark (&:is(.dark *));

/*
 * Design system definition.
 *
 * The @theme inline block maps CSS custom properties to Tailwind utility
 * classes (e.g. --color-primary -> bg-primary, text-primary).
 *
 * The :root and .dark blocks define the actual color values using oklch.
 * All colors MUST use oklch format.
 *
 * To add a new semantic color:
 * 1. Add the variable to :root (light value) and .dark (dark value)
 * 2. Register it in @theme inline as --color-<name>: var(--<name>)
 */

@theme inline {
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --radius-2xl: calc(var(--radius) + 8px);
  --radius-3xl: calc(var(--radius) + 12px);
  --radius-4xl: calc(var(--radius) + 16px);
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-destructive-foreground: var(--destructive-foreground);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-ring-offset-background: var(--background);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
}

:root {
  --radius: 0.625rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.129 0.042 264.695);
  --card: oklch(1 0 0);
  --card-foreground: oklch(0.129 0.042 264.695);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(0.129 0.042 264.695);
  --primary: oklch(0.208 0.042 265.755);
  --primary-foreground: oklch(0.984 0.003 247.858);
  --secondary: oklch(0.968 0.007 247.896);
  --secondary-foreground: oklch(0.208 0.042 265.755);
  --muted: oklch(0.968 0.007 247.896);
  --muted-foreground: oklch(0.554 0.046 257.417);
  --accent: oklch(0.968 0.007 247.896);
  --accent-foreground: oklch(0.208 0.042 265.755);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.984 0.003 247.858);
  --border: oklch(0.929 0.013 255.508);
  --input: oklch(0.929 0.013 255.508);
  --ring: oklch(0.704 0.04 256.788);
  --chart-1: oklch(0.646 0.222 41.116);
  --chart-2: oklch(0.6 0.118 184.704);
  --chart-3: oklch(0.398 0.07 227.392);
  --chart-4: oklch(0.828 0.189 84.429);
  --chart-5: oklch(0.769 0.188 70.08);
  --sidebar: oklch(0.984 0.003 247.858);
  --sidebar-foreground: oklch(0.129 0.042 264.695);
  --sidebar-primary: oklch(0.208 0.042 265.755);
  --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
  --sidebar-accent: oklch(0.968 0.007 247.896);
  --sidebar-accent-foreground: oklch(0.208 0.042 265.755);
  --sidebar-border: oklch(0.929 0.013 255.508);
  --sidebar-ring: oklch(0.704 0.04 256.788);
}

.dark {
  --background: oklch(0.129 0.042 264.695);
  --foreground: oklch(0.984 0.003 247.858);
  --card: oklch(0.208 0.042 265.755);
  --card-foreground: oklch(0.984 0.003 247.858);
  --popover: oklch(0.208 0.042 265.755);
  --popover-foreground: oklch(0.984 0.003 247.858);
  --primary: oklch(0.929 0.013 255.508);
  --primary-foreground: oklch(0.208 0.042 265.755);
  --secondary: oklch(0.279 0.041 260.031);
  --secondary-foreground: oklch(0.984 0.003 247.858);
  --muted: oklch(0.279 0.041 260.031);
  --muted-foreground: oklch(0.704 0.04 256.788);
  --accent: oklch(0.279 0.041 260.031);
  --accent-foreground: oklch(0.984 0.003 247.858);
  --destructive: oklch(0.704 0.191 22.216);
  --destructive-foreground: oklch(0.984 0.003 247.858);
  --border: oklch(1 0 0 / 10%);
  --input: oklch(1 0 0 / 15%);
  --ring: oklch(0.551 0.027 264.364);
  --chart-1: oklch(0.488 0.243 264.376);
  --chart-2: oklch(0.696 0.17 162.48);
  --chart-3: oklch(0.769 0.188 70.08);
  --chart-4: oklch(0.627 0.265 303.9);
  --chart-5: oklch(0.645 0.246 16.439);
  --sidebar: oklch(0.208 0.042 265.755);
  --sidebar-foreground: oklch(0.984 0.003 247.858);
  --sidebar-primary: oklch(0.488 0.243 264.376);
  --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
  --sidebar-accent: oklch(0.279 0.041 260.031);
  --sidebar-accent-foreground: oklch(0.984 0.003 247.858);
  --sidebar-border: oklch(1 0 0 / 10%);
  --sidebar-ring: oklch(0.551 0.027 264.364);
}

@layer base {
  * {
    border-color: var(--color-border);
  }

  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
  }
}

/* ==========================================================================
   Logic Workspaces — Locked design (header + hero)
   Mirror of static/index.html + css/style.css. Plain CSS, no Tailwind tokens.
   ========================================================================== */

:root {
  --lw-graphite: #171a1d;
  --lw-hairline: #d8dee5;
  --lw-accent: #1f6fae;
  --lw-accent-hover: #155a8a;
  --lw-menu-bg: #f8f9fa;
  --lw-muted: #6b7280;
  --lw-font: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
}
/* Hero — full-bleed video background with gradient overlay */
.hero {
  position: relative;
  width: 100%;
  min-height: 640px;
  height: 80vh;
  overflow: hidden;
  background: #171a1d;
  font-family: var(--lw-font);
  color: #ffffff;
  display: flex;
  align-items: center;
}
.bold-text-blue
{

    color: #ffffff;
    font-weight: 800;
    /* font-size: 34px; */
    /* border-bottom: 2px solid #1f6fae; */
    text-decoration: underline;
    letter-spacing: 0.05rem;
  
}
@media (min-width: 1024px) {
  .hero { height: 85vh; }
}

.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to top,
    rgba(23, 26, 29, 0.78) 0%,
    rgba(23, 26, 29, 0.45) 55%,
    rgba(23, 26, 29, 0) 100%
  );
  pointer-events: none;
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .hero__inner { padding: 0 24px; }
}

@media (min-width: 1024px) {
  .hero__inner { padding: 0 32px; }
}

.hero__eyebrow {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero__title {
  margin: 0 0 28px;
  max-width: 18ch;
  color: #ffffff;
  /* font-size: clamp(40px, 6vw, 80px); */
  font-size: clamp(40px, 6vw, 60px);
  font-weight: 600;
  /* line-height: 1.05; */
  line-height: 1.3;
  /* letter-spacing: -0.035em; */
  letter-spacing: 0;
}

.hero__desc {
  margin: 0 0 40px;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 640px) {
  .hero__actions { flex-direction: row; gap: 16px; }
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 28px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  white-space: nowrap;
  border: 1px solid transparent;
}

@media (max-width: 639px) {
  .hero__btn { width: 100%; }
}

.hero__btn--primary {
  background: var(--lw-accent-hover);
  color: #ffffff;
  border-color: var(--lw-accent);
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}
.hero__btn--primary:hover {
  background: var(--lw-accent-hover);
  border-color: var(--lw-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 10px 24px -12px rgba(31, 111, 174, 0.55);
}

.hero__btn--ghost {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
}
.hero__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}


/* Section 02 — Positioning (What Is Logic Workspaces) */
.positioning {
  background: #ffffff;
  padding: 72px 0;
  font-family: var(--lw-font);
}
@media (min-width: 768px) { .positioning { padding: 96px 0; } }
@media (min-width: 1024px) { .positioning { padding: 70px 0; } }

.positioning__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: 768px) { .positioning__container { padding: 0 24px; } }
@media (min-width: 1024px) { .positioning__container { padding: 0 32px; } }

.positioning__eyebrow {
  margin: 0 0 28px;
  color: var(--lw-muted);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.2;
}

.positioning__heading {
  margin: 0 0 32px;
  color: var(--lw-graphite);
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
  max-width: 1000px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.positioning__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* max-width: 760px; */
  max-width: 900px;
  margin: 0 auto;
}

.positioning__content p {
  margin: 0;
  color: #4b5563;
  color: #000000;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

/* Principles grid */
.positioning__principles {
  max-width: 1440px;
  margin: 80px auto 0;
  padding: 0 20px;
}
@media (min-width: 768px) { .positioning__principles { padding: 0 40px; margin-top: 104px; } }
@media (min-width: 1024px) { .positioning__principles { padding: 0 56px; margin-top: 70px; } }
@media (min-width: 1280px) { .positioning__principles { padding: 0 72px; } }

.positioning__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 640px) {
  .positioning__grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  .positioning__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: clamp(80px, 8vw, 128px);
  }
}

.positioning__principle {
  position: relative;
  padding: 0;
  text-align: left;
}

.positioning__marker {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 28px;
}

.positioning__number {
  display: inline-block;
  color: rgba(23, 26, 29, 0.18);
  font-size: clamp(64px, 7vw, 96px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
}

.positioning__rule {
  flex: 1;
  height: 1px;
  background: rgba(23, 26, 29, 0.18);
}

.positioning__title {
  margin: 0 0 14px;
  color: var(--lw-graphite);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.positioning__copy {
  margin: 0;
  color: #6b7280;
  font-size: clamp(15px, 1.1vw, 16px);
  font-weight: 400;
  line-height: 1.6;
  max-width: 38ch;
}


/* Section 03 — Product Systems */
.systems {
  background: #ffffff;
  padding: 88px 0 72px;
  font-family: var(--lw-font);
}
@media (min-width: 768px) { .systems { padding: 120px 0 96px; } }
@media (min-width: 1024px) { .systems { padding: 35px 0 120px; } }

.systems__container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) { .systems__container { padding: 0 24px; } }
@media (min-width: 1024px) { .systems__container { padding: 0 32px; } }

.systems__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 48px;
}
@media (min-width: 768px) { .systems__header { margin-bottom: 56px; } }
@media (min-width: 1024px) { .systems__header { margin-bottom: 72px; } }

.systems__eyebrow {
  margin: 0 0 24px;
  color: var(--lw-muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.systems__heading {
  margin: 0 auto 24px;
  max-width: 22ch;
  color: var(--lw-graphite);
  font-size: clamp(40px, 4.4vw, 56px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.systems__intro {
  margin: 0 auto;
  max-width: 640px;
  color: #000000;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.systems__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 640px) {
  .systems__grid { grid-template-columns: repeat(2, 1fr); gap: 40px 32px; }
}
@media (min-width: 1024px) {
  .systems__grid { grid-template-columns: repeat(3, 1fr); gap: 48px 40px; }
}

.systems__panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.systems__link-area {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.systems__media {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid var(--lw-hairline);
  border-radius: 16px;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .systems__media { margin-bottom: 32px; }
}

.systems__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 320ms ease, transform 600ms ease;
}

.systems__img--hover {
  opacity: 0;
  transform: scale(1.02);
}

.systems__link-area:hover .systems__img--default,
.systems__link-area:focus-visible .systems__img--default {
  opacity: 0;
}
.systems__link-area:hover .systems__img--hover,
.systems__link-area:focus-visible .systems__img--hover {
  opacity: 1;
  transform: scale(1);
}

.systems__body {
  padding: 0;
}

.systems__title {
  margin: 0 0 12px;
  color: var(--lw-graphite);
  font-size: clamp(22px, 1.6vw, 26px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.systems__desc {
  margin: 0 0 20px;
  color: #4b5563;
  color: #2b3038;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .systems__desc { font-size: 16px; }
}

.systems__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--lw-graphite);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: color 250ms ease;
}

.systems__arrow {
  display: inline-block;
  transition: transform 250ms ease;
}

.systems__link-area:hover .systems__link,
.systems__link-area:focus-visible .systems__link {
  color: var(--lw-accent);
}
.systems__link-area:hover .systems__arrow,
.systems__link-area:focus-visible .systems__arrow {
  transform: translateX(5px);
}

/* Section 04 — Why It Matters */
.matters {
  background: #ffffff;
  padding: 88px 0;
  font-family: var(--lw-font);
}
@media (min-width: 768px) { .matters { padding: 120px 0; } }
@media (min-width: 1024px) { .matters { padding: 35px 0; } }

.matters__container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
}
@media (min-width: 768px) {
  .matters__container {
    padding: 0 24px;
    grid-template-columns: 5fr 7fr;
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .matters__container { padding: 0 32px; gap: 80px; }
}

.matters__left {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .matters__left {
    position: sticky;
    top: 120px;
    align-self: start;
  }
}

.matters__eyebrow {
  margin: 0;
  color: var(--lw-muted);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.matters__heading {
  margin: 0;
  max-width: 16ch;
  color: var(--lw-graphite);
  font-size: clamp(40px, 4.4vw, 54px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.025em;
}

.matters__intro {
  margin: 0;
  max-width: 420px;
  color: #000000;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.matters__right {
  list-style: none;
  margin: 0;
  padding: 0;
}

.matters__principle {
  opacity: 0.85;
  transition: opacity 280ms ease;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .matters__principle { padding-bottom: 0px; margin-bottom: 56px; }
}
@media (min-width: 1024px) {
  .matters__principle { padding-bottom: 0px; margin-bottom: 64px; }
}
.matters__principle:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.matters__principle.is-active {
  opacity: 1;
}

.matters__number {
  margin: 0 0 20px;
  color: #c8ccd1;
  font-size: clamp(48px, 4.6vw, 64px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: color 280ms ease;
}
.matters__principle.is-active .matters__number {
  color: var(--lw-accent);
}

.matters__title {
  margin: 0 0 16px;
  color: var(--lw-graphite);
  font-size: clamp(28px, 2.2vw, 32px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

.matters__desc {
  margin: 0;
  max-width: 56ch;
  color: #4b5563;
  color: #2b3038;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.7;
}

.matters__divider {
  border: 0;
  border-top: 1px solid var(--lw-hairline);
  margin: 48px 0 0;
}
@media (min-width: 768px) { .matters__divider { margin-top: 56px; } }
@media (min-width: 1024px) { .matters__divider { margin-top: 64px; } }


/* ==========================================================================
   Section 05 — Featured Products
   Centered intro + full-image stacked product panels (CSS sticky stack).
   ========================================================================== */

.featured {
  background: var(--lw-menu-bg, #f8f9fa);
  padding: 88px 0 0;
}
@media (min-width: 768px) { .featured { padding: 120px 0 0; } }
@media (min-width: 1024px) { .featured { padding: 70px 0 0; } }

.featured__intro {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px 64px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media (min-width: 768px) { .featured__intro { padding: 0 24px 80px; } }
@media (min-width: 1024px) { .featured__intro { padding: 0 32px 96px; } }

.featured__eyebrow {
  margin: 0;
  color: var(--lw-muted, #6b7280);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.featured__heading {
  margin: 0;
  color: var(--lw-graphite);
  font-size: clamp(40px, 4.8vw, 56px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.featured__lede {
  margin: 0;
  color: #4b5563;
  font-size: clamp(17px, 1.3vw, 19px);
  font-weight: 400;
  line-height: 1.6;
}

.featured-stack {
  position: relative;
  padding: 0 16px 88px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .featured-stack { padding: 0 24px 120px; gap: 0; }
}
@media (min-width: 1024px) {
  .featured-stack { padding: 0 32px 70px; }
}

.featured-panel {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  max-height: 90vh;
  isolation: isolate;
}
@media (min-width: 768px) {
  .featured-panel {
    position: sticky;
    top: 100px;
    aspect-ratio: auto;
    max-height: none;
    height: min(88vh, 880px);
  }
}
@media (min-width: 1024px) {
  .featured-panel { height: min(100vh, 920px); }
}

.featured-panel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  transition: transform 480ms ease;
}
.featured-panel:hover .featured-panel__image { transform: scale(1.015); }

.featured-panel__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.2) 38%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
}

.featured-panel__content {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  color: #ffffff;
  max-width: 620px;
      /* background: linear-gradient(45deg, #00000038, transparent);
      background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(0, 0, 0, 0) 100%
); */
    backdrop-filter: blur(00px);
}
@media (min-width: 768px) { .featured-panel__content { padding: 40px; gap: 18px; } }
@media (min-width: 1024px) { .featured-panel__content { padding: 56px; gap: 20px; } }

.featured-panel__num {
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.85);
}

.featured-panel__name {
  margin: 0;
  font-size: clamp(32px, 4.4vw, 56px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.featured-panel__desc {
  margin: 0;
  max-width: 540px;
  font-size: clamp(17px, 1.3vw, 20px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.92);
}

.featured-panel__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}

.featured-panel__arrow {
  display: inline-block;
  transition: transform 200ms ease;
}
.featured-panel__link:hover .featured-panel__arrow { transform: translateX(4px); }

@media (prefers-reduced-motion: reduce) {
  
  .featured-panel__arrow { transition: none; }
  .featured-panel:hover .featured-panel__image { transform: none; }
}

/* ==========================================================================
   SECTION 06 — SOLUTIONS BY SPACE (Expanding Cards Explorer)
   ========================================================================== */

.solutions {
  padding: 70px 0 70px;
  background: #ffffff;
}

.solutions__intro {
  max-width: 760px;
  margin: 0 auto 96px;
  padding: 0 24px;
  text-align: center;
}

.solutions__eyebrow {
  margin: 0 0 24px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.2;
}

.solutions__heading {
  margin: 0 0 24px;
  color: var(--lw-graphite, #171a1d);
  font-size: clamp(40px, 5.6vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.solutions__lede {
  margin: 0 auto;
  max-width: 640px;
  color: #4b5563;
  font-size: clamp(17px, 1.3vw, 19px);
  font-weight: 400;
  line-height: 1.6;
}

.solutions-explorer {
  display: flex;
  width: 100%;
  height: clamp(560px, 78vh, 760px);
  padding: 0 24px;
  gap: 4px;
  max-width: 1600px;
  margin: 0 auto;
}

.space-card {
  position: relative;
  flex: 1 1 0;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  transition: flex-grow 420ms ease-out;
  outline: none;
}

.space-card--active { flex-grow: 8; }

.space-card:focus-visible {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px var(--color-accent, #1f6fae);
}

.space-card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease-out, filter 420ms ease-out;
  transform: scale(1.04);
  filter: brightness(0.62) saturate(0.85);
  z-index: 0;
}

.space-card--active .space-card__image {
  transform: scale(1);
  filter: brightness(0.92) saturate(1);
}

.space-card__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.1) 40%,
    rgba(0, 0, 0, 0.7) 100%
  );
  opacity: 0;
  transition: opacity 420ms ease-out;
}

.space-card--active .space-card__overlay { opacity: 1; }

.space-card__inactive {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  pointer-events: none;
  opacity: 1;
  transition: opacity 240ms ease-out;
}

.space-card--active .space-card__inactive { opacity: 0; }

.space-card__num-inactive {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(28px, 2.4vw, 36px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.space-card__title-vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  white-space: nowrap;
}

.space-card__active {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(28px, 3.2vw, 48px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #ffffff;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms ease-out 80ms, transform 420ms ease-out 80ms;
  pointer-events: none;
}

.space-card--active .space-card__active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.space-card__num {
  font-size: clamp(40px, 4.4vw, 64px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.88);
  font-variant-numeric: tabular-nums;
  margin-bottom: 4px;
}

.space-card__name {
  margin: 0;
  font-size: clamp(32px, 3.6vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.space-card__desc {
  margin: 0;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.55;
}

.space-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  align-self: flex-start;
}

.space-card__arrow {
  display: inline-block;
  transition: transform 200ms ease;
}

.space-card__link:hover .space-card__arrow { transform: translateX(4px); }

@media (max-width: 1024px) {
  .solutions { padding: 112px 0; }
  .solutions__intro { margin-bottom: 64px; }
  .solutions-explorer {
    height: clamp(480px, 70vh, 620px);
    gap: 3px;
  }
  .space-card--active { flex-grow: 6; }
  .space-card__title-vertical { font-size: 12px; letter-spacing: 0.2em; }
}

@media (max-width: 720px) {
  .solutions { padding: 88px 0; }
  .solutions__intro { margin-bottom: 48px; padding: 0 20px; }

  .solutions-explorer {
    flex-direction: column;
    height: auto;
    gap: 12px;
    padding: 0 16px;
  }

  .space-card,
  .space-card--active {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
  }

  .space-card__image {
    transform: scale(1);
    filter: brightness(0.85) saturate(1);
  }

  .space-card__overlay { opacity: 1; }
  .space-card__inactive { display: none; }

  .space-card__active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 24px;
    gap: 12px;
  }

  .space-card__num { font-size: 36px; }
  .space-card__name { font-size: 28px; }
  .space-card__desc { font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .space-card,
  .space-card__image,
  .space-card__overlay,
  .space-card__inactive,
  .space-card__active,
  .space-card__arrow {
    transition: none;
  }
  .space-card__image { transform: none; }
}

/* ==========================================================================
   Section 07 — Design Approach (pinned background + chapter reveal)
   ========================================================================== */

.approach {
  position: relative;
  width: 100%;
  background: #0e1012;
}

.approach__track {
  position: relative;
  height: 400vh;
}

.approach__stage {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.approach__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 1;
}


.approach__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.28) 35%, rgba(0, 0, 0, 0.45) 100%),
    radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.35) 100%);
  pointer-events: none;
}

/* Intro card sits above the first chapter */
.approach__intro {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 24px;
  z-index: 3;
  pointer-events: none;
}

.approach__eyebrow {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.approach__lede {
  margin: 0;
  max-width: 860px;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(20px, 2.1vw, 28px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.005em;
}

/* Each chapter occupies one viewport, anchored mid-screen */
.approach__chapter {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}

.approach__chapter-inner {
  max-width: 900px;
  padding: 0 24px;
  text-align: center;
  color: #fff;
}


.approach__index {
  display: block;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.32em;
  font-variant-numeric: tabular-nums;
}

.approach__title {
  margin: 0 0 28px;
  font-size: clamp(44px, 5.2vw, 80px);
  font-weight: 600;
  line-height: 1.05;
  /* letter-spacing: -0.025em; */
  letter-spacing: 0.1rem;
}

.approach__statement {
  margin: 0 auto 20px;
  max-width: 720px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 1.8vw, 26px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.005em;
}

.approach__copy {
  margin: 0 auto;
  max-width: 580px;
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(15px, 1.05vw, 17px);
  font-weight: 400;
  line-height: 1.65;
}

@media (max-width: 720px) {
  .approach__track { height: 360vh; }
  .approach__intro { height: 70vh; }
  .approach__title { margin-bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  .approach__bg,
  .approach__chapter-inner {
    transition: none !important;
    transform: none !important;
  }
}

/* ==========================================================================
   MARQUEE TRANSITION
   ========================================================================== */

.marquee {
  width: 100%;
  background: var(--color-white);
  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
  padding: clamp(38px, 7vw, 46px) 0;
  display: flex;
  align-items: center;
}

.marquee__row {
  width: 100%;
  overflow: hidden;
}

.marquee__track {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  will-change: transform;
  animation: marquee-ltr 48s linear infinite;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

.marquee__item {
  display: inline-flex;
  align-items: center;
  color: var(--color-graphite);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: clamp(24px, 3.4vw, 44px);
  letter-spacing: -0.01em;
  line-height: 1.2;
  opacity: 0.85;
}

/* Subtle opacity variation for editorial rhythm */
.marquee__item:nth-child(3n) { opacity: 0.45; }
.marquee__item:nth-child(3n + 1) { opacity: 1; }
.marquee__item:nth-child(3n + 2) { opacity: 0.7; }

.marquee__word {
  padding: 0 clamp(20px, 2.4vw, 40px);
}

.marquee__dot {
  color: #d1d5db;
  font-size: 0.5em;
}

@keyframes marquee-ltr {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__track {
    animation: none !important;
    transform: none !important;
  }
}

/* ==========================================================================
   FINAL CTA
   ========================================================================== */

.final-cta {
  background: var(--color-white);
  padding:70px 24px;
}

.final-cta__inner {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
  min-height: 480px;
}

@media (min-width: 1024px) {
  .final-cta__inner {
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: clamp(56px, 7vw, 96px);
    align-items: center;
  }
}

.final-cta__media {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

@media (min-width: 1024px) {
  .final-cta__media {
    aspect-ratio: auto;
    height: clamp(440px, 42vw, 520px);
  }
}

.final-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 800ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.final-cta__media:hover .final-cta__image {
  transform: scale(1.03);
}

.final-cta__content {
  position: relative;
  z-index: 2;
  max-width: 520px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.final-cta__eyebrow {
  margin: 0 0 clamp(16px, 1.6vw, 20px);
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.final-cta__headline {
  margin: 0;
  color: var(--color-graphite);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
  max-width: 520px;
  opacity: 1;
  transform: translate3d(0, 12px, 0);
  transition:
    opacity 700ms cubic-bezier(0.22, 0.61, 0.36, 1),
    transform 700ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.final-cta__headline.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.final-cta__copy {
  margin: 24px 0 0;
  max-width: 500px;
  color: #6b7280;
  color: #000000;
  font-size: clamp(15px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.65;
}

.final-cta__actions {
  margin-top: 32px;
}


@media (prefers-reduced-motion: reduce) {
  .final-cta__headline {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .final-cta__media:hover .final-cta__image {
    transform: none;
  }
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */

/* .site-footer {
  background: #0F172A;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.site-footer__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(35px, 10vw, 70px) 20px 48px;
}

@media (min-width: 768px) {
  .site-footer__inner { padding-left: 24px; padding-right: 24px; }
}
@media (min-width: 1024px) {
  .site-footer__inner { padding-left: 32px; padding-right: 32px; }
}

.site-footer__statement {
  margin: 0 0 clamp(35px, 7vw, 70px);
  max-width: 900px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.site-footer__divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: clamp(56px, 7vw, 70px) 0;
}

@media (min-width: 640px) {
  .site-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 48px; }
}

@media (min-width: 1024px) {
  .site-footer__grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 48px;
  }
}

.site-footer__col-heading {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.site-footer__list--contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.5;
}

.site-footer__list--contact svg {
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  transition: color 200ms ease;
}

.site-footer__link:hover { color: #ffffff; }

.site-footer__link-arrow {
  transition: transform 220ms ease;
}

.site-footer__link--view-all {
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__link--view-all:hover .site-footer__link-arrow {
  transform: translate(2px, -2px);
}

.site-footer__col--contact { grid-column: auto; }

@media (min-width: 640px) and (max-width: 1023px) {
  .site-footer__col--contact { grid-column: 1 / -1; }
}

.site-footer__cta {
  margin-top: 28px;
  display: inline-flex;
}

@media (max-width: 639px) {
  .site-footer__cta { width: 100%; }
}

.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 32px;
}

@media (min-width: 768px) {
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }
}

.site-footer__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
}

.site-footer__wordmark {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.site-footer__bottom-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.site-footer__link--meta {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer__link--meta:hover { color: #ffffff; }

.site-footer__socials {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-left: 4px;
}

.site-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  transition: color 200ms ease, background-color 200ms ease;
}

.site-footer__social:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
} */

.site-footer {
  --footer-accent: #1f6fae;
  background: #000000;
  color: rgba(255, 255, 255, 0.7);
  /* font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; */
}

.site-footer *,
.site-footer *::before,
.site-footer *::after { box-sizing: border-box; }

.site-footer a { text-decoration: none; color: inherit; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }

.site-footer__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: clamp(50px, 11vw, 70px) 20px 16px;
}
@media (min-width: 768px) {
  .site-footer__inner { padding-left: 32px; padding-right: 32px; }
}
@media (min-width: 1024px) {
  .site-footer__inner { padding-left: 48px; padding-right: 48px; }
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
@media (min-width: 1024px) {
  .site-footer__grid { grid-template-columns: 58fr 42fr; gap: 80px; }
}

.site-footer__hairline {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
}
.site-footer__hairline--bottom { margin-top: clamp(5px, 9vw, 70px); }

/* Left */
.site-footer__heading {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(56px, 11vw, 110px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.site-footer__lede {
  margin: 16px 0 0;
  max-width: 520px;
  color: rgb(255, 255, 255);
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.6;
}

.site-footer__cta { margin-top: 16px; display: inline-flex; }

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  background: var(--lw-accent-hover);
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: background-color 200ms ease;
}
.footer-btn:hover { background: #155a8a; }

.site-footer__follow { margin-top: clamp(16px, 7vw, 30px); }

.site-footer__eyebrow {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
}

.site-footer__follow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px 10px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
color: rgba(255, 255, 255, 0.916) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1;
  transition: border-color 220ms ease, background-color 220ms ease, color 220ms ease;
}
.site-footer__pill:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.05);
}

.site-footer__pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--footer-accent);
}
.site-footer__pill-icon { opacity: 0.8; }

/* Right */
.site-footer__contact-list {
  margin: 20px 0 0 !important;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.site-footer__contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.site-footer__contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.85);
  flex-shrink: 0;
}

.site-footer__contact-link {
  color: rgb(255, 255, 255) !important;
  font-size: 16px;
  line-height: 1.5;
  transition: color 200ms ease;
}
a.site-footer__contact-link:hover { color: #ffffff; }

/* Bottom */
.site-footer__bottom {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.site-footer__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
}
.developed-by-text
{
    margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  letter-spacing: 0.02em;
  text-align: center;
}

/* Touch-tap hover swap for product systems */
.systems__panel.is-active .systems__img--default { opacity: 0; }
.systems__panel.is-active .systems__img--hover { opacity: 1; transform: scale(1); }

/* ==========================================================================
   HOME PAGE — RESPONSIVE (desktop ≥1200px unchanged)
   Breakpoints start from 1199px downward.
   Shared heading class: .section-title
   ========================================================================== */

/* Shared section title — desktop keeps existing per-section sizes */
.section-title {
  /* intentionally empty at desktop; sizes live on section heading classes */
}

/* --------------------------------------------------------------------------
   ≤1199px — tablet landscape / ~992–1199
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  .hero {
    height: 75vh;
    min-height: 560px;
  }

  .hero__inner,
  .positioning__container,
  .positioning__principles,
  .systems__container,
  .matters__container,
  .featured__intro,
  .featured-stack,
  .solutions__intro,
  .solutions-explorer,
  .final-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .positioning,
  .systems,
  .matters,
  .featured,
  .solutions,
  .final-cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .featured {
    padding-bottom: 0;
  }

  .featured-stack {
    padding-bottom: 64px;
  }

  .systems__grid {
    gap: 40px 28px;
  }

  .matters__container {
    gap: 56px;
  }

  .solutions-explorer {
    height: clamp(520px, 72vh, 680px);
  }

  .space-card--active {
    flex-grow: 6;
  }

  .approach__lede {
    max-width: 720px;
    font-size: clamp(18px, 2vw, 24px);
  }

  .approach__title {
    font-size: clamp(40px, 5vw, 64px);
  }

  .final-cta__inner {
    gap: 40px;
  }
}

/* --------------------------------------------------------------------------
   ≤991px — tablet / ~768–991
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  .hero {
    height: auto;
    min-height: 520px;
    padding: 100px 0 72px;
  }

  .hero__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__title {
    max-width: 16ch;
    font-size: clamp(36px, 5.5vw, 48px);
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .hero__eyebrow {
    margin-bottom: 18px;
  }

  .section-title {
    font-size: clamp(30px, 4vw, 40px);
    line-height: 1.15;
    max-width: none;
  }

  .positioning,
  .systems,
  .matters,
  .featured,
  .solutions,
  .final-cta {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .featured {
    padding-bottom: 0;
  }

  .featured-stack {
    padding-bottom: 56px;
  }

  .positioning__container,
  .systems__header,
  .featured__intro,
  .solutions__intro {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .positioning__content,
  .systems__intro,
  .featured__lede,
  .solutions__lede {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .positioning__heading,
  .systems__heading,
  .featured__heading,
  .solutions__heading {
    margin-left: 0;
    margin-right: 0;
  }

  .positioning__principles {
    margin-top: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .positioning__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .positioning__number {
    font-size: clamp(48px, 8vw, 72px);
  }

  .systems__header {
    margin-bottom: 40px;
  }

  .systems__grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px 24px;
  }

  .matters__container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .matters__left {
    position: static;
  }

  .matters__heading {
    max-width: none;
  }

  .matters__principle {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .matters__divider {
    margin-top: 40px;
  }

  .featured__intro {
    padding: 0 20px 40px;
    gap: 16px;
  }

  .featured-stack {
    padding-left: 16px;
    padding-right: 16px;
    gap: 16px;
  }

  .featured-panel {
    position: relative;
    top: auto;
    height: auto;
    aspect-ratio: 4 / 5;
    max-height: none;
  }

  .featured-panel__content {
    padding: 28px;
    gap: 12px;
  }

  .solutions__intro {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solutions-explorer {
    flex-direction: column;
    height: auto;
    gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .space-card,
  .space-card--active {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
  }

  .space-card__image {
    transform: scale(1);
    filter: brightness(0.85) saturate(1);
  }

  .space-card__overlay {
    opacity: 1;
  }

  .space-card__inactive {
    display: none;
  }

  .space-card__active {
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 24px;
    gap: 12px;
  }

  /* Design Approach — keep desktop sticky chapter behavior; scale type only */
  .approach__track {
    height: 400vh;
  }

  .approach__stage {
    position: sticky;
    top: 0;
    height: 100vh;
  }

  .approach__intro {
    height: 80vh;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .approach__eyebrow {
    margin-bottom: 20px;
    letter-spacing: 0.22em;
  }

  .approach__lede {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
  }

  .approach__chapter {
    height: 100vh;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
  }

  .approach__chapter-inner {
    max-width: 640px;
    padding: 0;
    text-align: center;
  }

  .approach__title {
    font-size: clamp(36px, 8vw, 52px);
    margin-bottom: 20px;
    letter-spacing: 0.06em;
  }

  .approach__statement {
    margin: 0 auto;
    max-width: 520px;
    font-size: 16px;
    line-height: 1.5;
  }

  .bold-text-blue {
    letter-spacing: 0.02em;
  }

  .final-cta {
    padding: 56px 20px;
  }

  .final-cta__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
  }

  .final-cta__media {
    aspect-ratio: 4 / 3;
    height: auto;
  }

  .final-cta__content {
    max-width: none;
    align-items: flex-start;
    text-align: left;
  }

  .final-cta__headline {
    max-width: none;
  }

  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .site-footer__heading {
    font-size: clamp(48px, 10vw, 80px);
  }
}

/* --------------------------------------------------------------------------
   ≤767px — large phone / ~577–767
   -------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .hero {
    min-height: 480px;
    padding: 88px 0 56px;
  }

  .hero__title {
    font-size: 34px;
    line-height: 1.25;
    max-width: none;
    margin-bottom: 20px;
  }

  .hero__actions {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .hero__btn {
    width: 100%;
  }

  .section-title {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }

  .positioning,
  .systems,
  .matters,
  .featured,
  .solutions,
  .final-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .featured {
    padding-bottom: 0;
  }

  .featured-stack {
    padding-bottom: 48px;
    gap: 12px;
  }

  .positioning__eyebrow,
  .systems__eyebrow,
  .matters__eyebrow,
  .featured__eyebrow,
  .solutions__eyebrow,
  .final-cta__eyebrow,
  .approach__eyebrow {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: 0.14em;
  }

  .positioning__heading {
    margin-bottom: 20px;
  }

  .positioning__content p,
  .systems__intro,
  .matters__intro,
  .matters__desc,
  .systems__desc,
  .final-cta__copy {
    font-size: 15px;
    line-height: 1.65;
  }

  .positioning__principles {
    margin-top: 36px;
  }

  .positioning__grid {
    gap: 32px;
  }

  .positioning__marker {
    margin-bottom: 16px;
    gap: 14px;
  }

  .positioning__number {
    font-size: 48px;
  }

  .positioning__title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .positioning__copy {
    font-size: 14px;
    max-width: none;
  }

  .systems__header {
    margin-bottom: 32px;
  }

  .systems__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .systems__media {
    aspect-ratio: 4 / 5;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .systems__title {
    font-size: 20px;
  }

  .matters__left {
    gap: 20px;
  }

  .matters__number {
    font-size: 40px;
    margin-bottom: 12px;
  }

  .matters__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .matters__principle {
    margin-bottom: 32px;
  }

  .matters__divider {
    margin-top: 32px;
  }

  .featured__intro {
    padding-bottom: 32px;
  }

  .featured-panel {
    border-radius: 18px;
    aspect-ratio: 3 / 4;
  }

  .featured-panel__name {
    font-size: 28px;
  }

  .featured-panel__desc {
    font-size: 15px;
  }

  .featured-panel__content {
    padding: 24px;
  }

  .solutions__intro {
    margin-bottom: 32px;
  }

  .space-card,
  .space-card--active {
    aspect-ratio: 4 / 5;
  }

  .space-card__name {
    font-size: 24px;
  }

  .space-card__desc {
    font-size: 14px;
  }

  .approach__track {
    /* stage (70vh) + 3 chapters (70vh each) = 280vh — matches flow, no empty black tail */
    height: 280vh;
  }

  .approach__stage {
    height: 70vh;
    /* allow bg/overlay to continue below the 70vh panel and fill the viewport */
    overflow: visible;
  }

  /* Fill the full phone screen behind chapters so the lower band isn’t empty black */
  .approach__bg,
  .approach__overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    height: 100vh;
    height: 100dvh;
  }

  .approach__intro {
    height: 70vh;
    padding: 0 16px;
  }

  .approach__lede {
    font-size: 17px;
  }

  .approach__chapter {
    height: 70vh;
    padding: 0 16px;
  }

  .approach__title {
    font-size: clamp(32px, 9vw, 40px);
    margin-bottom: 16px;
  }

  .approach__statement {
    font-size: 15px;
  }

  .approach__index {
    margin-bottom: 8px;
    letter-spacing: 0.2em;
  }

  .final-cta {
    padding: 48px 20px;
  }

  .final-cta__media {
    border-radius: 18px;
  }

  .final-cta__actions {
    margin-top: 24px;
    width: 100%;
  }

  .final-cta__actions .hero__btn {
    width: 100%;
  }

  .site-footer__inner {
    padding-top: 48px;
    padding-bottom: 16px;
  }

  .site-footer__heading {
    font-size: 48px;
  }

  .site-footer__lede {
    font-size: 15px;
  }
}

/* --------------------------------------------------------------------------
   ≤576px — mobile
   -------------------------------------------------------------------------- */
@media (max-width: 576px) {
  .hero {
    min-height: 440px;
    padding: 80px 0 48px;
  }

  .hero__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero__title {
    font-size: 34px;
  }

  .hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.14em;
    margin-bottom: 14px;
  }

  .section-title {
    font-size: 28px;
  }

  .positioning,
  .systems,
  .matters,
  .featured,
  .solutions,
  .final-cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .featured {
    padding-bottom: 0;
  }

  .featured-stack {
    padding: 0 12px 40px;
  }

  .positioning__container,
  .systems__container,
  .matters__container,
  .featured__intro,
  .solutions__intro,
  .positioning__principles {
    padding-left: 16px;
    padding-right: 16px;
  }

  .positioning__principles {
    margin-top: 28px;
  }

  .positioning__grid {
    gap: 28px;
  }

  .systems__media {
    border-radius: 12px;
  }

  .featured-panel {
    border-radius: 16px;
  }

  .featured-panel__content {
    padding: 20px;
    max-width: none;
  }

  .solutions-explorer {
    padding-left: 12px;
    padding-right: 12px;
    gap: 10px;
  }

  .space-card,
  .space-card--active {
    border-radius: 14px;
  }

  .space-card__active {
    padding: 20px;
  }

  .approach__intro {
    height: 70vh;
    padding: 0 16px;
  }

  .approach__stage {
    height: 70vh;
    overflow: visible;
  }

  .approach__bg,
  .approach__overlay {
    height: 100vh;
    height: 100dvh;
  }

  .approach__chapter {
    height: 70vh;
  }

  .approach__track {
    height: 280vh;
  }

  .approach__lede {
    font-size: 16px;
  }

  .approach__title {
    font-size: 34px;
    margin-bottom: 14px;
  }

  .approach__statement {
    font-size: 14px;
  }

  .final-cta {
    padding: 40px 16px;
  }

  .final-cta__copy {
    margin-top: 16px;
  }

  .final-cta__actions {
    margin-top: 20px;
  }

  .site-footer__inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-footer__heading {
    font-size: 42px;
  }

  .site-footer__follow-list {
    gap: 8px;
  }

  .site-footer__pill {
    padding: 8px 14px 8px 12px;
    font-size: 11px;
  }

  .footer-btn {
    width: 100%;
  }
  
  .hero__btn {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }
  .display-none-mobile
  {
    display: none;
  }
  .featured-panel__image
  {
      object-fit: cover;
  object-position: right center;
  }
  .site-footer__bottom
  {
    flex-direction: column;
    justify-content: center;
  }
}

/* --------------------------------------------------------------------------
   ≤360px — small mobile
   -------------------------------------------------------------------------- */
@media (max-width: 360px) {
  .hero__title {
    font-size: 30px;
  }

  .section-title {
    font-size: 26px;
  }

  .hero__btn {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }

  .positioning,
  .systems,
  .matters,
  .featured,
  .solutions,
  .final-cta {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured {
    padding-bottom: 0;
  }

  .featured-stack {
    padding-bottom: 36px;
  }

  .approach__stage,
  .approach__intro,
  .approach__chapter {
    height: 70vh;
  }

  .approach__track {
    height: 280vh;
  }

  .approach__bg,
  .approach__overlay {
    height: 100vh;
    height: 100dvh;
  }

  .approach__title {
    font-size: 30px;
  }

  .approach__lede {
    font-size: 15px;
  }

  .site-footer__heading {
    font-size: 36px;
  }
}
