:root {
  color-scheme: dark;
  --bg: #070b0f;
  --border: #21313b;
  --text: #edf7f8;
  --muted: #9aadb2;
  --quiet: #667b84;
  --teal: #48d6c7;
  --blue: #5fb8ff;
  --green: #2c8d67;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.44);
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100%;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 8%, rgba(72, 214, 199, 0.08), transparent 32rem),
    radial-gradient(circle at 10% 80%, rgba(44, 141, 103, 0.12), transparent 26rem),
    linear-gradient(145deg, #071017 0%, #0a0f14 46%, #06080b 100%);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

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

a {
  color: inherit;
}

.shell {
  width: min(1080px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 44px 0 56px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  min-height: calc(100vh - 100px);
}

.portrait-wrap {
  position: relative;
  padding: 10px;
  border: 1px solid rgba(72, 214, 199, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(72, 214, 199, 0.14), rgba(95, 184, 255, 0.06)),
    rgba(8, 14, 18, 0.72);
  box-shadow: var(--shadow);
}

.portrait-wrap::after {
  position: absolute;
  inset: auto 26px -14px 26px;
  height: 28px;
  border-radius: 999px;
  background: rgba(72, 214, 199, 0.18);
  filter: blur(18px);
  content: "";
}

.portrait {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  object-fit: cover;
}

.intro {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 20px;
  font-size: clamp(3.1rem, 10vw, 7.8rem);
  line-height: 0.86;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 10px;
  font-size: 1.06rem;
  letter-spacing: 0;
}

.lede {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 8px;
  color: var(--text);
  background: rgba(14, 21, 28, 0.86);
  font-size: 0.9rem;
  font-weight: 780;
  text-decoration: none;
}

.button:hover {
  border-color: rgba(72, 214, 199, 0.62);
  background: rgba(24, 39, 48, 0.94);
}

.button.primary {
  border-color: rgba(72, 214, 199, 0.55);
  color: #061012;
  background: linear-gradient(135deg, var(--teal), var(--blue));
}

.larry-corner {
  position: absolute;
  right: clamp(-310px, -17vw, -130px);
  bottom: clamp(18px, 5vh, 64px);
  width: 620px;
  height: 218px;
  color: inherit;
  text-decoration: none;
}

.larry-cta {
  position: absolute;
  right: 152px;
  bottom: 52px;
  z-index: 2;
  display: grid;
  gap: 5px;
  width: 354px;
  padding: 16px 18px;
  border: 1px solid rgba(72, 214, 199, 0.24);
  border-radius: 14px;
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(72, 214, 199, 0.12), rgba(95, 184, 255, 0.08)),
    rgba(7, 13, 18, 0.82);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.larry-corner:hover .larry-cta,
.larry-corner:focus-visible .larry-cta {
  border-color: rgba(72, 214, 199, 0.58);
  background:
    linear-gradient(135deg, rgba(72, 214, 199, 0.18), rgba(95, 184, 255, 0.11)),
    rgba(10, 18, 24, 0.92);
  transform: translateY(-1px);
}

.larry-kicker {
  color: var(--teal);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.larry-title {
  font-size: clamp(1.18rem, 2.8vw, 1.48rem);
  font-weight: 850;
  line-height: 1;
}

.larry-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.larry-note svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.larry-gif {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 126px;
  max-width: 32vw;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.38));
  image-rendering: auto;
}

.site-mark {
  display: inline-flex;
  margin-top: -28px;
  color: var(--quiet);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-mark:hover {
  color: var(--teal);
}

@media (max-width: 1280px) {
  .larry-corner {
    right: -24px;
  }
}

@media (max-width: 820px) {
  .shell {
    width: min(100vw - 22px, 1080px);
    padding-top: 18px;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 24px;
    min-height: 0;
  }

  .portrait-wrap {
    width: min(100%, 380px);
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .larry-corner {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 470px);
    height: 188px;
    margin-top: -8px;
  }

  .larry-cta {
    right: 66px;
    bottom: 24px;
    width: calc(100% - 96px);
    min-width: 0;
  }

  .larry-gif {
    right: 0;
    bottom: 0;
    width: 106px;
  }

  .site-mark {
    margin-top: 34px;
  }
}
