:root {
  --bg: #0b0e12;
  --panel: #12171d;
  --panel-2: #171d24;
  --text: #eef2f6;
  --muted: #a5b1bf;
  --line: rgba(255, 255, 255, 0.12);
  --accent: #d5a66d;
  --accent-2: #f2d4ae;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
  --radius: 24px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background:
    radial-gradient(circle at top right, rgba(213, 166, 109, 0.13), transparent 35%),
    linear-gradient(180deg, #090b0f 0%, #0d1014 100%);
  color: var(--text);
  overflow-x: hidden;
}

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

img {
  max-width: 100%;
}

.page-shell {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 18px 0 0;
  padding: 16px 20px;
  background: rgba(12, 15, 19, 0.78);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow);
}

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

.brand-with-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}

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

.site-nav a,
.header-cta,
.button,
.cta-card,
.footer-links a {
  transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, background 180ms ease, opacity 180ms ease;
}

.site-nav a,
.header-cta {
  color: var(--muted);
  font-size: 0.95rem;
}

.site-nav a:hover,
.header-cta:hover,
.footer-links a:hover {
  color: var(--text);
}

.header-cta {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  position: relative;
  min-height: 86vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #0d1014;
  box-shadow: var(--shadow);
  margin-top: 20px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(8,10,14,0.88) 0%, rgba(8,10,14,0.74) 34%, rgba(8,10,14,0.36) 62%, rgba(8,10,14,0.74) 100%),
    linear-gradient(180deg, rgba(8,10,14,0.18) 0%, rgba(8,10,14,0.48) 100%);
}

.hero-inner {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 96px 72px;
}

.hero-copy-wrap {
  max-width: 640px;
}

.section {
  padding: 88px 0;
}

.hero-stats {
  padding-top: 22px;
}

.eyebrow,
.section-kicker,
.section-label,
dt {
  color: var(--accent-2);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
}

.hero .eyebrow {
  margin-bottom: 18px;
}

h1 {
  margin: 0 0 22px;
  font-size: clamp(3.6rem, 8vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  color: var(--text);
  max-width: 10ch;
}

h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

h3 {
  margin: 0;
  font-size: 1.35rem;
}

p,
li,
dd,
blockquote {
  color: var(--muted);
  line-height: 1.7;
  font-size: 1rem;
}

.hero-copy,
.lead {
  font-size: 1.1rem;
}

.hero-copy {
  max-width: 56ch;
  color: rgba(238, 242, 246, 0.84);
  margin: 0 0 30px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 0 0 22px;
}

.hero-note {
  margin: 0;
  color: var(--accent-2);
  max-width: 44ch;
  font-size: 0.98rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-weight: 600;
}

.button:hover,
.cta-card:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(180deg, var(--accent-2), var(--accent));
  color: #1a1208;
  border: none;
}

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

.stats-grid,
.service-grid,
.details-grid,
.cta-stack {
  display: grid;
  gap: 18px;
}

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

.stat-card,
.service-card,
.cta-card,
.section-panel {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.015));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.stat-card,
.service-card {
  padding: 24px;
}

.stat-value {
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}

.section-panel {
  padding: 36px;
}

.section-grid.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 32px;
}

.align-start {
  align-items: start;
}

.section-subline {
  margin-top: 18px;
  max-width: 52ch;
}

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

.issue-list li,
.cta-card {
  padding: 18px 20px;
  background: rgba(255,255,255,0.02);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.issue-list span {
  display: inline-block;
  width: 42px;
  color: var(--accent-2);
  font-weight: 700;
}

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

.service-card:hover,
.stat-card:hover {
  transform: translateY(-3px);
  border-color: rgba(242, 212, 174, 0.28);
}

.service-number {
  margin-bottom: 18px;
  color: var(--accent-2);
  font-weight: 700;
  letter-spacing: 0.14em;
}

.pulse-line {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pulse-line span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  color: var(--accent-2);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  animation: softPulse 3.8s ease-in-out infinite;
}

.pulse-line span:nth-child(2) {
  animation-delay: 0.6s;
}

.pulse-line span:nth-child(3) {
  animation-delay: 1.2s;
}

@keyframes softPulse {
  0%, 100% {
    opacity: 0.65;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-2px);
  }
}

.image-break {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,0.02);
}

.image-break img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.quote-break {
  text-align: left;
  padding-top: 36px;
  padding-bottom: 36px;
}

.quote-visual-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.quote-visual {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,0.02);
}

.quote-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.divider-quote {
  margin: 0;
  padding: 0;
}

.divider-quote p {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.25;
  letter-spacing: -0.03em;
}

.divider-quote footer {
  margin-top: 14px;
  color: var(--muted);
  font-size: 0.95rem;
}

.quote-follow {
  margin-top: 18px;
  color: var(--accent-2);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

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

.details-grid div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,0.02);
}

dt {
  margin-bottom: 8px;
}

dd {
  margin: 0;
  color: var(--text);
}

.cta-stack {
  gap: 16px;
}

.cta-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.15rem;
  font-weight: 600;
}

.site-footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 18px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}

.footer-meta {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--muted);
  padding-top: 12px;
}

.reframing-strip {
  padding-top: 10px;
  padding-bottom: 10px;
}

.reframe-card {
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015));
  box-shadow: var(--shadow);
}

.reframe-card h2 {
  margin-bottom: 10px;
}

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

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

.image-reveal {
  opacity: 0;
  transform: scale(1.06);
  filter: blur(20px) brightness(0.7);
  transition:
    opacity 1200ms ease,
    transform 1400ms ease,
    filter 1600ms ease;
}

.image-reveal.is-visible {
  opacity: 1;
  transform: scale(1);
  filter: blur(0) brightness(1);
}

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

  .reveal,
  .image-reveal,
  .pulse-line span {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 900px) {
  .site-header {
    border-radius: 26px;
    padding: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .stats-grid,
  .section-grid.two-col,
  .details-grid,
  .quote-visual-wrap {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    width: 100%;
    padding: 88px 28px 72px;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(8,10,14,0.72) 0%, rgba(8,10,14,0.64) 40%, rgba(8,10,14,0.84) 100%);
  }

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

  .footer-meta {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max));
  }

  .section {
    padding: 64px 0;
  }

  .hero-actions,
  .footer-links {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .site-header {
    top: 8px;
  }

  .image-break img {
    height: 360px;
  }

  .brand-logo {
    width: 24px;
    height: 24px;
  }
}