.intent-v2 {
  --intent-accent: var(--about-teal);
  --intent-warm: var(--about-coral);
  background: #fbfaf7;
}

.intent-v2.intent-warm {
  --intent-accent: #a85f48;
}

.intent-v2 .seo-hero {
  background:
    radial-gradient(circle at 91% 4%, color-mix(in srgb, var(--intent-accent) 18%, transparent), transparent 31%),
    radial-gradient(circle at 4% 96%, rgba(189, 112, 86, 0.12), transparent 28%),
    var(--about-paper);
}

.intent-v2 .seo-hero-inner {
  grid-template-columns: minmax(390px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(48px, 6.5vw, 96px);
  min-height: 690px;
  padding-top: 76px;
  padding-bottom: 88px;
}

.intent-v2 .seo-hero-copy {
  gap: 20px;
}

.intent-v2 .seo-hero h1 {
  max-width: 720px;
  font-size: clamp(54px, 5vw, 76px);
}

.intent-v2 .seo-hero h1 em {
  color: var(--intent-accent);
}

.intent-v2 .seo-hero-copy > p:not(.eyebrow, .commercial-proofline) {
  max-width: 650px;
}

.intent-v2 .eyebrow::before,
.intent-v2 .commercial-section-kicker::before {
  background: var(--intent-accent);
  border-color: color-mix(in srgb, var(--intent-accent) 14%, transparent);
}

.intent-v2 .eyebrow,
.intent-v2 .commercial-section-kicker {
  color: var(--intent-accent);
}

.intent-v2 .commercial-proofline {
  max-width: 560px;
}

.intent-v2 .commercial-proofline > span {
  background: var(--intent-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--intent-accent) 13%, transparent);
}

.intent-v2 .seo-hero-media,
.intent-hero-visual {
  position: relative;
  min-width: 0;
}

.intent-hero-visual::before {
  content: "";
  position: absolute;
  inset: 10% -4% -8% 9%;
  background: color-mix(in srgb, var(--intent-accent) 10%, #ffffff);
  border: 1px solid color-mix(in srgb, var(--intent-accent) 22%, transparent);
  border-radius: 42% 58% 48% 52% / 53% 42% 58% 47%;
  transform: rotate(-3deg);
}

.intent-media-card,
.intent-app-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 31, 0.18);
  border-radius: 20px;
  box-shadow: 0 32px 80px rgba(16, 35, 31, 0.2);
}

.intent-media-card {
  transform: rotate(1.2deg);
}

.intent-media-card img,
.intent-app-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.intent-media-card img {
  aspect-ratio: 1.46 / 1;
  object-fit: cover;
}

.intent-app-frame {
  transform: rotate(1deg);
}

.intent-app-frame::before {
  content: "ARQ / LIVE WORKFLOW";
  display: block;
  padding: 12px 16px;
  background: #13221f;
  color: #d9e9e4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.intent-app-frame img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top left;
}

.intent-media-label,
.intent-float-note {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 3px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 35, 31, 0.13);
  border-radius: 10px;
  box-shadow: 0 16px 36px rgba(16, 35, 31, 0.14);
  backdrop-filter: blur(12px);
}

.intent-media-label {
  right: -18px;
  bottom: 28px;
}

.intent-float-note {
  top: 24px;
  left: -24px;
}

.intent-media-label span,
.intent-float-note span {
  color: #7a8883;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intent-media-label strong,
.intent-float-note strong {
  color: var(--about-ink);
  font-size: 13px;
  line-height: 1.25;
}

.intent-media-label strong::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  background: var(--intent-accent);
  border-radius: 50%;
}

.intent-before-after {
  position: relative;
  z-index: 1;
  min-height: 510px;
}

.intent-ba-card {
  position: absolute;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 31, 0.16);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(16, 35, 31, 0.16);
}

.intent-ba-card:first-child {
  top: 0;
  right: 9%;
  left: 0;
  transform: rotate(-3deg);
}

.intent-ba-card:last-child {
  right: 0;
  bottom: 0;
  left: 13%;
  transform: rotate(2deg);
}

.intent-ba-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.74 / 1;
  object-fit: cover;
}

.intent-ba-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 14px;
  color: #65736e;
  font-size: 10px;
  font-weight: 760;
}

.intent-ba-card figcaption b {
  color: var(--intent-accent);
  text-transform: uppercase;
}

.intent-proof-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1200px, calc(100% - 48px));
  margin: -1px auto 0;
  background: #fbfaf7;
  border-right: 1px solid var(--about-line);
  border-bottom: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
}

.intent-proof-rail div {
  display: grid;
  gap: 7px;
  min-height: 116px;
  padding: 25px 26px;
  border-right: 1px solid var(--about-line);
}

.intent-proof-rail div:last-child {
  border-right: 0;
}

.intent-proof-rail span {
  color: var(--intent-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.intent-proof-rail strong {
  color: var(--about-ink);
  font-size: 14px;
  line-height: 1.35;
}

.intent-v2 .seo-band {
  padding: 104px 0;
}

.intent-v2 .seo-card {
  min-height: 220px;
}

.intent-v2 .seo-card::before {
  content: attr(data-number);
  color: var(--intent-warm);
  font-family: Baskerville, "Iowan Old Style", Georgia, serif;
  font-size: 20px;
  font-style: italic;
}

.intent-v2 .seo-card:not([data-number])::before {
  display: none;
}

.intent-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  border: 1px solid var(--about-line);
  background: rgba(255, 255, 255, 0.62);
}

.intent-route article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 9px;
  min-height: 176px;
  padding: 30px 26px;
  border-right: 1px solid var(--about-line);
}

.intent-route article:last-child {
  border-right: 0;
}

.intent-route article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  z-index: 2;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-top: 1px solid var(--about-line);
  border-right: 1px solid var(--about-line);
  transform: translateY(-50%) rotate(45deg);
}

.intent-route span {
  color: var(--intent-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.intent-route strong {
  color: var(--about-ink);
  font-size: 18px;
  line-height: 1.2;
}

.intent-route p {
  color: #6b7974;
  font-size: 13px;
  line-height: 1.6;
}

.intent-proof-figure {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  box-shadow: 0 24px 64px rgba(16, 35, 31, 0.12);
}

.intent-proof-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.55 / 1;
  object-fit: cover;
}

.intent-proof-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 18px;
  color: #66756f;
  font-size: 11px;
}

.intent-proof-figure figcaption strong {
  color: var(--intent-accent);
}

.intent-trust-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 18px;
}

.intent-trust-panel article {
  display: grid;
  align-content: start;
  gap: 16px;
  min-height: 300px;
  padding: 38px;
  background: rgba(255, 255, 255, 0.76);
}

.intent-trust-panel article:last-child {
  background: var(--about-forest);
}

.intent-trust-panel span {
  color: var(--intent-accent);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.intent-trust-panel article:last-child span {
  color: #71d8ce;
}

.intent-trust-panel h3 {
  color: var(--about-ink);
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.intent-trust-panel article:last-child h3 {
  color: #ffffff;
}

.intent-trust-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intent-trust-panel li {
  color: #677670;
  font-size: 14px;
  line-height: 1.55;
}

.intent-trust-panel article:last-child li {
  color: #c7d6d1;
}

.intent-trust-panel li::before {
  content: "+";
  margin-right: 9px;
  color: var(--intent-accent);
  font-weight: 900;
}

.intent-trust-panel article:last-child li::before {
  content: "-";
  color: #71d8ce;
}

.intent-matrix {
  margin-top: 44px;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 16px;
}

.intent-matrix-row {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--about-line);
}

.intent-matrix-row:last-child {
  border-bottom: 0;
}

.intent-matrix-row > * {
  padding: 20px 22px;
  border-right: 1px solid var(--about-line);
}

.intent-matrix-row > *:last-child {
  border-right: 0;
}

.intent-matrix-row.intent-matrix-head {
  background: var(--about-forest);
}

.intent-matrix-head strong {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.intent-matrix-row > strong {
  color: var(--about-ink);
  font-size: 13px;
}

.intent-matrix-row span {
  color: #687772;
  font-size: 13px;
  line-height: 1.5;
}

.intent-matrix-row span:last-child {
  background: rgba(13, 148, 136, 0.055);
  color: #31534c;
  font-weight: 690;
}

.intent-note {
  margin-top: 18px;
  color: #83908c;
  font-size: 11px;
  line-height: 1.6;
}

.intent-v2 .seo-cta-band {
  margin-top: 16px;
}

.intent-v2 .seo-cta-band .btn-primary {
  white-space: nowrap;
}

.intent-v2 .seo-related-card span {
  color: var(--intent-accent);
}

@media (max-width: 1080px) {
  .intent-v2 .seo-hero-inner {
    grid-template-columns: minmax(340px, 0.9fr) minmax(420px, 1.1fr);
    gap: 42px;
  }

  .intent-v2 .seo-hero h1 {
    font-size: clamp(48px, 5.4vw, 64px);
  }

  .intent-before-after {
    min-height: 430px;
  }
}

@media (max-width: 900px) {
  .intent-v2 .seo-hero-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 68px;
  }

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

  .intent-hero-visual {
    width: min(720px, 94%);
    margin: 0 auto;
  }

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

  .intent-proof-rail div:nth-child(2) {
    border-right: 0;
  }

  .intent-proof-rail div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--about-line);
  }

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

  .intent-route article:nth-child(2) {
    border-right: 0;
  }

  .intent-route article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--about-line);
  }

  .intent-route article:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 680px) {
  .intent-v2 .seo-hero-inner {
    width: min(100% - 30px, 620px);
    padding-top: 52px;
    padding-bottom: 58px;
  }

  .intent-v2 .seo-hero h1 {
    font-size: clamp(42px, 13vw, 58px);
    line-height: 0.98;
  }

  .intent-v2 .seo-hero-copy > p:not(.eyebrow, .commercial-proofline) {
    font-size: 16px;
    line-height: 1.62;
  }

  .intent-v2 .seo-hero-actions {
    align-items: stretch;
  }

  .intent-v2 .seo-hero-actions a {
    justify-content: center;
    width: 100%;
  }

  .intent-hero-visual {
    width: 100%;
  }

  .intent-hero-visual::before {
    inset: 8% -7% -8% 8%;
  }

  .intent-media-card,
  .intent-app-frame {
    border-radius: 13px;
    transform: none;
  }

  .intent-media-label {
    right: 10px;
    bottom: 10px;
  }

  .intent-float-note {
    top: -16px;
    left: 10px;
  }

  .intent-before-after {
    min-height: 365px;
  }

  .intent-ba-card:first-child {
    right: 4%;
  }

  .intent-ba-card:last-child {
    left: 8%;
  }

  .intent-ba-card figcaption {
    padding: 9px 11px;
    font-size: 9px;
  }

  .intent-proof-rail {
    grid-template-columns: 1fr;
    width: calc(100% - 30px);
  }

  .intent-proof-rail div,
  .intent-proof-rail div:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .intent-proof-rail div:last-child {
    border-bottom: 0;
  }

  .intent-v2 .seo-band {
    padding: 72px 0;
  }

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

  .intent-route article,
  .intent-route article:nth-child(2) {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .intent-route article:last-child {
    border-bottom: 0;
  }

  .intent-route article::after {
    display: none;
  }

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

  .intent-trust-panel article {
    min-height: 0;
    padding: 30px 24px;
  }

  .intent-matrix {
    display: grid;
    gap: 12px;
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .intent-matrix-head {
    display: none;
  }

  .intent-matrix-row,
  .intent-matrix-row:not(.intent-matrix-head) {
    grid-template-columns: 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--about-line);
    border-radius: 12px;
    background: #ffffff;
  }

  .intent-matrix-row > * {
    border-right: 0;
    border-bottom: 1px solid var(--about-line);
  }

  .intent-matrix-row > *:last-child {
    border-bottom: 0;
  }

  .intent-matrix-row span::before {
    display: block;
    margin-bottom: 6px;
    color: var(--intent-accent);
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .intent-matrix-row span:nth-child(2)::before {
    content: "Single-image AI route";
  }

  .intent-matrix-row span:last-child::before {
    content: "ARQ workflow";
  }
}

@media (prefers-reduced-motion: no-preference) {
  .intent-media-label,
  .intent-float-note {
    animation: intent-float 5.5s ease-in-out infinite;
  }

  .intent-float-note {
    animation-delay: -2.1s;
  }
}

@keyframes intent-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
