/* Wolf Unified Website v4.1.0
   v4.1.0 changes only: logo +15%; flag layer opacity reduced to 75%.
   Real website architecture:
   - live browser-rendered text
   - separate corrected logo asset
   - separate premium flag background asset
   - no flattened hero text image
*/

:root {
  --navy-1000: #020814;
  --text: #f7faff;
  --content-max: 1240px;
  --message-max: 1010px;
}

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

html {
  min-height: 100%;
  background: var(--navy-1000);
}

body {
  min-height: 100%;
  margin: 0;
  background: var(--navy-1000);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-shell { min-height: 100svh; }

.hero {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding:
    max(34px, env(safe-area-inset-top))
    clamp(18px, 4vw, 72px)
    max(28px, env(safe-area-inset-bottom));
  background: #020814;
}

.flag-layer {
  opacity: 0.375;
  position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  margin: 0;
  overflow: hidden;
}

.flag-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  filter: saturate(1.0) contrast(1.0) brightness(1.0);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(43, 120, 255, 0.15), rgba(43, 120, 255, 0.05) 34%, transparent 64%),
    radial-gradient(circle at 50% 44%, transparent 0 48%, rgba(0, 0, 0, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 8, 20, 0.04), rgba(0, 8, 20, 0.21));
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0,8,20,0.08), transparent 36%, transparent 64%, rgba(0,8,20,0.10)),
    radial-gradient(circle at 50% 72%, transparent 0 54%, rgba(0,0,0,0.12) 100%);
}

.hero-inner {
  width: min(100%, var(--content-max));
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.brand-logo {
  width: clamp(177px, 15.6vw, 274px);
  height: auto;
  display: block;
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: clamp(34px, 5.0vh, 62px);
  filter:
    drop-shadow(0 12px 16px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 32px rgba(43, 120, 255, 0.12));
}

.message {
  width: min(100%, var(--message-max));
}

.message p {
  margin: 0;
  color: rgba(247, 250, 255, 0.985);
  font-size: clamp(16px, 1.33vw, 23px);
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.002em;
  text-wrap: balance;
  text-shadow:
    0 2px 5px rgba(0, 0, 0, 0.64),
    0 0 18px rgba(0, 0, 0, 0.22);
}

.message p + p { margin-top: 0.16em; }

.message .statement {
  font-size: clamp(22px, 1.96vw, 31px);
  line-height: 1.18;
  font-weight: 720;
  letter-spacing: 0.004em;
}

.message .statement-small {
  font-size: clamp(18px, 1.56vw, 25px);
  line-height: 1.28;
  font-weight: 680;
}

.message .medium { font-size: clamp(18px, 1.52vw, 24px); }

.message hr {
  width: min(78%, 790px);
  height: 1px;
  border: 0;
  margin: clamp(24px, 3.05vh, 34px) auto;
  background:
    radial-gradient(circle at center, rgba(91, 185, 255, 0.42), rgba(91,185,255,0.08) 18%, transparent 31%),
    linear-gradient(90deg, transparent, rgba(215,225,238,0.18), rgba(215,225,238,0.42), rgba(215,225,238,0.18), transparent);
}

.identity {
  margin-top: clamp(34px, 4.8vh, 58px);
  color: var(--text);
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.52);
}

.identity-lines {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) auto minmax(80px, 1fr);
  align-items: center;
  gap: clamp(14px, 2.2vw, 34px);
  width: min(100vw - 60px, 980px);
}

.identity-lines span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(215,225,238,0.42), transparent);
}

.identity-lines strong {
  font-size: clamp(21px, 1.9vw, 31px);
  font-weight: 820;
  letter-spacing: 0.30em;
  text-indent: 0.30em;
  color: rgba(247,250,255,0.94);
}

.identity-url {
  display: inline-block;
  margin-top: 15px;
  color: rgba(210, 222, 239, 0.88);
  text-decoration: none;
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 420;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
}

.copyright {
  margin-top: 10px;
  color: rgba(210, 222, 239, 0.70);
  font-size: clamp(11px, 0.85vw, 13px);
  letter-spacing: 0.08em;
}

.identity-url:hover { color: var(--text); }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden; white-space: nowrap; border: 0;
}

@media (min-width: 1800px) {
  :root { --content-max: 1360px; --message-max: 1080px; }
  .brand-logo { width: 293px; }
}

@media (min-width: 2400px) {
  :root { --content-max: 1500px; --message-max: 1150px; }
  .message p { font-size: 25px; }
  .message .statement { font-size: 34px; }
  .message .statement-small { font-size: 27px; }
  .message .medium { font-size: 26px; }
  .brand-logo { width: 320px; }
}

@media (max-width: 900px) {
  .hero { padding-left: 20px; padding-right: 20px; }
  .message { width: min(100%, 760px); }
}

@media (max-width: 720px) {
  .hero {
    align-items: start;
    padding-top: max(30px, env(safe-area-inset-top));
    padding-bottom: max(26px, env(safe-area-inset-bottom));
  }

  .brand-logo {
    width: clamp(163px, 43.7vw, 205px);
    margin-bottom: 30px;
  }

  .message p {
    font-size: clamp(14px, 3.5vw, 17px);
    line-height: 1.43;
    letter-spacing: 0;
  }

  .message .statement {
    font-size: clamp(18px, 5.2vw, 24px);
    line-height: 1.22;
  }

  .message .statement-small,
  .message .medium { font-size: clamp(16px, 4.35vw, 20px); }

  .message br { display: none; }
  .message hr { width: 88%; margin: 20px auto; }

  .identity { margin-top: 30px; }

  .identity-lines {
    width: min(100vw - 30px, 620px);
    gap: 12px;
  }

  .identity-lines strong {
    font-size: clamp(18px, 5.1vw, 24px);
    letter-spacing: 0.22em;
    text-indent: 0.22em;
  }

  .identity-url {
    font-size: 12px;
    letter-spacing: 0.24em;
    text-indent: 0.24em;
  }

  .copyright {
    font-size: 10.5px;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 390px) {
  .hero { padding-left: 14px; padding-right: 14px; }
  .brand-logo { margin-bottom: 24px; }
  .message p { font-size: 13.6px; }
  .message hr { margin: 16px auto; }
  .identity { margin-top: 24px; }
}


/* Future expansion notes:
   - Keep this homepage as the brand hero.
   - Add future sections below .hero rather than modifying the hero composition.
   - Keep assets versioned and cache-busted when deployed through Cloudflare/Caddy.
*/
