:root {
  --ink-950: #071824;
  --ink-900: #0b2233;
  --ink-850: #102c40;
  --ink-800: #143750;
  --sand-100: #f8f0e2;
  --sand-200: #f0dfc2;
  --mist-100: rgba(255, 255, 255, 0.84);
  --mist-200: rgba(255, 255, 255, 0.64);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.22);
  --text: #f4f8fb;
  --muted: #a7c7d9;
  --muted-strong: #c5dceb;
  --aqua: #39b5f2;
  --seafoam: #5ef0d0;
  --leaf: #8bea8b;
  --sun: #ffcb7a;
  --coral: #ff8d78;
  --harding-black: #12100d;
  --harding-gold: #8f6a2b;
  --harding-gold-soft: #c6a15a;
  --shadow-xl: 0 36px 90px rgba(3, 14, 22, 0.45);
  --shadow-lg: 0 24px 60px rgba(3, 14, 22, 0.34);
  --shadow-md: 0 18px 36px rgba(3, 14, 22, 0.24);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: min(1180px, calc(100vw - 2rem));
}

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

html {
  scroll-behavior: smooth;
  background: #071824;
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background: transparent;
  line-height: 1.6;
  overflow-x: hidden;
}

body[data-menu-open="true"] {
  overflow: hidden;
}

body[data-language-animating="true"] {
  overflow: hidden;
}

.page-video,
.page-backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.page-video {
  overflow: hidden;
  z-index: -5;
}

.page-video-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(8px) saturate(1.15) brightness(0.46) contrast(1.05);
  transform: scale(1.08);
  opacity: 0.96;
}

.page-backdrop {
  z-index: -4;
  background:
    radial-gradient(circle at 12% 12%, rgba(57, 181, 242, 0.12), transparent 20%),
    radial-gradient(circle at 84% 16%, rgba(94, 240, 208, 0.1), transparent 18%),
    radial-gradient(circle at 50% 82%, rgba(255, 141, 120, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(7, 24, 36, 0.56) 0%, rgba(11, 34, 51, 0.56) 40%, rgba(8, 21, 31, 0.7) 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 88%);
  opacity: 0.4;
  pointer-events: none;
  z-index: -3;
}

.page-noise {
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.12) 1px, transparent 0);
  background-size: 16px 16px;
  opacity: 0.05;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: -2;
}

.page-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.55;
  pointer-events: none;
  z-index: -1;
}

.orb-one {
  top: 5rem;
  left: -8rem;
  width: 24rem;
  height: 24rem;
  background: rgba(57, 181, 242, 0.2);
  animation: drift 18s ease-in-out infinite;
}

.orb-two {
  top: 24rem;
  right: -8rem;
  width: 22rem;
  height: 22rem;
  background: rgba(94, 240, 208, 0.16);
  animation: drift 22s ease-in-out infinite reverse;
}

.orb-three {
  bottom: 8rem;
  left: 32%;
  width: 20rem;
  height: 20rem;
  background: rgba(255, 141, 120, 0.14);
  animation: drift 20s ease-in-out infinite;
}

.language-transition {
  position: fixed;
  inset: 0;
  z-index: 180;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body[data-language-animating="true"] .language-transition {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.transition-wave {
  position: absolute;
  top: -12vh;
  left: 0;
  width: 140vw;
  height: 124vh;
  transform: translateX(-165vw) scaleY(0.96);
  will-change: transform;
}

.transition-wave::before,
.transition-wave::after {
  content: "";
  position: absolute;
  right: -14vw;
  background: inherit;
}

.transition-wave::before {
  top: -6vh;
  width: 28vw;
  height: 46vh;
  border-radius: 54% 46% 50% 50%;
}

.transition-wave::after {
  right: -8vw;
  bottom: -10vh;
  width: 34vw;
  height: 58vh;
  border-radius: 52% 48% 44% 56%;
}

.transition-wave-back {
  background: linear-gradient(135deg, #0a2132 0%, #12344b 100%);
  opacity: 0.88;
  border-radius: 0 38% 44% 0 / 0 34% 66% 0;
}

.transition-wave-mid {
  background: linear-gradient(135deg, rgba(29, 124, 184, 0.96) 0%, rgba(14, 79, 126, 0.98) 100%);
  opacity: 0.94;
  border-radius: 0 42% 40% 0 / 0 38% 62% 0;
}

.transition-wave-front {
  background: linear-gradient(135deg, rgba(94, 240, 208, 0.94) 0%, rgba(57, 181, 242, 0.98) 100%);
  box-shadow: 0 0 90px rgba(57, 181, 242, 0.24);
  border-radius: 0 46% 36% 0 / 0 42% 58% 0;
}

body[data-language-animating="true"] .transition-wave-back {
  animation: languageWave 1500ms cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

body[data-language-animating="true"] .transition-wave-mid {
  animation: languageWave 1500ms cubic-bezier(0.77, 0, 0.18, 1) 100ms forwards;
}

body[data-language-animating="true"] .transition-wave-front {
  animation: languageWave 1500ms cubic-bezier(0.77, 0, 0.18, 1) 200ms forwards;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
  touch-action: manipulation;
}

input,
textarea,
select {
  width: 100%;
  font-size: 1rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 1rem 1.05rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

input::placeholder,
textarea::placeholder {
  color: rgba(197, 220, 235, 0.7);
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(94, 240, 208, 0.6);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(57, 181, 242, 0.12);
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--muted-strong) 50%),
    linear-gradient(135deg, var(--muted-strong) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 4px),
    calc(100% - 16px) calc(50% - 4px);
  background-size: 6px 6px;
  background-repeat: no-repeat;
}

textarea {
  resize: vertical;
  min-height: 8rem;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

section[id] {
  scroll-margin-top: 6.5rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(7, 24, 36, 0.68);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}

.header-shell {
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.site-header .brand {
  position: static;
  max-width: none;
  padding: 0;
  transform: none;
  background: none;
  border: 0;
  backdrop-filter: none;
  box-shadow: none;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
}

.brand-copy {
  display: grid;
  gap: 0.1rem;
}

.brand-copy strong,
.section-title-row h2,
.hero-copy h1,
.section-heading h2,
.impact-copy h2,
.brief-copy h2 {
  font-family: "Sora", sans-serif;
}

.brand-copy strong {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.brand-copy span,
.footer-note,
.footer-meta p,
.section-copy,
.story-panel p,
.impact-copy p,
.browser-copy,
.brief-feedback {
  color: var(--muted);
}

.site-nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.site-nav a,
.lang-toggle,
.eyebrow,
.micro-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  color: var(--muted-strong);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--seafoam), transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.lang-toggle,
.menu-toggle {
  cursor: pointer;
}

.lang-toggle {
  position: relative;
  min-height: 2.9rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(94, 240, 208, 0.28);
  color: var(--text);
  background: linear-gradient(135deg, rgba(57, 181, 242, 0.18), rgba(94, 240, 208, 0.12));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body[data-language-cue="true"] .lang-toggle {
  border-color: rgba(94, 240, 208, 0.72);
  box-shadow:
    0 16px 32px rgba(57, 181, 242, 0.18),
    0 0 0 1px rgba(94, 240, 208, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  animation: languageToggleFloat 1800ms ease-in-out infinite;
}

body[data-language-cue="true"] .lang-toggle::before {
  content: "";
  position: absolute;
  inset: -0.45rem;
  border-radius: inherit;
  border: 1px solid rgba(94, 240, 208, 0.34);
  opacity: 0;
  animation: languageCuePulse 1800ms ease-out infinite;
}

body[data-language-cue="true"] .lang-toggle::after {
  content: "EN / ES";
  position: absolute;
  right: 50%;
  bottom: calc(100% + 0.7rem);
  min-height: 1.95rem;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(8, 24, 35, 0.96), rgba(16, 44, 64, 0.92));
  box-shadow: 0 16px 28px rgba(3, 14, 22, 0.24);
  color: var(--sand-100);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  white-space: nowrap;
  transform: translateX(50%);
  animation: languageCueBadge 1800ms ease-in-out infinite;
}

.lang-toggle:hover,
.lang-toggle:focus-visible,
.menu-toggle:hover,
.menu-toggle:focus-visible,
.button:hover,
.button:focus-visible,
.copy-chip:hover,
.copy-chip:focus-visible {
  transform: translateY(-1px);
}

.lang-toggle:hover,
.lang-toggle:focus-visible {
  border-color: rgba(94, 240, 208, 0.58);
  box-shadow: 0 14px 30px rgba(22, 115, 122, 0.25);
}

.lang-toggle:disabled {
  cursor: wait;
  opacity: 0.78;
}

.menu-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  padding: 0.7rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0.28rem 0;
  background: currentColor;
  border-radius: 999px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  overflow: clip;
  isolation: isolate;
  padding-top: 3.5rem;
}

.hero-grid,
.story-grid,
.brief-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.hero-grid {
  position: relative;
  z-index: 2;
}

.hero-atmosphere {
  position: absolute;
  inset: 0.35rem 1rem 2.1rem;
  border-radius: 2.25rem 2.25rem 7rem 2.25rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow-xl);
  pointer-events: none;
  z-index: 0;
}

.hero-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 24, 36, 0.82) 0%, rgba(7, 24, 36, 0.54) 30%, rgba(7, 24, 36, 0.3) 52%, rgba(7, 24, 36, 0.56) 74%, rgba(7, 24, 36, 0.82) 100%),
    linear-gradient(180deg, rgba(7, 24, 36, 0.12), rgba(7, 24, 36, 0.2) 46%, rgba(7, 24, 36, 0.78) 100%),
    radial-gradient(circle at 18% 24%, rgba(94, 240, 208, 0.2), transparent 22%),
    radial-gradient(circle at 72% 30%, rgba(57, 181, 242, 0.22), transparent 26%),
    radial-gradient(circle at 86% 64%, rgba(255, 141, 120, 0.16), transparent 18%);
  z-index: 2;
}

.hero-atmosphere::after {
  content: "";
  position: absolute;
  left: 22%;
  right: -10%;
  bottom: -18%;
  height: 38%;
  border-radius: 58% 42% 0 0 / 100% 100% 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0)),
    linear-gradient(180deg, rgba(7, 24, 36, 0), rgba(7, 24, 36, 0.36));
  opacity: 0.92;
  transform: rotate(-4deg);
  z-index: 3;
}

.hero-copy {
  padding-top: 2rem;
}

.eyebrow,
.micro-label {
  margin: 0 0 1rem;
  color: var(--seafoam);
}

.hero-copy h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.6rem, 7vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.hero-copy h1 span,
.section-heading h2 span,
.section-title-row h2 span,
.impact-copy h2 span,
.brief-copy h2 span {
  display: inline-block;
  background: linear-gradient(120deg, var(--sand-100), var(--seafoam));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-text {
  max-width: 39rem;
  margin: 1.35rem 0 0;
  font-size: 1.1rem;
  color: var(--muted-strong);
}

.hero-actions,
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

.hero-actions {
  margin-top: 2rem;
}

.hero-proof {
  margin-top: 1.2rem;
}

.proof-chip,
.story-pill,
.copy-chip,
.project-tag,
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  padding: 0.95rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.button-primary {
  color: var(--ink-950);
  background: linear-gradient(135deg, var(--sand-100), var(--seafoam));
  box-shadow: 0 18px 40px rgba(82, 208, 190, 0.2);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.button-primary:hover,
.button-primary:focus-visible {
  box-shadow: 0 24px 44px rgba(82, 208, 190, 0.26);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.button-full {
  width: 100%;
}

.hero-stats {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 32rem;
}

.stat-card,
.service-card,
.impact-card,
.project-card,
.process-card,
.story-panel,
.brief-form,
.output-card,
.floating-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(6, 21, 31, 0.66);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.stat-card {
  padding: 1.15rem 1.25rem;
}

.stat-card strong,
.service-card h3,
.impact-card h3,
.project-body h3,
.process-card h3,
.browser-body h2,
.pulse-card strong,
.insight-card strong,
.brief-copy h2 {
  font-family: "Sora", sans-serif;
}

.stat-card strong {
  display: block;
  font-size: 1rem;
}

.stat-card span {
  display: block;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-stage {
  position: relative;
  min-height: 42rem;
  padding: 1rem;
  border-radius: var(--radius-xl);
}

.hero-gridlines,
.halo-ring {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.hero-gridlines {
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at center, black 35%, transparent 88%);
}

.halo-ring {
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(94, 240, 208, 0.28), transparent 42%),
    conic-gradient(from 0deg, rgba(57, 181, 242, 0.35), rgba(255, 203, 122, 0.18), rgba(94, 240, 208, 0.35), rgba(57, 181, 242, 0.35));
  opacity: 0.9;
  animation: spin 20s linear infinite;
}

.floating-card {
  position: absolute;
}

.floating-card::after,
.service-card::after,
.impact-card::after,
.project-card::after,
.process-card::after,
.output-card::after,
.brief-form::after,
.story-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -60% auto;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 240, 208, 0.16), transparent 68%);
  pointer-events: none;
}

.hero-logo-card {
  top: 1.8rem;
  right: 1rem;
  width: min(22rem, 55%);
}

.hero-logo-card img {
  width: 100%;
  border-radius: 22px;
}

.browser-card {
  top: 9.8rem;
  left: 0;
  width: min(31rem, 84%);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 1rem 1rem 0;
}

.window-bar span {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

.window-bar span:first-child {
  background: rgba(255, 141, 120, 0.78);
}

.window-bar span:nth-child(2) {
  background: rgba(255, 203, 122, 0.75);
}

.window-bar span:nth-child(3) {
  background: rgba(94, 240, 208, 0.75);
}

.browser-body {
  padding: 1.1rem 1.2rem 1.3rem;
}

.browser-body h2 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.08;
}

.browser-copy {
  margin: 0.8rem 0 1rem;
}

.browser-signal {
  display: flex;
  align-items: end;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.signal-bar {
  display: block;
  width: 100%;
  height: 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(94, 240, 208, 0.4));
}

.signal-bar-one {
  max-width: 3.2rem;
  height: 0.65rem;
}

.signal-bar-two {
  max-width: 5rem;
  height: 0.95rem;
}

.signal-bar-three {
  max-width: 6.4rem;
  height: 1.25rem;
}

.signal-bar-four {
  max-width: 4.4rem;
  height: 0.8rem;
}

.browser-columns {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 1.1fr;
  gap: 0.7rem;
}

.browser-panel {
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(57, 181, 242, 0.22), rgba(255, 255, 255, 0.05)),
    rgba(255, 255, 255, 0.02);
}

.browser-panel-tall {
  min-height: 10rem;
}

.browser-panel-short {
  min-height: 6.4rem;
  margin-top: 2.2rem;
}

.browser-panel-mid {
  min-height: 8rem;
  margin-top: 1rem;
}

.pulse-card {
  top: 4rem;
  left: 52%;
  width: 13rem;
  padding: 1rem 1.05rem;
}

.pulse-card strong,
.insight-card strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.pulse-card span,
.insight-card span,
.project-type {
  color: var(--muted);
  font-size: 0.95rem;
}

.insight-card {
  bottom: 7rem;
  right: 0;
  width: 14.5rem;
  padding: 1rem 1.1rem;
}

.mini-bars {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.mini-bars span {
  display: block;
  width: 100%;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 203, 122, 0.6), rgba(57, 181, 242, 0.3));
}

.mini-bars span:nth-child(2) {
  width: 70%;
}

.mini-bars span:nth-child(3) {
  width: 82%;
}

.ribbon-card {
  bottom: 0.8rem;
  left: 3rem;
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(57, 181, 242, 0.18), rgba(255, 141, 120, 0.18));
}

.ribbon-card span {
  color: var(--text);
  font-weight: 700;
}

.capability-marquee {
  overflow: hidden;
  padding: 1.1rem 0 0;
}

.marquee-track {
  display: flex;
  gap: 1rem;
  min-width: max-content;
  animation: marquee 26s linear infinite;
}

.copy-chip {
  white-space: nowrap;
}

.section-intro {
  padding-top: 4rem;
}

.section-intro .story-grid {
  position: relative;
  overflow: hidden;
  min-height: 31rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(110deg, rgba(7, 24, 36, 0.88) 0%, rgba(7, 24, 36, 0.66) 34%, rgba(7, 24, 36, 0.3) 58%, rgba(7, 24, 36, 0.16) 100%),
    url("assets/images/story-caribbean-background.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-xl);
  align-items: end;
}

.section-intro .story-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 24, 36, 0.16) 32%, rgba(7, 24, 36, 0.42) 100%),
    radial-gradient(circle at 78% 16%, rgba(255, 255, 255, 0.18), transparent 16%),
    radial-gradient(circle at 26% 74%, rgba(126, 205, 218, 0.18), transparent 24%);
  pointer-events: none;
}

.section-intro .section-heading,
.section-intro .story-panel {
  position: relative;
  z-index: 1;
}

.section-intro .section-heading {
  display: grid;
  align-content: end;
  max-width: 33rem;
}

.section-intro .eyebrow {
  color: #d9f1f0;
}

.section-intro .section-heading h2 {
  color: var(--sand-100);
}

.section-intro .section-heading h2 span {
  background: linear-gradient(120deg, #fff6d8, #87ebe2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-intro .story-panel {
  justify-self: end;
  max-width: 32rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(10, 35, 52, 0.72), rgba(10, 35, 52, 0.52)),
    rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  box-shadow: 0 28px 60px rgba(4, 14, 21, 0.28);
}

.section-intro .story-panel p {
  color: rgba(244, 248, 251, 0.84);
}

.section-intro .story-panel::after {
  inset: auto -10% -56% auto;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(255, 236, 184, 0.2), transparent 68%);
}

.section-intro .story-pills {
  margin-top: 1.4rem;
}

.section-intro .story-pill {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(248, 240, 226, 0.1);
  color: var(--sand-100);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.section-heading h2,
.section-title-row h2,
.impact-copy h2,
.brief-copy h2 {
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.story-panel,
.brief-form,
.output-card {
  padding: 1.6rem;
}

.story-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.section-header {
  display: grid;
  gap: 1rem;
}

.section-title-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
  gap: 1.5rem;
  align-items: end;
}

.section-copy {
  margin: 0;
  font-size: 1rem;
}

.services-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
}

.section-upgrade {
  padding-top: 1rem;
  padding-bottom: 4.2rem;
}

.upgrade-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 1.2rem;
  min-height: 36rem;
  padding: 2rem;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(110deg, rgba(5, 15, 22, 0.9) 0%, rgba(6, 23, 35, 0.72) 34%, rgba(9, 36, 50, 0.42) 60%, rgba(13, 28, 40, 0.7) 100%),
    linear-gradient(180deg, rgba(255, 153, 108, 0.12), rgba(0, 0, 0, 0.08)),
    url("assets/images/upgrade-background.jpg");
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow-xl);
}

.upgrade-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 172, 120, 0.16), transparent 18%),
    radial-gradient(circle at 80% 24%, rgba(125, 240, 220, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(7, 24, 36, 0.46) 100%);
  pointer-events: none;
}

.upgrade-main,
.upgrade-side {
  position: relative;
  z-index: 1;
}

.upgrade-main {
  display: grid;
  align-content: end;
  max-width: 39rem;
}

.upgrade-eyebrow {
  color: #ffd0a6;
}

.upgrade-main h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.7rem, 4.8vw, 4.7rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.upgrade-main h2 span {
  display: inline-block;
  background: linear-gradient(120deg, #ffd7b8, #8ef0de);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.upgrade-copy {
  max-width: 34rem;
  margin: 1.2rem 0 0;
  color: rgba(244, 248, 251, 0.84);
  font-size: 1.05rem;
}

.upgrade-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.upgrade-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.7rem;
  padding: 0.78rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(248, 240, 226, 0.09);
  color: var(--sand-100);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.upgrade-side {
  align-self: end;
  padding: 1.35rem;
  border-radius: calc(var(--radius-lg) - 4px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(9, 31, 43, 0.72), rgba(8, 26, 36, 0.6)),
    rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  box-shadow: 0 24px 48px rgba(4, 14, 21, 0.28);
}

.upgrade-side .micro-label {
  margin-bottom: 0.85rem;
  color: #ffd0a6;
}

.upgrade-cards {
  display: grid;
  gap: 0.8rem;
}

.upgrade-card {
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.upgrade-card p {
  margin: 0;
  color: rgba(255, 208, 166, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.upgrade-card strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--text);
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.38;
}

.upgrade-button {
  width: 100%;
  margin-top: 1rem;
  color: var(--ink-950);
  background: linear-gradient(135deg, #ffd5b5, #8ef0de);
  box-shadow: 0 18px 40px rgba(255, 144, 103, 0.16);
}

.service-card,
.impact-card,
.process-card {
  padding: 1.4rem;
}

.service-card-number,
.process-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  color: var(--ink-950);
  font-weight: 800;
  background: linear-gradient(135deg, var(--sand-100), var(--seafoam));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.service-card h3,
.impact-card h3,
.process-card h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.15rem;
  line-height: 1.18;
}

.service-card p,
.impact-card p,
.process-card p,
.project-body > p {
  margin: 0;
  color: var(--muted-strong);
}

.service-list,
.brief-checklist,
.project-points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.service-list li,
.brief-checklist li,
.project-points li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--muted);
}

.service-list li + li,
.brief-checklist li + li,
.project-points li + li {
  margin-top: 0.55rem;
}

.service-list li::before,
.brief-checklist li::before,
.project-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--seafoam);
  box-shadow: 0 0 0 6px rgba(94, 240, 208, 0.12);
}

.section-results {
  position: relative;
}

.impact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.5rem;
  align-items: start;
}

.impact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.impact-card {
  min-height: 100%;
}

.impact-card strong {
  display: block;
  color: var(--seafoam);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.84rem;
}

.section-work {
  padding-bottom: 4rem;
}

.work-stack {
  margin-top: 2rem;
  display: grid;
  gap: 1.4rem;
}

.project-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 1.4rem;
  padding: 1.4rem;
}

.project-preview,
.project-body {
  min-width: 0;
}

.project-preview {
  display: grid;
  align-items: stretch;
}

.project-body {
  display: grid;
  align-content: start;
  gap: 1rem;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
}

.status-pill {
  color: var(--seafoam);
}

.project-body h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.3vw, 2.2rem);
  line-height: 1.06;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.project-tag {
  min-height: 2.45rem;
  padding-inline: 0.9rem;
  font-size: 0.9rem;
}

.project-link {
  width: fit-content;
}

.preview-shell {
  position: relative;
  min-height: 24rem;
  border-radius: calc(var(--radius-lg) - 6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(9, 25, 36, 0.78);
}

.preview-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 16%, rgba(57, 181, 242, 0.18), transparent 25%),
    radial-gradient(circle at 82% 18%, rgba(94, 240, 208, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.preview-art {
  padding: 1rem;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 0.9rem;
  min-height: 100%;
}

.art-tower,
.art-side {
  display: grid;
  gap: 0.9rem;
}

.art-tower figure,
.art-side figure {
  margin: 0;
  min-height: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.art-tower figure:first-child {
  min-height: 16rem;
}

.art-side {
  grid-template-rows: 0.92fr 1.08fr;
}

.art-tower img,
.art-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.art-label,
.hotel-label {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(7, 24, 36, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.art-label strong,
.hotel-label strong {
  font-size: 0.95rem;
}

.art-label span,
.hotel-label span {
  color: var(--muted);
  font-size: 0.9rem;
}

.preview-guiro {
  padding: 1rem;
  display: grid;
  gap: 0.9rem;
}

.guiro-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.guiro-domain,
.guiro-live {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
}

.guiro-domain {
  color: var(--text);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.guiro-live {
  color: var(--seafoam);
}

.guiro-art-layout {
  padding: 0;
  min-height: auto;
}

.guiro-bottom-row {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 0.9rem;
}

.guiro-bottom-art {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.guiro-bottom-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guiro-feature-stack,
.guiro-feature-split {
  display: grid;
  gap: 0.75rem;
}

.guiro-feature-split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guiro-feature-card,
.guiro-mini-card {
  min-height: 100%;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.guiro-feature-card p,
.guiro-mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.guiro-feature-card strong,
.guiro-mini-card strong {
  display: block;
  margin-top: 0.45rem;
  font-family: "Sora", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
}

.guiro-feature-card-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.guiro-mediums {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
}

.guiro-mediums span {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted-strong);
  font-size: 0.78rem;
}

.preview-guiro .art-label {
  position: static;
  margin-top: 0.1rem;
}

.preview-hotel {
  min-height: 100%;
}

.hotel-scene {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 18, 29, 0.15), rgba(6, 18, 29, 0.65)),
    url("https://lh3.googleusercontent.com/gps-cs-s/AHVAwepEuYLhfYFIimkZ3hF0gxEoeNxJWNA5zVjW4AFrxrG5cTi70NVSShab2zpyLs0k5wH_JuHfMVEoCgx8NoHh1P9p-fl4sTRhTxFMT1WPnMN4nAiSr-dNzcL0kw9VCp9vf2lcRwCv4g=s1200");
  background-position: center;
  background-size: cover;
}

.hotel-panel {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: min(16rem, calc(100% - 2rem));
  padding: 1rem;
  border-radius: 22px;
  background: rgba(245, 240, 230, 0.92);
  color: var(--ink-950);
  box-shadow: 0 18px 38px rgba(16, 37, 55, 0.28);
}

.hotel-panel p {
  margin: 0;
  color: rgba(11, 34, 51, 0.72);
}

.hotel-panel strong {
  display: block;
  margin: 0.45rem 0;
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
}

.hotel-metrics {
  position: absolute;
  right: 1rem;
  bottom: 5.7rem;
  display: grid;
  gap: 0.7rem;
}

.hotel-metric {
  min-width: 7.5rem;
  padding: 0.75rem 0.85rem;
  border-radius: 18px;
  background: rgba(7, 24, 36, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.hotel-metric strong {
  display: block;
  font-size: 1rem;
}

.hotel-metric span {
  color: var(--muted);
  font-size: 0.8rem;
}

.preview-app {
  padding: 1rem;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  align-items: end;
  min-height: 100%;
}

.device-phone,
.device-dashboard {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(10, 25, 37, 0.82);
}

.device-phone {
  min-height: 21rem;
  padding: 0.9rem;
}

.device-notch {
  width: 5.2rem;
  height: 0.5rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.menu-pill,
.dashboard-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted-strong);
  font-size: 0.8rem;
}

.device-menu {
  display: grid;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.menu-item-card,
.queue-card {
  padding: 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.menu-item-card strong,
.queue-card strong,
.dashboard-stat strong {
  display: block;
  font-size: 0.92rem;
}

.menu-item-card span,
.queue-card span,
.dashboard-stat span {
  color: var(--muted);
  font-size: 0.82rem;
}

.device-dashboard {
  min-height: 24rem;
  padding: 1rem;
  display: grid;
  gap: 0.85rem;
}

.dashboard-row,
.dashboard-stats {
  display: grid;
  gap: 0.7rem;
}

.dashboard-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dashboard-stat {
  padding: 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
}

.dashboard-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.queue-card {
  min-height: 4.8rem;
}

.sales-bars {
  display: grid;
  gap: 0.7rem;
}

.sales-bars span {
  display: block;
  width: 100%;
  height: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(94, 240, 208, 0.75), rgba(57, 181, 242, 0.42));
}

.sales-bars span:nth-child(2) {
  width: 82%;
}

.sales-bars span:nth-child(3) {
  width: 64%;
}

.process-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.section-brief {
  padding-bottom: 6rem;
}

.section-payments {
  padding-top: 0;
}

.payment-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
  gap: 1.2rem;
  align-items: start;
}

.payment-copy,
.payment-form {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(6, 21, 31, 0.66);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.payment-copy {
  min-height: 100%;
  padding: clamp(1.3rem, 4vw, 2rem);
}

.payment-copy h2 {
  margin: 0;
  max-width: 11ch;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.3rem, 6vw, 4.5rem);
  line-height: 0.94;
}

.payment-copy h2 span {
  color: var(--seafoam);
}

.payment-copy > p:not(.eyebrow) {
  max-width: 36rem;
  color: var(--muted-strong);
}

.payment-secure-note {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.95rem;
}

.payment-form {
  display: grid;
  gap: 1rem;
  padding: 1.2rem;
}

.payment-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--muted-strong);
}

.payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.payment-option-preview {
  min-height: 100%;
  padding: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.payment-option-preview strong,
.payment-option-preview span {
  display: block;
}

.payment-option-preview strong {
  line-height: 1.25;
}

.payment-option-preview span {
  margin-top: 0.2rem;
  color: var(--seafoam);
  font-weight: 800;
}

.payment-option-preview p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.payment-feedback {
  min-height: 1.5rem;
  margin: 0.15rem 0 0;
  color: var(--muted);
}

.payment-feedback[data-status="success"] {
  color: var(--seafoam);
}

.payment-feedback[data-status="error"] {
  color: #ffb1a3;
}

.payment-result-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 2rem 0;
}

.payment-result-shell {
  max-width: 42rem;
  padding: clamp(1.4rem, 5vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(6, 21, 31, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.payment-result-shell h1 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(2.6rem, 8vw, 5rem);
  line-height: 0.95;
}

.payment-result-shell p:not(.eyebrow) {
  color: var(--muted-strong);
}

.payment-result-shell .button {
  margin-top: 1rem;
}

.section-client-payments {
  padding-top: 0;
}

.client-payment-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: clamp(1.15rem, 4vw, 1.7rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(6, 21, 31, 0.66);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-lg);
}

.client-payment-shell h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3.15rem);
  line-height: 1;
}

.client-payment-shell h2 span {
  color: var(--seafoam);
}

.client-payment-shell p:not(.eyebrow) {
  max-width: 43rem;
  margin: 0.75rem 0 0;
  color: var(--muted-strong);
}

.client-payment-shell .button {
  flex: 0 0 auto;
}

.brief-checklist {
  margin-top: 1.4rem;
}

.brief-form {
  display: grid;
  gap: 1rem;
  align-self: stretch;
}

.brief-form label {
  display: grid;
  gap: 0.55rem;
  color: var(--muted-strong);
}

.brief-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.brief-feedback {
  min-height: 1.5rem;
  margin: 0.15rem 0 0;
}

.brief-feedback[data-status="success"] {
  color: var(--seafoam);
}

.brief-feedback[data-status="error"] {
  color: #ffb1a3;
}

.section-founder {
  padding-top: 0;
  padding-bottom: 5rem;
}

.founder-shell {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(0, 1.24fr);
  gap: 1.4rem;
  align-items: stretch;
}

.founder-photo-panel,
.founder-copy-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(198, 161, 90, 0.22);
  background:
    linear-gradient(180deg, rgba(18, 16, 13, 0.97), rgba(10, 10, 9, 0.92)),
    rgba(18, 16, 13, 0.95);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.founder-photo-panel::before,
.founder-copy-panel::before {
  content: "";
  position: absolute;
  inset: auto auto -22% -10%;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 161, 90, 0.18), transparent 68%);
  pointer-events: none;
}

.founder-photo-panel {
  padding: 1rem;
}

.founder-photo-frame {
  position: relative;
  height: 100%;
  min-height: 32rem;
  border-radius: calc(var(--radius-lg) - 8px);
  overflow: hidden;
}

.founder-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.04) contrast(1.02);
}

.founder-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(18, 16, 13, 0.08), rgba(18, 16, 13, 0.18) 46%, rgba(18, 16, 13, 0.74) 100%),
    radial-gradient(circle at 78% 20%, rgba(198, 161, 90, 0.12), transparent 18%);
}

.founder-campus-badge {
  position: absolute;
  left: 1.7rem;
  right: 1.7rem;
  bottom: 1.7rem;
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(198, 161, 90, 0.24);
  background: rgba(18, 16, 13, 0.82);
  backdrop-filter: blur(10px);
}

.founder-campus-badge span,
.founder-card p {
  margin: 0;
  color: rgba(226, 195, 133, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.founder-campus-badge strong,
.founder-card strong {
  color: var(--sand-100);
  font-family: "Sora", sans-serif;
}

.founder-campus-badge strong {
  font-size: 1rem;
  line-height: 1.35;
}

.founder-copy-panel {
  padding: 1.8rem;
  display: grid;
  align-content: start;
  gap: 1rem;
}

.founder-eyebrow {
  color: var(--harding-gold-soft);
}

.founder-copy-panel h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.founder-copy-panel h2 span {
  display: inline-block;
  background: linear-gradient(120deg, #e8cf97, var(--harding-gold-soft));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.founder-text {
  margin: 0;
  color: rgba(248, 240, 226, 0.76);
  font-size: 1rem;
  max-width: 42rem;
}

.founder-skills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.35rem;
}

.founder-pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.6rem;
  padding: 0.72rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(198, 161, 90, 0.24);
  background: rgba(198, 161, 90, 0.08);
  color: #f3dfb6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.founder-cards {
  margin-top: 0.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.founder-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(198, 161, 90, 0.18);
  background:
    linear-gradient(180deg, rgba(198, 161, 90, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.founder-card strong {
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.35;
}

.ai-chat {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 120;
  display: grid;
  justify-items: end;
  gap: 0.85rem;
  pointer-events: none;
}

.ai-chat-panel,
.ai-chat-toggle {
  pointer-events: auto;
}

.ai-chat-toggle,
.ai-chat-close,
.ai-chat-send,
.ai-chat-suggestion {
  border: 0;
  cursor: pointer;
}

.ai-chat-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.55rem;
  max-width: calc(100vw - 2rem);
  padding: 0.6rem 1.05rem 0.6rem 0.65rem;
  border-radius: 999px;
  color: var(--ink-950);
  font-weight: 800;
  background: linear-gradient(135deg, var(--sand-100), var(--seafoam));
  box-shadow: 0 18px 46px rgba(3, 14, 22, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.28);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.ai-chat-toggle:hover,
.ai-chat-toggle:focus-visible,
.ai-chat[data-chat-open="true"] .ai-chat-toggle {
  transform: translateY(-2px);
  box-shadow: 0 24px 56px rgba(3, 14, 22, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.ai-chat-toggle-icon,
.ai-chat-mark {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
}

.ai-chat-toggle-icon {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
  background: rgba(7, 24, 36, 0.12);
}

.ai-chat svg {
  width: 1.25rem;
  height: 1.25rem;
}

.ai-chat-toggle svg,
.ai-chat-send svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ai-chat-panel {
  width: min(25rem, calc(100vw - 2rem));
  max-height: min(42rem, calc(100svh - 6.6rem));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(5, 18, 28, 0.88);
  backdrop-filter: blur(22px);
  box-shadow: 0 30px 90px rgba(3, 14, 22, 0.54);
  transform-origin: bottom right;
  animation: chatPanelIn 220ms ease both;
}

.ai-chat-panel[hidden] {
  display: none;
}

.ai-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
}

.ai-chat-identity {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.ai-chat-mark {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 18px;
  color: var(--seafoam);
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, 0.22), transparent 30%),
    rgba(57, 181, 242, 0.14);
  box-shadow: inset 0 0 0 1px rgba(94, 240, 208, 0.22);
}

.ai-chat-mark svg {
  fill: currentColor;
}

.ai-chat-identity strong,
.ai-chat-identity span span {
  display: block;
}

.ai-chat-identity strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.25;
}

.ai-chat-identity span span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}

.ai-chat-close,
.ai-chat-send {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.ai-chat-close {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 50%;
}

.ai-chat-close svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

.ai-chat-close:hover,
.ai-chat-close:focus-visible,
.ai-chat-send:hover,
.ai-chat-send:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.14);
}

.ai-chat-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 1rem 0.85rem;
  color: var(--muted-strong);
  font-size: 0.78rem;
}

.ai-chat-status span {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 18px rgba(139, 234, 139, 0.7);
}

.ai-chat-status p {
  margin: 0;
}

.ai-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 13rem;
  max-height: 20rem;
  overflow-y: auto;
  padding: 0.9rem 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(2, 10, 17, 0.2);
  scroll-behavior: smooth;
}

.ai-chat-message {
  display: flex;
}

.ai-chat-message p {
  max-width: 88%;
  margin: 0;
  padding: 0.78rem 0.9rem;
  border-radius: 18px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.ai-chat-message-assistant {
  justify-content: flex-start;
}

.ai-chat-message-assistant p {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
  border-bottom-left-radius: 7px;
}

.ai-chat-message-user {
  justify-content: flex-end;
}

.ai-chat-message-user p {
  color: var(--ink-950);
  background: linear-gradient(135deg, var(--sand-100), var(--seafoam));
  border-bottom-right-radius: 7px;
}

.ai-chat-typing p {
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
  min-height: 2.45rem;
}

.ai-chat-typing span {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--muted-strong);
  animation: typingPulse 900ms ease-in-out infinite;
}

.ai-chat-typing span:nth-child(2) {
  animation-delay: 140ms;
}

.ai-chat-typing span:nth-child(3) {
  animation-delay: 280ms;
}

.ai-chat-suggestions {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.85rem 1rem 0;
  scrollbar-width: none;
}

.ai-chat-suggestions::-webkit-scrollbar {
  display: none;
}

.ai-chat-suggestion {
  flex: 0 0 auto;
  min-height: 2.35rem;
  padding: 0.6rem 0.82rem;
  border-radius: 999px;
  color: var(--muted-strong);
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.ai-chat-suggestion:hover,
.ai-chat-suggestion:focus-visible {
  color: var(--text);
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.ai-chat-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  padding: 0.9rem 1rem 0.65rem;
}

.ai-chat-form input {
  min-height: 3rem;
  border-radius: 999px;
  padding: 0.8rem 1rem;
}

.ai-chat-send {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: var(--ink-950);
  background: linear-gradient(135deg, var(--sand-100), var(--seafoam));
}

.ai-chat-send:hover,
.ai-chat-send:focus-visible {
  background: linear-gradient(135deg, #fff7e8, #77f5dd);
}

.ai-chat-brief-link {
  margin: 0 1rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  color: var(--text);
  font-weight: 800;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.ai-chat-brief-link:hover,
.ai-chat-brief-link:focus-visible {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.13);
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(6, 18, 28, 0.55);
}

.footer-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 6rem;
  padding: 1.2rem 0;
}

.footer-brand .brand-copy strong {
  font-size: 1rem;
}

.footer-meta {
  text-align: right;
}

.footer-meta p,
.footer-note {
  margin: 0;
}

.footer-meta p + p {
  margin-top: 0.35rem;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(1.5rem, -1.2rem, 0);
  }
}

@keyframes chatPanelIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0.6rem, 0) scale(0.97);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes typingPulse {
  0%,
  100% {
    opacity: 0.34;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-0.18rem);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.5rem));
  }
}

@keyframes languageWave {
  0% {
    transform: translateX(-165vw) scaleY(0.96);
  }

  45% {
    transform: translateX(-18vw) scaleY(1.02);
  }

  58% {
    transform: translateX(0vw) scaleY(1);
  }

  100% {
    transform: translateX(128vw) scaleY(0.98);
  }
}

@keyframes languageToggleFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes languageCuePulse {
  0% {
    opacity: 0;
    transform: scale(0.92);
  }

  18% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

@keyframes languageCueBadge {
  0%,
  100% {
    transform: translateX(50%) translateY(0);
  }

  50% {
    transform: translateX(50%) translateY(-4px);
  }
}

@media (max-width: 1100px) {
  .hero-grid,
  .story-grid,
  .impact-layout,
  .brief-shell,
  .payment-shell,
  .founder-shell,
  .upgrade-shell,
  .section-title-row,
  .project-card {
    grid-template-columns: 1fr;
  }

  .client-payment-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-copy {
    padding-top: 0;
  }

  .upgrade-shell {
    min-height: 38rem;
    padding: 1.5rem;
    background-position: center 38%;
  }

  .upgrade-main {
    align-content: start;
    max-width: none;
  }

  .upgrade-side {
    max-width: none;
  }

  .section-intro .story-grid {
    min-height: 35rem;
    padding: 1.6rem;
    background-position: 58% center;
  }

  .section-intro .story-panel {
    justify-self: stretch;
    max-width: none;
  }

  .hero-stage {
    min-height: 34rem;
  }

  .hero-atmosphere {
    inset: 0.35rem 0.8rem 1.75rem;
    border-radius: 2rem 2rem 5rem 2rem;
  }
}

@media (max-width: 860px) {
  .menu-toggle {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  body[data-language-cue="true"]:not([data-menu-open="true"]) .menu-toggle {
    border-color: rgba(94, 240, 208, 0.62);
    box-shadow:
      0 14px 28px rgba(57, 181, 242, 0.16),
      0 0 0 1px rgba(94, 240, 208, 0.14);
    animation: languageToggleFloat 1800ms ease-in-out infinite;
  }

  body[data-language-cue="true"]:not([data-menu-open="true"]) .menu-toggle::after {
    content: "EN / ES";
    position: absolute;
    top: calc(100% + 0.45rem);
    right: 0;
    min-height: 1.85rem;
    padding: 0.44rem 0.68rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, rgba(8, 24, 35, 0.96), rgba(16, 44, 64, 0.92));
    box-shadow: 0 16px 28px rgba(3, 14, 22, 0.24);
    color: var(--sand-100);
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    white-space: nowrap;
  }

  .site-nav {
    position: fixed;
    inset: 5.3rem 1rem auto 1rem;
    display: grid;
    gap: 0.4rem;
    max-height: calc(100vh - 7rem);
    overflow-y: auto;
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)),
      rgba(6, 18, 28, 0.96);
    box-shadow: var(--shadow-xl);
    transform: translateY(-1rem);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease;
  }

  body[data-menu-open="true"] .site-nav {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body[data-menu-open="true"] .menu-toggle span:first-child {
    transform: translateY(6px) rotate(45deg);
  }

  body[data-menu-open="true"] .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  body[data-menu-open="true"] .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .site-nav a,
  .lang-toggle {
    min-height: 3.2rem;
    justify-content: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 0.7rem;
  }

  .proof-chip {
    min-height: 2.4rem;
    padding: 0.7rem 0.9rem;
    font-size: 0.88rem;
  }

  .hero-text {
    max-width: none;
    font-size: 1rem;
  }

  .hero-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.9rem, 10vw, 4.1rem);
  }

  .hero-stage {
    min-height: 23.5rem;
    padding: 0.25rem;
  }

  .hero-atmosphere {
    inset: 0.25rem 0.5rem 1.5rem;
    border-radius: 1.8rem 1.8rem 4rem 1.8rem;
  }

  .halo-ring,
  .hero-gridlines,
  .pulse-card,
  .insight-card,
  .ribbon-card {
    display: none;
  }

  .hero-logo-card {
    top: 0.4rem;
    right: 0.4rem;
    width: 11.4rem;
  }

  .browser-card {
    top: 4.9rem;
    left: 0;
    width: 100%;
  }

  .services-grid,
  .impact-grid,
  .process-grid,
  .payment-options,
  .hero-stats,
  .preview-app,
  .dashboard-stats,
  .dashboard-row {
    grid-template-columns: 1fr;
  }

  .project-card {
    padding: 1rem;
  }

  .preview-art {
    grid-template-columns: 1fr;
  }

  .art-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
  }

  .guiro-bottom-row,
  .guiro-feature-split {
    grid-template-columns: 1fr;
  }

  .hotel-metrics {
    bottom: 6.4rem;
  }

  .footer-grid {
    flex-direction: column;
    align-items: start;
  }

  .footer-meta {
    text-align: left;
  }
}

@media (max-width: 620px) {
  .section {
    padding: 3.9rem 0;
  }

  .header-shell {
    min-height: 4.7rem;
    gap: 0.9rem;
  }

  .site-header .brand {
    gap: 0.65rem;
    padding: 0;
    min-width: 0;
  }

  .brand-mark {
    width: 2.2rem;
    height: 2.2rem;
  }

  .brand-copy strong {
    font-size: 0.92rem;
  }

  .brand-copy span {
    font-size: 0.7rem;
  }

  .hero {
    padding-top: 1.5rem;
  }

  body[data-language-cue="true"]:not([data-menu-open="true"]) .menu-toggle::after {
    font-size: 0.56rem;
    padding: 0.42rem 0.6rem;
  }

  .page-orb {
    display: none;
  }

  body::before {
    opacity: 0.22;
  }

  .page-noise {
    opacity: 0.03;
  }

  .upgrade-shell {
    min-height: 31rem;
    padding: 1.1rem;
    border-radius: 22px;
    background-position: center 42%;
  }

  .upgrade-main h2 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .upgrade-side {
    padding: 1rem;
  }

  .section-intro .story-grid {
    min-height: 28rem;
    padding: 1.15rem;
    border-radius: 22px;
    background-position: 64% center;
  }

  .section-intro .story-panel {
    padding: 1.2rem;
  }

  .hero-stage {
    min-height: 20rem;
  }

  .hero-atmosphere {
    inset: 0.2rem 0.25rem 1.2rem;
    border-radius: 1.55rem 1.55rem 3rem 1.55rem;
  }

  .hero-atmosphere::after {
    left: 10%;
    right: -28%;
    height: 34%;
  }

  .transition-wave {
    width: 165vw;
    transform: translateX(-190vw) scaleY(0.96);
  }

  .transition-wave::before {
    width: 40vw;
  }

  .transition-wave::after {
    width: 46vw;
  }

  .hero-logo-card {
    top: 0.2rem;
    right: 0.15rem;
    width: 8.8rem;
  }

  .browser-card {
    top: 3.85rem;
    left: 0;
    width: 100%;
  }

  .section-title-row h2,
  .section-heading h2,
  .impact-copy h2,
  .payment-copy h2,
  .brief-copy h2,
  .founder-copy-panel h2 {
    font-size: clamp(1.9rem, 9vw, 2.6rem);
  }

  .founder-photo-frame {
    min-height: 22rem;
  }

  .founder-copy-panel,
  .brief-form,
  .payment-form,
  .payment-copy,
  .client-payment-shell,
  .story-panel,
  .upgrade-side {
    padding: 1rem;
  }

  .founder-cards {
    grid-template-columns: 1fr;
  }

  .project-card,
  .service-card,
  .impact-card,
  .process-card,
  .story-panel,
  .brief-form,
  .payment-form,
  .payment-copy,
  .client-payment-shell,
  .output-card,
  .founder-photo-panel,
  .founder-copy-panel {
    border-radius: 22px;
  }

  .ai-chat {
    right: 0.65rem;
    bottom: max(0.65rem, env(safe-area-inset-bottom));
  }

  .ai-chat-panel {
    width: calc(100vw - 1.3rem);
    max-height: calc(100svh - 5.8rem);
    border-radius: 22px;
  }

  .ai-chat-toggle {
    min-height: 3.25rem;
    padding: 0.52rem 0.9rem 0.52rem 0.55rem;
  }

  .ai-chat-toggle-icon {
    width: 2.25rem;
    height: 2.25rem;
  }

  .ai-chat-messages {
    min-height: 12rem;
    max-height: min(45svh, 18rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .page-video {
    display: none;
  }

  .page-backdrop {
    background:
      radial-gradient(circle at 12% 12%, rgba(57, 181, 242, 0.2), transparent 20%),
      radial-gradient(circle at 84% 16%, rgba(94, 240, 208, 0.16), transparent 18%),
      radial-gradient(circle at 50% 82%, rgba(255, 141, 120, 0.16), transparent 22%),
      linear-gradient(180deg, rgba(7, 24, 36, 0.9) 0%, rgba(11, 34, 51, 0.88) 40%, rgba(8, 21, 31, 0.94) 100%);
  }

  .hero-atmosphere {
    background:
      linear-gradient(90deg, rgba(7, 24, 36, 0.78), rgba(7, 24, 36, 0.52) 45%, rgba(7, 24, 36, 0.78)),
      radial-gradient(circle at 25% 25%, rgba(94, 240, 208, 0.16), transparent 24%),
      radial-gradient(circle at 72% 38%, rgba(57, 181, 242, 0.18), transparent 26%);
  }

  .language-transition {
    display: none;
  }
}
