:root {
  --bg: #050505;
  --panel: rgba(18, 18, 18, 0.82);
  --panel-strong: rgba(32, 10, 22, 0.95);
  --text: #fff8fc;
  --muted: #f6c7df;
  --pink: #ff1493;
  --pink-soft: #ff63b8;
  --pink-glow: rgba(255, 20, 147, 0.34);
  --line: rgba(255, 255, 255, 0.11);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255, 20, 147, 0.18), transparent 24%),
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.09), transparent 18%),
    linear-gradient(140deg, #050505 0%, #12070f 48%, #050505 100%);
}

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

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

.page-shell {
  position: relative;
  overflow: clip;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: radial-gradient(circle, var(--pink-glow), transparent 68%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  top: 3rem;
  right: -5rem;
}

.page-shell::after {
  bottom: 10rem;
  left: -7rem;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.25rem 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand,
h1,
h2 {
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.04em;
}

.brand {
  font-size: clamp(1.6rem, 2vw, 2rem);
}

.site-nav {
  display: flex;
  gap: 1rem;
  font-size: 0.95rem;
}

.site-nav a {
  padding: 0.6rem 0.9rem;
  border: 1px solid transparent;
  border-radius: 999px;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
}

main {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding-bottom: 3rem;
}

.hero,
.info-grid,
.journey-section,
.connect-section {
  opacity: 0;
  transform: translateY(20px);
  animation: rise-in 700ms ease forwards;
}

.hero {
  min-height: calc(100vh - 5rem);
  padding: 1.25rem 0 1.6rem;
}

.section-label {
  margin: 0 0 0.8rem;
  color: var(--pink-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

h1 {
  margin: 0;
  font-size: clamp(3.7rem, 8vw, 6.9rem);
  line-height: 0.94;
  text-wrap: balance;
}

.hero-text,
.statement-card p,
.journey-copy p,
.connect-copy p,
.contact-panel a {
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(255, 248, 252, 0.86);
}

.hero-text {
  max-width: 34rem;
  margin: 1rem 0 1.5rem;
}

.info-card,
.contact-panel {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.3rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--pink-soft), var(--pink));
  color: #fff;
  box-shadow: 0 18px 40px rgba(255, 20, 147, 0.28);
}

.button-secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.hero-visual {
  position: relative;
  min-height: calc(100vh - 6.5rem);
}

.hero-photo-frame {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.hero-photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.12) 0%, rgba(5, 5, 5, 0.06) 34%, rgba(5, 5, 5, 0.02) 62%, rgba(5, 5, 5, 0.02) 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.02) 44%, rgba(5, 5, 5, 0.24) 100%);
}

.hero-photo-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-copy {
  position: absolute;
  left: clamp(1.2rem, 4vw, 3.2rem);
  bottom: clamp(2rem, 6vw, 4rem);
  width: min(39rem, calc(100% - 2.4rem));
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 1.8rem;
  background: linear-gradient(135deg, rgba(8, 7, 10, 0.58), rgba(28, 9, 20, 0.42));
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.info-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 1.35rem;
  animation-delay: 120ms;
}

.info-card,
.contact-panel {
  padding: 1.7rem;
  border-radius: 1.7rem;
}

h2 {
  margin: 0 0 0.9rem;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
}

.statement-card p:last-child,
.journey-copy p:last-child,
.connect-copy p:last-child {
  margin-bottom: 0;
}

.quick-card ul {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
}

.quick-card li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 252, 0.9);
}

.quick-card li:last-child {
  border-bottom: 0;
}

.journey-section,
.connect-section {
  margin-top: 1rem;
  display: grid;
  gap: 1.35rem;
}

.journey-section {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: stretch;
  animation-delay: 220ms;
}

.journey-photo {
  border-radius: 2rem;
  overflow: hidden;
  min-height: 28rem;
  box-shadow: var(--shadow);
}

.journey-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.journey-copy,
.connect-copy {
  padding: 1rem 0.2rem;
}

.connect-section {
  grid-template-columns: 1fr;
  animation-delay: 320ms;
}

.connect-shell {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.35rem;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 20, 147, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(255, 20, 147, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(14, 8, 12, 0.92);
  box-shadow: var(--shadow);
}

.connect-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem 0.2rem;
}

.contact-panel {
  display: grid;
  gap: 1rem;
}

.contact-row {
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.04);
}

.contact-kicker {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--pink-soft);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 800;
}

.contact-link {
  display: inline-block;
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.5;
  transition: color 180ms ease;
  word-break: break-word;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--pink-soft);
}

.contact-location {
  margin: 0;
  color: rgba(255, 248, 252, 0.84);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.site-footer {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 0 0 2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.site-footer-copy {
  text-align: center;
  flex: 1;
}

.site-footer-copy p,
.site-footer-copy a {
  margin: 0;
  color: rgba(255, 248, 252, 0.72);
}

.site-footer-copy a {
  display: inline-block;
  margin-top: 0.55rem;
  color: var(--pink-soft);
  font-weight: 700;
  font-size: 0.88rem;
}

.footer-top-button {
  flex: 0 0 auto;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.footer-top-button:hover,
.footer-top-button:focus-visible {
  transform: translateY(-2px);
  background: rgba(255, 20, 147, 0.18);
  border-color: rgba(255, 99, 184, 0.38);
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--text);
}

.not-found {
  min-height: calc(100vh - 12rem);
  display: grid;
  place-items: center;
  padding: 2rem 0 4rem;
}

.not-found-card {
  width: min(720px, 100%);
  padding: 2rem;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(255, 20, 147, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 20, 147, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(14, 8, 12, 0.9);
  box-shadow: var(--shadow);
  text-align: center;
}

.not-found-code {
  margin: 0;
  color: var(--pink-soft);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  font-weight: 800;
}

.not-found-card h1 {
  margin-top: 0.75rem;
}

.not-found-card p {
  margin: 1rem auto 0;
  max-width: 34rem;
  color: rgba(255, 248, 252, 0.84);
  line-height: 1.8;
}

.not-found-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.8rem;
}

@keyframes rise-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 900px) {
  .site-header {
    flex-direction: column;
    gap: 0.8rem;
  }

  .hero,
  .info-grid,
  .journey-section,
  .connect-section,
  .connect-shell {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 1.2rem;
  }

  .hero-copy {
    left: 1rem;
    right: 1rem;
    width: auto;
    bottom: 1rem;
  }

  .hero-visual {
    min-height: 42rem;
  }

  .connect-shell {
    padding: 1.2rem;
  }
}

@media (max-width: 640px) {
  .site-header,
  main,
  .site-footer {
    width: min(100% - 1.2rem, 1160px);
  }

  .site-footer {
    align-items: center;
  }

  .site-nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .journey-photo {
    min-height: 20rem;
  }

  .hero-visual {
    min-height: 34rem;
    display: block;
  }

  .hero {
    padding: 1rem 0 8.5rem;
  }

  .hero-copy {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: -7.8rem;
    width: auto;
    margin: 0;
    padding: 1.15rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(10, 7, 10, 0.72), rgba(22, 7, 16, 0.62));
    backdrop-filter: blur(10px);
  }

  .hero-photo-frame {
    min-height: 34rem;
    border-radius: 1.6rem;
  }

  .hero-photo-frame::after {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.02) 0%, rgba(5, 5, 5, 0.04) 100%);
  }

  .hero-photo-frame img {
    object-fit: cover;
    object-position: 78% 18%;
  }

  h1 {
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }

  .hero-text {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .button {
    min-height: 3.15rem;
  }

  .not-found-card {
    padding: 1.4rem;
    border-radius: 1.6rem;
  }

  .not-found-actions {
    flex-direction: column;
    align-items: stretch;
  }
}
