:root {
  --navy: #06192d;
  --navy-dark: #031120;
  --navy-card: #071f38;
  --gold: #f3ad2e;
  --gold-soft: #ffd47a;
  --white: #f8fbff;
  --muted: #c8d2df;
  --line: rgba(243, 173, 46, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--white);
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 76% 12%, rgba(243, 173, 46, 0.16), transparent 26rem),
    radial-gradient(circle at 18% 64%, rgba(36, 106, 151, 0.18), transparent 30rem),
    linear-gradient(135deg, var(--navy-dark), var(--navy) 48%, #020c18);
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 72px 72px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header,
main,
.footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 0 18px;
}

.brand img {
  width: clamp(150px, 18vw, 245px);
  height: auto;
  display: block;
}

.footer img {
  width: clamp(170px, 20vw, 250px);
  height: auto;
  display: block;
}

.nav {
  display: flex;
  gap: 34px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav a:hover {
  color: var(--gold-soft);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--gold);
}

.hero {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  min-height: 590px;
  padding: 38px 0 54px;
}

.eyebrow,
.section-kicker p {
  margin: 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  font-family: "Cinzel", Georgia, serif;
  font-weight: 500;
}

h1 {
  margin: 58px 0 22px;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 1.15;
}

h1 span {
  color: var(--gold);
}

.hero-text {
  max-width: 540px;
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.8;
}

.gold-rule {
  position: relative;
  width: min(280px, 75%);
  height: 1px;
  margin-bottom: 22px;
  background: var(--line);
}

.gold-rule::after {
  position: absolute;
  left: 42%;
  top: -4px;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--gold);
  transform: rotate(45deg);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  color: var(--gold-soft);
  background: rgba(3, 14, 25, .4);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .2s ease;
}

.btn span {
  margin-left: 14px;
  font-size: 20px;
}

.btn:hover {
  color: #071321;
  background: var(--gold);
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: clamp(430px, 54vw, 660px);
  padding: clamp(48px, 6vw, 90px);
  text-align: center;
  isolation: isolate;
  transform: translateX(24px);
}

.hero-visual img {
  width: min(70%, 380px);
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.35));
}

.hero-visual p {
  margin: 7px 0 0;
  color: var(--gold);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.gold-orbit {
  position: absolute;
  right: -4%;
  top: 50%;
  width: min(102%, 690px);
  aspect-ratio: 1;
  border: 3px solid rgba(243, 173, 46, .76);
  border-left-color: rgba(243, 173, 46, .16);
  border-bottom-color: rgba(243, 173, 46, .44);
  border-radius: 50%;
  box-shadow:
    0 0 34px rgba(243, 173, 46, .28),
    inset 0 0 64px rgba(255,255,255,.05);
  transform: translateY(-50%) rotate(-18deg);
}

.skyline {
  position: absolute;
  right: 5%;
  bottom: 15%;
  z-index: -1;
  width: 86%;
  height: 46%;
  opacity: .34;
  background:
    linear-gradient(to top, rgba(243, 173, 46, .28), transparent 17%),
    repeating-linear-gradient(90deg, transparent 0 24px, rgba(255,255,255,.12) 25px 27px, transparent 28px 44px);
  clip-path: polygon(0 100%,0 52%,7% 52%,7% 76%,13% 76%,13% 35%,21% 35%,21% 72%,29% 72%,29% 46%,36% 46%,36% 82%,44% 82%,44% 20%,52% 20%,52% 78%,60% 78%,60% 39%,68% 39%,68% 88%,75% 88%,75% 25%,83% 25%,83% 70%,91% 70%,91% 44%,100% 44%,100% 100%);
}

.section {
  padding: 22px 0 38px;
}

.section-kicker {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 14px;
}

.section-kicker span {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--line));
}

.section-kicker span:last-child {
  background: linear-gradient(90deg, var(--line), transparent);
}

.section h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(29px, 3vw, 38px);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.card {
  min-height: 318px;
  padding: 24px 20px 18px;
  border: 1px solid rgba(255, 212, 122, .44);
  border-radius: 6px;
  background: linear-gradient(150deg, rgba(7, 31, 56, .92), rgba(5, 23, 40, .74));
}

.card-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 800;
}

.card h3 {
  margin: 16px 0 18px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.card h3::after {
  display: block;
  width: 82px;
  height: 1px;
  margin-top: 12px;
  content: "";
  background: linear-gradient(90deg, var(--gold), transparent);
}

ul {
  margin: 0;
  padding-left: 16px;
}

li {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 13px;
  line-height: 1.35;
}

li::marker {
  color: var(--gold);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

.why-grid article {
  min-height: 138px;
  padding: 10px 28px;
  border-right: 1px solid rgba(255, 212, 122, .28);
}

.why-grid article:last-child {
  border-right: 0;
}

.why-grid strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Cinzel", Georgia, serif;
  font-size: 19px;
  line-height: 1.25;
}

.why-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1.3fr auto .9fr;
  gap: 32px;
  align-items: center;
  margin: 24px auto;
  padding: 26px 34px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(7, 28, 47, .72);
}

.contact-panel h2 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.contact-panel p {
  margin: 0;
  line-height: 1.55;
}

address {
  display: grid;
  gap: 13px;
  font-style: normal;
  font-size: 15px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 0 30px;
  color: rgba(248, 251, 255, .72);
}

.footer p {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 1080px) {
  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 22px;
  }

  .why-grid article:nth-child(2) {
    border-right: 0;
  }

  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .site-header,
  main,
  .footer {
    width: min(100% - 28px, 1180px);
  }

  .menu-toggle {
    display: block;
  }

  .nav {
    position: absolute;
    top: 84px;
    left: 14px;
    right: 14px;
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: #06192d;
  }

  .nav.open {
    display: grid;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 16px;
  }

  .hero-visual {
    order: -1;
    min-height: 360px;
    transform: none;
  }

  h1 {
    margin-top: 28px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 212, 122, .22);
    padding: 18px 0;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .brand img {
    width: 160px;
  }

  .hero-visual {
    min-height: 300px;
    padding: 22px;
  }

  .hero-visual img {
    width: min(78%, 320px);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .card {
    min-height: auto;
  }

  .section-kicker {
    gap: 12px;
  }

  .section-kicker p {
    text-align: center;
    font-size: 12px;
  }

  .contact-panel {
    padding: 22px;
  }
}
@media (max-width: 820px) {
  .site-header {
    padding: 18px 0 10px;
  }

  .brand img {
    width: 135px;
  }

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 26px 0 42px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
    min-height: 315px;
    padding: 26px 14px;
    transform: none;
    overflow: hidden;
  }

  h1 {
    margin: 26px 0 18px;
    font-size: clamp(38px, 12vw, 58px);
    line-height: 1.08;
  }

  .hero-text {
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-visual img {
    width: min(66%, 265px);
    margin-bottom: 14px;
  }

  .hero-visual p {
    font-size: 14px;
    line-height: 1.45;
    letter-spacing: .16em;
  }

  .gold-orbit {
    right: auto;
    left: 50%;
    top: 50%;
    width: min(86vw, 360px);
    transform: translate(-50%, -50%) rotate(-18deg);
    border-width: 2px;
  }

  .skyline {
    left: 50%;
    right: auto;
    bottom: 18%;
    width: min(82vw, 330px);
    height: 38%;
    transform: translateX(-50%);
    opacity: .28;
  }

  .section {
    padding: 20px 0 30px;
  }
}

@media (max-width: 560px) {
  .site-header,
  main,
  .footer {
    width: min(100% - 32px, 1180px);
  }

  .brand img {
    width: 118px;
  }

  .hero {
    gap: 22px;
    padding-top: 20px;
  }

  .hero-visual {
    min-height: 285px;
    padding: 18px 8px;
  }

  .hero-visual img {
    width: min(68%, 230px);
  }

  .gold-orbit {
    width: min(88vw, 320px);
  }

  .hero-visual p {
    font-size: 12px;
    letter-spacing: .14em;
  }

  .eyebrow {
    font-size: 12px;
    letter-spacing: .13em;
  }

  h1 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .btn {
    width: 100%;
  }
}
