:root {
  --navy-950: #050b14;
  --navy-900: #071525;
  --navy-800: #0c1e33;
  --gold: #d09a2d;
  --gold-soft: #e2bc67;
  --warm-white: #f7f4ec;
  --steel: #c3ccd6;
  --ink: #111827;
  --muted: #5c6570;
  --line: rgba(195, 204, 214, 0.22);
  --shadow: 0 20px 45px rgba(5, 11, 20, 0.22);
  font-family: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--warm-white);
  color: var(--ink);
}

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

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

.site-header {
  align-items: center;
  background: rgba(5, 11, 20, 0.94);
  border-bottom: 1px solid rgba(208, 154, 45, 0.3);
  color: var(--warm-white);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(230px, 320px) 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 10;
}

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

.brand img {
  border: 1px solid rgba(208, 154, 45, 0.48);
  height: 52px;
  object-fit: contain;
  width: 52px;
}

.brand-text {
  display: grid;
  line-height: 1;
  min-width: 0;
  text-transform: uppercase;
}

.brand-text strong {
  color: var(--warm-white);
  font-size: 1.1rem;
  white-space: nowrap;
}

.brand-text small {
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  margin-top: 4px;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  gap: clamp(16px, 2.2vw, 32px);
  justify-content: center;
}

.main-nav a {
  color: var(--steel);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

.language-switcher {
  border: 1px solid rgba(247, 244, 236, 0.28);
  display: inline-flex;
}

.lang-button {
  background: transparent;
  border: 0;
  color: var(--steel);
  cursor: pointer;
  font-weight: 800;
  min-height: 36px;
  min-width: 42px;
}

.lang-button.is-active {
  background: var(--gold);
  color: var(--navy-950);
}

.hero {
  background: var(--navy-950);
  color: var(--warm-white);
  display: grid;
  min-height: calc(100vh - 77px);
  overflow: hidden;
  position: relative;
}

.hero-media {
  inset: 0;
  opacity: 0.55;
  position: absolute;
}

.hero-media::after {
  background: linear-gradient(90deg, rgba(5, 11, 20, 0.96) 0%, rgba(5, 11, 20, 0.72) 42%, rgba(5, 11, 20, 0.18) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.hero-content {
  align-self: center;
  max-width: 760px;
  padding: clamp(80px, 12vh, 150px) clamp(20px, 6vw, 76px);
  position: relative;
}

.eyebrow {
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 14px;
  text-transform: uppercase;
}

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

h1 {
  font-size: clamp(3rem, 8vw, 6.9rem);
  line-height: 0.95;
  margin-bottom: 22px;
  max-width: 700px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.03;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.12rem;
  margin-bottom: 16px;
}

.hero-copy {
  color: var(--steel);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.55;
  max-width: 610px;
}

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

.contact-actions {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 0;
  max-width: 820px;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  line-height: 1.15;
  min-height: 48px;
  padding: 0 22px;
  text-align: center;
  text-transform: uppercase;
}

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

.button-secondary {
  border-color: rgba(247, 244, 236, 0.46);
  color: var(--warm-white);
}

.admin-phone {
  align-items: center;
  color: var(--warm-white);
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.3;
  min-height: 48px;
  text-decoration: none;
}

.admin-phone:hover,
.admin-phone:focus {
  color: var(--gold);
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
}

.trust-band {
  background: var(--navy-800);
  color: var(--warm-white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.trust-band div {
  background: rgba(5, 11, 20, 0.35);
  padding: 28px clamp(20px, 4vw, 52px);
}

.trust-band strong,
.trust-band span {
  display: block;
}

.trust-band strong {
  color: var(--gold-soft);
  font-size: 1rem;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.trust-band span {
  color: var(--steel);
  line-height: 1.45;
}

.section {
  padding: clamp(70px, 10vw, 120px) clamp(20px, 5vw, 72px);
}

.section-heading {
  max-width: 830px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
}

.services-section {
  background: var(--warm-white);
}

.service-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.service-card {
  background: #ffffff;
  border: 1px solid rgba(12, 30, 51, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(12, 30, 51, 0.08);
  min-height: 220px;
  padding: 28px;
}

.service-card h3 {
  color: var(--navy-800);
}

.service-card ul {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
  padding-left: 18px;
}

.work-section {
  background: #e9edf0;
}

.work-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.work-card {
  background: var(--navy-900);
  border-radius: 8px;
  box-shadow: var(--shadow);
  color: var(--warm-white);
  overflow: hidden;
}

.work-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

.work-card h3 {
  margin: 0;
  min-height: 72px;
  padding: 24px;
}

.about-section {
  align-items: center;
  background: var(--navy-950);
  color: var(--warm-white);
  display: grid;
  gap: clamp(28px, 6vw, 72px);
  grid-template-columns: 220px minmax(0, 840px);
}

.about-mark {
  align-items: center;
  background: var(--navy-900);
  border: 1px solid rgba(208, 154, 45, 0.4);
  border-radius: 8px;
  display: flex;
  min-height: 220px;
  padding: 26px;
}

.about-mark img {
  border-radius: 8px;
}

.about-copy p:not(.eyebrow) {
  color: var(--steel);
  font-size: 1.1rem;
  line-height: 1.7;
}

.contact-section {
  background: linear-gradient(135deg, var(--navy-800), var(--navy-950));
  color: var(--warm-white);
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: clamp(54px, 7vw, 90px) clamp(20px, 5vw, 72px);
}

.contact-content {
  max-width: 720px;
}

.contact-content p:not(.eyebrow) {
  color: var(--steel);
  font-size: 1.1rem;
  line-height: 1.65;
}

.email-note {
  align-items: center;
  color: var(--steel);
  display: inline-flex;
  min-height: 48px;
}

.site-footer {
  align-items: center;
  background: var(--navy-950);
  border-top: 1px solid var(--line);
  color: var(--steel);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: space-between;
  padding: 24px clamp(20px, 5vw, 72px);
}

.site-footer span:first-child {
  color: var(--warm-white);
  font-weight: 800;
}

.developer-credit {
  color: rgba(222, 230, 237, 0.68);
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .service-grid,
  .work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    padding: 12px 16px;
  }

  .brand img {
    height: 46px;
    width: 46px;
  }

  .brand-text strong {
    font-size: 0.98rem;
  }

  .brand-text small {
    font-size: 0.7rem;
  }

  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 0.82rem;
  }

  .hero {
    min-height: 720px;
  }

  .hero-media::after {
    background: linear-gradient(180deg, rgba(5, 11, 20, 0.96) 0%, rgba(5, 11, 20, 0.76) 55%, rgba(5, 11, 20, 0.45) 100%);
  }

  .hero-content {
    align-self: start;
    padding-top: 78px;
  }

  .button,
  .contact-actions .button {
    width: 100%;
  }

  .trust-band,
  .service-grid,
  .work-grid,
  .about-section {
    grid-template-columns: 1fr;
  }

  .about-mark {
    max-width: 220px;
    min-height: 180px;
  }
}
