:root {
  color-scheme: light;
  --bg: #f7f2ea;
  --bg-deep: #fffaf3;
  --surface: #ffffff;
  --surface-strong: #f0e6d8;
  --surface-soft: #fbf6ee;
  --primary: #ec9d34;
  --primary-deep: #9b5b17;
  --text: #181512;
  --muted: #71695f;
  --muted-strong: #3f3933;
  --border: #ded2c2;
  --border-strong: #c6b7a5;
  --cool: #31565a;
  --shadow: 0 28px 80px rgba(48, 37, 24, 0.13);
  --radius: 8px;
  --header-height: 76px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 4%, rgba(236, 157, 52, 0.2), transparent 28rem),
    radial-gradient(circle at 12% 12%, rgba(49, 86, 90, 0.12), transparent 22rem),
    linear-gradient(180deg, #fffaf3 0%, #f7f2ea 54%, #fbf6ee 100%),
    var(--bg);
  color: var(--text);
}

body.dialog-open {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(236, 157, 52, 0.78);
  outline-offset: 3px;
}

a {
  color: inherit;
}

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

svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  background: #fffaf4;
  outline: none;
}

input,
select {
  min-height: 46px;
  padding: 0 13px;
}

textarea {
  min-height: 116px;
  resize: vertical;
  padding: 13px;
  line-height: 1.55;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(236, 157, 52, 0.82);
  box-shadow: 0 0 0 3px rgba(236, 157, 52, 0.13);
}

label span,
legend {
  display: block;
  margin-bottom: 8px;
  color: var(--muted-strong);
  font-size: 0.79rem;
  font-weight: 800;
  text-transform: uppercase;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: minmax(210px, 1fr) auto minmax(160px, 1fr);
  align-items: center;
  gap: 18px;
  min-height: var(--header-height);
  padding: 0 clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 17, 21, 0.9);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  gap: 11px;
  color: #fffaf3;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(236, 157, 52, 0.56);
  border-radius: var(--radius);
  color: var(--primary);
  background: rgba(236, 157, 52, 0.14);
}

.brand-mark svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.6;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.02;
}

.brand strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.48rem;
  font-weight: 400;
  letter-spacing: 0;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 250, 243, 0.58);
  font-size: 0.69rem;
  font-weight: 800;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.nav-links a {
  min-height: 36px;
  padding: 10px 10px;
  color: rgba(255, 250, 243, 0.66);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 800;
}

.nav-links a:hover,
.nav-links a.active {
  color: #fffaf3;
  background: rgba(236, 157, 52, 0.16);
}

.header-cta {
  justify-self: end;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(236, 157, 52, 0.72);
  border-radius: var(--radius);
  color: #17120d;
  background: var(--primary);
  font-size: 0.82rem;
  font-weight: 900;
}

.header-cta:hover {
  background: #ffb24f;
}

.section-inner {
  width: min(1200px, calc(100% - clamp(36px, 7vw, 96px)));
  margin: 0 auto;
}

main > section {
  scroll-margin-top: var(--header-height);
}

.hero-section {
  position: relative;
  isolation: isolate;
  min-height: calc(92svh - var(--header-height));
  padding: clamp(98px, 7.4vw, 116px) 0 0;
  overflow: hidden;
  color: #fffaf3;
  background: #090a0d;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(9, 10, 13, 0.86), rgba(9, 10, 13, 0.24) 46%, rgba(9, 10, 13, 0.78)),
    linear-gradient(180deg, rgba(9, 10, 13, 0.16), rgba(9, 10, 13, 0.58) 54%, #090a0d 100%);
  pointer-events: none;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 24%;
  background: linear-gradient(180deg, transparent, var(--bg));
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.82;
}

.hero-backdrop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.08) brightness(0.78);
  transform: scale(1.02);
  animation: cinematicDrift 18s ease-in-out infinite alternate;
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 10, 13, 0.1), rgba(9, 10, 13, 0.68) 70%, #090a0d 100%),
    linear-gradient(90deg, rgba(9, 10, 13, 0.92), rgba(9, 10, 13, 0.3) 48%, rgba(9, 10, 13, 0.86));
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: clamp(14px, 2vw, 22px);
  min-height: min(720px, calc(92svh - 78px));
  padding-bottom: clamp(18px, 2.6vw, 30px);
}

.hero-copy {
  display: grid;
  justify-items: center;
  max-width: 940px;
  text-align: center;
}

.hero-eyebrow,
.section-heading span,
.split-heading span,
.process-intro span,
.about-copy > span,
.booking-section span:first-child,
.contact-copy > span,
.dialog-heading span {
  display: block;
  color: var(--primary-deep);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
}

.hero-copy h1,
.section-heading h2,
.split-heading h2,
.process-intro h2,
.about-copy h2,
.booking-grid h2,
.contact-copy h2,
.dialog-heading h2 {
  margin: 0;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.hero-copy h1 {
  display: grid;
  justify-items: center;
  gap: clamp(4px, 0.65vw, 8px);
  margin-top: 0;
  color: #fffaf3;
  font-size: clamp(4rem, 6vw, 6.3rem);
  line-height: 0.84;
  max-width: 900px;
  overflow-wrap: break-word;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
}

.hero-title-main {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.18em;
  white-space: nowrap;
}

.hero-audience-wrap {
  display: inline-grid;
  min-width: 3.4em;
  text-align: left;
}

.hero-audience-word {
  display: inline-block;
  transition: opacity 260ms ease;
}

.hero-audience-word.is-changing {
  opacity: 0;
}

.hero-title-support {
  display: block;
  max-width: 760px;
  color: rgba(255, 250, 243, 0.72);
  font-size: clamp(2.35rem, 3.7vw, 3.9rem);
  line-height: 0.95;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.34);
}

.hero-eyebrow {
  display: none;
}

.hero-subheadline {
  max-width: 690px;
  margin: clamp(16px, 2.2vw, 22px) 0 0;
  color: rgba(255, 250, 243, 0.8);
  font-size: clamp(1.03rem, 1.25vw, 1.18rem);
  line-height: 1.58;
  text-shadow: 0 16px 48px rgba(0, 0, 0, 0.36);
}

.hero-actions,
.cta-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-offer-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.hero-offer-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(255, 250, 243, 0.2);
  border-radius: 999px;
  color: rgba(255, 250, 243, 0.82);
  background: rgba(15, 17, 21, 0.46);
  backdrop-filter: blur(12px);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.button,
.intent-grid button,
.service-card button,
.payment-card button,
.dialog-product button,
.contact-form button,
.booking-panel button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0 18px;
  text-decoration: none;
  font-size: 0.87rem;
  font-weight: 900;
}

.button.primary,
.service-card button,
.payment-card button,
.dialog-product button,
.contact-form button,
.booking-panel button[type="submit"] {
  color: #17120d;
  background: var(--primary);
  border-color: var(--primary);
}

.button.primary:hover,
.service-card button:hover,
.payment-card button:hover,
.dialog-product button:hover,
.contact-form button:hover,
.booking-panel button[type="submit"]:hover {
  background: #ffb14b;
  border-color: #ffb14b;
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border-color: var(--border);
}

.button.secondary:hover {
  border-color: rgba(236, 157, 52, 0.56);
  background: rgba(236, 157, 52, 0.13);
}

.hero-section .button.secondary {
  color: #fffaf3;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-section .button.secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(236, 157, 52, 0.64);
}

.button.full {
  width: 100%;
}

.hero-reel {
  width: min(1040px, 100%);
}

.hero-reel-stage {
  position: relative;
  overflow: hidden;
  min-height: clamp(164px, 17vw, 220px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(16, 17, 22, 0.72);
  box-shadow:
    0 30px 86px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(236, 157, 52, 0.08);
}

.hero-mosaic {
  display: grid;
  grid-template-columns: 0.92fr 1.16fr 0.92fr;
  min-height: inherit;
}

.mosaic-tile {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #101116;
}

.mosaic-tile + .mosaic-tile {
  border-left: 1px solid rgba(255, 250, 243, 0.08);
}

.mosaic-tile img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center;
  opacity: 0.48;
  filter: saturate(0.72) contrast(1.02) brightness(0.82);
}

.mosaic-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.08), rgba(10, 10, 12, 0.34)),
    linear-gradient(90deg, rgba(10, 10, 12, 0.28), transparent 50%, rgba(10, 10, 12, 0.24));
}

.reel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 700ms ease;
}

.reel-slide.active {
  opacity: 1;
}

.reel-slide img,
.reel-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.04);
}

.reel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10, 10, 12, 0.06), rgba(10, 10, 12, 0.2)),
    linear-gradient(90deg, rgba(10, 10, 12, 0.16), transparent 44%, rgba(10, 10, 12, 0.12));
}

.hero-reel-nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.hero-reel-nav button {
  width: 32px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-reel-nav button::before {
  content: "";
  display: block;
  width: 32px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.28);
}

.hero-reel-nav button.active::before {
  background: var(--primary);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: min(1200px, calc(100% - clamp(36px, 7vw, 96px)));
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(15, 17, 21, 0.68);
  backdrop-filter: blur(16px);
}

.proof-logo-slot {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 250, 243, 0.76);
  text-align: center;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  color: rgba(255, 250, 243, 0.84);
  opacity: 0.92;
}

.proof-logo strong,
.proof-logo b {
  display: block;
  line-height: 1;
}

.proof-logo-bbc {
  gap: 8px;
}

.bbc-blocks {
  display: inline-flex;
  gap: 3px;
}

.bbc-blocks b {
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  color: #111317;
  background: #fffaf3;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
}

.proof-logo-bbc strong,
.proof-logo-courttv strong,
.proof-logo-voa strong,
.proof-logo-cnbc strong,
.proof-logo-riaa strong {
  color: #fffaf3;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.proof-logo-courttv {
  gap: 6px;
}

.proof-logo-courttv b {
  padding: 4px 5px;
  border: 1px solid rgba(236, 157, 52, 0.56);
  color: var(--primary);
  font-size: 0.76rem;
}

.proof-logo-cnbc {
  gap: 7px;
}

.proof-logo-cnbc svg {
  width: 34px;
  height: 25px;
  stroke: none;
}

.proof-logo-voa {
  gap: 7px;
}

.proof-logo-voa strong {
  font-size: 1.08rem;
}

.proof-logo-voa b,
.proof-logo-riaa b {
  color: var(--primary);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-logo-riaa svg {
  width: 28px;
  height: 28px;
  color: rgba(255, 250, 243, 0.82);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
}

@keyframes cinematicDrift {
  from {
    transform: scale(1.02) translate3d(-0.6%, -0.4%, 0);
  }

  to {
    transform: scale(1.06) translate3d(0.7%, 0.5%, 0);
  }
}

.intent-band {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background:
    linear-gradient(90deg, rgba(236, 157, 52, 0.14), transparent 42%),
    var(--surface-soft);
}

.intent-layout {
  display: grid;
  grid-template-columns: minmax(230px, 0.3fr) minmax(0, 1fr);
  gap: 14px;
}

.intent-copy {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: rgba(255, 250, 243, 0.72);
}

.intent-copy span {
  color: var(--primary);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-copy strong {
  max-width: 280px;
  font-size: 1.12rem;
  line-height: 1.35;
}

.intent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.intent-grid button {
  display: grid;
  grid-template-rows: auto auto auto auto 1fr auto auto;
  justify-items: start;
  align-content: stretch;
  min-height: 260px;
  gap: 10px;
  padding: 18px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--border);
  text-align: left;
  box-shadow: 0 18px 48px rgba(48, 37, 24, 0.07);
}

.intent-grid button:hover {
  transform: translateY(-2px);
  background: #fffaf4;
  border-color: rgba(236, 157, 52, 0.5);
}

.intent-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 12px 4px;
  border: 1px solid rgba(236, 157, 52, 0.34);
  border-radius: var(--radius);
  color: var(--primary-deep);
  background:
    linear-gradient(180deg, rgba(236, 157, 52, 0.2), rgba(236, 157, 52, 0.08)),
    rgba(255, 250, 243, 0.82);
}

.intent-icon svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.7;
}

.intent-grid button:hover .intent-icon {
  color: #17120d;
  background: var(--primary);
  border-color: var(--primary);
}

.intent-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 6px;
  border-radius: calc(var(--radius) - 2px);
  background: #14100c;
}

.intent-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--intent-media-position, center);
  filter: saturate(0.92) contrast(1.04);
}

.intent-media.contain {
  background: #f8f7f4;
}

.intent-media.contain img {
  object-fit: contain;
  filter: none;
}

.intent-grid span {
  padding: 0 12px;
  color: var(--primary);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
}

.intent-grid strong {
  max-width: 260px;
  padding: 0 12px;
  font-size: 1.12rem;
  line-height: 1.2;
}

.intent-grid b {
  padding: 0 12px;
  color: var(--text);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.4rem, 4.3vw, 3.45rem);
  font-weight: 400;
  line-height: 0.95;
}

.intent-grid small {
  max-width: 270px;
  padding: 0 12px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.45;
}

.intent-grid i {
  align-self: end;
  padding: 0 12px;
  color: var(--primary-deep);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-grid em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  margin: 4px 12px 0;
  padding: 0 14px;
  border-radius: var(--radius);
  color: #17120d;
  background: var(--primary);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.intent-grid em svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.page-section {
  padding: clamp(70px, 10vw, 124px) 0;
}

.services-section {
  padding-top: clamp(50px, 7vw, 88px);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 30px;
}

.section-heading h2,
.split-heading h2,
.process-intro h2,
.about-copy h2,
.booking-grid h2,
.contact-copy h2,
.dialog-heading h2 {
  margin-top: 9px;
  font-size: clamp(3rem, 6vw, 6.3rem);
  line-height: 0.9;
}

.section-heading p,
.split-heading p,
.process-intro p,
.about-copy p,
.booking-grid p,
.contact-copy p,
.dialog-heading p,
.service-card p,
.case-card p,
.form-note,
.checkout-note {
  color: var(--muted);
  line-height: 1.65;
}

.section-heading p,
.process-intro p,
.about-copy p,
.booking-grid > div > p,
.contact-copy p {
  max-width: 620px;
  margin: 18px 0 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}

.service-card,
.case-card,
.booking-panel,
.contact-form,
.payment-card,
.dialog-product {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 243, 0.62)), var(--surface);
  box-shadow: 0 18px 54px rgba(48, 37, 24, 0.09);
}

.service-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  align-content: start;
  gap: 0;
  overflow: hidden;
  min-height: 0;
  padding: 0;
}

.service-card:hover,
.case-card:hover,
.payment-card:hover,
.dialog-product:hover {
  border-color: rgba(236, 157, 52, 0.5);
}

.service-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 18px 24px 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid var(--border);
  background: #14100c;
}

.service-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--service-media-position, center);
  filter: saturate(0.96) contrast(1.04);
  transition: transform 500ms ease, filter 500ms ease;
}

.service-card:hover .service-media img {
  transform: scale(1.025);
  filter: saturate(1.02) contrast(1.05);
}

.service-kicker strong {
  color: var(--primary);
}

.service-card h3,
.case-card h3,
.payment-card h3,
.dialog-product h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.22rem;
  line-height: 1.22;
}

.service-main p {
  margin: 12px 0 0;
}

.service-main,
.service-action,
.service-details {
  margin-right: 24px;
  margin-left: 24px;
}

.service-main {
  margin-top: 14px;
}

.service-outcome {
  color: var(--text);
  font-weight: 800;
}

.service-details {
  margin-top: 18px;
  margin-bottom: 22px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.service-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 34px;
  cursor: pointer;
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  list-style: none;
  text-transform: uppercase;
}

.service-details summary::-webkit-details-marker {
  display: none;
}

.service-details summary:focus {
  outline: none;
}

.service-details summary:focus-visible {
  border-radius: 8px;
  outline: 2px solid rgba(236, 157, 52, 0.72);
  outline-offset: 6px;
}

.service-details summary::after {
  content: "+";
  color: var(--primary);
  font-size: 1.1rem;
}

.service-details[open] summary::after {
  content: "-";
}

.service-details:not([open]) > .feature-list {
  display: none;
}

.feature-list {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  color: var(--muted-strong);
  font-size: 0.9rem;
  line-height: 1.35;
}

.feature-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 4px rgba(236, 157, 52, 0.15);
}

.service-action {
  display: flex;
  align-self: end;
  margin-top: 18px;
}

.service-action p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 0.92rem;
  line-height: 1.5;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.42fr);
  align-items: end;
  gap: 34px;
  margin-bottom: 30px;
}

.case-section {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--surface-soft);
}

.media-proof-layout {
  margin-bottom: clamp(66px, 9vw, 110px);
}

.media-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(300px, 0.44fr);
  align-items: start;
  gap: 14px;
}

.media-proof-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 243, 0.66)), var(--surface);
  box-shadow: 0 18px 54px rgba(48, 37, 24, 0.09);
}

.media-proof-card.featured {
  min-height: 0;
}

.media-archive {
  display: grid;
  gap: 10px;
}

.media-archive-item {
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 243, 0.66)), var(--surface);
  box-shadow: 0 18px 54px rgba(48, 37, 24, 0.07);
}

.media-archive-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px 14px;
  min-height: 82px;
  padding: 16px;
  cursor: pointer;
  list-style: none;
}

.media-archive-item summary::-webkit-details-marker {
  display: none;
}

.media-archive-item summary::after {
  content: "+";
  grid-column: 2;
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--primary-deep);
  font-size: 1.15rem;
  font-weight: 800;
}

.media-archive-item[open] summary::after {
  content: "-";
}

.media-archive-item summary span {
  color: var(--primary-deep);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.media-archive-item summary strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.media-archive-item summary em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.media-archive-body {
  display: grid;
  gap: 14px;
  padding: 0 16px 16px;
}

.media-archive-body p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.58;
}

.proof-media,
.case-media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: #17120d;
}

.proof-media {
  aspect-ratio: 16 / 9;
}

.media-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.media-link:focus-visible {
  outline: 3px solid rgba(236, 157, 52, 0.72);
  outline-offset: -6px;
}

.media-link span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  background: rgba(15, 17, 21, 0.86);
  color: #fff;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.archive-media {
  max-height: 260px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.proof-media iframe,
.proof-media img,
.case-media iframe,
.case-media img,
.about-media img {
  width: 100%;
  height: 100%;
}

.proof-media iframe,
.case-media iframe {
  position: absolute;
  inset: 0;
  border: 0;
}

.proof-media img,
.case-media img {
  object-fit: cover;
  object-position: center;
}

.media-contain img {
  object-fit: contain;
  background: #f8f7f4;
}

.image-stack {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 0;
  background: var(--surface-strong);
}

.image-stack img {
  min-height: 100%;
  border-right: 1px solid rgba(255, 250, 243, 0.42);
  border-bottom: 1px solid rgba(255, 250, 243, 0.42);
}

.screenshot-pair {
  display: block;
  padding: 8px;
  background:
    radial-gradient(circle at 72% 20%, rgba(236, 157, 52, 0.22), transparent 32%),
    #090909;
}

.screenshot-pair img {
  min-height: 0;
  border: 1px solid rgba(255, 250, 243, 0.13);
  border-radius: 7px;
  object-fit: cover;
  object-position: top center;
  background: #050505;
}

.screenshot-pair .screenshot-pair-mobile {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: clamp(54px, 22%, 88px);
  height: 72%;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
}

.proof-card-copy {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 20px;
}

.proof-card-copy span {
  color: var(--primary-deep);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.proof-card-copy h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 2vw, 1.52rem);
  line-height: 1.16;
}

.proof-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.58;
}

.proof-card-copy strong {
  margin-top: 2px;
  color: var(--muted-strong);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.case-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 392px);
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 12px;
  scroll-snap-type: x mandatory;
}

.case-card {
  scroll-snap-align: start;
  display: grid;
  min-height: 430px;
  overflow: hidden;
}

.case-card-text {
  grid-template-rows: 1fr;
}

.case-media {
  aspect-ratio: 16 / 9;
}

.case-content {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.case-category {
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card dl,
.process-list {
  margin: 0;
}

.case-card dt {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.case-card dd {
  margin: 6px 0 13px;
  color: var(--muted-strong);
  font-size: 0.88rem;
  line-height: 1.45;
}

.mini-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mini-list li {
  padding: 7px 9px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted-strong);
  background: rgba(255, 250, 243, 0.72);
  font-size: 0.74rem;
  font-weight: 800;
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.process-intro {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.process-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}

.process-item {
  display: grid;
  grid-template-columns: minmax(174px, 0.42fr) 64px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 184px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border);
}

.process-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  width: 100%;
  margin: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: #14100c;
}

.process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--process-media-position, center);
  filter: saturate(0.95) contrast(1.04);
  transition: transform 500ms ease, filter 500ms ease;
}

.process-item:hover .process-media img {
  transform: scale(1.03);
  filter: saturate(1.02) contrast(1.05);
}

.process-step {
  color: var(--primary);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 3.7rem;
  line-height: 0.9;
}

.process-item h3 {
  margin: 0;
  font-size: 1.3rem;
}

.process-item p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.58;
}

.about-section {
  border-top: 1px solid var(--border);
  background: var(--surface-soft);
}

.about-grid,
.booking-grid,
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

.about-media {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--bg-deep);
}

.about-media img {
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.78) contrast(1.08);
}

.about-media-proof {
  background: #0b111c;
}

.about-media-proof img {
  object-fit: cover;
  filter: saturate(0.96) contrast(1.08) brightness(1.1);
}

.about-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 9, 12, 0.05), rgba(8, 9, 12, 0.7)),
    linear-gradient(90deg, rgba(8, 9, 12, 0.68), transparent 46%);
}

.about-media-proof::after {
  background: linear-gradient(180deg, rgba(8, 9, 12, 0.02), rgba(8, 9, 12, 0.56));
}

.about-media-caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid rgba(255, 250, 243, 0.18);
  border-radius: var(--radius);
  color: #fffaf3;
  background: rgba(23, 18, 13, 0.74);
  backdrop-filter: blur(12px);
}

.about-media-caption span {
  color: var(--primary);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.about-media-caption strong {
  font-size: 0.98rem;
  line-height: 1.25;
}

.about-media-caption a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  color: #fffaf3;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.about-media-caption a:hover {
  color: var(--primary);
}

.experience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.experience-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-section {
  background:
    linear-gradient(180deg, rgba(236, 157, 52, 0.12), transparent 36%),
    var(--bg);
}

.booking-grid {
  align-items: start;
}

.payment-options {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.payment-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px;
}

.booking-section .payment-card span,
.payment-dialog .dialog-product span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--primary-deep);
  background: rgba(236, 157, 52, 0.14);
  font-size: 0.68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-card p,
.dialog-product p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.payment-card small,
.dialog-product small {
  display: block;
  margin-top: 8px;
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.4;
}

.price {
  color: var(--primary);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 2.15rem;
  line-height: 1;
}

.booking-panel,
.contact-form {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 4vw, 30px);
}

.scheduler-status {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(236, 157, 52, 0.36);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(236, 157, 52, 0.18), rgba(255, 250, 243, 0.86)),
    #fffaf4;
}

.scheduler-status span {
  color: var(--primary-deep);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scheduler-status strong {
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.25;
}

.scheduler-status p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.booking-panel.is-locked fieldset,
.booking-panel.is-locked label,
.booking-panel.is-locked .form-note {
  opacity: 0.54;
}

input:disabled,
select:disabled,
textarea:disabled {
  color: rgba(24, 21, 18, 0.58);
  background: #f2eadf;
}

.meeting-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.meeting-options button {
  min-height: 66px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--muted-strong);
  background: #fffaf4;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.28;
}

.meeting-options button[aria-pressed="true"] {
  color: #0c0d10;
  background: var(--primary);
  border-color: var(--primary);
}

.form-grid {
  display: grid;
  gap: 12px;
}

.form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-note,
.checkout-note {
  margin: 0;
  font-size: 0.84rem;
}

.contact-section {
  border-top: 1px solid var(--border);
  background: var(--surface-soft);
}

.contact-grid {
  align-items: start;
}

.contact-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-form label:nth-last-of-type(1),
.contact-form button,
.contact-form .form-note {
  grid-column: 1 / -1;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 5vw, 64px);
  border-top: 1px solid var(--border);
  background: #17120d;
}

.site-footer strong,
.site-footer span {
  display: block;
}

.site-footer strong {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fffaf3;
}

.site-footer span,
.site-footer a {
  color: rgba(255, 250, 243, 0.66);
  font-size: 0.84rem;
  text-decoration: none;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
}

.status-banner {
  position: sticky;
  top: var(--header-height);
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 10px clamp(18px, 5vw, 64px);
  color: #0c0d10;
  background: var(--primary);
  box-shadow: 0 18px 48px rgba(236, 157, 52, 0.22);
}

.status-banner strong,
.status-banner span {
  display: block;
}

.status-banner span {
  color: rgba(12, 13, 16, 0.78);
  font-size: 0.84rem;
}

.icon-button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
}

.icon-button:hover {
  color: #0c0d10;
  background: var(--primary);
  border-color: var(--primary);
}

.payment-dialog {
  width: min(920px, calc(100% - 30px));
  max-height: min(760px, calc(100svh - 30px));
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.payment-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

.dialog-close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.dialog-heading {
  padding: 34px 34px 0;
}

.dialog-heading h2 {
  max-width: 680px;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.dialog-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 26px 34px 18px;
}

.dialog-product {
  display: grid;
  align-content: space-between;
  gap: 22px;
  min-height: 290px;
  padding: 20px;
}

.checkout-note {
  padding: 0 34px 30px;
}

.toast {
  position: fixed;
  right: clamp(16px, 4vw, 34px);
  bottom: 22px;
  z-index: 60;
  max-width: min(420px, calc(100% - 32px));
  padding: 13px 15px;
  border: 1px solid rgba(236, 157, 52, 0.5);
  border-radius: var(--radius);
  color: #fffaf3;
  background: rgba(23, 18, 13, 0.94);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

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

@media (max-width: 1100px) {
  .process-layout {
    grid-template-columns: 1fr;
  }

  .process-intro {
    position: static;
  }
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .process-layout,
  .about-grid,
  .booking-grid,
  .contact-grid,
  .split-heading,
  .intent-layout,
  .media-proof-grid {
    grid-template-columns: 1fr;
  }

  .hero-reel {
    max-width: 760px;
  }

  .intent-copy {
    min-height: 0;
  }

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

  .service-card {
    min-height: 0;
  }

  .dialog-products {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 66px;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 0 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand strong {
    font-size: 1.18rem;
  }

  .brand small {
    font-size: 0.58rem;
  }

  .header-cta {
    display: none;
  }

  .section-inner {
    width: min(calc(100% - 32px), 1180px);
  }

  .hero-section {
    min-height: auto;
    padding-top: calc(var(--header-height) + 34px);
  }

  .hero-copy h1 {
    font-size: clamp(2.72rem, 11.4vw, 3.58rem);
    line-height: 0.86;
    max-width: 358px;
  }

  .hero-title-support {
    font-size: clamp(1.72rem, 7vw, 2.22rem);
    line-height: 1;
    max-width: 330px;
  }

  .hero-title-main {
    flex-wrap: wrap;
    row-gap: 0;
    white-space: normal;
  }

  .hero-audience-wrap {
    min-width: 0;
    text-align: center;
  }

  .hero-grid {
    gap: 14px;
    padding-bottom: 16px;
  }

  .hero-subheadline {
    margin-top: 12px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero-copy,
  .hero-subheadline,
  .hero-actions,
  .hero-offer-strip,
  .hero-reel {
    max-width: min(358px, calc(100vw - 32px));
  }

  .hero-actions,
  .cta-buttons {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .hero-actions .button {
    min-height: 44px;
  }

  .intent-layout {
    grid-template-columns: 1fr;
    width: calc(100% - 32px);
  }

  .proof-strip {
    display: flex;
    width: calc(100% - 32px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .proof-strip::-webkit-scrollbar {
    display: none;
  }

  .intent-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .proof-logo-slot {
    flex: 0 0 132px;
    min-height: 48px;
    padding: 10px 12px;
    font-size: 0.68rem;
  }

  .bbc-blocks b {
    width: 19px;
    height: 19px;
    font-size: 0.68rem;
  }

  .proof-logo-cnbc svg {
    width: 28px;
    height: 21px;
  }

  .intent-grid button {
    min-height: 0;
  }

  .hero-reel-stage {
    min-height: clamp(144px, 38vw, 184px);
  }

  .hero-mosaic {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-reel-nav {
    display: none;
  }

  .hero-reel-nav button {
    width: 26px;
  }

  .section-heading h2,
  .split-heading h2,
  .process-intro h2,
  .about-copy h2,
  .booking-grid h2,
  .contact-copy h2,
  .dialog-heading h2 {
    font-size: clamp(2.8rem, 14vw, 4.4rem);
  }

  .process-item {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-step {
    font-size: 3rem;
  }

  .process-media {
    aspect-ratio: 16 / 9;
  }

  .about-media,
  .about-media img {
    min-height: 320px;
  }

  .payment-card,
  .form-grid.two,
  .meeting-options,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .media-proof-card,
  .media-proof-card.featured {
    grid-row: auto;
    min-height: 0;
  }

  .case-rail {
    grid-auto-columns: minmax(286px, 86vw);
  }

  .case-card {
    min-height: 0;
  }

  .proof-card-copy,
  .case-content {
    padding: 18px;
  }

  .payment-card {
    align-items: start;
  }

  .payment-card button {
    width: 100%;
  }

  .site-footer {
    display: grid;
  }

  .dialog-heading,
  .dialog-products,
  .checkout-note {
    padding-left: 18px;
    padding-right: 18px;
  }
}
