:root {
  color-scheme: dark;
  --night: #030609;
  --navy: #07111d;
  --blue: #8ec9ff;
  --gold: #f6bd62;
  --gold-bright: #ffda8a;
  --text: #f7f3ea;
  --muted: #a8b3c2;
  --line: rgba(210, 225, 240, 0.16);
}

* { box-sizing: border-box; }

html { background: var(--night); }

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  background:
    radial-gradient(circle at 50% -10%, rgba(36, 91, 148, 0.3), transparent 37rem),
    linear-gradient(180deg, #060c13 0%, var(--night) 43%, #050a10 100%);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

main { overflow: hidden; }

.hero {
  position: relative;
  display: grid;
  min-height: min(790px, 100svh);
  place-items: center;
  padding: clamp(4.5rem, 9vw, 8rem) 1.5rem clamp(4rem, 7vw, 6rem);
  isolation: isolate;
}

.hero::after {
  position: absolute;
  z-index: -1;
  right: 8%;
  bottom: 0;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(246, 189, 98, 0.65), transparent);
}

.atmosphere {
  position: absolute;
  z-index: -1;
  width: min(48vw, 42rem);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.5;
}

.atmosphere-left {
  top: 7%;
  left: -20%;
  background: radial-gradient(circle, rgba(33, 127, 224, 0.38), transparent 66%);
}

.atmosphere-right {
  right: -20%;
  bottom: 8%;
  background: radial-gradient(circle, rgba(238, 133, 39, 0.34), transparent 66%);
}

.hero-content {
  width: min(100%, 46rem);
  text-align: center;
}

.eyebrow,
.section-label,
.status,
.value-number,
footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.eyebrow,
.section-label { margin: 0 0 1.15rem; color: var(--gold-bright); }

.logo {
  display: block;
  width: clamp(11rem, 26vw, 17.5rem);
  height: auto;
  margin: 0 auto clamp(1.5rem, 3vw, 2.2rem);
  border-radius: 50%;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.5);
}

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

h1 {
  margin-bottom: 0.3rem;
  font-size: clamp(3.1rem, 8vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-wrap: balance;
}

.tagline {
  margin-bottom: 0.45rem;
  color: #f7e7cf;
  font-size: clamp(1.1rem, 2.6vw, 1.55rem);
  letter-spacing: 0.01em;
}

.origin { margin-bottom: 2.15rem; color: var(--muted); font-size: clamp(0.94rem, 2vw, 1.08rem); }

.status {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0;
  padding: 0.65rem 0.9rem 0.62rem 1rem;
  color: var(--gold-bright);
  border: 1px solid rgba(246, 189, 98, 0.42);
  border-radius: 999px;
  background: rgba(238, 154, 52, 0.08);
}

.status span { width: 0.45rem; height: 0.45rem; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0.8rem var(--gold); }

.introduction,
.values,
.development {
  width: min(100% - 3rem, 72rem);
  margin: 0 auto;
}

.introduction { max-width: 54rem; padding: clamp(5.5rem, 11vw, 9rem) 0; text-align: center; }

h2 {
  margin-bottom: 1.35rem;
  font-size: clamp(2rem, 4.8vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-wrap: balance;
}

.introduction > p:last-child,
.development > p { margin: 0 auto; color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: clamp(1rem, 2vw, 1.12rem); }

.introduction > p:last-child { max-width: 42rem; }

.values { padding-bottom: clamp(5.5rem, 11vw, 9rem); }

.section-heading { max-width: 42rem; margin-bottom: clamp(2.4rem, 5vw, 4rem); }

.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }

.value {
  min-height: 15rem;
  padding: 1.5rem 1.35rem 0 0;
  border-bottom: 1px solid var(--line);
}

.value:not(:first-child) { padding-left: 1.35rem; border-left: 1px solid var(--line); }

.value-number { display: block; margin-bottom: 2.4rem; color: var(--gold); }

h3 { margin-bottom: 0.75rem; font-size: 1.32rem; font-weight: 400; line-height: 1.18; }

.value p { color: var(--muted); font-family: Arial, Helvetica, sans-serif; font-size: 0.92rem; line-height: 1.6; }

.development {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  gap: 3rem;
  align-items: end;
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  border-top: 1px solid var(--line);
}

.development h2 { margin-bottom: 0; }

.development > p { max-width: 27rem; margin: 0; }

footer {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  padding: 2.1rem 1.5rem;
  color: #758396;
  border-top: 1px solid rgba(210, 225, 240, 0.09);
}

@media (max-width: 800px) {
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .value:nth-child(3) { padding-left: 0; border-left: 0; }
  .value:nth-child(even) { padding-left: 1.35rem; border-left: 1px solid var(--line); }
  .development { grid-template-columns: 1fr; gap: 1.25rem; }
}

@media (max-width: 520px) {
  .hero { min-height: 43rem; }
  .logo { width: min(65vw, 15rem); }
  .introduction, .values, .development { width: min(100% - 2.25rem, 72rem); }
  .value-grid { grid-template-columns: 1fr; }
  .value, .value:not(:first-child), .value:nth-child(3), .value:nth-child(even) { min-height: 0; padding: 1.45rem 0; border-left: 0; }
  .value-number { margin-bottom: 1rem; }
  footer { flex-wrap: wrap; }
}

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