:root {
  --paper: #eeede3;
  --paper-soft: #f7f5eb;
  --ink: #1d1915;
  --ink-soft: #3b3832;
  --muted: #77736b;
  --line: #cfccc1;
  --panel: #d7d5cc;
  --blue: #0474bd;
  --orange: #ff6101;
  --orange-dark: #d94e00;
  --shadow: 0 10px 0 rgba(29, 25, 21, 0.22);
  --container: min(100% - clamp(32px, 6vw, 96px), 1260px);
  --font: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-family: var(--font);
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: 0;
  overflow-x: hidden;
}

body * {
  font-family: var(--font);
}

button,
textarea,
a {
  font: inherit;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(238, 237, 227, 0.94);
  border-bottom: 1px solid rgba(29, 25, 21, 0.18);
  backdrop-filter: blur(8px);
}

.header-inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.wordmark,
.footer-wordmark {
  margin: 0;
  color: var(--ink);
  font-size: clamp(32px, 3.4vw, 58px);
  font-weight: 900;
  line-height: 0.9;
  text-transform: lowercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 3vw, 48px);
  color: var(--ink);
  font-size: clamp(16px, 1.3vw, 22px);
  font-weight: 900;
  text-transform: lowercase;
}

.desktop-nav a {
  white-space: nowrap;
}

.mobile-menu-button,
.mobile-nav {
  display: none;
}

.campaign-hero,
.closing-campaign {
  position: relative;
  min-height: clamp(620px, 78vh, 860px);
  overflow: hidden;
  background: var(--ink);
  isolation: isolate;
}

.hero-image,
.closing-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(0.96) brightness(0.9);
}

.hero-image {
  object-position: 50% 50%;
}

.closing-image {
  object-position: 50% 50%;
}

.campaign-hero::after,
.closing-campaign::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(29, 25, 21, 0.05), rgba(29, 25, 21, 0.08)),
    linear-gradient(90deg, rgba(29, 25, 21, 0.12), rgba(29, 25, 21, 0));
  pointer-events: none;
}

.hero-content,
.closing-content {
  min-height: inherit;
  position: relative;
  display: grid;
  align-items: end;
}

.hero-title,
.closing-title {
  width: min(720px, 58vw);
  margin-left: clamp(0px, 1.5vw, 24px);
  margin-bottom: clamp(124px, 18vh, 186px);
}

.hero-title h1,
.closing-title h2 {
  width: 100%;
  margin: 0;
  color: var(--orange);
  font-size: clamp(78px, 10vw, 146px);
  font-weight: 900;
  line-height: 0.82;
  text-align: right;
  text-transform: lowercase;
}

.hero-title p,
.closing-title p {
  width: 100%;
  margin: clamp(8px, 1vw, 14px) 0 0;
  color: var(--paper);
  font-size: clamp(32px, 4.1vw, 62px);
  font-weight: 900;
  line-height: 0.94;
  text-align: right;
  white-space: nowrap;
  text-transform: lowercase;
}

.hero-lower {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(34px, 6vh, 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(24px, 4vw, 72px);
}

.hero-support {
  margin: 0;
  color: var(--paper);
  font-size: clamp(22px, 2.2vw, 36px);
  font-weight: 900;
  line-height: 1.02;
}

.hero-actions {
  display: flex;
  gap: 18px;
}

.button {
  min-width: clamp(180px, 15vw, 260px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid rgba(29, 25, 21, 0.22);
  box-shadow: 0 5px 0 rgba(29, 25, 21, 0.22);
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 900;
  text-align: center;
  text-transform: lowercase;
}

.button-primary {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange-dark);
}

.tool-section {
  padding: clamp(90px, 12vw, 170px) 0 clamp(100px, 12vw, 180px);
  background: var(--paper);
  border-bottom: 1px solid rgba(29, 25, 21, 0.18);
}

.tool-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.36fr) minmax(520px, 0.64fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
}

.eyebrow {
  margin: 0;
  color: var(--orange);
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 900;
  line-height: 1;
  text-transform: lowercase;
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  width: fit-content;
  margin-bottom: clamp(22px, 2.5vw, 42px);
  padding-bottom: 5px;
  transform: rotate(-4deg);
  transform-origin: left center;
}

.section-heading > .eyebrow::after,
.future-inner > .eyebrow::after,
.why-grid > .eyebrow::after {
  display: none;
  content: "";
}

.section-heading h2 {
  max-width: 590px;
  margin: 0 0 clamp(20px, 2vw, 32px);
  color: var(--ink);
  font-size: clamp(62px, 7.4vw, 116px);
  font-weight: 900;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: lowercase;
}

.section-heading p:not(.eyebrow) {
  max-width: 470px;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(20px, 1.9vw, 30px);
  font-weight: 700;
  line-height: 1.12;
}

.product-preview {
  padding: clamp(28px, 3vw, 48px);
  background: var(--panel);
  border: 1px solid #bdbab0;
  box-shadow: 0 4px 0 rgba(29, 25, 21, 0.18);
}

.preview-input {
  width: 100%;
  min-height: clamp(170px, 17vw, 250px);
  resize: vertical;
  display: block;
  padding: clamp(22px, 2vw, 32px);
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid #c3c0b6;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(29, 25, 21, 0.17);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

.preview-input::placeholder {
  color: #77736b;
}

.privacy-note {
  margin: 14px 0 22px;
  color: #77736b;
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 900;
  text-transform: lowercase;
}

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

.preview-tools button {
  min-height: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: clamp(20px, 2vw, 30px);
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid #c8c5bb;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(29, 25, 21, 0.16);
  cursor: pointer;
  text-align: left;
}

.preview-tools button.is-selected {
  color: var(--orange);
  background: #fff6eb;
  border-color: var(--orange);
}

.preview-tools strong {
  display: block;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
  line-height: 1.02;
}

.preview-tools span {
  color: var(--muted);
  font-size: clamp(14px, 1.15vw, 18px);
  font-weight: 700;
  line-height: 1.2;
}

.result-separator {
  margin: 18px 0;
  padding: 16px 18px;
  color: var(--orange);
  background: var(--paper-soft);
  border: 1px solid #c8c5bb;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(29, 25, 21, 0.16);
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: lowercase;
}

.preview-result {
  min-height: 230px;
  padding: clamp(22px, 2vw, 32px);
  color: var(--ink);
  background: var(--paper-soft);
  border: 1px solid #c8c5bb;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(29, 25, 21, 0.16);
}

.preview-result > .eyebrow {
  margin-bottom: 20px;
  font-size: clamp(18px, 1.4vw, 24px);
}

.result-content {
  color: var(--ink);
  font-size: clamp(18px, 1.35vw, 23px);
  font-weight: 700;
  line-height: 1.45;
}

.result-content p {
  margin: 0;
}

.result-section + .result-section {
  margin-top: 22px;
}

.result-section h3 {
  margin: 0 0 8px;
  color: var(--orange);
  font-size: clamp(17px, 1.2vw, 22px);
  font-weight: 900;
  text-transform: lowercase;
}

.result-section ol {
  margin: 0;
  padding-left: 1.3em;
}

.refinement-controls {
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid #c8c5bb;
}

.refinement-controls p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
}

.refinement-controls div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.refinement-controls button {
  padding: 10px 12px;
  color: var(--muted);
  background: transparent;
  border: 1px solid #c8c5bb;
  border-radius: 5px;
}

.campaign-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(86px, 9vw, 150px) 0;
  background: var(--ink);
  border-bottom: 1px solid rgba(238, 237, 227, 0.2);
  isolation: isolate;
}

.campaign-strip::before,
.future-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url("./_assets/backgrounds/why_ask_why%202.1.png");
  background-repeat: repeat;
  background-size: clamp(520px, 62vw, 920px) auto;
  background-position: center top;
  opacity: 1;
  pointer-events: none;
}

.campaign-strip::before {
  inset: -14% -8%;
  background-size: clamp(560px, 54vw, 860px) auto;
  background-position: center 12%;
  transform: rotate(-4deg) skewY(-2deg) scale(1.12);
  transform-origin: center;
}

.campaign-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(820px, 72vw);
  margin-inline: auto;
  gap: clamp(28px, 4vw, 68px);
  align-items: end;
}

.campaign-panel {
  min-height: clamp(250px, 24vw, 380px);
  aspect-ratio: 1 / 1.1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(22px, 2.4vw, 38px);
  color: var(--paper);
  background: var(--orange);
  border: 1px solid var(--orange-dark);
  border-radius: 5px;
  box-shadow: var(--shadow);
}

.campaign-panel:nth-child(1) {
  transform: translateY(-2.2vw);
}

.campaign-panel:nth-child(2) {
  transform: translateY(1.8vw);
}

.campaign-panel p {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--paper);
  font-size: clamp(30px, 4vw, 62px);
  font-weight: 900;
  line-height: 0.92;
  text-align: right;
  text-transform: lowercase;
}

.campaign-panel p + p {
  align-self: flex-end;
  margin-top: clamp(66px, 9vw, 140px);
}

.future-strip {
  position: relative;
  overflow: hidden;
  padding: clamp(96px, 11vw, 170px) 0;
  color: var(--paper);
  background: var(--ink);
  isolation: isolate;
}

.future-strip::before {
  inset: 0 auto auto 0;
  z-index: 0;
  width: min(360px, 24vw);
  height: 58%;
  opacity: 0.18;
  background-size: 560px auto;
  background-position: left top;
  transform: translate(-5vw, -3vw);
}

.future-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(170px, 0.18fr) minmax(0, 0.58fr) minmax(210px, 0.24fr);
  gap: clamp(36px, 5vw, 78px);
  align-items: start;
}

.future-copy h2 {
  max-width: 760px;
  margin: 0;
  color: var(--paper);
  font-size: clamp(62px, 7.8vw, 126px);
  font-weight: 900;
  line-height: 0.92;
  text-transform: lowercase;
}

.future-copy p {
  max-width: 780px;
  margin: clamp(28px, 3vw, 46px) 0 0;
  color: #c9c5bb;
  font-size: clamp(20px, 1.8vw, 31px);
  font-weight: 900;
  line-height: 1.18;
}

.future-tags {
  display: grid;
  gap: 14px;
  width: 100%;
}

.future-tags span {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  color: var(--orange);
  background: var(--paper);
  border: 1px solid rgba(238, 237, 227, 0.28);
  border-radius: 5px;
  font-size: clamp(16px, 1.25vw, 22px);
  font-weight: 900;
  text-align: center;
  text-transform: lowercase;
}

.why-section {
  padding: clamp(90px, 11vw, 170px) 0;
  background: var(--paper);
  border-bottom: 1px solid rgba(29, 25, 21, 0.16);
}

.why-grid {
  display: grid;
  grid-template-columns: minmax(170px, 0.18fr) minmax(0, 0.82fr);
  gap: clamp(42px, 5vw, 86px);
  align-items: start;
}

.why-composition {
  display: grid;
  gap: clamp(12px, 1.3vw, 22px);
  max-width: none;
  justify-items: stretch;
}

.why-line {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0 0.1em;
  color: var(--ink);
  background: rgba(255, 205, 138, 0.48);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(24px, 2.8vw, 50px);
  font-weight: 900;
  line-height: 1.04;
}

.why-line-one {
  justify-self: end;
  text-align: right;
}

.why-line-two,
.why-line-three {
  justify-self: start;
}

.why-line-four {
  justify-self: center;
}

.why-line-aside {
  justify-self: end;
  font-size: clamp(15px, 1.45vw, 26px);
  font-weight: 900;
  line-height: 1.08;
  text-align: right;
}

.why-line-closing {
  justify-self: end;
  color: var(--orange);
  font-size: clamp(26px, 3vw, 54px);
  font-weight: 900;
}

.site-footer {
  padding: clamp(42px, 5vw, 70px) 0;
  background: var(--paper);
  border-top: 1px solid rgba(29, 25, 21, 0.18);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
}

.footer-notes {
  display: grid;
  gap: 10px;
  color: #9a968d;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 900;
  text-align: right;
  text-transform: lowercase;
}

.footer-notes p {
  margin: 0;
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu-button {
    width: 64px;
    height: 64px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0;
    background: transparent;
    border: 4px solid var(--ink);
    border-radius: 18px;
    cursor: pointer;
  }

  .mobile-menu-button span {
    width: 28px;
    height: 4px;
    background: var(--ink);
    border-radius: 999px;
  }

  .mobile-nav {
    display: none;
    width: var(--container);
    margin: 0 auto 22px;
    padding: 18px;
    background: var(--ink);
    color: var(--paper);
    border-radius: 8px;
  }

  .mobile-nav.is-open {
    display: grid;
    gap: 14px;
  }

  .tool-layout,
  .why-grid,
  .future-inner {
    grid-template-columns: 1fr;
  }

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

  .campaign-panel:nth-child(1),
  .campaign-panel:nth-child(2) {
    transform: none;
  }

  .future-tags {
    max-width: 520px;
  }

  .why-line,
  .why-line-one,
  .why-line-two,
  .why-line-three,
  .why-line-four,
  .why-line-aside,
  .why-line-closing {
    width: fit-content;
    justify-self: start;
    text-align: left;
  }
}

/* Final polish pass: floating effects and prompt alignment: 2026-05-27 */
:root {
  --float-soft: 4px 4px 0 rgba(0, 0, 0, 0.18);
  --float-panel: 5px 5px 0 rgba(0, 0, 0, 0.18);
  --float-text-orange: 2px 2px 0 rgba(26, 23, 21, 0.12);
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  text-shadow: var(--float-text-orange) !important;
}

.button,
.future-tags span,
.campaign-panel,
.why-copy.why-composition {
  box-shadow: var(--float-panel) !important;
}

.product-preview {
  overflow: hidden !important;
  box-shadow: 4px 4px 0 rgba(26, 23, 21, 0.12) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  box-shadow: 3px 3px 0 rgba(26, 23, 21, 0.1) !important;
}

.preview-tools button {
  align-items: center !important;
  text-align: center !important;
}

.preview-tools strong,
.preview-tools span {
  width: 100% !important;
  text-align: center !important;
}

.why-copy.why-composition {
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2) !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
}

.closing-image {
  object-position: center top !important;
}

/* Refinement pass after hero/outro approval: 2026-05-26 */
:root {
  --ink: #1a1715;
  --ink-soft: #332f2b;
}

.wordmark,
.footer-wordmark,
.desktop-nav,
.section-heading h2 {
  color: var(--ink) !important;
}

.section-heading > .eyebrow {
  font-size: clamp(44px, 4.35vw, 70px) !important;
  line-height: 0.96 !important;
  margin-bottom: clamp(18px, 2vw, 34px) !important;
  transform: none !important;
  text-shadow: none !important;
}

.product-preview {
  box-shadow: 3px 4px 0 rgba(26, 23, 21, 0.12) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  box-shadow: 2px 3px 0 rgba(26, 23, 21, 0.10) !important;
}

.preview-result > .eyebrow {
  margin-bottom: 18px !important;
  color: #77736b !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
}

.result-separator {
  color: var(--blue) !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
}

.campaign-strip::before {
  inset: -18% -12% !important;
  opacity: 1 !important;
  filter: none !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transform: none !important;
  image-rendering: auto !important;
}

.campaign-grid {
  max-width: min(1140px, 84vw) !important;
  gap: clamp(108px, 11vw, 184px) !important;
}

.campaign-panel,
.campaign-panel:nth-child(1),
.campaign-panel:nth-child(2) {
  transform: none !important;
  rotate: 0deg !important;
  perspective: none !important;
}

.campaign-panel {
  min-height: clamp(306px, 27.5vw, 438px) !important;
  aspect-ratio: 1 / 1.08 !important;
  border-radius: 0 !important;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.22) !important;
}

.campaign-panel p {
  font-size: clamp(44px, 4.85vw, 78px) !important;
  line-height: 0.88 !important;
}

.future-inner > .eyebrow,
.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(54px, 5.2vw, 84px) !important;
  line-height: 0.96 !important;
  transform: none !important;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.16) !important;
}

.future-copy {
  transform: translateX(clamp(-42px, -3vw, -18px)) !important;
}

.future-copy h2 {
  font-size: clamp(80px, 7.3vw, 120px) !important;
  line-height: 0.88 !important;
}

.future-copy p {
  display: block !important;
  margin-top: clamp(24px, 2.5vw, 40px) !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  line-height: 1.24 !important;
}

.why-copy.why-composition {
  gap: 12px !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  font-size: clamp(16px, 1.38vw, 22px) !important;
  line-height: 1.24 !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(16px, 1.38vw, 22px) !important;
}

.closing-image {
  transform: scale(1.012) !important;
  transform-origin: center center !important;
}

@media (max-width: 980px) {
  .campaign-grid {
    gap: clamp(42px, 7vw, 80px) !important;
  }

  .future-copy {
    transform: none !important;
  }
}

/* Absolute final narrow why/later lock: 2026-05-26 */
.future-strip,
.why-section {
  width: min(100%, 1260px) !important;
  margin-inline: auto !important;
}

.future-copy p {
  line-height: 1.24 !important;
}

.why-section {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(84px, 8vw, 134px) 0 !important;
  background: var(--ink) !important;
  isolation: isolate !important;
}

.why-section::before {
  content: "" !important;
  position: absolute !important;
  inset: -24% -18% !important;
  z-index: -1 !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 72% 38% !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  image-rendering: auto !important;
  pointer-events: none !important;
}

.why-grid {
  grid-template-columns: minmax(340px, 0.34fr) minmax(620px, 0.66fr) !important;
  gap: clamp(54px, 6vw, 108px) !important;
  align-items: start !important;
}

.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(58px, 5.6vw, 92px) !important;
  line-height: 0.94 !important;
  margin: 0 !important;
  text-shadow: var(--orange-word-lift) !important;
  transform: none !important;
}

.why-copy.why-composition {
  width: min(100%, 840px) !important;
  justify-self: end !important;
  display: grid !important;
  gap: clamp(12px, 1vw, 18px) !important;
  margin-top: clamp(34px, 3.6vw, 62px) !important;
  padding: clamp(30px, 3vw, 48px) !important;
  background: var(--orange) !important;
  border-radius: 0 !important;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.2) !important;
  transform: none !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: clamp(26px, 2.35vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  text-align: right !important;
  text-shadow: none !important;
}

.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(26px, 2.35vw, 40px) !important;
  text-transform: lowercase !important;
}

@media (max-width: 980px) {
  .future-strip,
  .why-section {
    width: 100% !important;
  }

  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .why-copy.why-composition {
    justify-self: start !important;
    margin-top: 0 !important;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    text-align: left !important;
  }
}

/* Narrow why/later correction lock: 2026-05-26 */
.future-strip,
.why-section {
  width: min(100%, 1260px) !important;
  margin-inline: auto !important;
}

.future-copy p {
  line-height: 1.24 !important;
}

.why-section {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(84px, 8vw, 134px) 0 !important;
  background: var(--ink) !important;
  isolation: isolate !important;
}

.why-section::before {
  content: "" !important;
  position: absolute !important;
  inset: -24% -18% !important;
  z-index: -1 !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 72% 38% !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  image-rendering: auto !important;
  pointer-events: none !important;
}

.why-grid {
  grid-template-columns: minmax(340px, 0.34fr) minmax(620px, 0.66fr) !important;
  gap: clamp(54px, 6vw, 108px) !important;
  align-items: start !important;
}

.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(58px, 5.6vw, 92px) !important;
  line-height: 0.94 !important;
  margin: 0 !important;
  text-shadow: var(--orange-word-lift) !important;
  transform: none !important;
}

.why-copy.why-composition {
  width: min(100%, 840px) !important;
  justify-self: end !important;
  display: grid !important;
  gap: clamp(12px, 1vw, 18px) !important;
  margin-top: clamp(34px, 3.6vw, 62px) !important;
  padding: clamp(30px, 3vw, 48px) !important;
  background: var(--orange) !important;
  border-radius: 0 !important;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.2) !important;
  transform: none !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: clamp(26px, 2.35vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  text-align: right !important;
  text-shadow: none !important;
}

.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(26px, 2.35vw, 40px) !important;
  text-transform: lowercase !important;
}

@media (max-width: 980px) {
  .future-strip,
  .why-section {
    width: 100% !important;
  }

  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .why-copy.why-composition {
    justify-self: start !important;
    margin-top: 0 !important;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    text-align: left !important;
  }
}

/* Precise middle-page visual correction: 2026-05-26 */
:root {
  --orange-word-lift: 1px 1px 0 rgba(26, 23, 21, 0.11);
  --panel-lift: 3px 4px 0 rgba(26, 23, 21, 0.12);
  --panel-lift-dark: 4px 5px 0 rgba(0, 0, 0, 0.2);
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow,
.campaign-panel p,
.why-composition .why-line-closing {
  text-shadow: var(--orange-word-lift) !important;
}

.tool-section {
  padding-top: clamp(82px, 8vw, 132px) !important;
  padding-bottom: clamp(92px, 9vw, 148px) !important;
}

.tool-layout {
  grid-template-columns: minmax(400px, 0.4fr) minmax(560px, 0.6fr) !important;
  gap: clamp(48px, 5.8vw, 96px) !important;
  align-items: start !important;
}

.section-heading {
  padding-top: 0 !important;
}

.section-heading > .eyebrow {
  font-size: clamp(56px, 5.4vw, 88px) !important;
  line-height: 0.94 !important;
  margin-bottom: clamp(18px, 2vw, 34px) !important;
  white-space: nowrap !important;
}

.section-heading h2 {
  max-width: 570px !important;
  font-size: clamp(88px, 8vw, 134px) !important;
  line-height: 0.86 !important;
  text-align: right !important;
}

.section-heading p:not(.eyebrow) {
  max-width: 500px !important;
  margin-top: clamp(24px, 2.3vw, 38px) !important;
  color: #77736b !important;
  font-size: clamp(19px, 1.7vw, 28px) !important;
  line-height: 1.18 !important;
}

.product-preview {
  box-shadow: var(--panel-lift) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  box-shadow: 2px 3px 0 rgba(26, 23, 21, 0.09) !important;
}

.preview-result > .eyebrow {
  color: var(--blue) !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.result-content,
.result-content p {
  color: #77736b !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 1.22 !important;
}

.campaign-strip::before {
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  image-rendering: auto !important;
}

.campaign-grid {
  max-width: min(1200px, 86vw) !important;
  gap: clamp(130px, 12.5vw, 220px) !important;
}

.campaign-panel,
.campaign-panel:nth-child(1),
.campaign-panel:nth-child(2) {
  transform: none !important;
  rotate: 0deg !important;
  perspective: none !important;
}

.campaign-panel {
  min-height: clamp(330px, 29vw, 470px) !important;
  aspect-ratio: 1 / 1.08 !important;
  padding: clamp(24px, 2.2vw, 38px) !important;
  border-radius: 0 !important;
  box-shadow: var(--panel-lift-dark) !important;
}

.campaign-panel p {
  color: #fff !important;
  font-size: clamp(50px, 5.35vw, 88px) !important;
  line-height: 0.86 !important;
  text-align: right !important;
}

.campaign-panel p:first-child {
  min-height: 1.75em !important;
}

.campaign-panel p + p {
  margin-top: auto !important;
}

.future-strip {
  padding-top: clamp(88px, 8.4vw, 138px) !important;
  padding-bottom: clamp(88px, 8.4vw, 138px) !important;
}

.future-inner {
  grid-template-columns: minmax(580px, 0.58fr) minmax(300px, 0.42fr) !important;
  gap: clamp(24px, 4vw, 68px) !important;
}

.future-inner > .eyebrow {
  font-size: clamp(68px, 6.4vw, 104px) !important;
  line-height: 0.94 !important;
  justify-self: start !important;
  margin-bottom: clamp(18px, 2vw, 34px) !important;
}

.future-copy {
  justify-self: start !important;
  transform: translateX(clamp(-72px, -5vw, -32px)) !important;
  max-width: 560px !important;
}

.future-copy h2 {
  max-width: 520px !important;
  font-size: clamp(88px, 7.8vw, 132px) !important;
  line-height: 0.86 !important;
  text-align: right !important;
}

.future-copy p {
  max-width: 520px !important;
  margin-top: clamp(26px, 2.5vw, 42px) !important;
  font-size: clamp(17px, 1.42vw, 23px) !important;
  line-height: 1.24 !important;
}

.why-section {
  padding-top: clamp(72px, 7vw, 118px) !important;
  padding-bottom: clamp(72px, 7vw, 118px) !important;
}

.why-grid {
  grid-template-columns: minmax(400px, 0.4fr) minmax(560px, 0.6fr) !important;
  gap: clamp(48px, 5.8vw, 96px) !important;
}

.why-grid > .eyebrow {
  font-size: clamp(60px, 5.8vw, 94px) !important;
  line-height: 0.94 !important;
  justify-self: start !important;
}

.why-copy.why-composition {
  margin-top: clamp(54px, 5vw, 84px) !important;
  gap: 12px !important;
  justify-items: end !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: #77736b !important;
  background: transparent !important;
  font-size: clamp(17px, 1.42vw, 23px) !important;
  line-height: 1.24 !important;
  text-align: right !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(17px, 1.42vw, 23px) !important;
  text-transform: lowercase !important;
}

@media (max-width: 980px) {
  .tool-layout,
  .future-inner,
  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .future-copy {
    transform: none !important;
  }

  .campaign-grid {
    gap: clamp(42px, 7vw, 80px) !important;
  }
}

/* Why-section campaign card correction: 2026-05-26 */
.why-section {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(84px, 8vw, 134px) 0 !important;
  background: var(--ink) !important;
  isolation: isolate !important;
}

.why-section::before {
  content: "" !important;
  position: absolute !important;
  inset: -24% -18% !important;
  z-index: -1 !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 72% 38% !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  image-rendering: auto !important;
  pointer-events: none !important;
}

.why-grid {
  grid-template-columns: minmax(340px, 0.34fr) minmax(620px, 0.66fr) !important;
  gap: clamp(54px, 6vw, 108px) !important;
  align-items: start !important;
}

.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(58px, 5.6vw, 92px) !important;
  line-height: 0.94 !important;
  margin: 0 !important;
  text-shadow: var(--orange-word-lift) !important;
  transform: none !important;
}

.why-copy.why-composition {
  width: min(100%, 840px) !important;
  justify-self: end !important;
  display: grid !important;
  gap: clamp(10px, 0.9vw, 16px) !important;
  margin-top: clamp(38px, 4vw, 68px) !important;
  padding: clamp(28px, 3vw, 46px) !important;
  background: var(--orange) !important;
  border-radius: 0 !important;
  box-shadow: var(--panel-lift-dark) !important;
  transform: none !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: clamp(20px, 1.75vw, 30px) !important;
  font-weight: 900 !important;
  line-height: 1.12 !important;
  text-align: right !important;
  text-shadow: none !important;
}

.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(20px, 1.75vw, 30px) !important;
  text-transform: lowercase !important;
}

@media (max-width: 980px) {
  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .why-copy.why-composition {
    justify-self: start !important;
    margin-top: 0 !important;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    text-align: left !important;
  }
}

/* PDF visual alignment pass: 2026-05-26 */
:root {
  --ink: #1a1715;
  --float-shadow: 12px 12px 0 rgba(0, 0, 0, 0.24);
  --float-shadow-soft: 8px 8px 0 rgba(0, 0, 0, 0.18);
}

.campaign-hero,
.closing-campaign {
  background: var(--ink) !important;
}

.hero-image,
.closing-image {
  opacity: 1;
  filter: saturate(0.94) contrast(1) brightness(0.94);
}

.hero-image {
  object-position: center center;
}

.closing-image {
  object-position: center center;
}

.campaign-hero::after,
.closing-campaign::after {
  background: linear-gradient(90deg, rgba(26, 23, 21, 0.16), rgba(26, 23, 21, 0.04));
}

.hero-title,
.closing-title {
  width: min(1120px, 82vw);
  margin-left: clamp(0px, 1vw, 16px);
  margin-bottom: clamp(126px, 16vh, 190px);
  filter: drop-shadow(9px 9px 0 rgba(0, 0, 0, 0.28));
}

.hero-title h1,
.closing-title h2 {
  color: var(--orange);
  font-size: clamp(122px, 15.8vw, 238px);
  line-height: 0.8;
  text-align: right;
}

.hero-title p,
.closing-title p {
  color: #fff;
  font-size: clamp(46px, 5.6vw, 88px);
  line-height: 0.9;
  text-align: right;
}

.button,
.future-tags span {
  background: #fff;
  box-shadow: var(--float-shadow-soft);
  border-color: rgba(26, 23, 21, 0.24);
}

.button-primary,
.future-tags span:first-child {
  color: #fff;
  background: var(--blue);
  border-color: #02629f;
}

.tool-section {
  padding: clamp(74px, 8vw, 128px) 0 clamp(86px, 9vw, 140px);
}

.section-heading {
  padding-top: clamp(18px, 2.8vw, 46px);
}

.section-heading h2 {
  max-width: 520px;
  font-size: clamp(72px, 7.2vw, 118px);
  line-height: 0.88;
}

.section-heading p:not(.eyebrow) {
  color: #77736b;
  font-size: clamp(17px, 1.65vw, 27px);
  line-height: 1.1;
}

.product-preview {
  background: #d7d5cc;
  border-color: #b9b6ac;
  box-shadow: 16px 16px 0 rgba(26, 23, 21, 0.18);
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  background: #fff;
  border-color: #cbc8bd;
  box-shadow: var(--float-shadow-soft);
}

.preview-tools button {
  transform: translateY(0);
}

.preview-tools button:nth-child(2),
.preview-tools button:nth-child(4) {
  transform: translateY(4px);
}

.preview-tools button.is-selected {
  color: var(--blue);
  background: #fff;
  border-color: var(--blue);
}

.campaign-strip {
  padding: clamp(72px, 8vw, 130px) 0 clamp(82px, 9vw, 148px);
}

.campaign-strip::before {
  inset: -74% -84%;
  background-size: clamp(2480px, 260vw, 4300px) auto;
  background-position: center center;
  transform: rotate(-4deg) skewY(-2deg) scale(1.08);
}

.campaign-grid {
  max-width: min(1000px, 78vw);
  gap: clamp(72px, 8vw, 132px);
  align-items: start;
}

.campaign-panel {
  min-height: clamp(286px, 28vw, 430px);
  background: var(--orange);
  border: 0;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.30);
}

.campaign-panel:nth-child(1) {
  transform: translate(-2.8vw, 0) rotate(-1.2deg) !important;
}

.campaign-panel:nth-child(2) {
  transform: translate(2.8vw, 10px) rotate(1.2deg) !important;
}

.campaign-panel p {
  color: #fff;
  font-size: clamp(34px, 4.2vw, 70px);
  line-height: 0.9;
}

.future-strip {
  padding: clamp(84px, 8.4vw, 136px) 0;
}

.future-inner {
  grid-template-columns: minmax(430px, 0.5fr) minmax(360px, 0.5fr);
  gap: clamp(36px, 4.6vw, 78px);
}

.future-copy {
  max-width: 560px;
}

.future-copy h2 {
  max-width: 560px;
  color: #fff;
  font-size: clamp(72px, 7.2vw, 118px);
  line-height: 0.88;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.28));
}

.future-copy p {
  color: #fff;
  font-size: clamp(17px, 1.55vw, 26px);
}

.future-tags {
  transform: translateY(10px);
}

.future-tags span:nth-child(2) {
  color: var(--blue);
  background: #fff;
}

.why-section {
  padding: clamp(62px, 6.2vw, 106px) 0;
}

.why-grid {
  grid-template-columns: minmax(290px, 0.34fr) minmax(520px, 0.66fr);
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  max-width: min(100%, 940px);
  color: #77736b;
  background: transparent;
  font-size: clamp(16px, 1.5vw, 25px);
  line-height: 1.12;
  text-align: right;
}

.why-composition .why-line-closing {
  color: var(--orange);
  font-size: clamp(19px, 1.8vw, 31px);
}

.closing-campaign {
  min-height: calc(100vh - clamp(88px, 7vw, 116px));
}

.closing-title {
  margin-bottom: clamp(112px, 14vh, 164px);
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(920px, 84vw);
    margin-left: 0;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(88px, 17vw, 148px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(34px, 7.8vw, 58px);
  }

  .future-inner,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .future-tags {
    justify-self: start;
    flex-wrap: wrap;
  }

  .campaign-panel:nth-child(1),
  .campaign-panel:nth-child(2) {
    transform: none !important;
  }
}

@media (max-width: 760px) {
  .hero-title,
  .closing-title {
    width: min(90vw, 620px);
    margin-bottom: 138px;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(64px, 17vw, 92px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(25px, 7.5vw, 40px);
    white-space: normal;
  }

  .product-preview {
    box-shadow: 10px 10px 0 rgba(26, 23, 21, 0.18);
  }

  .campaign-strip::before {
    inset: -42% -78%;
    background-size: clamp(1580px, 330vw, 2600px) auto;
  }

  .campaign-panel {
    min-height: 330px;
  }

  .campaign-panel p {
    font-size: clamp(42px, 13vw, 70px);
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 100%);
  }

  .header-inner {
    min-height: 74px;
  }

  .wordmark,
  .footer-wordmark {
    font-size: 34px;
  }

  .campaign-hero,
  .closing-campaign {
    min-height: 620px;
  }

  .hero-title,
  .closing-title {
    width: min(88vw, 560px);
    margin-left: 0;
    margin-bottom: 170px;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(58px, 17vw, 84px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(26px, 8vw, 42px);
    white-space: normal;
  }

  .hero-lower {
    grid-template-columns: 1fr;
    gap: 18px;
    bottom: 24px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .button {
    width: 100%;
    min-width: 0;
  }

  .section-heading h2 {
    font-size: clamp(62px, 19vw, 92px);
  }

  .section-heading p:not(.eyebrow) {
    font-size: 21px;
  }

  .product-preview {
    padding: 18px;
  }

  .preview-tools {
    grid-template-columns: 1fr;
  }

  .campaign-strip {
    padding: 52px 0 70px;
  }

  .campaign-strip::before {
    font-size: 64px;
  }

  .campaign-panel {
    min-height: 390px;
    padding: 28px;
  }

  .campaign-panel p {
    font-size: clamp(46px, 14vw, 78px);
  }

  .future-copy h2 {
    font-size: clamp(54px, 16vw, 86px);
  }

  .future-copy p {
    font-size: 21px;
  }

  .why-line {
    font-size: clamp(26px, 8vw, 40px);
  }

  .why-line-aside {
    font-size: clamp(17px, 5.4vw, 25px);
  }

  .why-line-closing {
    font-size: clamp(30px, 8.5vw, 46px);
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }

  .footer-notes {
    text-align: left;
  }
}

/* Reference recovery pass */
.site-header {
  overflow: hidden;
}

.site-header::before {
  content: "ASK WHY ASK WHY ASK WHY ASK WHY ASK WHY ASK WHY ASK WHY ASK WHY ASK WHY";
  position: absolute;
  inset: -18px 0 auto 0;
  z-index: -1;
  color: #fffef5;
  opacity: 0.62;
  font-size: clamp(72px, 7vw, 126px);
  font-weight: 900;
  line-height: 0.8;
  white-space: nowrap;
  pointer-events: none;
}

.header-inner {
  min-height: clamp(88px, 7vw, 116px);
}

.campaign-hero,
.closing-campaign {
  min-height: calc(100vh - clamp(88px, 7vw, 116px));
}

.hero-image,
.closing-image {
  filter: saturate(0.78) contrast(0.96) brightness(0.9);
}

.hero-image {
  object-position: center center;
}

.closing-image {
  object-position: center center;
}

.hero-content,
.closing-content {
  display: grid;
  place-items: end center;
}

.hero-title,
.closing-title {
  width: min(1040px, 82vw);
  margin: 0 0 clamp(152px, 19vh, 220px);
  justify-self: center;
}

.hero-title h1,
.closing-title h2 {
  font-size: clamp(92px, 10.8vw, 176px);
  line-height: 0.84;
  text-align: center;
}

.hero-title p,
.closing-title p {
  font-size: clamp(38px, 4.3vw, 72px);
  line-height: 0.95;
  text-align: center;
}

.hero-lower {
  bottom: clamp(38px, 5.3vh, 68px);
}

.button-primary {
  background: var(--blue);
  border-color: #02629f;
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  color: var(--orange);
  font-size: clamp(24px, 2.15vw, 36px);
}

.section-heading > .eyebrow::after,
.future-inner > .eyebrow::after,
.why-grid > .eyebrow::after {
  background: var(--orange);
}

.preview-tools button.is-selected {
  color: var(--blue);
  background: #eaf7ff;
  border-color: #9accea;
}

.preview-tools button.is-selected strong,
.result-separator,
.preview-result > .eyebrow,
.result-section h3,
.future-tags span {
  color: var(--blue);
}

.campaign-panel {
  min-height: clamp(420px, 41vw, 620px);
  aspect-ratio: 1 / 0.88;
}

.campaign-panel:nth-child(1),
.campaign-panel:nth-child(2) {
  transform: none;
}

.campaign-panel p {
  font-size: clamp(60px, 6.8vw, 118px);
}

.campaign-panel p + p {
  margin-top: auto;
}

.future-strip {
  min-height: clamp(560px, 58vw, 760px);
  display: grid;
  align-items: center;
}

.future-inner {
  grid-template-columns: minmax(190px, 0.18fr) minmax(0, 0.62fr) minmax(240px, 0.2fr);
  align-items: start;
}

.future-copy h2 {
  max-width: 850px;
  font-size: clamp(76px, 8.1vw, 148px);
}

.future-tags {
  align-self: start;
  justify-self: end;
}

.why-section {
  padding: clamp(82px, 8vw, 132px) 0;
}

.why-grid {
  grid-template-columns: minmax(190px, 0.22fr) minmax(0, 0.78fr);
  gap: clamp(44px, 5vw, 92px);
}

.why-copy {
  max-width: 900px;
}

.why-copy p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(31px, 3vw, 54px);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  .campaign-hero,
  .closing-campaign {
    min-height: 760px;
  }

  .hero-title,
  .closing-title {
    width: min(92vw, 860px);
  }

  .future-inner,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .future-tags {
    justify-self: start;
    max-width: 420px;
  }
}

@media (max-width: 760px) {
  .campaign-hero,
  .closing-campaign {
    min-height: 650px;
  }

  .hero-title,
  .closing-title {
    width: 92vw;
    margin-bottom: 150px;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(64px, 18vw, 96px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(28px, 8.4vw, 44px);
  }

  .campaign-panel {
    aspect-ratio: auto;
  }

  .future-copy h2 {
    font-size: clamp(58px, 16vw, 92px);
  }

  .why-copy p {
    font-size: clamp(25px, 8vw, 38px);
  }
}

/* Final reference correction pass */
.section-heading > .eyebrow::after,
.future-inner > .eyebrow::after,
.why-grid > .eyebrow::after {
  display: none !important;
  content: "" !important;
}

.campaign-strip {
  overflow: hidden;
  padding: clamp(92px, 9vw, 148px) 0 clamp(102px, 10vw, 164px);
}

.campaign-strip::before {
  inset: -16% -10%;
  background-size: clamp(560px, 54vw, 860px) auto;
  background-position: center 12%;
  transform: rotate(-4deg) skewY(-2deg) scale(1.12);
  transform-origin: center;
}

.campaign-grid {
  max-width: min(860px, 76vw);
  margin-inline: auto;
  gap: clamp(44px, 5.8vw, 92px);
  align-items: end;
}

.campaign-panel {
  min-height: clamp(260px, 26vw, 400px);
  aspect-ratio: 1 / 1.08;
  padding: clamp(22px, 2.45vw, 38px);
}

.campaign-panel:nth-child(1) {
  transform: translateY(-2vw);
}

.campaign-panel:nth-child(2) {
  transform: translateY(2.2vw);
}

.campaign-panel p {
  font-size: clamp(32px, 4.05vw, 66px);
  line-height: 0.92;
  text-align: right;
}

.campaign-panel p + p {
  margin-top: clamp(58px, 8.5vw, 128px);
}

.why-copy.why-composition {
  max-width: none;
}

.why-composition .why-line {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 0 0.1em;
  color: var(--ink);
  background: rgba(255, 205, 138, 0.48);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: clamp(24px, 2.8vw, 50px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.why-composition .why-line-one {
  justify-self: end;
  text-align: right;
}

.why-composition .why-line-two,
.why-composition .why-line-three {
  justify-self: start;
}

.why-composition .why-line-four {
  justify-self: center;
}

.why-composition .why-line-aside {
  justify-self: end;
  color: var(--ink);
  font-size: clamp(15px, 1.45vw, 26px);
  line-height: 1.08;
  text-align: right;
}

.why-composition .why-line-closing {
  justify-self: end;
  color: var(--orange);
  font-size: clamp(26px, 3vw, 54px);
}

@media (max-width: 980px) {
  .campaign-grid {
    max-width: min(620px, 82vw);
    grid-template-columns: 1fr;
  }

  .campaign-panel:nth-child(1),
  .campaign-panel:nth-child(2) {
    transform: none;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    width: fit-content;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .campaign-strip {
    padding: 70px 0 86px;
  }

  .campaign-panel {
    min-height: 340px;
    padding: 26px;
  }

  .campaign-panel p {
    font-size: clamp(42px, 13vw, 72px);
  }

  .why-composition .why-line {
    font-size: clamp(25px, 7.6vw, 38px);
  }

  .why-composition .why-line-aside {
    font-size: clamp(16px, 5vw, 24px);
  }

  .why-composition .why-line-closing {
    font-size: clamp(28px, 8vw, 44px);
  }
}

/* Typography and alignment lock */
:root {
  --ink: #1a1715;
  --ink-soft: #332f2b;
  --font: Arial, Helvetica, sans-serif;
}

html,
body,
body * {
  font-family: var(--font) !important;
  letter-spacing: 0;
}

.campaign-hero,
.closing-campaign,
.campaign-strip,
.future-strip {
  background-color: var(--ink);
}

.hero-content,
.closing-content {
  display: grid;
  place-items: end start;
}

.hero-title,
.closing-title {
  width: min(790px, 58vw);
  margin: 0 0 clamp(148px, 18.5vh, 216px) clamp(78px, 8.8vw, 152px);
  justify-self: start;
}

.hero-title h1,
.closing-title h2 {
  width: 100%;
  margin: 0;
  color: var(--orange);
  font-family: var(--font) !important;
  font-size: clamp(86px, 10.4vw, 164px);
  font-weight: 900;
  line-height: 0.84;
  text-align: right;
  text-transform: lowercase;
}

.hero-title p,
.closing-title p {
  width: 100%;
  margin: clamp(8px, 1vw, 14px) 0 0;
  color: var(--paper);
  font-family: var(--font) !important;
  font-size: clamp(34px, 4vw, 62px);
  font-weight: 900;
  line-height: 0.96;
  text-align: right;
  white-space: nowrap;
  text-transform: lowercase;
}

.section-heading h2,
.future-copy h2 {
  font-family: var(--font) !important;
  font-size: clamp(64px, 7vw, 112px);
  font-weight: 900;
  line-height: 0.92;
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  color: var(--orange);
  font-family: var(--font) !important;
  font-size: clamp(30px, 2.7vw, 46px);
  font-weight: 900;
}

.campaign-strip::before {
  inset: -22% -18%;
  background-size: clamp(900px, 95vw, 1520px) auto;
  background-position: center 4%;
  transform: rotate(-4deg) skewY(-2deg) scale(1.18);
}

.future-strip::before {
  display: none;
}

.campaign-grid {
  max-width: min(900px, 72vw);
  gap: clamp(54px, 6.8vw, 108px);
  align-items: start;
}

.campaign-panel {
  min-height: clamp(270px, 27vw, 410px);
  aspect-ratio: 1 / 1.08;
}

.campaign-panel:nth-child(1),
.campaign-panel:nth-child(2) {
  transform: none;
}

.campaign-panel p {
  font-family: var(--font) !important;
  font-size: clamp(34px, 4.15vw, 68px);
  font-weight: 900;
  line-height: 0.91;
  text-align: right;
}

.campaign-panel p:first-child {
  min-height: 2.05em;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.campaign-panel p + p {
  margin-top: auto;
}

.future-inner {
  grid-template-columns: minmax(170px, 0.18fr) minmax(0, 0.58fr) minmax(260px, 0.24fr);
}

.future-tags {
  align-self: center;
}

.why-grid {
  grid-template-columns: minmax(190px, 0.2fr) minmax(0, 0.8fr);
}

.why-composition .why-line {
  font-family: var(--font) !important;
  font-size: clamp(27px, 3vw, 54px);
  line-height: 1.03;
}

.why-composition .why-line-aside {
  font-size: clamp(16px, 1.55vw, 28px);
}

.why-composition .why-line-closing {
  font-size: clamp(29px, 3.2vw, 58px);
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(760px, 76vw);
    margin-left: clamp(24px, 6vw, 72px);
  }

  .campaign-grid {
    max-width: min(680px, 78vw);
  }

  .future-inner {
    grid-template-columns: 1fr;
  }

  .future-tags {
    max-width: 520px;
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .hero-title,
  .closing-title {
    width: min(88vw, 560px);
    margin: 0 0 150px 18px;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(58px, 17vw, 84px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(24px, 7.5vw, 40px);
  }

  .section-heading h2,
  .future-copy h2 {
    font-size: clamp(54px, 16vw, 86px);
  }

  .section-heading > .eyebrow,
  .future-inner > .eyebrow,
  .why-grid > .eyebrow {
    font-size: clamp(25px, 7vw, 38px);
  }

  .campaign-grid {
    max-width: min(520px, 82vw);
  }
}

/* Annotation batch: 2026-05-26 */
.site-header {
  background: var(--paper) !important;
  backdrop-filter: none;
}

.site-header::before {
  display: none !important;
  content: "" !important;
}

.campaign-hero,
.closing-campaign,
.campaign-strip,
.future-strip {
  background: #1a1715 !important;
}

.hero-title,
.closing-title {
  width: min(1030px, 76vw);
  margin: 0 0 clamp(142px, 18vh, 212px) clamp(22px, 4vw, 66px);
  justify-self: start;
}

.hero-title h1,
.closing-title h2 {
  font-size: clamp(112px, 13.5vw, 216px);
  line-height: 0.82;
  text-align: right;
}

.hero-title p,
.closing-title p {
  font-size: clamp(44px, 5.25vw, 84px);
  line-height: 0.9;
  text-align: right;
}

.hero-lower {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 3vw, 56px);
}

.hero-support {
  font-size: clamp(18px, 1.85vw, 31px);
  line-height: 1;
  white-space: nowrap;
}

.tool-layout {
  align-items: start;
}

.section-heading {
  padding-top: clamp(34px, 4vw, 62px);
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  max-width: none;
  margin-bottom: clamp(22px, 2.4vw, 38px);
  color: var(--orange);
  font-size: clamp(36px, 3.35vw, 58px);
  line-height: 0.95;
  white-space: nowrap;
}

.section-heading h2,
.future-copy h2 {
  max-width: 590px;
  font-size: clamp(70px, 7.5vw, 126px);
  line-height: 0.9;
  text-align: right;
}

.section-heading p:not(.eyebrow) {
  max-width: 470px;
  color: #77736b;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 900;
  line-height: 1.12;
}

.result-content {
  font-weight: 400;
}

.result-content p {
  font-weight: 400;
}

.campaign-strip {
  padding: clamp(96px, 10vw, 168px) 0 clamp(110px, 11vw, 188px);
}

.campaign-strip::before {
  inset: -34% -32%;
  background-size: clamp(1350px, 145vw, 2400px) auto;
  background-position: center 0;
  transform: rotate(-4deg) skewY(-2deg) scale(1.1);
}

.campaign-grid {
  max-width: min(900px, 74vw);
  align-items: start;
}

.campaign-panel {
  min-height: clamp(270px, 27vw, 410px);
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.24);
}

.campaign-panel:nth-child(1) {
  transform: translateY(-1vw) rotate(-1deg);
}

.campaign-panel:nth-child(2) {
  transform: translateY(-1vw) rotate(1deg);
}

.future-strip {
  padding: clamp(100px, 10vw, 166px) 0;
}

.future-inner {
  grid-template-columns: minmax(360px, 0.44fr) minmax(420px, 0.56fr);
  gap: clamp(42px, 6vw, 96px);
  align-items: start;
}

.future-inner > .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.future-copy {
  grid-column: 1;
  grid-row: 2;
  max-width: 590px;
}

.future-copy h2 {
  color: var(--paper);
}

.future-copy p {
  max-width: 470px;
  margin-top: clamp(24px, 2.5vw, 40px);
  color: #c9c5bb;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 900;
  line-height: 1.12;
}

.future-tags {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  display: flex;
  width: auto;
  gap: clamp(16px, 2vw, 28px);
}

.future-tags span {
  min-width: clamp(190px, 17vw, 260px);
  min-height: 72px;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.26);
}

.future-tags span:first-child {
  color: #fff;
  background: var(--blue);
  border-color: #02629f;
}

.future-tags span:nth-child(2) {
  color: var(--blue);
  background: var(--paper);
  border-color: rgba(238, 237, 227, 0.32);
}

.why-grid {
  grid-template-columns: minmax(300px, 0.36fr) minmax(520px, 0.64fr);
  gap: clamp(48px, 7vw, 120px);
}

.why-copy.why-composition {
  justify-items: end;
  overflow: visible;
}

.why-composition .why-line {
  width: auto;
  max-width: min(100%, 860px);
  justify-self: end;
  color: #77736b;
  font-size: clamp(20px, 1.8vw, 30px);
  font-weight: 900;
  line-height: 1.12;
  text-align: right;
}

.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  justify-self: end;
  text-align: right;
}

.why-composition .why-line-aside {
  font-size: clamp(17px, 1.45vw, 24px);
}

.why-composition .why-line-closing {
  color: var(--orange);
  font-size: clamp(22px, 2.1vw, 36px);
}

.footer-notes p:nth-child(2) {
  font-size: 0.8em;
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(940px, 80vw);
    margin-left: clamp(12px, 3vw, 34px);
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(82px, 17vw, 150px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(32px, 8vw, 58px);
  }

  .hero-lower,
  .future-inner,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .hero-support {
    white-space: normal;
  }

  .future-inner > .eyebrow,
  .future-copy,
  .future-tags {
    grid-column: 1;
    grid-row: auto;
  }

  .future-tags {
    justify-self: start;
    flex-wrap: wrap;
  }

  .why-copy.why-composition {
    justify-items: start;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .hero-title,
  .closing-title {
    width: min(90vw, 620px);
    margin-bottom: 150px;
    margin-left: 8px;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(66px, 18vw, 96px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(26px, 8vw, 42px);
    white-space: normal;
  }

  .section-heading > .eyebrow,
  .future-inner > .eyebrow,
  .why-grid > .eyebrow {
    font-size: clamp(28px, 8vw, 42px);
    white-space: nowrap;
  }

  .section-heading h2,
  .future-copy h2 {
    font-size: clamp(58px, 17vw, 92px);
  }

  .campaign-grid {
    max-width: min(520px, 86vw);
  }

  .campaign-panel:nth-child(1),
  .campaign-panel:nth-child(2) {
    transform: none;
  }
}

/* Annotation batch: 2026-05-26 refinement */
.hero-title,
.closing-title {
  width: min(1060px, 82vw);
}

.hero-title p,
.closing-title p {
  padding-right: 0.14em;
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  font-size: clamp(44px, 4.5vw, 70px);
  white-space: nowrap;
}

.section-heading {
  padding-top: clamp(44px, 4.8vw, 76px);
}

.section-heading h2,
.future-copy h2 {
  max-width: 560px;
  font-size: clamp(70px, 7.4vw, 120px);
  line-height: 0.9;
  text-align: right;
}

.section-heading p:not(.eyebrow) {
  color: #77736b;
  font-size: clamp(18px, 1.7vw, 28px);
  font-weight: 900;
  line-height: 1.12;
}

.campaign-strip::before {
  inset: -42% -44%;
  background-size: clamp(1620px, 174vw, 2880px) auto;
  background-position: center center;
}

.campaign-grid {
  max-width: min(980px, 78vw);
  gap: clamp(70px, 8vw, 126px);
}

.campaign-panel {
  border-radius: 0;
}

.campaign-panel:nth-child(1) {
  transform: translateX(-2vw);
}

.campaign-panel:nth-child(2) {
  transform: translateX(2vw);
}

.future-inner {
  grid-template-columns: minmax(520px, 0.55fr) minmax(360px, 0.45fr);
  gap: clamp(34px, 4vw, 72px);
}

.future-inner > .eyebrow {
  font-size: clamp(44px, 4.5vw, 70px);
}

.future-copy {
  justify-self: end;
}

.future-copy h2 {
  max-width: 560px;
}

.future-copy p {
  max-width: 560px;
  color: var(--paper);
  font-size: clamp(18px, 1.85vw, 31px);
  line-height: 1.1;
  text-align: left;
}

.future-tags {
  gap: 18px;
}

.future-tags span {
  min-width: clamp(180px, 15vw, 260px);
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 8px;
  font-size: clamp(15px, 1.2vw, 20px);
}

.why-composition .why-line {
  max-width: min(100%, 900px);
  color: #77736b;
  font-size: clamp(18px, 1.85vw, 31px);
  line-height: 1.1;
}

.why-composition .why-line-aside {
  font-size: clamp(18px, 1.85vw, 31px);
}

.why-composition .why-line-closing {
  color: var(--orange);
  font-size: clamp(20px, 2vw, 34px);
}

@media (max-width: 980px) {
  .future-copy {
    justify-self: start;
  }

  .campaign-panel:nth-child(1),
  .campaign-panel:nth-child(2) {
    transform: none;
  }
}

/* Browser visual pass: 2026-05-26 */
.site-header {
  background: var(--paper) !important;
  backdrop-filter: none !important;
}

.site-header::before {
  display: none !important;
}

.hero-title,
.closing-title {
  width: min(1180px, 86vw);
  margin-left: clamp(0px, 1.2vw, 18px);
  margin-bottom: clamp(146px, 18vh, 220px);
}

.hero-title h1,
.closing-title h2 {
  font-size: clamp(130px, 17vw, 260px);
  line-height: 0.82;
  text-align: right;
}

.hero-title p,
.closing-title p {
  padding-right: 0.1em;
  font-size: clamp(50px, 6vw, 94px);
  line-height: 0.92;
  text-align: right;
}

.hero-lower {
  grid-template-columns: auto auto;
  gap: clamp(14px, 2.2vw, 42px);
}

.hero-support {
  max-width: none;
  font-size: clamp(17px, 1.6vw, 28px);
  line-height: 1;
  white-space: nowrap;
}

.button,
.future-tags span {
  min-width: clamp(150px, 13vw, 220px);
  min-height: 58px;
  padding: 16px 28px;
  border-radius: 8px;
}

.tool-layout {
  align-items: start;
}

.section-heading {
  padding-top: clamp(58px, 5.6vw, 92px);
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  max-width: none;
  margin-bottom: clamp(26px, 2.7vw, 44px);
  color: var(--orange);
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 0.94;
  white-space: nowrap;
}

.section-heading h2,
.future-copy h2 {
  max-width: 560px;
  font-size: clamp(72px, 7.5vw, 126px);
  line-height: 0.9;
  text-align: right;
}

.section-heading p:not(.eyebrow) {
  max-width: 500px;
  color: #77736b;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: 900;
  line-height: 1.12;
}

.result-content,
.result-content p {
  font-weight: 400 !important;
}

.campaign-strip {
  background: #1a1715 !important;
}

.campaign-strip::before {
  inset: -52% -54%;
  background-size: clamp(1944px, 209vw, 3456px) auto;
  background-position: center center;
  transform: rotate(-4deg) skewY(-2deg) scale(1.1);
}

.campaign-grid {
  max-width: min(1040px, 84vw);
  gap: clamp(82px, 9vw, 148px);
}

.campaign-panel {
  border-radius: 0 !important;
  box-shadow: 14px 14px 0 rgba(0, 0, 0, 0.28);
}

.campaign-panel:nth-child(1) {
  transform: translateX(-2.8vw) !important;
}

.campaign-panel:nth-child(2) {
  transform: translateX(2.8vw) !important;
}

.future-strip {
  background: #1a1715 !important;
}

.future-strip::before {
  opacity: 0;
}

.future-inner {
  grid-template-columns: minmax(430px, 0.48fr) minmax(360px, 0.52fr);
  gap: clamp(40px, 5vw, 86px);
  align-items: start;
}

.future-inner > .eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.future-copy {
  grid-column: 1;
  grid-row: 2;
  max-width: 560px;
  justify-self: end;
}

.future-copy h2 {
  max-width: 560px;
  color: var(--paper);
  text-align: right;
}

.future-copy p {
  max-width: 560px;
  margin-top: clamp(26px, 2.6vw, 42px);
  color: var(--paper);
  font-size: clamp(17px, 1.6vw, 28px);
  font-weight: 900;
  line-height: 1.12;
  text-align: left;
}

.future-tags {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: center;
  display: flex;
  width: auto;
  gap: 18px;
}

.future-tags span {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.28);
  font-size: clamp(15px, 1.2vw, 20px);
}

.future-tags span:first-child {
  color: #fff;
  background: var(--blue);
  border-color: #02629f;
}

.future-tags span:nth-child(2) {
  color: var(--blue);
  background: var(--paper);
  border-color: rgba(238, 237, 227, 0.32);
}

.why-grid {
  grid-template-columns: minmax(300px, 0.36fr) minmax(520px, 0.64fr);
  gap: clamp(48px, 7vw, 120px);
}

.why-copy.why-composition {
  justify-items: end;
  overflow: visible;
  gap: clamp(10px, 1vw, 16px);
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  width: auto;
  max-width: min(100%, 900px);
  justify-self: end;
  color: #77736b;
  font-size: clamp(17px, 1.6vw, 28px);
  font-weight: 900;
  line-height: 1.12;
  text-align: right;
}

.why-composition .why-line-closing {
  color: var(--orange);
  font-size: clamp(20px, 1.9vw, 34px);
}

.footer-notes p:nth-child(2) {
  font-size: 0.8em;
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(940px, 84vw);
    margin-left: 0;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(94px, 18vw, 156px);
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(36px, 8vw, 62px);
  }

  .hero-lower {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .hero-support {
    white-space: normal;
  }

  .future-inner,
  .why-grid {
    grid-template-columns: 1fr;
  }

  .future-copy,
  .future-tags {
    grid-column: 1;
    grid-row: auto;
    justify-self: start;
  }

  .future-tags {
    flex-wrap: wrap;
  }

  .campaign-panel:nth-child(1),
  .campaign-panel:nth-child(2) {
    transform: none !important;
  }

  .why-copy.why-composition,
  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    justify-self: start;
    text-align: left;
  }
}

/* Final PDF visual lock: 2026-05-26 */
:root {
  --ink: #1a1715;
  --float-shadow-soft: 8px 8px 0 rgba(0, 0, 0, 0.18);
}

.site-header {
  background: var(--paper) !important;
  backdrop-filter: none !important;
}

.campaign-hero,
.closing-campaign,
.campaign-strip,
.future-strip {
  background: var(--ink) !important;
}

.hero-image,
.closing-image {
  opacity: 1 !important;
  filter: saturate(0.94) contrast(1) brightness(0.94) !important;
}

.campaign-hero::after,
.closing-campaign::after {
  background: linear-gradient(90deg, rgba(26, 23, 21, 0.16), rgba(26, 23, 21, 0.04)) !important;
}

.hero-title,
.closing-title {
  width: min(1120px, 82vw) !important;
  margin-left: clamp(0px, 1vw, 16px) !important;
  margin-bottom: clamp(126px, 16vh, 190px) !important;
  filter: drop-shadow(9px 9px 0 rgba(0, 0, 0, 0.28));
}

.hero-title h1,
.closing-title h2 {
  color: var(--orange) !important;
  font-size: clamp(122px, 15.8vw, 238px) !important;
  line-height: 0.8 !important;
  text-align: right !important;
}

.hero-title p,
.closing-title p {
  color: #fff !important;
  font-size: clamp(46px, 5.6vw, 88px) !important;
  line-height: 0.9 !important;
  text-align: right !important;
}

.button,
.future-tags span {
  background: #fff;
  box-shadow: var(--float-shadow-soft) !important;
}

.button-primary,
.future-tags span:first-child {
  color: #fff !important;
  background: var(--blue) !important;
  border-color: #02629f !important;
}

.tool-section {
  padding: clamp(74px, 8vw, 128px) 0 clamp(86px, 9vw, 140px) !important;
}

.section-heading {
  padding-top: clamp(18px, 2.8vw, 46px) !important;
}

.section-heading h2,
.future-copy h2 {
  max-width: 540px !important;
  font-size: clamp(72px, 7.2vw, 118px) !important;
  line-height: 0.88 !important;
  text-align: right !important;
}

.section-heading p:not(.eyebrow) {
  color: #77736b !important;
  font-size: clamp(17px, 1.65vw, 27px) !important;
  line-height: 1.1 !important;
}

.product-preview {
  background: #d7d5cc !important;
  border-color: #b9b6ac !important;
  box-shadow: 16px 16px 0 rgba(26, 23, 21, 0.18) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  background: #fff !important;
  border-color: #cbc8bd !important;
  box-shadow: var(--float-shadow-soft) !important;
}

.preview-tools button.is-selected {
  color: var(--blue) !important;
  background: #fff !important;
  border-color: var(--blue) !important;
}

.campaign-strip {
  padding: clamp(72px, 8vw, 130px) 0 clamp(82px, 9vw, 148px) !important;
}

.campaign-strip::before {
  inset: -74% -84% !important;
  background-size: clamp(2480px, 260vw, 4300px) auto !important;
  background-position: center center !important;
  transform: rotate(-4deg) skewY(-2deg) scale(1.08) !important;
}

.campaign-grid {
  max-width: min(1000px, 78vw) !important;
  gap: clamp(72px, 8vw, 132px) !important;
}

.campaign-panel {
  min-height: clamp(286px, 28vw, 430px) !important;
  background: var(--orange) !important;
  border: 0 !important;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.3) !important;
}

.campaign-panel:nth-child(1) {
  transform: translate(-2.8vw, 0) rotate(-1.2deg) !important;
}

.campaign-panel:nth-child(2) {
  transform: translate(2.8vw, 10px) rotate(1.2deg) !important;
}

.campaign-panel p {
  color: #fff !important;
  font-size: clamp(34px, 4.2vw, 70px) !important;
  line-height: 0.9 !important;
}

.future-strip {
  padding: clamp(84px, 8.4vw, 136px) 0 !important;
}

.future-inner {
  grid-template-columns: minmax(430px, 0.5fr) minmax(360px, 0.5fr) !important;
  gap: clamp(36px, 4.6vw, 78px) !important;
}

.future-copy h2 {
  color: #fff !important;
  filter: drop-shadow(8px 8px 0 rgba(0, 0, 0, 0.28));
}

.future-copy p {
  color: #fff !important;
  font-size: clamp(17px, 1.55vw, 26px) !important;
}

.future-tags {
  transform: translateY(10px);
}

.future-tags span:nth-child(2) {
  color: var(--blue) !important;
  background: #fff !important;
}

.why-section {
  padding: clamp(62px, 6.2vw, 106px) 0 !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  max-width: min(100%, 940px) !important;
  color: #77736b !important;
  background: transparent !important;
  font-size: clamp(16px, 1.5vw, 25px) !important;
  line-height: 1.12 !important;
  text-align: right !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(19px, 1.8vw, 31px) !important;
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(920px, 84vw) !important;
    margin-left: 0 !important;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(88px, 17vw, 148px) !important;
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(34px, 7.8vw, 58px) !important;
  }

  .future-inner,
  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .future-tags {
    justify-self: start !important;
    flex-wrap: wrap;
  }

  .campaign-panel:nth-child(1),
  .campaign-panel:nth-child(2) {
    transform: none !important;
  }

  .why-copy.why-composition,
  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    justify-self: start !important;
    text-align: left !important;
  }
}

@media (max-width: 760px) {
  .hero-title,
  .closing-title {
    width: min(90vw, 620px) !important;
    margin-bottom: 138px !important;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(64px, 17vw, 92px) !important;
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(25px, 7.5vw, 40px) !important;
    white-space: normal !important;
  }

  .product-preview {
    box-shadow: 10px 10px 0 rgba(26, 23, 21, 0.18) !important;
  }

  .campaign-strip::before {
    inset: -42% -78% !important;
    background-size: clamp(1580px, 330vw, 2600px) auto !important;
  }

  .campaign-panel {
    min-height: 330px !important;
  }

  .campaign-panel p {
    font-size: clamp(42px, 13vw, 70px) !important;
  }
}

/* Review correction lock: 2026-05-26 */
.hero-title,
.closing-title {
  width: min(1320px, 92vw) !important;
  margin-left: clamp(-18px, -1vw, 0px) !important;
  margin-bottom: clamp(118px, 15vh, 176px) !important;
  filter: none !important;
}

.hero-title h1 {
  width: 100% !important;
  color: var(--orange) !important;
  font-size: clamp(104px, 12.6vw, 198px) !important;
  line-height: 0.86 !important;
  white-space: nowrap !important;
  text-align: right !important;
  text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.32);
}

.hero-title p {
  color: #fff !important;
  font-size: clamp(36px, 4.35vw, 70px) !important;
  line-height: 0.92 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
}

.closing-title h2 {
  color: var(--orange) !important;
  font-size: clamp(104px, 12.6vw, 198px) !important;
  line-height: 0.86 !important;
  white-space: nowrap !important;
  text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.32);
}

.closing-title p {
  color: #fff !important;
  font-size: clamp(36px, 4.35vw, 70px) !important;
  line-height: 0.92 !important;
  white-space: nowrap !important;
  text-shadow: none !important;
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  margin-bottom: clamp(16px, 1.8vw, 30px) !important;
  padding-bottom: 0 !important;
  color: var(--orange) !important;
  font-size: clamp(28px, 2.7vw, 46px) !important;
  line-height: 0.96 !important;
  white-space: nowrap !important;
  transform: none !important;
  text-align: left !important;
  text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.18);
}

.section-heading h2,
.future-copy h2 {
  max-width: 560px !important;
  font-size: clamp(70px, 6.85vw, 112px) !important;
  line-height: 0.9 !important;
  text-align: right !important;
  filter: none !important;
  text-shadow: none !important;
}

.tool-section {
  padding-top: clamp(66px, 7vw, 112px) !important;
}

.section-heading {
  padding-top: clamp(8px, 1.2vw, 22px) !important;
}

.product-preview {
  box-shadow: 10px 10px 0 rgba(26, 23, 21, 0.16) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  box-shadow: 5px 5px 0 rgba(26, 23, 21, 0.14) !important;
}

.button,
.future-tags span {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.22) !important;
}

.campaign-strip::before {
  inset: -92% -108% !important;
  image-rendering: auto;
  background-size: clamp(3000px, 320vw, 5200px) auto !important;
  background-position: center center !important;
  transform: rotate(-4deg) skewY(-2deg) scale(1.04) !important;
}

.campaign-grid {
  max-width: min(980px, 76vw) !important;
  gap: clamp(70px, 7.5vw, 122px) !important;
}

.campaign-panel {
  min-height: clamp(282px, 27vw, 420px) !important;
  box-shadow: 16px 16px 0 rgba(0, 0, 0, 0.34) !important;
}

.campaign-panel:nth-child(1) {
  transform: translate(-2.4vw, 0) rotate(-0.8deg) !important;
}

.campaign-panel:nth-child(2) {
  transform: translate(2.4vw, 8px) rotate(0.8deg) !important;
}

.future-strip {
  padding: clamp(78px, 7.6vw, 124px) 0 clamp(82px, 8vw, 132px) !important;
}

.future-inner {
  grid-template-columns: minmax(410px, 0.48fr) minmax(380px, 0.52fr) !important;
  align-items: start !important;
}

.future-copy {
  justify-self: start !important;
}

.future-copy p {
  max-width: 500px !important;
  font-size: clamp(16px, 1.45vw, 24px) !important;
  line-height: 1.12 !important;
  text-align: left !important;
}

.future-tags {
  align-self: center !important;
  justify-self: center !important;
  transform: none !important;
}

.why-section {
  padding: clamp(56px, 5.6vw, 94px) 0 !important;
}

.why-grid {
  grid-template-columns: minmax(300px, 0.36fr) minmax(520px, 0.64fr) !important;
  gap: clamp(42px, 5.6vw, 90px) !important;
}

.why-copy.why-composition {
  gap: clamp(7px, 0.75vw, 13px) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  max-width: min(100%, 920px) !important;
  color: #77736b !important;
  font-size: clamp(15px, 1.36vw, 22px) !important;
  line-height: 1.12 !important;
  text-align: right !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(18px, 1.65vw, 28px) !important;
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(900px, 88vw) !important;
    margin-left: 0 !important;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(76px, 15vw, 132px) !important;
    white-space: nowrap !important;
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(30px, 6.5vw, 52px) !important;
    white-space: normal !important;
  }

  .section-heading > .eyebrow,
  .future-inner > .eyebrow,
  .why-grid > .eyebrow {
    font-size: clamp(26px, 6vw, 40px) !important;
  }
}

@media (max-width: 760px) {
  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(56px, 14.8vw, 80px) !important;
  }

  .campaign-strip::before {
    inset: -56% -96% !important;
    background-size: clamp(1850px, 390vw, 3200px) auto !important;
  }
}

/* Final refinement lock after approved hero/outro: 2026-05-26 */
:root {
  --ink: #1a1715;
  --ink-soft: #332f2b;
}

.wordmark,
.footer-wordmark,
.desktop-nav,
.section-heading h2 {
  color: var(--ink) !important;
}

.section-heading > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(44px, 4.35vw, 70px) !important;
  line-height: 0.96 !important;
  margin-bottom: clamp(18px, 2vw, 34px) !important;
  transform: none !important;
  text-shadow: none !important;
}

.product-preview {
  box-shadow: 3px 4px 0 rgba(26, 23, 21, 0.12) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  box-shadow: 2px 3px 0 rgba(26, 23, 21, 0.1) !important;
}

.preview-result > .eyebrow {
  margin-bottom: 18px !important;
  color: #77736b !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
}

.result-separator {
  color: var(--blue) !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
}

.campaign-strip::before {
  inset: -18% -12% !important;
  opacity: 1 !important;
  filter: none !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transform: none !important;
  image-rendering: auto !important;
}

.campaign-grid {
  max-width: min(1140px, 84vw) !important;
  gap: clamp(108px, 11vw, 184px) !important;
}

.campaign-panel,
.campaign-panel:nth-child(1),
.campaign-panel:nth-child(2) {
  transform: none !important;
  rotate: 0deg !important;
  perspective: none !important;
}

.campaign-panel {
  min-height: clamp(306px, 27.5vw, 438px) !important;
  aspect-ratio: 1 / 1.08 !important;
  border-radius: 0 !important;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.22) !important;
}

.campaign-panel p {
  font-size: clamp(44px, 4.85vw, 78px) !important;
  line-height: 0.88 !important;
}

.future-inner > .eyebrow,
.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(54px, 5.2vw, 84px) !important;
  line-height: 0.96 !important;
  transform: none !important;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.16) !important;
}

.future-copy {
  transform: translateX(clamp(-42px, -3vw, -18px)) !important;
}

.future-copy h2 {
  font-size: clamp(80px, 7.3vw, 120px) !important;
  line-height: 0.88 !important;
}

.future-copy p {
  display: block !important;
  margin-top: clamp(24px, 2.5vw, 40px) !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  line-height: 1.24 !important;
}

.why-copy.why-composition {
  gap: 12px !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  font-size: clamp(16px, 1.38vw, 22px) !important;
  line-height: 1.24 !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(16px, 1.38vw, 22px) !important;
}

.closing-image {
  transform: scale(1.012) !important;
  transform-origin: center center !important;
}

@media (max-width: 980px) {
  .campaign-grid {
    gap: clamp(42px, 7vw, 80px) !important;
  }

  .future-copy {
    transform: none !important;
  }
}

/* Revert correction against marked PDF: 2026-05-26 */
:root {
  --lift-subtle: 4px 5px 0 rgba(26, 23, 21, 0.13);
  --lift-dark-subtle: 5px 6px 0 rgba(0, 0, 0, 0.22);
}

.hero-content,
.closing-content {
  place-items: end start !important;
}

.hero-title,
.closing-title {
  width: min(1180px, 80vw) !important;
  margin-left: clamp(-56px, -4.2vw, -24px) !important;
  margin-bottom: clamp(124px, 15vh, 176px) !important;
  filter: none !important;
}

.hero-title h1,
.closing-title h2 {
  color: var(--orange) !important;
  font-size: clamp(104px, 11.4vw, 176px) !important;
  line-height: 0.84 !important;
  white-space: nowrap !important;
  text-align: right !important;
  text-shadow: 4px 5px 0 rgba(0, 0, 0, 0.24) !important;
}

.hero-title p,
.closing-title p {
  color: #fff !important;
  font-size: clamp(36px, 3.95vw, 62px) !important;
  line-height: 0.94 !important;
  white-space: nowrap !important;
  text-align: right !important;
  text-shadow: none !important;
}

.hero-lower {
  bottom: clamp(34px, 5vh, 62px) !important;
}

.hero-support {
  font-size: clamp(17px, 1.48vw, 24px) !important;
  line-height: 1.05 !important;
}

.tool-section {
  padding: clamp(72px, 7.4vw, 118px) 0 clamp(84px, 8.5vw, 138px) !important;
}

.section-heading {
  padding-top: clamp(10px, 1.4vw, 26px) !important;
}

.section-heading > .eyebrow {
  font-size: clamp(34px, 3.25vw, 54px) !important;
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  transform: none !important;
  rotate: 0deg !important;
  margin-bottom: clamp(16px, 1.8vw, 28px) !important;
  padding-bottom: 0 !important;
  color: var(--orange) !important;
  line-height: 1 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

.section-heading h2 {
  max-width: 500px !important;
  font-size: clamp(74px, 6.9vw, 114px) !important;
  line-height: 0.89 !important;
  text-align: right !important;
}

.section-heading p:not(.eyebrow) {
  max-width: 450px !important;
  color: #77736b !important;
  font-size: clamp(17px, 1.52vw, 24px) !important;
  line-height: 1.14 !important;
}

.product-preview {
  background: #d7d5cc !important;
  padding: clamp(24px, 2.4vw, 38px) !important;
  box-shadow: var(--lift-subtle) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  background: #fff !important;
  box-shadow: 3px 4px 0 rgba(26, 23, 21, 0.11) !important;
  transform: none !important;
}

.preview-tools button:nth-child(2),
.preview-tools button:nth-child(4) {
  transform: none !important;
}

.campaign-strip {
  padding: clamp(74px, 8vw, 128px) 0 clamp(84px, 8.8vw, 144px) !important;
}

.campaign-strip::before {
  inset: -70% -82% !important;
  background-size: clamp(2380px, 252vw, 4100px) auto !important;
  background-position: center center !important;
  transform: rotate(-4deg) skewY(-2deg) scale(1) !important;
}

.campaign-grid {
  max-width: min(980px, 76vw) !important;
  gap: clamp(70px, 7.8vw, 124px) !important;
  align-items: start !important;
}

.campaign-panel,
.campaign-panel:nth-child(1),
.campaign-panel:nth-child(2) {
  transform: none !important;
  rotate: 0deg !important;
  perspective: none !important;
}

.campaign-panel {
  min-height: clamp(286px, 26vw, 410px) !important;
  aspect-ratio: 1 / 1.08 !important;
  padding: clamp(24px, 2.35vw, 36px) !important;
  border-radius: 0 !important;
  background: var(--orange) !important;
  box-shadow: var(--lift-dark-subtle) !important;
}

.campaign-panel p {
  color: #fff !important;
  font-size: clamp(38px, 4.35vw, 70px) !important;
  line-height: 0.88 !important;
  text-align: right !important;
}

.campaign-panel p:first-child {
  min-height: 1.9em !important;
}

.campaign-panel p + p {
  margin-top: auto !important;
}

.future-strip {
  padding: clamp(84px, 8.2vw, 132px) 0 !important;
}

.future-inner {
  grid-template-columns: minmax(520px, 0.56fr) minmax(320px, 0.44fr) !important;
  gap: clamp(30px, 4.6vw, 74px) !important;
  align-items: start !important;
}

.future-inner > .eyebrow {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  font-size: clamp(48px, 4.7vw, 76px) !important;
  text-shadow: 3px 4px 0 rgba(0, 0, 0, 0.18) !important;
}

.future-copy {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: start !important;
  max-width: 540px !important;
}

.future-copy h2 {
  max-width: 500px !important;
  color: #fff !important;
  font-size: clamp(76px, 6.9vw, 112px) !important;
  line-height: 0.88 !important;
  text-align: right !important;
  filter: none !important;
  text-shadow: none !important;
}

.future-copy p {
  max-width: 500px !important;
  margin-top: clamp(22px, 2.3vw, 36px) !important;
  color: #fff !important;
  font-size: clamp(16px, 1.4vw, 23px) !important;
  line-height: 1.18 !important;
  text-align: left !important;
}

.future-tags {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  justify-self: center !important;
  transform: none !important;
}

.future-tags span,
.button {
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.18) !important;
}

.why-section {
  padding: clamp(62px, 6vw, 102px) 0 !important;
}

.why-grid {
  grid-template-columns: minmax(300px, 0.36fr) minmax(520px, 0.64fr) !important;
  gap: clamp(42px, 5.4vw, 86px) !important;
}

.why-copy.why-composition {
  margin-top: clamp(38px, 4.3vw, 70px) !important;
  display: grid !important;
  gap: clamp(9px, 0.9vw, 15px) !important;
  justify-items: end !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  width: auto !important;
  max-width: min(100%, 920px) !important;
  justify-self: end !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #77736b !important;
  font-size: clamp(16px, 1.42vw, 23px) !important;
  line-height: 1.18 !important;
  text-align: right !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(16px, 1.42vw, 23px) !important;
  text-transform: lowercase !important;
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(900px, 88vw) !important;
    margin-left: 0 !important;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(76px, 15vw, 132px) !important;
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(30px, 6.5vw, 52px) !important;
    white-space: normal !important;
  }

  .future-inner,
  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .future-copy,
  .future-tags {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

/* Marked PDF checklist lock: 2026-05-26 */
.hero-title,
.closing-title {
  width: min(1280px, 88vw) !important;
  margin-left: clamp(-28px, -1.8vw, -8px) !important;
  margin-bottom: clamp(122px, 15.5vh, 182px) !important;
  filter: none !important;
}

.hero-title h1,
.closing-title h2 {
  color: var(--orange) !important;
  font-size: clamp(108px, 12.2vw, 190px) !important;
  line-height: 0.84 !important;
  white-space: nowrap !important;
  text-align: right !important;
  text-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3) !important;
}

.hero-title p,
.closing-title p {
  color: #fff !important;
  font-size: clamp(38px, 4.25vw, 66px) !important;
  line-height: 0.92 !important;
  white-space: nowrap !important;
  text-align: right !important;
  text-shadow: none !important;
}

.hero-support {
  font-size: clamp(17px, 1.55vw, 26px) !important;
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  margin-bottom: clamp(14px, 1.6vw, 26px) !important;
  color: var(--orange) !important;
  font-size: clamp(24px, 2.2vw, 36px) !important;
  line-height: 1 !important;
  transform: none !important;
  text-align: left !important;
  text-shadow: none !important;
}

.section-heading h2 {
  max-width: 505px !important;
  font-size: clamp(72px, 6.8vw, 112px) !important;
  line-height: 0.88 !important;
  text-align: right !important;
}

.section-heading p:not(.eyebrow) {
  max-width: 450px !important;
  font-size: clamp(17px, 1.55vw, 25px) !important;
  line-height: 1.12 !important;
}

.preview-input::placeholder {
  color: #77736b !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
}

.product-preview {
  padding: clamp(24px, 2.5vw, 40px) !important;
}

.preview-tools strong {
  font-size: clamp(21px, 1.8vw, 30px) !important;
  line-height: 1.02 !important;
}

.campaign-strip::before {
  inset: -82% -96% !important;
  background-size: clamp(2820px, 303vw, 5010px) auto !important;
  background-position: center center !important;
  transform: rotate(-4deg) skewY(-2deg) scale(1.04) !important;
}

.campaign-grid {
  max-width: min(1000px, 76vw) !important;
  gap: clamp(72px, 8vw, 126px) !important;
}

.campaign-panel {
  padding: clamp(24px, 2.35vw, 36px) !important;
  min-height: clamp(292px, 27vw, 420px) !important;
}

.campaign-panel p {
  font-size: clamp(38px, 4.45vw, 72px) !important;
  line-height: 0.9 !important;
  text-align: right !important;
}

.campaign-panel p:first-child {
  min-height: 1.9em !important;
}

.campaign-panel p + p {
  margin-top: auto !important;
}

.future-inner {
  grid-template-columns: minmax(500px, 0.52fr) minmax(340px, 0.48fr) !important;
  gap: clamp(34px, 5vw, 84px) !important;
  align-items: start !important;
}

.future-inner > .eyebrow {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
}

.future-copy {
  grid-column: 1 !important;
  grid-row: 2 !important;
  justify-self: start !important;
  max-width: 560px !important;
}

.future-copy h2 {
  max-width: 540px !important;
  color: #fff !important;
  font-size: clamp(72px, 6.8vw, 112px) !important;
  line-height: 0.88 !important;
  text-align: right !important;
  text-shadow: none !important;
  filter: none !important;
}

.future-copy p {
  max-width: 560px !important;
  color: #fff !important;
  font-size: clamp(16px, 1.45vw, 24px) !important;
  line-height: 1.16 !important;
  text-align: left !important;
}

.future-tags {
  grid-column: 2 !important;
  grid-row: 1 / span 2 !important;
  align-self: center !important;
  justify-self: center !important;
}

.why-grid {
  grid-template-columns: minmax(300px, 0.36fr) minmax(520px, 0.64fr) !important;
}

.why-copy.why-composition {
  margin-top: clamp(34px, 4vw, 66px) !important;
  gap: clamp(8px, 0.85vw, 14px) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  max-width: min(100%, 920px) !important;
  font-size: clamp(16px, 1.45vw, 24px) !important;
  line-height: 1.16 !important;
  text-align: right !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(16px, 1.45vw, 24px) !important;
  text-transform: lowercase !important;
}

@media (max-width: 980px) {
  .hero-title,
  .closing-title {
    width: min(900px, 88vw) !important;
    margin-left: 0 !important;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(76px, 15vw, 132px) !important;
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(30px, 6.5vw, 52px) !important;
    white-space: normal !important;
  }

  .future-inner,
  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .future-copy,
  .future-tags {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

@media (max-width: 760px) {
  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(56px, 14.8vw, 80px) !important;
  }

  .campaign-strip::before {
    inset: -56% -96% !important;
    background-size: clamp(1850px, 390vw, 3200px) auto !important;
  }
}

/* Final refinement lock after approved hero/outro: 2026-05-26 */
:root {
  --ink: #1a1715;
  --ink-soft: #332f2b;
}

.wordmark,
.footer-wordmark,
.desktop-nav,
.section-heading h2 {
  color: var(--ink) !important;
}

.section-heading > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(44px, 4.35vw, 70px) !important;
  line-height: 0.96 !important;
  margin-bottom: clamp(18px, 2vw, 34px) !important;
  transform: none !important;
  text-shadow: none !important;
}

.product-preview {
  box-shadow: 3px 4px 0 rgba(26, 23, 21, 0.12) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  box-shadow: 2px 3px 0 rgba(26, 23, 21, 0.1) !important;
}

.preview-result > .eyebrow {
  margin-bottom: 18px !important;
  color: #77736b !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-transform: lowercase !important;
}

.result-separator {
  color: var(--blue) !important;
  font-size: clamp(18px, 1.4vw, 23px) !important;
  font-weight: 900 !important;
}

.campaign-strip::before {
  inset: -18% -12% !important;
  opacity: 1 !important;
  filter: none !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  transform: none !important;
  image-rendering: auto !important;
}

.campaign-grid {
  max-width: min(1140px, 84vw) !important;
  gap: clamp(108px, 11vw, 184px) !important;
}

.campaign-panel,
.campaign-panel:nth-child(1),
.campaign-panel:nth-child(2) {
  transform: none !important;
  rotate: 0deg !important;
  perspective: none !important;
}

.campaign-panel {
  min-height: clamp(306px, 27.5vw, 438px) !important;
  aspect-ratio: 1 / 1.08 !important;
  border-radius: 0 !important;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.22) !important;
}

.campaign-panel p {
  font-size: clamp(44px, 4.85vw, 78px) !important;
  line-height: 0.88 !important;
}

.future-inner > .eyebrow,
.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(54px, 5.2vw, 84px) !important;
  line-height: 0.96 !important;
  transform: none !important;
  text-shadow: 2px 3px 0 rgba(0, 0, 0, 0.16) !important;
}

.future-copy {
  transform: translateX(clamp(-42px, -3vw, -18px)) !important;
}

.future-copy h2 {
  font-size: clamp(80px, 7.3vw, 120px) !important;
  line-height: 0.88 !important;
}

.future-copy p {
  display: block !important;
  margin-top: clamp(24px, 2.5vw, 40px) !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  line-height: 1.24 !important;
}

.why-copy.why-composition {
  gap: 12px !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  font-size: clamp(16px, 1.38vw, 22px) !important;
  line-height: 1.24 !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
  font-size: clamp(16px, 1.38vw, 22px) !important;
}

.closing-image {
  transform: scale(1.012) !important;
  transform-origin: center center !important;
}

@media (max-width: 980px) {
  .campaign-grid {
    gap: clamp(42px, 7vw, 80px) !important;
  }

  .future-copy {
    transform: none !important;
  }
}
/* Absolute final narrow why/later lock: 2026-05-26 */
.future-strip,
.why-section {
  width: min(100%, 1260px) !important;
  margin-inline: auto !important;
}

.future-copy p {
  line-height: 1.24 !important;
}

.why-section {
  position: relative !important;
  overflow: hidden !important;
  padding: clamp(84px, 8vw, 134px) 0 !important;
  background: var(--ink) !important;
  isolation: isolate !important;
}

.why-section::before {
  content: "" !important;
  position: absolute !important;
  inset: -24% -18% !important;
  z-index: -1 !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 72% 38% !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  image-rendering: auto !important;
  pointer-events: none !important;
}

.why-grid {
  grid-template-columns: minmax(340px, 0.34fr) minmax(620px, 0.66fr) !important;
  gap: clamp(54px, 6vw, 108px) !important;
  align-items: start !important;
}

.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(58px, 5.6vw, 92px) !important;
  line-height: 0.94 !important;
  margin: 0 !important;
  text-shadow: var(--orange-word-lift) !important;
  transform: none !important;
}

.why-copy.why-composition {
  width: min(100%, 840px) !important;
  justify-self: end !important;
  display: grid !important;
  gap: clamp(12px, 1vw, 18px) !important;
  margin-top: clamp(34px, 3.6vw, 62px) !important;
  padding: clamp(30px, 3vw, 48px) !important;
  background: var(--orange) !important;
  border-radius: 0 !important;
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.2) !important;
  transform: none !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  width: 100% !important;
  max-width: none !important;
  justify-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: clamp(26px, 2.35vw, 40px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  text-align: right !important;
  text-shadow: none !important;
}

.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(26px, 2.35vw, 40px) !important;
  text-transform: lowercase !important;
}

@media (max-width: 980px) {
  .future-strip,
  .why-section {
    width: 100% !important;
  }

  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .why-copy.why-composition {
    justify-self: start !important;
    margin-top: 0 !important;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    text-align: left !important;
  }
}

/* Final scoped correction at end of file: 2026-05-26 */
.campaign-strip {
  padding: clamp(82px, 8.8vw, 142px) 0 clamp(92px, 9.4vw, 154px) !important;
}

.campaign-strip::before {
  inset: -16% -10% !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 48% 47% !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  image-rendering: auto !important;
}

.campaign-grid {
  max-width: min(1180px, 86vw) !important;
  gap: clamp(86px, 9vw, 156px) !important;
  align-items: center !important;
}

.campaign-panel {
  min-height: clamp(330px, 29vw, 456px) !important;
  aspect-ratio: 1 / 1.04 !important;
  padding: clamp(26px, 2.8vw, 44px) !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2) !important;
}

.campaign-panel p {
  color: #fff !important;
  font-size: clamp(42px, 4.45vw, 74px) !important;
  line-height: 0.9 !important;
  text-align: right !important;
  text-shadow: 1px 1px 0 rgba(26, 23, 21, 0.1) !important;
}

.campaign-panel p:first-child {
  max-width: 5.7em !important;
  align-self: flex-end !important;
}

.campaign-panel p + p {
  margin-top: clamp(72px, 8vw, 126px) !important;
}

.future-strip {
  width: 100% !important;
  padding: clamp(92px, 8.8vw, 150px) 0 clamp(96px, 9.2vw, 156px) !important;
  background: var(--ink) !important;
  border-top: 1px solid rgba(255, 97, 1, 0.22) !important;
  border-bottom: 1px solid rgba(255, 97, 1, 0.2) !important;
}

.future-strip::before {
  inset: -22% -18% auto auto !important;
  z-index: 0 !important;
  width: min(760px, 58vw) !important;
  height: 126% !important;
  background-image: url("./_assets/backgrounds/why_ask_why%202.1.png") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 64% 40% !important;
  filter: none !important;
  opacity: 0.34 !important;
  transform: rotate(2deg) !important;
  image-rendering: auto !important;
}

.future-inner {
  grid-template-columns: minmax(420px, 0.46fr) minmax(520px, 0.54fr) !important;
  gap: clamp(48px, 6vw, 108px) !important;
  align-items: center !important;
}

.future-inner > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(50px, 4.8vw, 78px) !important;
  line-height: 0.94 !important;
  text-shadow: 1px 1px 0 rgba(26, 23, 21, 0.12) !important;
}

.future-copy {
  max-width: 600px !important;
  transform: none !important;
}

.future-copy h2 {
  font-size: clamp(76px, 7vw, 116px) !important;
  line-height: 0.88 !important;
}

.future-copy p {
  max-width: 720px !important;
  color: #fff !important;
  font-size: clamp(17px, 1.45vw, 23px) !important;
  line-height: 1.24 !important;
  text-align: left !important;
}

.future-tags {
  display: grid !important;
  width: min(100%, 420px) !important;
  gap: clamp(14px, 1.4vw, 22px) !important;
  justify-self: center !important;
}

.future-tags span {
  min-height: clamp(78px, 7vw, 112px) !important;
  justify-content: flex-start !important;
  padding: clamp(18px, 2vw, 30px) !important;
  color: #fff !important;
  background: var(--orange) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2) !important;
  font-size: clamp(24px, 2.5vw, 40px) !important;
  line-height: 0.95 !important;
  text-align: left !important;
  text-shadow: 1px 1px 0 rgba(26, 23, 21, 0.1) !important;
}

.future-tags span:nth-child(2) {
  color: #fff !important;
  background: var(--orange) !important;
}

.why-section {
  width: 100% !important;
  padding: clamp(92px, 8.8vw, 148px) 0 !important;
}

.why-section::before {
  inset: -30% -16% !important;
  background-image: url("./_assets/backgrounds/why_ask_why_2_page1_2400.png") !important;
  background-size: cover !important;
  background-position: 32% 48% !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  image-rendering: auto !important;
}

.why-grid {
  grid-template-columns: minmax(330px, 0.32fr) minmax(620px, 0.68fr) !important;
  gap: clamp(56px, 6vw, 112px) !important;
  align-items: center !important;
}

.why-grid > .eyebrow {
  color: var(--orange) !important;
  font-size: clamp(54px, 5vw, 82px) !important;
  line-height: 0.95 !important;
  text-shadow: 1px 1px 0 rgba(26, 23, 21, 0.12) !important;
}

.why-copy.why-composition {
  width: min(100%, 900px) !important;
  gap: clamp(13px, 1.15vw, 20px) !important;
  margin-top: 0 !important;
  padding: clamp(34px, 3.3vw, 54px) !important;
  background: var(--orange) !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(23px, 2.05vw, 34px) !important;
  line-height: 1.08 !important;
  text-align: right !important;
  text-shadow: 1px 1px 0 rgba(26, 23, 21, 0.08) !important;
}

.why-composition .why-line-aside {
  font-size: clamp(20px, 1.72vw, 28px) !important;
  line-height: 1.12 !important;
}

.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(25px, 2.18vw, 36px) !important;
}

@media (min-width: 981px) {
  .future-copy p {
    width: max-content !important;
    max-width: min(720px, 52vw) !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 980px) {
  .campaign-grid {
    max-width: min(760px, 86vw) !important;
    gap: clamp(36px, 7vw, 72px) !important;
  }

  .future-inner,
  .why-grid {
    grid-template-columns: 1fr !important;
  }

  .future-copy,
  .future-tags,
  .why-copy.why-composition {
    justify-self: start !important;
  }

  .future-copy p {
    white-space: normal !important;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    text-align: left !important;
  }
}

@media (max-width: 760px) {
  .campaign-grid {
    grid-template-columns: 1fr !important;
  }

  .campaign-panel {
    min-height: 300px !important;
  }

  .campaign-panel p {
    font-size: clamp(40px, 12vw, 68px) !important;
  }

  .future-strip::before {
    width: 100% !important;
    opacity: 0.22 !important;
  }

  .future-tags {
    width: 100% !important;
  }

  .why-copy.why-composition {
    padding: clamp(26px, 7vw, 36px) !important;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    font-size: clamp(21px, 6vw, 30px) !important;
  }
}

/* Browser annotation correction batch: 2026-05-27 */
.hero-lower {
  align-items: end !important;
}

.hero-support {
  padding-bottom: 1px !important;
  transform: translateY(7px) !important;
}

.section-heading > .eyebrow {
  width: max-content !important;
  margin-left: clamp(118px, 12vw, 178px) !important;
  padding: 0 0.05em !important;
  color: var(--orange) !important;
  text-shadow: 2px 2px 0 rgba(26, 23, 21, 0.12) !important;
  filter: none !important;
}

.section-heading p:not(.eyebrow) {
  max-width: 620px !important;
  line-height: 1.08 !important;
}

.preview-result > .eyebrow {
  color: var(--blue) !important;
}

.preview-input,
.preview-input::placeholder {
  color: var(--muted) !important;
  font-size: clamp(18px, 1.35vw, 23px) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
}

.campaign-grid {
  max-width: min(1040px, 82vw) !important;
  gap: clamp(78px, 8vw, 132px) !important;
}

.campaign-panel {
  min-height: clamp(286px, 24vw, 384px) !important;
  aspect-ratio: 1 / 1.02 !important;
  padding: clamp(24px, 2.45vw, 38px) !important;
}

.campaign-panel p {
  font-size: clamp(38px, 4.1vw, 66px) !important;
  line-height: 0.9 !important;
}

.campaign-panel p:first-child {
  max-width: 5.4em !important;
}

.campaign-panel p + p {
  margin-top: clamp(42px, 5vw, 78px) !important;
}

.future-inner {
  grid-template-columns: minmax(430px, 0.56fr) minmax(420px, 0.44fr) !important;
  gap: clamp(24px, 3vw, 48px) !important;
  align-items: end !important;
}

.future-inner > .eyebrow {
  width: max-content !important;
  margin-left: clamp(132px, 13vw, 204px) !important;
  color: var(--orange) !important;
  text-shadow: 2px 2px 0 rgba(26, 23, 21, 0.12) !important;
}

.future-copy {
  max-width: 720px !important;
}

.future-copy p {
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  font-size: clamp(13px, 0.98vw, 16px) !important;
  line-height: 1.15 !important;
}

.future-tags {
  display: flex !important;
  width: auto !important;
  gap: 14px !important;
  justify-self: end !important;
  align-self: end !important;
}

.future-tags span {
  width: clamp(180px, 15vw, 260px) !important;
  min-width: clamp(180px, 15vw, 260px) !important;
  min-height: 58px !important;
  justify-content: center !important;
  padding: 16px 28px !important;
  border-radius: 8px !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
  font-size: clamp(15px, 1.2vw, 20px) !important;
  line-height: 1 !important;
  text-align: center !important;
  text-shadow: none !important;
}

.future-tags span:first-child {
  color: #fff !important;
  background: var(--blue) !important;
}

.future-tags span:nth-child(2) {
  color: var(--ink) !important;
  background: #fff !important;
}

.why-grid {
  grid-template-columns: minmax(300px, 0.3fr) minmax(0, 0.7fr) !important;
  gap: clamp(42px, 5vw, 86px) !important;
  align-items: start !important;
}

.why-grid > .eyebrow {
  width: max-content !important;
  margin-top: 0 !important;
  padding: 0.02em 0.08em 0.07em !important;
  color: var(--orange) !important;
  background: #fff !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.18) !important;
  text-shadow: 1px 1px 0 rgba(26, 23, 21, 0.1) !important;
}

.why-copy.why-composition {
  width: min(100%, 760px) !important;
  justify-self: end !important;
  margin-top: 0 !important;
  margin-right: clamp(18px, 2.5vw, 40px) !important;
  gap: clamp(9px, 0.8vw, 14px) !important;
  padding: clamp(26px, 2.4vw, 38px) !important;
  background: var(--ink) !important;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.24) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(15px, 1.33vw, 22px) !important;
  line-height: 1.16 !important;
  text-align: left !important;
  text-shadow: none !important;
}

.why-composition .why-line-aside,
.why-composition .why-line-closing {
  font-size: clamp(15px, 1.33vw, 22px) !important;
  line-height: 1.16 !important;
}

.closing-image {
  transform: none !important;
}

.closing-campaign::before {
  display: none !important;
}

@media (max-width: 980px) {
  .section-heading > .eyebrow,
  .future-inner > .eyebrow {
    margin-left: 0 !important;
  }

  .future-copy p {
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  .future-tags {
    justify-self: start !important;
    flex-wrap: wrap !important;
  }

  .why-copy.why-composition {
    margin-right: 0 !important;
  }
}

/* Browser annotation alignment pass: 2026-05-27 */
.section-heading > .eyebrow {
  margin-left: 0 !important;
}

.product-preview {
  overflow: hidden !important;
  border-width: 1px !important;
}

.preview-input {
  width: 100% !important;
  max-width: 100% !important;
}

.preview-input,
.preview-input::placeholder {
  font-weight: 400 !important;
}

.campaign-grid {
  max-width: min(800px, 66vw) !important;
  gap: clamp(52px, 6vw, 92px) !important;
}

.campaign-panel {
  min-height: clamp(205px, 17.5vw, 286px) !important;
  aspect-ratio: 1 / 1 !important;
  padding: clamp(18px, 1.7vw, 28px) !important;
}

.campaign-panel p {
  font-size: clamp(28px, 3vw, 48px) !important;
}

.campaign-panel p + p {
  margin-top: clamp(26px, 3vw, 48px) !important;
}

.future-inner > .eyebrow {
  margin-left: 0 !important;
  justify-self: start !important;
}

.future-copy {
  width: max-content !important;
  max-width: none !important;
  transform: none !important;
}

.future-copy h2 {
  width: max-content !important;
  margin-left: auto !important;
  text-align: right !important;
}

.future-copy p {
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
}

.why-section {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.why-section::after {
  display: none !important;
  content: none !important;
}

.why-copy.why-composition {
  width: min(100%, 760px) !important;
  padding: clamp(24px, 2.2vw, 36px) !important;
  background: #fff !important;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.22) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: var(--ink) !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
  line-height: 1.18 !important;
  text-align: left !important;
}

.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: var(--ink) !important;
  font-size: clamp(16px, 1.35vw, 22px) !important;
}

@media (max-width: 980px) {
  .future-copy {
    width: auto !important;
    max-width: 100% !important;
  }

  .future-copy h2 {
    margin-left: 0 !important;
  }
}

/* Why copy supplied layout lock: 2026-05-27 */
.why-copy.why-composition {
  gap: clamp(8px, 0.7vw, 12px) !important;
}

.why-composition .why-line-closing {
  margin-top: clamp(18px, 1.8vw, 30px) !important;
  color: var(--orange) !important;
}

/* Final why/outro join tidy: 2026-05-27 */
.why-grid {
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr) !important;
  column-gap: clamp(64px, 7vw, 124px) !important;
}

.why-copy.why-composition {
  justify-self: end !important;
  width: min(100%, 650px) !important;
  margin-right: 0 !important;
  transform: translateX(clamp(58px, 5.5vw, 88px)) !important;
}

.why-section {
  margin-bottom: -2px !important;
  padding-bottom: clamp(96px, 9vw, 152px) !important;
}

.later-section.closing-campaign {
  margin-top: -1px !important;
}

.later-section.closing-campaign::before {
  display: block !important;
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 2 !important;
  height: 12px !important;
  background: var(--ink) !important;
  pointer-events: none !important;
}

@media (max-width: 980px) {
  .why-copy.why-composition {
    justify-self: start !important;
    width: min(100%, 700px) !important;
    margin-right: 0 !important;
    transform: none !important;
  }
}

/* Final polish pass true-end lock: 2026-05-27 */
:root {
  --float-panel: 5px 5px 0 rgba(0, 0, 0, 0.18);
  --float-text-orange: 2px 2px 0 rgba(26, 23, 21, 0.12);
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  text-shadow: var(--float-text-orange) !important;
}

.button,
.future-tags span,
.campaign-panel {
  box-shadow: var(--float-panel) !important;
}

.why-copy.why-composition {
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.2) !important;
}

.product-preview {
  overflow: hidden !important;
  box-shadow: 4px 4px 0 rgba(26, 23, 21, 0.12) !important;
}

.preview-input,
.preview-tools button,
.result-separator,
.preview-result {
  box-shadow: 3px 3px 0 rgba(26, 23, 21, 0.1) !important;
}

.preview-tools button {
  align-items: center !important;
  text-align: center !important;
}

.preview-tools strong,
.preview-tools span {
  width: 100% !important;
  text-align: center !important;
}

.why-composition .why-line-closing {
  color: var(--orange) !important;
}

.closing-image {
  object-position: center top !important;
}

/* Tiny final visual correction pass: 2026-05-27 */
.why-copy.why-composition {
  background: var(--orange) !important;
  box-shadow: var(--float-panel) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(18px, 1.58vw, 26px) !important;
  line-height: 1.13 !important;
}

.why-composition .why-line-closing {
  color: #fff !important;
}

.future-inner {
  justify-items: start !important;
}

.future-inner > .eyebrow,
.future-copy {
  grid-column: 1 !important;
  justify-self: end !important;
}

.future-inner > .eyebrow {
  text-align: right !important;
}

/* PDF annotation final correction pass: 2026-05-27 */
@media (min-width: 981px) {
  .campaign-grid {
    grid-template-columns: repeat(2, minmax(0, clamp(300px, 24vw, 350px))) !important;
    width: min(966px, 84vw) !important;
    max-width: none !important;
    justify-content: space-between !important;
    gap: 0 !important;
  }

  .campaign-panel {
    width: 100% !important;
    min-height: clamp(300px, 24vw, 350px) !important;
  }

  .future-strip {
    border-bottom: 0 !important;
  }

  .future-copy {
    transform: translateX(clamp(-260px, -17.5vw, -170px)) !important;
  }

  .future-copy h2 {
    text-align: right !important;
  }

  .why-grid {
    width: min(calc(100% - clamp(48px, 6vw, 96px)), 1320px) !important;
    grid-template-columns: minmax(500px, 0.43fr) minmax(680px, 0.57fr) !important;
    column-gap: clamp(56px, 5.5vw, 86px) !important;
    align-items: start !important;
  }

  .why-grid > .eyebrow {
    justify-self: start !important;
    align-self: start !important;
    width: max-content !important;
    max-width: 100% !important;
    margin-top: clamp(12px, 1.4vw, 24px) !important;
  }

  .why-copy.why-composition {
    justify-self: end !important;
    width: min(100%, 700px) !important;
    transform: none !important;
  }
}

.why-copy.why-composition {
  background: var(--orange) !important;
  border-radius: 0 !important;
  box-shadow: var(--float-panel) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(20px, 1.72vw, 30px) !important;
  line-height: 1.1 !important;
  text-align: left !important;
}

.why-composition .why-line-closing {
  color: #fff !important;
}

/* Final later-section alignment nudge: 2026-05-27 */
@media (min-width: 981px) {
  .future-copy {
    transform: translateX(0) !important;
  }

  .future-copy h2 {
    text-align: right !important;
  }

  .future-copy p {
    transform: translate(clamp(300px, 28vw, 430px), clamp(18px, 2vw, 30px)) !important;
  }
}

/* Final tiny visual correction lock: 2026-05-27 */
.why-copy.why-composition {
  background: var(--orange) !important;
  color: #fff !important;
  border-radius: 0 !important;
  box-shadow: var(--float-panel) !important;
}

.why-composition .why-line,
.why-composition .why-line-one,
.why-composition .why-line-two,
.why-composition .why-line-three,
.why-composition .why-line-four,
.why-composition .why-line-aside,
.why-composition .why-line-closing {
  color: #fff !important;
  font-size: clamp(20px, 1.72vw, 30px) !important;
  line-height: 1.1 !important;
}

.future-strip,
.why-section,
.later-section.closing-campaign {
  border-top: 0 !important;
  border-bottom: 0 !important;
  outline: 0 !important;
}

.future-strip::after,
.why-section::after {
  display: none !important;
  content: none !important;
}

@media (min-width: 981px) {
  .future-inner > .eyebrow {
    transform: translateX(clamp(-180px, -12vw, -110px)) !important;
  }
}

/* Final font system pass: Anton campaign display, Inter body/UI */
:root {
  --font: "Inter", Arial, Helvetica, sans-serif;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
  --font-display: "Anton", Impact, sans-serif;
}

html,
body,
body *,
button,
textarea,
input,
select {
  font-family: var(--font-body) !important;
  font-style: normal !important;
}

.hero-title h1,
.hero-title p,
.closing-title h2,
.closing-title p,
.section-heading h2,
.section-heading > .eyebrow,
.future-inner > .eyebrow,
.future-copy h2,
.why-grid > .eyebrow,
.campaign-panel p,
.preview-tools strong,
.why-composition .why-line-closing {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  font-style: normal !important;
}

.button,
.hero-support,
.section-heading p:not(.eyebrow),
.privacy-note,
.preview-input,
.preview-input::placeholder,
.preview-tools button,
.preview-tools span,
.result-separator,
.preview-result,
.preview-result *,
.refinement-controls,
.refinement-controls *,
.future-tags span,
.future-copy p,
.why-copy.why-composition,
.why-copy.why-composition *,
.site-header,
.site-header *,
.site-footer,
.site-footer * {
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.wordmark,
.footer-wordmark {
  font-family: var(--font-body) !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

.desktop-nav a,
.mobile-nav a,
.footer-notes,
.footer-notes p {
  font-family: var(--font-body) !important;
  font-weight: 400 !important;
}

.preview-tools strong {
  display: block;
  font-size: clamp(24px, 2vw, 34px) !important;
  line-height: 1.05 !important;
}

.preview-tools span,
.result-content,
.result-content p,
.preview-input,
.preview-input::placeholder {
  font-size: clamp(15px, 1.08vw, 18px) !important;
  line-height: 1.25 !important;
  font-weight: 400 !important;
}

.section-heading p:not(.eyebrow),
.future-copy p {
  font-size: clamp(16px, 1.25vw, 22px) !important;
  line-height: 1.08 !important;
  font-weight: 400 !important;
}

.why-composition .why-line-closing {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.campaign-strip::before,
.future-strip::before,
.why-section::before {
  background-image: url("./_assets/backgrounds/ask-why-anton-white-on-black.svg") !important;
}

/* PDF placement/font-size lock: title column and matching text families */
:root {
  --campaign-title-col: clamp(150px, 13vw, 220px);
  --campaign-title-size: clamp(34px, 4.1vw, 72px);
  --campaign-stack-size: clamp(58px, 7.1vw, 122px);
  --campaign-small-copy-size: clamp(15px, 1.08vw, 18px);
}

.section-heading > .eyebrow,
.future-inner > .eyebrow,
.why-grid > .eyebrow {
  font-size: var(--campaign-title-size) !important;
  line-height: 0.96 !important;
}

.section-heading h2,
.future-copy h2 {
  font-size: var(--campaign-stack-size) !important;
  line-height: 0.92 !important;
}

.section-heading p:not(.eyebrow),
.future-copy p {
  font-size: var(--campaign-small-copy-size) !important;
  line-height: 1.08 !important;
}

.preview-tools strong {
  font-size: clamp(22px, 1.82vw, 32px) !important;
  line-height: 1.05 !important;
}

.preview-tools span,
.preview-input,
.preview-input::placeholder,
.result-content,
.result-content p {
  font-size: var(--campaign-small-copy-size) !important;
  line-height: 1.22 !important;
}

@media (min-width: 981px) {
  .section-heading {
    display: grid !important;
    grid-template-columns: var(--campaign-title-col) minmax(0, 1fr) !important;
    column-gap: clamp(18px, 2vw, 34px) !important;
    align-content: start !important;
  }

  .section-heading > .eyebrow,
  .section-heading h2 {
    grid-column: 1 !important;
    justify-self: end !important;
    width: 100% !important;
    max-width: var(--campaign-title-col) !important;
    text-align: right !important;
  }

  .section-heading > .eyebrow {
    margin: 0 0 clamp(18px, 2vw, 30px) !important;
    transform: none !important;
  }

  .section-heading h2 {
    margin: 0 !important;
  }

  .section-heading p:not(.eyebrow) {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    max-width: min(100%, 540px) !important;
    margin-top: clamp(26px, 3vw, 48px) !important;
    text-align: left !important;
  }

  .future-inner {
    grid-template-columns: var(--campaign-title-col) minmax(460px, 1fr) minmax(350px, 0.55fr) !important;
    column-gap: clamp(18px, 2.2vw, 38px) !important;
    row-gap: clamp(12px, 1.4vw, 24px) !important;
    align-items: start !important;
  }

  .future-inner > .eyebrow {
    grid-column: 1 !important;
    justify-self: end !important;
    width: 100% !important;
    max-width: var(--campaign-title-col) !important;
    margin: 0 0 clamp(20px, 2vw, 34px) !important;
    text-align: right !important;
    transform: none !important;
  }

  .future-copy {
    grid-column: 1 / 3 !important;
    display: grid !important;
    grid-template-columns: var(--campaign-title-col) minmax(0, 1fr) !important;
    column-gap: clamp(18px, 2.2vw, 38px) !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }

  .future-copy h2 {
    grid-column: 1 !important;
    justify-self: end !important;
    width: 100% !important;
    max-width: var(--campaign-title-col) !important;
    margin: 0 !important;
    text-align: right !important;
  }

  .future-copy p {
    grid-column: 2 !important;
    align-self: end !important;
    justify-self: start !important;
    width: max-content !important;
    max-width: min(100%, 920px) !important;
    margin: 0 0 clamp(6px, 0.7vw, 12px) !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .future-tags {
    grid-column: 3 !important;
    align-self: end !important;
  }

  .why-grid {
    grid-template-columns: var(--campaign-title-col) minmax(0, 1fr) !important;
    column-gap: clamp(18px, 2.2vw, 38px) !important;
    align-items: start !important;
  }

  .why-grid > .eyebrow {
    grid-column: 1 !important;
    justify-self: end !important;
    width: 100% !important;
    max-width: var(--campaign-title-col) !important;
    margin: 0 !important;
    text-align: right !important;
    transform: none !important;
  }

  .why-copy.why-composition {
    grid-column: 2 !important;
    justify-self: start !important;
    margin: 0 !important;
  }
}

/* Browser annotation lock: image swap, title alignment, and prompt sizing */
:root {
  --tool-title-measure: clamp(330px, 28vw, 430px);
  --future-title-measure: clamp(330px, 28vw, 430px);
  --tool-choice-title-size: clamp(18px, 1.42vw, 24px);
}

.preview-tools strong,
.result-separator {
  font-size: var(--tool-choice-title-size) !important;
  line-height: 1.05 !important;
}

@media (min-width: 981px) {
  .section-heading {
    display: block !important;
  }

  .section-heading > .eyebrow,
  .section-heading h2 {
    width: var(--tool-title-measure) !important;
    max-width: none !important;
    text-align: right !important;
    transform: none !important;
  }

  .section-heading > .eyebrow {
    margin: 0 0 clamp(18px, 2vw, 30px) !important;
  }

  .section-heading h2 {
    margin: 0 !important;
  }

  .section-heading p:not(.eyebrow) {
    max-width: var(--tool-title-measure) !important;
    margin-top: clamp(34px, 3.8vw, 58px) !important;
  }

  .future-inner {
    grid-template-columns: var(--future-title-measure) minmax(0, 1fr) minmax(350px, 0.48fr) !important;
    column-gap: clamp(18px, 2.2vw, 38px) !important;
    align-items: start !important;
  }

  .future-inner > .eyebrow {
    grid-column: 1 !important;
    justify-self: start !important;
    width: var(--future-title-measure) !important;
    max-width: none !important;
    margin: 0 0 clamp(26px, 3vw, 48px) !important;
    text-align: left !important;
    transform: none !important;
  }

  .future-copy {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: var(--future-title-measure) minmax(0, 1fr) minmax(350px, 0.48fr) !important;
    column-gap: clamp(18px, 2.2vw, 38px) !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
  }

  .future-copy h2 {
    grid-column: 1 !important;
    justify-self: start !important;
    width: var(--future-title-measure) !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: right !important;
    transform: translateX(clamp(-24px, -1.6vw, -12px)) !important;
  }

  .future-tags {
    grid-column: 3 !important;
    align-self: end !important;
  }

  .future-copy p {
    grid-column: 1 / -1 !important;
    justify-self: start !important;
    width: max-content !important;
    max-width: min(100%, 980px) !important;
    margin: clamp(165px, 14vw, 230px) 0 0 !important;
    white-space: nowrap !important;
    transform: none !important;
  }

  .why-grid {
    grid-template-columns: var(--future-title-measure) minmax(680px, 1fr) !important;
    column-gap: clamp(18px, 2.2vw, 38px) !important;
    align-items: start !important;
  }

  .why-grid > .eyebrow {
    grid-column: 1 !important;
    justify-self: start !important;
    width: var(--future-title-measure) !important;
    max-width: none !important;
    margin: 0 !important;
    text-align: left !important;
    transform: none !important;
  }

  .why-copy.why-composition {
    grid-column: 2 !important;
    justify-self: end !important;
    width: min(100%, 700px) !important;
    margin: 0 !important;
  }
}

/* Final later sentence clearance: keep it below the future buttons */
@media (min-width: 981px) {
  .future-copy h2 {
    transform: translateX(clamp(-14px, -0.8vw, -6px)) !important;
  }

  .future-copy p {
    position: relative !important;
    top: clamp(92px, 8vw, 138px) !important;
    margin-top: clamp(165px, 14vw, 230px) !important;
    z-index: 0 !important;
  }

  .future-tags {
    position: relative !important;
    z-index: 1 !important;
  }
}

/* Final annotation lock: 19px small copy and later sentence position */
.section-heading p:not(.eyebrow),
.future-copy p {
  font-size: 19px !important;
  line-height: 1.08 !important;
}

@media (min-width: 981px) {
  .future-copy p {
    position: relative !important;
    top: clamp(45px, 5vw, 72px) !important;
    margin-top: clamp(132px, 11vw, 170px) !important;
  }
}

/* Desktop future-section balance: use the open right side for the buttons */
@media (min-width: 981px) {
  .future-tags {
    align-self: center !important;
    transform: translateY(clamp(-150px, -12vw, -96px)) !important;
  }
}

/* Mobile readiness lock: keep the campaign intact without horizontal spill */
@media (max-width: 980px) {
  :root {
    --container: min(100% - 32px, 720px);
  }

  html,
  body {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .site-header {
    position: sticky !important;
  }

  .header-inner {
    min-height: 72px !important;
  }

  .wordmark,
  .footer-wordmark {
    font-size: clamp(30px, 9vw, 44px) !important;
    line-height: 0.95 !important;
  }

  .campaign-hero,
  .closing-campaign {
    min-height: clamp(590px, 92vh, 760px) !important;
  }

  .hero-image,
  .closing-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .hero-image {
    object-position: 44% center !important;
  }

  .closing-image {
    object-position: 52% center !important;
  }

  .hero-content,
  .closing-content {
    min-height: clamp(590px, 92vh, 760px) !important;
    padding: clamp(46px, 9vw, 72px) 0 !important;
  }

  .hero-title,
  .closing-title {
    width: 100% !important;
    max-width: none !important;
    text-align: left !important;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(68px, 20vw, 132px) !important;
    line-height: 0.9 !important;
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(36px, 10.5vw, 68px) !important;
    line-height: 0.9 !important;
  }

  .hero-lower {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .hero-support {
    max-width: 100% !important;
    font-size: 19px !important;
    line-height: 1.12 !important;
  }

  .hero-actions,
  .future-tags {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .button,
  .future-tags span {
    min-width: 0 !important;
    min-height: 56px !important;
    padding: 14px 12px !important;
    font-size: clamp(15px, 4.2vw, 18px) !important;
    line-height: 1.1 !important;
  }

  .tool-section,
  .campaign-strip,
  .future-strip,
  .why-section {
    padding-block: clamp(56px, 14vw, 96px) !important;
  }

  .tool-layout,
  .future-inner,
  .why-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: clamp(28px, 8vw, 48px) !important;
    width: var(--container) !important;
  }

  .section-heading,
  .future-copy,
  .why-copy.why-composition {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
  }

  .section-heading > .eyebrow,
  .future-inner > .eyebrow,
  .why-grid > .eyebrow {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 18px !important;
    font-size: clamp(42px, 13vw, 64px) !important;
    line-height: 0.95 !important;
    text-align: left !important;
    transform: none !important;
  }

  .section-heading h2,
  .future-copy h2 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: clamp(76px, 23vw, 120px) !important;
    line-height: 0.86 !important;
    text-align: left !important;
    transform: none !important;
  }

  .section-heading p:not(.eyebrow),
  .future-copy p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 28px 0 0 !important;
    position: static !important;
    top: auto !important;
    white-space: normal !important;
    font-size: 19px !important;
    line-height: 1.12 !important;
    transform: none !important;
  }

  .product-preview {
    width: 100% !important;
    padding: 18px !important;
  }

  .preview-input {
    min-height: 180px !important;
    padding: 18px !important;
  }

  .preview-tools {
    grid-template-columns: 1fr !important;
  }

  .preview-tools button {
    min-height: 96px !important;
    padding: 18px !important;
  }

  .preview-tools strong,
  .result-separator {
    font-size: 24px !important;
  }

  .preview-tools span,
  .preview-input,
  .preview-input::placeholder,
  .result-content,
  .result-content p {
    font-size: 17px !important;
  }

  .campaign-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    width: min(100%, 420px) !important;
    max-width: 100% !important;
    margin-inline: auto !important;
  }

  .campaign-panel {
    width: 100% !important;
    min-height: auto !important;
    aspect-ratio: 1 / 1 !important;
    padding: 24px !important;
  }

  .campaign-panel p {
    font-size: clamp(44px, 13vw, 68px) !important;
    line-height: 0.95 !important;
  }

  .future-tags {
    margin-top: 28px !important;
  }

  .why-copy.why-composition {
    padding: 22px !important;
  }

  .why-composition .why-line,
  .why-composition .why-line-one,
  .why-composition .why-line-two,
  .why-composition .why-line-three,
  .why-composition .why-line-four,
  .why-composition .why-line-aside,
  .why-composition .why-line-closing {
    width: 100% !important;
    max-width: 100% !important;
    justify-self: stretch !important;
    font-size: 19px !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  .why-composition .why-line-closing {
    margin-top: 14px !important;
    font-size: clamp(32px, 9vw, 48px) !important;
    line-height: 0.98 !important;
  }

  .footer-inner {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .footer-notes,
  .footer-notes p {
    text-align: left !important;
    font-size: 15px !important;
    line-height: 1.25 !important;
  }
}

@media (max-width: 430px) {
  :root {
    --container: min(100% - 24px, 390px);
  }

  .hero-actions,
  .future-tags {
    grid-template-columns: 1fr !important;
  }

  .hero-title h1,
  .closing-title h2 {
    font-size: clamp(62px, 19vw, 88px) !important;
  }

  .hero-title p,
  .closing-title p {
    font-size: clamp(34px, 10vw, 52px) !important;
  }

  .hero-title {
    margin-bottom: clamp(238px, 30vh, 290px) !important;
  }

  .hero-lower {
    bottom: clamp(42px, 6vh, 58px) !important;
  }

  .section-heading h2,
  .future-copy h2 {
    font-size: clamp(68px, 22vw, 92px) !important;
  }
}

/* Final desktop future-button placement: visibly occupy the open right space */
@media (min-width: 981px) {
  .future-tags {
    position: relative !important;
    top: clamp(-208px, -12.3vw, -136px) !important;
    transform: none !important;
  }
}

/* Final future-section choice: return to the black campaign system */
.future-strip {
  background: #151411 !important;
  overflow: hidden !important;
}

.future-strip::before {
  display: none !important;
  content: none !important;
}

@media (min-width: 981px) {
  .future-tags {
    position: relative !important;
    top: clamp(-208px, -12.3vw, -136px) !important;
    transform: none !important;
  }
}
