
@font-face {
  font-family: "Proxima Nova";
  src: url("assets/fonts/Proxima Nova Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("assets/fonts/Proxima Nova Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("assets/fonts/Proxima Nova Semibold.ttf") format("truetype");
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("assets/fonts/Proxima Nova Extrabold.ttf") format("truetype");
  font-weight: 800 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --charcoal: #0d0e13;
  --ink: #13151b;
  --paper: #ffffff;
  --paper-2: #ffffff;
  --warm: #e9e9e7;
  --muted: #666a74;
  --line: rgba(17, 20, 28, 0.14);
  --line-soft: rgba(255, 255, 255, 0.22);
  --white: #ffffff;
  --accent: #13151b;
  --accent-dark: #0a0a0b;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id] {
  scroll-margin-top: 92px;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Proxima Nova", "Aptos", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.026;
  background-image:
    linear-gradient(rgba(17, 20, 28, 0.35) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 20, 28, 0.24) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 50%;
  width: 100%;
  min-height: 82px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(28px, 5vw, 74px);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: rgba(20, 19, 17, 0.2);
  box-shadow: none;
  backdrop-filter: blur(14px) saturate(1.04);
  animation: headerDrop 850ms var(--ease) both;
  transition:
    top 700ms var(--ease),
    width 700ms var(--ease),
    min-height 700ms var(--ease),
    padding 700ms var(--ease),
    border-color 700ms var(--ease),
    border-radius 700ms var(--ease),
    background 700ms var(--ease),
    box-shadow 700ms var(--ease);
}

.site-header.is-scrolled {
  top: 18px;
  width: min(1160px, calc(100% - 32px));
  min-height: 66px;
  padding: 8px 12px 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  background: rgba(250, 250, 249, 0.82);
  box-shadow: 0 18px 58px rgba(17, 20, 28, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(24px) saturate(1.08);
}

.brand {
  width: 46px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: width 700ms var(--ease), height 700ms var(--ease), padding 700ms var(--ease), border-radius 700ms var(--ease), background 700ms var(--ease), box-shadow 700ms var(--ease);
}

.site-header.is-scrolled .brand {
  width: 38px;
  height: 48px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.brand img {
  width: auto;
  height: 54px;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transform: none;
  filter: invert(1) brightness(1.8);
  transition: height 700ms var(--ease), filter 700ms var(--ease);
}

.site-header.is-scrolled .brand img {
  height: 44px;
  filter: none;
}

.nav {
  justify-self: center;
  display: flex;
  gap: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
}

.site-header.is-scrolled .nav {
  color: rgba(17, 20, 28, 0.7);
}

.nav a {
  transition: color 520ms var(--ease), transform 520ms var(--ease);
}

.nav a:hover {
  color: var(--white);
  transform: translateY(-1px);
}

.site-header.is-scrolled .nav a:hover {
  color: var(--ink);
}

.header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--white);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  transition: transform 520ms var(--ease), background 520ms var(--ease), color 520ms var(--ease);
}

.site-header.is-scrolled .header-cta {
  background: var(--ink);
  color: var(--white);
}

.header-cta:hover {
  transform: translateY(-2px);
  background: #222225;
}

.menu-btn {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  cursor: pointer;
}

.menu-btn span {
  position: absolute;
  left: 15px;
  right: 15px;
  height: 1px;
  background: var(--white);
  transition: top 520ms var(--ease), transform 520ms var(--ease);
}

.menu-btn span:first-child { top: 19px; }
.menu-btn span:last-child { top: 28px; }
.menu-btn[aria-expanded="true"] span:first-child { top: 24px; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] span:last-child { top: 24px; transform: rotate(-45deg); }

.mobile-menu {
  position: fixed;
  z-index: 19;
  top: 96px;
  left: 16px;
  right: 16px;
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 28px;
  background: rgba(239, 239, 239, 0.9);
  box-shadow: 0 24px 70px rgba(17, 20, 28, 0.2);
  backdrop-filter: blur(24px);
}

.mobile-menu a {
  padding: 15px 16px;
  border-radius: 18px;
  font-weight: 800;
}

.hero {
  min-height: 100dvh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 124px clamp(24px, 5vw, 74px) 58px;
  background: var(--charcoal);
  color: var(--white);
}

.hero-media {
  position: absolute;
  inset: 0;
}
.hero-media picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
  filter: grayscale(1) contrast(1.02) brightness(0.72);
  transform: scale(1);
  animation: slowZoom 16s var(--ease) both;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20, 19, 17, 0.95), rgba(20, 19, 17, 0.62) 45%, rgba(20, 19, 17, 0.22) 78%),
    linear-gradient(0deg, rgba(20, 19, 17, 0.86), rgba(20, 19, 17, 0.16) 70%);
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero .reveal {
  filter: blur(0);
}

.hero-copy {
  min-width: 0;
  max-width: 820px;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-weight: 600;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 800px;
  margin-top: 0;
  color: var(--white);
  font-size: clamp(58px, 7.1vw, 104px);
  line-height: 0.94;
  overflow-wrap: break-word;
}

h2 {
  font-size: clamp(38px, 5.2vw, 76px);
  line-height: 1;
}

h3,
p {
  margin-top: 0;
}

.lead {
  max-width: 640px;
  margin: 24px 0 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.58;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 999px;
  padding: 7px 7px 7px 21px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  transition: transform 620ms var(--ease), background 620ms var(--ease), color 620ms var(--ease), border-color 620ms var(--ease);
}

.btn:hover { transform: translateY(-3px); }
.btn:active { transform: scale(0.98); }

.btn i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-style: normal;
  transition: transform 620ms var(--ease), background 620ms var(--ease);
}

.btn:hover i {
  transform: translate(3px, -2px);
}

.arrow-icon {
  position: relative;
}

.arrow-icon::before,
.arrow-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.arrow-icon::before {
  width: 13px;
  height: 1.5px;
  background: currentColor;
  transform: rotate(-45deg);
}

.arrow-icon::after {
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: translate(2px, -2px);
}

.primary {
  background: var(--white);
  color: var(--ink);
}

.primary i {
  background: rgba(17, 20, 28, 0.1);
}

.ghost {
  padding-right: 22px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.035);
  color: var(--white);
}

.process-card span,
.expert span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.section {
  padding: clamp(84px, 10vw, 150px) clamp(18px, 5vw, 74px);
}

.opening {
  background: linear-gradient(180deg, var(--paper), #f0f0ef);
}

.opening-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.62fr);
  gap: clamp(32px, 7vw, 98px);
  align-items: end;
}

.opening-lead {
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.72;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.metric-row div {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px 22px 20px;
  border-right: 1px solid var(--line);
  background: transparent;
  transition: background 520ms var(--ease), transform 520ms var(--ease);
}

.metric-row div:last-child {
  border-right: 0;
}

.metric-row div::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0.18);
  transform-origin: left;
  opacity: 0.46;
  transition: transform 620ms var(--ease), opacity 620ms var(--ease);
}

.metric-row.in-view div::before {
  transform: scaleX(1);
}

.metric-row.in-view div:nth-child(2)::before {
  transition-delay: 140ms;
}

.metric-row.in-view div:nth-child(3)::before {
  transition-delay: 280ms;
}

.metric-row div:hover {
  background: rgba(255, 255, 255, 0.34);
  transform: translateY(-3px);
}

.metric-row div:hover::before {
  transform: scaleX(1);
  opacity: 0.8;
}

.metric-row b {
  position: relative;
  margin-bottom: 28px;
  color: rgba(17, 20, 28, 0.5);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1;
  transition: color 520ms var(--ease), transform 520ms var(--ease);
}

.metric-row span {
  position: relative;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.metric-row p {
  position: relative;
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.42;
}

.metric-row div:hover b {
  color: var(--accent-dark);
  transform: translateY(-2px);
}

.marquee-band {
  overflow: visible;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ebebe9;
}

.process {
  display: grid;
  grid-template-columns: minmax(320px, 0.68fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 118px);
  padding-top: clamp(62px, 6vw, 88px);
  padding-bottom: clamp(72px, 7vw, 104px);
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.35), transparent 28%),
    linear-gradient(180deg, var(--warm), #dcdcda);
}

.process-sticky {
  position: sticky;
  top: 132px;
  align-self: start;
}

.process-sticky h2 {
  margin: 0 0 24px;
  font-size: clamp(48px, 5vw, 76px);
}

.process-note {
  max-width: 460px;
  margin: -4px 0 24px;
  color: rgba(17, 20, 28, 0.62);
  font-size: 16px;
  line-height: 1.58;
}

.process-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  counter-reset: process;
}

.process-list::before {
  display: none;
}

.process-list::after {
  display: none;
}

.process-card {
  position: relative;
  overflow: hidden;
  min-height: 232px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 28px 22px;
  border: 1px solid rgba(17, 20, 28, 0.12);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transform: translateY(18px);
  transition:
    opacity 850ms var(--ease),
    transform 850ms var(--ease),
    background 650ms var(--ease),
    border-color 650ms var(--ease),
    box-shadow 650ms var(--ease);
}

.process-card::before {
  content: "";
  position: absolute;
  inset: auto 28px 22px 28px;
  z-index: 1;
  height: 2px;
  background: rgba(17, 20, 28, 0.62);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1000ms var(--ease);
}

.process-card::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 10px;
  color: rgba(17, 20, 28, 0.08);
  font-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-size: 118px;
  font-weight: 600;
  line-height: 1;
  pointer-events: none;
}

.process-card:hover {
  transform: translateY(10px);
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(17, 20, 28, 0.32);
  box-shadow: 0 28px 84px rgba(17, 20, 28, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.process-card > * {
  display: block;
}

.process-card span,
.process-card h3,
.process-card p {
  position: relative;
  z-index: 1;
}

.process-card span {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0 0 16px;
  color: rgba(17, 20, 28, 0.56);
  font-family: "Proxima Nova", "Aptos", "Segoe UI", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: none;
  transition: color 700ms var(--ease), transform 700ms var(--ease);
}

.process-card:nth-child(1)::after { content: "01"; }
.process-card:nth-child(2)::after { content: "02"; }
.process-card:nth-child(3)::after { content: "03"; }
.process-card:nth-child(4)::after { content: "04"; }

.process-card:nth-child(1),
.process-card:nth-child(4) {
  grid-column: span 2;
  min-height: 246px;
}

.process-card:nth-child(1) {
  padding-right: min(22vw, 310px);
}

.process-card:nth-child(4) {
  min-height: 236px;
  background:
    linear-gradient(145deg, rgba(17, 20, 28, 0.9), rgba(17, 20, 28, 0.66)),
    var(--charcoal);
  color: var(--white);
}

.process-card:nth-child(4)::after {
  color: rgba(255, 255, 255, 0.08);
}

.process-card:nth-child(4) span {
  color: rgba(255, 255, 255, 0.58);
}

.process-card:nth-child(4) p {
  color: rgba(255, 255, 255, 0.66);
}

.process-card h3 {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 0;
  font-size: clamp(29px, 3vw, 46px);
  line-height: 1;
}

.process-card p {
  max-width: 610px;
  margin-bottom: 14px;
  color: rgba(17, 20, 28, 0.62);
  font-size: 15.8px;
  line-height: 1.48;
}

.process-proof {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: 100%;
  margin: auto 0 16px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(17, 20, 28, 0.13);
}

.process-card:nth-child(2) .process-proof,
.process-card:nth-child(3) .process-proof {
  grid-template-columns: 1fr;
  gap: 10px;
}

.process-proof div {
  min-width: 0;
  padding-right: 18px;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 720ms var(--ease), transform 720ms var(--ease);
}

.process-proof div + div {
  padding-left: 18px;
  border-left: 1px solid rgba(17, 20, 28, 0.11);
}

.process-card:nth-child(2) .process-proof div,
.process-card:nth-child(3) .process-proof div {
  padding: 0;
  border-left: 0;
}

.process-proof dt {
  margin-bottom: 4px;
  color: rgba(17, 20, 28, 0.62);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-proof dd {
  margin: 0;
  color: rgba(17, 20, 28, 0.72);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.32;
}

.process-card:nth-child(4) .process-proof {
  border-top-color: rgba(255, 255, 255, 0.14);
}

.process-card:nth-child(4) .process-proof div + div {
  border-left-color: rgba(255, 255, 255, 0.12);
}

.process-card:nth-child(4) .process-proof dt {
  color: rgba(255, 255, 255, 0.54);
}

.process-card:nth-child(4) .process-proof dd {
  color: rgba(255, 255, 255, 0.78);
}

.process-list.in-view .process-proof div {
  opacity: 1;
  transform: translateY(0);
}

.process-list.in-view .process-proof div:nth-child(2) {
  transition-delay: 120ms;
}

.process-list.in-view .process-proof div:nth-child(3) {
  transition-delay: 240ms;
}

.process-list.in-view .process-card {
  opacity: 1;
  transform: translateY(0);
}

.process-list.in-view .process-card:nth-child(2) { transition-delay: 120ms; }
.process-list.in-view .process-card:nth-child(3) { transition-delay: 220ms; }
.process-list.in-view .process-card:nth-child(4) { transition-delay: 320ms; }

.process-list.in-view .process-card::before {
  transform: scaleX(1);
}

.process-list.in-view .process-card:nth-child(2)::before { transition-delay: 240ms; }
.process-list.in-view .process-card:nth-child(3)::before { transition-delay: 340ms; }
.process-list.in-view .process-card:nth-child(4)::before { transition-delay: 440ms; }

.process-card.is-current {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.45);
  border-color: rgba(17, 20, 28, 0.36);
}

.process-card:nth-child(4).is-current {
  background:
    linear-gradient(145deg, rgba(17, 20, 28, 0.94), rgba(17, 20, 28, 0.72)),
    var(--charcoal);
}

.process-card.is-current span,
.process-card:hover span {
  color: var(--accent-dark);
  transform: translateX(4px);
}

.media-band {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr 1fr;
  background: var(--charcoal);
}

.media-band img {
  width: 100%;
  height: clamp(280px, 40vw, 620px);
  object-fit: cover;
  filter: grayscale(1) contrast(1.03) brightness(0.9);
  transition: transform 900ms var(--ease), filter 900ms var(--ease);
}

.media-band img:hover {
  transform: scale(1.018);
  filter: grayscale(1) contrast(1.02);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(260px, 0.5fr);
  gap: clamp(28px, 7vw, 92px);
  align-items: end;
  margin-bottom: 52px;
}

.section-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.offer {
  background: var(--paper);
}


.offer-grid {
  display: grid;
  grid-template-columns: minmax(360px, 1.08fr) minmax(0, 0.78fr) minmax(0, 0.78fr);
  grid-auto-rows: minmax(236px, auto);
  gap: 14px;
  perspective: 1400px;
}

.offer-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  min-height: 258px;
  padding: 28px;
  border: 1px solid rgba(17, 20, 28, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.78), rgba(226, 226, 226, 0.48)),
    var(--paper);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 620ms var(--ease),
    transform 620ms var(--ease),
    border-color 520ms var(--ease),
    background 520ms var(--ease),
    box-shadow 520ms var(--ease);
}

.offer-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(17, 20, 28, 0.18), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent 42%);
  transition: opacity 420ms var(--ease);
}

.offer-card::after {
  content: "";
  position: absolute;
  right: 28px;
  bottom: 26px;
  width: 72px;
  height: 1px;
  background: rgba(17, 20, 28, 0.36);
  transform: scaleX(0.48);
  transform-origin: right;
  transition: transform 520ms var(--ease), background 520ms var(--ease);
}

.offer-grid.in-view .offer-card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.offer-grid.in-view .offer-card:nth-child(2) { transition-delay: 70ms; }
.offer-grid.in-view .offer-card:nth-child(3) { transition-delay: 130ms; }
.offer-grid.in-view .offer-card:nth-child(4) { transition-delay: 190ms; }

.offer-card:hover {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(17, 20, 28, 0.3);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(222, 222, 222, 0.58)),
    var(--paper-2);
  box-shadow: 0 30px 88px rgba(17, 20, 28, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.offer-card:hover::before {
  opacity: 1;
}

.offer-card:hover::after {
  transform: scaleX(1);
  background: rgba(17, 20, 28, 0.58);
}

.offer-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 32px;
}

.offer-card-top span {
  color: rgba(17, 20, 28, 0.68);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.offer-card-top b {
  color: rgba(17, 20, 28, 0.2);
  font-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-size: clamp(54px, 6vw, 96px);
  font-weight: 600;
  line-height: 0.72;
  font-variant-numeric: tabular-nums;
}

.offer-card-body {
  position: relative;
  z-index: 1;
  align-self: end;
}

.offer-card h3 {
  max-width: 520px;
  margin: 18px 0 12px;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1.02;
  text-wrap: balance;
}

.offer-card p {
  max-width: 560px;
  margin: 0;
  color: rgba(17, 20, 28, 0.62);
  font-size: 15px;
  line-height: 1.58;
}

.offer-card > a {
  position: relative;
  z-index: 1;
  align-self: end;
  justify-self: start;
  margin-top: 28px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.offer-card > a::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 320ms var(--ease);
}

.offer-card > a:hover::after,
.offer-card > a:focus-visible::after {
  transform: translate(4px, -1px) rotate(45deg);
}

.offer-card > a:focus-visible {
  outline: 2px solid rgba(17, 20, 28, 0.5);
  outline-offset: 6px;
  border-radius: 999px;
}

@media (max-width: 1180px) {
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .offer-grid,
  .offer-card--wide {
    grid-template-columns: 1fr;
  }

  .offer-card,
  .offer-card--audit,
  .offer-card--wide {
    grid-column: auto;
    min-height: 240px;
    padding: 24px;
    border-radius: 22px;
  }
}

.experts {
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 16%, rgba(127, 127, 127, 0.12), transparent 26%),
    #efefee;
}

.experts-stage {
  position: relative;
  padding: 10px 0 2px;
}

.experts-stage::before,
.experts-stage::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 58px;
  z-index: 2;
  width: 86px;
  pointer-events: none;
}

.experts-stage::before {
  left: 0;
  background: linear-gradient(90deg, #efefee, transparent);
}

.experts-stage::after {
  right: 0;
  background: linear-gradient(270deg, #efefee, transparent);
}

.experts-rail {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: clamp(18px, 5vw, 74px);
  padding: 8px clamp(18px, 5vw, 74px) 34px;
  margin-inline: calc(clamp(18px, 5vw, 74px) * -1);
  scrollbar-width: thin;
  scrollbar-color: rgba(127, 127, 127, 0.58) rgba(17, 20, 28, 0.08);
}

.experts-rail::-webkit-scrollbar,
.logo-wall::-webkit-scrollbar {
  height: 8px;
}

.experts-rail::-webkit-scrollbar-track,
.logo-wall::-webkit-scrollbar-track {
  background: rgba(17, 20, 28, 0.07);
  border-radius: 999px;
}

.experts-rail::-webkit-scrollbar-thumb,
.logo-wall::-webkit-scrollbar-thumb {
  background: rgba(127, 127, 127, 0.62);
  border-radius: 999px;
}

.experts-rail.is-dragging,
.logo-wall.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.expert {
  position: relative;
  overflow: hidden;
  flex: 0 0 188px;
  min-height: 430px;
  scroll-snap-align: start;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  transition: flex-basis 760ms var(--ease), border-radius 760ms var(--ease), transform 700ms var(--ease), background 700ms var(--ease), box-shadow 700ms var(--ease);
}

.expert:hover,
.expert:focus-visible,
.expert.is-active {
  flex-basis: 460px;
  transform: translateY(-5px);
  border-radius: 28px;
  background: var(--paper-2);
  box-shadow: 0 28px 84px rgba(17, 20, 28, 0.08);
  outline: none;
}

.expert img {
  width: calc(100% - 28px);
  height: 186px;
  margin: 14px auto 0;
  border: 0;
  border-radius: 20px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.02);
  box-shadow: none;
  transition: width 760ms var(--ease), height 760ms var(--ease), margin 760ms var(--ease), border-radius 760ms var(--ease);
}

.expert:hover img,
.expert:focus-visible img,
.expert.is-active img {
  width: calc(100% - 36px);
  height: 205px;
  margin-top: 18px;
  border-radius: 22px;
}

.expert div {
  padding: 24px 24px 28px;
}

.expert h3 {
  margin: 10px 0 0;
  font-size: 21px;
  line-height: 1.1;
  text-align: left;
  transition: text-align 500ms var(--ease), font-size 500ms var(--ease);
}

.expert span {
  text-align: left;
  transition: text-align 500ms var(--ease);
}

.expert:hover h3,
.expert:focus-visible h3,
.expert.is-active h3 {
  text-align: left;
  font-size: 30px;
}

.expert:hover span,
.expert:focus-visible span,
.expert.is-active span {
  text-align: left;
}

.expert p {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  color: var(--muted);
  line-height: 1.55;
  transition: max-height 700ms var(--ease), opacity 520ms var(--ease), margin 520ms var(--ease);
}

.expert:hover p,
.expert:focus-visible p,
.expert.is-active p {
  max-height: 130px;
  margin-top: 14px;
  opacity: 1;
}

.references {
  background: var(--paper);
}

.logo-wall {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: rgba(127, 127, 127, 0.58) rgba(17, 20, 28, 0.08);
}

.logo-wall figure {
  position: relative;
  overflow: hidden;
  flex: 0 0 232px;
  min-height: 164px;
  scroll-snap-align: start;
  margin: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.56);
  text-align: center;
  box-shadow: 0 20px 62px rgba(17, 20, 28, 0.04), inset 0 1px 0 rgba(255, 255, 255, 0.58);
  transition: transform 650ms var(--ease), background 650ms var(--ease), box-shadow 650ms var(--ease);
}

.logo-wall figure:hover {
  transform: translateY(-4px);
  border-radius: 22px;
  background: var(--paper-2);
  box-shadow: 0 30px 84px rgba(17, 20, 28, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.66);
}

.logo-wall img {
  max-width: 150px;
  max-height: 58px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.05);
}

.logo-wall figure:nth-child(2) img {
  max-height: 76px;
}

.logo-wall figcaption {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.text-logo b {
  font-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-size: 30px;
  line-height: 1;
}

.contact {
  display: grid;
  grid-template-columns: minmax(300px, 0.76fr) minmax(420px, 0.72fr);
  gap: clamp(34px, 7vw, 96px);
  align-items: start;
  background: var(--charcoal);
  color: var(--white);
}

.contact-copy h2 {
  margin: 24px 0;
}

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

.contact-facts li {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-facts b {
  color: var(--white);
}

.contact-facts span {
  color: rgba(255, 255, 255, 0.62);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.038)),
    rgba(255, 255, 255, 0.07);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.contact-form label {
  min-width: 0;
  display: grid;
  gap: 9px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  transition: transform 520ms var(--ease), background 520ms var(--ease), border-color 520ms var(--ease);
}

.contact-form label:focus-within {
  transform: none;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.16);
  color: var(--white);
  font: inherit;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  padding: 14px 15px;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: background 500ms var(--ease), box-shadow 500ms var(--ease);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.contact-form select option {
  color: var(--ink);
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  background: rgba(0, 0, 0, 0.27);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.contact-form label.invalid {
  color: #e6a082;
}

.contact-form label.invalid input,
.contact-form label.invalid select,
.contact-form label.invalid textarea {
  border-color: rgba(198, 109, 76, 0.74);
}

.contact-form small {
  min-height: 14px;
  color: #e6a082;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.wide,
.contact-form .btn,
.form-note {
  grid-column: 1 / -1;
}

.consent {
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 12px;
  min-height: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.45;
  text-transform: none;
}

.consent input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: var(--accent);
}

.consent span {
  color: rgba(255, 255, 255, 0.62);
}

.form-note {
  min-height: 22px;
  margin: 0 8px 4px;
  color: rgba(255, 255, 255, 0.72);
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 28px clamp(18px, 5vw, 74px);
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: var(--paper);
}

.footer img {
  width: 34px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  filter: none;
  transition: opacity 850ms var(--ease), transform 850ms var(--ease);
  will-change: opacity, transform;
}

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

@keyframes headerDrop {
  from { opacity: 0; transform: translate(-50%, -18px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes slowZoom {
  from { transform: scale(1.03); }
  to { transform: scale(1); }
}

@keyframes marqueeMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

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

@media (max-width: 1100px) {
  .hero,
  .opening-grid,
  .process,
  .contact {
    grid-template-columns: 1fr;
  }

  .process-sticky {
    position: static;
  }

  .section-head {
    grid-template-columns: 1fr;
  }

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

  .process-list {
    grid-template-columns: 1fr;
  }

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

  .process-card:nth-child(1) {
    padding-right: 30px;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .nav,
  .header-cta {
    display: none;
  }

  .menu-btn {
    display: block;
    justify-self: end;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metric-row div,
  .metric-row div:last-child {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .metric-row div:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 12px;
    left: 12px;
    right: 12px;
    width: auto;
    min-height: 62px;
    transform: none;
    animation: none;
  }

  .brand {
    width: 38px;
    height: 48px;
    padding: 0;
    border-radius: 0;
  }

  .brand img {
    width: auto;
    height: 44px;
  }

  .hero {
    min-height: 100dvh;
    grid-template-columns: minmax(0, 1fr);
    padding: 120px 28px 30px 18px;
  }

  .hero-copy,
  .lead {
    width: 100%;
    max-width: 100%;
  }

  .hero-copy {
    max-width: 340px;
  }

  h1 {
    font-size: clamp(40px, 10.5vw, 48px);
    line-height: 0.98;
    max-width: 340px;
    overflow-wrap: normal;
  }

  h2 {
    font-size: clamp(36px, 12vw, 54px);
  }

  .lead {
    max-width: 330px;
    font-size: 15.5px;
    overflow-wrap: anywhere;
  }

  .hero-actions,
  .btn {
    width: 100%;
  }

  .section {
    padding: 74px 18px;
  }

  .offer-grid,
  .media-band,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .media-band img {
    height: 310px;
  }

  .process-card,
  .expert,
  .logo-wall figure,
  .contact-form {
    border-radius: 20px;
  }

  .process-card {
    min-height: 250px;
    padding: 28px 22px 24px;
  }

  .process-card:nth-child(1),
  .process-card:nth-child(4) {
    min-height: 270px;
  }

  .process-proof,
  .process-card:nth-child(2) .process-proof,
  .process-card:nth-child(3) .process-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .process-proof div,
  .process-proof div + div {
    padding: 0;
    border-left: 0;
  }

  .process-card::after {
    right: 16px;
    top: 18px;
    font-size: 100px;
  }

  .process-card::before {
    left: 22px;
    right: 22px;
    bottom: 22px;
  }

  .contact-form label {
    border-radius: 0;
  }

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


/* Process decision map redesign 2026-06-22 */
.process {
  grid-template-columns: minmax(360px, 0.72fr) minmax(0, 1.18fr);
  gap: clamp(54px, 7vw, 104px);
  padding-top: clamp(58px, 6vw, 86px);
  padding-bottom: clamp(66px, 7vw, 96px);
  background:
    radial-gradient(circle at 9% 16%, rgba(255, 255, 255, 0.48), transparent 30%),
    radial-gradient(circle at 84% 78%, rgba(17, 20, 28, 0.16), transparent 34%),
    linear-gradient(180deg, #eaeae8 0%, #dddddb 100%);
}

.process-sticky h2 {
  max-width: 560px;
  margin-bottom: 22px;
  text-wrap: balance;
}

.process-note {
  max-width: 500px;
  margin-bottom: 28px;
}

.process-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 520px;
  margin: 0 0 32px;
  border-top: 1px solid rgba(17, 20, 28, 0.14);
  border-bottom: 1px solid rgba(17, 20, 28, 0.14);
}

.process-summary span {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(17, 20, 28, 0.12);
  color: rgba(17, 20, 28, 0.66);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-summary span:last-child {
  border-right: 0;
}

.process-list {
  grid-template-columns: 1fr;
  gap: 12px;
  padding-left: 50px;
}

.process-list::before,
.process-list::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 22px;
  bottom: 22px;
  width: 1px;
  border-radius: 999px;
}

.process-list::before {
  background: rgba(17, 20, 28, 0.14);
}

.process-list::after {
  background: linear-gradient(180deg, rgba(17, 20, 28, 0.15), rgba(17, 20, 28, 0.9));
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1200ms var(--ease);
}

.process-list.in-view::after {
  transform: scaleY(1);
}

.process-card,
.process-card:nth-child(1),
.process-card:nth-child(4) {
  grid-column: auto;
  min-height: 0;
  padding: 20px 26px 18px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    0 24px 90px rgba(17, 20, 28, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.process-card:nth-child(1) {
  padding-right: 30px;
}

.process-card:nth-child(even) {
  margin-left: clamp(18px, 5vw, 74px);
}

.process-card:nth-child(odd) {
  margin-right: clamp(10px, 4vw, 46px);
}

.process-card:nth-child(4) {
  background:
    linear-gradient(135deg, rgba(17, 20, 28, 0.94), rgba(28, 28, 31, 0.78)),
    var(--charcoal);
}

.process-card::before {
  left: -43px;
  top: 36px;
  right: auto;
  bottom: auto;
  z-index: 4;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 8px rgba(17, 20, 28, 0.14);
  transform: scale(0.72);
  transition: transform 820ms var(--ease), box-shadow 820ms var(--ease), background 820ms var(--ease);
}

.process-list.in-view .process-card::before,
.process-card.is-current::before {
  transform: scale(1);
}

.process-card.is-current::before {
  background: var(--ink);
  box-shadow: 0 0 0 10px rgba(17, 20, 28, 0.22);
}

.process-card:nth-child(4)::before {
  border-color: rgba(255, 255, 255, 0.72);
  background: #f2f2f1;
}

.process-card::after {
  right: 26px;
  top: 18px;
  font-size: 104px;
  color: rgba(17, 20, 28, 0.07);
}

.process-card:nth-child(4)::after {
  color: rgba(255, 255, 255, 0.075);
}

.process-card-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.process-card-head span {
  margin: 0;
  color: rgba(17, 20, 28, 0.72);
  font-variant-numeric: tabular-nums;
  transform: none;
}

.process-card-head small {
  color: rgba(17, 20, 28, 0.58);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.process-card:nth-child(4) .process-card-head span,
.process-card:nth-child(4) .process-card-head small {
  color: rgba(255, 255, 255, 0.62);
}

.process-card h3 {
  max-width: 620px;
  margin-bottom: 10px;
  font-size: clamp(30px, 2.8vw, 44px);
  text-wrap: balance;
}

.process-card p:not(.process-result) {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.48;
}

.process-proof {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 13px;
  padding: 0;
  border-top: 0;
}

.process-card:nth-child(2) .process-proof,
.process-card:nth-child(3) .process-proof {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.process-proof div,
.process-proof div + div,
.process-card:nth-child(2) .process-proof div,
.process-card:nth-child(3) .process-proof div {
  padding: 10px 12px 9px;
  border: 1px solid rgba(17, 20, 28, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.35);
}

.process-proof dt {
  margin-bottom: 7px;
  color: rgba(17, 20, 28, 0.66);
}

.process-proof dd {
  color: rgba(17, 20, 28, 0.78);
  font-size: 12.5px;
}

.process-card:nth-child(4) .process-proof div,
.process-card:nth-child(4) .process-proof div + div {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
}

.process-result {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 20, 28, 0.12);
  color: rgba(17, 20, 28, 0.66);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.42;
}

.process-card:nth-child(4) .process-result {
  border-top-color: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.7);
}

.process-card:hover,
.process-card.is-current {
  transform: translateY(-4px);
  border-color: rgba(17, 20, 28, 0.34);
  box-shadow:
    0 34px 100px rgba(17, 20, 28, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.46);
}

.process-card.is-current span,
.process-card:hover span {
  transform: none;
}

@media (max-width: 1180px) {
  .process {
    grid-template-columns: 1fr;
  }

  .process-sticky {
    position: static;
  }

  .process-list {
    padding-left: 46px;
  }
}

@media (max-width: 760px) {
  .process-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-summary span:nth-child(2) {
    border-right: 0;
  }

  .process-list {
    padding-left: 34px;
  }

  .process-list::before,
  .process-list::after {
    left: 10px;
  }

  .process-card,
  .process-card:nth-child(even),
  .process-card:nth-child(odd) {
    margin-left: 0;
    margin-right: 0;
  }

  .process-card::before {
    left: -31px;
  }

  .process-proof,
  .process-card:nth-child(2) .process-proof,
  .process-card:nth-child(3) .process-proof {
    grid-template-columns: 1fr;
  }

  .process-card-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}


.process .process-sticky.reveal {
  opacity: 1;
  visibility: visible;
  transform: none;
  filter: none;
}

.process .process-sticky h2,
.process .process-sticky .process-note,
.process .process-sticky .process-summary,
.process .process-sticky .btn {
  position: relative;
  z-index: 2;
}


/* Experts stable rail redesign 2026-06-22 */
.process-proof div,
.process-proof div + div,
.process-card:nth-child(2) .process-proof div,
.process-card:nth-child(3) .process-proof div,
.process-card:nth-child(4) .process-proof div,
.process-card:nth-child(4) .process-proof div + div {
  border-radius: 0;
}

.experts {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(180deg, #efefee 0%, #e6e6e4 100%);
}

.experts .section-head {
  align-items: end;
  margin-bottom: clamp(34px, 5vw, 70px);
}

.experts .section-head h2 {
  max-width: 760px;
  text-wrap: balance;
}

.experts .section-head > p {
  max-width: 520px;
}

.experts-stage {
  position: relative;
  padding: 0 0 42px;
}

.experts-stage::before,
.experts-stage::after {
  top: 0;
  bottom: 72px;
  width: 104px;
}

.experts-rail {
  gap: 16px;
  padding: 2px clamp(18px, 5vw, 74px) 38px;
  scroll-snap-type: x proximity;
}

.expert,
.lead-expert,
.experts-rail.has-active .lead-expert:not(.is-active) {
  flex: 0 0 clamp(250px, 23vw, 326px);
  min-height: 506px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 238, 237, 0.45));
  border-color: rgba(17, 20, 28, 0.12);
  transform: translate3d(0, 0, 0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition:
    transform 520ms var(--ease),
    background 520ms var(--ease),
    border-color 520ms var(--ease),
    box-shadow 520ms var(--ease),
    opacity 520ms var(--ease);
}

.expert::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 1px;
  background: rgba(17, 20, 28, 0.26);
  transform: scaleX(0.42);
  transform-origin: left;
  transition: transform 520ms var(--ease), background 520ms var(--ease);
}

.expert:hover,
.expert:focus-visible,
.expert.is-active,
.lead-expert {
  flex-basis: clamp(250px, 23vw, 326px);
  border-radius: 10px;
  transform: translate3d(0, -6px, 0);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 243, 242, 0.62));
  border-color: rgba(17, 20, 28, 0.32);
  box-shadow: 0 28px 82px rgba(17, 20, 28, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.42);
  outline: none;
}

.expert:hover::after,
.expert:focus-visible::after,
.expert.is-active::after {
  transform: scaleX(1);
  background: rgba(17, 20, 28, 0.48);
}

.expert img,
.expert:hover img,
.expert:focus-visible img,
.expert.is-active img,
.lead-expert img,
.experts-rail.has-active .lead-expert:not(.is-active) img {
  width: calc(100% - 28px);
  height: 238px;
  margin: 14px auto 0;
  border-radius: 8px;
  object-fit: cover;
  filter: grayscale(1) contrast(1.04);
  transition: filter 520ms var(--ease), transform 520ms var(--ease);
}

.expert:hover img,
.expert:focus-visible img,
.expert.is-active img {
  filter: grayscale(1) contrast(1.05);
  transform: scale(1.015);
}

.expert div {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 22px 22px 30px;
}

.expert span,
.expert:hover span,
.expert:focus-visible span,
.expert.is-active span,
.experts-rail.has-active .lead-expert:not(.is-active) span {
  min-height: 30px;
  text-align: left;
}

.expert h3,
.expert:hover h3,
.expert:focus-visible h3,
.expert.is-active h3,
.lead-expert h3,
.experts-rail.has-active .lead-expert:not(.is-active) h3 {
  margin: 12px 0 0;
  font-size: clamp(25px, 2vw, 32px);
  line-height: 1.02;
  text-align: left;
}

.expert p,
.expert:hover p,
.expert:focus-visible p,
.expert.is-active p,
.lead-expert p,
.experts-rail.has-active .lead-expert:not(.is-active) p {
  max-height: none;
  margin-top: auto;
  padding-top: 18px;
  opacity: 0.72;
  overflow: visible;
  color: rgba(17, 20, 28, 0.62);
  font-size: 14px;
  line-height: 1.48;
  transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}

.expert:hover p,
.expert:focus-visible p,
.expert.is-active p {
  opacity: 1;
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  .expert,
  .lead-expert,
  .experts-rail.has-active .lead-expert:not(.is-active) {
    flex-basis: 78vw;
    min-height: 488px;
  }

  .expert img,
  .expert:hover img,
  .expert:focus-visible img,
  .expert.is-active img,
  .lead-expert img,
  .experts-rail.has-active .lead-expert:not(.is-active) img {
    height: 220px;
  }
}


/* Experts mouse wheel rail 2026-06-22 */
.experts-rail {
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.experts-rail::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.experts-rail.is-dragging {
  cursor: grabbing;
}

.experts-stage {
  overscroll-behavior: contain;
}

.expert {
  scroll-snap-align: center;
}


.experts-stage::before,
.experts-stage::after {
  display: none;
}


/* Experts pinned horizontal scroll 2026-06-22 */
.experts {
  min-height: 100dvh;
  padding-top: clamp(84px, 8vw, 120px);
  padding-bottom: clamp(58px, 6vw, 86px);
}

.experts-stage {
  overflow: hidden;
  padding: 0 0 34px;
  margin-inline: calc(clamp(18px, 5vw, 74px) * -1);
}

.experts-rail {
  width: max-content;
  overflow: visible;
  gap: clamp(18px, 2vw, 26px);
  padding: 0 clamp(18px, 5vw, 74px) 28px;
  margin-inline: 0;
  cursor: default;
  scroll-snap-type: none;
  will-change: transform;
}

.expert,
.lead-expert,
.experts-rail.has-active .lead-expert:not(.is-active),
.expert:hover,
.expert:focus-visible,
.expert.is-active,
.lead-expert {
  flex: 0 0 clamp(286px, 25vw, 372px);
  min-height: 590px;
  border-radius: 6px;
}

.expert:hover,
.expert:focus-visible,
.expert.is-active {
  transform: translate3d(0, -8px, 0);
}

.expert img,
.expert:hover img,
.expert:focus-visible img,
.expert.is-active img,
.lead-expert img,
.experts-rail.has-active .lead-expert:not(.is-active) img {
  width: calc(100% - 24px);
  height: 338px;
  margin: 12px auto 0;
  border-radius: 4px;
  object-fit: cover;
  object-position: 50% 18%;
}

.expert:nth-child(3) img,
.expert:nth-child(4) img,
.expert:nth-child(6) img {
  object-position: 50% 12%;
}

.expert:nth-child(7) img,
.expert:nth-child(8) img {
  object-position: 50% 22%;
}

/* Nicole — kadr wyżej: mniej pustej ściany nad głową (niezależne od kolejności kart) */
.expert:has(img[alt="Nicole Szolc"]) img {
  object-position: 50% 66%;
}

.expert div {
  min-height: 224px;
  padding: 24px 24px 32px;
}

.expert h3,
.expert:hover h3,
.expert:focus-visible h3,
.expert.is-active h3,
.lead-expert h3,
.experts-rail.has-active .lead-expert:not(.is-active) h3 {
  font-size: clamp(27px, 2.15vw, 35px);
}

.expert p,
.expert:hover p,
.expert:focus-visible p,
.expert.is-active p,
.lead-expert p,
.experts-rail.has-active .lead-expert:not(.is-active) p {
  font-size: 14.5px;
}

@media (max-width: 760px) {
  .experts {
    min-height: auto;
  }

  .experts-stage {
    overflow-x: auto;
    margin-inline: calc(clamp(18px, 5vw, 74px) * -1);
  }

  .experts-rail {
    overflow: visible;
    will-change: auto;
  }

  .expert,
  .lead-expert,
  .experts-rail.has-active .lead-expert:not(.is-active),
  .expert:hover,
  .expert:focus-visible,
  .expert.is-active,
  .lead-expert {
    flex-basis: 82vw;
    min-height: 548px;
  }

  .expert img,
  .expert:hover img,
  .expert:focus-visible img,
  .expert.is-active img,
  .lead-expert img,
  .experts-rail.has-active .lead-expert:not(.is-active) img {
    height: 292px;
  }
}


/* Experts native vertical pinned scroll 2026-06-22 */
.experts {
  min-height: 280dvh;
  position: relative;
  padding-top: clamp(82px, 7vw, 116px);
  padding-bottom: 0;
}

.experts .section-head {
  position: sticky;
  top: 104px;
  z-index: 2;
  pointer-events: none;
}

.experts-stage {
  position: sticky;
  top: clamp(326px, 39vh, 372px);
  z-index: 3;
  overflow: hidden;
  padding-bottom: 30px;
}

.experts-rail {
  transform: translate3d(0, 0, 0);
  transition: none;
}

.expert,
.lead-expert,
.experts-rail.has-active .lead-expert:not(.is-active),
.expert:hover,
.expert:focus-visible,
.expert.is-active,
.lead-expert {
  flex: 0 0 clamp(300px, 24vw, 370px);
  min-height: 584px;
  border-radius: 4px;
}

.expert img,
.expert:hover img,
.expert:focus-visible img,
.expert.is-active img,
.lead-expert img,
.experts-rail.has-active .lead-expert:not(.is-active) img {
  height: 346px;
  border-radius: 2px;
  object-position: 50% 16%;
}

.expert:nth-child(1) img { object-position: 50% 14%; }
.expert:nth-child(2) img { object-position: 50% 12%; }
.expert:nth-child(3) img { object-position: 50% 10%; }
.expert:nth-child(4) img { object-position: 50% 12%; }
.expert:nth-child(5) img { object-position: 50% 13%; }
.expert:nth-child(6) img { object-position: 50% 10%; }
.expert:nth-child(7) img { object-position: 50% 18%; }
.expert:nth-child(8) img { object-position: 50% 20%; }

.expert div {
  min-height: 214px;
}

@media (max-width: 900px) {
  .experts {
    min-height: auto;
  }

  .experts .section-head,
  .experts-stage {
    position: relative;
    top: auto;
  }

  .experts-stage {
    overflow-x: auto;
  }

  .experts-rail {
    transform: none !important;
  }
}


.experts {
  overflow: visible;
}

/* Experts scroll composition fix 2026-06-22 */
.experts .section-head {
  position: relative;
  top: auto;
  z-index: 1;
  pointer-events: auto;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.experts-stage {
  top: clamp(108px, 14vh, 142px);
}

.experts {
  padding-top: clamp(96px, 8vw, 132px);
}


/* Experts premium scroll motion pass 2026-06-22 */
.experts {
  min-height: 330dvh;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 255, 255, 0.44), transparent 28%),
    radial-gradient(circle at 12% 78%, rgba(17, 20, 28, 0.1), transparent 34%),
    linear-gradient(180deg, #efefee 0%, #e6e6e4 56%, #ededec 100%);
}

.experts-stage {
  top: clamp(104px, 12vh, 128px);
  isolation: isolate;
  contain: paint;
  padding-bottom: 46px;
}

.experts-stage::before,
.experts-stage::after {
  display: block;
  top: 0;
  bottom: 62px;
  width: clamp(72px, 10vw, 150px);
  z-index: 5;
}

.experts-stage::before {
  background: linear-gradient(90deg, #ebebe9 0%, rgba(237, 237, 236, 0.88) 28%, transparent 100%);
}

.experts-stage::after {
  background: linear-gradient(270deg, #ebebe9 0%, rgba(237, 237, 236, 0.88) 28%, transparent 100%);
}

.experts-rail {
  align-items: stretch;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform;
}

.experts-rail .expert,
.experts-rail .lead-expert,
.experts-rail.has-active .lead-expert:not(.is-active),
.experts-rail .expert:hover,
.experts-rail .expert:focus-visible,
.experts-rail .expert.is-active {
  --expert-shift: 0px;
  --expert-scale: 0.96;
  --expert-opacity: 0.62;
  --expert-blur: 1.2px;
  flex: 0 0 clamp(318px, 25vw, 392px);
  min-height: 604px;
  border-radius: 8px;
  transform: translate3d(0, var(--expert-shift), 0) scale(var(--expert-scale));
  opacity: var(--expert-opacity);
  filter: blur(var(--expert-blur));
  transform-origin: center center;
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 420ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 420ms cubic-bezier(0.16, 1, 0.3, 1),
    background 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.experts-rail .expert.is-active,
.experts-rail .expert:hover,
.experts-rail .expert:focus-visible {
  --expert-opacity: 1;
  --expert-blur: 0px;
  border-color: rgba(17, 20, 28, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 243, 242, 0.7));
  box-shadow: 0 30px 90px rgba(17, 20, 28, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.experts-rail .expert img,
.experts-rail .expert:hover img,
.experts-rail .expert:focus-visible img,
.experts-rail .expert.is-active img,
.experts-rail .lead-expert img,
.experts-rail.has-active .lead-expert:not(.is-active) img {
  width: calc(100% - 24px);
  height: 360px;
  margin: 12px auto 0;
  border-radius: 5px;
  object-fit: cover;
  transform: none;
}

.experts-rail .expert div {
  min-height: 226px;
}

@media (max-width: 900px) {
  .experts {
    min-height: auto;
  }

  .experts-stage {
    contain: none;
  }

  .experts-stage::before,
  .experts-stage::after {
    display: none;
  }

  .experts-rail .expert,
  .experts-rail .lead-expert,
  .experts-rail.has-active .lead-expert:not(.is-active),
  .experts-rail .expert:hover,
  .experts-rail .expert:focus-visible,
  .experts-rail .expert.is-active {
    flex-basis: min(84vw, 370px);
    min-height: 570px;
    opacity: 1;
    filter: none;
    transform: none;
  }
}


/* Experts scroll-only active state 2026-06-22 */
.experts-rail .expert:hover:not(.is-active),
.experts-rail .expert:focus-visible:not(.is-active) {
  border-color: rgba(17, 20, 28, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(238, 238, 237, 0.45));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.experts-rail .expert:focus-visible:not(.is-active) {
  outline: 2px solid rgba(17, 20, 28, 0.42);
  outline-offset: 4px;
}


/* Experts no-hover capture fix 2026-06-22 */
.experts-rail,
.experts-rail .expert,
.experts-rail .expert * {
  pointer-events: none;
}

.experts-stage,
.expert-dots,
.expert-dots span {
  pointer-events: auto;
}

.experts-rail .expert:hover,
.experts-rail .expert:focus,
.experts-rail .expert:focus-visible {
  outline: none;
}


/* Experts simple clean carousel 2026-06-22 */
.experts-stage::before,
.experts-stage::after {
  display: none !important;
}

.experts-rail .expert,
.experts-rail .lead-expert,
.experts-rail.has-active .lead-expert:not(.is-active),
.experts-rail .expert:hover,
.experts-rail .expert:focus,
.experts-rail .expert:focus-visible,
.experts-rail .expert.is-active {
  opacity: 1 !important;
  filter: none !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 243, 242, 0.62));
  border-color: rgba(17, 20, 28, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.experts-rail .expert.is-active {
  border-color: rgba(17, 20, 28, 0.36);
  box-shadow: 0 24px 70px rgba(17, 20, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.experts-rail .expert img,
.experts-rail .expert:hover img,
.experts-rail .expert:focus img,
.experts-rail .expert:focus-visible img,
.experts-rail .expert.is-active img {
  filter: grayscale(1) contrast(1.03) !important;
  transform: none !important;
}


/* Experts manual compact carousel 2026-06-22 */
.experts {
  min-height: auto !important;
  overflow: hidden !important;
  padding-top: clamp(82px, 7vw, 118px) !important;
  padding-bottom: clamp(82px, 8vw, 124px) !important;
}

.experts .section-head {
  position: relative !important;
  top: auto !important;
  margin-bottom: clamp(30px, 4vw, 54px) !important;
}

.experts-stage {
  position: relative !important;
  top: auto !important;
  contain: none !important;
  overflow: hidden !important;
  padding: 0 0 30px !important;
  margin-inline: calc(clamp(18px, 5vw, 74px) * -1) !important;
}

.experts-stage::before,
.experts-stage::after {
  display: none !important;
}

.experts-rail {
  width: auto !important;
  display: flex !important;
  gap: clamp(14px, 1.5vw, 20px) !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  scroll-padding-inline: clamp(18px, 5vw, 74px) !important;
  padding: 8px clamp(18px, 5vw, 74px) 26px !important;
  margin-inline: 0 !important;
  transform: none !important;
  transition: none !important;
  cursor: grab !important;
  pointer-events: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.experts-rail::-webkit-scrollbar {
  display: none;
}

.experts-rail.is-dragging {
  cursor: grabbing !important;
  scroll-snap-type: none !important;
}

.experts-rail .expert,
.experts-rail .lead-expert,
.experts-rail.has-active .lead-expert:not(.is-active),
.experts-rail .expert:hover,
.experts-rail .expert:focus,
.experts-rail .expert:focus-visible,
.experts-rail .expert.is-active {
  flex: 0 0 clamp(238px, 19vw, 292px) !important;
  min-height: 438px !important;
  border-radius: 8px !important;
  opacity: 1 !important;
  filter: none !important;
  transform: translate3d(0, 0, 0) !important;
  pointer-events: auto !important;
  scroll-snap-align: center !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(243, 243, 242, 0.66)) !important;
  border-color: rgba(17, 20, 28, 0.13) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42) !important;
}

.experts-rail .expert.is-active {
  transform: translate3d(0, -5px, 0) !important;
  border-color: rgba(17, 20, 28, 0.36) !important;
  box-shadow: 0 18px 54px rgba(17, 20, 28, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

.experts-rail .expert img,
.experts-rail .expert:hover img,
.experts-rail .expert:focus img,
.experts-rail .expert:focus-visible img,
.experts-rail .expert.is-active img,
.experts-rail .lead-expert img,
.experts-rail.has-active .lead-expert:not(.is-active) img {
  width: calc(100% - 20px) !important;
  height: 238px !important;
  margin: 10px auto 0 !important;
  border-radius: 5px !important;
  object-fit: cover !important;
  filter: grayscale(1) contrast(1.03) !important;
  transform: none !important;
}

.experts-rail .expert div {
  min-height: 180px !important;
  padding: 18px 18px 24px !important;
}

.experts-rail .expert h3,
.experts-rail .expert:hover h3,
.experts-rail .expert:focus-visible h3,
.experts-rail .expert.is-active h3,
.experts-rail .lead-expert h3,
.experts-rail.has-active .lead-expert:not(.is-active) h3 {
  font-size: clamp(21px, 1.55vw, 26px) !important;
  line-height: 1.04 !important;
}

.experts-rail .expert span {
  min-height: 26px !important;
  font-size: 10px !important;
}

.experts-rail .expert p,
.experts-rail .expert:hover p,
.experts-rail .expert:focus-visible p,
.experts-rail .expert.is-active p,
.experts-rail .lead-expert p,
.experts-rail.has-active .lead-expert:not(.is-active) p {
  font-size: 13px !important;
  line-height: 1.45 !important;
  opacity: 0.78 !important;
  transform: none !important;
}


/* Experts softer manual carousel motion 2026-06-22 */
.experts-rail {
  scroll-snap-type: x proximity !important;
  scroll-behavior: auto !important;
  overscroll-behavior-inline: contain !important;
}

.experts-rail .expert {
  transition:
    transform 260ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 260ms cubic-bezier(0.16, 1, 0.3, 1) !important;
}


/* Experts wheel-safe soft carousel 2026-06-22 */
.experts-stage {
  overscroll-behavior: auto !important;
}

.experts-rail {
  scroll-snap-type: x proximity !important;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

.experts-rail.is-dragging {
  scroll-behavior: auto;
  scroll-snap-type: none !important;
}

.experts-rail .expert,
.experts-rail .expert * {
  pointer-events: auto !important;
}

.experts-rail .expert.is-active {
  transform: translate3d(0, -3px, 0) !important;
  box-shadow: 0 14px 42px rgba(17, 20, 28, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.48) !important;
}


/* Experts final soft scroll override 2026-06-22 */
.experts-rail {
  scroll-behavior: smooth !important;
  scroll-snap-type: x proximity !important;
}

.experts-rail.is-dragging {
  scroll-behavior: auto !important;
  scroll-snap-type: none !important;
}


/* Experts edge-card active/readability fix 2026-06-22 */
.experts-rail {
  padding-inline: max(clamp(18px, 5vw, 74px), calc((100vw - min(1200px, 100vw)) / 2 + 18px)) !important;
}

.experts-rail .expert:first-child,
.experts-rail .expert:last-child {
  scroll-snap-align: center !important;
}

.experts-rail .expert.is-active::after {
  transform: scaleX(1) !important;
  background: rgba(17, 20, 28, 0.48) !important;
}


/* Experts vertical wheel pass-through fix 2026-06-22 */
.experts-rail {
  overscroll-behavior: auto !important;
}


/* Experts usable carousel controls 2026-06-23 */
.experts-stage,
.experts-rail,
.experts-rail .expert,
.experts-rail .expert * {
  user-select: none;
  -webkit-user-select: none;
}

body.is-carousel-dragging,
body.is-carousel-dragging * {
  cursor: grabbing !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}


/* Experts left-edge carousel alignment 2026-06-23 */
.experts-stage {
  margin-inline: 0 !important;
}

.experts-rail {
  padding-left: 0 !important;
  padding-right: 0 !important;
  scroll-padding-left: 0 !important;
  scroll-padding-right: 0 !important;
}

.experts-rail .expert,
.experts-rail .expert:first-child,
.experts-rail .expert:last-child {
  scroll-snap-align: start !important;
}


/* Experts deterministic index carousel 2026-06-23 */
.experts-rail {
  scroll-snap-type: none !important;
  scroll-padding-inline: 0 !important;
  scroll-behavior: smooth !important;
}

.experts-rail.is-dragging {
  scroll-behavior: auto !important;
}

.experts-rail .expert,
.experts-rail .expert:first-child,
.experts-rail .expert:last-child {
  scroll-snap-align: none !important;
}


/* Experts stable transform carousel 2026-06-23 */
.experts-stage {
  overflow: hidden !important;
  margin-inline: 0 !important;
}

.experts-rail {
  width: max-content !important;
  overflow: visible !important;
  padding: 8px 0 26px !important;
  margin: 0 !important;
  scroll-snap-type: none !important;
  scroll-padding: 0 !important;
  scroll-behavior: auto !important;
  transform: translate3d(0, 0, 0);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
  touch-action: pan-x pan-y;
}

.experts-rail.is-dragging {
  transition: none !important;
  cursor: grabbing !important;
}

.experts-rail .expert,
.experts-rail .expert:first-child,
.experts-rail .expert:last-child {
  scroll-snap-align: none !important;
}


/* Content/layout polish pass 2026-06-23 */
.section-head:has(> div:only-child),
.section-head:has(> div + :empty) {
  grid-template-columns: minmax(0, 1fr);
}

.offer-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  grid-auto-rows: 1fr !important;
  gap: 22px !important;
}

@media (min-width: 761px) {
  .offer-card {
    min-height: 320px;
    padding: 34px;
  }
}

.offer-grid .offer-card:nth-child(1) { grid-column: span 4; }
.offer-grid .offer-card:nth-child(2) { grid-column: span 8; }
.offer-grid .offer-card:nth-child(3) { grid-column: span 8; }
.offer-grid .offer-card:nth-child(4) { grid-column: span 4; }

.offer-grid .offer-card:nth-child(2),
.offer-grid .offer-card:nth-child(2):hover {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 84% 10%, rgba(127, 127, 127, 0.32), transparent 42%),
    linear-gradient(150deg, #1b1b1d, var(--charcoal));
  box-shadow: 0 34px 90px rgba(20, 19, 17, 0.32);
}

.offer-grid .offer-card:nth-child(2) h3 {
  color: var(--white);
}

.offer-grid .offer-card:nth-child(2) p {
  color: rgba(255, 255, 255, 0.68);
}

.offer-grid .offer-card:nth-child(2) .offer-card-top b {
  color: rgba(255, 255, 255, 0.14);
}

.offer-grid .offer-card:nth-child(2) > a {
  color: var(--white);
}

.offer-grid .offer-card:nth-child(2)::after,
.offer-grid .offer-card:nth-child(2):hover::after {
  background: rgba(255, 255, 255, 0.4);
}

.experts-rail .expert:nth-child(2) img,
.experts-rail .expert:nth-child(2):hover img,
.experts-rail .expert:nth-child(2):focus img,
.experts-rail .expert:nth-child(2):focus-visible img,
.experts-rail .expert:nth-child(2).is-active img {
  object-position: 50% 20% !important;
}


/* Layout polish pass 2026-06-29 */
.marquee-band {
  display: flex;
  justify-content: center;
  padding-inline: clamp(18px, 5vw, 74px);
}

.references .section-head,
.contact .contact-copy {
  padding-top: 0;
}

.logo-wall {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px !important;
  overflow: visible !important;
  padding-bottom: 0 !important;
  scroll-snap-type: none !important;
  scrollbar-width: none;
}

.logo-wall::-webkit-scrollbar {
  display: none;
}

.logo-wall figure {
  flex: none !important;
  min-height: 178px;
  width: auto;
  scroll-snap-align: none;
  border-radius: 18px;
}

.logo-wall img {
  max-width: min(170px, 80%);
  max-height: 70px;
}

.text-logo b {
  font-size: clamp(30px, 3vw, 42px);
}

.contact {
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 0.9fr);
  gap: clamp(42px, 6vw, 86px);
  align-items: center;
}

.contact-copy h2 {
  margin-top: 0;
  margin-bottom: 34px;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 14px;
  padding: clamp(22px, 2.4vw, 32px);
  border-radius: 24px;
}

.contact-form label {
  gap: 8px;
}

.contact-form input,
.contact-form select {
  min-height: 54px;
}

.contact-form textarea {
  min-height: 136px;
}

.contact-form .btn {
  width: 100%;
  justify-content: center;
  min-height: 56px;
}

.consent {
  align-items: center;
  margin-top: -2px;
  padding: 2px 0 0;
}

.form-note {
  margin: -8px 0 0;
}

@media (max-width: 1100px) {
  .logo-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 680px) {
  .marquee-band {
    padding-inline: 18px;
  }

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

  .logo-wall figure {
    min-height: 128px;
  }

  .logo-wall img {
    max-height: 50px;
    max-width: 84%;
  }

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

.offer-card-top {
  justify-content: flex-end;
}

@media (max-width: 1100px) {
  .offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .offer-grid .offer-card {
    grid-column: auto !important;
  }
}

@media (max-width: 760px) {
  .offer-grid {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
  }
}


/* Experts rail: free drag, hover-only highlight */
.experts-rail {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: none !important;
  scrollbar-width: none !important;
  pointer-events: auto !important;
  transform: none !important;
  cursor: grab;
}

.experts-rail::-webkit-scrollbar {
  display: none;
  height: 0;
}

.experts-rail.is-dragging .expert {
  pointer-events: none;
}

.experts-stage .experts-rail .expert:hover {
  transform: translate3d(0, -8px, 0) scale(1.01) !important;
  border-color: rgba(17, 20, 28, 0.38) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(243, 243, 242, 0.76)) !important;
  box-shadow: 0 30px 88px rgba(17, 20, 28, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

/* Media band: parallax buffer, no dark gaps behind photos */
.media-band:not(.media-band--triptych) {
  overflow: hidden;
  height: clamp(280px, 40vw, 620px);
  align-items: start;
}

/* Offer heading centered */
.offer .section-head {
  grid-template-columns: 1fr !important;
  justify-items: center;
  text-align: center;
}

.offer .section-head h2 {
  max-width: 880px;
  margin-inline: auto;
}


/* Experts: full-bleed rail, no edge overlays */
.experts-stage::before,
.experts-stage::after {
  display: none !important;
}

.experts-stage {
  width: auto !important;
  margin-inline: calc(-1 * clamp(18px, 5vw, 74px)) !important;
}

.experts-rail {
  padding-inline: clamp(16px, 2.5vw, 32px) !important;
}

/* Offer: tighter top spacing, one-line centered heading */
.section.offer {
  padding-top: clamp(48px, 5.5vw, 84px) !important;
}

.offer .section-head {
  margin-bottom: clamp(32px, 4vw, 48px);
}

.offer .section-head h2 {
  max-width: 1100px;
  margin-inline: auto;
  white-space: normal;
  text-wrap: balance;
  font-size: clamp(36px, 5.2vw, 76px);
}

@media (max-width: 1020px) {
  .offer .section-head h2 {
    white-space: normal;
  }
}


/* Contact: even facts rows, custom select, custom checkbox */
.contact-facts.contact-facts--compact {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 640px;
}

.select-shell {
  position: relative;
}

.select-shell select {
  display: none;
}

.select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.16);
  color: var(--white);
  font: inherit;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  cursor: pointer;
  transition: border-color 320ms var(--ease), background 320ms var(--ease);
}

.select-trigger:hover {
  border-color: rgba(255, 255, 255, 0.32);
}

.select-trigger:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}

.select-shell.is-open .select-trigger {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.28);
}

.select-trigger .is-placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.select-chevron {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  margin-top: -3px;
  border-right: 2px solid rgba(255, 255, 255, 0.6);
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  transform: rotate(45deg);
  transition: transform 360ms var(--ease), margin 360ms var(--ease);
}

.select-shell.is-open .select-chevron {
  margin-top: 4px;
  transform: rotate(225deg);
}

.select-list {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: var(--paper-2);
  color: var(--ink);
  border: 1px solid rgba(17, 20, 28, 0.3);
  border-radius: 14px;
  box-shadow: 0 30px 88px rgba(20, 19, 17, 0.42);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 280ms var(--ease), transform 280ms var(--ease);
}

.select-shell.is-open .select-list {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.select-list li {
  padding: 11px 13px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
  color: var(--ink);
  cursor: pointer;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease), background 180ms var(--ease);
}

.select-shell.is-open .select-list li { opacity: 1; transform: none; }
.select-shell.is-open .select-list li:nth-child(1) { transition-delay: 50ms; }
.select-shell.is-open .select-list li:nth-child(2) { transition-delay: 95ms; }
.select-shell.is-open .select-list li:nth-child(3) { transition-delay: 140ms; }
.select-shell.is-open .select-list li:nth-child(4) { transition-delay: 185ms; }

.select-list li:hover,
.select-list li.is-focused {
  background: rgba(17, 20, 28, 0.14);
}

.select-list li[aria-selected="true"] {
  background: rgba(17, 20, 28, 0.22);
}

.consent input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin: 2px 0 0;
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.16);
  cursor: pointer;
  transition: background 260ms var(--ease), border-color 260ms var(--ease), transform 160ms var(--ease);
}

.consent input:active {
  transform: scale(0.88);
}

.consent input::before {
  content: "";
  width: 11px;
  height: 6px;
  margin-top: -2px;
  border-left: 2px solid var(--charcoal);
  border-bottom: 2px solid var(--charcoal);
  transform: rotate(-45deg) scale(0);
  transition: transform 240ms var(--ease);
}

.consent input:checked {
  border-color: var(--accent);
  background: var(--accent);
}

.consent input:checked::before {
  transform: rotate(-45deg) scale(1);
}

.consent input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.4);
  outline-offset: 2px;
}


/* Smoother offer -> experts transition, less air */
.section.offer {
  padding-bottom: clamp(48px, 5.5vw, 88px) !important;
}

.experts {
  background:
    radial-gradient(circle at 88% 10%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(180deg, var(--paper) 0%, #e6e6e4 100%) !important;
  padding-top: clamp(48px, 5.5vw, 88px) !important;
}

/* Contact facts label */
.contact-facts-heading {
  margin: 42px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* Consent checkbox: fixed size, back on grid */
.consent {
  align-items: start;
  column-gap: 14px;
}

.consent input {
  box-sizing: border-box;
  width: 20px !important;
  height: 20px !important;
  min-height: 0 !important;
  padding: 0 !important;
}

.consent span {
  line-height: 1.6;
}


/* Narrower form card */
.contact-form {
  width: 100%;
  max-width: 540px;
  justify-self: end;
}

@media (max-width: 1100px) {
  .contact-form {
    max-width: none;
    justify-self: stretch;
  }
}


/* Contact layout: heading top-left, form left, facts strip below */
.contact {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.contact-copy h2 {
  max-width: 980px;
}

.contact-form {
  max-width: 640px;
  justify-self: start;
  margin-top: clamp(30px, 4vw, 48px);
  grid-template-columns: 1fr !important;
}

@media (max-width: 1100px) {
  .contact-form {
    max-width: none;
    justify-self: stretch;
  }
}


/* Composed dark footer */
.footer {
  display: block !important;
  padding: clamp(50px, 6vw, 88px) clamp(18px, 5vw, 74px) clamp(30px, 4vw, 46px) !important;
  background: var(--charcoal) !important;
  color: var(--white) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}


/* Contact recomposition: heading left, form right */
.contact {
  grid-template-columns: minmax(320px, 0.85fr) minmax(420px, 1fr) !important;
  gap: clamp(36px, 6vw, 90px) !important;
}

.contact-copy h2 {
  max-width: 560px;
}

.contact-form {
  margin-top: 0;
  max-width: 620px;
  justify-self: end;
}

@media (max-width: 1100px) {
  .contact {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
  }

  .contact-form {
    max-width: none;
    justify-self: stretch;
  }
}


/* Contact: centered form with contacts behind a vertical rule */
.contact {
  grid-template-columns: 1fr !important;
  gap: 0 !important;
}

.contact-copy {
  text-align: center;
}

.contact-copy h2 {
  max-width: 900px;
  margin-inline: auto;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(420px, 620px) minmax(260px, 330px);
  justify-content: center;
  gap: clamp(30px, 4vw, 54px);
  margin-top: clamp(36px, 5vw, 58px);
}

.contact-layout .contact-form {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-top: 0;
}

.contact-aside {
  padding-left: clamp(28px, 3vw, 50px);
  padding-top: 6px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.contact-aside .contact-facts-heading {
  margin: 0 0 20px;
}

.contact-aside .contact-facts {
  gap: 16px;
}

.contact-aside .contact-facts li {
  padding-bottom: 16px;
}

.contact-aside .contact-facts b {
  color: rgba(255, 255, 255, 0.45);
  font-size: 10.5px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-aside .contact-facts span,
.contact-aside .contact-facts a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.45;
}

.contact-aside .contact-facts a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1060px) {
  .contact-layout {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .contact-aside {
    padding-left: 0;
    padding-top: 26px;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
}

.contact-aside .contact-facts-heading {
  margin: 0 0 24px;
  color: var(--white);
  font-family: "Cormorant Garamond", "Iowan Old Style", Georgia, serif;
  font-size: clamp(25px, 2.1vw, 31px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}


/* Footer: restored light minimal strip */
.footer {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 28px clamp(18px, 5vw, 74px) !important;
  border-top: 1px solid var(--line) !important;
  color: var(--muted) !important;
  background: var(--paper) !important;
}

/* Opening: centered composition */
.opening-grid {
  grid-template-columns: 1fr !important;
  gap: clamp(24px, 3.2vw, 40px) !important;
  justify-items: center;
  align-items: start !important;
  text-align: center;
}

.opening-title h2 {
  max-width: 940px;
  margin-inline: auto;
}

.opening-copy {
  max-width: 880px;
}

.opening-lead {
  max-width: 760px;
  margin-inline: auto;
}

.metric-row {
  width: 100%;
}

.metric-row div {
  text-align: left;
}


/* --- Typographic decor pass --- */
.marquee-band {
  display: block !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.marquee-flow {
  display: flex;
  width: max-content;
}

.marquee-group {
  display: flex;
  align-items: center;
  gap: clamp(30px, 4vw, 58px);
  padding: 21px clamp(30px, 4vw, 58px) 21px 0;
  color: rgba(17, 20, 28, 0.66);
  font-size: 11.5px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.marquee-group i {
  color: var(--accent);
  font-style: normal;
  font-size: 15px;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .marquee-flow { width: 100%; justify-content: center; }
  .marquee-group[aria-hidden="true"] { display: none; }
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 10px;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.scroll-cue i {
  position: relative;
  width: 1px;
  height: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.scroll-cue i::after {
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  width: 1px;
  height: 14px;
  background: var(--white);
  animation: cue-drop 2.4s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}

@keyframes cue-drop {
  0% { transform: translateY(0); }
  70%, 100% { transform: translateY(56px); }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-cue i::after { animation: none; }
}

.section-ghost--dark {
  color: rgba(255, 255, 255, 0.045);
}

.experts,
.contact {
  position: relative;
  z-index: 0;
}

.contact {
  overflow: hidden;
}

/* Contact heading: one line, less air above */
.section.contact {
  padding-top: clamp(40px, 5vw, 72px) !important;
}

.contact-copy h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(24px, 3.35vw, 48px);
}

@media (max-width: 1020px) {
  .contact-copy h2 {
    white-space: normal;
    font-size: clamp(30px, 5vw, 44px);
  }
}

.contact-aside .contact-facts-heading {
  white-space: nowrap;
  font-size: clamp(20px, 1.75vw, 25px);
}

/* --- soft carousel cards + cool shadow (2026-07-30) --- */
.experts-rail .expert {
  border-radius: 20px !important;
  border: 1px solid rgba(17, 20, 28, 0.07) !important;
  box-shadow: 0 18px 44px -22px rgba(16, 20, 32, 0.30), 0 5px 14px -8px rgba(16, 20, 32, 0.12) !important;
}
.experts-rail .expert:hover,
.experts-rail .expert.is-active {
  box-shadow: 0 30px 68px -28px rgba(16, 20, 32, 0.36), 0 8px 18px -10px rgba(16, 20, 32, 0.14) !important;
}
.experts-rail .expert img { border-radius: 14px !important; }

/* --- carousel color back + crisp borders / tighter shadows (2026-08-03) --- */
.experts-rail .expert img { filter: contrast(1.03) saturate(1.03) !important; }
.experts-rail .expert {
  border: 1px solid rgba(17, 20, 28, 0.14) !important;
  box-shadow: 0 12px 30px -14px rgba(16, 20, 32, 0.22) !important;
}
.experts-rail .expert:hover,
.experts-rail .expert.is-active {
  box-shadow: 0 20px 44px -18px rgba(16, 20, 32, 0.30) !important;
  border-color: rgba(17, 20, 28, 0.22) !important;
}
.offer-card { border-color: rgba(17, 20, 28, 0.13) !important; }
.logo-wall figure { border-color: rgba(17, 20, 28, 0.12) !important; }
.contact-form { border-color: rgba(17, 20, 28, 0.14) !important; }

/* keep experts in colour on hover/active too (2026-08-05) */
.experts-rail .expert:hover img,
.experts-rail .expert.is-active img,
.experts-rail .expert.is-current img,
.experts-stage .experts-rail .expert:hover img,
.experts-stage .experts-rail .expert.is-active img { filter: contrast(1.03) saturate(1.03) !important; }

/* === 2026-08-06: single-line names, bio affordance + modal, iOS carousel === */

/* Native horizontal scrolling on touch (iOS Safari carousel fix) */
.experts-rail,
.logo-wall {
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

/* Expert names always on ONE line */
.experts-rail .expert,
.experts-rail .lead-expert { cursor: pointer; }

.experts-rail .expert h3,
.experts-rail .expert:hover h3,
.experts-rail .expert:focus-visible h3,
.experts-rail .expert.is-active h3,
.experts-rail .lead-expert h3,
.experts-rail.has-active .lead-expert:not(.is-active) h3 {
  font-size: clamp(16px, 1.35vw, 20px) !important;
  line-height: 1.12 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: clip !important;
  letter-spacing: -0.01em !important;
}

/* Small "bio" hint pill so the card reads as clickable */
.experts-rail .expert { position: relative; }
.expert-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 9px 4px;
  font-family: var(--font-sans, inherit);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #13151b;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(17, 20, 28, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(4px);
  opacity: 0.72;
  transition: opacity 320ms var(--ease, ease), background 320ms var(--ease, ease);
  pointer-events: none;
}
.expert-badge::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #13151b;
}
.experts-rail .expert:hover .expert-badge,
.experts-rail .expert:focus-visible .expert-badge,
.experts-rail .expert.is-active .expert-badge {
  opacity: 1;
  background: #ffffff;
}
.expert-bio { display: none !important; }

/* BIO reveal — hover (desktop) / tap (touch) shows the bio over the card */
.experts-rail .expert .expert-flip {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  padding: clamp(20px, 1.9vw, 28px);
  border-radius: inherit;
  background: linear-gradient(180deg, #17181d 0%, #0d0e12 100%);
  color: #f4f4f2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 420ms var(--ease, ease), visibility 420ms var(--ease, ease);
  pointer-events: none;
  overflow: hidden;
}
.experts-rail .expert:hover .expert-flip,
.experts-rail .expert:focus-visible .expert-flip,
.experts-rail .expert.is-flipped .expert-flip {
  opacity: 1;
  visibility: visible;
}
.experts-rail .expert .expert-flip .expert-flip-role {
  min-height: 0 !important;
  font-family: var(--font-sans, inherit) !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #a7a9b0 !important;
  opacity: 1 !important;
}
.experts-rail .expert .expert-flip .expert-flip-name {
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-weight: 600 !important;
  font-size: clamp(21px, 1.9vw, 26px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.01em !important;
  white-space: normal !important;
  color: #ffffff !important;
}
.experts-rail .expert .expert-flip .expert-flip-name::after {
  content: "";
  display: block;
  width: 38px;
  height: 1px;
  margin: 11px 0 3px;
  background: rgba(255, 255, 255, 0.34);
}
.experts-rail .expert .expert-flip .expert-flip-bio {
  margin: 0 !important;
  font-family: var(--font-sans, inherit) !important;
  font-size: clamp(11.5px, 0.9vw, 13px) !important;
  line-height: 1.5 !important;
  color: #d6d7db !important;
  opacity: 1 !important;
}
/* hide the corner hint once the bio is showing */
.experts-rail .expert:hover .expert-badge,
.experts-rail .expert:focus-visible .expert-badge,
.experts-rail .expert.is-flipped .expert-badge {
  opacity: 0;
}
/* touch: a tapped card expands so the bio has room */
.experts-rail .expert.is-flipped {
  flex-basis: min(460px, 82vw);
}

@media (prefers-reduced-motion: reduce) {
  .expert-flip { transition: none; }
}

/* Media band: pull the first photo's framing toward the people (shift left) */
.media-band img:first-child { object-position: 100% center; }

/* === 2026-08-06: mobile fixes — media band was clipping 2 of 3 photos === */
@media (max-width: 680px) {
  /* Stack all three band photos full-width (height clamp + overflow:hidden
     at .media-band:not(.media-band--triptych) was showing only the first) */
  .media-band,
  .media-band:not(.media-band--triptych) {
    grid-template-columns: 1fr !important;
    height: auto !important;
    overflow: visible !important;
    gap: 6px;
  }
  .media-band img {
    height: clamp(210px, 56vw, 300px) !important;
  }

  /* Ghost numerals were 104px and collided with the card titles */
  .process-card::after {
    font-size: 58px !important;
    top: 12px !important;
    right: 16px !important;
  }
}

/* === 2026-08-06: MOBILE-LITE — always-visible content, minimal animation (iOS) === */
/* Content must never depend on JS to become visible (prevents blank page). */
html.mobile-lite .reveal,
html.mobile-lite .reveal-line,
html.mobile-lite .hero .reveal,
html:not(.js) .reveal,
html:not(.js) .reveal-line,
html:not(.js) .hero .reveal {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
}
html.mobile-lite .reveal,
html.mobile-lite .reveal-line {
  transition: none !important;
}
/* Kill the "scaling at the start" (hero slow-zoom) and looping cue on phones */
html.mobile-lite .hero-media img {
  animation: none !important;
  transform: none !important;
}
html.mobile-lite .scroll-cue i::after {
  animation: none !important;
}
/* Stop card/hover layout-motion churn on touch (kept: bio overlay fade) */
html.mobile-lite .expert,
html.mobile-lite .process-card,
html.mobile-lite .offer-card,
html.mobile-lite .logo-wall figure,
html.mobile-lite .site-header {
  transition: none !important;
}
html.mobile-lite .site-header {
  animation: none !important;
}

/* Clickable partner logos → their sites/socials (stretched-link overlay) */
.logo-wall figure .ref-link {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.logo-wall figure .ref-link:focus-visible {
  outline: 2px solid #101116;
  outline-offset: -4px;
  border-radius: inherit;
}
/* figures with a link get a pointer cursor across the whole card */
.logo-wall figure:has(.ref-link) { cursor: pointer; }
