:root {
  --navy: #0d1b2a;
  --ink: #111723;
  --gold: #c8a96b;
  --warm: #f7f5f0;
  --paper: #fffdf8;
  --mist: #e8e3d7;
  --line: rgba(13, 27, 42, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(13, 27, 42, 0.18);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 999px;
  --display: "Cormorant Garamond", "Iowan Old Style", "Georgia", serif;
  --body: "Aptos", "Helvetica Neue", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.58;
}

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

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

section[id] {
  scroll-margin-top: 116px;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.05;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,0.8) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(13,27,42,0.34) 0 1px, transparent 1px);
  background-size: 34px 34px, 53px 53px;
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: center;
  gap: 22px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(13, 27, 42, 0.82);
  color: var(--white);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.16);
  border-radius: var(--radius-md);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.site-header.is-scrolled {
  border-color: rgba(200, 169, 107, 0.28);
  background: rgba(7, 17, 29, 0.94);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(200, 169, 107, 0.62);
  color: var(--gold);
  font-family: var(--display);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: var(--radius-sm);
}

.brand-copy {
  display: grid;
}

.brand-copy span {
  font-family: var(--display);
  font-size: 21px;
  line-height: 1;
}

.brand-copy small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  gap: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
}

.nav a {
  transition: color 0.2s ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--gold);
}

.header-cta {
  padding: 12px 18px;
  background: var(--gold);
  color: var(--navy);
  font-size: 13px;
  font-weight: 700;
  border-radius: var(--radius-sm);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-sm);
}

.lang-btn {
  min-width: 40px;
  height: 34px;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  cursor: pointer;
  border-radius: calc(var(--radius-sm) - 2px);
}

.lang-btn.is-active {
  background: rgba(200, 169, 107, 0.92);
  color: var(--navy);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  padding: 120px max(24px, calc((100vw - 1180px) / 2)) 34px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 24%, rgba(200, 169, 107, 0.18), transparent 0 28%),
    linear-gradient(135deg, #08111d 0%, #0d1b2a 44%, #14263a 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 17, 29, 0.9) 0%, rgba(7, 17, 29, 0.72) 48%, rgba(7, 17, 29, 0.48) 100%),
    linear-gradient(0deg, rgba(7, 17, 29, 0.95) 0%, rgba(7, 17, 29, 0.3) 42%, transparent 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0)),
    linear-gradient(90deg, transparent 0 68%, rgba(200, 169, 107, 0.12) 68% 68.3%, transparent 68.3% 72%, rgba(200, 169, 107, 0.12) 72% 72.3%, transparent 72.3% 76%, rgba(200, 169, 107, 0.1) 76% 76.25%, transparent 76.25%),
    radial-gradient(circle at 82% 22%, rgba(247, 245, 240, 0.09), transparent 0 18%),
    radial-gradient(circle at 78% 70%, rgba(200, 169, 107, 0.08), transparent 0 14%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  padding-bottom: 120px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--gold);
}

.section-kicker {
  color: #b79452;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 20px;
  font-size: clamp(44px, 6.6vw, 92px);
  line-height: 0.94;
  text-wrap: balance;
}

h2 {
  font-size: clamp(32px, 4.4vw, 62px);
  line-height: 1;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.24;
}

.hero-lead {
  width: min(620px, 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.9vw, 21px);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

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

.button.primary {
  background: var(--gold);
  color: var(--navy);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.04);
}

.button.wide {
  width: 100%;
}

.ticker-strip {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background:
    radial-gradient(120% 220% at 50% 0%, rgba(19, 52, 95, 0.34), rgba(8, 20, 36, 0) 62%),
    linear-gradient(180deg, rgba(8, 18, 32, 0.98), rgba(11, 24, 41, 0.99));
}

.ticker-shell {
  display: flex;
  gap: 18px;
  width: max-content;
  min-width: 100%;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  animation: ticker-move 52s linear infinite;
}

.ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  min-width: max-content;
  padding: 15px 0;
}

.ticker-item {
  padding: 7px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  color: rgba(255, 255, 255, 0.97);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
}

.ticker-sep {
  color: rgba(200, 169, 107, 0.92);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ticker-shell {
    animation: none;
  }
}

@keyframes ticker-move {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.section {
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
}

.section-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 72px;
  align-items: start;
}

.problem {
  background: var(--paper);
}

.problem > h2 {
  max-width: 900px;
}

.problem-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.problem-list article {
  min-height: 280px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,1));
}

.problem-list span,
.process-line span {
  display: block;
  margin-bottom: 64px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 34px;
  line-height: 1;
}

.problem-list p,
.expertise-panel p,
.packages-head p,
.package li,
.process-line p,
.proof p,
.contact p {
  color: rgba(17, 23, 35, 0.82);
}

.problem-list p,
.process-line p,
.proof-points p {
  font-size: 18px;
  line-height: 1.52;
}

.expertise {
  background:
    linear-gradient(180deg, rgba(13, 27, 42, 0.04), transparent 32%),
    var(--warm);
}

.expertise > h2 {
  max-width: 820px;
}

.expertise-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 18px;
  margin-top: 42px;
}

.expertise-panel {
  min-height: 340px;
  padding: 30px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 248, 0.9);
  box-shadow: 0 10px 36px rgba(13, 27, 42, 0.05);
  border-radius: var(--radius-md);
}

.expertise-panel.emphasized {
  background: linear-gradient(180deg, #102134, #0a1725);
  color: var(--white);
  transform: translateY(-18px);
}

.expertise-panel.emphasized p {
  color: rgba(255, 255, 255, 0.8);
}

.panel-number {
  margin-bottom: 64px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 58px;
  line-height: 1;
}

.packages {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(180deg, #091320 0%, #0b1624 48%, #08111b 100%);
  background-color: #091320;
  color: var(--white);
}

.packages::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(200, 169, 107, 0.08) 12% 12.1%, transparent 12.1% 88%, rgba(200, 169, 107, 0.07) 88% 88.1%, transparent 88.1%);
}

.packages-head {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 42px;
  align-items: end;
}

.packages-head p {
  margin: 0;
}

.package-footnote {
  display: inline-block;
  justify-self: end;
  max-width: 420px;
  margin-top: 8px;
  padding: 6px 10px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: right;
  text-wrap: pretty;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  background: rgba(8, 18, 31, 0.45);
}

.package-footnote::before {
  content: "* ";
  color: rgba(200, 169, 107, 0.92);
}

.packages-head .package-footnote {
  color: rgba(255, 255, 255, 0.88);
}

.package-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.package {
  display: grid;
  align-content: start;
  min-height: 410px;
  padding: 34px 32px 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  background-color: rgba(28, 39, 55, 0.9);
  border-radius: var(--radius-md);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 18px 34px rgba(6, 12, 19, 0.16);
}

.package.featured {
  border-color: rgba(200, 169, 107, 0.34);
  background:
    linear-gradient(180deg, #fffdf8, #f6f0e2);
  background-color: #f7f1e5;
  color: var(--navy);
  box-shadow: 0 24px 60px rgba(6, 12, 19, 0.34);
  transform: translateY(-10px);
}

.package-label {
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.package h3 {
  margin: 22px 0 8px;
  font-family: var(--display);
  font-size: clamp(38px, 3.3vw, 62px);
  font-weight: 600;
  line-height: 0.9;
  white-space: nowrap;
  text-wrap: balance;
}

.package > span {
  display: block;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.package ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.package li {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.46;
}

.package.featured li {
  color: rgba(17, 23, 35, 0.84);
}

.package li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--gold);
}

.process {
  background: var(--paper);
}

.process > h2 {
  max-width: 880px;
}

.process-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.process-line article {
  min-height: 280px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,1));
}

.process-line span {
  display: block;
  margin-bottom: 64px;
}

.proof {
  display: block;
  background:
    radial-gradient(circle at 90% 14%, rgba(200, 169, 107, 0.14), transparent 0 18%),
    linear-gradient(180deg, #f3ede2, var(--warm));
}

.proof > h2 {
  max-width: 880px;
}

.proof-lead {
  max-width: 780px;
  margin: 20px 0 42px;
  color: rgba(17, 23, 35, 0.76);
  font-size: 20px;
  line-height: 1.54;
}

.proof-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.proof-points article {
  min-height: 290px;
  padding: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,255,255,1));
}

.proof-points span {
  display: block;
  margin-bottom: 64px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 68px;
  line-height: 1;
}

.proof-points h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.proof-points p {
  margin-bottom: 0;
  color: rgba(17, 23, 35, 0.8);
  font-size: 18px;
  line-height: 1.52;
}

.contact {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(304px, 458px);
  gap: 46px;
  align-items: start;
  background:
    radial-gradient(circle at 18% 18%, rgba(200, 169, 107, 0.14), transparent 0 18%),
    linear-gradient(180deg, #0c1827, #09111a);
  background-color: #0c1827;
  color: var(--white);
}

.contact-copy > h2 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 0.96;
}

.contact p {
  color: rgba(255, 255, 255, 0.84);
  max-width: 680px;
  font-size: 18px;
  line-height: 1.52;
}

.contact-copy > p:last-child {
  margin: 0;
}

.contact-panel {
  display: grid;
  gap: 14px;
  padding: 30px 30px 28px;
  border: 1px solid rgba(200, 169, 107, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  background-color: rgba(20, 29, 42, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 44px rgba(3, 7, 12, 0.22);
  border-radius: var(--radius-md);
}

.contact-panel-title {
  margin: 0 0 4px;
  color: rgba(200, 169, 107, 0.96);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-item {
  display: grid;
  gap: 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-label {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-value {
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.contact-note {
  margin: 2px 0 2px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.42;
}

.contact .button.primary {
  margin-top: 8px;
  min-height: 54px;
  font-size: 18px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px max(24px, calc((100vw - 1180px) / 2));
  background: #07111d;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.reveal.is-visible {
  animation: reveal-in 0.72s ease both;
}

@keyframes reveal-in {
  from {
    opacity: 0.01;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 920px) {
  section[id] {
    scroll-margin-top: 94px;
  }

  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .nav {
    display: none;
  }

  .hero {
    min-height: 920px;
  }

  .hero-inner {
    padding-bottom: 70px;
  }

  .section-grid,
  .problem-list,
  .expertise-layout,
  .packages-head,
  .package-grid,
  .process-line,
  .contact {
    grid-template-columns: 1fr;
  }

  .expertise-panel.emphasized {
    transform: none;
  }

  .package.featured {
    transform: none;
  }

  .proof-points {
    grid-template-columns: 1fr;
  }

  .proof-points span {
    margin-bottom: 44px;
    font-size: 58px;
  }

  .proof-points h3 {
    font-size: 22px;
  }

  .contact-copy > h2 {
    margin-bottom: 14px;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    padding: 10px;
  }

  .brand-copy small,
  .header-cta {
    display: none;
  }

  .lang-btn {
    min-width: 34px;
    height: 30px;
    font-size: 11px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: 860px;
    padding-top: 98px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 68px 20px;
  }

  .ticker-shell {
    gap: 10px;
    padding: 0 20px;
    animation-duration: 58s;
  }

  .ticker-track {
    gap: 10px;
    padding: 12px 0;
  }

  .ticker-item {
    padding: 6px 10px;
    font-size: 14px;
    letter-spacing: 0.01em;
  }

  .package,
  .expertise-panel,
  .problem-list article,
  .process-line article,
  .contact-panel,
  .proof-points article {
    padding: 22px;
  }

  .contact-value {
    font-size: 19px;
  }

  .contact-note {
    font-size: 13px;
  }

  .proof-points h3 {
    font-size: 21px;
  }

  .proof-lead {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .package-footnote {
    justify-self: start;
    max-width: 100%;
    padding-top: 0;
  }

  .contact-copy > h2 {
    font-size: 42px;
  }

  .footer {
    flex-direction: column;
  }
}
