:root {
  --black: #050608;
  --ink: #090909;
  --panel: #11100d;
  --panel-2: #19170f;
  --white: #fffaf0;
  --muted: #b9ad91;
  --line: rgba(216, 164, 43, 0.2);
  --gold: #d8a42b;
  --gold-bright: #ffd76a;
  --gold-soft: #f4df9c;
  --gold-dark: #7a5512;
  --champagne: #fff1bc;
  --container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 4%, rgba(216, 164, 43, 0.28), transparent 32rem),
    radial-gradient(circle at 18% 86%, rgba(89, 63, 17, 0.32), transparent 30rem),
    var(--black);
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
}

body.menu-open {
  overflow: hidden;
}

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

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

button {
  font: inherit;
}

.race-hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
}

.ambient {
  position: absolute;
  z-index: -2;
  width: 280px;
  height: 70vh;
  filter: blur(24px);
  opacity: 0.48;
}

.ambient-gold {
  right: 7vw;
  top: -12vh;
  background: linear-gradient(var(--gold-bright), transparent);
  transform: rotate(11deg);
}

.ambient-shadow {
  left: 4vw;
  bottom: -22vh;
  background: linear-gradient(transparent, #3d2b09);
  transform: rotate(-12deg);
}

.screen-frame {
  position: relative;
  width: 100vw;
  min-height: 100svh;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background:
    radial-gradient(circle at 58% 20%, rgba(216, 164, 43, 0.2), transparent 24rem),
    linear-gradient(90deg, rgba(5, 6, 8, 0.97) 0%, rgba(5, 6, 8, 0.66) 42%, rgba(5, 6, 8, 0.9) 100%),
    linear-gradient(145deg, #080704 0%, #141109 45%, #030303 100%);
  box-shadow:
    0 0 0 1px rgba(255, 215, 106, 0.24) inset,
    0 34px 90px rgba(0, 0, 0, 0.66);
}

.screen-frame > * {
  --safe-left: clamp(56px, 5.4vw, 96px);
  --safe-right: clamp(56px, 5.4vw, 96px);
}

.screen-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 62px;
  background:
    repeating-linear-gradient(90deg, rgba(255, 215, 106, 0.34) 0 8px, transparent 8px 28px),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.82));
  opacity: 0.34;
  pointer-events: none;
}

.screen-notch {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  width: 160px;
  height: 24px;
  border-radius: 0 0 18px 18px;
  background: #030407;
  transform: translateX(-50%);
}

.site-header {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  padding: 30px var(--safe-right) 0 var(--safe-left);
}

.brand img {
  width: 260px;
  height: 104px;
  object-fit: contain;
  border: 0;
  background: transparent;
  filter: drop-shadow(0 0 22px rgba(216, 164, 43, 0.35));
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 82px);
}

.main-nav a {
  color: rgba(247, 249, 255, 0.64);
  font-size: 0.88rem;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--white);
  outline: 0;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 1px solid rgba(255, 215, 106, 0.62);
  background: linear-gradient(135deg, var(--champagne), var(--gold));
  color: #080806;
  font-size: 0.9rem;
  font-weight: 800;
}

.menu-toggle {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 0;
  border: 1px solid rgba(255, 215, 106, 0.26);
  background: rgba(216, 164, 43, 0.12);
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  background: var(--white);
}

.hero-bg-word {
  position: absolute;
  z-index: 1;
  top: 19%;
  left: 31%;
  color: rgba(216, 164, 43, 0.12);
  font-size: clamp(12rem, 30vw, 34rem);
  font-weight: 900;
  line-height: 0.72;
  transform: skewX(-10deg);
  pointer-events: none;
}

.hero-luxury-panel {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 62% 25%, rgba(255, 215, 106, 0.3), transparent 20rem),
    radial-gradient(circle at 82% 10%, rgba(216, 164, 43, 0.38), transparent 26rem),
    linear-gradient(120deg, transparent 0 28%, rgba(216, 164, 43, 0.16) 46%, transparent 68%);
  pointer-events: none;
}

.hero-logo-mark {
  position: absolute;
  z-index: 2;
  right: 24%;
  top: 18%;
  width: min(31vw, 430px);
  opacity: 0.22;
  filter: drop-shadow(0 0 44px rgba(216, 164, 43, 0.42));
  transform: rotate(-4deg);
  pointer-events: none;
}

.hero-person {
  position: absolute;
  z-index: 3;
  top: 132px;
  left: 50%;
  width: min(36vw, 520px);
  height: calc(100% - 202px);
  transform: translateX(-50%);
  pointer-events: none;
}

.hero-person::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 6, 8, 0.84));
}

.hero-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 12%;
  filter: saturate(1.12) contrast(1.04);
  mix-blend-mode: luminosity;
  opacity: 0.88;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 0 56%, rgba(0, 0, 0, 0.75) 68%, transparent 86%);
  mask-image: radial-gradient(ellipse at center, #000 0 56%, rgba(0, 0, 0, 0.75) 68%, transparent 86%);
}

.hero-location {
  position: absolute;
  z-index: 5;
  left: var(--safe-left);
  top: 176px;
  display: grid;
  gap: 6px;
}

.hero-location span {
  color: rgba(247, 249, 255, 0.7);
  font-size: 0.78rem;
}

.hero-location strong {
  max-width: 300px;
  font-size: clamp(2rem, 3.1vw, 3.45rem);
  font-weight: 500;
  line-height: 0.98;
}

.hero-copy-block {
  position: absolute;
  z-index: 6;
  left: var(--safe-left);
  bottom: 152px;
  max-width: min(720px, 55%);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold-bright);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

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

h1 {
  margin: 0;
  font-size: clamp(3.8rem, 6.3vw, 7.2rem);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-shadow: 0 0 34px rgba(216, 164, 43, 0.14);
}

.hero-copy-block p:not(.eyebrow) {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(247, 249, 255, 0.76);
  font-size: 0.95rem;
  line-height: 1.58;
}

.agent-strip {
  position: absolute;
  z-index: 6;
  left: var(--safe-left);
  bottom: 494px;
  display: flex;
  align-items: center;
}

.agent-strip img,
.agent-strip span {
  width: 46px;
  height: 46px;
  margin-left: -8px;
  border: 2px solid rgba(5, 6, 8, 0.95);
  border-radius: 50%;
  object-fit: cover;
  background: var(--panel);
}

.agent-strip img:first-child {
  margin-left: 0;
}

.agent-strip span {
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #080808;
  font-size: 0.78rem;
  font-weight: 900;
}

.track-card {
  position: absolute;
  z-index: 5;
  top: 214px;
  right: var(--safe-right);
  width: min(280px, 23vw);
}

.track-card svg {
  width: 100%;
  overflow: visible;
}

.track-card span {
  display: block;
  margin-top: 14px;
  color: rgba(247, 249, 255, 0.7);
  text-align: right;
  font-size: 0.78rem;
  font-weight: 600;
}

.track-line,
.track-gold {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.track-line {
  stroke: rgba(255, 241, 188, 0.72);
  stroke-width: 4;
}

.track-gold {
  stroke: var(--gold-bright);
  stroke-width: 7;
  filter: drop-shadow(0 0 8px rgba(255, 215, 106, 0.42));
}

.track-card circle {
  fill: var(--gold-soft);
  stroke: rgba(5, 6, 8, 0.9);
  stroke-width: 2;
}

.hero-metrics {
  position: absolute;
  z-index: 6;
  right: var(--safe-right);
  bottom: 152px;
  display: grid;
  justify-items: end;
  gap: 8px;
}

.hero-metrics strong,
.hero-metrics em {
  display: block;
  font-style: normal;
  font-size: clamp(4rem, 6vw, 6.6rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: 0;
}

.hero-metrics strong {
  color: rgba(255, 250, 240, 0.74);
  text-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
}

.hero-metrics em {
  color: var(--gold-bright);
  text-shadow: 0 0 28px rgba(255, 215, 106, 0.26);
}

.quick-services {
  position: absolute;
  z-index: 7;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  background: rgba(5, 6, 8, 0.74);
  backdrop-filter: blur(16px);
}

.quick-services a {
  min-height: 116px;
  padding: 26px 34px 24px var(--safe-left);
  border-right: 1px solid var(--line);
  transition: background 180ms ease, border-color 180ms ease;
}

.quick-services a:hover,
.quick-services a:focus-visible {
  background: rgba(216, 164, 43, 0.08);
  outline: 0;
}

.quick-services a:last-child {
  border-right: 0;
}

.quick-services span,
.service-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-bright);
  font-size: 0.72rem;
  font-weight: 900;
}

.quick-services strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.94rem;
}

.quick-services p {
  max-width: 280px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.48;
}

.services-section,
.mission-section,
.proof-section,
.contact-section {
  width: var(--container);
  margin: 0 auto;
}

.services-section {
  padding: 116px 0 78px;
}

.section-title-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 34px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.35rem, 4.8vw, 5rem);
  font-weight: 900;
  line-height: 0.94;
  letter-spacing: 0;
}

.section-title-row p,
.mission-copy p,
.contact-section p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.68;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.service-card {
  display: block;
  min-height: 270px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 2px;
  background:
    linear-gradient(150deg, rgba(255, 215, 106, 0.08), transparent 60%),
    var(--panel);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 215, 106, 0.46);
  background:
    linear-gradient(150deg, rgba(255, 215, 106, 0.16), transparent 62%),
    var(--panel-2);
  outline: 0;
}

.service-card-hot {
  background:
    linear-gradient(160deg, rgba(216, 164, 43, 0.3), transparent 58%),
    var(--panel);
}

.service-card h3 {
  margin-bottom: 14px;
  font-size: 1.12rem;
  line-height: 1.12;
}

.service-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.58;
}

.mission-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 0;
  min-height: 620px;
  margin-top: 42px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 14%, rgba(216, 164, 43, 0.24), transparent 28rem),
    var(--panel);
}

.mission-visual {
  min-height: 620px;
  overflow: hidden;
}

.mission-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-copy {
  display: grid;
  align-content: center;
  padding: 54px;
}

.mission-copy h2 {
  margin-bottom: 28px;
}

.mission-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.mission-list a {
  padding: 14px 16px;
  border-left: 3px solid var(--gold-bright);
  background: rgba(216, 164, 43, 0.08);
  color: rgba(247, 249, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 800;
  transition: background 180ms ease, border-color 180ms ease;
}

.mission-list a:hover,
.mission-list a:focus-visible {
  border-color: var(--champagne);
  background: rgba(216, 164, 43, 0.16);
  outline: 0;
}

.proof-section {
  padding: 112px 0 80px;
}

.proof-section h2 {
  max-width: 930px;
  margin-bottom: 34px;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.95fr;
  gap: 12px;
  height: 470px;
}

.proof-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 50px;
  align-items: start;
  padding: 92px 0;
  border-top: 1px solid var(--line);
}

.contact-section h2 {
  margin-bottom: 20px;
}

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

.contact-link {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 8px 16px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.contact-link:hover,
.contact-link:focus-visible {
  border-color: rgba(255, 255, 255, 0.36);
  outline: 0;
}

.contact-link img,
.contact-link i {
  grid-row: span 2;
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(216, 164, 43, 0.16));
}

.contact-link i {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-bright), var(--gold-dark));
  color: #080806;
  font-style: normal;
  font-size: 1.35rem;
  font-weight: 900;
}

.contact-link span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.contact-link strong {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: 0.86rem;
  line-height: 1.36;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 108px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.site-footer img {
  width: 92px;
  height: 52px;
  object-fit: contain;
  background: transparent;
  filter: drop-shadow(0 0 14px rgba(216, 164, 43, 0.24));
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 10px 18px 10px 12px;
  border: 1px solid rgba(37, 211, 102, 0.55);
  border-radius: 999px;
  background: rgba(5, 6, 8, 0.82);
  box-shadow:
    0 16px 44px rgba(0, 0, 0, 0.48),
    0 0 26px rgba(37, 211, 102, 0.18);
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 900;
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.floating-whatsapp:hover,
.floating-whatsapp:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(37, 211, 102, 0.9);
  background: rgba(9, 30, 18, 0.9);
  outline: 0;
}

.floating-whatsapp img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

@media (max-width: 980px) {
  :root {
    --container: min(100vw - 28px, 1180px);
  }

  .race-hero {
    padding: 0;
  }

  .screen-frame {
    min-height: 100svh;
    border-radius: 0;
  }

  .site-header {
    grid-template-columns: auto auto;
    padding: 16px;
  }

  .brand img {
    width: 156px;
    height: 70px;
  }

  .main-nav {
    display: none;
  }

  .main-nav.is-open {
    position: fixed;
    z-index: 40;
    inset: 84px 14px auto;
    display: grid;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    background: rgba(5, 6, 8, 0.96);
  }

  .main-nav.is-open a {
    padding: 18px;
  }

  .header-actions {
    justify-self: end;
  }

  .header-cta {
    display: none;
  }

  .screen-notch,
  .track-card {
    display: none;
  }

  .hero-location {
    top: 92px;
    left: 20px;
  }

  .hero-location strong {
    font-size: clamp(1.85rem, 8.8vw, 3rem);
  }

  .hero-person {
    top: 185px;
    left: 50%;
    width: min(86vw, 430px);
    height: 370px;
  }

  .agent-strip {
    left: 20px;
    bottom: 510px;
  }

  .hero-copy-block {
    left: 20px;
    right: 20px;
    bottom: 170px;
  }

  h1 {
    font-size: clamp(3rem, 13vw, 4.8rem);
    line-height: 0.96;
  }

  .hero-copy-block p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.86rem;
  }

  .hero-metrics {
    right: 20px;
    bottom: 350px;
  }

  .hero-metrics strong,
  .hero-metrics em {
    font-size: clamp(3.1rem, 14vw, 4.5rem);
  }

  .quick-services {
    grid-template-columns: 1fr;
  }

  .quick-services a {
    min-height: auto;
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .section-title-row,
  .mission-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .services-section {
    padding-top: 76px;
  }

  h2 {
    font-size: clamp(2rem, 8.6vw, 3.2rem);
    line-height: 0.98;
  }

  .service-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .service-card {
    min-height: 190px;
  }

  .mission-section {
    min-height: 0;
  }

  .mission-visual {
    min-height: 430px;
  }

  .mission-copy {
    padding: 28px;
  }

  .proof-grid,
  .contact-grid,
  .mission-list {
    grid-template-columns: 1fr;
  }

  .proof-grid {
    height: auto;
  }

  .proof-grid img {
    height: 300px;
  }
}

@media (max-width: 520px) {
  .screen-frame {
    min-height: 112svh;
  }

  .hero-person {
    top: 180px;
    height: 340px;
  }

  .agent-strip {
    left: auto;
    right: 20px;
    bottom: 442px;
    transform: translateY(50%);
  }

  .agent-strip img,
  .agent-strip span {
    width: 38px;
    height: 38px;
  }

  .hero-copy-block {
    bottom: 330px;
  }

  h1 {
    font-size: clamp(2.25rem, 10.8vw, 3rem);
  }

  .hero-location strong {
    font-size: clamp(1.65rem, 7.7vw, 2.5rem);
  }

  .hero-location span {
    font-size: 0.7rem;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.62rem;
    letter-spacing: 0.18em;
  }

  .hero-metrics {
    bottom: 440px;
  }

  .hero-copy-block p:not(.eyebrow) {
    display: none;
  }

  .quick-services a:nth-child(3) {
    display: none;
  }

  .quick-services {
    padding-top: 18px;
  }

  .quick-services a {
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .contact-link {
    grid-template-columns: 44px 1fr;
  }

  .service-card h3 {
    font-size: 1.05rem;
  }

  .service-card p,
  .quick-services p,
  .section-title-row p,
  .mission-copy p,
  .contact-section p {
    font-size: 0.82rem;
  }

  .contact-link img,
  .contact-link i {
    width: 44px;
    height: 44px;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    padding: 8px 12px;
  }

  .floating-whatsapp span {
    display: none;
  }

  .floating-whatsapp img {
    width: 38px;
    height: 38px;
  }
}
