:root {
  --ink: #000;
  --muted: #000;
  --paper: #fff;
  --surface: #fff;
  --line: rgba(0, 0, 0, 0.14);
  --forest: #000;
  --bww-purple: #34329a;
  --success: #3d5f9f;
  --danger: #0b1f4d;
  --coral: var(--bww-purple);
  --eyebrow-green: var(--bww-purple);
  --gold: #0b1f4d;
  --action-accent: #0b1f4d;
  --sea: #0b1f4d;
  --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;
  overflow-x: hidden;
}

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: center;
  padding: 96px clamp(18px, 4.6vw, 72px) 52px;
  background: #010910;
}

.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__shade {
  background:
    radial-gradient(circle at 78% 24%, rgba(20, 57, 79, 0.32), transparent 42%),
    linear-gradient(90deg, #000b12, #00121b 46%, #001018),
    #010910;
}

.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.16);
  backdrop-filter: blur(18px);
  border-radius: 999px;
  box-shadow: inset 0 1px 10px rgba(255, 255, 255, 0.08);
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 900;
  transition: background 200ms ease, border-color 200ms ease;
}

.nav a:hover {
  background: var(--bww-purple);
  border-color: var(--bww-purple);
}

.hero__grid {
  position: relative;
  z-index: 1;
  width: min(1376px, 100%);
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(520px, 1.42fr);
  align-items: start;
  gap: clamp(36px, 8vw, 120px);
  margin: 32px auto 0;
}

.hero__content {
  width: 100%;
  min-width: 0;
}

.hero__logo {
  width: 250px;
  height: auto;
  margin: -48px 0 28px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--eyebrow-green);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  color: #000;
  font-weight: 400;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

.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: clamp(34px, 3.6vw, 54px);
  max-width: 500px;
}

h2 {
  font-size: 40px;
  max-width: 960px;
}

h3 {
  margin: 12px 0 8px;
  font-size: 20px;
}

.hero__lede {
  margin: 24px 0;
  max-width: 440px;
  color: #fff;
  font-size: clamp(17px, 1.32vw, 20px);
  line-height: 1.46;
}

.hero__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 174px));
  gap: 10px;
}

.hero__metrics span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 10px 14px;
  border: 1px solid rgba(215, 228, 241, 0.27);
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px);
  border-radius: 8px;
  color: rgba(255, 253, 247, 0.9);
  font-size: 13px;
  font-weight: 900;
}

.hero__metrics strong {
  font-size: 24px;
  color: #fff;
}

.hero__metrics span:nth-child(3) {
  grid-column: 1 / -1;
  width: 174px;
}

.hero__feature {
  width: 100%;
  margin-top: 24px;
}

.hero__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.24);
}

.hero__media img,
.hero__media video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}

.hero__work-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin: 18px auto 0;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: #fff;
  background: var(--bww-purple);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.hero__work-button:hover {
  background: #0b1f4d;
  border-color: #0b1f4d;
  transform: translateY(-1px);
}

.primary-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 11px 14px;
  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;
  font-size: 13px;
}

.primary-link span {
  text-transform: uppercase;
}

.primary-link small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.primary-link:hover {
  background: var(--bww-purple);
  border-color: var(--bww-purple);
}

.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 {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.copy .eyebrow {
  color: var(--eyebrow-green);
}

.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;
  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(--coral);
}

.state-card--before span,
.comparison__item--before .comparison__caption b {
  color: var(--coral);
}

.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,
.story-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(--coral);
}

.comparison__item--after {
  border: 4px solid var(--success);
}

.comparison img,
.comparison 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: 20px;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.26);
}

.comparison__item--before span {
  background: var(--coral);
}

.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;
  background-size: cover;
  background-position: center;
}

.media-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.frame-discover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18)), url("https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=700&q=80");
}

.frame-content {
  background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18)), url("https://images.unsplash.com/photo-1469474968028-56623f02e42e?auto=format&fit=crop&w=700&q=80");
}

.frame-design {
  background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18)), url("https://images.unsplash.com/photo-1499678329028-101435549a4e?auto=format&fit=crop&w=700&q=80");
}

.frame-launch {
  background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18)), url("https://images.unsplash.com/photo-1510414842594-a61c69b5ae57?auto=format&fit=crop&w=700&q=80");
}

.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:
    linear-gradient(90deg, rgba(238, 243, 255, 0.82), rgba(255, 255, 255, 0) 42%),
    #fff;
}

.action-plan__intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  width: min(1180px, 100%);
  margin: 0 auto 42px;
}

.action-plan__intro .eyebrow {
  color: var(--eyebrow-green);
  margin-top: 8px;
  line-height: 1.15;
}

.action-plan__intro h2 {
  margin: 0;
  max-width: 1060px;
  font-size: 40px;
  line-height: 1.06;
}

.action-plan__groups {
  display: grid;
  gap: 42px;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.action-plan__group {
  display: grid;
  gap: 16px;
}

.action-plan__label {
  justify-self: start;
  margin: 0;
  border: 1px solid rgba(52, 50, 154, 0.26);
  border-radius: 999px;
  padding: 12px 20px;
  color: var(--ink);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 255, 0.92)),
    #fff;
  box-shadow: 0 12px 30px rgba(90, 53, 39, 0.08);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.action-plan__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  margin: 0;
  border-top: 0;
}

.action-plan__grid--value {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.action-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--action-icon-color) 11%, transparent), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 255, 0.72)),
    #fff;
  box-shadow: 0 22px 64px rgba(90, 53, 39, 0.1);
  padding: 28px;
  isolation: isolate;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.action-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--action-icon-color) 46%, rgba(0, 0, 0, 0.12));
  box-shadow: 0 34px 90px rgba(90, 53, 39, 0.15);
}

.action-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--action-icon-color) 28%, rgba(0, 0, 0, 0.12));
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(237, 242, 255, 0.84)),
    #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 14px 34px rgba(0, 0, 0, 0.08);
  transition: transform 260ms ease, border-color 260ms ease;
}

.action-thumb img,
.action-thumb video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.action-thumb--cover img,
.action-thumb--cover video {
  object-fit: cover;
}

.action-thumb--icon {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 70% 20%, color-mix(in srgb, var(--action-icon-color) 18%, transparent), transparent 34%),
    linear-gradient(135deg, #fff, #eef4ff);
}

.action-thumb--icon svg {
  width: min(112px, 42%);
  height: auto;
  color: var(--action-icon-color);
  stroke: currentColor;
  stroke-width: 3.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.action-thumb--icon svg circle {
  fill: #fff;
}

.action-card h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.05;
  font-weight: 800;
}

.action-card p {
  margin: 0;
  max-width: 360px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 400;
}

.action-card:hover .action-thumb {
  transform: translateY(-5px) scale(1.02);
  border-color: color-mix(in srgb, var(--action-icon-color) 52%, rgba(0, 0, 0, 0.12));
}

.action-card:nth-child(1) {
  --action-icon-color: var(--bww-purple);
}

.action-card:nth-child(2) {
  --action-icon-color: #3d5f9f;
}

.action-card:nth-child(3) {
  --action-icon-color: #b7791f;
}

.action-card:nth-child(4) {
  --action-icon-color: #c2417a;
}

.action-card:nth-child(5) {
  --action-icon-color: #0891b2;
}

.action-card:nth-child(6) {
  --action-icon-color: #e11d48;
}

.action-card:nth-child(7) {
  --action-icon-color: #6b46c1;
}

.action-card:nth-child(8) {
  --action-icon-color: #34329a;
}

.action-card:nth-child(9) {
  --action-icon-color: #475569;
}

.action-plan__grid--value .action-card:nth-child(1) {
  --action-icon-color: #34329a;
}

.action-plan__grid--value .action-card:nth-child(2) {
  --action-icon-color: #c2417a;
}

.action-plan__grid--value .action-card:nth-child(3) {
  --action-icon-color: #6b46c1;
}

.success-stories {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - 1240px) / 2));
  padding-right: max(18px, calc((100vw - 1240px) / 2));
}

.success-stories .section__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  margin-bottom: 34px;
}

.success-stories .section__head .eyebrow {
  margin-top: 8px;
  line-height: 1.15;
}

.brands-showcase {
  width: min(1240px, 100%);
  margin: 30px auto 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 246, 241, 0.92)),
    #fff;
  box-shadow: 0 28px 80px rgba(90, 53, 39, 0.12);
}

.brands-showcase__track {
  display: flex;
  width: max-content;
  gap: 20px;
  padding: 32px 0;
  animation: brand-scroll 42s linear infinite;
}

.brands-showcase:hover .brands-showcase__track {
  animation-play-state: paused;
}

.brand-logo-card {
  display: grid;
  place-items: center;
  width: 260px;
  height: 112px;
  flex: 0 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 18px 46px rgba(90, 53, 39, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.brand-logo-card img {
  max-width: 68%;
  max-height: 66px;
  object-fit: contain;
}

.brand-logo-card img.brand-logo-card__darken {
  filter: brightness(0);
}

.brand-logo-card--text span {
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

@keyframes brand-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 10px));
  }
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(1240px, 100%);
  margin: 0 auto;
}

.story-card {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(250px, 1fr);
  border-radius: 8px;
}

.story-card__media {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 28px 20px 16px;
  background:
    linear-gradient(180deg, rgba(238, 243, 255, 0.72), rgba(255, 255, 255, 0.98)),
    #fff;
}

.story-card__laptop {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 16 / 10;
  margin: 0 auto;
  padding: 12px 12px 14px;
  border-radius: 14px 14px 8px 8px;
  background: linear-gradient(180deg, #1b1d22, #050608);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.story-card__laptop::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  width: 116%;
  height: 16px;
  border-radius: 0 0 34px 34px;
  background: linear-gradient(180deg, #e8ebf2, #b9c0cf);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  transform: translateX(-50%);
}

.story-card__laptop::after {
  content: "";
  position: absolute;
  inset: 12px 12px 14px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  filter: saturate(1.02) contrast(1.04);
}

.story-card__laptop video {
  position: absolute;
  inset: 12px 12px 14px;
  z-index: 1;
  width: calc(100% - 24px);
  height: calc(100% - 26px);
  object-fit: cover;
  border-radius: 5px;
  background: #fff;
  filter: saturate(1.02) contrast(1.04);
}

.story-card__screen-image {
  position: absolute;
  inset: 12px 12px 14px;
  z-index: 1;
  width: calc(100% - 24px);
  height: calc(100% - 26px);
  object-fit: cover;
  object-position: left top;
  border-radius: 5px;
  background: #fff;
}

.story-card__screen-logo {
  position: absolute;
  inset: 12px 12px 14px;
  z-index: 1;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 14px;
  border-radius: 5px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 243, 255, 0.9)),
    #fff;
}

.story-card__screen-logo img {
  max-width: 62%;
  max-height: 72px;
  object-fit: contain;
}

.story-card__screen-logo span {
  border-radius: 999px;
  padding: 8px 14px;
  color: #fff;
  background: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-ceylon::after {
  content: none;
}

.story-dream::after {
  content: none;
}

.story-clove::after {
  content: none;
}

.story-clove-booking::after {
  content: none;
}

.story-tony::after {
  content: none;
}

.story-ceu::after {
  content: none;
}

.story-karpaha::after {
  content: none;
}

.story-jetwing::after {
  content: none;
}

.story-card__content {
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 30px 20px 26px;
  background: #fff;
  text-align: center;
}

.story-card__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.story-logo {
  width: 112px;
  height: 74px;
  flex: 0 0 auto;
  object-fit: contain;
  border: 1px solid rgba(52, 50, 154, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(238, 243, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #eef3ff;
  padding: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.story-card__content span,
.story-card__content small {
  display: inline-block;
  color: var(--coral);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.story-card__content span {
  padding: 9px 12px;
  border: 1px solid rgba(52, 50, 154, 0.26);
  border-radius: 999px;
  background: rgba(238, 243, 255, 0.9);
  white-space: nowrap;
}

.story-card h3 {
  margin: 22px 0 12px;
  color: var(--ink);
  font-size: 30px;
  font-weight: 900;
  line-height: 1.05;
}

.story-card p {
  max-width: 460px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.story-card__content small {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  margin: auto auto 0;
  padding: 0 22px;
  border: 2px solid var(--coral);
  border-radius: 999px;
  color: var(--coral);
  font-size: 13px;
  transition: background 200ms ease, border-color 200ms ease, color 200ms ease;
}

.story-card:hover .story-card__content small {
  border-color: var(--bww-purple);
  background: var(--bww-purple);
  color: #fff;
}

.booking-showcase {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: clamp(22px, 4vw, 42px);
  width: min(1240px, calc(100% - 36px));
  margin-top: clamp(12px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 255, 0.76)),
    #fff;
  box-shadow: var(--shadow);
  padding: clamp(26px, 4vw, 54px);
}

.booking-showcase__head {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  text-align: center;
}

.booking-showcase__head .story-logo {
  margin-bottom: 20px;
}

.booking-showcase__head .eyebrow {
  margin: 0 0 12px;
  color: var(--eyebrow-green);
}

.booking-showcase__head h2 {
  margin: 0;
  max-width: 980px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1;
}

.booking-showcase__head h2 span {
  color: var(--coral);
}

.booking-showcase__media {
  overflow: visible;
  width: min(920px, 100%);
  justify-self: center;
  padding: 30px 22px 24px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(238, 243, 255, 0.86), rgba(255, 255, 255, 0.96)),
    #fff;
}

.booking-showcase__media .story-card__laptop {
  width: min(100%, 780px);
}

.booking-showcase__media .story-card__laptop video {
  object-fit: contain;
}

.booking-showcase__content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.booking-showcase__content > p {
  margin: 0;
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.booking-showcase__highlights {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 8px;
  margin-top: 24px;
}

.booking-showcase__highlights span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid #1f7a4d;
  border-radius: 999px;
  padding: 0 15px;
  color: #fff;
  background: #1f7a4d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.difference {
  width: 100%;
  max-width: none;
  padding-left: max(18px, calc((100vw - 1180px) / 2));
  padding-right: max(18px, calc((100vw - 1180px) / 2));
}

.difference .section__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 40px;
  width: min(1180px, 100%);
  margin: 0 auto 34px;
}

.difference .section__head .eyebrow {
  margin-top: 8px;
  line-height: 1.15;
}

.difference .section__head h2 {
  max-width: 1060px;
}

.difference-table {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 255, 0.72)),
    #fff;
  box-shadow: var(--shadow);
}

.difference-table__head,
.difference-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.difference-table__head {
  border-bottom: 1px solid var(--line);
  background: rgba(238, 243, 255, 0.72);
}

.difference-table__head span {
  padding: 18px clamp(18px, 3vw, 30px);
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.difference-table__head span:last-child {
  color: var(--coral);
}

.difference-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.difference-row:last-child {
  border-bottom: 0;
}

.difference-row p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  min-width: 0;
  margin: 0;
  padding: 22px clamp(18px, 3vw, 30px);
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.difference-row p:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.difference-row b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(190, 24, 24, 0.1);
  color: #be1818;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.difference-row p:last-child b {
  background: rgba(31, 122, 77, 0.12);
  color: #1f7a4d;
}

.testimonial {
  width: 100%;
  max-width: none;
  padding: clamp(64px, 8vw, 104px) max(18px, calc((100vw - 1180px) / 2));
  margin-bottom: clamp(56px, 8vw, 96px);
}

.testimonial .section__head {
  position: relative;
  display: block;
  width: min(1180px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.testimonial .section__head .eyebrow {
  position: absolute;
  left: 0;
  top: 8px;
  margin-top: 8px;
  line-height: 1.15;
}

.testimonial .section__head h2 {
  margin: 0 auto;
}

.testimonial__image {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 243, 255, 0.72)),
    #fff;
  box-shadow: var(--shadow);
}

.testimonial__image img {
  width: 100%;
  height: auto;
  display: block;
}

.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(--eyebrow-green);
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer h2 {
  margin: 10px auto 0;
  max-width: 980px;
  color: var(--ink);
  font-size: 64px;
  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(238, 243, 255, 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(238, 243, 255, 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;
}

.hero .reveal {
  opacity: 1;
  transform: none;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .hero {
    align-items: start;
    padding-top: 118px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 0;
  }

  .hero__content,
  .hero h1,
  .hero__lede {
    max-width: 720px;
  }

  .intro,
  .split {
    grid-template-columns: 1fr;
  }

  .copy {
    position: static;
  }

  .process__grid,
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .booking-showcase {
    grid-template-columns: 1fr;
  }

  .booking-showcase__content {
    justify-items: center;
    text-align: center;
  }

  .booking-showcase__highlights {
    justify-content: center;
  }

  .action-plan__intro {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .action-plan__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .success-stories .section__head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .difference .section__head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .testimonial .section__head {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 100vh;
    padding-top: 112px;
    padding-bottom: 30px;
  }

  .nav {
    left: 18px;
    right: 18px;
    justify-content: flex-start;
  }

  .nav a {
    padding: 10px 13px;
    font-size: 12px;
  }

  .hero__grid {
    gap: 26px;
  }

  .hero__feature {
    order: 1;
    margin-top: 0;
  }

  .hero__media {
    aspect-ratio: 4 / 3;
  }

  .hero__content {
    order: 2;
    width: 100%;
    max-width: 320px;
  }

  .hero h1 {
    max-width: 320px;
    font-size: 38px;
    line-height: 1.08;
  }

  .hero__lede {
    width: 100%;
    max-width: 320px;
    font-size: 20px;
    text-wrap: wrap;
  }

  .hero__metrics {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 320px;
  }

  .hero__metrics span,
  .hero__metrics span:nth-child(3) {
    width: 100%;
  }

  .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,
  .comparison__caption small {
    font-size: 11px;
  }

  .process__grid,
  .story-grid {
    grid-template-columns: 1fr;
  }

  .difference-table__head {
    display: none;
  }

  .difference-row {
    grid-template-columns: 1fr;
  }

  .difference-row p:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .action-plan__grid {
    grid-template-columns: 1fr;
  }

  .action-card {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    padding: 22px;
  }

  .action-card p {
    grid-column: auto;
  }

  .story-card {
    grid-template-rows: auto 1fr;
  }

  .story-card__media {
    padding: 26px 18px 16px;
  }

  .booking-showcase {
    width: min(100% - 28px, 1180px);
    padding: 24px 18px;
  }

  .booking-showcase__media {
    padding: 24px 14px 20px;
  }

  .brands-showcase__track {
    gap: 14px;
    padding: 22px 0;
  }

  .brand-logo-card {
    width: 190px;
    height: 88px;
    border-radius: 18px;
  }

  .brand-logo-card img {
    max-height: 52px;
  }

  .brand-logo-card--text span {
    font-size: 20px;
  }

  .story-card h3 {
    font-size: 30px;
  }

  .story-card p {
    font-size: 16px;
  }

  .testimonial .section__head .eyebrow {
    position: static;
    margin: 0 0 12px;
    text-align: center;
  }

  .action-thumb {
    margin-bottom: 20px;
  }

  .section__head {
    display: block;
  }

  .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;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands-showcase__track {
    animation: none;
  }
}
