:root {
  color-scheme: light;
  --ink: #111111;
  --muted: #5b5b5b;
  --paper: #ffffff;
  --surface: #ffffff;
  --tint: #f5f5f2;
  --charcoal: #181818;
  --charcoal-soft: #2b2b2b;
  --orange: #fc4c02;
  --orange-dark: #cc3d00;
  --orange-deep: #8f2500;
  --gold: #ffb347;
  --line: #dadad4;
  --shadow: 0 22px 56px rgba(17, 17, 17, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.62;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--ink);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--orange-dark);
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 20;
  transform: translateY(-120%);
  background: var(--orange);
  color: #ffffff;
  padding: 0.7rem 1rem;
  border-radius: 0 0 8px 8px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--ink);
  border-bottom: 1px solid var(--ink);
}

.header-inner,
.content-width {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
}

.site-logo {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  text-decoration: none;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.site-nav a,
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
}

.site-nav a {
  padding: 0.45rem 0.7rem;
  color: #ffffff;
}

.site-nav a:hover {
  background: var(--charcoal-soft);
  color: #ffffff;
}

.site-nav .nav-contact {
  background: var(--orange);
  color: #ffffff;
}

.site-nav .nav-contact:hover {
  background: var(--orange-dark);
  color: #ffffff;
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  overflow: hidden;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 74% 24%, rgba(252, 76, 2, 0.78), transparent 24rem),
    linear-gradient(150deg, #050505 0%, #160604 40%, var(--orange-deep) 72%, var(--orange) 100%);
  color: #ffffff;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: -20% -10%;
  background:
    repeating-radial-gradient(ellipse at 72% 18%, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 22px);
  opacity: 0.42;
  transform: rotate(-8deg);
}

.hero::after {
  width: 64vw;
  height: 64vw;
  right: -28vw;
  bottom: -38vw;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  padding: 5rem 0;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffffff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  line-height: 1.03;
  letter-spacing: 0;
}

h1 {
  max-width: 920px;
  margin-bottom: 1.2rem;
  font-size: clamp(3.2rem, 8vw, 6.9rem);
  font-weight: 900;
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.25rem, 4.5vw, 4.7rem);
  font-weight: 900;
}

h3 {
  margin-bottom: 0.45rem;
  font-size: 1.15rem;
}

.hero-copy {
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 800;
}

.hero-actions,
.contact-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 1.75rem;
}

.button {
  border: 2px solid transparent;
  padding: 0.82rem 1.1rem;
}

.button-primary {
  background: var(--orange);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--orange-dark);
  color: #ffffff;
}

.button-secondary {
  background: var(--ink);
  border-color: var(--ink);
  color: #ffffff;
}

.button-secondary:hover {
  background: var(--charcoal-soft);
  border-color: var(--charcoal-soft);
  color: #ffffff;
}

.hero .button-secondary {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--ink);
}

.hero .button-secondary:hover {
  background: var(--tint);
  border-color: var(--tint);
  color: var(--ink);
}

.hero-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 980px;
  margin-top: 4rem;
}

.hero-preview article {
  min-height: 188px;
  padding: 1.25rem;
  background: rgba(5, 5, 5, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.hero-preview span,
.feature-strip span,
.session-grid span,
.benefit-board span,
.metric-card span,
.timeline-card span {
  display: block;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-preview h2 {
  margin: 0.5rem 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.hero-preview p {
  margin: 0;
  color: #f2f2ee;
}

.feature-strip,
.session-band {
  background: var(--ink);
  color: #ffffff;
}

.feature-strip-grid,
.session-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.18);
}

.feature-strip-grid > div,
.session-grid > article {
  min-height: 142px;
  padding: 1.3rem;
  background: var(--ink);
}

.feature-strip strong,
.session-grid strong {
  display: block;
  margin-top: 0.35rem;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.12;
}

.feature-story {
  padding: 7rem 0;
  background: var(--paper);
}

.feature-story-muted {
  background: var(--tint);
}

.feature-story-dark {
  background: var(--charcoal);
  color: #ffffff;
}

.story-grid,
.suitable-layout,
.cta-panel {
  display: grid;
  gap: 4rem;
  align-items: center;
}

.story-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.story-grid-reverse {
  grid-template-columns: minmax(360px, 1.1fr) minmax(0, 0.9fr);
}

.story-grid-reverse .story-copy {
  order: 2;
}

.story-copy p,
.section-heading p,
.faq-list p,
.photo-placeholder figcaption {
  color: var(--muted);
}

.feature-story-dark .story-copy p,
.feature-story-dark .eyebrow {
  color: #f3f3ef;
}

.feature-story-dark h2 {
  color: #ffffff;
}

.visual-panel,
.benefit-board,
.profile-panel {
  min-height: 520px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.visual-panel-light {
  background:
    linear-gradient(135deg, rgba(252, 76, 2, 0.14), transparent),
    #f8f8f4;
  border: 1px solid var(--line);
}

.visual-panel-orange {
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.28), transparent 16rem),
    linear-gradient(145deg, var(--orange), var(--orange-deep));
}

.route-line {
  position: absolute;
  width: 86%;
  height: 46%;
  left: 7%;
  top: 20%;
  border: 12px solid var(--orange);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 48% 52% 42% 58%;
  transform: rotate(-10deg);
}

.route-line::before,
.route-line::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--ink);
}

.route-line::before {
  width: 22px;
  height: 22px;
  left: -15px;
  top: 46%;
}

.route-line::after {
  width: 28px;
  height: 28px;
  right: 7%;
  top: -20px;
  background: var(--orange);
}

.metric-card,
.timeline-card {
  position: absolute;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.metric-card strong,
.timeline-card strong {
  display: block;
  margin-top: 0.25rem;
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1.08;
}

.metric-card-main {
  left: 8%;
  bottom: 12%;
  width: min(270px, 84%);
}

.metric-card-small {
  right: 8%;
  top: 10%;
  width: 180px;
}

.timeline-card {
  left: 8%;
  right: 8%;
  bottom: 10%;
}

.timeline-card strong {
  font-size: clamp(1.8rem, 4vw, 3.4rem);
}

.benefit-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  min-height: 500px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.benefit-board article {
  padding: 1.2rem;
  background: #ffffff;
}

.benefit-board strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--ink);
  font-size: clamp(1.4rem, 2.8vw, 2.45rem);
  line-height: 1.02;
}

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

.section-heading {
  max-width: 820px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.audience-grid article {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-top: 6px solid var(--orange);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.08;
}

.safety-note {
  padding: 1.25rem;
  background: #fff4ea;
  border: 1px solid #ffb98d;
  border-radius: 8px;
}

.safety-note h3,
.safety-note p {
  margin-bottom: 0;
}

.safety-note h3 {
  margin-bottom: 0.35rem;
}

.profile-panel {
  display: grid;
  gap: 1rem;
  align-content: start;
  min-height: auto;
  padding: 1rem;
  background: var(--tint);
  border: 1px solid var(--line);
}

.photo-placeholder {
  margin: 0;
}

.photo-placeholder img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.photo-placeholder figcaption {
  margin-top: 0.75rem;
  font-size: 0.92rem;
}

.placeholder-line {
  margin: 0;
  padding: 0.9rem 1rem;
  background: #ffffff;
  border-left: 6px solid var(--orange);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 900;
}

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

.cta-section {
  padding: 7rem 0;
  background: #ffffff;
}

.cta-panel {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  padding: 3rem;
  background:
    radial-gradient(circle at 82% 16%, rgba(252, 76, 2, 0.86), transparent 18rem),
    linear-gradient(135deg, #050505, #1b0803 58%, var(--orange-deep));
  border-radius: 8px;
  color: #ffffff;
}

.cta-panel .eyebrow,
.cta-panel p {
  color: #ffffff;
}

.contact-actions {
  align-content: center;
}

.contact-actions .button {
  width: 100%;
}

.cta-panel .button-secondary {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
  color: #ffffff;
}

.cta-panel .button-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--ink);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 2rem;
}

.faq-list details {
  padding: 1rem 1.1rem;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 0.75rem 0 0;
}

.site-footer {
  padding: 2.5rem 0;
  background: #050505;
  color: #ffffff;
}

.footer-inner {
  display: grid;
  gap: 1rem;
}

.footer-inner p {
  margin: 0;
}

.privacy-note {
  max-width: 760px;
  color: #d8d8d2;
}

.footer-inner nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-inner a {
  color: #ffffff;
}

@media (max-width: 960px) {
  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 0.85rem 0;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner,
  .feature-story,
  .cta-section {
    padding: 4.25rem 0;
  }

  .hero-preview,
  .feature-strip-grid,
  .session-grid,
  .story-grid,
  .story-grid-reverse,
  .cta-panel,
  .audience-grid,
  .benefit-board {
    grid-template-columns: 1fr;
  }

  .story-grid-reverse .story-copy {
    order: 0;
  }

  .visual-panel,
  .benefit-board {
    min-height: 420px;
  }

  .cta-panel {
    padding: 2rem;
  }
}

@media (max-width: 560px) {
  .header-inner,
  .content-width {
    width: min(100% - 1rem, 1160px);
  }

  .site-nav a {
    flex: 1 1 auto;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.15rem;
  }

  .hero-preview article,
  .feature-strip-grid > div,
  .session-grid > article {
    min-height: auto;
  }

  .visual-panel,
  .benefit-board {
    min-height: 340px;
  }

  .button {
    width: 100%;
  }
}
