*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: clip;
  background:
    radial-gradient(circle at top, rgba(203, 164, 44, 0.14), transparent 28%),
    linear-gradient(180deg, #06101d 0%, #081425 55%, #09192e 100%);
  color: #eff4fb;
  transition: background-color 0.45s ease, color 0.45s ease;
}

html:not(.dark) body {
  background:
    radial-gradient(circle at top, rgba(203, 164, 44, 0.12), transparent 24%),
    linear-gradient(180deg, #f9fbfd 0%, #eef3f8 55%, #e7edf5 100%);
  color: #0c2540;
}

body.menu-open {
  overflow: hidden;
}

::selection {
  background: rgba(203, 164, 44, 0.35);
  color: #081425;
}

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

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

button {
  font: inherit;
}

.site-shell {
  position: relative;
  isolation: isolate;
}

body[data-site-mode='construction'] {
  overflow: hidden;
}

body[data-site-mode='construction'] .site-shell {
  display: none;
}

.construction-shell {
  display: none;
  min-height: 100vh;
  padding: 1.5rem;
}

body[data-site-mode='construction'] .construction-shell {
  display: grid;
  place-items: center;
}

.construction-panel {
  width: min(100%, 72rem);
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(14, 26, 48, 0.88), rgba(10, 20, 36, 0.76));
  box-shadow: 0 24px 80px rgba(3, 10, 20, 0.42);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  text-align: center;
}

html:not(.dark) .construction-panel {
  border-color: rgba(12, 37, 64, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(244, 247, 251, 0.84));
  box-shadow: 0 24px 70px rgba(12, 37, 64, 0.11);
}

.construction-logo {
  width: clamp(12rem, 30vw, 18rem);
  margin: 0 auto 1rem;
}

.construction-visual {
  padding: clamp(0.75rem, 2vw, 1.25rem);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.04);
}

html:not(.dark) .construction-visual {
  background: rgba(12, 37, 64, 0.03);
}

.construction-image {
  width: min(100%, 42rem);
  margin: 0 auto;
  border-radius: 1rem;
}

.construction-kicker {
  margin: 1.25rem 0 0.45rem;
  color: #cba42c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.construction-title {
  margin: 0;
  color: #f7f9fc;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 7vw, 4.6rem);
  letter-spacing: 0.04em;
  line-height: 0.98;
}

html:not(.dark) .construction-title {
  color: #0c2540;
}

.construction-text {
  max-width: 38rem;
  margin: 0.9rem auto 0;
  color: rgba(226, 234, 245, 0.8);
  font-size: 1rem;
  line-height: 1.75;
}

html:not(.dark) .construction-text {
  color: rgba(12, 37, 64, 0.74);
}

.construction-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 1.3rem;
}

.construction-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1rem;
  border: 1px solid rgba(203, 164, 44, 0.2);
  border-radius: 999px;
  background: rgba(203, 164, 44, 0.08);
  color: #f2d56e;
  font-size: 0.95rem;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

html:not(.dark) .construction-link {
  color: #8f6a07;
  background: rgba(12, 37, 64, 0.04);
}

.construction-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(203, 164, 44, 0.18), 0 18px 36px rgba(5, 17, 33, 0.25);
}

.shell-container {
  position: relative;
  width: min(100% - 1.5rem, 1440px);
  margin-inline: auto;
}

.content-section {
  position: relative;
  padding: 3rem 0;
}

.content-section--last {
  padding-bottom: 4.5rem;
}

.page-aurora {
  position: fixed;
  inset: auto;
  z-index: -3;
  pointer-events: none;
  filter: blur(90px);
  opacity: 0.7;
}

.page-aurora-top {
  top: -10rem;
  left: -6rem;
  width: 24rem;
  height: 24rem;
  background: rgba(203, 164, 44, 0.18);
}

.page-aurora-bottom {
  right: -8rem;
  bottom: 10vh;
  width: 22rem;
  height: 22rem;
  background: rgba(34, 96, 177, 0.18);
}

.page-grid {
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 90%);
}

html:not(.dark) .page-grid {
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(12, 37, 64, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 37, 64, 0.06) 1px, transparent 1px);
}

.section-heading {
  max-width: 42rem;
  margin-bottom: 1.75rem;
  margin-inline: auto;
  text-align: center;
}

.section-heading__eyebrow {
  margin: 0 0 0.5rem;
  color: #cba42c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.section-heading__title {
  margin: 0;
  color: #f7f9fc;
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  letter-spacing: 0.04em;
  line-height: 0.98;
}

html:not(.dark) .section-heading__title {
  color: #0c2540;
}

.section-heading__text {
  margin: 0.9rem auto 0;
  max-width: 38rem;
  color: rgba(226, 234, 245, 0.78);
  font-size: 0.98rem;
  line-height: 1.75;
}

html:not(.dark) .section-heading__text {
  color: rgba(12, 37, 64, 0.74);
}

.section-heading__title--left,
.section-heading__text--left {
  text-align: left;
}

.section-heading__text--left {
  margin: 0.9rem 0 0;
  max-width: none;
}

.section-anchor {
  scroll-margin-top: 6rem;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(8, 20, 37, 0.95);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(203, 164, 44, 0.8), rgba(120, 88, 13, 0.8));
  border-radius: 999px;
}

html:not(.dark) ::-webkit-scrollbar-track {
  background: rgba(231, 237, 245, 0.9);
}

html:not(.dark) ::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(12, 37, 64, 0.45), rgba(203, 164, 44, 0.75));
}

@media (min-width: 768px) {
  .construction-shell {
    padding: 2rem;
  }

  .construction-panel {
    padding: 2rem;
  }

  .shell-container {
    width: min(100% - 2.5rem, 1440px);
  }

  .content-section {
    padding: 4.5rem 0;
  }
}

@media (min-width: 1536px) {
  .shell-container {
    width: min(100% - 5rem, 1680px);
  }

  .content-section {
    padding: 5.75rem 0;
  }
}
