:root {
  --graphite-950: #090a0a;
  --warm-white: #f3f0e9;
  --muted: #aaa8a2;
  --line: rgba(243, 240, 233, 0.14);
  --orange: #ff5b1b;
  --orange-soft: #ff854f;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--graphite-950);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--graphite-950);
  color: var(--warm-white);
  font-family: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
}

button, a { font: inherit; }

.site-shell {
  isolation: isolate;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 28px clamp(24px, 5vw, 78px) 22px;
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 0.018), transparent 30%),
    radial-gradient(circle at 62% 112%, rgba(255, 91, 27, 0.08), transparent 42%),
    var(--graphite-950);
}

.site-shell::before {
  content: "";
  position: absolute;
  z-index: -3;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}

.noise {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.19;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.76' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

.thermal-glow {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(18px);
}

.thermal-glow-one {
  width: min(55vw, 760px);
  aspect-ratio: 1;
  right: -18vw;
  top: -34%;
  background: radial-gradient(circle, rgba(255, 91, 27, 0.18), transparent 67%);
}

.thermal-glow-two {
  width: 340px;
  aspect-ratio: 1;
  left: -170px;
  bottom: -200px;
  background: radial-gradient(circle, rgba(255, 91, 27, 0.13), transparent 68%);
}

.site-header {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 22px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  font-size: clamp(1.2rem, 2.1vw, 1.7rem);
  font-weight: 900;
  letter-spacing: -0.055em;
}

.brand-country {
  align-self: flex-end;
  margin-bottom: 3px;
  font-size: 0.72rem;
  color: var(--orange-soft);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand-divider {
  width: 1px;
  height: 28px;
  margin: 0 5px;
  background: var(--line);
}

.brand-legal {
  font-size: 0.61rem;
  line-height: 1.25;
  letter-spacing: 0.095em;
  text-transform: uppercase;
  color: var(--muted);
}

.header-status {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 91, 27, 0.1);
  animation: status-pulse 2.6s ease-in-out infinite;
}

.hero {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: clamp(42px, 6vh, 82px) 0 clamp(34px, 5vh, 68px);
}

.hero-copy { max-width: 980px; }

.construction-badge {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  color: var(--orange-soft);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.construction-badge span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 91, 27, 0.42);
  color: var(--warm-white);
  font-size: 0.64rem;
  letter-spacing: 0;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(3rem, 6.1vw, 6.6rem);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.058em;
  text-wrap: balance;
}

h1 em {
  font-style: normal;
  color: var(--orange);
  text-shadow: 0 0 32px rgba(255, 91, 27, 0.13);
}

.hero-description {
  max-width: 660px;
  margin: 28px 0 0;
  color: #c5c2bb;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(0.96rem, 1.28vw, 1.12rem);
  line-height: 1.72;
}

.contact-area { margin-top: 30px; }

.contact-label {
  margin: 0 0 11px;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-button {
  min-width: 218px;
  min-height: 53px;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: auto auto;
  column-gap: 11px;
  padding: 9px 15px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.025);
  color: #d9d6cf;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  cursor: not-allowed;
  opacity: 0.78;
}

.contact-button span {
  grid-column: 2;
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-icon {
  grid-row: 1 / 3;
  align-self: center;
  width: 19px;
  fill: none;
  stroke: var(--orange-soft);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 35px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: #82827e;
  font-size: 0.61rem;
  letter-spacing: 0.055em;
}

.site-footer p { margin: 0; }

.footer-line {
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
}

.footer-location {
  color: var(--orange-soft);
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.enter {
  opacity: 0;
  transform: translateY(16px);
  animation: enter 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.enter-one { animation-delay: 0.05s; }
.enter-two { animation-delay: 0.14s; }
.enter-three { animation-delay: 0.22s; }
.enter-four { animation-delay: 0.3s; }
.enter-five { animation-delay: 0.4s; }
.enter-six { animation-delay: 0.5s; }

@keyframes enter {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes status-pulse {
  50% { opacity: 0.45; }
}

@media (max-width: 980px) {
  .site-shell { overflow: visible; }
  .hero-copy { max-width: 780px; }
}

@media (max-width: 650px) {
  .site-shell { padding: 22px 20px 20px; }
  .site-header { align-items: flex-start; }
  .brand-divider, .brand-legal { display: none; }
  .header-status { margin-top: 5px; font-size: 0.56rem; letter-spacing: 0.11em; }
  .hero { padding-top: 46px; }
  h1 { font-size: clamp(2.8rem, 13.4vw, 4.55rem); line-height: 0.96; }
  .hero-description { line-height: 1.62; }
  .contact-actions, .contact-button { width: 100%; }
  .site-footer { flex-wrap: wrap; gap: 7px 12px; }
  .footer-line { min-width: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
