:root {
  --ink: #101820;
  --deep: #071018;
  --panel: #111c27;
  --cyan: #3fc1c9;
  --coral: #f16f53;
  --gold: #ffcf72;
  --cream: #fff7e6;
  --paper: #f6efe2;
  --muted: #717b83;
  --line: rgba(16, 24, 32, 0.13);
  --shadow: 0 26px 80px rgba(7, 16, 24, 0.18);
  --container: 1180px;
  --radius: 30px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 10%, rgba(63,193,201,0.12), transparent 26%),
    radial-gradient(circle at 80% 15%, rgba(241,111,83,0.10), transparent 24%),
    linear-gradient(180deg, #fff9ed 0%, var(--paper) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3 { margin: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: .98;
  letter-spacing: -0.04em;
}
.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}
.section { padding: 6rem 0; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 0.8rem;
  background: rgba(255,247,230,0.80);
  backdrop-filter: blur(18px);
}
.header-shell {
  width: min(calc(100% - 1rem), 1320px);
  margin: 0 auto;
  background: var(--deep);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  box-shadow: 0 16px 48px rgba(7,16,24,0.18);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.brand-symbol {
  width: 3rem;
  height: 3rem;
  border-radius: 18px;
  overflow: hidden;
  flex: 0 0 auto;
}
.brand-symbol svg { width: 100%; height: 100%; }
.brand-text strong {
  display: block;
  font-family: Georgia, serif;
  font-size: 1.42rem;
  letter-spacing: 0.06em;
}
.brand-text small {
  display: block;
  color: rgba(255,247,230,0.66);
  font-size: 0.73rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.menu-toggle {
  display: none;
  background: transparent;
  color: var(--cream);
  border: 0;
  font-weight: 900;
}
.site-nav {
  justify-self: end;
  display: flex;
  gap: 1.25rem;
}
.site-nav a {
  color: rgba(255,247,230,0.68);
  font-size: 0.92rem;
  font-weight: 700;
}
.site-nav a:hover { color: var(--cyan); }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cyan);
  color: var(--deep);
  border-radius: 999px;
  padding: 0.85rem 1.15rem;
  font-weight: 900;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 1rem 1.35rem;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-1px); }
.primary { background: var(--cyan); color: var(--deep); }
.ghost { background: transparent; color: var(--cream); border-color: rgba(255,247,230,0.26); }
.full { width: 100%; }

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  margin-top: -5.2rem;
  padding-top: 5.2rem;
}
.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
}
.hero-media img {
  height: 100%;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7,16,24,0.90), rgba(7,16,24,0.56) 42%, rgba(7,16,24,0.10)),
    linear-gradient(0deg, rgba(7,16,24,0.72), transparent 50%);
}
.hero-copy-wrap {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
  padding: 11rem 0 4rem;
}
.hero-index {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero h1 {
  color: var(--cream);
  font-size: clamp(3.4rem, 8vw, 7.4rem);
  max-width: 10ch;
}
.hero p {
  color: rgba(255,247,230,0.78);
  line-height: 1.86;
  font-size: 1.08rem;
  max-width: 62ch;
  margin-top: 1.35rem;
}
.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero-contact-card {
  position: absolute;
  right: min(2rem, 4vw);
  bottom: 3rem;
  z-index: 3;
  width: min(22rem, calc(100% - 2rem));
  background: rgba(255,247,230,0.10);
  color: var(--cream);
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  padding: 1.1rem;
}
.hero-contact-card span {
  display: block;
  color: var(--cyan);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
  margin-bottom: 0.45rem;
}
.hero-contact-card strong { line-height: 1.45; }

.ticker-section {
  background: var(--deep);
  color: var(--cream);
  overflow: hidden;
}
.ticker-track {
  display: flex;
  justify-content: space-around;
  gap: 1rem;
  padding: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.82rem;
  font-weight: 900;
  color: rgba(255,247,230,0.70);
}
.ticker-track span:nth-child(2n) { color: var(--cyan); }
.ticker-track span:nth-child(3n) { color: var(--coral); }

.kicker {
  color: var(--coral);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 900;
  margin-bottom: 1rem;
}
.kicker.light { color: var(--gold); }

.overview-grid,
.services-layout,
.framework-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 2rem;
  align-items: center;
}
.overview-heading h2,
.image-band-copy h2,
.services-aside h2,
.framework-card h2,
.contact-info h2 {
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  max-width: 11ch;
}
.overview-copy p,
.services-aside p,
.service-card p,
.framework-card p,
.framework-steps p,
.contact-info p,
.contact-cards strong,
.form-note,
.site-footer p,
.footer-column a,
.footer-column span {
  color: var(--muted);
  line-height: 1.82;
}
.overview-stats {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}
.overview-stats div {
  background: rgba(255,255,255,0.72);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 1rem;
  box-shadow: 0 14px 36px rgba(7,16,24,0.06);
}
.overview-stats strong {
  display: block;
  color: var(--cyan);
  margin-bottom: 0.35rem;
}
.overview-stats span {
  color: var(--ink);
  font-weight: 800;
}

.image-band {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  min-height: 38rem;
}
.image-band-copy {
  background: var(--panel);
  color: var(--cream);
  padding: 4rem;
  display: grid;
  align-content: center;
}
.image-band-copy p {
  color: rgba(255,247,230,0.72);
  line-height: 1.85;
  margin-top: 1rem;
}
.image-band-copy h2 { color: var(--cream); }
.image-band img {
  height: 100%;
  object-fit: cover;
}

.services-section {
  background: var(--paper);
}
.services-aside {
  align-self: start;
  position: sticky;
  top: 7rem;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.service-card {
  min-height: 17rem;
  background: #fffdf8;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  overflow: hidden;
  box-shadow: 0 14px 42px rgba(7,16,24,0.07);
}
.service-card img {
  height: 100%;
  object-fit: cover;
  margin: -1.2rem;
  width: calc(100% + 2.4rem);
  max-width: none;
}
.service-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--deep);
  font-weight: 950;
}
.service-card h3 {
  font-size: 1.55rem;
  margin-bottom: 0.75rem;
}
.service-card.cyan { border-top: 7px solid var(--cyan); }
.service-card.coral { border-top: 7px solid var(--coral); }
.service-card.gold { border-top: 7px solid var(--gold); }
.service-card.dark {
  background: var(--deep);
  color: var(--cream);
}
.service-card.dark p { color: rgba(255,247,230,0.72); }
.service-card.dark span { color: var(--cyan); }

.framework-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, var(--deep), #132636);
  color: var(--cream);
}
.framework-card h2 { color: var(--cream); }
.framework-card p {
  color: rgba(255,247,230,0.74);
  margin-top: 1rem;
}
.framework-steps {
  display: grid;
  gap: 1rem;
}
.framework-steps div {
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
  border-radius: var(--radius);
  padding: 1.2rem;
}
.framework-steps span {
  display: block;
  color: var(--cyan);
  font-weight: 900;
  margin-bottom: 0.45rem;
}
.framework-steps h3 {
  color: var(--cream);
  font-size: 1.55rem;
  margin-bottom: 0.45rem;
}
.framework-steps p { color: rgba(255,247,230,0.72); }

.contact-cards {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.5rem;
}
.contact-cards a,
.contact-cards div {
  display: block;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.68);
  border-radius: 20px;
  padding: 1rem;
}
.contact-cards span {
  display: block;
  color: var(--coral);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
  margin-bottom: 0.45rem;
}
.contact-form {
  background: var(--deep);
  color: var(--cream);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1.35rem;
  display: grid;
  gap: 1rem;
}
.contact-form label {
  display: grid;
  gap: 0.45rem;
}
.contact-form span {
  color: var(--cyan);
  font-weight: 900;
  font-size: 0.92rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  color: var(--cream);
  border-radius: 16px;
  padding: 0.95rem 1rem;
  font: inherit;
  outline: none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: rgba(255,247,230,0.42); }
.contact-form select option { color: var(--ink); }
.form-note {
  color: rgba(255,247,230,0.62);
  font-size: 0.9rem;
}

.site-footer {
  background: var(--deep);
  color: var(--cream);
}
.footer-top {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 1rem;
  padding: 2rem;
  background: linear-gradient(90deg, var(--cyan), var(--coral));
  color: var(--deep);
}
.footer-top span {
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.footer-top strong {
  font-family: Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3.4rem);
  line-height: 1;
}
.footer-grid {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: 1.1fr 0.65fr 1fr 0.9fr;
  gap: 1rem;
}
.footer-brand a {
  display: inline-flex;
  color: var(--cyan);
  font-family: Georgia, serif;
  font-size: 3rem;
  margin-bottom: 0.7rem;
}
.footer-brand p,
.footer-column a,
.footer-column span,
.footer-brief p {
  color: rgba(255,247,230,0.72);
}
.footer-column {
  display: grid;
  gap: 0.5rem;
  align-content: start;
}
.footer-column h3 {
  margin: 0 0 0.35rem;
  color: var(--gold);
  font-size: 1rem;
}
.footer-brief {
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  padding: 1rem;
  background: rgba(255,255,255,0.06);
}
.footer-brief span {
  display: block;
  color: var(--coral);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 900;
  font-size: 0.78rem;
  margin-bottom: 0.45rem;
}

@media (max-width: 980px) {
  .header-shell {
    grid-template-columns: auto auto;
    border-radius: 24px;
  }
  .menu-toggle {
    display: inline-flex;
    justify-self: end;
  }
  .site-nav,
  .header-cta { display: none; }
  .site-nav.open {
    display: grid;
    grid-column: 1 / -1;
    justify-self: stretch;
    gap: 0.75rem;
    padding: 1rem;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .hero { margin-top: 0; padding-top: 0; }
  .hero-contact-card {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 4;
    margin: -2rem auto 2rem;
  }
  .overview-grid,
  .image-band,
  .services-layout,
  .framework-grid,
  .contact-grid,
  .footer-top,
  .footer-grid,
  .overview-stats {
    grid-template-columns: 1fr;
  }
  .services-aside { position: static; }
}

@media (max-width: 680px) {
  .section { padding: 4.5rem 0; }
  .hero {
    min-height: auto;
  }
  .hero-copy-wrap {
    padding: 11rem 0 3rem;
  }
  .hero h1 { max-width: none; }
  .ticker-track {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .image-band-copy {
    padding: 2rem 1rem;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }
}