:root {
  --bg: #070707;
  --bg-soft: #121212;
  --bg-panel: #171717;
  --bg-panel-2: #1e1e1e;
  --text: #f7f2eb;
  --muted: #d6ccc0;
  --muted-strong: #f0e7dc;
  --copper: #c8833f;
  --copper-soft: #e2a062;
  --copper-deep: #8f5627;
  --line: rgba(226, 160, 98, 0.22);
  --line-strong: rgba(226, 160, 98, 0.4);
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 14%, rgba(200, 131, 63, 0.24), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(143, 86, 39, 0.24), transparent 26%),
    linear-gradient(180deg, #050505 0%, #090909 45%, #060606 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(circle at center, black, transparent 86%);
  opacity: 0.32;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 72px;
}
h1,
h2,
h3,
.stage-brand,
.metric strong {
  font-family: "Fraunces", serif;
}

.contact-strip,
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.contact-bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(226, 160, 98, 0.28);
  color: var(--copper-soft);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent),
    rgba(19, 19, 19, 0.96);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.02),
    0 20px 44px rgba(0, 0, 0, 0.3);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.contact-bubble {
  width: 82px;
  height: 82px;
}

.contact-bubble:hover,
.contact-bubble:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(226, 160, 98, 0.58);
  color: #f0ae77;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 48px rgba(0, 0, 0, 0.34),
    0 0 0 8px rgba(226, 160, 98, 0.05);
}

.contact-bubble svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 48px 0;
}

.hero {
  padding-top: 48px;
}

.hero-copy {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 16px;
  border: 1px solid rgba(226, 160, 98, 0.26);
  color: var(--copper-soft);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.98rem;
  font-weight: 600;
  background: rgba(30, 19, 10, 0.38);
}

.eyebrow {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
}

h1 {
  margin: 22px auto 0;
  max-width: 11ch;
  font-size: clamp(4rem, 11vw, 6.9rem);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.text-accent {
  color: var(--copper-soft);
}

.hero-text,
.section-heading p,
.feature-card p,
.panel-value,
.stage-subline {
  color: var(--muted);
  line-height: 1.75;
  font-size: 1.06rem;
}

.hero-text {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: clamp(1.05rem, 1.8vw, 1.22rem);
}

.hero-actions {
  justify-content: center;
  margin-top: 34px;
}

.hero-copy .contact-strip {
  margin-top: 22px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 16px;
  border: 1px solid transparent;
  color: var(--text);
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--copper), var(--copper-soft));
  color: #120e0a;
  box-shadow: 0 16px 30px rgba(200, 131, 63, 0.22);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.hero-stage {
  position: relative;
  max-width: 980px;
  margin: 52px auto 0;
}

.stage-window {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    var(--bg-panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.stage-window::after {
  content: "";
  position: absolute;
  inset: 40px -28px -26px 32px;
  border: 1px solid rgba(226, 160, 98, 0.28);
  border-radius: 28px;
  z-index: -1;
}

.stage-top {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 58px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.015);
}

.stage-top span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

.stage-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  padding: 56px 24px;
  text-align: center;
}

.emblem {
  position: relative;
  display: grid;
  place-items: center;
  width: 164px;
  height: 164px;
  margin-bottom: 30px;
}

.emblem-ring,
.emblem-ring::before {
  position: absolute;
  inset: 0;
  border-radius: 999px;
}

.emblem-ring {
  border: 1px solid rgba(226, 160, 98, 0.28);
}

.emblem-ring::before {
  content: "";
  border: 3px solid transparent;
  border-top-color: var(--copper);
  border-left-color: var(--copper);
  transform: rotate(-28deg);
  animation: slow-spin 9s linear infinite;
}

.emblem-core {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--copper-soft);
}

.emblem-core svg {
  width: 44px;
  height: 44px;
  fill: currentColor;
}

.stage-brand {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 4rem);
  letter-spacing: -0.04em;
}

.stage-subline {
  margin: 10px 0 0;
  color: var(--copper);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.94rem;
}

.contact-strip {
  justify-content: center;
  gap: 18px;
  margin-top: 36px;
}

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

.section-heading-center {
  margin: 0 auto;
  text-align: center;
}

.section-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(2.7rem, 6vw, 4.4rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section-heading p:last-child {
  margin-top: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 10px;
}

.feature-card {
  position: relative;
  min-height: 340px;
  padding: 32px 32px 36px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    var(--bg-panel);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, box-shadow 200ms ease;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--copper-soft);
  background: rgba(255, 255, 255, 0.03);
  transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, color 200ms ease;
}

.feature-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-watermark {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 136px;
  height: 136px;
  color: rgba(200, 131, 63, 0.12);
  pointer-events: none;
  transition: color 200ms ease, transform 200ms ease;
}

.feature-watermark svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  position: relative;
  margin: 34px 0 16px;
  color: var(--copper-soft);
  font-size: clamp(1.55rem, 2vw, 1.82rem);
  font-weight: 600;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  white-space: nowrap;
}

.feature-card p {
  position: relative;
  max-width: 27ch;
}

.feature-card:hover,
.feature-card:focus-within {
  transform: translateY(-6px);
  border-color: rgba(226, 160, 98, 0.2);
  background:
    radial-gradient(circle at top left, rgba(226, 160, 98, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent),
    #1a1a1a;
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(226, 160, 98, 0.05);
}

.feature-card:hover .feature-icon,
.feature-card:focus-within .feature-icon {
  transform: translateY(-2px);
  border-color: rgba(226, 160, 98, 0.28);
  background: rgba(200, 131, 63, 0.16);
  color: #f2b47f;
}

.feature-card:hover .feature-watermark,
.feature-card:focus-within .feature-watermark {
  color: rgba(200, 131, 63, 0.2);
  transform: scale(1.03);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    var(--bg-panel-2);
  box-shadow: var(--shadow);
}

.metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 24px;
  text-align: center;
}

.metric + .metric {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.metric strong {
  color: var(--copper-soft);
  font-size: clamp(3.2rem, 6vw, 4.4rem);
  font-weight: 600;
}

.metric span {
  margin-top: 10px;
  color: var(--muted-strong);
  font-size: 0.98rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.visit-shell {
  padding: 54px 44px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    var(--bg-panel-2);
  box-shadow: var(--shadow);
}

.section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin-bottom: 12px;
  border-radius: 999px;
  border: 1px solid rgba(226, 160, 98, 0.28);
  color: var(--copper-soft);
  background: rgba(0, 0, 0, 0.18);
}

.section-icon svg,
.panel-icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 38px;
}

.visit-stack {
  display: grid;
  gap: 20px;
}

.contact-panel {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 136px;
  padding: 24px 26px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
}

.contact-panel-link {
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.contact-panel-link:hover,
.contact-panel-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(226, 160, 98, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.contact-panel-large {
  align-items: flex-start;
}

.panel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 999px;
  border: 1px solid rgba(226, 160, 98, 0.24);
  color: var(--copper-soft);
  background: rgba(13, 13, 13, 0.7);
  flex-shrink: 0;
}

.panel-label {
  margin: 0 0 8px;
  color: var(--copper-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.98rem;
  font-weight: 700;
}

.panel-value {
  margin: 0;
  color: var(--text);
  font-size: 1.12rem;
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding: 26px 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  color: var(--text);
  text-decoration: none;
  font-family: "Fraunces", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  text-align: center;
  font-size: 1rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 1rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

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

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

@keyframes slow-spin {
  from {
    transform: rotate(-28deg);
  }

  to {
    transform: rotate(332deg);
  }
}

@media (max-width: 1080px) {
  .feature-grid,
  .stats-band,
  .visit-grid {
    grid-template-columns: 1fr;
  }

  .metric + .metric {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

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

  .hero {
    padding-top: 32px;
  }

  h1 {
    font-size: clamp(3.3rem, 16vw, 5rem);
  }

  .stage-body {
    min-height: 390px;
  }

  .visit-shell {
    padding: 36px 20px;
  }

  .contact-strip {
    gap: 14px;
  }

  .contact-bubble {
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 560px) {
  .button {
    width: 100%;
  }

  .hero-pill {
    display: flex;
    width: 100%;
    max-width: none;
    margin-inline: auto;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions > * {
    width: 100%;
  }

  .hero-copy .contact-strip {
    margin-top: 34px;
  }

  .contact-strip {
    gap: 12px;
  }

  .contact-bubble {
    width: 68px;
    height: 68px;
  }

  .contact-bubble svg {
    width: 24px;
    height: 24px;
  }

  .feature-grid {
    gap: 18px;
    padding-inline: 16px;
  }

  .feature-card,
  .stage-window,
  .visit-shell {
    border-radius: 24px;
  }

  .feature-card {
    min-height: 312px;
    padding: 28px 24px 30px;
  }

  .feature-icon {
    width: 74px;
    height: 74px;
  }

  .feature-watermark {
    top: 16px;
    right: 18px;
    width: 116px;
    height: 116px;
  }

  .stats-band {
    width: calc(100% - 32px);
    margin-inline: auto;
    border-radius: 24px;
  }

  .metric {
    min-height: 136px;
    padding: 18px;
  }

  .metric strong {
    font-size: clamp(2.35rem, 11vw, 3rem);
  }

  .metric span {
    margin-top: 8px;
    font-size: 0.84rem;
    letter-spacing: 0.12em;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }

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

  .feature-card h3 {
    white-space: normal;
  }

}
