:root {
  --obsidian: #08090d;
  --charcoal: #111318;
  --graphite: #1b1f27;
  --navy: #0b1624;
  --gold: #d6b46a;
  --soft-gold: #f0dfa8;
  --teal: #30d5c8;
  --white: #ffffff;
  --mist: #c8cfd8;
  --muted: #808a98;
  --line: rgba(255, 255, 255, 0.12);
  --panel: rgba(17, 19, 24, 0.78);
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 8%, rgba(48, 213, 200, 0.13), transparent 26rem),
    linear-gradient(125deg, var(--obsidian), var(--charcoal) 46%, #07080b 100%);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.section-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 14px max(20px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 13, 0.84);
  backdrop-filter: blur(18px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(214, 180, 106, 0.55);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(214, 180, 106, 0.18), rgba(48, 213, 200, 0.07));
  color: var(--soft-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 800;
  box-shadow: 0 10px 35px rgba(214, 180, 106, 0.12);
}

.brand-name {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  overflow: hidden;
  border-left: 1px solid rgba(48, 213, 200, 0.32);
  color: rgba(48, 213, 200, 0.88);
  font-size: 1.06rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow:
    0 0 12px rgba(48, 213, 200, 0.45),
    0 0 26px rgba(48, 213, 200, 0.18);
}

.brand-name::before,
.brand-name::after {
  content: attr(data-text);
  position: absolute;
  inset: 0 12px;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.brand-name::before {
  color: rgba(214, 180, 106, 0.7);
  transform: translateX(2px);
  clip-path: inset(0 0 56% 0);
  animation: brand-glitch-top 4.6s steps(1, end) infinite;
}

.brand-name::after {
  color: rgba(48, 213, 200, 0.42);
  background: repeating-linear-gradient(
    180deg,
    transparent 0,
    transparent 4px,
    rgba(48, 213, 200, 0.14) 5px,
    transparent 7px
  );
  background-clip: text;
  -webkit-background-clip: text;
  clip-path: inset(52% 0 0 0);
  transform: translateX(-2px);
  animation: brand-glitch-bottom 5.2s steps(1, end) infinite;
}

.brand-name span {
  position: relative;
  z-index: 1;
}

@keyframes brand-glitch-top {
  0%,
  82%,
  100% {
    transform: translateX(2px);
    opacity: 0.55;
  }

  84% {
    transform: translateX(7px);
    opacity: 0.9;
  }

  86% {
    transform: translateX(-4px);
    opacity: 0.7;
  }
}

@keyframes brand-glitch-bottom {
  0%,
  78%,
  100% {
    transform: translateX(-2px);
    opacity: 0.45;
  }

  80% {
    transform: translateX(-8px);
    opacity: 0.85;
  }

  83% {
    transform: translateX(5px);
    opacity: 0.6;
  }
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: var(--mist);
  font-size: 0.94rem;
  font-weight: 700;
}

.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.site-nav a:hover {
  color: var(--soft-gold);
}

.nav-cta {
  padding: 0 18px;
  border: 1px solid rgba(214, 180, 106, 0.48);
  border-radius: var(--radius);
  color: var(--soft-gold);
}

.menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  color: var(--white);
  font: inherit;
  font-size: 0;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 52px;
  align-items: center;
  min-height: calc(100vh - 76px);
  padding: 76px 0 48px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: 2.55rem;
}

h2 {
  max-width: 800px;
  font-size: 3.9rem;
}

h3 {
  font-size: 1.45rem;
}

.hero-lede {
  max-width: 720px;
  margin: 28px 0 0;
  color: var(--mist);
  font-size: 1.12rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border-radius: var(--radius);
  font-weight: 800;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, var(--gold), var(--soft-gold));
  color: #11100b;
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--white);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px 0 0;
}

.metric-grid div {
  min-height: 132px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.metric-grid dt {
  color: var(--soft-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2rem;
  font-weight: 800;
}

.metric-grid dd {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(214, 180, 106, 0.28);
  border-radius: var(--radius);
  background: var(--navy);
  box-shadow: var(--shadow);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(8, 9, 13, 0.12) 42%, rgba(8, 9, 13, 0.9) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 92px);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  filter: saturate(0.85) contrast(1.08);
}

.glass-panel {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(8, 9, 13, 0.68);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.panel-main {
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 24px;
}

.panel-label,
.panel-float span {
  display: block;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-main strong {
  display: block;
  margin-top: 10px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.25rem;
  line-height: 1.08;
}

.panel-float {
  top: 24px;
  right: 24px;
  width: 176px;
  padding: 18px;
}

.panel-float strong {
  display: block;
  margin-top: 8px;
  color: var(--soft-gold);
  font-size: 2.2rem;
}

.signal-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  height: 52px;
  margin-top: 24px;
  align-items: end;
}

.signal-bars span {
  display: block;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, var(--teal), var(--gold));
  animation: pulse-bar 1.8s ease-in-out infinite;
}

.signal-bars span:nth-child(1) {
  height: 42%;
}

.signal-bars span:nth-child(2) {
  height: 78%;
  animation-delay: 160ms;
}

.signal-bars span:nth-child(3) {
  height: 58%;
  animation-delay: 320ms;
}

.signal-bars span:nth-child(4) {
  height: 92%;
  animation-delay: 480ms;
}

@keyframes pulse-bar {
  0%,
  100% {
    opacity: 0.55;
    transform: scaleY(0.82);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.text-showcase {
  position: relative;
  overflow: hidden;
  padding: 74px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(48, 213, 200, 0.06), transparent 34%, rgba(214, 180, 106, 0.08)),
    rgba(0, 0, 0, 0.18);
}

.text-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(48, 213, 200, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48, 213, 200, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 85%, transparent);
  pointer-events: none;
}

.showcase-track {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.showcase-kicker {
  margin: 0 0 20px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.text-showcase h2 {
  display: grid;
  gap: 8px;
  max-width: none;
}

.showcase-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.showcase-word,
.showcase-chip {
  transition: transform 220ms ease, color 220ms ease, border-color 220ms ease, text-shadow 220ms ease;
}

.showcase-word {
  display: inline-block;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4.8rem;
  line-height: 0.96;
}

.showcase-word:hover {
  color: var(--teal);
  text-shadow: 0 0 34px rgba(48, 213, 200, 0.45);
  transform: translateY(-4px);
}

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

.outline-text {
  color: transparent;
  -webkit-text-stroke: 1px rgba(240, 223, 168, 0.92);
}

.scan-text {
  position: relative;
  overflow: hidden;
  color: rgba(48, 213, 200, 0.95);
  text-shadow: 0 0 22px rgba(48, 213, 200, 0.36);
}

.scan-text::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: transparent;
  background: repeating-linear-gradient(
    180deg,
    rgba(48, 213, 200, 0.05) 0,
    rgba(48, 213, 200, 0.05) 3px,
    rgba(255, 255, 255, 0.85) 4px,
    rgba(48, 213, 200, 0.05) 7px
  );
  background-clip: text;
  -webkit-background-clip: text;
  animation: scan-pass 3.4s linear infinite;
}

@keyframes scan-pass {
  from {
    transform: translateY(-18%);
  }

  to {
    transform: translateY(18%);
  }
}

.showcase-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border: 1px solid rgba(214, 180, 106, 0.46);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
  color: var(--soft-gold);
  font-size: 1rem;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.showcase-chip:hover {
  border-color: rgba(48, 213, 200, 0.8);
  color: var(--teal);
  transform: rotate(-2deg) translateY(-4px);
}

.showcase-chip-image {
  background:
    linear-gradient(rgba(8, 9, 13, 0.35), rgba(8, 9, 13, 0.35)),
    url("https://images.unsplash.com/photo-1555949963-aa79dcee981c?auto=format&fit=crop&w=360&q=80") center / cover;
}

.text-showcase p:last-child {
  max-width: 760px;
  margin: 28px 0 0;
  color: var(--mist);
  font-size: 1.05rem;
}

.proof-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px max(20px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.035);
}

.proof-strip p {
  max-width: 520px;
  margin: 0;
  color: var(--mist);
  font-weight: 700;
}

.proof-marquee {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.proof-marquee span {
  padding: 8px 12px;
  border: 1px solid rgba(214, 180, 106, 0.28);
  border-radius: var(--radius);
  color: var(--soft-gold);
  font-size: 0.84rem;
  font-weight: 800;
}

.intro-band,
.lead-magnet {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 92px 0;
}

.intro-band p,
.lead-magnet p,
.section-heading + p {
  color: var(--mist);
  font-size: 1.08rem;
}

.expertise,
.process,
.testimonials,
.faq {
  padding: 92px 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 34px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.expertise-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  min-height: 230px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.expertise-card img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  border-radius: 6px;
  object-fit: cover;
}

.expertise-card div {
  align-self: center;
  padding-right: 8px;
}

.expertise-card span,
.process article span {
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
}

.expertise-card p,
.process article p,
.testimonial-card p,
.faq p,
.site-footer p,
.contact-panel p {
  color: var(--mist);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.process article,
.contact-panel,
.testimonial-card,
.faq details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.22);
}

.process article {
  min-height: 250px;
  padding: 28px;
}

.process article h3 {
  margin-top: 20px;
}

.lead-magnet {
  margin-top: 42px;
  padding: 42px;
  border: 1px solid rgba(214, 180, 106, 0.3);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(214, 180, 106, 0.13), rgba(48, 213, 200, 0.05)),
    rgba(255, 255, 255, 0.035);
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.contact-panel p {
  margin: 6px 0 0;
  font-size: 0.92rem;
  text-align: center;
}

.testimonial-carousel {
  position: relative;
  min-height: 330px;
}

.testimonial-card {
  display: none;
  min-height: 330px;
  padding: 34px;
}

.testimonial-card.is-active {
  display: grid;
  align-content: space-between;
}

.stars {
  color: var(--gold);
  font-size: 1.2rem;
}

.testimonial-card p {
  max-width: 920px;
  margin: 24px 0;
  font-size: 1.8rem;
  line-height: 1.35;
}

.testimonial-card footer {
  display: grid;
  gap: 4px;
}

.testimonial-card footer span {
  color: var(--muted);
}

.carousel-controls {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}

.carousel-controls button {
  width: 44px;
  height: 10px;
  border: 0;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.carousel-controls button.is-active {
  background: var(--gold);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq details {
  padding: 20px 24px;
}

.faq summary {
  cursor: pointer;
  color: var(--white);
  font-weight: 900;
}

.faq p {
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px max(20px, calc((100vw - 1180px) / 2)) 92px;
  border-top: 1px solid var(--line);
  background: rgba(0, 0, 0, 0.24);
}

.site-footer > div:first-child {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 660px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
  color: var(--soft-gold);
  font-weight: 800;
}

.sticky-cta {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 45;
  display: none;
  grid-template-columns: repeat(3, 1fr);
  width: min(420px, calc(100% - 24px));
  overflow: hidden;
  border: 1px solid rgba(214, 180, 106, 0.45);
  border-radius: var(--radius);
  background: rgba(8, 9, 13, 0.92);
  box-shadow: var(--shadow);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.sticky-cta a {
  display: grid;
  place-items: center;
  min-height: 48px;
  color: var(--soft-gold);
  font-size: 0.9rem;
  font-weight: 900;
}

.sticky-cta a + a {
  border-left: 1px solid var(--line);
}

@media (max-width: 980px) {
  .section-shell {
    width: min(100% - 28px, 720px);
  }

  .site-header {
    min-height: 68px;
  }

  .brand-name {
    font-size: 0.9rem;
  }

  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    inset: 68px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: rgba(8, 9, 13, 0.97);
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: flex;
  }

  .site-nav a {
    justify-content: center;
    min-height: 48px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: auto;
    padding: 42px 0 36px;
  }

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

  .hero-visual img {
    min-height: 460px;
  }

  h1 {
    font-size: 4.25rem;
  }

  h2 {
    font-size: 3rem;
  }

  .panel-main strong {
    font-size: 1.8rem;
  }

  .testimonial-card p {
    font-size: 1.45rem;
  }

  .metric-grid,
  .intro-band,
  .lead-magnet,
  .section-heading,
  .expertise-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .proof-strip,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-marquee,
  .footer-links {
    justify-content: flex-start;
  }

  .intro-band,
  .expertise,
  .process,
  .testimonials,
  .faq {
    padding: 64px 0;
  }

  .lead-magnet {
    padding: 28px;
  }

  .sticky-cta {
    display: grid;
  }

  .text-showcase {
    padding: 54px 14px;
  }

  .showcase-word {
    font-size: 3.1rem;
  }

  .showcase-chip {
    min-height: 48px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand-lockup {
    gap: 8px;
  }

  .brand-name {
    max-width: 128px;
    padding: 0 8px;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .brand-name::before,
  .brand-name::after {
    inset: 0 8px;
  }

  h1 {
    font-size: 3.08rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero-actions,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .button,
  .hero-actions .button {
    width: 100%;
  }

  .metric-grid {
    gap: 10px;
  }

  .metric-grid div {
    min-height: 118px;
  }

  .hero-visual {
    min-height: 390px;
  }

  .hero-visual img {
    min-height: 390px;
  }

  .panel-main {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 18px;
  }

  .panel-float {
    top: 12px;
    right: 12px;
    width: 146px;
  }

  .expertise-card {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .expertise-card img {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .process article {
    min-height: 210px;
  }

  .testimonial-card {
    min-height: 430px;
    padding: 24px;
  }

  .testimonial-card p {
    font-size: 1.18rem;
  }

  .faq details {
    padding: 18px;
  }

  .site-footer {
    padding-bottom: 88px;
  }

  .showcase-line {
    gap: 10px;
  }

  .showcase-word {
    font-size: 2.24rem;
  }

  .showcase-chip {
    min-height: 42px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  .site-footer > div:first-child {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
