:root {
  --accent: #4f8cff;
  --accent-soft: #9bc5ff;
  --gold: #d2a531;
  --line: rgba(255, 255, 255, 0.08);
  --text-soft: rgba(255, 255, 255, 0.64);
  --text-strong: rgba(255, 255, 255, 0.96);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 10%, rgba(79, 140, 255, 0.42), transparent 26%),
    radial-gradient(circle at 82% 18%, rgba(155, 197, 255, 0.24), transparent 24%),
    radial-gradient(circle at 20% 78%, rgba(72, 118, 226, 0.36), transparent 28%),
    radial-gradient(circle at 62% 58%, rgba(56, 96, 190, 0.22), transparent 32%),
    radial-gradient(circle at 50% 38%, rgba(116, 166, 255, 0.14), transparent 34%),
    linear-gradient(180deg, #102041 0%, #0c1934 46%, #091527 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.07;
  background-image:
    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: 96px 96px;
}

body::after {
  content: "";
  position: fixed;
  top: 6vh;
  left: -80px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(79, 140, 255, 0.46), rgba(79, 140, 255, 0.18) 42%, transparent 70%);
  filter: blur(34px);
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 12;
  opacity: 0;
  mix-blend-mode: screen;
  background: radial-gradient(circle, rgba(143, 186, 255, 0.24) 0%, rgba(79, 140, 255, 0.16) 34%, rgba(79, 140, 255, 0.06) 56%, transparent 72%);
  filter: blur(10px);
  transform: translate(-50%, -50%);
  transition: opacity 160ms ease;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 70px;
  background: #0c1b37;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-brand,
.site-nav a,
.header-cta {
  text-decoration: none;
}

.site-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  font-weight: 700;
  color: #fff4d8;
  letter-spacing: 0.01em;
}

.site-brand span {
  color: var(--gold);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a,
.header-cta {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.67rem;
  font-weight: 700;
}

.site-nav a {
  position: relative;
  color: var(--text-soft);
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--text-strong);
}

.site-nav a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: var(--gold);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border: 1px solid rgba(210, 165, 49, 0.36);
  background: transparent;
  color: #fff1ce;
}

.hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 180px 24px 72px;
}

.hero-inner {
  width: min(100%, 920px);
  text-align: center;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 24px;
  padding: 0 12px;
  border: 1px solid rgba(210, 165, 49, 0.18);
  color: rgba(242, 226, 182, 0.72);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-tag::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-title {
  margin: 18px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4.8rem, 10vw, 7.4rem);
  font-weight: 500;
  line-height: 0.9;
  color: rgba(245, 247, 255, 0.96);
}

.hero-title em {
  color: var(--gold);
  font-style: italic;
}

.hero-mark {
  margin-top: 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 7vw, 5.4rem);
  font-weight: 600;
  line-height: 0.95;
  color: rgba(247, 244, 236, 0.96);
  letter-spacing: -0.03em;
}

.hero-mark span {
  color: var(--gold);
}

.hero-kicker {
  margin-top: 10px;
  color: rgba(214, 218, 231, 0.54);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-subtitle {
  margin: 26px auto 0;
  max-width: 760px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.3;
  color: rgba(238, 242, 255, 0.74);
}

.hero-copy {
  margin: 12px auto 0;
  max-width: 760px;
  color: rgba(209, 216, 236, 0.56);
  line-height: 1.9;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.68rem;
  font-weight: 800;
}

.hero-button.primary {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: rgba(246, 248, 255, 0.96);
}

.hero-button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(247, 250, 255, 0.88);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  margin-top: 58px;
}

.hero-stat {
  text-align: center;
}

.hero-stat strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  color: #f0cb65;
}

.hero-stat span {
  display: block;
  margin-top: 6px;
  color: rgba(214, 218, 231, 0.42);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-explore {
  margin-top: 34px;
  color: rgba(214, 218, 231, 0.28);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.presence-section {
  padding: 18px 24px 72px;
}

.presence-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 28px;
  align-items: center;
}

.presence-copy {
  padding: 12px 0;
}

.presence-title {
  margin: 14px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.6rem, 4.8vw, 4.4rem);
  font-weight: 500;
  line-height: 0.96;
  color: rgba(246, 248, 255, 0.96);
}

.presence-title em {
  color: var(--gold);
  font-style: italic;
}

.presence-text {
  margin: 18px 0 0;
  color: rgba(213, 220, 240, 0.68);
  line-height: 1.9;
  max-width: 560px;
}

.presence-points {
  display: grid;
  gap: 16px;
  margin-top: 26px;
}

.presence-points div {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.presence-points strong {
  display: block;
  margin-bottom: 6px;
  color: rgba(242, 226, 182, 0.84);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.presence-points span {
  color: rgba(213, 220, 240, 0.6);
  line-height: 1.8;
}

.presence-visual {
  position: relative;
}

.presence-photo-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 16, 31, 0.5);
  box-shadow: 0 26px 60px rgba(3, 10, 24, 0.26);
}

.presence-photo-frame img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.presence-caption {
  width: min(420px, calc(100% - 28px));
  margin: -34px 0 0 auto;
  position: relative;
  z-index: 1;
  padding: 18px 20px;
  border: 1px solid rgba(210, 165, 49, 0.16);
  background: rgba(8, 16, 31, 0.86);
  backdrop-filter: blur(12px);
}

.presence-caption span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(210, 165, 49, 0.18);
  color: rgba(242, 226, 182, 0.76);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.presence-caption p {
  margin: 12px 0 0;
  color: rgba(213, 220, 240, 0.64);
  line-height: 1.82;
}

.page-section {
  padding: 72px 24px;
}

.page-section.light {
  background: transparent;
}

.page-section.dark {
  background: rgba(6, 16, 34, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.section-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.section-header {
  margin-bottom: 34px;
}

.section-header-centered {
  text-align: center;
}

.section-overline {
  color: rgba(213, 220, 240, 0.42);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-heading {
  margin: 14px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 0.96;
  color: rgba(246, 248, 255, 0.96);
}

.section-heading.light-text {
  color: rgba(246, 248, 255, 0.96);
}

.section-heading em {
  color: var(--gold);
  font-style: italic;
}

.section-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: rgba(246, 248, 255, 0.9);
  line-height: 1.9;
}

.feature-list {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hero-service .hero-inner {
  width: min(100%, 980px);
}

.issue-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

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

.issue-card,
.benefit-card {
  position: relative;
  min-height: 220px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 18, 37, 0.34);
  backdrop-filter: blur(10px);
}

.issue-card {
  aspect-ratio: 1 / 1;
  min-height: 0;
  display: grid;
  align-content: space-between;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.issue-card:hover {
  border-color: rgba(210, 165, 49, 0.34);
  background: rgba(10, 24, 48, 0.46);
}

.issue-card-visual {
  overflow: hidden;
  padding: 0;
  min-height: 0;
}

.issue-card-visual .issue-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top left, rgba(124, 170, 255, 0.14), transparent 30%),
    linear-gradient(135deg, rgba(18, 35, 69, 0.96), rgba(9, 18, 34, 0.98));
}

.issue-card-visual .issue-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.32;
  pointer-events: none;
}

.issue-card-visual .issue-icon,
.issue-card-visual h3 {
  padding-left: 24px;
  padding-right: 24px;
}

.issue-card-visual .issue-icon {
  margin-top: 20px;
}

.issue-card-visual h3 {
  margin: 12px 0 24px;
}

.issue-card-visual:hover .issue-visual > * {
  transform: translateY(-2px);
}

.issue-visual > * {
  position: absolute;
  transition: transform 220ms ease, opacity 220ms ease;
}

.issue-visual-calls::before {
  content: "";
  position: absolute;
  inset: 24px auto 24px 26px;
  width: 42%;
  border: 1px solid rgba(104, 156, 255, 0.22);
  background: linear-gradient(180deg, rgba(240, 244, 252, 0.12), rgba(120, 148, 198, 0.04));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.issue-line {
  left: 54%;
  right: 28px;
  height: 10px;
  border-radius: 999px;
  background: rgba(230, 236, 250, 0.76);
}

.issue-line-a {
  top: 54px;
  width: 26%;
}

.issue-line-b {
  top: 86px;
  width: 20%;
  background: rgba(210, 165, 49, 0.92);
}

.issue-line-c {
  top: 118px;
  width: 30%;
  background: rgba(156, 182, 232, 0.58);
}

.issue-chip {
  left: 54%;
  bottom: 30px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(210, 165, 49, 0.28);
  color: rgba(242, 226, 182, 0.84);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.issue-visual-blacklist::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 26%, rgba(210, 165, 49, 0.14), transparent 18%);
}

.issue-sheet {
  top: 42px;
  left: 90px;
  width: 38%;
  height: 60%;
  border: 1px solid rgba(104, 156, 255, 0.24);
  background: rgba(236, 241, 251, 0.92);
  box-shadow: 0 18px 30px rgba(3, 10, 24, 0.22);
}

.issue-sheet-back {
  top: 62px;
  left: 124px;
  background: rgba(212, 222, 241, 0.74);
  z-index: 0;
}

.issue-sheet::before,
.issue-sheet::after {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  height: 10px;
  border-radius: 999px;
  background: rgba(43, 72, 124, 0.78);
}

.issue-sheet::before {
  top: 48px;
}

.issue-sheet::after {
  top: 76px;
  right: 58px;
  background: rgba(126, 152, 199, 0.88);
}

.issue-cross {
  top: 46px;
  right: 76px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(201, 74, 89, 0.94);
  box-shadow: 0 16px 28px rgba(100, 11, 22, 0.26);
}

.issue-cross::before,
.issue-cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 246, 231, 0.96);
  transform-origin: center;
}

.issue-cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.issue-cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.issue-visual-debt::before {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.issue-bar {
  bottom: 32px;
  width: 48px;
  background: linear-gradient(180deg, rgba(116, 170, 255, 0.84), rgba(50, 84, 140, 0.9));
}

.issue-bar-a {
  left: 72px;
  height: 56px;
}

.issue-bar-b {
  left: 138px;
  height: 96px;
}

.issue-bar-c {
  left: 204px;
  height: 142px;
}

.issue-graph {
  left: 90px;
  right: 84px;
  top: 64px;
  bottom: 70px;
  clip-path: polygon(0 70%, 18% 58%, 36% 64%, 52% 40%, 72% 48%, 100% 18%, 100% 30%, 72% 58%, 52% 52%, 36% 78%, 18% 72%, 0 84%);
  background: linear-gradient(90deg, rgba(201, 74, 89, 0.9), rgba(210, 165, 49, 0.86));
  opacity: 0.94;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-services-grid .issue-card {
  aspect-ratio: auto;
  min-height: 260px;
}

.issue-icon,
.benefit-index {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Cormorant Garamond", serif;
  font-size: 3.6rem;
  line-height: 1;
}

.issue-card h3,
.benefit-card h3 {
  margin: 16px 0 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.02;
  color: rgba(246, 248, 255, 0.96);
}

.benefit-card p {
  margin: 10px 0 0;
  color: rgba(246, 248, 255, 0.88);
  line-height: 1.85;
}

.scroll-story {
  padding: 72px 24px;
}

.story-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.story-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.story-sticky {
  position: sticky;
  top: 112px;
}

.story-card {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 22, 52, 0.34);
  backdrop-filter: blur(10px);
  box-shadow: 0 24px 60px rgba(3, 10, 24, 0.24);
}

.story-card-index {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Cormorant Garamond", serif;
  font-size: 4rem;
  line-height: 1;
}

.story-card-title {
  margin: 10px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 0.98;
  color: rgba(246, 248, 255, 0.96);
}

.story-card-copy,
.story-card-note {
  margin: 0;
  color: rgba(213, 220, 240, 0.62);
  line-height: 1.85;
}

.story-card-note {
  margin-top: 14px;
  color: rgba(213, 220, 240, 0.46);
}

.story-steps {
  display: grid;
  gap: 0;
}

.story-step {
  min-height: 58vh;
  display: flex;
  align-items: center;
  padding: 26px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.story-step:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.story-step-inner {
  width: 100%;
  opacity: 0.34;
  transition: opacity 180ms ease, transform 180ms ease;
}

.story-step.is-active .story-step-inner {
  opacity: 1;
  transform: translateX(10px);
}

.story-step-index {
  display: block;
  margin-bottom: 8px;
  color: rgba(213, 220, 240, 0.38);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.story-step h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 500;
  color: rgba(246, 248, 255, 0.94);
}

.story-step p {
  margin: 0;
  color: rgba(213, 220, 240, 0.5);
  line-height: 1.8;
  max-width: 42ch;
}

.scroll-cards {
  padding: 72px 24px;
  background: transparent;
}

.cards-pin {
  position: relative;
  height: 360vh;
}

.cards-stage {
  position: sticky;
  top: 120px;
  height: calc(100vh - 160px);
  display: grid;
  place-items: center;
}

.cards-stage-head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(100%, 860px);
  text-align: center;
}

.cards-stage-head .section-heading {
  margin-top: 10px;
}

.story-progress {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  gap: 0;
  width: min(100%, 760px);
  margin: 26px auto 0;
  padding: 0 10px;
}

.story-progress-line,
.story-progress-fill {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
}

.story-progress-line {
  background: rgba(255, 255, 255, 0.12);
}

.story-progress-fill {
  right: auto;
  width: 0%;
  background: var(--gold);
  transition: width 180ms ease;
}

.story-progress-dot {
  position: relative;
  justify-self: center;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 0 8px rgba(210, 165, 49, 0.04);
}

.story-progress-dot.is-active {
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(210, 165, 49, 0.12);
}

.scene-card {
  position: absolute;
  inset: auto;
  display: grid;
  align-content: center;
  gap: 14px;
  width: min(100%, 860px);
  min-height: 420px;
  padding: 34px 36px;
  margin-top: 120px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 20, 42, 0.38);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  pointer-events: none;
}

.scene-card.is-current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.scene-index {
  color: rgba(255, 255, 255, 0.16);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(4rem, 10vw, 6rem);
  line-height: 1;
}

.scene-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 500;
  line-height: 0.96;
  color: rgba(246, 248, 255, 0.96);
}

.scene-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(213, 220, 240, 0.62);
  line-height: 1.9;
  font-size: 1.02rem;
}

.scene-note {
  color: rgba(213, 220, 240, 0.44) !important;
}

.feature-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  gap: 26px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.feature-row.light-row {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.feature-number {
  color: rgba(255, 255, 255, 0.12);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  line-height: 1;
}

.light .feature-number {
  color: rgba(255, 255, 255, 0.12);
}

.feature-row h3,
.process-mini h3,
.cta-block h2 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1.05;
  color: rgba(246, 248, 255, 0.94);
}

.feature-row p,
.process-mini p,
.cta-block p {
  margin: 0;
  line-height: 1.8;
}

.feature-row.light-row p {
  color: rgba(246, 248, 255, 0.88);
}

.feature-row.dark-row p,
.process-mini p,
.cta-block p {
  color: rgba(246, 248, 255, 0.88);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

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

.timeline-steps {
  position: relative;
  display: grid;
  gap: 24px;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 0;
}

.timeline-rail {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(210, 165, 49, 0.32), rgba(255, 255, 255, 0.08));
}

.timeline-step {
  position: relative;
  min-height: 148px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 72px;
}

.timeline-dot {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 8px rgba(210, 165, 49, 0.04);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.timeline-card {
  width: calc(100% - 24px);
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 18, 37, 0.28);
  backdrop-filter: blur(8px);
  transform: scale(0.92);
  opacity: 0.72;
  transform-origin: center center;
  transition: transform 220ms ease, opacity 220ms ease, border-color 220ms ease, background 220ms ease;
}

.timeline-card h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.95rem;
  font-weight: 500;
  line-height: 1.05;
  color: rgba(246, 248, 255, 0.94);
}

.timeline-copy {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-26px);
  transition: max-height 240ms ease, opacity 200ms ease, margin-top 200ms ease, transform 240ms ease;
}

.timeline-copy p {
  margin: 0;
  color: rgba(246, 248, 255, 0.88);
  line-height: 1.8;
}

.timeline-step.is-active .timeline-card {
  transform: scale(1);
  opacity: 1;
  border-color: rgba(210, 165, 49, 0.34);
  background: rgba(10, 24, 48, 0.42);
}

.timeline-step.is-active .timeline-dot {
  background: var(--gold);
  box-shadow: 0 0 0 10px rgba(210, 165, 49, 0.12);
  transform: translateX(-50%) scale(1.08);
}

.timeline-step.is-active .timeline-copy {
  max-height: 220px;
  margin-top: 10px;
  opacity: 1;
  transform: translateX(0);
}


.timeline-step-left .timeline-card {
  grid-column: 1;
  justify-self: end;
  text-align: right;
  margin-right: 18px;
}

.timeline-step-left .process-step-tag,
.timeline-step-left .timeline-card h3,
.timeline-step-left .timeline-copy p {
  text-align: right;
}

.timeline-step-right .timeline-card {
  grid-column: 2;
  justify-self: start;
  text-align: left;
  margin-left: 18px;
}

.timeline-step-right .timeline-copy {
  transform: translateX(26px);
}

.process-mini {
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 18, 37, 0.28);
  backdrop-filter: blur(8px);
}

.process-step-tag {
  display: block;
  margin-bottom: 10px;
  color: rgba(125, 133, 150, 0.74);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cta-wrap {
  padding: 72px 24px 0;
  background: transparent;
}

.cta-block {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 74px 24px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
}

.site-footer,
.footer-shell {
  background: transparent;
}

.cta-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 12px;
  border: 1px solid rgba(210, 165, 49, 0.18);
  color: rgba(242, 226, 182, 0.72);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.info-section {
  padding: 48px 24px 120px;
}

.info-panel {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 42px 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 18, 37, 0.36);
  backdrop-filter: blur(10px);
}

.info-kicker {
  color: rgba(155, 197, 255, 0.84);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.info-title {
  margin: 14px 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(246, 248, 255, 0.96);
}

.info-copy {
  max-width: 820px;
  margin: 0;
  color: rgba(213, 220, 240, 0.62);
  line-height: 1.9;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.info-grid-metrics {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card {
  position: relative;
  padding: 22px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.info-card,
.editorial-card,
.contact-card,
.signal-card,
.contact-panel,
.contact-panel-form,
.contact-intro-note,
.contact-intro-mini-card,
.contact-mini-card,
.issue-card,
.benefit-card,
.story-card,
.timeline-card,
.process-mini,
.video-card {
  position: relative;
  border-color: rgba(104, 156, 255, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(116, 170, 255, 0.05),
    0 18px 42px rgba(3, 12, 30, 0.2);
}

.info-card::before,
.editorial-card::before,
.contact-card::before,
.signal-card::before,
.contact-panel::before,
.contact-panel-form::before,
.contact-intro-note::before,
.contact-intro-mini-card::before,
.contact-mini-card::before,
.issue-card::before,
.benefit-card::before,
.story-card::before,
.timeline-card::before,
.process-mini::before,
.video-card::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(132, 184, 255, 0.88), transparent);
  pointer-events: none;
}

.scene-card {
  position: absolute;
}

.ribbon-video-card,
.showcase-panel,
.contact-statement-panel {
  border-color: rgba(104, 156, 255, 0.22);
  box-shadow:
    inset 0 0 0 1px rgba(116, 170, 255, 0.05),
    0 18px 42px rgba(3, 12, 30, 0.2);
}

.info-card:nth-child(2),
.contact-card:nth-child(1),
.contact-card:nth-child(3),
.contact-mini-card:nth-child(1),
.editorial-card:nth-child(2),
.signal-card:nth-child(1),
.signal-card:nth-child(3),
.video-card:nth-child(1),
.video-card:nth-child(4),
.video-card:nth-child(7),
.video-card:nth-child(10),
.video-card:nth-child(13),
.video-card:nth-child(16),
.video-card:nth-child(19),
.video-card:nth-child(22),
.video-card:nth-child(25),
.video-card:nth-child(28),
.process-mini:nth-child(2),
.process-mini:nth-child(4),
.benefit-card:nth-child(1),
.benefit-card:nth-child(4),
.issue-card:nth-child(2) {
  border-color: rgba(210, 165, 49, 0.3);
  box-shadow: inset 0 0 0 1px rgba(210, 165, 49, 0.08), 0 20px 46px rgba(3, 9, 22, 0.18);
}

.info-card:nth-child(2)::before,
.contact-card:nth-child(1)::before,
.contact-card:nth-child(3)::before,
.contact-mini-card:nth-child(1)::before,
.editorial-card:nth-child(2)::before,
.signal-card:nth-child(1)::before,
.signal-card:nth-child(3)::before,
.video-card:nth-child(1)::before,
.video-card:nth-child(4)::before,
.video-card:nth-child(7)::before,
.video-card:nth-child(10)::before,
.video-card:nth-child(13)::before,
.video-card:nth-child(16)::before,
.video-card:nth-child(19)::before,
.video-card:nth-child(22)::before,
.video-card:nth-child(25)::before,
.video-card:nth-child(28)::before,
.process-mini:nth-child(2)::before,
.process-mini:nth-child(4)::before,
.benefit-card:nth-child(1)::before,
.benefit-card:nth-child(4)::before,
.issue-card:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(210, 165, 49, 0.92), transparent);
  pointer-events: none;
}

.info-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: rgba(246, 248, 255, 0.94);
}

.info-card p {
  margin: 0;
  color: rgba(213, 220, 240, 0.58);
  line-height: 1.8;
}

.home-trust-section {
  padding-top: 12px;
}

.home-trust-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: 26px;
  align-items: start;
}

.home-trust-copy .section-intro {
  margin-left: 0;
}

.home-trust-intro {
  max-width: 720px;
}

.home-trust-panel {
  position: relative;
  padding: 30px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: 0 20px 46px rgba(3, 9, 22, 0.18);
}

.home-checklist {
  display: grid;
  gap: 14px;
}

.home-check-item {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-check-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.home-check-item strong {
  color: rgba(242, 226, 182, 0.84);
  font-size: 0.92rem;
  line-height: 1.6;
}

.home-check-item span {
  color: rgba(213, 220, 240, 0.68);
  line-height: 1.8;
}

.site-footer {
  width: 100%;
  padding: 0 0 18px;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) auto;
  gap: 24px;
  align-items: center;
  width: 100%;
  padding: 18px 28px 16px;
  border-top: 1px solid rgba(104, 156, 255, 0.24);
  background:
    radial-gradient(circle at top right, rgba(210, 165, 49, 0.12), transparent 22%),
    radial-gradient(circle at left center, rgba(79, 140, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(11, 22, 44, 0.98), rgba(7, 15, 31, 0.99));
  box-shadow:
    inset 0 0 0 1px rgba(116, 170, 255, 0.05),
    0 -18px 42px rgba(2, 8, 21, 0.34);
  backdrop-filter: blur(16px);
  transform: translateY(18px);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

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

.cookie-banner.is-hidden {
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
}

.cookie-banner::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(132, 184, 255, 0.88), transparent);
}

.cookie-banner-copy {
  max-width: 860px;
}

.cookie-banner-copy h3 {
  margin: 10px 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.55rem, 2.8vw, 2.05rem);
  line-height: 0.98;
  color: rgba(247, 248, 255, 0.96);
}

.cookie-banner-copy p {
  margin: 0;
  color: rgba(209, 216, 236, 0.7);
  line-height: 1.65;
}

.cookie-banner-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(210, 165, 49, 0.18);
  color: rgba(242, 226, 182, 0.76);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.cookie-banner-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.cookie-banner-button:hover {
  transform: translateY(-2px);
}

.cookie-banner-button.is-secondary {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(214, 221, 240, 0.9);
}

.cookie-banner-button.is-primary {
  border-color: rgba(210, 165, 49, 0.36);
  background: linear-gradient(180deg, rgba(210, 165, 49, 0.96), rgba(189, 143, 23, 0.94));
  color: #0d162a;
}

.footer-shell {
  width: 100%;
  margin: 0;
  padding: 18px 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  gap: 28px;
}

.footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff4d8;
  text-decoration: none;
}

.footer-brand span {
  color: var(--gold);
}

.footer-copy,
.footer-links a,
.footer-bottom {
  color: rgba(213, 220, 240, 0.54);
}

.footer-copy,
.footer-links a {
  line-height: 1.65;
}

.footer-title {
  margin-bottom: 8px;
  color: rgba(213, 220, 240, 0.34);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 6px;
}

.footer-links a {
  text-decoration: none;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.72rem;
}

.bg-word {
  position: fixed;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(9rem, 20vw, 20rem);
  line-height: 0.8;
  color: rgba(210, 226, 255, 0.1);
  letter-spacing: -0.06em;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.bg-word-vertical {
  top: calc(52vh + 68px);
  left: -24px;
  transform: rotate(-90deg) translateX(-20%);
  transform-origin: left top;
}

.bg-word-horizontal {
  right: 0.5vw;
  bottom: -3vh;
}

.editorial-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.editorial-card,
.contact-card,
.signal-card,
.contact-panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  box-shadow: 0 20px 46px rgba(3, 9, 22, 0.18);
}

.editorial-index,
.contact-card-tag,
.signal-tag,
.contact-panel-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(210, 165, 49, 0.18);
  color: rgba(242, 226, 182, 0.72);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.editorial-card h3,
.contact-card h3,
.signal-card h3,
.contact-panel h3 {
  margin: 18px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.8rem, 2.7vw, 2.35rem);
  line-height: 1;
  color: rgba(245, 247, 255, 0.96);
}

.editorial-card p,
.contact-card p,
.signal-card p,
.showcase-text,
.showcase-points span,
.contact-list span {
  color: rgba(209, 216, 236, 0.62);
  line-height: 1.9;
}

.contact-card a,
.contact-list a {
  color: #fff0cb;
  text-decoration: none;
  font-weight: 700;
}

.contact-card {
  min-height: 228px;
  display: grid;
  align-content: space-between;
  background:
    radial-gradient(circle at top right, rgba(210, 165, 49, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(210, 165, 49, 0.26);
  box-shadow: 0 26px 50px rgba(3, 9, 22, 0.22);
}

.contact-card p {
  max-width: 28ch;
}

.showcase-shell,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 30px;
  align-items: start;
}

.showcase-copy,
.contact-intro-block {
  padding: 10px 0;
}

.contact-intro-block {
  position: sticky;
  top: 110px;
}

.contact-intro-note {
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 18, 33, 0.62), rgba(8, 15, 28, 0.8));
}

.contact-intro-note span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(210, 165, 49, 0.18);
  color: rgba(242, 226, 182, 0.78);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-intro-note p {
  margin: 12px 0 0;
  color: rgba(213, 220, 240, 0.64);
  line-height: 1.8;
}

.contact-intro-mini {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-intro-mini-card {
  padding: 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 16, 31, 0.34);
}

.contact-intro-mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(242, 226, 182, 0.84);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-intro-mini-card span {
  color: rgba(209, 216, 236, 0.62);
  line-height: 1.75;
}

.showcase-points {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.showcase-points div,
.contact-list li {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-points strong,
.contact-list strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(245, 235, 203, 0.9);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.showcase-panel {
  display: grid;
  gap: 18px;
}

.contact-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
}

.contact-actions {
  justify-content: flex-start;
}

.contact-panel-form {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(210, 165, 49, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 30px 70px rgba(3, 10, 24, 0.24);
}

.contact-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.contact-panel-mark {
  color: rgba(255, 255, 255, 0.06);
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.8;
}

.contact-form-intro {
  margin: 12px 0 0;
  color: rgba(209, 216, 236, 0.64);
  line-height: 1.85;
}

.contact-form {
  margin-top: 20px;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 4px;
}

.contact-field {
  display: grid;
  gap: 8px;
}

.contact-field span {
  color: rgba(242, 226, 182, 0.78);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(8, 16, 31, 0.66);
  color: rgba(247, 244, 236, 0.96);
  outline: none;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-field select {
  appearance: none;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: rgba(210, 165, 49, 0.42);
  box-shadow: 0 0 0 4px rgba(210, 165, 49, 0.08);
  background: rgba(8, 16, 31, 0.84);
}

.contact-field textarea {
  resize: vertical;
  min-height: 164px;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.contact-submit {
  border: 0;
  cursor: pointer;
}

.contact-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contact-mini-card {
  position: relative;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 16, 31, 0.46);
  transition: transform 180ms ease, border-color 180ms ease;
}

.contact-mini-card:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 165, 49, 0.24);
}

.contact-mini-card strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(242, 226, 182, 0.84);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-mini-card a {
  color: rgba(247, 244, 236, 0.94);
  text-decoration: none;
  font-weight: 700;
}

.contact-statement {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 26px;
  align-items: start;
}

.contact-statement-panel {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 18, 33, 0.82), rgba(8, 15, 28, 0.92));
  box-shadow: 0 20px 46px rgba(3, 9, 22, 0.18);
}

.contact-statement-row + .contact-statement-row {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-statement-row strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(242, 226, 182, 0.84);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-statement-row span {
  color: rgba(209, 216, 236, 0.64);
  line-height: 1.84;
}

.channel-link {
  color: #fff0cb;
  text-decoration: none;
}

.video-ribbon-section {
  position: relative;
  padding: 18px 0 34px;
  overflow: hidden;
}

.video-ribbon-section::before,
.video-ribbon-section::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  height: 1px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, rgba(210, 165, 49, 0.9) 18%, rgba(255, 233, 179, 0.98) 50%, rgba(210, 165, 49, 0.9) 82%, transparent);
  box-shadow: 0 0 14px rgba(210, 165, 49, 0.22);
}

.video-ribbon-section::before {
  top: 0;
}

.video-ribbon-section::after {
  bottom: 0;
}

.video-ribbon-shell {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 8px;
}

.video-ribbon-shell::before,
.video-ribbon-shell::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 110px;
  z-index: 2;
  pointer-events: none;
}

.video-ribbon-shell::before {
  left: 0;
  background: linear-gradient(90deg, rgba(9, 21, 39, 0.98), rgba(9, 21, 39, 0));
}

.video-ribbon-shell::after {
  right: 0;
  background: linear-gradient(270deg, rgba(9, 21, 39, 0.98), rgba(9, 21, 39, 0));
}

.video-ribbon-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 0 24px;
  animation: ribbonDrift 46s linear infinite;
}

.video-ribbon-shell:hover .video-ribbon-track {
  animation-play-state: paused;
}

.ribbon-video-card {
  position: relative;
  width: 360px;
  min-height: 278px;
  display: grid;
  grid-template-rows: 1fr auto;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(10, 19, 36, 0.92), rgba(8, 15, 28, 0.98));
  color: #fff;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(3, 9, 22, 0.2);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ribbon-video-thumb {
  position: relative;
  display: block;
  min-height: 196px;
  background:
    linear-gradient(180deg, rgba(5, 9, 20, 0.02), rgba(5, 9, 20, 0.42)),
    var(--thumb) center / cover no-repeat;
}

.ribbon-video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(4, 8, 18, 0.08), rgba(4, 8, 18, 0.24) 56%, rgba(4, 8, 18, 0.48));
}

.ribbon-video-card::before {
  content: ">";
  position: absolute;
  left: 50%;
  top: 98px;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(8, 16, 31, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  color: rgba(255, 241, 206, 0.94);
  font-size: 1.15rem;
  line-height: 1;
  z-index: 1;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.ribbon-video-card > * {
  z-index: 2;
}

.ribbon-video-card:hover,
.ribbon-video-card:focus-visible,
.ribbon-video-card.is-active {
  transform: scale(1.045);
  border-color: rgba(210, 165, 49, 0.34);
  box-shadow: 0 28px 58px rgba(3, 9, 22, 0.3);
}

.ribbon-video-card:hover::before,
.ribbon-video-card:focus-visible::before,
.ribbon-video-card.is-active::before {
  transform: translate(-50%, -50%) scale(1.08);
  background: rgba(210, 165, 49, 0.18);
  border-color: rgba(210, 165, 49, 0.44);
}

.ribbon-video-guest {
  position: absolute;
  left: 14px;
  top: 14px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 31, 0.54);
  color: rgba(245, 247, 255, 0.92);
  font-size: 0.48rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ribbon-video-card strong {
  position: relative;
  display: block;
  padding: 16px 16px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(9, 18, 33, 0.92), rgba(8, 15, 28, 0.98));
  font-family: var(--body, inherit);
  font-size: 0.74rem;
  line-height: 1.42;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 244, 236, 0.9);
}

@keyframes ribbonDrift {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

.video-library .section-intro {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.video-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 24px;
  align-items: start;
}

.video-spotlight {
  position: sticky;
  top: 96px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(10, 23, 48, 0.92), rgba(7, 18, 38, 0.88));
  box-shadow: 0 24px 60px rgba(2, 7, 19, 0.28);
  overflow: hidden;
}

.video-spotlight::before {
  content: "";
  position: absolute;
  inset: -10% auto auto -12%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 165, 49, 0.26), transparent 70%);
  pointer-events: none;
}

.video-frame-wrap {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #050c18;
}

.video-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.video-meta {
  position: relative;
  margin-top: 18px;
  z-index: 1;
}

.video-meta-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(210, 165, 49, 0.18);
  color: rgba(242, 226, 182, 0.76);
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.video-meta h3 {
  margin: 16px 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  color: rgba(248, 249, 255, 0.96);
}

.video-meta p {
  margin: 0;
  color: rgba(209, 216, 236, 0.64);
  line-height: 1.9;
}

.video-meta-actions {
  justify-content: flex-start;
}

.video-rail {
  display: grid;
  gap: 16px;
}

.video-card {
  width: 100%;
  display: grid;
  gap: 10px;
  text-align: left;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  color: inherit;
  cursor: pointer;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease, box-shadow 220ms ease;
  box-shadow: 0 16px 34px rgba(3, 9, 22, 0.12);
}

.video-card:hover,
.video-card.is-active {
  transform: translateY(-4px);
  border-color: rgba(210, 165, 49, 0.32);
  background: linear-gradient(180deg, rgba(210, 165, 49, 0.14), rgba(255, 255, 255, 0.04));
  box-shadow: 0 22px 42px rgba(3, 9, 22, 0.22);
}

.video-card-index,
.video-card-guest {
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.video-card-index {
  color: rgba(255, 255, 255, 0.4);
}

.video-card-guest {
  color: rgba(242, 226, 182, 0.8);
}

.video-card strong {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(1.7rem, 2.2vw, 2.4rem);
  line-height: 0.98;
  color: rgba(248, 249, 255, 0.96);
  font-weight: 600;
}

.video-card-copy {
  color: rgba(209, 216, 236, 0.6);
  line-height: 1.8;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(4, 8, 18, 0.82);
  backdrop-filter: blur(12px);
}

.video-modal.is-open {
  display: flex;
}

.video-modal-dialog {
  width: min(1100px, 100%);
  position: relative;
}

.video-modal-close {
  margin-left: auto;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(8, 16, 31, 0.72);
  color: rgba(247, 244, 236, 0.92);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.62rem;
  font-weight: 800;
  cursor: pointer;
}

.video-modal-frame {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #050c18;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.36);
}

.video-modal-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}


@media (max-width: 920px) {
  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 16px 14px;
  }

  .cookie-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-banner-button {
    width: 100%;
  }

  .site-header {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 24px;
  }

  .site-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
  }

  .hero {
    padding-top: 190px;
  }

  .hero-stats {
    gap: 18px 26px;
  }

  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-grid-metrics,
  .home-services-grid,
  .home-trust-shell {
    grid-template-columns: 1fr;
  }

  .feature-row,
  .process-grid,
  .issue-grid,
  .benefit-grid,
  .story-layout,
  .presence-shell,
  .contact-statement,
  .editorial-grid,
  .contact-grid,
  .showcase-shell,
  .contact-layout,
  .video-stage {
    grid-template-columns: 1fr;
  }

  .video-spotlight {
    position: relative;
    top: 0;
  }

  .video-ribbon-shell::before,
  .video-ribbon-shell::after {
    width: 36px;
  }

  .ribbon-video-card {
    width: 300px;
    min-height: 238px;
  }

  .ribbon-video-thumb {
    min-height: 162px;
  }

  .contact-form-grid,
  .contact-mini-grid {
    grid-template-columns: 1fr;
  }

  .presence-caption {
    width: calc(100% - 24px);
    margin-top: -22px;
  }

  .story-sticky {
    position: relative;
    top: 0;
  }

  .story-step {
    min-height: auto;
    padding: 18px 0;
  }

  .cards-pin {
    height: auto;
  }

  .cards-stage {
    position: relative;
    top: 0;
    height: auto;
    display: grid;
    gap: 18px;
    place-items: stretch;
  }

  .cards-stage-head {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    margin-bottom: 16px;
  }

  .story-progress {
    width: 100%;
  }

  .scene-card {
    position: relative;
    inset: auto;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    margin-top: 0;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .timeline-steps {
    width: 100%;
  }

  .timeline-step {
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .timeline-rail {
    left: 22px;
    transform: none;
  }

  .timeline-dot {
    left: 22px;
    transform: none;
  }

  .timeline-step-left .timeline-card,
  .timeline-step-right .timeline-card {
    grid-column: 1;
    justify-self: stretch;
    width: auto;
    margin-left: 60px;
    margin-right: 0;
    text-align: left;
  }

  .timeline-step.is-active .timeline-dot {
    transform: scale(1.08);
  }
}
