:root {
  color-scheme: light dark;
  --paper: #fbf4ef;
  --panel: #fffdf8;
  --ink: #261f1c;
  --muted: #6f625d;
  --line: rgba(38, 31, 28, 0.14);
  --berry: #9f3f5d;
  --blush: #f8b1ae;
  --taupe: #8d7a72;
  --teal: #0f6c64;
  --blue: #243f67;
  --denim: #243f67;
  --champagne: #d7b56d;
  --logo-paper: #fef9f5;
  --shadow: 0 24px 70px rgba(38, 31, 28, 0.12);
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --paper: #070b0f;
    --panel: #0d151b;
    --ink: #edf7f8;
    --muted: #a7b8bd;
    --line: rgba(237, 247, 248, 0.14);
    --berry: #f1a2bb;
    --blush: #f3aaa8;
    --taupe: #9aadb2;
    --teal: #48d6c7;
    --blue: #5fb8ff;
    --denim: #5fb8ff;
    --champagne: #e0c37b;
    --logo-paper: #fef9f5;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.44);
  }
}

* {
  box-sizing: border-box;
}

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

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 9%, rgba(248, 177, 174, 0.26) 0, rgba(248, 177, 174, 0) 31%),
    radial-gradient(circle at 7% 42%, rgba(215, 181, 109, 0.16) 0, rgba(215, 181, 109, 0) 26%),
    linear-gradient(180deg, #fff8f3 0%, #fbf4ef 55%, #f5f0ea 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%;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid rgba(15, 108, 100, 0.45);
  outline-offset: 3px;
}

.shell {
  position: relative;
  width: min(1160px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 30px 0 54px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(330px, 1.06fr);
  align-items: center;
  gap: clamp(30px, 5vw, 72px);
  min-height: calc(100vh - 84px);
  padding-top: 36px;
}

.hero-copy {
  max-width: 650px;
}

.back-link {
  position: absolute;
  top: 20px;
  left: 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid rgba(38, 31, 28, 0.08);
  border-radius: 999px;
  margin: 0;
  color: rgba(111, 98, 93, 0.76);
  background: rgba(255, 253, 248, 0.36);
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(38, 31, 28, 0.035);
}

.back-link:hover {
  border-color: rgba(15, 108, 100, 0.18);
  color: var(--teal);
  background: rgba(255, 253, 248, 0.68);
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--berry);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(2.9rem, 5.7vw, 5.25rem);
  font-weight: 700;
  line-height: 0.96;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  line-height: 1.04;
}

.lede {
  max-width: 610px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.22rem);
  line-height: 1.65;
}

.reach-card {
  display: grid;
  grid-template-columns: minmax(132px, 0.42fr) minmax(0, 1fr);
  align-items: stretch;
  gap: 14px;
  width: min(100%, 560px);
  margin-top: 6px;
  padding: 14px;
  border: 1px solid rgba(159, 63, 93, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 253, 248, 0.86), rgba(248, 177, 174, 0.16)),
    rgba(255, 253, 248, 0.72);
  box-shadow: 0 16px 42px rgba(38, 31, 28, 0.08);
}

.reach-summary {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  min-height: 100%;
  padding: 12px;
  border-radius: 7px;
  background: rgba(255, 253, 248, 0.62);
  text-align: center;
}

.reach-label {
  color: var(--berry);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.reach-card strong {
  color: var(--teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.05rem, 4vw, 2.85rem);
  line-height: 0.92;
}

.reach-summary p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 720;
  line-height: 1.32;
}

.reach-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.reach-list li {
  min-width: 0;
}

.reach-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid rgba(38, 31, 28, 0.08);
  border-radius: 999px;
  color: rgba(38, 31, 28, 0.72);
  background: rgba(255, 253, 248, 0.58);
  font-size: 0.74rem;
  font-weight: 820;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(38, 31, 28, 0.05);
}

.reach-link:hover {
  border-color: rgba(15, 108, 100, 0.34);
  background: #fffdf8;
}

.reach-link-primary {
  border-color: transparent;
  color: #fffdf8;
  background: linear-gradient(135deg, var(--teal), var(--denim));
}

.reach-link-primary:hover {
  color: #fffdf8;
  background: linear-gradient(135deg, #0f7c72, #245978);
}

.reach-link-primary .reach-icon {
  color: currentColor;
}

.reach-icon {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.reach-icon-instagram {
  color: #9f3f5d;
}

.reach-icon-threads,
.reach-icon-tiktok {
  color: #3b3430;
}

.reach-icon-pinterest {
  color: #bd1e36;
}

.reach-icon-youtube {
  color: #c9292f;
}

.reach-icon-facebook {
  color: #2f557f;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(38, 31, 28, 0.07);
}

.button:hover {
  border-color: rgba(15, 108, 100, 0.38);
  background: #fffdf8;
}

.button.primary {
  border-color: transparent;
  color: #fffdf8;
  background: linear-gradient(135deg, var(--teal), var(--denim));
}

.button-icon {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  fill: currentColor;
}

.button-icon-tiktok {
  color: #2f2826;
}

.button-icon-pinterest {
  color: #bd1e36;
}

.button-icon-threads {
  color: #3b3430;
}

.button-icon-youtube {
  color: #c9292f;
}

.button-icon-facebook {
  color: #2f557f;
}

.media-card {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(38, 31, 28, 0.12);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--shadow);
}

.media-card::before {
  position: absolute;
  inset: 26px auto auto -18px;
  z-index: -1;
  width: 72%;
  height: 58%;
  border: 1px solid rgba(159, 63, 93, 0.32);
  border-radius: 8px;
  content: "";
}

.media-card img {
  width: 100%;
  height: min(72vh, 760px);
  border-radius: 6px;
  object-fit: cover;
  object-position: center 42%;
}

.media-card figcaption {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: min(470px, calc(100% - 56px));
  padding: 10px 14px;
  border: 1px solid rgba(255, 253, 248, 0.42);
  border-radius: 6px;
  color: #fffdf8;
  background: rgba(38, 31, 28, 0.76);
  font-size: 0.78rem;
  font-weight: 850;
  backdrop-filter: blur(14px);
}

.profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
  margin-top: 24px;
}

.bio-panel,
.signal-panel,
.brand-panel,
.feature-strip {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  box-shadow: 0 16px 44px rgba(38, 31, 28, 0.07);
}

.signal-panel {
  padding: clamp(22px, 4vw, 34px);
}

.bio-panel {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
}

.profile-badge {
  position: relative;
  width: 112px;
  height: 112px;
}

.profile-badge img {
  width: 112px;
  height: 112px;
  border: 4px solid var(--blush);
  border-radius: 50%;
  object-fit: cover;
  object-position: 48% 36%;
  box-shadow: 0 14px 34px rgba(38, 31, 28, 0.16);
}

.profile-badge::after {
  position: absolute;
  right: -6px;
  bottom: 8px;
  width: 26px;
  height: 26px;
  border: 3px solid var(--panel);
  border-radius: 50%;
  background: var(--teal);
  content: "";
}

.bio-panel p:last-child,
.brand-panel p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.68;
}

.signal-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-panel li {
  padding-left: 14px;
  border-left: 3px solid var(--champagne);
  color: var(--muted);
  font-weight: 740;
  line-height: 1.45;
}

.link-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.link-band a,
.feature-links a {
  display: grid;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.74);
  text-decoration: none;
}

.link-band a {
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 12px;
  row-gap: 4px;
  min-height: 92px;
  padding: 15px;
  box-shadow: 0 16px 44px rgba(38, 31, 28, 0.07);
}

.link-band a:hover,
.feature-links a:hover {
  border-color: rgba(15, 108, 100, 0.38);
  background: #fffdf8;
}

.link-band span,
.feature-links span {
  color: var(--berry);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.link-band strong,
.feature-links strong {
  font-size: 1.02rem;
  line-height: 1.35;
}

.brand-icon {
  display: inline-grid;
  grid-row: span 2;
  width: 38px;
  height: 38px;
  place-items: center;
  align-self: center;
  border-radius: 50%;
  color: var(--icon-color);
  background: var(--icon-bg);
  box-shadow:
    inset 0 1px 0 rgba(255, 253, 248, 0.62),
    0 10px 24px rgba(38, 31, 28, 0.08);
}

.brand-icon svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.brand-icon-instagram {
  --icon-bg: linear-gradient(135deg, rgba(159, 63, 93, 0.24), rgba(215, 181, 109, 0.38));
  --icon-color: #9f3f5d;
}

.brand-icon-tiktok {
  --icon-bg: rgba(47, 40, 38, 0.12);
  --icon-color: #2f2826;
}

.brand-icon-pinterest {
  --icon-bg: rgba(180, 58, 88, 0.14);
  --icon-color: #bd1e36;
}

.brand-icon-threads {
  --icon-bg: rgba(59, 52, 48, 0.12);
  --icon-color: #3b3430;
}

.brand-icon-youtube {
  --icon-bg: rgba(201, 74, 77, 0.14);
  --icon-color: #c9292f;
}

.brand-icon-facebook {
  --icon-bg: rgba(47, 85, 127, 0.14);
  --icon-color: #2f557f;
}

@media (prefers-color-scheme: dark) {
  body {
    background:
      radial-gradient(circle at 78% 8%, rgba(72, 214, 199, 0.08), transparent 32rem),
      radial-gradient(circle at 12% 74%, rgba(159, 63, 93, 0.18), transparent 28rem),
      linear-gradient(145deg, #071017 0%, #0a0f14 46%, #06080b 100%);
  }

  a:focus-visible,
  button:focus-visible {
    outline-color: rgba(72, 214, 199, 0.58);
  }

  .back-link,
  .reach-card,
  .reach-summary,
  .reach-link,
  .button,
  .media-card,
  .bio-panel,
  .signal-panel,
  .brand-panel,
  .feature-strip,
  .link-band a,
  .feature-links,
  .feature-links a {
    border-color: var(--line);
    background:
      linear-gradient(145deg, rgba(72, 214, 199, 0.08), rgba(95, 184, 255, 0.04)),
      rgba(13, 21, 27, 0.78);
    box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
  }

  .back-link,
  .reach-link,
  .button {
    color: var(--ink);
  }

  .back-link:hover,
  .reach-link:hover,
  .button:hover,
  .link-band a:hover,
  .feature-links a:hover {
    border-color: rgba(72, 214, 199, 0.5);
    background:
      linear-gradient(145deg, rgba(72, 214, 199, 0.12), rgba(95, 184, 255, 0.07)),
      rgba(16, 27, 35, 0.92);
  }

  .reach-link-primary,
  .button.primary {
    color: #061012;
    background: linear-gradient(135deg, var(--teal), var(--denim));
  }

  .media-card::before {
    border-color: rgba(72, 214, 199, 0.24);
  }

  .media-card figcaption {
    border-color: rgba(237, 247, 248, 0.18);
    color: var(--ink);
    background: rgba(7, 13, 18, 0.78);
  }

  .brand-icon {
    box-shadow:
      inset 0 1px 0 rgba(237, 247, 248, 0.16),
      0 10px 24px rgba(0, 0, 0, 0.24);
  }

  .brand-icon-instagram {
    --icon-bg: linear-gradient(135deg, rgba(241, 162, 187, 0.26), rgba(224, 195, 123, 0.18));
    --icon-color: #f1a2bb;
  }

  .brand-icon-tiktok,
  .brand-icon-threads {
    --icon-bg: rgba(237, 247, 248, 0.1);
    --icon-color: #edf7f8;
  }

  .button-icon-tiktok,
  .button-icon-threads,
  .reach-icon-tiktok,
  .reach-icon-threads {
    color: #edf7f8;
  }

  .button-icon-facebook,
  .reach-icon-facebook,
  .brand-icon-facebook {
    color: var(--denim);
  }
}

.feature-strip {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(20px, 4vw, 40px);
  margin-top: 18px;
  padding: clamp(26px, 4.2vw, 42px);
}

.feature-strip h2 {
  max-width: 600px;
  margin-bottom: 14px;
}

.feature-note {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.01rem;
  line-height: 1.62;
}

.ambassador-badge {
  display: block;
  width: min(92px, 30vw);
  margin: 24px auto 0;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.ambassador-badge:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.ambassador-badge img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.feature-links {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.68);
  box-shadow: 0 16px 44px rgba(38, 31, 28, 0.06);
}

.feature-links a {
  position: relative;
  place-content: center;
  min-height: 88px;
  padding: 17px 22px 17px 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.feature-links a + a {
  border-top: 1px solid var(--line);
}

.feature-links a::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  background: var(--champagne);
  opacity: 0;
  transition: opacity 160ms ease;
}

.feature-links a:hover::before {
  opacity: 1;
}

.brand-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: clamp(24px, 4vw, 38px);
}

.brand-copy {
  display: grid;
  gap: 10px;
}

.brand-panel p {
  max-width: 760px;
  margin-bottom: 0;
}

.brand-actions {
  display: grid;
  justify-items: center;
  gap: 16px;
  width: min(100%, 430px);
}

.brand-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.brand-actions .button {
  flex: 1 1 0;
  white-space: nowrap;
}

.larry-cameo {
  display: grid;
  justify-items: center;
  width: min(100%, 300px);
  margin-top: 8px;
  color: inherit;
  text-decoration: none;
}

.larry-bubble {
  width: 100%;
  text-align: left;
  transition:
    transform 160ms ease;
}

.larry-cameo:hover .larry-bubble {
  transform: translateY(-1px);
}

.larry-kicker {
  display: block;
  color: var(--berry);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.larry-title {
  display: block;
  margin-top: 5px;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.08;
}

.larry-note {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.larry {
  width: 124px;
  height: auto;
  margin-top: 8px;
  transform: translateX(46px);
  filter: drop-shadow(0 16px 22px rgba(38, 31, 28, 0.2));
}

@media (prefers-color-scheme: dark) {
  .feature-links {
    border-color: var(--line);
    background:
      linear-gradient(145deg, rgba(72, 214, 199, 0.08), rgba(95, 184, 255, 0.04)),
      rgba(13, 21, 27, 0.78);
  }

  .feature-links a {
    background: transparent;
  }

  .feature-links a:hover {
    background: rgba(16, 27, 35, 0.72);
  }

  .profile-badge img {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
  }

  .profile-badge::after {
    border-color: var(--panel);
  }

  .larry {
    filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.35));
  }
}

@media (max-width: 860px) {
  .shell {
    width: min(100% - 22px, 620px);
    padding-top: 18px;
  }

  .link-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero,
  .profile-grid,
  .feature-strip,
  .brand-panel {
    grid-template-columns: 1fr;
  }

  .ambassador-badge {
    width: min(86px, 28vw);
  }

  .hero {
    gap: 26px;
    min-height: 0;
    padding-top: 44px;
  }

  .back-link {
    top: 12px;
  }

  .media-card::before {
    display: none;
  }

  .media-card figcaption {
    right: 22px;
    bottom: 22px;
    max-width: calc(100% - 44px);
  }

  .media-card img {
    height: min(82vh, 680px);
  }

  .brand-buttons {
    width: 100%;
  }

  .brand-panel .button {
    width: 100%;
  }

  .larry-cameo {
    width: min(100%, 260px);
  }
}

@media (max-width: 500px) {
  .link-band {
    grid-template-columns: 1fr;
  }

  .reach-card {
    grid-template-columns: 1fr;
  }

  .reach-summary {
    min-height: 0;
  }

  .bio-panel {
    grid-template-columns: 1fr;
  }

  .profile-badge {
    width: 96px;
    height: 96px;
  }

  .profile-badge img {
    width: 96px;
    height: 96px;
  }

  .media-card figcaption {
    position: static;
    max-width: none;
    margin-top: 10px;
    color: var(--muted);
    background: transparent;
    backdrop-filter: none;
  }

  .media-card img {
    height: min(118vw, 560px);
  }
}
