:root {
  --bg: #f5efe5;
  --bg-soft: #fbf7f1;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-strong: rgba(255, 255, 255, 0.92);
  --text: #1f2930;
  --muted: #566068;
  --line: rgba(31, 41, 48, 0.1);
  --teal: #0f5c63;
  --teal-deep: #09363a;
  --clay: #bd6a3b;
  --gold: #d9a543;
  --shadow: 0 30px 80px rgba(20, 34, 38, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --page-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(217, 165, 67, 0.22), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(15, 92, 99, 0.18), transparent 30%),
    linear-gradient(180deg, #f7f0e7 0%, #f3ede3 30%, #eef1ea 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(31, 41, 48, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 41, 48, 0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent 85%);
}

a {
  color: inherit;
}

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

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  margin: 18px auto 0;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(251, 247, 241, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 30px rgba(20, 34, 38, 0.08);
}

.brand,
.topnav a,
.button,
.link-arrow,
.work-card a,
.speaking-card a {
  text-decoration: none;
}

.brand {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  color: var(--muted);
  font-size: 0.96rem;
}

.topnav a:hover,
.work-card a:hover,
.speaking-card a:hover,
.link-arrow:hover {
  color: var(--teal);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--teal-deep);
  color: #f7f4ef;
  font-weight: 700;
  transition:
    transform 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
  box-shadow: 0 12px 24px rgba(9, 54, 58, 0.16);
}

.button:hover {
  transform: translateY(-1px);
  background: #0d464b;
}

.button-small {
  min-height: 42px;
  padding: 0 18px;
  font-size: 0.95rem;
}

.button-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(31, 41, 48, 0.1);
  box-shadow: none;
}

.button-ghost:hover {
  background: rgba(255, 255, 255, 0.92);
}

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal-deep);
  font-weight: 700;
}

.link-arrow::after {
  content: "↗";
}

.hero {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
  align-items: center;
  min-height: calc(100vh - 120px);
  padding: 84px 0 52px;
}

.eyebrow,
.section-kicker,
.stage-label,
.pill,
.card-index,
.work-card-top,
.metric,
.process-step span {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 800;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  letter-spacing: -0.04em;
}

h1 {
  max-width: 12ch;
  font-size: clamp(3.35rem, 7vw, 6.2rem);
  line-height: 0.95;
}

h2 {
  max-width: 14ch;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
}

h3 {
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.lead,
.section-copy,
.info-panel p,
.service-card p,
.work-card p,
.process-step p,
.speaking-card p,
.availability-list,
.cta-card p,
.hero-stage p {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.02rem;
}

.lead {
  max-width: 65ch;
  margin: 22px 0 0;
}

.hero-actions {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.proof-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-list li {
  padding: 12px 16px;
  border: 1px solid rgba(31, 41, 48, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.95rem;
}

.hero-stage {
  position: relative;
  min-height: 560px;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 8% 4% 4%;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 20% 20%, rgba(217, 165, 67, 0.3), transparent 25%),
    linear-gradient(150deg, rgba(9, 54, 58, 0.96), rgba(15, 92, 99, 0.82));
  box-shadow: var(--shadow);
}

.stage-card,
.stage-note {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(7, 29, 31, 0.18);
  backdrop-filter: blur(8px);
}

.stage-card {
  padding: 24px;
  color: #f8f5f0;
}

.stage-card strong {
  display: block;
  margin-top: 18px;
  font-size: clamp(3rem, 6vw, 4.8rem);
  line-height: 1;
  font-family: "Fraunces", "Iowan Old Style", Georgia, serif;
}

.stage-card-primary {
  top: 11%;
  left: 0;
  width: min(320px, 78%);
  background: rgba(255, 255, 255, 0.12);
  animation: float-slow 10s ease-in-out infinite;
}

.stage-card-secondary {
  right: 2%;
  bottom: 16%;
  width: min(290px, 76%);
  background: rgba(189, 106, 59, 0.22);
  animation: float-fast 8s ease-in-out infinite;
}

.stage-note {
  right: 12%;
  top: 39%;
  width: min(270px, 66%);
  padding: 22px;
  background: rgba(247, 244, 239, 0.92);
  transform: rotate(-7deg);
  animation: tilt-note 12s ease-in-out infinite;
}

.stage-note span,
.stage-label {
  display: inline-block;
  color: rgba(247, 244, 239, 0.78);
  font-size: 0.72rem;
  font-weight: 800;
}

.stage-note span {
  color: var(--teal);
}

.company-strip,
.section,
.cta-section,
.footer {
  padding: 28px 0 56px;
}

.company-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  padding-top: 0;
}

.company-strip p {
  margin: 0;
  color: var(--muted);
}

.company-strip-track {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.company-strip-track span {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(31, 41, 48, 0.08);
  font-size: 0.93rem;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.split-heading {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 360px);
  align-items: end;
}

.intro-grid {
  display: grid;
  gap: 30px;
}

.intro-panels,
.card-grid,
.process-grid,
.speaking-grid {
  display: grid;
  gap: 18px;
}

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

.info-panel,
.service-card,
.work-card,
.process-step,
.speaking-card,
.availability-card,
.cta-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--radius-lg);
  background: var(--surface);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
}

.info-panel,
.service-card,
.process-step,
.speaking-card,
.availability-card,
.cta-card {
  padding: 26px;
}

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

.service-card::before,
.work-card::before,
.speaking-card::before,
.cta-card::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(15, 92, 99, 0.36), transparent);
}

.card-index {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--clay);
  font-size: 0.8rem;
  font-weight: 800;
}

.work-grid {
  display: grid;
  grid-template-columns: 1.16fr 1fr;
  gap: 18px;
}

.work-card {
  padding: 28px;
  min-height: 320px;
}

.work-card-featured {
  grid-row: span 2;
  background:
    linear-gradient(180deg, rgba(9, 54, 58, 0.95), rgba(15, 92, 99, 0.85)),
    var(--surface);
  color: #f8f5f0;
}

.work-card-featured p,
.work-card-featured a,
.work-card-featured .tag-row span {
  color: rgba(248, 245, 240, 0.84);
}

.work-card-top {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--muted);
}

.work-card-featured .work-card-top {
  color: rgba(248, 245, 240, 0.75);
}

.pill,
.metric,
.tag-row span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(31, 41, 48, 0.09);
  background: rgba(255, 255, 255, 0.65);
}

.work-card-featured .pill,
.work-card-featured .metric,
.work-card-featured .tag-row span {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

.work-card h3 {
  margin-top: 18px;
}

.work-card p {
  margin: 18px 0 0;
}

.tag-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.work-card a,
.speaking-card a {
  display: inline-flex;
  gap: 8px;
  margin-top: 24px;
  color: var(--teal-deep);
  font-weight: 800;
}

.work-card a::after,
.speaking-card a::after {
  content: "↗";
}

.work-card-featured a {
  color: #f8f5f0;
}

.process-section {
  position: relative;
}

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

.process-step span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

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

.availability-card {
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.92), rgba(240, 247, 244, 0.82));
}

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

.availability-list li {
  position: relative;
  padding-left: 26px;
}

.availability-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--clay));
}

.cta-section {
  padding-bottom: 90px;
}

.cta-card {
  padding: 38px;
  background:
    radial-gradient(circle at top right, rgba(217, 165, 67, 0.28), transparent 25%),
    linear-gradient(145deg, rgba(9, 54, 58, 0.98), rgba(15, 92, 99, 0.88));
  color: #f8f5f0;
}

.cta-card .section-kicker,
.cta-card p,
.cta-card .link-arrow {
  color: rgba(248, 245, 240, 0.84);
}

.cta-card .button {
  background: #f7f4ef;
  color: var(--teal-deep);
}

.cta-card .button-ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  color: #f8f5f0;
}

.footer {
  padding-top: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

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

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

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0) rotate(-5deg);
  }

  50% {
    transform: translateY(-18px) rotate(-2deg);
  }
}

@keyframes float-fast {
  0%,
  100% {
    transform: translateY(0) rotate(6deg);
  }

  50% {
    transform: translateY(14px) rotate(2deg);
  }
}

@keyframes tilt-note {
  0%,
  100% {
    transform: rotate(-7deg) translateY(0);
  }

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

@media (max-width: 1100px) {
  .hero,
  .split-heading,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 460px;
  }

  .intro-panels,
  .card-grid,
  .process-grid,
  .speaking-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-card-featured {
    grid-row: auto;
  }
}

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

  .topbar {
    position: static;
    margin-top: 12px;
    border-radius: 28px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero {
    min-height: auto;
    gap: 28px;
    padding-top: 36px;
  }

  h1 {
    max-width: 10ch;
  }

  .hero-stage {
    min-height: 400px;
  }

  .stage-card-primary,
  .stage-card-secondary,
  .stage-note {
    width: auto;
    max-width: none;
  }

  .stage-card-primary {
    top: 8%;
    left: 4%;
    right: 16%;
  }

  .stage-note {
    top: 42%;
    left: 12%;
    right: 6%;
  }

  .stage-card-secondary {
    left: 24%;
    right: 4%;
    bottom: 8%;
  }

  .intro-panels,
  .card-grid,
  .process-grid,
  .speaking-grid {
    grid-template-columns: 1fr;
  }

  .company-strip,
  .hero-actions,
  .proof-list {
    gap: 10px;
  }

  .company-strip-track span,
  .proof-list li,
  .pill,
  .metric,
  .tag-row span {
    font-size: 0.88rem;
  }

  .work-card,
  .info-panel,
  .service-card,
  .process-step,
  .speaking-card,
  .availability-card,
  .cta-card {
    padding: 22px;
  }
}

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

  .reveal,
  .button,
  .stage-card-primary,
  .stage-card-secondary,
  .stage-note {
    transition: none;
    animation: none;
  }

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