:root {
  --ink: #24252c;
  --black: #060708;
  --muted: rgba(36, 37, 44, 0.58);
  --page: #f7f9fd;
  --paper: #ffffff;
  --line: rgba(36, 37, 44, 0.12);
  --accent: #ff933c;
  --accent-soft: #fff0e4;
  --shadow: 0 34px 90px rgba(9, 10, 14, 0.18);
  font-family:
    Jost, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  background:
    linear-gradient(90deg, rgba(255, 147, 60, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff, var(--page));
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  overflow-x: hidden;
}

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

img {
  display: block;
}

.page-shell {
  min-height: 100vh;
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  align-items: start;
  gap: clamp(28px, 6vw, 86px);
  padding: 48px 28px;
  position: relative;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(36, 37, 44, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 37, 44, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, black, transparent 82%);
}

.brand-stage {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.stage-kicker {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(36, 37, 44, 0.66);
  background: rgba(255, 255, 255, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
}

.brand-stage h2 {
  max-width: 620px;
  margin: 0 0 28px;
  color: var(--black);
  font-size: clamp(3rem, 5.8vw, 5.7rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.stage-media {
  width: min(100%, 620px);
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 30px 80px rgba(36, 37, 44, 0.16);
}

.stage-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.stage-products {
  display: grid;
  grid-template-columns: repeat(3, 104px);
  gap: 10px;
  margin-top: 14px;
}

.stage-products img {
  width: 104px;
  height: 124px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid var(--line);
  box-shadow: 0 16px 34px rgba(36, 37, 44, 0.1);
}

.linktree {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(36, 37, 44, 0.1);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.hero-panel {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border-radius: 24px;
  color: white;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.hero-link,
.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-link {
  z-index: -3;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.05) 38%, rgba(0, 0, 0, 0.78)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.64), transparent 70%);
}

.brand-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 900;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1 {
  max-width: 330px;
  margin: 0;
  color: white;
  font-size: clamp(2.25rem, 9vw, 3.25rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.bio {
  max-width: 310px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.91rem;
  line-height: 1.45;
}

.featured-products {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  grid-template-rows: repeat(2, 124px);
  gap: 10px;
}

.product-tile {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #eef1f6;
  color: white;
  min-width: 0;
}

.product-tile.large {
  grid-row: span 2;
}

.product-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.product-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 38%, rgba(0, 0, 0, 0.72));
}

.product-tile span {
  position: absolute;
  z-index: 1;
  left: 12px;
  right: 12px;
  bottom: 11px;
}

.product-tile small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-tile strong {
  display: block;
  font-size: 0.92rem;
  line-height: 1.08;
}

.product-tile:hover img {
  transform: scale(1.045);
}

.links {
  display: grid;
  gap: 8px;
}

.link-card {
  display: grid;
  grid-template-columns: 1fr 34px;
  align-items: center;
  min-height: 68px;
  padding: 13px 14px;
  border-radius: 17px;
  border: 1px solid var(--line);
  background: white;
  box-shadow: 0 10px 26px rgba(36, 37, 44, 0.055);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.link-card:hover {
  transform: translateY(-2px);
  border-color: rgba(36, 37, 44, 0.22);
  box-shadow: 0 18px 34px rgba(36, 37, 44, 0.12);
}

.link-card.primary {
  background: var(--black);
  color: white;
  border-color: var(--black);
}

.link-card small {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.link-card.primary small {
  color: var(--accent);
}

.link-card strong {
  font-size: 1rem;
}

.arrow {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #eef1f6;
  color: var(--ink);
  font-weight: 900;
}

.primary .arrow {
  background: var(--accent);
  color: var(--black);
}

.social-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.social-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 48px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.social-row a:hover {
  transform: translateY(-2px);
  background: var(--ink);
  color: white;
}

svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 2px 4px 0;
  color: rgba(36, 37, 44, 0.46);
  font-size: 0.64rem;
  font-weight: 900;
}

.link-card:focus-visible,
.social-row a:focus-visible,
.product-tile:focus-visible,
.hero-link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

@media (max-width: 920px) {
  .page-shell {
    width: 100%;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .brand-stage {
    display: none;
  }

  .linktree {
    width: 100%;
    min-height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
  }
}

@media (max-width: 430px) {
  .hero-panel {
    min-height: 326px;
    padding: 16px;
  }

  .featured-products {
    grid-template-rows: repeat(2, 112px);
  }

  .social-row a span {
    display: none;
  }
}
