:root {
  color-scheme: dark;
  --ink: #090505;
  --ink-2: #120808;
  --wine: #260f12;
  --wine-2: #461b22;
  --marsala: #9f3d42;
  --marsala-2: #b9575a;
  --rose: #d98a8e;
  --champagne: #d6ae72;
  --champagne-2: #f1d5a0;
  --cream: #f5eee7;
  --muted: #9a7f7b;
  --line: rgba(214, 174, 114, .22);
  --line-red: rgba(185, 87, 90, .22);
  --shadow: 0 28px 90px rgba(0, 0, 0, .38);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Plus Jakarta Sans", system-ui, sans-serif;
  --ease: cubic-bezier(.19, 1, .22, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 78% 8%, rgba(159, 61, 66, .22), transparent 26rem),
    radial-gradient(circle at 20% 42%, rgba(214, 174, 114, .08), transparent 24rem),
    linear-gradient(180deg, #080404 0%, #0d0506 42%, #070303 100%);
  color: var(--cream);
  font-family: var(--sans);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .045;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

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

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  padding: .75rem 1rem;
  background: var(--cream);
  color: var(--ink);
  border-radius: 999px;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 76px;
  padding: .8rem clamp(1.2rem, 3vw, 3rem);
  background: rgba(8, 3, 4, .84);
  border-bottom: 1px solid var(--line-red);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  gap: .42em;
  align-items: baseline;
  text-decoration: none;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 4.8vw, 2rem);
  letter-spacing: .22em;
  color: var(--cream);
  line-height: 1;
  white-space: nowrap;
}

.brand span:last-child {
  color: var(--champagne);
}

.top-nav {
  display: none;
  gap: 1.4rem;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.top-nav a {
  text-decoration: none;
  transition: color .25s ease;
}

.top-nav a:hover {
  color: var(--cream);
}

.icon-link {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--rose);
  border: 1px solid rgba(217, 138, 142, .42);
  border-radius: 50%;
  text-decoration: none;
}

.icon-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.section-pad {
  position: relative;
  z-index: 1;
  padding: clamp(4.4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 4rem);
}

.hero {
  min-height: calc(100svh - 76px);
  display: flex;
  align-items: center;
  padding-top: clamp(3.6rem, 8vw, 6rem);
  padding-bottom: 4.5rem;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(217, 138, 142, .38), transparent);
}

.hero-shell {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 3rem;
}

.hero-copy {
  position: relative;
  isolation: isolate;
  min-width: 0;
}

.kicker {
  display: flex;
  align-items: center;
  gap: .9rem;
  margin: 0 0 1.4rem;
  color: var(--champagne);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.kicker.center {
  justify-content: center;
}

.kicker span {
  width: 2.7rem;
  height: 1px;
  background: currentColor;
  opacity: .62;
}

.kicker.center::after {
  content: "";
  width: 2.7rem;
  height: 1px;
  background: currentColor;
  opacity: .62;
}

.hero-title-wrap {
  position: relative;
  display: grid;
  gap: 1.1rem;
  width: 100%;
  max-width: calc(100vw - 2.5rem);
  min-height: auto;
  margin-bottom: .75rem;
}

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

h1 {
  position: relative;
  z-index: 2;
  max-width: 10ch;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(4.3rem, 18vw, 8rem);
  font-weight: 500;
  line-height: .82;
  letter-spacing: 0;
}

h1 strong {
  display: block;
  font-weight: 700;
  color: var(--champagne-2);
}

h1 em {
  display: block;
  font-style: italic;
  color: var(--rose);
  font-weight: 500;
}

.hero-art {
  position: relative;
  z-index: 1;
  right: auto;
  left: auto;
  top: auto;
  width: 100%;
  height: clamp(9rem, 42vw, 12.6rem);
  margin: 0;
  padding: .48rem 0;
  background:
    linear-gradient(var(--ink), var(--ink)) padding-box,
    linear-gradient(145deg, rgba(214, 174, 114, .72), rgba(185, 87, 90, .34), rgba(245, 238, 231, .13)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
  overflow: hidden;
}

.hero-art::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--ink) 0%, rgba(9, 5, 5, .72) 5%, transparent 17%, transparent 83%, rgba(9, 5, 5, .72) 95%, var(--ink) 100%),
    linear-gradient(180deg, rgba(245, 238, 231, .045), transparent 36%, rgba(38, 15, 18, .08));
}

.hero-title-wrap::before,
.hero-title-wrap::after {
  content: none;
  display: none;
}

.hero-art::before,
.frame::before,
.portfolio-shell::before,
.offer-card::before {
  content: "";
  position: absolute;
  inset: .55rem;
  border: 1px solid rgba(214, 174, 114, .18);
  pointer-events: none;
}

.hero-art img,
.frame img,
.mentor-photo img,
.portfolio-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-marquee-track {
  display: flex;
  width: max-content;
  height: 100%;
  animation: heroMarquee 56s linear infinite;
  will-change: transform;
}

.hero-marquee-set {
  display: flex;
  flex: 0 0 auto;
  gap: .54rem;
  height: 100%;
  padding-right: .54rem;
}

.hero-art img {
  flex: 0 0 auto;
  width: clamp(7rem, 30vw, 8.9rem);
  filter: brightness(1.14) saturate(.98) contrast(1.02);
  object-position: 52% 48%;
  border: 1px solid rgba(214, 174, 114, .16);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .28);
}

.hero-art figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

@keyframes heroMarquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (hover: hover) {
  .hero-art:hover .hero-marquee-track {
    animation-play-state: paused;
  }
}

.hero-lead {
  max-width: 40rem;
  margin: 0 0 1.8rem;
  color: var(--muted);
  font-size: clamp(1rem, 3.6vw, 1.18rem);
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  max-width: 100%;
  padding: 1rem 1.35rem;
  color: var(--cream);
  text-decoration: none;
  text-align: center;
  font-size: .79rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.25;
  border: 1px solid rgba(214, 174, 114, .34);
  overflow: hidden;
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s ease;
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent);
  transform: translateX(-110%);
  transition: transform .65s var(--ease);
}

.button:hover::after {
  transform: translateX(110%);
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(159, 61, 66, .36);
  border-color: rgba(214, 174, 114, .6);
}

.button-primary {
  width: 100%;
  min-width: 0;
  background: linear-gradient(135deg, #8e3439, #b64d50 56%, #8f3038);
}

.hero-cta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: .08rem;
}

.pulse {
  animation: pulseCta 2.9s ease-in-out infinite;
}

@keyframes pulseCta {
  0%, 100% { box-shadow: 0 0 0 0 rgba(185, 87, 90, .48); }
  50% { box-shadow: 0 0 0 18px rgba(185, 87, 90, 0); }
}

.hero-notes {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.2rem;
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: .86rem;
}

.hero-notes span {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
}

.hero-notes span::before {
  content: "";
  width: .42rem;
  height: .42rem;
  transform: rotate(45deg);
  background: var(--champagne);
}

.hero-card {
  display: none;
}

.frame,
.portfolio-shell,
.offer-card {
  position: relative;
}

.frame {
  padding: .75rem;
  background:
    linear-gradient(var(--ink-2), var(--ink-2)) padding-box,
    linear-gradient(145deg, rgba(214, 174, 114, .55), rgba(185, 87, 90, .22), rgba(245, 238, 231, .08)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}

.frame-large {
  aspect-ratio: .78;
}

.mentor-stamp {
  position: absolute;
  right: -1.2rem;
  bottom: 2rem;
  width: 13.5rem;
  padding: 1rem;
  background: rgba(9, 5, 5, .82);
  border: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.mentor-stamp span {
  display: block;
  color: var(--muted);
  font-size: .7rem;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.mentor-stamp strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.55rem;
  color: var(--champagne-2);
  line-height: 1.1;
}

.stat-band {
  position: relative;
  z-index: 1;
  background: rgba(31, 12, 13, .78);
  border-top: 1px solid var(--line-red);
  border-bottom: 1px solid var(--line-red);
}

.stat-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.stat-grid article {
  min-height: 126px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.25rem .8rem;
  border-right: 1px solid var(--line-red);
  border-bottom: 1px solid var(--line-red);
}

.stat-grid article:nth-child(2n) {
  border-right: 0;
}

.stat-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.stat-grid strong {
  font-family: var(--serif);
  font-size: clamp(2rem, 7vw, 3.4rem);
  line-height: 1;
  color: var(--champagne-2);
}

.stat-grid span {
  margin-top: .4rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.section-heading {
  width: min(760px, 100%);
}

.section-heading.centered {
  margin-inline: auto;
  text-align: center;
}

.section-heading h2,
.mentor-copy h2,
.offer-copy h2 {
  margin-bottom: 1rem;
  font-family: var(--serif);
  font-size: clamp(2.55rem, 9vw, 5.6rem);
  font-weight: 600;
  line-height: .92;
  color: var(--cream);
}

.section-heading p:not(.kicker),
.editorial-copy p,
.mentor-copy p,
.offer-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.1rem);
}

.split-section {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

.editorial-copy {
  display: grid;
  gap: 1rem;
  padding-top: .4rem;
}

.editorial-copy p {
  margin-bottom: 0;
  padding-left: 1.2rem;
  border-left: 1px solid var(--line);
}

.method-section {
  background: linear-gradient(180deg, rgba(38, 15, 18, .58), rgba(9, 5, 5, .1));
  border-top: 1px solid rgba(185, 87, 90, .14);
  border-bottom: 1px solid rgba(185, 87, 90, .14);
}

.method-grid,
.audience-grid,
.proof-grid {
  width: min(1120px, 100%);
  margin: clamp(2rem, 5vw, 3.5rem) auto 0;
  display: grid;
  gap: 1rem;
}

.method-card,
.audience-card,
.quote-card {
  position: relative;
  padding: 1.35rem;
  background: linear-gradient(145deg, rgba(27, 10, 12, .82), rgba(13, 5, 6, .8));
  border: 1px solid rgba(214, 174, 114, .16);
}

.method-card::after,
.audience-card::after,
.quote-card::after {
  content: "";
  position: absolute;
  inset: .5rem;
  border: 1px solid rgba(185, 87, 90, .12);
  pointer-events: none;
}

.method-card span {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--champagne);
  font-family: var(--serif);
  font-size: 2.15rem;
  line-height: 1;
}

.method-card h3,
.audience-card h3 {
  margin-bottom: .7rem;
  color: var(--cream);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.method-card p,
.audience-card li,
.quote-card p {
  color: var(--muted);
}

.audience-card ul,
.price-panel ul {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-card li,
.price-panel li {
  display: flex;
  gap: .7rem;
}

.audience-card li::before,
.price-panel li::before {
  content: "";
  flex: 0 0 .46rem;
  width: .46rem;
  height: .46rem;
  margin-top: .65rem;
  transform: rotate(45deg);
  background: var(--champagne);
}

.mentor-section {
  overflow: hidden;
}

.mentor-layout {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}

.mentor-photo {
  margin: 0;
  aspect-ratio: .82;
  padding: .7rem;
  border: 1px solid var(--line);
  background: rgba(18, 8, 8, .62);
  box-shadow: var(--shadow);
}

.mentor-copy blockquote {
  margin: 1.6rem 0;
  padding: 1.4rem 0 1.4rem 1.2rem;
  border-left: 1px solid var(--champagne);
  color: var(--champagne-2);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 6vw, 3rem);
  line-height: 1.02;
}

.text-link {
  display: inline-flex;
  color: var(--champagne-2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: .35rem;
}

.portfolio-section {
  border-top: 1px solid rgba(185, 87, 90, .14);
}

.portfolio-shell {
  width: min(760px, 100%);
  margin: 2rem auto 0;
  padding: .72rem;
  background:
    linear-gradient(var(--ink-2), var(--ink-2)) padding-box,
    linear-gradient(145deg, rgba(214, 174, 114, .62), rgba(185, 87, 90, .25), rgba(245, 238, 231, .08)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}

.portfolio-track {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.portfolio-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.025);
  pointer-events: none;
  transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.portfolio-slide.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.portfolio-slide figcaption {
  position: absolute;
  left: .9rem;
  bottom: .9rem;
  padding: .5rem .72rem;
  background: rgba(9, 5, 5, .72);
  border: 1px solid rgba(214, 174, 114, .2);
  color: var(--cream);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.slide-control {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: none;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--cream);
  background: rgba(9, 5, 5, .62);
  border: 1px solid var(--line);
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.slide-control.prev {
  left: -1.3rem;
}

.slide-control.next {
  right: -1.3rem;
}

.slide-control svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.portfolio-dots {
  display: flex;
  justify-content: center;
  gap: .7rem;
  margin-top: 1.2rem;
}

.dot {
  width: .66rem;
  height: .66rem;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(217, 138, 142, .5);
  background: transparent;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}

.dot.active {
  transform: scale(1.22);
  background: var(--champagne);
  border-color: var(--champagne);
}

.proof-section {
  background: rgba(13, 5, 6, .78);
}

.quote-card {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.quote-card.accent {
  background: linear-gradient(145deg, rgba(70, 27, 34, .88), rgba(19, 8, 9, .84));
}

.quote-card p {
  font-family: var(--serif);
  font-size: 1.6rem;
  line-height: 1.08;
}

.quote-card strong {
  color: var(--cream);
}

.quote-card span {
  color: var(--muted);
  font-size: .78rem;
}

.offer-card {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
  padding: clamp(1.2rem, 4vw, 2rem);
  background:
    linear-gradient(150deg, rgba(38, 15, 18, .9), rgba(9, 5, 5, .92)) padding-box,
    linear-gradient(145deg, rgba(214, 174, 114, .55), rgba(185, 87, 90, .32), rgba(245, 238, 231, .08)) border-box;
  border: 1px solid transparent;
  box-shadow: var(--shadow);
}

.countdown {
  display: inline-grid;
  gap: .25rem;
  margin-top: 1rem;
  padding: .9rem 1rem;
  border: 1px solid rgba(214, 174, 114, .18);
  background: rgba(9, 5, 5, .38);
}

.countdown span {
  color: var(--muted);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.countdown strong {
  color: var(--champagne-2);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.price-panel {
  padding: 1.2rem;
  background: rgba(9, 5, 5, .62);
  border: 1px solid rgba(214, 174, 114, .18);
}

.price-anchor {
  color: var(--muted);
  text-decoration: line-through;
}

.price-label {
  margin: 1rem 0 .2rem;
  color: var(--muted);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.price {
  display: block;
  color: var(--champagne-2);
  font-family: var(--serif);
  font-size: clamp(2.4rem, 10vw, 4.5rem);
  line-height: .92;
}

.cash {
  display: block;
  margin: .45rem 0 1.3rem;
  color: var(--cream);
}

.price-panel ul {
  margin-bottom: 1.4rem;
  color: var(--muted);
}

.price-panel small {
  display: block;
  margin-top: .9rem;
  color: var(--muted);
  text-align: center;
}

.faq-list {
  width: min(860px, 100%);
  margin: 2rem auto 0;
  display: grid;
  gap: .75rem;
}

.faq-item {
  border: 1px solid rgba(214, 174, 114, .16);
  background: rgba(18, 8, 8, .58);
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem;
  color: var(--cream);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  color: var(--champagne);
  font-family: var(--serif);
  font-size: 1.8rem;
  line-height: 1;
}

.faq-item.open button::after {
  content: "-";
}

.faq-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .36s var(--ease);
}

.faq-panel p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 1.05rem;
  color: var(--muted);
}

.faq-item.open .faq-panel {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-panel p {
  padding-bottom: 1.05rem;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.4rem;
  padding: 2.4rem 1.25rem 7rem;
  background: #050202;
  border-top: 1px solid var(--line-red);
}

.site-footer > div,
.site-footer nav {
  width: min(1080px, 100%);
  margin-inline: auto;
}

.site-footer p {
  max-width: 720px;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: .84rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.4rem;
}

.site-footer nav a {
  color: var(--muted);
  font-size: .78rem;
  text-decoration: none;
}

.mobile-cta {
  position: fixed;
  z-index: 14;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .8rem;
  align-items: center;
  padding: .75rem .9rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(8, 3, 4, .88);
  border-top: 1px solid var(--line-red);
  backdrop-filter: blur(18px);
  transform: translateY(110%);
  transition: transform .36s var(--ease);
}

.mobile-cta.show {
  transform: translateY(0);
}

.mobile-cta strong,
.mobile-cta span {
  display: block;
}

.mobile-cta strong {
  color: var(--champagne-2);
  font-family: var(--serif);
  font-size: 1.05rem;
  line-height: 1;
}

.mobile-cta span {
  color: var(--muted);
  font-size: .72rem;
}

.mobile-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .8rem .9rem;
  background: var(--marsala);
  border: 1px solid rgba(214, 174, 114, .26);
  color: var(--cream);
  text-decoration: none;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .85s var(--ease), transform .85s var(--ease);
}

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

@media (min-width: 720px) {
  .top-nav {
    display: flex;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, .72fr);
    align-items: end;
  }

  .hero-title-wrap {
    display: block;
    min-height: auto;
    margin-bottom: 0;
  }

  .hero-title-wrap::before,
  .hero-title-wrap::after {
    display: none;
  }

  h1 {
    max-width: 9.5ch;
    font-size: clamp(6rem, 9vw, 8.8rem);
  }

  .hero-art {
    display: none;
  }

  .hero-card {
    position: relative;
    display: block;
  }

  .button-primary {
    width: auto;
    min-width: 360px;
  }

  .hero-cta {
    flex-direction: row;
    gap: .25rem .45rem;
  }

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

  .stat-grid article,
  .stat-grid article:nth-child(2n),
  .stat-grid article:nth-last-child(-n + 2) {
    border-right: 1px solid var(--line-red);
    border-bottom: 0;
  }

  .stat-grid article:last-child {
    border-right: 0;
  }

  .split-section,
  .mentor-layout,
  .offer-card {
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
  }

  .method-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(220px, auto);
  }

  .method-card.tall {
    grid-row: span 2;
  }

  .method-card.wide {
    grid-column: span 2;
  }

  .audience-grid,
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .slide-control {
    display: grid;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .mobile-cta {
    display: none;
  }
}

@media (max-width: 410px) {
  .brand {
    font-size: 1.36rem;
    letter-spacing: .18em;
  }

  .site-header {
    min-height: 68px;
  }

  .icon-link {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: calc(100svh - 68px);
  }

  .hero-title-wrap {
    min-height: auto;
    gap: 1rem;
  }

  .hero-art {
    width: 100%;
    height: clamp(8.7rem, 43vw, 11rem);
  }

  .hero-art img {
    width: clamp(6.7rem, 31vw, 8rem);
  }

  h1 {
    font-size: clamp(4rem, 17.5vw, 4.55rem);
  }

  .button {
    padding-inline: .72rem;
    font-size: .68rem;
    letter-spacing: .09em;
  }

  .hero-cta {
    flex-direction: column;
    gap: .08rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-marquee-track {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
  }

  .hero-marquee-set:nth-child(2) {
    display: none;
  }

  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
