:root {
  --page: #efedf1;
  --paper: #ffffff;
  --ink: #151515;
  --text: #4f4f49;
  --muted: #7c7c74;
  --olive: #294003;
  --olive-2: #3b5508;
  --line: #ecebe7;
  --soft: #f7f7f4;
  --radius: 22px;
  --font: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.home-page {
  margin: 0;
  min-width: 320px;
  font-family: var(--font);
  color: var(--ink);
  background: var(--page);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.home-page button,
body.home-page a,
body.home-page summary {
  font: inherit;
}
body.home-page a {
  color: inherit;
  text-decoration: none;
}
body.home-page button {
  border: 0;
}
body.home-page img,
body.home-page video {
  display: block;
  width: 100%;
}
body.home-page svg {
  display: block;
}
body.home-page [hidden] {
  display: none !important;
}
body.home-page.no-scroll {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  left: 14px;
  top: 14px;
  z-index: 1000;
  transform: translateY(-180%);
  padding: 10px 14px;
  border-radius: 999px;
  background: #111;
  color: #fff;
}
.skip-link:focus {
  transform: none;
}

.page-frame {
  padding: 30px;
}
.site-shell {
  width: min(1380px, 100%);
  margin: 0 auto;
  background: var(--paper);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(31, 28, 35, 0.04);
}

/* HERO */
.hero {
  position: relative;
  min-height: 650px;
  height: min(76vh, 720px);
  overflow: hidden;
  color: #fff;
}
.hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  transform: scale(1.025);
  filter: saturate(0.92) contrast(1.02) brightness(0.92);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(5, 7, 5, 0.64) 0%,
      rgba(5, 7, 5, 0.38) 34%,
      rgba(5, 7, 5, 0.1) 64%,
      rgba(5, 7, 5, 0.2) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.16),
      rgba(0, 0, 0, 0.04) 54%,
      rgba(0, 0, 0, 0.38)
    );
}
.nav {
  position: absolute;
  z-index: 10;
  left: 28px;
  right: 28px;
  top: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  justify-self: start;
  color: #fff;
}
.brand-mark {
  width: 25px;
  height: 25px;
  fill: currentColor;
  stroke: none;
}
.brand-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.brand-name span {
  font-weight: 500;
  opacity: 0.72;
}
.nav-links {
  display: flex;
  gap: 24px;
  justify-self: center;
}
.nav-links a {
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
  transition: opacity 0.16s ease;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 0.62;
}
.nav-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 14px 0 16px;
  border-radius: 999px;
  background: #fff;
  color: #161616 !important;
  font-size: 11px;
  font-weight: 750;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  transition:
    background 0.16s ease,
    box-shadow 0.16s ease;
}
.nav-cta:hover,
.nav-cta:focus-visible {
  background: #f1f1ed;
  box-shadow: 0 7px 19px rgba(0, 0, 0, 0.13);
}
.nav-signin {
  font-size: 11px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9) !important;
  transition: opacity 0.16s ease;
}
.nav-signin:hover,
.nav-signin:focus-visible {
  opacity: 0.62;
}
.menu-toggle {
  display: none;
}

.arrow-icon,
.mini-arrow {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}
.arrow-icon {
  width: 16px;
  height: 16px;
  stroke-width: 1.9;
}
.mini-arrow {
  width: 12px;
  height: 12px;
  stroke-width: 2;
}
.mobile-nav {
  position: absolute;
  z-index: 20;
  top: 72px;
  right: 18px;
  width: 210px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.15);
}
.mobile-nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}
.mobile-nav a:hover {
  background: var(--soft);
}

.hero-copy {
  position: absolute;
  z-index: 4;
  left: 48px;
  bottom: 118px;
  width: min(560px, 58%);
}
.hero-copy h1 {
  margin: 0;
  font-size: clamp(56px, 5.4vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.067em;
  font-weight: 500;
  max-width: 8.4ch;
}
.hero-copy p {
  margin: 20px 0 0;
  max-width: 410px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.55;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 0 15px 0 17px;
  border-radius: 999px;
  background: #fff;
  color: #161616 !important;
  font-size: 11px;
  font-weight: 750;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
}
.hero-cta:hover,
.hero-cta:focus-visible {
  background: #f2f2ee;
}
.hero-sample {
  min-height: 39px;
  padding: 0 2px;
  background: transparent;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.hero-sample:hover,
.hero-sample:focus-visible {
  border-color: #fff;
}
/* GLOBAL SECTIONS */
main {
  background: var(--paper);
}
.section {
  padding: 84px 48px 0;
}
.section-label {
  display: block;
  margin-bottom: 13px;
  color: var(--olive-2);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.08em;
}
.section-head h2,
.process-copy h2,
.closing-copy h2 {
  margin: 0;
  font-size: clamp(34px, 3.6vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 500;
  text-wrap: balance;
}
.section-head p,
.process-copy p,
.closing-copy p {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  line-height: 1.65;
}
.section-head--split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 26px;
}
.section-head--editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(250px, 0.85fr);
  gap: 40px;
  align-items: end;
}
.section-head--editorial > p {
  max-width: 410px;
  justify-self: end;
  padding-bottom: 5px;
}
.section-head--center {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.section-head--center p {
  margin: 13px auto 0;
  max-width: 520px;
}
.small-cta {
  min-height: 35px;
  padding: 0 13px 0 15px;
  border-radius: 999px;
  background: var(--olive);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 750;
}
.small-cta:hover,
.small-cta:focus-visible {
  background: #3a5506;
}

/* TRANSFORMATION + SAMPLE STORY */
.transformation-section .section-head--split {
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.75fr);
}
.transformation-section .section-head--split > p {
  max-width: 430px;
  justify-self: end;
}
.transformation {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) 80px minmax(0, 1.08fr);
  align-items: center;
  gap: 18px;
  margin-top: 38px;
}
.source-proof,
.result-proof {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--soft);
}
.proof-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 58px;
  padding: 0 17px;
}
.proof-heading span {
  color: var(--muted);
  font-size: 9px;
}
.proof-heading strong {
  font-size: 11px;
  font-weight: 700;
}
.source-collage {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  grid-template-rows: 1fr 1fr;
  gap: 5px;
  padding: 5px;
}
.source-collage img {
  width: 100%;
  height: 100%;
  min-height: 132px;
  object-fit: cover;
}
.source-collage img:first-child {
  grid-row: 1 / 3;
}
.result-formats {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(96px, 0.32fr);
  align-items: start;
  gap: 5px;
  padding: 5px;
}
.format-preview {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #121212;
}
.format-preview video {
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
  object-fit: cover;
  cursor: pointer;
}
.format-preview--horizontal video {
  object-position: center;
}
.format-preview--horizontal {
  aspect-ratio: 16 / 9;
}
.format-preview--vertical {
  aspect-ratio: 9 / 16;
}
.format-preview--vertical video {
  object-position: center;
}
.format-preview span {
  position: absolute;
  left: 9px;
  bottom: 9px;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #171717;
  font-size: 8px;
  font-weight: 750;
  backdrop-filter: blur(8px);
}
.transform-arrow {
  display: grid;
  justify-items: center;
  gap: 9px;
  color: var(--muted);
  text-align: center;
}
.transform-arrow span {
  font-size: 8px;
}
.transform-arrow svg {
  width: 42px;
  fill: none;
  stroke: var(--olive);
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.deliverable-proof {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--line);
}
.deliverable-proof span {
  display: grid;
  gap: 4px;
  min-height: 78px;
  align-content: center;
  padding: 12px 15px;
  background: #fff;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.45;
}
.deliverable-proof strong {
  color: var(--ink);
  font-size: 10px;
}
.demo-disclosure {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.55;
}
.story-section {
  padding-top: 100px;
}
.story-player {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 12px;
  margin-top: 34px;
}
.story-media {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
}
.story-media video {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}
.story-steps {
  display: grid;
  gap: 8px;
}
.story-steps button {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-content: center;
  column-gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.story-steps button.is-active {
  border-color: #d5ddc6;
  background: #f7f9f3;
}
.story-steps button > span {
  grid-row: 1 / 3;
  color: var(--muted);
  font-size: 9px;
}
.story-steps strong {
  font-size: 12px;
}
.story-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}
.media-pill {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  min-height: 28px;
  padding: 0 13px;
  border-radius: 999px;
  background: #fff;
  color: #171717 !important;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.media-pill:hover {
  background: #f1f1ed;
}

/* PRICING */
.pricing-section {
  padding-top: 106px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 38px;
}
.price-card {
  position: relative;
  display: grid;
  align-items: stretch;
  border: 1px solid #f0efe9;
  border-radius: 18px;
  overflow: visible;
  background: #fff;
  box-shadow: 0 10px 28px rgba(21, 21, 21, 0.025);
}
.price-card__body {
  display: flex;
  flex-direction: column;
  padding: 25px 22px 21px;
}
.plan-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.plan-head strong {
  max-width: 11ch;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 700;
}
.plan-head span {
  max-width: 11ch;
  font-size: 9px;
  line-height: 1.4;
  color: var(--muted);
  text-align: right;
}
.price-card__body p {
  margin: 15px 0 18px;
  color: var(--text);
  font-size: 10px;
  line-height: 1.65;
  min-height: 50px;
}
.price-card__body ul {
  display: grid;
  gap: 9px;
  min-height: 120px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}
.price-card__body li {
  position: relative;
  padding-left: 16px;
  color: var(--text);
  font-size: 9px;
  line-height: 1.45;
}
.price-card__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--olive);
}
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.price-row > strong {
  font-size: 22px;
  letter-spacing: -0.04em;
}
.price-row button {
  min-height: 35px;
  padding: 0 11px 0 13px;
  border-radius: 999px;
  background: var(--olive);
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 750;
  cursor: pointer;
}
.price-row button:hover,
.price-row button:focus-visible {
  background: #3a5506;
}
.price-card--primary {
  border-color: #dce3cc;
  box-shadow: 0 14px 34px rgba(41, 64, 3, 0.07);
}
.recommended {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: -12px;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--olive);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
}

.purchase-assurance {
  margin: 18px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--text);
  font-size: 9px;
  line-height: 1.6;
}
.purchase-legal {
  margin: 8px auto 0;
  max-width: 760px;
  text-align: center;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.6;
}
.purchase-legal a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* PROCESS */
.process-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 36px;
  align-items: stretch;
  padding-top: 104px;
}
.process-media {
  border-radius: 18px;
  overflow: hidden;
  background: #f2f2ef;
  min-height: 420px;
}
.process-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.process-copy {
  padding: 10px 0 0;
}
.process-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 11px;
}
.process-list li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
  padding: 13px 14px;
  border-radius: 10px;
  background: #fafaf8;
}
.process-list li > span {
  font-size: 9px;
  color: var(--muted);
  padding-top: 2px;
}
.process-list strong {
  display: block;
  font-size: 11px;
  font-weight: 700;
}
.process-list p {
  margin: 3px 0 0;
  font-size: 9px;
  line-height: 1.55;
  color: var(--muted);
}

/* TRUST */
.trust-section {
  padding-top: 104px;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--line);
}
.trust-grid article {
  min-height: 150px;
  padding: 22px;
  background: #fff;
}
.trust-grid strong {
  font-size: 11px;
}
.trust-grid p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.65;
}

/* FAQ */
.faq-section {
  padding-top: 106px;
  padding-bottom: 96px;
}
.faq-grid {
  max-width: 820px;
  margin: 34px auto 0;
  display: grid;
  gap: 8px;
}
.faq-grid details {
  border-bottom: 1px solid var(--line);
}
.faq-grid summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 17px 36px 17px 2px;
  font-size: 12px;
  font-weight: 600;
}
.faq-grid summary::-webkit-details-marker {
  display: none;
}
.faq-grid summary span {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--muted);
  transition: transform 0.16s ease;
}
.faq-grid details[open] summary span {
  transform: translateY(-50%) rotate(45deg);
}
.faq-grid details p {
  margin: 0 0 17px;
  max-width: 650px;
  color: var(--text);
  font-size: 10px;
  line-height: 1.7;
}

/* CLOSING + FOOTER */
.closing-section {
  margin: 0 48px 84px;
  padding: 62px 48px;
  border-radius: 22px;
  text-align: center;
  background: #f3f5ee;
}
.closing-copy {
  max-width: 760px;
  margin: 0 auto;
}
.closing-copy p {
  margin: 12px auto 0;
}
.closing-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  min-height: 35px;
  padding: 0 13px 0 15px;
  border-radius: 999px;
  background: var(--olive);
  color: #fff !important;
  font-size: 10px;
  font-weight: 750;
  box-shadow: none;
}
.closing-cta:hover,
.closing-cta:focus-visible {
  background: #3a5506;
}
.footer {
  background: var(--olive);
  color: #fff;
  padding: 52px 48px 26px;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 0.65fr 0.85fr;
  gap: 50px;
  align-items: start;
}
.brand-lockup--footer {
  color: #fff;
}
.footer-brand p {
  margin: 16px 0 0;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.65;
}
.footer-links,
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-links > span,
.footer-contact > span {
  font-size: 8px;
  color: rgba(255, 255, 255, 0.56);
  font-weight: 700;
  margin-bottom: 5px;
}
.footer-links a,
.footer-contact a {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.86);
}
.footer-contact p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 9px;
  line-height: 1.55;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 56px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
}
.footer-bottom nav {
  display: flex;
  gap: 16px;
}
.footer-bottom a:hover,
.footer-links a:hover,
.footer-contact a:hover {
  color: #fff;
}

/* LIGHTBOX */
.sample-lightbox[hidden] {
  display: none !important;
}
.sample-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.76);
  backdrop-filter: blur(6px);
}
.sample-lightbox__frame {
  width: min(1080px, 100%);
  border-radius: 20px;
  overflow: hidden;
  background: #000;
}
.sample-lightbox__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* REVEAL */
[data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.45s ease,
    transform 0.45s ease;
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* RESPONSIVE */
@media (max-width: 980px) {
  .page-frame {
    padding: 18px;
  }
  .hero {
    min-height: 620px;
    height: 68vh;
  }
  .hero-copy {
    left: 34px;
    bottom: 98px;
    width: min(520px, 68%);
  }
  .section {
    padding-left: 34px;
    padding-right: 34px;
  }
  .closing-section {
    padding-left: 34px;
    padding-right: 34px;
  }
  .footer {
    padding-left: 34px;
    padding-right: 34px;
  }
  .process-section {
    grid-template-columns: 1fr;
  }
  .story-player {
    grid-template-columns: 1fr;
  }
  .story-media,
  .story-media video {
    min-height: 400px;
  }
  .story-steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .story-steps button {
    grid-template-columns: 1fr;
  }
  .story-steps button > span {
    grid-row: auto;
  }
  .process-media {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .page-frame {
    padding: 0;
  }
  .site-shell {
    border-radius: 0;
  }
  .hero {
    min-height: 650px;
    height: 650px;
  }
  .nav {
    left: 18px;
    right: 18px;
    top: 18px;
    grid-template-columns: 1fr auto;
  }
  .nav-links,
  .nav-cta,
  .nav-signin {
    display: none;
  }
  .menu-toggle {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
  .menu-toggle span {
    width: 14px;
    height: 1.4px;
    background: #1b1b1b;
  }
  .hero-copy {
    left: 22px;
    right: 22px;
    bottom: 106px;
    width: auto;
  }
  .hero-copy h1 {
    font-size: clamp(46px, 12vw, 60px);
    max-width: 8ch;
  }
  .hero-copy p {
    font-size: 13px;
    max-width: 330px;
  }
  .hero-actions {
    gap: 12px;
    align-items: center;
  }
  .hero-cta {
    min-height: 40px;
  }
  .section {
    padding: 68px 22px 0;
  }
  .section-head--split,
  .section-head--editorial {
    grid-template-columns: 1fr;
  }
  .transformation-section .section-head--split {
    grid-template-columns: 1fr;
  }
  .transformation-section .section-head--split > p {
    justify-self: start;
    max-width: 100%;
  }
  .section-head--editorial > p {
    justify-self: start;
    max-width: 100%;
    padding: 0;
  }
  .small-cta {
    justify-self: start;
  }
  .transformation {
    grid-template-columns: 1fr;
  }
  .transform-arrow {
    min-height: 42px;
  }
  .transform-arrow svg {
    display: none;
  }
  .deliverable-proof,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .story-player {
    grid-template-columns: 1fr;
  }
  .story-media,
  .story-media video {
    min-height: 330px;
  }
  .story-steps {
    grid-template-columns: 1fr;
  }
  .story-steps button {
    grid-template-columns: 32px 1fr;
  }
  .story-steps button > span {
    grid-row: 1 / 3;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .process-section {
    padding-top: 78px;
  }
  .process-media {
    min-height: 260px;
  }
  .faq-section {
    padding-bottom: 72px;
  }
  .closing-section {
    margin: 0 22px 68px;
    padding: 50px 22px;
  }
  .footer {
    padding: 40px 22px 22px;
  }
  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer-bottom {
    margin-top: 40px;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .story-media video,
  .hero-media {
    animation: none !important;
  }
}

/* Media-led editorial layout */
body.home-page { background: #fff; }
.page-frame { padding: 18px; }
.site-shell { width: min(1680px, 100%); border-radius: 0; }
.hero { min-height: 760px; height: calc(100vh - 36px); border-radius: 0; }
.nav { left: 54px; right: 54px; top: 32px; }
.hero-copy { left: 54px; bottom: 82px; }
.hero-copy h1 { max-width: 10ch; font-size: clamp(62px, 6.2vw, 108px); }
.hero-copy p { max-width: 520px; font-size: 15px; }
.section { max-width: 1540px; margin-inline: auto; padding: 150px 72px 0; }
.section-head h2, .process-copy h2, .closing-copy h2 { font-size: clamp(44px, 4.8vw, 72px); font-weight: 500; }
.section-head p, .process-copy p, .closing-copy p { font-size: 13px; }

.transformation { grid-template-columns: minmax(0, 0.8fr) 74px minmax(0, 1.2fr); gap: 30px; margin-top: 58px; }
.source-proof, .result-proof { border: 0; border-radius: 0; background: transparent; }
.proof-heading { min-height: 52px; padding: 0; border-top: 1px solid var(--line); }
.source-collage, .result-formats { padding: 0; gap: 8px; }
.source-collage img { min-height: 210px; }
.format-preview { border-radius: 0; }
.deliverable-proof { margin-top: 30px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.deliverable-proof span { min-height: 96px; padding: 20px 22px; border-left: 1px solid var(--line); }
.deliverable-proof span:first-child { border-left: 0; }

.story-section { padding-top: 170px; }
.story-player { grid-template-columns: 1fr; gap: 22px; margin-top: 52px; }
.story-media, .story-media video { min-height: 680px; border-radius: 0; }
.story-steps { grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-steps button { min-height: 116px; grid-template-columns: 34px 1fr; padding: 22px 26px; border: 0; border-radius: 0; background: #fff; }
.story-steps button + button { border-left: 1px solid var(--line); }
.story-steps button.is-active { box-shadow: inset 0 2px var(--olive); border-color: transparent; background: #fafbf7; }

.pricing-section { padding-top: 170px; }
.pricing-grid { gap: 0; margin-top: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card, .price-card--primary { border: 0; border-radius: 0; box-shadow: none; background: #fff; }
.price-card + .price-card { border-left: 1px solid var(--line); }
.plan-media { position: relative; min-height: 280px; overflow: hidden; background: #111; }
.plan-media video { width: 100%; height: 100%; min-height: 280px; object-fit: cover; }
.plan-media--vertical video { object-position: center 42%; }
.plan-media span { position: absolute; left: 18px; bottom: 16px; padding: 6px 9px; background: rgba(255,255,255,.92); color: #171717; font-size: 8px; font-weight: 750; }
.price-card__body { padding: 30px 28px 32px; }
.price-card__body p { min-height: 0; }
.price-card__body ul { min-height: 116px; }
.recommended { left: 24px; top: -14px; border-radius: 0; background: var(--olive); }

.process-section { grid-template-columns: minmax(0, 1.18fr) minmax(360px, .82fr); gap: 70px; padding-top: 170px; }
.process-media { min-height: 560px; border-radius: 0; }
.process-list { gap: 0; margin-top: 38px; border-top: 1px solid var(--line); }
.process-list li { min-height: 78px; align-content: center; padding: 16px 0; border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }

.trust-section { padding-top: 170px; }
.trust-grid { gap: 0; margin-top: 56px; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; background: transparent; }
.trust-grid article { min-height: 176px; padding: 28px; border-left: 1px solid var(--line); }
.trust-grid article:first-child { border-left: 0; }
.faq-section { padding-top: 170px; padding-bottom: 150px; }

.closing-section { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; margin: 0 18px 110px; padding: 90px 48px; border-radius: 0; background: #111; color: #fff; }
.closing-media, .closing-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-media { object-fit: cover; }
.closing-shade { background: rgba(9, 11, 6, .54); }
.closing-copy { position: relative; z-index: 2; }
.closing-copy p { color: rgba(255,255,255,.78); }
.closing-cta { background: #fff; color: #171717 !important; }

@media (max-width: 980px) {
  .section { padding-left: 38px; padding-right: 38px; }
  .story-media, .story-media video { min-height: 520px; }
  .process-section { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .page-frame { padding: 0; }
  .hero { min-height: 700px; height: 700px; }
  .nav { left: 22px; right: 22px; top: 20px; }
  .hero-copy { left: 22px; right: 22px; bottom: 74px; }
  .section { padding: 108px 22px 0; }
  .transformation { grid-template-columns: 1fr; gap: 26px; }
  .source-collage img { min-height: 145px; }
  .story-section, .pricing-section, .trust-section, .faq-section { padding-top: 118px; }
  .story-media, .story-media video { min-height: 390px; }
  .story-steps { grid-template-columns: 1fr; }
  .story-steps button + button { border-left: 0; border-top: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card + .price-card { border-left: 0; border-top: 1px solid var(--line); }
  .plan-media, .plan-media video { min-height: 340px; }
  .deliverable-proof, .trust-grid { grid-template-columns: 1fr; }
  .deliverable-proof span, .trust-grid article { border-left: 0; border-top: 1px solid var(--line); }
  .closing-section { min-height: 540px; margin: 0 0 80px; padding: 60px 22px; }
}

/* Premium editorial system */
:root {
  --page: #ffffff;
  --paper: #ffffff;
  --ink: #171a18;
  --text: #676d68;
  --muted: #8b918c;
  --olive: #52651f;
  --olive-2: #52651f;
  --acid: #d5ea59;
  --line: rgba(30, 42, 34, 0.08);
  --soft: #f4f5f2;
  --blue-soft: #e8effb;
  --radius: 22px;
}

body.home-page {
  background: #fff;
}

.page-frame {
  padding: 0;
}

.site-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.hero {
  min-height: 720px;
  height: min(88vh, 860px);
  padding: 86px 24px 24px;
  background: #fff;
  color: #fff;
}

.hero-media,
.hero-overlay {
  inset: 86px 24px 24px;
  width: calc(100% - 48px);
  height: calc(100% - 110px);
  border-radius: 22px;
}

.hero-media {
  object-position: center 56%;
  transform: none;
  filter: saturate(0.9) contrast(1.02) brightness(0.9);
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(8, 12, 8, 0.04), rgba(8, 12, 8, 0.28)),
    linear-gradient(90deg, rgba(8, 12, 8, 0.18), transparent 58%);
}

.nav {
  left: clamp(28px, 4vw, 68px);
  right: clamp(28px, 4vw, 68px);
  top: 0;
  min-height: 86px;
  color: var(--ink);
}

.brand-lockup {
  color: var(--ink);
}

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

.brand-name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.045em;
}

.brand-name span {
  color: #7c827d;
  opacity: 1;
}

.nav-links {
  gap: 30px;
}

.nav-links a,
.nav-signin {
  color: #414642 !important;
  font-size: 11px;
  font-weight: 550;
}

.nav-cta,
.hero-cta {
  background: var(--acid);
  color: #1d211b !important;
  box-shadow: none;
}

.nav-cta {
  min-height: 40px;
  padding: 0 16px 0 18px;
}

.nav-cta:hover,
.nav-cta:focus-visible,
.hero-cta:hover,
.hero-cta:focus-visible {
  background: #c9dd50;
}

.hero-copy {
  left: 50%;
  right: auto;
  top: calc(50% + 35px);
  bottom: auto;
  width: min(780px, calc(100% - 96px));
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-copy h1 {
  max-width: 12ch;
  margin: 0 auto;
  font-size: clamp(52px, 6vw, 92px);
  line-height: 0.93;
  font-weight: 650;
  letter-spacing: -0.064em;
  text-wrap: balance;
}

.hero-copy p {
  max-width: 540px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.55;
}

.hero-actions {
  justify-content: center;
  margin-top: 24px;
}

.hero-cta {
  min-height: 42px;
  padding: 0 18px 0 20px;
}

.hero-sample {
  color: #fff;
}

main {
  background: #fff;
}

.section {
  width: min(1420px, 100%);
  margin-inline: auto;
  padding: 138px clamp(28px, 5vw, 76px) 0;
}

.section-head h2,
.process-copy h2,
.closing-copy h2 {
  font-size: clamp(38px, 4.1vw, 62px);
  line-height: 0.99;
  font-weight: 520;
  letter-spacing: -0.058em;
}

.section-head p,
.process-copy p,
.closing-copy p {
  color: #737a74;
  font-size: 13px;
  line-height: 1.65;
}

.section-head--split,
.section-head--editorial {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  align-items: end;
  gap: clamp(44px, 8vw, 118px);
}

.transformation-section .section-head--split {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
}

.transformation-section .section-head--split > p {
  max-width: 390px;
}

.editorial-proof {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.7fr) minmax(0, 0.88fr);
  gap: 20px;
  align-items: stretch;
  margin-top: 58px;
}

.editorial-proof__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.editorial-proof__copy .source-collage {
  display: grid;
  grid-template-columns: 1.35fr 0.82fr 0.82fr;
  gap: 7px;
  padding: 0;
}

.editorial-proof__copy .source-collage img {
  width: 100%;
  min-height: 126px;
  height: 126px;
  border-radius: 16px;
  object-fit: cover;
}

.editorial-proof__copy h3 {
  max-width: 13ch;
  margin: 32px 0 14px;
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.04;
  font-weight: 520;
  letter-spacing: -0.05em;
}

.editorial-proof__copy > p {
  max-width: 410px;
  margin: 0;
  color: #747b75;
  font-size: 12px;
  line-height: 1.65;
}

.input-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.input-tags span {
  padding: 8px 11px;
  border: 0;
  border-radius: 999px;
  background: var(--soft);
  color: #555b56;
  font-size: 9px;
}

.round-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 30px;
  color: #2c312d;
  font-size: 10px;
  font-weight: 650;
}

.round-link span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--soft);
}

.editorial-proof__vertical {
  position: relative;
  min-width: 0;
  min-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  background: #1d211d;
  color: #fff;
}

.editorial-proof__vertical::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(transparent, rgba(8, 10, 8, 0.72));
}

.editorial-proof__vertical video {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.editorial-proof__vertical > span,
.editorial-proof__vertical > strong {
  position: absolute;
  z-index: 2;
  left: 22px;
}

.editorial-proof__vertical > span {
  bottom: 52px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 9px;
}

.editorial-proof__vertical > strong {
  bottom: 24px;
  font-size: 18px;
  font-weight: 560;
  letter-spacing: -0.035em;
}

.editorial-proof__details {
  min-width: 0;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 14px;
}

.editorial-proof__details dl {
  display: grid;
  gap: 7px;
  margin: 0;
  border: 0;
}

.editorial-proof__details dl > div {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: var(--soft);
}

.editorial-proof__details dt,
.editorial-proof__details dd {
  font-size: 10px;
}

.editorial-proof__details dt {
  color: #8b918c;
}

.editorial-proof__details dd {
  margin: 0;
  color: #292e2a;
  font-weight: 650;
  text-align: right;
}

.fidelity-note {
  display: grid;
  align-content: end;
  padding: 26px;
  border-radius: 22px;
  background: var(--soft);
}

.fidelity-note > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  border-radius: 50%;
  background: var(--acid);
  color: #27301b;
  font-size: 13px;
}

.fidelity-note p {
  margin: 74px 0 0;
  color: #6e756f;
  font-size: 10px;
  line-height: 1.55;
}

.fidelity-note strong {
  display: block;
  margin-bottom: 8px;
  color: #252a26;
  font-size: 15px;
  font-weight: 560;
  letter-spacing: -0.025em;
}

.deliverable-proof {
  gap: 10px;
  margin-top: 20px;
  border: 0;
  background: transparent;
}

.deliverable-proof span {
  min-height: 94px;
  padding: 20px;
  border: 0;
  border-radius: 18px;
  background: var(--soft);
  color: #777e78;
  font-size: 9px;
}

.deliverable-proof strong {
  color: #252a26;
  font-size: 14px;
  font-weight: 560;
}

.demo-disclosure {
  margin-top: 12px;
  color: #989e99;
  font-size: 8px;
}

.story-section,
.pricing-section,
.trust-section,
.faq-section {
  padding-top: 154px;
}

.story-player {
  gap: 14px;
  margin-top: 48px;
}

.story-media,
.story-media video {
  min-height: 620px;
  border-radius: 24px;
}

.story-steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border: 0;
}

.story-steps button {
  min-height: 132px;
  grid-template-columns: 42px 1fr;
  padding: 22px;
  border: 0;
  border-radius: 20px;
  background: var(--soft);
  box-shadow: none;
}

.story-steps button + button {
  border: 0;
}

.story-steps button.is-active {
  border: 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(35, 49, 40, 0.04), 0 16px 42px rgba(35, 49, 40, 0.07);
}

.story-steps button > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #fff;
  color: #7a817b;
  font-size: 10px;
  font-weight: 700;
}

.story-steps button.is-active > span {
  background: #202420;
  color: #fff;
}

.story-steps strong {
  font-size: 13px;
  font-weight: 650;
}

.story-steps p {
  margin-top: 7px;
  color: #858b86;
  font-size: 9px;
  line-height: 1.45;
}

.pricing-grid {
  gap: 14px;
  margin-top: 52px;
  border: 0;
}

.price-card,
.price-card--primary {
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: var(--soft);
  box-shadow: 0 1px 2px rgba(35, 49, 40, 0.035);
}

.price-card + .price-card {
  border: 0;
}

.plan-media,
.plan-media video {
  min-height: 260px;
}

.plan-media {
  margin: 12px 12px 0;
  border-radius: 17px;
}

.price-card__body {
  padding: 28px;
}

.recommended {
  left: 24px;
  top: 24px;
  border-radius: 999px;
  background: var(--acid);
  color: #20251c;
}

/* Client-workspace visual: real product UI on a quiet colored stage. */
.process-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding-top: 154px;
}

.process-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  align-items: end;
  gap: clamp(44px, 8vw, 118px);
}

.process-copy p {
  max-width: 390px;
  margin: 0;
  justify-self: end;
}

.process-media {
  min-height: 680px;
  margin-top: 52px;
  overflow: hidden;
  border-radius: 30px;
  background: var(--blue-soft);
}

.process-stage {
  position: relative;
  min-height: 680px;
  padding: 72px 7% 54px;
  overflow: hidden;
}

.process-stage::before,
.process-stage::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  filter: blur(1px);
}

.process-stage::before {
  width: 460px;
  height: 460px;
  left: -120px;
  top: -210px;
}

.process-stage::after {
  width: 340px;
  height: 340px;
  right: -120px;
  bottom: -170px;
}

.process-stage > img {
  position: relative;
  z-index: 1;
  width: min(1120px, 94%);
  margin: 0 auto;
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(42, 63, 98, 0.18);
}

.process-float {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: 14px 17px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 38px rgba(42, 63, 98, 0.16);
}

.process-float span {
  color: #7d8798;
  font-size: 9px;
}

.process-float strong {
  color: #182033;
  font-size: 12px;
  font-weight: 700;
}

.process-float strong i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background: #2cad70;
}

.process-float--status {
  left: 4%;
  top: 35%;
}

.process-float--delivery {
  right: 4%;
  bottom: 12%;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
  border: 0;
}

.process-list li {
  min-height: 150px;
  display: grid;
  grid-template-columns: 34px 1fr;
  align-content: start;
  gap: 13px;
  padding: 22px;
  border: 0;
  border-radius: 20px;
  background: var(--soft);
}

.process-list li > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  grid-row: 1 / 3;
  border-radius: 12px;
  background: #fff;
  color: #7d837e;
  font-size: 9px;
  font-weight: 700;
}

.process-list strong {
  align-self: center;
  font-size: 13px;
  font-weight: 650;
}

.process-list p {
  grid-column: 2;
  margin: 0;
  color: #808782;
  font-size: 9px;
  line-height: 1.5;
}

.trust-grid {
  gap: 12px;
  margin-top: 48px;
  border: 0;
}

.trust-grid article {
  min-height: 168px;
  padding: 26px;
  border: 0;
  border-radius: 20px;
  background: var(--soft);
}

.faq-section {
  padding-bottom: 138px;
}

.closing-section {
  min-height: 600px;
  margin: 0 24px 24px;
  border-radius: 24px;
}

.footer {
  background: #29332f;
}

@media (max-width: 980px) {
  .section {
    padding-left: 34px;
    padding-right: 34px;
  }

  .editorial-proof {
    grid-template-columns: 1fr 0.8fr;
  }

  .editorial-proof__details {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 1fr;
  }

  .fidelity-note p {
    margin-top: 28px;
  }

  .story-media,
  .story-media video {
    min-height: 500px;
  }

  .process-media,
  .process-stage {
    min-height: 560px;
  }

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

@media (max-width: 760px) {
  .hero {
    min-height: 680px;
    height: 680px;
    padding: 76px 12px 12px;
  }

  .hero-media,
  .hero-overlay {
    inset: 76px 12px 12px;
    width: calc(100% - 24px);
    height: calc(100% - 88px);
    border-radius: 18px;
  }

  .nav {
    left: 20px;
    right: 20px;
    min-height: 76px;
  }

  .brand-name {
    font-size: 13px;
  }

  .menu-toggle span {
    background: #202420;
  }

  .nav-signin {
    display: inline-flex;
  }

  .hero-copy {
    top: calc(50% + 30px);
    width: calc(100% - 52px);
  }

  .hero-copy h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .hero-copy p {
    font-size: 12px;
  }

  .section {
    padding: 100px 20px 0;
  }

  .section-head--split,
  .section-head--editorial,
  .transformation-section .section-head--split,
  .process-copy {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .process-copy p {
    justify-self: start;
  }

  .editorial-proof {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .editorial-proof__vertical,
  .editorial-proof__vertical video {
    min-height: 560px;
  }

  .editorial-proof__details {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

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

  .story-section,
  .pricing-section,
  .trust-section,
  .faq-section,
  .process-section {
    padding-top: 112px;
  }

  .story-media,
  .story-media video {
    min-height: 380px;
  }

  .story-steps {
    grid-template-columns: 1fr;
  }

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

  .process-media,
  .process-stage {
    min-height: 410px;
  }

  .process-stage {
    padding: 44px 5% 30px;
  }

  .process-stage > img {
    width: 112%;
    max-width: none;
    margin-left: -6%;
    border-radius: 16px;
  }

  .process-float--status {
    left: 16px;
    top: 58%;
  }

  .process-float--delivery {
    right: 16px;
    bottom: 20px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .closing-section {
    min-height: 540px;
    margin: 0 12px 12px;
  }
}
