
:root {
  --bg: #ffffff;
  --ink: #0a0a0a;
  --muted: #6b7280;
  --muted-dark: #9ca3af;
  --line: rgba(255,255,255,0.1);
  --line-light: #e5e7eb;
  --accent: #2563eb;
  --accent-soft: rgba(37,99,235,0.08);
  --accent-soft-2: rgba(37,99,235,0.12);
  --radius-lg: 2rem;
  --radius-xl: 2.5rem;
  --shadow-soft: 0 30px 100px rgba(0,0,0,0.03);
  --shadow-dark: 0 8px 32px rgba(0,0,0,0.2);
  --container: 1280px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-shell { position: relative; overflow-x: clip; }
.container { width: min(var(--container), calc(100% - 100px)); margin: 0 auto; }
.max-2 { max-width: 760px; }
.max-4 { max-width: 900px; margin-inline: auto; }
.center { text-align: center; }
.section-white { background: #fff; }
.section-light { background: #fbfbfb; }
.section-dark { background: #0a0a0a; color: #fff; }
.kicker, .eyebrow, .comparison-label, .feature-index, .learn-more, .primary-btn, .outline-cta, .pill-btn, .scroll-indicator span, .field label {
  text-transform: uppercase;
  letter-spacing: .32em;
}
.kicker {
  color: var(--accent);
  font-weight: 800;
  font-size: 10px;
  display: block;
  margin-bottom: 16px;
}
.section-intro h2, .feature-intro h2, .process-intro h2 {
  margin: 0 0 22px;
  font-size: clamp(2.6rem, 6vw, 4.5rem);
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 800;
}
.section-intro h2 span, .feature-intro h2 span, .process-intro h2 span, .hero h1 span {
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 300;
}
.section-intro p, .feature-copy p, .process-intro p, .transformation-copy p, .footer p {
  margin: 0;
  color: #6b7280;
  font-size: 1.08rem;
  line-height: 1.85;
  font-weight: 300;
}
.hero {
  position: relative;
  min-height: 110vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hero-bg, .process-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-bg img, .process-bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.hero-bg img { opacity: .3; height: 100%; }
.hero-overlay { position: absolute; inset: 0; }
.hero-overlay-left { background: linear-gradient(90deg, rgba(0,0,0,.5), transparent 55%); }
.hero-overlay-bottom { background: linear-gradient(180deg, transparent 50%, rgba(0,0,0,.4)); }
.hero-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 5;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -.03em;
}
.brand em, .footer-brand h2 span { color: var(--accent); font-style: normal; }
.pill-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.1);
  color: #fff;
  padding: 15px 30px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
  transition: .45s ease;
}
.pill-btn:hover { background: #fff; color: #000; }
.hero-atmosphere { position: absolute; inset: 0; pointer-events: none; }
.glow {
  position: absolute;
  border-radius: 999px;
  mix-blend-mode: screen;
  filter: blur(160px);
}
.glow-a { width: 60%; height: 60%; top: -20%; left: -10%; background: rgba(37,99,235,.10); }
.glow-b { width: 40%; height: 40%; right: 10%; bottom: 10%; background: rgba(96,165,250,.06); filter: blur(140px); }
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding-block: 110px 64px;
}
.hero-copy { max-width: 880px; }
.eyebrow-row { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 28px; }
.eyebrow-line { display: block; width: 48px; height: 1px; background: rgba(96,165,250,.55); }
.eyebrow {
  color: #60a5fa;
  font-size: 10px;
  font-weight: 700;
}
.hero h1 {
  margin: 0 0 28px;
  font-size: clamp(3.7rem, 8vw, 7rem);
  line-height: .95;
  letter-spacing: -.055em;
  font-weight: 800;
}
.hero h1 span { color: rgba(219,234,254,.95); }
.hero-lead {
  max-width: 640px;
  margin: 0 0 48px;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.75;
  color: #9ca3af;
  font-weight: 300;
}
.hero-stats { display: flex; gap: 28px; align-items: center; flex-wrap: wrap; }
.stat-block { display: flex; flex-direction: column; }
.stat-block strong { color: #fff; font-size: 2rem; line-height: 1.1; letter-spacing: -.04em; }
.stat-block span {
  color: #6b7280;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.stat-divider { width: 1px; height: 32px; background: rgba(255,255,255,.1); }
.dark-glass {
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: var(--shadow-dark);
}
.form-card {
  position: relative;
  border-radius: 2rem;
  padding: 28px;
  overflow: hidden;
}
.form-glow {
  position: absolute;
  width: 192px;
  height: 192px;
  top: -96px;
  right: -96px;
  border-radius: 999px;
  background: rgba(59,130,246,.12);
  filter: blur(60px);
  transition: .7s ease;
}
.form-card:hover .form-glow { background: rgba(59,130,246,.2); }
.form-content { position: relative; z-index: 1; }
.form-card h3 { margin: 0 0 6px; font-size: 1.7rem; letter-spacing: -.03em; }
.form-card p { margin: 0 0 18px; color: #9ca3af; font-size: .92rem; line-height: 1.55; font-weight: 300; }
.quote-form { display: grid; gap: 12px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px 12px; }
.field-half { grid-column: span 1; }
.field-full { grid-column: 1 / -1; }
.field { display: grid; gap: 4px; }
.field label { color: #a4a4a4; font-size: 9px; font-weight: 700; padding-left: 2px; letter-spacing: .22em; }
.field input,
.field select {
  width: 100%;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  color: #fff;
  border-radius: 14px;
  padding: 12px 14px;
  font: inherit;
  outline: none;
  transition: .3s ease;
}
.field input::placeholder { color: #646464; }
.field select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%), linear-gradient(135deg, #94a3b8 50%, transparent 50%); background-position: calc(100% - 20px) calc(50% - 3px), calc(100% - 14px) calc(50% - 3px); background-size: 6px 6px, 6px 6px; background-repeat: no-repeat; color: #f8fafc; }
.field select option { color: #111827; }
.field input:focus, .field select:focus { border-color: rgba(59,130,246,.55); background-color: rgba(255,255,255,.10); }
.form-note { margin: -2px 2px 0; color: #94a3b8; font-size: 11px; text-align: center; }
.primary-btn {
  width: 100%;
  margin-top: 2px;
  padding: 16px 20px;
  border: 0;
  border-radius: 14px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  background: #fff;
  color: #000;
  cursor: pointer;
  transition: .45s ease;
  box-shadow: 0 24px 48px rgba(0,0,0,.2);
}
.primary-btn:hover { background: var(--accent); color: #fff; }
.primary-btn:active { transform: scale(.985); }
.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.scroll-line {
  width: 1px;
  height: 64px;
  background: linear-gradient(180deg, #3b82f6, transparent);
  animation: floatLine 2.5s ease-in-out infinite;
}
.scroll-indicator span { color: #6b7280; font-size: 9px; font-weight: 600; }
@keyframes floatLine { 0%,100%{transform: translateY(0)} 50%{transform: translateY(8px)} }
.transformations { padding: 128px 0; }
.transformation-list { display: grid; gap: 160px; margin-top: 92px; }
.transformation-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: stretch;
}
.transformation-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, .8fr);
  gap: 64px;
  align-items: center;
}
.right-layout .comparison-wrap { order: 2; }
.right-layout .transformation-copy { order: 1; }
.comparison-wrap { position: relative; min-width: 0; }
.comparison-slider {
  position: relative;
  aspect-ratio: 16 / 16;
  height: auto;
  min-height: 320px;
  border-radius: 34px;
  overflow: hidden;
  cursor: ew-resize;
  box-shadow: 0 28px 80px rgba(15,23,42,.18);
  background: #0f172a;
  user-select: none;
  touch-action: none;
}
.comparison-base, .comparison-overlay { position: absolute; inset: 0; }
.comparison-base img, .comparison-overlay img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.comparison-base img {  }
.comparison-overlay {
  inset: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
  clip-path: inset(0 50% 0 0);
}
.comparison-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;filter: grayscale(1) brightness(.75);
}
.comparison-label {
  position: absolute;
  top: 26px;
  z-index: 6;
  padding: 11px 20px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: .22em;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(255,255,255,.92);
  color: #0f172a;
  box-shadow: 0 10px 30px rgba(15,23,42,.12);
  pointer-events: none;
}
.comparison-label-before { left: 26px; }
.comparison-label-after { right: 26px; background: var(--accent); color: #fff; }
.comparison-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  z-index: 3;
}
.comparison-handle::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,.9);
  box-shadow: 0 0 0 1px rgba(15,23,42,.08);
}
.comparison-handle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  transform: translate(-50%, -50%);
  box-shadow: 0 12px 35px rgba(15,23,42,.18);
}
.comparison-handle span::before, .comparison-handle span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #64748b;
  border-right: 2px solid #64748b;
}
.comparison-handle span::before { left: 15px; transform: translateY(-50%) rotate(-135deg); }
.comparison-handle span::after { right: 15px; transform: translateY(-50%) rotate(45deg); }
.decor-blur {
  position: absolute;
  width: 128px;
  height: 128px;
  right: -24px;
  bottom: -24px;
  border-radius: 50%;
  background: rgba(59,130,246,.06);
  filter: blur(40px);
}
.accent-script {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 400;
}
.transformation-copy h3, .step-copy h4 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}
.features { position: relative; padding: 128px 0; overflow: hidden; }
.feature-lines { position: absolute; inset: 0; opacity: .03; pointer-events: none; }
.feature-lines span { position: absolute; top: 0; width: 1px; height: 100%; background: #000; }
.feature-lines span:nth-child(1){ left: 25%; } .feature-lines span:nth-child(2){ left: 50%; } .feature-lines span:nth-child(3){ left: 75%; }
.feature-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 80px; align-items: end; margin-bottom: 96px; position: relative; z-index: 1; }
.feature-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #f3f4f6;
  border-radius: 3rem;
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}
.feature-card {
  padding: 48px 48px 52px;
  background: #fff;
  border-right: 1px solid #f3f4f6;
  transition: background .7s ease;
}
.feature-card:last-child { border-right: 0; }
.feature-card:hover { background: #f9fafb; }
.feature-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 48px; }
.icon-box {
  width: 56px; height: 56px; border-radius: 18px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #eff6ff; color: var(--accent);
  transition: .5s ease;
}
.icon-box svg { width: 24px; height: 24px; }
.feature-card:hover .icon-box { background: var(--accent); color: #fff; }
.feature-index { color: #d1d5db; font-size: 10px; font-weight: 800; transition: .45s ease; }
.feature-card:hover .feature-index { color: #bfdbfe; }
.feature-subtitle {
  display: block;
  margin-bottom: 8px;
  color: var(--accent);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.35rem;
  opacity: 0;
  transform: translateY(8px);
  transition: .7s ease;
}
.feature-card:hover .feature-subtitle,
.feature-card:hover .learn-more { opacity: 1; transform: translateX(0) translateY(0); }
.feature-card h4 {
  margin: 0 0 22px;
  font-size: 2rem;
  letter-spacing: -.04em;
  line-height: 1.1;
}
.feature-card p {
  margin: 0 0 36px;
  color: #6b7280;
  line-height: 1.8;
  font-weight: 300;
}
.learn-more {
  color: var(--accent);
  font-size: 10px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateX(-8px);
  transition: .7s ease;
}
.process { position: relative; overflow: hidden; padding: 128px 0; }
.process-bg { opacity: .3; }
.process-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, #000, rgba(0,0,0,.8), #000); }
.process-content { position: relative; z-index: 1; }
.process-intro { margin-bottom: 128px; }
.process-intro p, .step-copy p { color: #9ca3af; }
.steps { display: grid; gap: 128px; }
.step { display: grid; grid-template-columns: 110px minmax(0, 1fr); gap: 48px; align-items: start; }
.step-num {
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 1;
  font-weight: 800;
  color: rgba(255,255,255,.05);
  transition: .7s ease;
  letter-spacing: -.05em;
}
.step:hover .step-num { color: rgba(59,130,246,.2); }
.step-copy { padding-top: 12px; }
.step-copy > span {
  display: block;
  margin-bottom: 8px;
  color: #3b82f6;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-size: 1.7rem;
}
.process-cta { text-align: center; margin-top: 128px; }
.outline-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #60a5fa);
  box-shadow: 0 24px 60px rgba(37,99,235,.2);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}
.outline-cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 64px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  transition: .5s ease;
}
.outline-cta:hover span { background: transparent; }
.footer { padding: 48px 0; border-top: 1px solid #f3f4f6; }
.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.footer-brand h2 {
  margin: 0 0 16px;
  font-size: 2rem;
  letter-spacing: -.04em;
}
.footer-brand p { max-width: 290px; text-align: left; }
.footer-meta { text-align: right; }
.footer-meta nav {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-bottom: 16px;
  color: #4b5563;
  font-size: .95rem;
  font-weight: 500;
}
.footer-meta nav a:hover { color: var(--accent); }
.footer-meta p { color: #9ca3af; font-size: .8rem; line-height: 1.8; }
.grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .04;
  background-image: url("https://grainy-gradients.vercel.app/noise.svg");
}
.progress-bar {
  position: fixed;
  top: 0; left: 0;
  height: 2px;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: var(--accent);
  z-index: 100;
}
.desktop-only { display: inline-flex; }
/* reveal */
.reveal { opacity: 0; transition: opacity .9s ease, transform .9s cubic-bezier(.22,1,.36,1); will-change: transform, opacity; }
.reveal-up { transform: translateY(30px); }
.reveal-left { transform: translateX(-30px); }
.reveal-right { transform: translateX(30px); }
.reveal-scale { transform: scale(.95); }
.reveal-fade { transform: none; }
.reveal.delay-1 { transition-delay: .12s; }
.reveal.delay-2 { transition-delay: .24s; }
.reveal.delay-3 { transition-delay: .36s; }
.reveal.in-view { opacity: 1; transform: none; }
@media (max-width: 1100px) {
  .hero-grid, .feature-intro, .transformation-row { grid-template-columns: 1fr; }
  .transformation-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero { min-height: auto; padding-top: 40px; }
  .hero-grid { padding-block: 120px 120px; }
  .hero-copy { max-width: none; }
  .hero-form-wrap { max-width: 620px; width: 100%; }
  .desktop-only { display: none; }
  .transformation-list { gap: 96px; }
  .right-layout .comparison-wrap, .right-layout .transformation-copy { order: initial; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { border-right: 0; border-bottom: 1px solid #f3f4f6; }
  .feature-card:last-child { border-bottom: 0; }
}
@media (max-width: 780px) {
  .transformation-grid { grid-template-columns: 1fr; gap: 24px; }
  .container { width: min(calc(100% - 100px), var(--container)); }
  .hero { min-height: auto; }
  .hero-header { padding-top: 24px; }
  .brand img { width: 160px; height: auto; }
  .hero-grid { gap: 32px; padding-block: 92px 104px; }
  .hero-copy, .hero-form-wrap { width: 100%; }
  .hero h1 { font-size: clamp(2.6rem, 12vw, 4rem); line-height: 0.98; }
  .hero-lead { margin-bottom: 32px; font-size: 1rem; line-height: 1.65; }
  .hero-stats { gap: 18px; }
  .stat-block strong { font-size: 1.55rem; }
  .stat-divider { height: 24px; }
  .form-card { padding: 22px; border-radius: 24px; }
  .form-card h3 { font-size: 1.35rem; }
  .transformations, .features, .process { padding: 82px 0; }
  .section-intro h2, .feature-intro h2, .process-intro h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .section-intro p, .feature-copy p, .process-intro p, .transformation-copy p, .footer p { font-size: 1rem; line-height: 1.75; }
  .transformation-list { margin-top: 56px; gap: 24px; }
  .comparison-slider { min-height: 0; aspect-ratio: 1 / 1; border-radius: 24px; }
  .comparison-label { top: 16px; padding: 8px 11px; font-size: 9px; letter-spacing: .18em; }
  .comparison-label-before { left: 16px; }
  .comparison-label-after { right: 16px; }
  .comparison-handle span { width: 46px; height: 46px; }
  .decor-blur { width: 90px; height: 90px; right: -12px; bottom: -12px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-half, .field-full { grid-column: 1 / -1; }
  .field input, .field select { padding: 11px 13px; }
  .feature-intro { gap: 28px; margin-bottom: 52px; }
  .feature-grid { border-radius: 24px; }
  .feature-card { padding: 30px 24px 34px; }
  .feature-top { margin-bottom: 28px; }
  .feature-card h4 { font-size: 1.65rem; }
  .process-intro { margin-bottom: 72px; }
  .steps { gap: 64px; }
  .step { grid-template-columns: 1fr; gap: 18px; }
  .step-copy { padding-top: 0; }
  .step-num { font-size: clamp(3.6rem, 16vw, 5rem); }
  .process-cta { margin-top: 84px; }
  .outline-cta span { padding: 18px 30px; }
  .footer { padding: 40px 0; }
  .footer-grid, .footer-meta nav { flex-direction: column; align-items: flex-start; }
  .footer-meta { text-align: left; }
  .footer-meta nav { gap: 12px; justify-content: flex-start; }
  .scroll-indicator { display: none; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 100px), var(--container)); }
  .hero-grid { padding-block: 84px 96px; }
  .eyebrow-row { margin-bottom: 20px; }
  .hero h1 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero-stats { flex-direction: column; align-items: flex-start; gap: 12px; }
  .stat-divider { display: none; }
  .form-card { padding: 20px; }
  .comparison-slider { aspect-ratio: 4 / 5; }
  .comparison-label { font-size: 8px; padding: 8px 10px; }
  .feature-card { padding: 26px 20px 30px; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 56px), var(--container)); }
  .hero h1 { font-size: clamp(2rem, 10.5vw, 2.8rem); }
  .comparison-slider { aspect-ratio: 1 / 1; }
}
