    :root {
      --black: #0A0A0A;
      --carbon: #111111;
      --panel: #1E1E1E;
      --white: #fbfcfd;
      --muted: #a8b0bb;
      --dim: #747e89;
      --red: #D0021B;
      --red-hot: #FF1E1E;
      --gold: #C9A84C;
      --font-display: "Barlow Condensed", Impact, sans-serif;
      --font-body: "Inter", system-ui, sans-serif;
      --font-tech: "Orbitron", monospace;
      --font-script: "Playfair Display", Georgia, serif;
      --max: 1180px;
      --radius: 8px;
      --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    section[id], main[id] { scroll-margin-top: 136px; }
    body {
      margin: 0;
      color: var(--white);
      background: var(--black);
      font-family: var(--font-body);
      line-height: 1.55;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    button, input, select, textarea { font: inherit; }
    .container { width: min(calc(100% - 32px), var(--max)); margin: 0 auto; }
    .site-nav {
      position: fixed;
      inset: 0 0 auto;
      z-index: 20;
      padding: 16px 0;
      background: linear-gradient(180deg, rgba(5, 6, 7, 0.78), transparent);
    }
    .nav-shell {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 10px 12px;
      border: 0;
      background:
        radial-gradient(circle at 12% 50%, rgba(201, 168, 76, 0.12), transparent 24%),
        linear-gradient(90deg, rgba(5, 6, 7, 0.86), rgba(10, 10, 10, 0.56) 38%, rgba(5, 6, 7, 0.82));
      border-radius: var(--radius);
      backdrop-filter: blur(16px);
      box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
    }
    .nav-shell > a:first-child {
      padding: 5px 14px 5px 0;
      background:
        radial-gradient(ellipse at 28% 50%, rgba(255, 255, 255, 0.055), transparent 58%),
        linear-gradient(90deg, rgba(4, 5, 6, 0.58), rgba(5, 6, 7, 0.28) 56%, rgba(5, 6, 7, 0));
      border-radius: var(--radius);
      box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.025);
    }
    .brand-logo {
      display: block;
      width: clamp(218px, 20vw, 300px);
      height: auto;
      max-height: 74px;
      object-fit: contain;
    }
    .footer-brand-logo {
      width: clamp(236px, 20vw, 320px);
      max-height: 132px;
    }
    .nav-links {
      display: flex;
      gap: 16px;
      align-items: center;
      color: var(--muted);
      font-family: var(--font-display);
      font-size: 0.92rem;
      font-weight: 800;
      letter-spacing: 0.055em;
      text-transform: uppercase;
    }
    .nav-links a:hover { color: white; }
    .nav-cta {
      padding: 11px 15px;
      color: white;
      background: var(--red);
      clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    }
    .hero {
      min-height: 82vh;
      display: grid;
      align-items: center;
      position: relative;
      overflow: hidden;
      padding: 138px 0 82px;
      background:
        radial-gradient(circle at 76% 42%, rgba(208, 2, 27, 0.24), transparent 28%),
        linear-gradient(90deg, rgba(5, 6, 7, 0.96) 0%, rgba(5, 6, 7, 0.8) 48%, rgba(5, 6, 7, 0.36) 100%),
        url("/assets/images/gt3-speed-hero.jpg") 64% center / cover;
    }
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      opacity: 0.32;
      background:
        repeating-linear-gradient(108deg, transparent 0 76px, rgba(255, 255, 255, 0.05) 76px 77px),
        linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
      background-size: auto, 78px 78px, 78px 78px;
    }
    .hero-content { position: relative; z-index: 1; max-width: 760px; }
    .section-label {
      color: var(--gold);
      font-family: var(--font-tech);
      font-size: clamp(0.82rem, 1vw, 0.94rem);
      font-weight: 800;
      letter-spacing: 0.2em;
      text-transform: uppercase;
    }
    h1, h2, h3 { margin: 0; font-family: var(--font-display); text-transform: uppercase; }
    h1 {
      margin-top: 18px;
      font-size: clamp(4.2rem, 10vw, 8.4rem);
      line-height: 0.84;
      font-weight: 900;
    }
    h1 em {
      display: block;
      color: var(--red-hot);
      font-family: var(--font-display);
      font-style: italic;
      text-transform: uppercase;
    }
    h2 em {
      color: var(--red-hot);
      font-family: var(--font-script);
      font-style: italic;
      text-transform: none;
    }
    .hero p {
      max-width: 640px;
      color: rgba(255, 255, 255, 0.78);
      font-size: clamp(1.05rem, 1.8vw, 1.22rem);
    }
    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 13px 19px;
      margin-right: 12px;
      color: white;
      background: var(--red);
      font-family: var(--font-display);
      font-weight: 900;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    }
    .button.secondary {
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.22);
    }
    .section { padding: 96px 0; }
    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 14px;
      margin-top: 34px;
    }
    .card {
      min-height: 230px;
      padding: 26px;
      background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        var(--panel);
      border: 1px solid rgba(255, 255, 255, 0.11);
      box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
      transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
    }
    .card:hover {
      transform: translateY(-5px);
      border-color: rgba(201, 168, 76, 0.48);
      background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
        #202428;
      box-shadow: 0 26px 58px rgba(0, 0, 0, 0.3), 0 0 26px rgba(201, 168, 76, 0.08);
    }
    .card span {
      display: inline-flex;
      color: var(--gold);
      font-family: var(--font-tech);
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .card h3 {
      margin-top: 54px;
      font-size: 1.7rem;
      line-height: 1;
    }
    .card p { color: var(--muted); }
    .join-panel {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.58fr);
      gap: 46px;
      align-items: center;
      margin-top: 72px;
      padding: clamp(28px, 5vw, 56px);
      background: linear-gradient(110deg, rgba(208, 2, 27, 0.96), rgba(201, 168, 76, 0.9));
      box-shadow: 0 20px 58px rgba(0, 0, 0, 0.26);
      transition: transform 190ms ease, box-shadow 190ms ease, filter 190ms ease;
    }
    .join-panel:hover {
      transform: translateY(-3px);
      filter: saturate(1.04);
      box-shadow: 0 28px 72px rgba(0, 0, 0, 0.34), 0 0 28px rgba(201, 168, 76, 0.1);
    }
    .join-panel p {
      color: rgba(21, 23, 25, 0.74);
      font-weight: 800;
    }
    .career-contact {
      background:
        radial-gradient(circle at 88% 20%, rgba(208, 2, 27, 0.18), transparent 30%),
        linear-gradient(180deg, #0A0A0A 0%, #111111 100%);
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
      gap: clamp(28px, 5vw, 68px);
      align-items: start;
    }
    .contact-grid > * { min-width: 0; }
    .contact-copy h2 {
      margin-top: 18px;
      font-size: clamp(3.2rem, 7vw, 6.6rem);
      line-height: 0.86;
    }
    .contact-copy p {
      max-width: 620px;
      color: rgba(255, 255, 255, 0.74);
      font-size: 1.05rem;
    }
    .contact-lines {
      display: grid;
      gap: 10px;
      margin-top: 28px;
      color: var(--muted);
      font-weight: 700;
    }
    .contact-lines a { color: white; }
    .contact-card {
      padding: clamp(22px, 4vw, 38px);
      background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
        var(--panel);
      border: 1px solid rgba(255, 255, 255, 0.13);
      box-shadow: var(--shadow);
      transition: transform 210ms ease, border-color 210ms ease, background 210ms ease, box-shadow 210ms ease;
    }
    .contact-card:hover {
      transform: translateY(-3px);
      border-color: rgba(201, 168, 76, 0.28);
      background:
        linear-gradient(155deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
        var(--panel);
      box-shadow: 0 34px 90px rgba(0, 0, 0, 0.46), 0 0 28px rgba(201, 168, 76, 0.07);
    }
    .contact-card form {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
    }
    label {
      display: grid;
      gap: 8px;
      color: var(--muted);
      font-family: var(--font-display);
      font-size: 0.86rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-transform: uppercase;
    }
    .full { grid-column: 1 / -1; }
    input, select, textarea {
      width: 100%;
      min-height: 48px;
      padding: 13px 14px;
      color: white;
      background: rgba(5, 6, 7, 0.56);
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 0;
      outline: 0;
    }
    select { color-scheme: dark; }
    textarea { resize: vertical; min-height: 118px; }
    input:focus, select:focus, textarea:focus {
      border-color: rgba(201, 168, 76, 0.72);
      box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.12);
    }
    .turnstile-field {
      grid-column: 1 / -1;
      min-height: 72px;
      display: grid;
      align-items: center;
      padding: 10px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.045);
      border: 1px solid rgba(255, 255, 255, 0.1);
    }
    .form-note {
      grid-column: 1 / -1;
      margin: 0;
      color: var(--dim);
      font-size: 0.85rem;
      font-family: var(--font-body);
      font-weight: 600;
      letter-spacing: 0;
      text-transform: none;
    }
    .contact-card .button.full {
      width: 100%;
      margin: 0;
      border: 0;
      cursor: pointer;
    }
    footer {
      padding: 68px 0 34px;
      color: var(--dim);
      background:
        radial-gradient(circle at 12% 0%, rgba(201, 168, 76, 0.07), transparent 30%),
        linear-gradient(180deg, #0a0a0a, #060707 72%);
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .footer-brand > a:first-child {
      display: inline-flex;
      padding: 5px 14px 5px 0;
      background:
        radial-gradient(ellipse at 35% 50%, rgba(255, 255, 255, 0.055), transparent 62%),
        linear-gradient(90deg, rgba(4, 5, 6, 0.48), rgba(5, 6, 7, 0.16) 64%, transparent);
      border-radius: var(--radius);
      box-shadow: inset 0 0 34px rgba(255, 255, 255, 0.02);
    }
    .footer-inner {
      display: grid;
      grid-template-columns: 1.45fr 0.75fr 0.75fr 0.95fr;
      gap: 34px;
      align-items: start;
    }
    .footer-brand p {
      max-width: 430px;
      margin: 18px 0 0;
      font-size: 0.9rem;
      line-height: 1.7;
    }
    .footer-col h4 {
      margin: 0 0 16px;
      color: var(--gold);
      font-family: var(--font-tech);
      font-size: 0.78rem;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }
    .footer-col ul {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .footer-col a {
      color: var(--muted);
      font-weight: 700;
      transition: color 160ms ease;
    }
    .footer-col a:hover, .footer-col a:focus-visible { color: white; }
    .footer-bottom {
      display: grid;
      grid-template-columns: minmax(0, 0.55fr) minmax(280px, 1fr);
      gap: 30px;
      margin-top: 46px;
      padding-top: 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .footer-copy {
      color: white;
      font-family: var(--font-tech);
      font-size: 0.72rem;
      letter-spacing: 0.12em;
      text-transform: uppercase;
    }
    .footer-disclaimer {
      margin: 0;
      font-size: 0.76rem;
      line-height: 1.6;
    }
    @media (max-width: 1120px) and (min-width: 981px) {
      .brand-logo { width: clamp(180px, 16vw, 208px); }
      .nav-links { gap: 10px; }
      .nav-links a {
        font-size: 0.8rem;
        letter-spacing: 0.035em;
      }
      .nav-cta { padding-inline: 10px; }
    }
    @media (max-width: 980px) {
      section[id], main[id] { scroll-margin-top: 112px; }
      .nav-links { display: none; }
      .grid, .join-panel, .contact-grid { grid-template-columns: 1fr; }
      .hero { min-height: auto; padding-top: 116px; }
      .footer-inner, .footer-bottom { grid-template-columns: 1fr; }
    }
    @media (max-width: 560px) {
      .brand-logo { width: 190px; max-height: 58px; }
      .footer-brand-logo { width: 220px; max-height: 96px; }
      h1 { font-size: clamp(3.35rem, 17vw, 4.7rem); }
      .button { width: 100%; margin: 0 0 12px; }
      .section { padding: 72px 0; }
      .contact-copy h2 { font-size: clamp(2.6rem, 14vw, 4rem); }
      .contact-card form { grid-template-columns: 1fr; }
      .contact-card { padding: 20px; }
    }
