@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Raleway:wght@300;400;500;600;700&display=swap");

:root {
  --outer: #1b1592;
  --outer-2: #5345d8;
  --chrome: #8a8b95;
  --chrome-dark: #666874;
  --canvas: #ececef;
  --panel: rgba(255, 255, 255, 0.46);
  --line: #b7bac4;
  --ink: #2c3843;
  --muted: #68808c;
  --teal: #1597b6;
  --orange: #ef7a32;
  --white: #f9fdff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 14% 82%, rgba(0, 27, 222, 0.65), transparent 20%),
    radial-gradient(circle at 86% 74%, rgba(138, 203, 255, 0.35), transparent 20%),
    linear-gradient(180deg, #14068f, #3323c1 62%, #231b86);
  font-family: "Manrope", sans-serif;
  color: var(--ink);
}

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

.scene-glow {
  position: fixed;
  border-radius: 50%;
  filter: blur(34px);
  pointer-events: none;
  opacity: 0.55;
}

.glow-left {
  width: 320px;
  height: 320px;
  left: -90px;
  bottom: 120px;
  background: rgba(0, 92, 255, 0.46);
}

.glow-right {
  width: 360px;
  height: 360px;
  right: -120px;
  bottom: 40px;
  background: rgba(170, 225, 255, 0.42);
}

.desktop-frame {
  width: min(92vw, 1860px);
  margin: 72px auto;
}

.window-shell {
  border: 8px solid var(--chrome);
  border-radius: 24px;
  background: var(--canvas);
  box-shadow:
    0 24px 60px rgba(9, 9, 25, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  overflow: hidden;
}

.window-topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 32px 40px 20px;
}

.window-topbar > a {
  font-size: 0.94rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--orange);
}

.window-topbar nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
}

.window-topbar nav a {
  font-family: "Raleway", sans-serif;
  font-size: 0.94rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal);
}

.window-topbar nav::before,
.window-topbar nav::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: rgba(21, 151, 182, 0.7);
}

.hero-stage {
  display: grid;
  grid-template-columns: minmax(290px, 0.9fr) minmax(0, 1.4fr);
  gap: 28px;
  min-height: 720px;
  padding: 10px 42px 0;
}

.hero-portrait {
  display: flex;
  align-items: end;
}

.portrait-card {
  position: relative;
  width: min(100%, 410px);
  height: 520px;
  padding: 20px;
}

.portrait-card::before {
  content: "";
  position: absolute;
  inset: 46px 54px 10px 10px;
  border: 1px solid rgba(44, 56, 67, 0.09);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(215, 220, 226, 0.25));
}

.portrait-silhouette {
  position: absolute;
  left: 14px;
  bottom: 6px;
  width: 250px;
  height: 390px;
}

.portrait-silhouette .head,
.portrait-silhouette .torso,
.portrait-silhouette .accent {
  position: absolute;
  display: block;
}

.portrait-silhouette .head {
  width: 74px;
  height: 86px;
  left: 58px;
  top: 0;
  border-radius: 50% 50% 44% 44%;
  background:
    radial-gradient(circle at 50% 28%, #f1d5c7 0 22%, #d6aa94 42%, #8b6456 68%);
  box-shadow: 14px 18px 0 -4px #4f352d;
}

.portrait-silhouette .torso {
  width: 228px;
  height: 302px;
  left: 0;
  bottom: 0;
  border-radius: 34% 34% 18% 16%;
  background:
    linear-gradient(180deg, #213f66 0 44%, #152742 44% 100%);
  clip-path: polygon(20% 0, 55% 0, 68% 12%, 82% 100%, 12% 100%, 0 24%);
  box-shadow: inset -18px 0 0 rgba(11, 26, 48, 0.26);
}

.portrait-silhouette .accent {
  width: 94px;
  height: 170px;
  left: 76px;
  bottom: 110px;
  background: linear-gradient(180deg, #dfefff, #f7fbff);
  clip-path: polygon(16% 0, 80% 0, 100% 100%, 0 100%);
}

.portrait-caption {
  position: absolute;
  left: 22px;
  bottom: 14px;
  width: calc(100% - 44px);
  padding-top: 14px;
  border-top: 1px solid rgba(44, 56, 67, 0.12);
}

.portrait-caption p,
.detail-card p,
.hero-text,
.footer-brand p,
.footer-topics p,
.footer-contact p {
  line-height: 1.72;
}

.portrait-caption p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 0.95rem;
}

.portrait-caption strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: 40px 10px 30px 0;
}

.hero-line {
  margin: 0 0 16px;
  color: var(--teal);
  font-family: "Raleway", sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-copy h1,
.detail-card h2,
.site-footer strong {
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.hero-copy h1 {
  font-size: clamp(4.6rem, 9vw, 7.8rem);
  line-height: 0.88;
  color: var(--orange);
}

.hero-lockup {
  display: grid;
  gap: 4px;
  margin-top: 6px;
}

.hero-lockup strong {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.98;
  color: var(--orange);
  text-transform: uppercase;
}

.hero-text {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.detail-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 0 42px 0;
}

.detail-card {
  padding: 20px 22px 22px;
  border-top: 1px solid rgba(44, 56, 67, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.detail-card h2 {
  font-size: 1.7rem;
  color: var(--ink);
}

.detail-title {
  margin: 8px 0 10px;
  color: var(--orange);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.detail-card p {
  margin: 0;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 22px;
  align-items: center;
  margin-top: 22px;
  padding: 18px 28px;
  background: var(--teal);
  color: var(--white);
}

.site-footer strong {
  display: block;
  font-size: 2.1rem;
  line-height: 0.9;
}

.site-footer p {
  margin: 0;
}

.footer-brand p,
.footer-contact p {
  max-width: 420px;
}

.footer-topics {
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
}

.footer-contact {
  display: grid;
  gap: 12px;
  justify-items: end;
  text-align: right;
}

.footer-contact a {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  font-size: 0.94rem;
}

@media (max-width: 1180px) {
  .window-topbar {
    flex-direction: column;
  }

  .window-topbar nav::before,
  .window-topbar nav::after {
    width: 70px;
  }

  .hero-stage,
  .detail-band,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: auto;
  }

  .hero-copy {
    padding: 0 0 22px;
  }

  .site-footer,
  .footer-topics,
  .footer-contact {
    justify-items: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .desktop-frame {
    width: min(96vw, 1860px);
    margin: 24px auto;
  }

  .window-shell {
    border-width: 5px;
    border-radius: 16px;
  }

  .window-topbar,
  .hero-stage,
  .detail-band {
    padding-left: 18px;
    padding-right: 18px;
  }

  .window-topbar nav {
    justify-content: center;
  }

  .hero-copy h1 {
    font-size: clamp(3.4rem, 14vw, 5rem);
  }

  .hero-lockup strong {
    font-size: clamp(1.5rem, 7vw, 2.3rem);
  }

  .portrait-card {
    height: 430px;
  }

  .portrait-silhouette {
    transform: scale(0.82);
    transform-origin: left bottom;
  }
}
