:root {
  color-scheme: dark;
  --ink: #f8f3e8;
  --muted: #bfb7a7;
  --black: #080806;
  --panel: rgba(248, 243, 232, 0.08);
  --line: rgba(248, 243, 232, 0.18);
  --acid: #d8ff3e;
  --hot: #ff4f8b;
  --cyan: #25d6ff;
  --rust: #e07b37;
  --green: #4be07b;
  font-family: Inter, system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(216, 255, 62, 0.16), transparent 30rem),
    radial-gradient(circle at 86% 18%, rgba(37, 214, 255, 0.16), transparent 26rem),
    linear-gradient(135deg, #070706 0%, #15120f 46%, #080806 100%);
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(248, 243, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(248, 243, 232, 0.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 84%);
}

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

button,
input {
  font: inherit;
}

#signalCanvas {
  position: fixed;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 22rem;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 79, 139, 0.16), transparent 68%);
  transform: translate3d(-50%, -50%, 0);
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 3vw, 2.5rem);
  border-bottom: 1px solid var(--line);
  background: rgba(8, 8, 6, 0.74);
  backdrop-filter: blur(18px);
}

.brand,
nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand {
  font-weight: 900;
}

.brand-mark {
  display: grid;
  width: 2.3rem;
  height: 2.3rem;
  place-items: center;
  color: #080806;
  background: var(--acid);
  transform: rotate(-7deg);
}

nav {
  flex-wrap: wrap;
  justify-content: flex-end;
  font-size: 0.83rem;
  font-weight: 800;
  text-transform: uppercase;
}

nav a {
  padding: 0.62rem 0.72rem;
  color: var(--muted);
}

nav a:hover,
nav a:focus-visible {
  color: var(--ink);
}

.nav-cta {
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(248, 243, 232, 0.08);
}

.hero {
  display: grid;
  min-height: calc(100svh - 4.5rem);
  grid-template-columns: minmax(0, 1.04fr) minmax(20rem, 0.82fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 7rem);
  padding: clamp(2rem, 6vw, 6rem) clamp(1rem, 5vw, 5rem) 2rem;
}

.hero-copy {
  max-width: 62rem;
}

.kicker,
.eyebrow,
.package-type {
  margin: 0 0 1rem;
  color: var(--acid);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Instrument Serif", Georgia, serif;
  font-weight: 400;
  line-height: 0.95;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.5rem;
  font-size: clamp(4rem, 11vw, 11rem);
}

h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.6rem, 7vw, 7rem);
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.02;
}

.hero-text,
.lab-copy p,
.close p {
  max-width: 45rem;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}

.hero-actions,
.package-grid,
.receipt-grid {
  display: grid;
  gap: 1rem;
}

.hero-actions {
  grid-template-columns: repeat(2, minmax(0, max-content));
}

.button {
  display: inline-flex;
  min-height: 3.2rem;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--line);
  font-weight: 900;
  text-align: center;
}

.button.primary {
  color: #080806;
  background: var(--acid);
  border-color: var(--acid);
  box-shadow: 0 0 0 0.45rem rgba(216, 255, 62, 0.12);
}

.button.ghost {
  color: var(--ink);
  background: rgba(248, 243, 232, 0.06);
}

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

.portrait-stage {
  position: relative;
  isolation: isolate;
  min-height: 34rem;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  --rgb-x: 0px;
  --rgb-y: 0px;
  --warp: 0%;
}

.portrait-distort,
.portrait-stage img {
  position: absolute;
  inset: 8% 3% auto auto;
  width: min(34rem, 88vw);
  aspect-ratio: 4 / 5;
}

.portrait-distort {
  transform:
    perspective(900px)
    rotateX(var(--tilt-y))
    rotateY(var(--tilt-x))
    rotate(4deg);
  transition: transform 260ms ease, filter 260ms ease;
}

.portrait-stage img {
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(248, 243, 232, 0.35);
  filter: saturate(0.92) contrast(1.08);
  clip-path: polygon(
    0 calc(5% + var(--warp)),
    94% 0,
    100% calc(84% - var(--warp)),
    12% 100%
  );
}

.portrait-main {
  z-index: 2;
}

.portrait-rgb {
  z-index: 1;
  opacity: 0;
  mix-blend-mode: screen;
  transition: opacity 220ms ease, transform 220ms ease;
}

.portrait-red {
  filter: saturate(1.8) hue-rotate(135deg);
  transform: translate(calc(var(--rgb-x) * -1), var(--rgb-y));
}

.portrait-blue {
  filter: saturate(1.8) hue-rotate(285deg);
  transform: translate(var(--rgb-x), calc(var(--rgb-y) * -1));
}

.portrait-stage:hover .portrait-rgb,
.portrait-stage.is-distorting .portrait-rgb {
  opacity: 0.46;
}

.portrait-distort::before,
.portrait-distort::after {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  content: "";
  clip-path: polygon(
    0 calc(5% + var(--warp)),
    94% 0,
    100% calc(84% - var(--warp)),
    12% 100%
  );
}

.portrait-distort::before {
  opacity: 0.24;
  background: repeating-linear-gradient(
    0deg,
    rgba(248, 243, 232, 0.18) 0 1px,
    transparent 1px 7px
  );
}

.portrait-distort::after {
  opacity: 0;
  background: linear-gradient(100deg, transparent 0 42%, rgba(216, 255, 62, 0.38) 48%, transparent 56% 100%);
  transform: translateX(-45%);
  transition: opacity 220ms ease, transform 480ms ease;
}

.portrait-stage:hover .portrait-distort::after,
.portrait-stage.is-distorting .portrait-distort::after {
  opacity: 0.8;
  transform: translateX(45%);
}

.portrait-stage::before,
.portrait-stage::after {
  position: absolute;
  z-index: -1;
  content: "";
}

.portrait-stage::before {
  inset: 15% -8% 3% 16%;
  border: 2px solid var(--cyan);
  transform: rotate(-8deg);
}

.portrait-stage::after {
  inset: 0 8% 18% -4%;
  background:
    repeating-linear-gradient(90deg, rgba(255, 79, 139, 0.85) 0 0.42rem, transparent 0.42rem 1.2rem),
    linear-gradient(135deg, rgba(216, 255, 62, 0.25), rgba(75, 224, 123, 0.12));
  clip-path: polygon(9% 0, 100% 18%, 83% 100%, 0 80%);
  mix-blend-mode: screen;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(248, 243, 232, 0.28);
  border-radius: 50%;
  animation: spin 18s linear infinite;
}

.orbit-one {
  inset: 2rem 0 auto auto;
  width: 15rem;
  height: 15rem;
}

.orbit-two {
  inset: auto auto 4rem 1rem;
  width: 10rem;
  height: 10rem;
  animation-duration: 11s;
  animation-direction: reverse;
}

.portrait-caption {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  width: 13rem;
  padding: 1rem;
  border: 1px solid var(--line);
  color: #080806;
  background: var(--cyan);
  transform: rotate(-5deg);
}

.portrait-caption span,
.portrait-caption strong {
  display: block;
}

.portrait-caption span {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.portrait-caption strong {
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 2.1rem;
  font-weight: 400;
}

.ticker {
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: #f8f3e8;
  color: #080806;
}

.ticker div {
  display: flex;
  width: max-content;
  animation: marquee 22s linear infinite;
}

.ticker span {
  padding: 1rem 1.5rem;
  font-size: clamp(1rem, 2vw, 1.45rem);
  font-weight: 900;
  text-transform: uppercase;
}

.section {
  padding: clamp(3rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
}

.split {
  display: grid;
  grid-template-columns: minmax(16rem, 0.55fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.method-grid article,
.package,
.lab-panel,
.receipt-grid a {
  border: 1px solid var(--line);
  background: rgba(248, 243, 232, 0.075);
  backdrop-filter: blur(12px);
}

.method-grid article {
  min-height: 16rem;
  padding: 1.25rem;
}

.method-grid span {
  display: block;
  margin-bottom: 2rem;
  color: var(--hot);
  font-weight: 900;
}

.method-grid p,
.package p,
.package li,
footer {
  color: var(--muted);
  line-height: 1.55;
}

.lab {
  display: grid;
  grid-template-columns: minmax(18rem, 0.7fr) minmax(20rem, 1fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 4rem);
  background: linear-gradient(90deg, rgba(255, 79, 139, 0.1), rgba(37, 214, 255, 0.04));
}

.lab-panel {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.1rem, 3vw, 2rem);
}

.lab-panel label {
  display: grid;
  gap: 0.75rem;
  color: var(--ink);
  font-weight: 900;
}

input[type="range"] {
  width: 100%;
  accent-color: var(--acid);
}

output {
  min-height: 8rem;
  padding: 1.25rem;
  color: #080806;
  background: var(--acid);
  font-size: clamp(1.35rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1.05;
}

.section-head {
  max-width: 66rem;
  margin-bottom: 2rem;
}

.package-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package {
  position: relative;
  display: flex;
  min-height: 35rem;
  flex-direction: column;
  padding: 1.25rem;
  overflow: hidden;
  transform-style: preserve-3d;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease,
    background 220ms ease;
}

.package::before,
.package::after {
  position: absolute;
  inset: -35%;
  pointer-events: none;
  content: "";
  opacity: 0;
  transition: opacity 220ms ease, transform 420ms ease;
}

.package::before {
  background:
    conic-gradient(from 90deg, transparent, rgba(37, 214, 255, 0.3), transparent, rgba(255, 79, 139, 0.28), transparent),
    radial-gradient(circle at 50% 50%, rgba(216, 255, 62, 0.25), transparent 36%);
  transform: rotate(0deg) scale(0.72);
  mix-blend-mode: screen;
}

.package::after {
  inset: 0.7rem;
  border: 1px solid rgba(216, 255, 62, 0.72);
  background:
    linear-gradient(90deg, transparent 49%, rgba(216, 255, 62, 0.22) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(37, 214, 255, 0.18) 50%, transparent 51%);
  transform: scale(0.86);
}

.package > * {
  position: relative;
  z-index: 1;
}

.package:hover,
.package:focus-within {
  border-color: rgba(216, 255, 62, 0.78);
  box-shadow: 0 1.2rem 4rem rgba(37, 214, 255, 0.12);
  transform: translateY(-0.35rem) rotateX(2deg);
}

.package.featured:hover,
.package.featured:focus-within {
  transform: translateY(-0.35rem) rotate(-1deg) rotateX(2deg);
}

.package:hover::before,
.package:focus-within::before {
  opacity: 1;
  transform: rotate(24deg) scale(1);
}

.package:hover::after,
.package:focus-within::after {
  opacity: 1;
  transform: scale(1);
}

.package.featured {
  color: #080806;
  background: #f8f3e8;
  transform: rotate(-1deg);
}

.package.featured p,
.package.featured li {
  color: #2f2a23;
}

.package.featured .package-type {
  color: #9e244e;
}

.package.consulting {
  border-color: rgba(216, 255, 62, 0.7);
}

.price {
  margin-bottom: 1.1rem;
  color: var(--ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(2.4rem, 4vw, 4.5rem);
  line-height: 0.9;
}

.featured .price {
  color: #080806;
}

.price span {
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

ul {
  margin: 1rem 0 1.5rem;
  padding-left: 1.1rem;
}

.package .button {
  margin-top: auto;
}

.hours {
  display: grid;
  grid-template-columns: 3rem 1fr 3rem;
  align-items: center;
  gap: 0.7rem;
  margin: auto 0 1rem;
}

.hours button {
  height: 3rem;
  border: 1px solid var(--line);
  color: var(--ink);
  background: rgba(248, 243, 232, 0.12);
  cursor: pointer;
}

.hours strong {
  text-align: center;
}

.estimate {
  color: var(--acid);
  font-weight: 900;
}

.receipt-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.receipt-grid a {
  min-height: 12rem;
  padding: 1rem;
  transition: transform 180ms ease;
}

.receipt-grid span {
  display: inline-block;
  margin-bottom: 2rem;
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.receipt-grid strong {
  display: block;
  font-size: 1.2rem;
  line-height: 1.18;
}

.close {
  min-height: 80svh;
  padding: clamp(3rem, 9vw, 9rem) clamp(1rem, 5vw, 5rem);
  background:
    linear-gradient(90deg, rgba(8, 8, 6, 0.38), rgba(8, 8, 6, 0.04) 62%),
    url("./cory.jpg") center / cover;
  text-shadow: 0 2px 18px rgba(8, 8, 6, 0.88);
}

.close h2 {
  max-width: 11ch;
}

.package-page .topbar .brand {
  color: var(--ink);
}

.offer-hero {
  display: grid;
  min-height: calc(100svh - 4.5rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: clamp(2rem, 6vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.offer-hero h1 {
  max-width: 10ch;
}

.offer-card {
  position: relative;
  display: grid;
  gap: 1rem;
  min-height: 34rem;
  align-content: end;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(248, 243, 232, 0.28);
  background:
    linear-gradient(160deg, rgba(8, 8, 6, 0.14), rgba(8, 8, 6, 0.78)),
    url("./cory.jpg") center / cover;
  overflow: hidden;
}

.offer-card::before {
  position: absolute;
  inset: 1rem;
  border: 2px solid var(--acid);
  content: "";
  transform: rotate(-3deg);
}

.offer-card > * {
  position: relative;
}

.offer-card .price {
  margin: 0;
  color: var(--acid);
}

.offer-card p:not(.price) {
  max-width: 24rem;
  color: var(--ink);
  font-weight: 800;
  text-shadow: 0 2px 14px rgba(8, 8, 6, 0.72);
}

.offer-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.offer-strip div {
  min-height: 13rem;
  padding: 1rem;
  border-right: 1px solid var(--line);
  background: rgba(248, 243, 232, 0.06);
}

.offer-strip div:last-child {
  border-right: 0;
}

.offer-strip span {
  display: block;
  margin-bottom: 2rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.offer-strip strong {
  display: block;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.02;
}

.offer-detail {
  display: grid;
  grid-template-columns: minmax(18rem, 0.62fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  padding: clamp(3rem, 8vw, 8rem) clamp(1rem, 5vw, 5rem);
}

.offer-detail aside {
  align-self: start;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: #f8f3e8;
  color: #080806;
}

.offer-detail aside p,
.offer-detail aside li {
  color: #2f2a23;
}

.offer-detail-body {
  display: grid;
  gap: 1rem;
}

.offer-block {
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: rgba(248, 243, 232, 0.075);
}

.offer-block p,
.offer-block li {
  color: var(--muted);
  line-height: 1.55;
}

.offer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: end;
  gap: 1rem;
  padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 5vw, 5rem);
  background: linear-gradient(90deg, rgba(216, 255, 62, 0.14), rgba(37, 214, 255, 0.08));
}

.offer-cta h2 {
  max-width: 12ch;
  margin-bottom: 0;
}

.reveal {
  opacity: 0.72;
  transform: translateY(1.25rem) skewY(0.6deg);
  filter: blur(1.5px) saturate(0.88);
  transition:
    opacity 760ms ease,
    transform 760ms cubic-bezier(0.2, 0.9, 0.2, 1),
    filter 760ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0) skewY(0deg);
  filter: blur(0);
}

.reveal .method-grid article,
.reveal .package,
.reveal .receipt-grid a {
  transform: translateY(1rem);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.2, 0.9, 0.2, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.reveal.is-visible .method-grid article,
.reveal.is-visible .package,
.reveal.is-visible .receipt-grid a {
  opacity: 1;
  transform: translateY(0);
}

.reveal.is-visible .package.featured {
  transform: rotate(-1deg);
}

.reveal.is-visible .method-grid article:nth-child(2),
.reveal.is-visible .package:nth-child(2),
.reveal.is-visible .receipt-grid a:nth-child(2) {
  transition-delay: 80ms;
}

.reveal.is-visible .method-grid article:nth-child(3),
.reveal.is-visible .package:nth-child(3),
.reveal.is-visible .receipt-grid a:nth-child(3) {
  transition-delay: 160ms;
}

.reveal.is-visible .method-grid article:nth-child(4),
.reveal.is-visible .package:nth-child(4),
.reveal.is-visible .receipt-grid a:nth-child(4) {
  transition-delay: 240ms;
}

.reveal.is-visible .package:hover,
.reveal.is-visible .package:focus-within {
  transform: translateY(-0.35rem) rotateX(2deg);
}

.reveal.is-visible .package.featured:hover,
.reveal.is-visible .package.featured:focus-within {
  transform: translateY(-0.35rem) rotate(-1deg) rotateX(2deg);
}

.reveal.is-visible .receipt-grid a:hover,
.reveal.is-visible .receipt-grid a:focus-visible {
  transform: translateY(-2px);
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
}

footer a {
  color: var(--ink);
  font-weight: 900;
}

@media (max-width: 1260px) {
  .package-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package {
    min-height: 30rem;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1080px) {
  .hero,
  .split,
  .lab,
  .offer-hero,
  .offer-detail {
    grid-template-columns: 1fr;
  }

  .receipt-grid,
  .offer-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-strip div:last-child {
    grid-column: 1 / -1;
  }

  .offer-card {
    min-height: 28rem;
  }

  .portrait-stage {
    min-height: clamp(27rem, 72vw, 36rem);
  }

  .portrait-distort {
    inset: 1rem auto auto 50%;
    width: min(31rem, 74vw);
    transform:
      translateX(-50%)
      perspective(900px)
      rotateX(var(--tilt-y))
      rotateY(var(--tilt-x))
      rotate(4deg);
  }

  .portrait-caption {
    right: clamp(0.75rem, 12vw, 7rem);
  }
}

@media (max-width: 680px) {
  .topbar {
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
  }

  .brand {
    min-width: max-content;
  }

  .brand-mark {
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.78rem;
  }

  nav {
    width: 100%;
    justify-content: space-between;
    gap: 0.25rem;
    font-size: 0.62rem;
  }

  nav a {
    padding: 0.42rem 0.35rem;
    white-space: nowrap;
  }

  .nav-cta {
    padding-inline: 0.45rem;
  }

  .hero,
  .section,
  .offer-hero,
  .offer-detail,
  .offer-cta {
    padding-inline: 0.85rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.7rem);
  }

  h2 {
    font-size: clamp(2.25rem, 12vw, 4rem);
  }

  .hero {
    gap: 1.25rem;
  }

  .hero-text,
  .lab-copy p,
  .close p {
    font-size: 0.98rem;
  }

  .button {
    width: 100%;
    min-height: 3rem;
    padding: 0.82rem 0.85rem;
  }

  .hero-actions,
  .method-grid,
  .package-grid,
  .receipt-grid,
  .offer-strip,
  .offer-cta {
    grid-template-columns: 1fr;
  }

  .offer-strip div:last-child {
    grid-column: auto;
  }

  .offer-hero {
    min-height: auto;
  }

  .offer-hero h1 {
    font-size: clamp(3.1rem, 15vw, 4.55rem);
  }

  .offer-card {
    min-height: 24rem;
  }

  .offer-card::before {
    inset: 0.7rem;
  }

  .offer-strip div {
    min-height: 10rem;
  }

  .offer-strip strong {
    font-size: 1.28rem;
  }

  .offer-detail aside,
  .offer-block {
    padding: 1rem;
  }

  .portrait-stage {
    min-height: 29rem;
  }

  .portrait-distort {
    inset: 1.75rem auto auto 50%;
    width: min(22.5rem, 88vw);
    transform:
      translateX(-50%)
      perspective(900px)
      rotateX(var(--tilt-y))
      rotateY(var(--tilt-x))
      rotate(4deg);
  }

  .portrait-stage img {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .portrait-caption {
    right: 0.25rem;
    bottom: 0.25rem;
    width: 10.75rem;
    padding: 0.75rem;
  }

  .portrait-caption strong {
    font-size: 1.55rem;
  }

  .ticker span {
    padding: 0.72rem 1rem;
    font-size: 0.82rem;
  }

  .method-grid article {
    min-height: 12rem;
  }

  .method-grid span {
    margin-bottom: 1.1rem;
  }

  output {
    min-height: 6.5rem;
    padding: 1rem;
    font-size: clamp(1.1rem, 8vw, 1.8rem);
  }

  .package {
    min-height: auto;
    padding: 1rem;
  }

  .package.featured {
    transform: none;
  }

  .reveal.is-visible .package.featured,
  .package.featured:hover,
  .package.featured:focus-within,
  .reveal.is-visible .package.featured:hover,
  .reveal.is-visible .package.featured:focus-within {
    transform: translateY(-0.2rem);
  }

  .receipt-grid a {
    min-height: 9.5rem;
  }

  .receipt-grid span {
    margin-bottom: 1.35rem;
  }

  .receipt-grid strong {
    font-size: 1rem;
  }

  .close {
    min-height: 82svh;
    background:
      linear-gradient(90deg, rgba(8, 8, 6, 0.54), rgba(8, 8, 6, 0.1) 72%),
      url("./cory.jpg") 58% center / cover;
  }

  .close h2 {
    max-width: 9.5ch;
  }

  footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .portrait-rgb {
    display: none;
  }
}
