:root {
  --ink: #000;
  --muted: #000;
  --paper: #fff;
  --surface: #fff;
  --line: rgba(0, 0, 0, 0.14);
  --forest: #000;
  --success: #138a4b;
  --danger: #cf2f25;
  --coral: #d94f87;
  --gold: #d94f87;
  --action-accent: #d94f87;
  --sea: #d94f87;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Roboto, Arial, sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  position: relative;
  min-height: 92vh;
  overflow: hidden;
  color: #fffdf7;
  display: grid;
  align-items: end;
  padding: 24px clamp(18px, 5vw, 72px) 56px;
}

.hero__video,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.02);
}

.hero__shade {
  background:
    linear-gradient(90deg, rgba(13, 22, 18, 0.9), rgba(13, 22, 18, 0.44) 48%, rgba(13, 22, 18, 0.12)),
    linear-gradient(0deg, rgba(13, 22, 18, 0.84), transparent 54%);
}

.nav {
  position: absolute;
  top: 22px;
  right: clamp(18px, 5vw, 72px);
  z-index: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nav a {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--coral);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  color: #000;
  font-weight: 400;
  text-wrap: pretty;
}

.hero h1,
.hero p,
.hero .eyebrow {
  color: #fff;
}

h1,
h2,
h3 {
  text-transform: uppercase;
}

h1,
h2 {
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.06;
  margin: 0;
  font-weight: 800;
}

h1 {
  font-size: 40px;
  max-width: 920px;
}

h2 {
  font-size: 40px;
  max-width: 960px;
}

h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}

.hero__lede {
  margin: 24px 0 26px;
  max-width: 760px;
  color: #fff;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
}

.hero__metrics {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero__metrics span {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  color: rgba(255, 253, 247, 0.9);
  font-weight: 700;
}

.hero__metrics strong {
  font-size: 28px;
  color: #fff;
}

.instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(18px);
  font-weight: 900;
}

.instagram-link span {
  text-transform: uppercase;
}

.instagram-link small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.instagram-link:hover {
  background: var(--coral);
  border-color: var(--coral);
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: end;
}

.intro p:last-child,
.copy p,
.proof__copy p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.copy .eyebrow,
.proof__copy .eyebrow {
  color: var(--coral);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.copy {
  position: sticky;
  top: 28px;
}

.copy h2 {
  margin-bottom: 22px;
}

.transformation-notes {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.state-card {
  border-radius: 8px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: 0 14px 44px rgba(90, 53, 39, 0.08);
}

.state-card span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.state-card strong {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}

.state-card--before {
  border-left: 6px solid var(--danger);
}

.state-card--before span,
.comparison__item--before .comparison__caption b {
  color: var(--danger);
}

.state-card--after {
  border-left: 6px solid var(--success);
}

.state-card--after span,
.comparison__item--after .comparison__caption b {
  color: var(--success);
}

.comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.comparison article,
.media-frame,
.phone-shot,
.post-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.comparison article {
  position: relative;
  border-radius: 8px;
  aspect-ratio: 9 / 16;
}

.comparison__item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 36%, rgba(0, 0, 0, 0.78));
}

.comparison__item--before {
  border: 4px solid var(--danger);
}

.comparison__item--after {
  border: 4px solid var(--success);
}

.comparison video,
.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.comparison span {
  position: absolute;
  z-index: 2;
  left: 16px;
  top: 16px;
  border-radius: 999px;
  padding: 12px 18px;
  color: #fff;
  background: var(--ink);
  backdrop-filter: blur(12px);
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.comparison__item--before span {
  background: var(--danger);
}

.comparison__item--after span {
  background: var(--success);
}

.comparison__caption {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}

.comparison__caption b,
.comparison__caption small {
  display: block;
}

.comparison__caption b {
  font-size: 14px;
  text-transform: uppercase;
}

.comparison__caption small {
  margin-top: 5px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
}

.section__head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 28px;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-card {
  min-width: 0;
  border-top: 1px solid var(--line);
  padding-top: 14px;
}

.media-frame {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  margin-bottom: 18px;
}

.process-card span {
  color: var(--gold);
  font-weight: 800;
}

.process-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.process-card h3 {
  color: var(--coral);
  font-weight: 800;
}

.discovery .section__head {
  align-items: start;
}

.discovery .section__head h2 {
  max-width: 1060px;
}

.action-plan {
  position: relative;
  width: 100%;
  max-width: none;
  padding: clamp(72px, 9vw, 124px) max(18px, calc((100vw - 1180px) / 2));
  background: #fff;
}

.action-plan__intro {
  width: min(980px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.action-plan__intro .eyebrow {
  color: var(--coral);
}

.action-plan__intro h2 {
  margin: 0 auto 22px;
}

.action-plan__intro p:last-child {
  width: min(760px, 100%);
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.action-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.action-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 79, 135, 0.12), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 250, 0.82)),
    var(--surface);
  box-shadow: 0 22px 64px rgba(90, 53, 39, 0.1);
  padding: 30px;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.action-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(217, 79, 135, 0.16), transparent 40%),
    radial-gradient(circle at 82% 18%, rgba(217, 79, 135, 0.18), transparent 30%);
  transition: opacity 260ms ease;
}

.action-card:nth-child(1),
.action-card:nth-child(6) {
  min-height: 300px;
  background:
    radial-gradient(circle at 18% 0%, rgba(217, 79, 135, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 250, 0.82)),
    var(--surface);
  color: var(--ink);
}

.action-card:hover {
  transform: translateY(-8px);
  border-color: rgba(217, 79, 135, 0.5);
  box-shadow: 0 34px 90px rgba(90, 53, 39, 0.16);
}

.action-card:hover::before {
  opacity: 1;
}

.action-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 34px;
  padding: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--gold);
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  box-shadow: none;
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease, color 260ms ease;
}

.action-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.05;
}

.action-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 310px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
}

.action-card:hover .action-icon {
  transform: translateY(-5px) scale(1.06);
  color: var(--coral);
}

.action-card:nth-child(1) .action-icon,
.action-card:nth-child(6) .action-icon {
  background: transparent;
  color: var(--gold);
}

.action-card:nth-child(1) h3,
.action-card:nth-child(6) h3 {
  color: var(--ink);
}

.action-card:nth-child(1) p,
.action-card:nth-child(6) p {
  color: var(--muted);
}

.action-card:nth-child(1):hover .action-icon,
.action-card:nth-child(6):hover .action-icon {
  background: transparent;
  color: var(--coral);
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.post-card {
  margin: 0;
  border-radius: 8px;
}

.post-carousel {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.post-track {
  display: flex;
  transition: transform 320ms ease;
}

.post-track img {
  flex: 0 0 100%;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
  object-position: center;
}

.post-nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: #fff;
  background: rgba(90, 53, 39, 0.62);
  backdrop-filter: blur(12px);
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
  line-height: 0.8;
  padding: 0 0 3px;
  transform: translateY(-50%);
  transition: background 200ms ease, transform 200ms ease;
}

.post-nav:hover {
  background: var(--coral);
  transform: translateY(-50%) scale(1.06);
}

.post-nav--prev {
  left: 8px;
}

.post-nav--next {
  right: 8px;
}

.post-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 2;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.post-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.22);
}

.post-card[data-index="0"] .post-dots span:first-child,
.post-card[data-index="1"] .post-dots span:last-child {
  background: #fff;
  width: 18px;
}

.post-card figcaption {
  padding: 14px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.proof {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(260px, 0.55fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: center;
}

.proof__copy h2 {
  margin-bottom: 22px;
}

.result-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 32px;
}

.result-list div {
  min-width: 0;
  padding: 18px;
  border-left: 4px solid var(--sea);
  background: rgba(255, 246, 250, 0.82);
  border-radius: 8px;
}

.result-list strong {
  display: block;
  color: var(--forest);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
}

.result-list span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.45;
  font-weight: 400;
  text-transform: uppercase;
}

.phone-shot {
  border-radius: 8px;
  max-height: 720px;
}

.phone-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.testimonial {
  padding: clamp(64px, 8vw, 104px) clamp(18px, 5vw, 72px);
  margin-bottom: clamp(56px, 8vw, 96px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(217, 79, 135, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 250, 0.86));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.testimonial blockquote {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

.testimonial blockquote > p {
  margin: 0 auto 30px;
  color: var(--ink);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.32;
  text-transform: uppercase;
}

.testimonial__person {
  display: grid;
  justify-items: center;
  gap: 14px;
}

.testimonial__stars {
  display: flex;
  gap: 5px;
  color: var(--gold);
  font-size: 15px;
  line-height: 1;
}

.testimonial__client {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.testimonial__logo {
  width: 86px;
  height: 86px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(90, 53, 39, 0.38);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 34px rgba(90, 53, 39, 0.08);
}

.testimonial__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonial__client strong,
.testimonial__client span {
  display: block;
}

.testimonial__client strong {
  color: var(--coral);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

.testimonial__client span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.weekly {
  margin-bottom: 36px;
  padding: clamp(38px, 6vw, 64px);
  border-radius: 8px;
  background:
    radial-gradient(circle at 8% 0%, rgba(217, 79, 135, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 246, 250, 0.9));
  border: 1px solid var(--line);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.weekly .eyebrow {
  color: var(--coral);
}

.weekly__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.weekly__items span {
  padding: 12px 14px;
  border: 1px solid rgba(217, 79, 135, 0.28);
  border-radius: 999px;
  background: rgba(255, 246, 250, 0.82);
  color: var(--ink);
  font-weight: 800;
}

.footer {
  width: 100%;
  margin: 0;
  padding: clamp(58px, 8vw, 92px) max(18px, calc((100vw - 1180px) / 2));
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 28px;
  text-align: center;
  color: var(--ink);
  background: #fff;
}

.footer__eyebrow {
  margin: 0;
  color: var(--coral);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer h2 {
  margin: 10px auto 0;
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(40px, 5.6vw, 74px);
  line-height: 1;
}

.footer__hook > p:last-child {
  max-width: 600px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  width: min(980px, 100%);
}

.footer-contact {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 68px;
  min-width: 270px;
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 246, 250, 0.82);
  backdrop-filter: blur(18px);
  font-weight: 800;
  text-align: left;
  transition: transform 220ms ease, background 220ms ease, border-color 220ms ease;
}

.footer-contact:hover {
  transform: translateY(-4px);
  background: rgba(255, 246, 250, 0.98);
  border-color: var(--coral);
}

.footer-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--coral);
  color: #fff;
}

.footer-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-contact b,
.footer-contact small {
  display: block;
}

.footer-contact b {
  color: var(--coral);
  font-size: 12px;
  text-transform: uppercase;
}

.footer-contact small {
  margin-top: 4px;
  color: var(--ink);
  font-size: 18px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .intro,
  .split,
  .proof {
    grid-template-columns: 1fr;
  }

  .copy {
    position: static;
  }

  .process__grid,
  .post-grid,
  .result-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .action-plan__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .phone-shot {
    max-height: 680px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 88vh;
    padding-bottom: 34px;
  }

  .nav {
    left: 18px;
    right: 18px;
    justify-content: flex-start;
  }

  .hero__content {
    padding-top: 90px;
  }

  .hero__metrics {
    display: grid;
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 28px, 1180px);
    padding: 58px 0;
  }

  .comparison {
    gap: 10px;
  }

  .comparison__item--before,
  .comparison__item--after {
    border-width: 3px;
  }

  .comparison span {
    left: 10px;
    top: 10px;
    padding: 9px 12px;
    font-size: 14px;
  }

  .comparison__caption {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 10px;
  }

  .comparison__caption b {
    font-size: 11px;
  }

  .comparison__caption small {
    font-size: 11px;
  }

  .process__grid,
  .post-grid,
  .result-list,
  .action-plan__grid {
    grid-template-columns: 1fr;
  }

  .action-card {
    min-height: 0;
    padding: 24px;
  }

  .action-card:nth-child(1),
  .action-card:nth-child(6) {
    min-height: 0;
  }

  .action-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 24px;
  }

  .testimonial blockquote > p {
    font-size: 30px;
    line-height: 1.35;
  }

  .testimonial__client {
    display: flex;
    justify-content: center;
  }

  .testimonial__logo {
    width: 74px;
    height: 74px;
    font-size: 11px;
  }

  .section__head {
    display: block;
  }

  .weekly {
    width: min(100% - 28px, 1180px);
    padding: 30px 18px;
  }

  .footer {
    grid-template-columns: 1fr;
  }

  .footer__links {
    width: 100%;
    display: grid;
  }

  .footer h2 {
    font-size: 40px;
  }

  .footer-contact {
    grid-template-columns: 46px minmax(0, 1fr);
    min-width: 0;
    width: 100%;
  }

  .footer-icon {
    width: 46px;
    height: 46px;
  }

  .footer-contact small {
    font-size: 15px;
  }
}
