:root {
  --press-surface: rgba(14, 20, 32, 0.88);
  --press-surface-strong: rgba(10, 15, 25, 0.96);
  --press-border: rgba(111, 231, 205, 0.18);
  --press-muted: #aab5c8;
  --press-teal: #6fe7cd;
  --press-cyan: #79c9f2;
  --press-gold: #e8b85d;
}

html {
  background: #070b12;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 126, 122, 0.18), transparent 27rem),
    radial-gradient(circle at 88% 20%, rgba(67, 93, 157, 0.16), transparent 31rem),
    linear-gradient(145deg, #071015 0%, #080a13 48%, #0a0d17 100%);
  color: #f4f7fb;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(111, 231, 205, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111, 231, 205, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, black, transparent 82%);
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

body > .container,
footer .container {
  width: min(100% - 48px, 1180px);
  max-width: none;
  padding-inline: 0;
}

.hero {
  position: relative;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: start;
  padding: 76px 0 62px;
  isolation: isolate;
}

.hero::before {
  content: attr(data-kicker);
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 22px;
  color: var(--press-teal);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero::after {
  content: '';
  position: absolute;
  top: 52%;
  inset-inline-end: 3%;
  width: min(32vw, 330px);
  aspect-ratio: 1;
  z-index: -1;
  border: 1px solid rgba(111, 231, 205, 0.16);
  border-radius: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 36% 32%, rgba(121, 201, 242, 0.35), transparent 10%),
    radial-gradient(circle at 52% 54%, rgba(111, 231, 205, 0.18), transparent 36%),
    radial-gradient(circle, rgba(13, 33, 43, 0.9), rgba(6, 11, 18, 0.08) 66%, transparent 67%);
  box-shadow: 0 0 70px rgba(111, 231, 205, 0.08);
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  margin: 0;
  color: var(--press-muted);
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.55;
}

.gradient-text {
  background: linear-gradient(105deg, var(--press-teal), var(--press-cyan) 58%, #c5a7f5);
  background-clip: text;
  -webkit-background-clip: text;
}

.press-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 104px;
}

.press-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: start;
  min-height: 100%;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: linear-gradient(150deg, rgba(22, 29, 43, 0.92), rgba(11, 16, 27, 0.88));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.16);
}

.press-card:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 231, 205, 0.4);
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.26);
}

.press-source {
  margin: 2px 2px 14px;
}

.source-logo {
  width: 30px;
  height: 30px;
  border-radius: 6px;
  padding: 4px;
}

.source-badge {
  padding: 5px 10px;
  border-radius: 6px;
  color: var(--press-teal);
  background: rgba(111, 231, 205, 0.09);
  letter-spacing: 0;
}

.press-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-bottom: 20px;
  border-radius: 6px;
  object-fit: cover;
}

.press-card h3 {
  margin: 0 4px 12px;
  color: #f4f7fb;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.35;
  -webkit-text-fill-color: currentColor;
  letter-spacing: 0;
}

.press-card:hover h3 {
  color: var(--press-teal);
  -webkit-text-fill-color: currentColor;
}

.press-card p {
  margin: 0 4px 20px;
  color: var(--press-muted);
  font-size: 0.94rem;
  line-height: 1.65;
}

.read-link {
  margin: 0 4px 4px;
  color: var(--press-teal);
}

.section {
  margin-bottom: 104px;
}

.section h2 {
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: 0;
}

.section .subtitle {
  max-width: 660px;
  margin-bottom: 32px;
  color: var(--press-muted);
  font-size: 1.05rem;
}

.speaking-card {
  padding: 30px 34px;
  border-color: var(--press-border);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(111, 231, 205, 0.1), transparent 46%),
    var(--press-surface);
}

.speaking-info {
  max-width: 760px;
}

.speaking-info h3 {
  font-size: 1.2rem;
}

.speaking-info p {
  color: var(--press-muted);
  font-size: 0.96rem;
}

.speaking-btn,
.kit-link {
  border-radius: 6px;
  color: var(--press-teal);
}

.media-kit {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: stretch;
  padding: clamp(24px, 4vw, 48px);
  border: 1px solid var(--press-border);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(111, 231, 205, 0.08), transparent 38%),
    var(--press-surface-strong);
}

.media-portrait {
  min-width: 0;
  margin: 0;
}

.media-portrait-link {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(121, 201, 242, 0.28);
  border-radius: 8px;
  background: #0d2030;
}

.media-portrait-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.media-download {
  position: absolute;
  inset-inline: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 6px;
  color: #061015;
  background: rgba(235, 255, 251, 0.94);
  font-size: 0.86rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.media-download::after {
  content: '↓';
  color: #087d6b;
  font-size: 1.15rem;
}

.media-portrait figcaption {
  margin-top: 12px;
  color: var(--press-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.media-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.media-copy-label {
  margin-bottom: 18px;
  color: var(--press-cyan);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.media-kit h3 {
  margin-bottom: 14px;
  font-size: clamp(1.45rem, 2.5vw, 2rem);
}

.bio-text {
  max-width: 760px;
  margin-bottom: 30px;
  color: var(--press-muted);
  font-size: 1rem;
  line-height: 1.75;
}

.kit-links {
  gap: 10px;
}

.kit-link {
  padding: 10px 14px;
  border-color: rgba(111, 231, 205, 0.28);
  background: rgba(111, 231, 205, 0.05);
}

footer {
  padding: 38px 0 44px;
  text-align: start;
  border-top-color: rgba(111, 231, 205, 0.12);
}

.fade-in {
  transform: translateY(12px);
  transition-duration: 0.45s;
}

html[data-theme='light'] {
  background: #e8f0f2;
}

html[data-theme='light'] body {
  color: #12222b;
  background:
    radial-gradient(circle at 8% 7%, rgba(39, 155, 143, 0.19), transparent 29rem),
    radial-gradient(circle at 93% 19%, rgba(68, 111, 163, 0.14), transparent 32rem),
    linear-gradient(145deg, #e4edef 0%, #f4f7f6 48%, #e6edf1 100%);
}

html[data-theme='light'] body::before {
  opacity: 0.7;
  background-image:
    linear-gradient(rgba(10, 94, 86, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(10, 94, 86, 0.055) 1px, transparent 1px);
}

html[data-theme='light'] .hero::after {
  border-color: rgba(20, 108, 101, 0.22);
  background:
    radial-gradient(circle at 36% 32%, rgba(38, 127, 157, 0.28), transparent 10%),
    radial-gradient(circle at 52% 54%, rgba(33, 139, 125, 0.18), transparent 38%),
    radial-gradient(circle, rgba(197, 226, 225, 0.94), rgba(231, 241, 242, 0.08) 66%, transparent 67%);
}

html[data-theme='light'] .hero p,
html[data-theme='light'] .press-card p,
html[data-theme='light'] .section .subtitle,
html[data-theme='light'] .speaking-info p,
html[data-theme='light'] .bio-text,
html[data-theme='light'] .media-portrait figcaption {
  color: #526571;
}

html[data-theme='light'] .press-card,
html[data-theme='light'] .speaking-card,
html[data-theme='light'] .media-kit {
  border-color: rgba(18, 72, 75, 0.18);
  background-color: rgba(250, 252, 251, 0.88);
  box-shadow: 0 16px 50px rgba(27, 57, 65, 0.08);
}

html[data-theme='light'] .press-card {
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.96), rgba(235, 242, 242, 0.92));
}

html[data-theme='light'] .press-card h3 {
  color: #12222b;
}

html[data-theme='light'] .media-kit {
  background:
    linear-gradient(140deg, rgba(31, 145, 130, 0.11), transparent 38%),
    rgba(250, 252, 251, 0.96);
}

@media (max-width: 760px) {
  body > .container,
  footer .container {
    width: min(100% - 32px, 1180px);
  }

  .hero {
    min-height: 300px;
    padding: 58px 0 48px;
  }

  .hero::after {
    width: 210px;
    inset-inline-end: -72px;
    opacity: 0.72;
  }

  .hero h1 {
    max-width: 88%;
    font-size: clamp(2.75rem, 14vw, 4.4rem);
  }

  .hero p {
    max-width: 88%;
  }

  .press-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 78px;
  }

  .section {
    margin-bottom: 78px;
  }

  .speaking-card {
    align-items: flex-start;
    padding: 24px;
  }

  .media-kit {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 18px;
  }

  .media-portrait {
    width: min(100%, 390px);
    margin-inline: auto;
  }

  .media-copy {
    padding: 4px 4px 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in,
  .press-card,
  .speaking-card {
    transform: none !important;
    transition: none !important;
  }
}
