.tool-landing {
  --tool-accent: #1473e6;
  --tool-ink: #161616;
  --tool-muted: #505050;
  --tool-tint: #f3f7fc;
  --page-max: 1600px;
  --page-gutter: clamp(22px, 2.2vw, 36px);
  background: #fff;
  color: var(--tool-ink);
}

.tool-landing .topbar { background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
.tool-landing main { overflow: clip; }
.tool-landing .eyebrow { margin: 0 0 18px; color: var(--tool-accent); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.tool-landing h1, .tool-landing h2, .tool-landing h3 { letter-spacing: -.045em; }

.tool-hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(520px, 7fr);
  align-items: center;
  gap: clamp(42px, 6vw, 100px);
  padding-top: 72px;
  padding-bottom: 86px;
}
.tool-hero-copy { position: relative; z-index: 2; max-width: 590px; }
.tool-hero h1 { max-width: 720px; margin: 0 0 26px; font-size: clamp(48px, 5vw, 76px); line-height: .98; }
.tool-lead { max-width: 560px; margin: 0 0 34px; color: var(--tool-muted); font-size: clamp(18px, 1.45vw, 22px); line-height: 1.48; }
.tool-hero .button { min-width: 126px; }
.tool-hero-visual { position: relative; isolation: isolate; min-height: 520px; }
.tool-hero-visual::before { content: ""; position: absolute; inset: 8% -8% -10% 12%; z-index: -2; background: linear-gradient(145deg, #e7f4ff, #fff 66%); }
.tool-hero-visual::after { content: ""; position: absolute; width: 190px; height: 190px; right: -36px; top: -26px; z-index: -1; border: 1px solid color-mix(in srgb, var(--tool-accent) 30%, transparent); border-radius: 50%; }
.tool-hero-visual img { width: 100%; height: 520px; display: block; object-fit: cover; box-shadow: 0 35px 85px rgba(20, 44, 76, .16); }
.visual-note { position: absolute; right: -20px; bottom: 28px; padding: 12px 16px; background: #101010; color: #fff; font-size: 12px; font-weight: 700; box-shadow: 0 16px 36px rgba(0,0,0,.18); }

.tool-story { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(48px, 8vw, 130px); padding-top: 110px; padding-bottom: 120px; border-top: 1px solid #ddd; }
.story-copy h2, .related-tools h2 { max-width: 660px; margin: 0 0 24px; font-size: clamp(38px, 4vw, 60px); line-height: 1.02; }
.story-copy > p:last-child { max-width: 570px; margin: 0; color: var(--tool-muted); font-size: 18px; line-height: 1.55; }
.tool-steps { margin: 0; padding: 0; list-style: none; }
.tool-steps li { min-height: 92px; display: grid; grid-template-columns: 1fr; align-items: center; border-top: 1px solid #cfcfcf; }
.tool-steps li:last-child { border-bottom: 1px solid #cfcfcf; }
.tool-steps strong { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.02em; }

.editorial-proof {
  display: grid;
  grid-template-columns: minmax(320px, 4fr) minmax(0, 8fr);
  grid-template-areas: "copy media";
  gap: clamp(42px, 6vw, 92px);
  align-items: center;
  margin-bottom: 0;
  padding-top: 72px;
  padding-bottom: 60px;
  border-top: 1px solid #d7d7d7;
}
.editorial-proof-copy { grid-area: copy; }
.editorial-proof-copy h2 { max-width: 560px; margin: 0 0 22px; font-size: clamp(34px, 3.45vw, 54px); line-height: 1.02; }
.editorial-proof-copy > p:not(.eyebrow) { max-width: 540px; margin: 0; color: var(--tool-muted); font-size: 17px; line-height: 1.55; }
.editorial-proof-copy ul { margin: 34px 0 0; padding: 0; list-style: none; }
.editorial-proof-copy li { display: grid; grid-template-columns: 1fr; align-items: center; min-height: 52px; border-top: 1px solid #d1d1d1; font-size: 1rem; line-height: 1.45; font-weight: 700; }
.editorial-proof-copy li:last-child { border-bottom: 1px solid #d1d1d1; }
.editorial-proof-media { grid-area: media; position: relative; margin: 0; }
.editorial-proof-media::before { content: ""; position: absolute; inset: -18px 26px 18px -18px; z-index: -1; background: var(--tool-tint); }
.editorial-proof-media img { width: 100%; height: 470px; display: block; object-fit: cover; box-shadow: 0 26px 60px rgba(15, 32, 52, .15); }
.editorial-proof-media figcaption { margin-top: 12px; color: #666; font-size: 12px; }

.theme-image-ai .editorial-proof,
.theme-background-change .editorial-proof,
.theme-merge-photo .editorial-proof,
.theme-create-design .editorial-proof,
.theme-edit-photo .editorial-proof { grid-template-columns: minmax(0, 8fr) minmax(320px, 4fr); grid-template-areas: "media copy"; }
.theme-image-ai .editorial-proof { max-width: none; padding: 70px clamp(30px, 4vw, 64px); background: linear-gradient(120deg, #050d18, #09294a); color: #fff; border-top: 0; }
.theme-image-ai .editorial-proof-copy > p:not(.eyebrow) { color: #c6d5e4; }
.theme-image-ai .editorial-proof-copy li { border-color: rgba(255,255,255,.2); }
.theme-image-ai .editorial-proof-media::before { background: #31a8ff; opacity: .16; }
.theme-image-ai .editorial-proof-media figcaption { color: #9fbed8; }
.theme-background-change .editorial-proof { background: linear-gradient(90deg, #fff 0 58%, #f0efff 58%); }
.theme-background-remove .editorial-proof-media::before { background-color: #f3f3f3; background-image: linear-gradient(45deg,#ddd 25%,transparent 25%), linear-gradient(-45deg,#ddd 25%,transparent 25%), linear-gradient(45deg,transparent 75%,#ddd 75%), linear-gradient(-45deg,transparent 75%,#ddd 75%); background-size: 22px 22px; background-position: 0 0,0 11px,11px -11px,-11px 0; }
.theme-object-edit .editorial-proof { border-top: 5px solid #e54c31; }
.theme-merge-photo .editorial-proof { background: linear-gradient(90deg, #e9f6f4 0 44%, #fff 44%); }
.theme-animate-photo .editorial-proof-media img { filter: saturate(.92); }
.theme-create-design .editorial-proof { padding-inline: clamp(28px, 4vw, 60px); border-top: 5px solid #e21d2f; border-bottom: 1px solid #c9c9c9; background: #f5f5f3; }
.theme-create-design .editorial-proof-media img { box-shadow: 18px 18px 0 #073ba9; }
.theme-edit-photo .editorial-proof { max-width: none; padding: 70px clamp(30px, 4vw, 64px); background: #101b28; color: #fff; border-top: 0; }
.theme-edit-photo .editorial-proof-copy > p:not(.eyebrow) { color: #c8d2dc; }
.theme-edit-photo .editorial-proof-copy li { border-color: rgba(255,255,255,.18); }
.theme-edit-photo .editorial-proof-media figcaption { color: #aebdca; }

.feature-stage { position: relative; background: #101317; color: #fff; }
.feature-stage::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .3; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 64px 64px; }
.feature-grid { min-height: 490px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.feature-item { position: relative; padding: 92px 48px 80px; border-left: 1px solid rgba(255,255,255,.15); }
.feature-item:last-child { border-right: 1px solid rgba(255,255,255,.15); }
.feature-item h3 { max-width: 320px; margin: 0 0 20px; font-size: clamp(1.625rem, 2vw, 2.125rem); line-height: 1.08; }
.feature-item p { max-width: 330px; margin: 0; color: #c7d0da; font-size: 16px; line-height: 1.5; }

.try-studio { display: grid; grid-template-columns: minmax(0, 7fr) minmax(420px, 5fr); gap: 70px; align-items: end; padding-top: 120px; padding-bottom: 120px; }
.try-copy h2 { max-width: 760px; margin: 0 0 24px; font-size: clamp(40px, 4.3vw, 66px); line-height: 1; }
.try-copy > p:last-child { max-width: 620px; color: var(--tool-muted); font-size: 18px; line-height: 1.55; }
.upload-panel { min-height: 250px; display: grid; grid-template-columns: 54px 1fr; align-content: center; gap: 12px 18px; padding: 38px; background: var(--tool-tint); border-top: 4px solid var(--tool-accent); box-shadow: 0 25px 60px rgba(31, 53, 78, .12); }
.upload-mark { width: 48px; height: 48px; display: grid; place-items: center; grid-row: span 2; background: #001e36; color: #31a8ff; font-size: 18px; font-weight: 700; }
.upload-panel div { display: flex; flex-direction: column; gap: 5px; }
.upload-panel strong { font-size: 20px; }.upload-panel div span { color: #686868; font-size: 13px; }
.upload-panel .button { justify-self: start; margin-top: 22px; grid-column: 2; }

.related-tools { padding-top: 80px; padding-bottom: 120px; border-top: 1px solid #ddd; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 52px; }
.related-grid a { min-height: 190px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: inherit; text-decoration: none; border-top: 1px solid #bdbdbd; border-right: 1px solid #ddd; transition: background-color .25s ease, color .25s ease; }
.related-grid a:last-child { border-right: 0; }
.related-grid span { max-width: 290px; font-size: 24px; font-weight: 700; letter-spacing: -.025em; }
.related-grid small { color: #626262; }.related-grid a:hover { background: var(--tool-accent); color: #fff; }.related-grid a:hover small { color: #fff; }

.tool-landing .faq-section { padding-top: 100px; padding-bottom: 110px; border-top: 1px solid #d7d7d7; }
.tool-landing .faq-intro h2 { font-size: clamp(38px, 3.8vw, 58px); }
.product-cta { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 5fr) auto; gap: 48px; align-items: end; margin-bottom: 110px; padding: 64px; background: #eaf4ff; }
.product-cta h2 { max-width: 650px; margin: 0; font-size: clamp(36px, 3.6vw, 56px); line-height: 1; }
.product-cta > p { max-width: 540px; margin: 0; color: var(--tool-muted); font-size: 17px; line-height: 1.55; }
.product-cta .button { white-space: nowrap; }
.tool-not-found { min-height: 620px; padding-top: 160px; }.tool-not-found h1 { font-size: clamp(48px, 7vw, 88px); }

/* Five different art directions, sharing only the underlying grid. */
.theme-photo-hub { --tool-accent: #116dd0; --tool-tint: #eef7ff; }
.theme-photo-hub .tool-hero-visual img { object-position: 64% center; }
.theme-photo-hub .tool-hero-visual::before { background: linear-gradient(135deg, #eff7ff, #dcecff); transform: translate(5%, 4%); }

.theme-image-ai { --tool-accent: #31a8ff; --tool-tint: #e9f7ff; }
.theme-image-ai .tool-hero { grid-template-columns: minmax(0, 4fr) minmax(600px, 8fr); }
.theme-image-ai .tool-hero-visual img { object-position: center; box-shadow: none; }
.theme-image-ai .tool-hero-visual::before { inset: -44px -7vw -44px 22%; background: #061426; }
.theme-image-ai .visual-note { background: #31a8ff; color: #061426; }
.theme-image-ai .feature-stage { background: linear-gradient(135deg, #03101f 0%, #06345c 100%); }

.theme-photo-generation { --tool-accent: #e83a47; --tool-tint: #fff0f0; }
.theme-photo-generation .tool-hero { grid-template-columns: minmax(0, 5fr) minmax(600px, 7fr); }
.theme-photo-generation .tool-hero-visual img { height: 560px; object-position: center; }
.theme-photo-generation .tool-hero-visual::before { background: linear-gradient(150deg, #ffe8eb, #f3f6fa); transform: rotate(-2deg); }
.theme-photo-generation .visual-note { background: #e02b39; }.theme-photo-generation .feature-stage { background: #251315; }

.theme-background-change { --tool-accent: #5c43e8; --tool-tint: #f0efff; }
.theme-background-change .tool-hero { grid-template-columns: minmax(0, 5fr) minmax(650px, 7fr); }
.theme-background-change .tool-hero-visual { min-height: 560px; }
.theme-background-change .tool-hero-visual img { height: 560px; object-position: center; }
.theme-background-change .tool-hero-visual::before { inset: 12% -7vw -7% 42%; background: linear-gradient(180deg, #e7e4ff, #fff); }
.theme-background-change .feature-stage { background: linear-gradient(90deg, #171229, #1c2440); }

.theme-background-remove { --tool-accent: #f05a19; --tool-tint: #fff1e9; }
.theme-background-remove .tool-hero { grid-template-columns: minmax(0, 6fr) minmax(520px, 6fr); }
.theme-background-remove .tool-hero-visual { display: grid; place-items: center; background-color: #f2f2f2; background-image: linear-gradient(45deg,#ddd 25%,transparent 25%), linear-gradient(-45deg,#ddd 25%,transparent 25%), linear-gradient(45deg,transparent 75%,#ddd 75%), linear-gradient(-45deg,transparent 75%,#ddd 75%); background-size: 34px 34px; background-position: 0 0,0 17px,17px -17px,-17px 0; }
.theme-background-remove .tool-hero-visual img { width: 82%; height: 500px; object-fit: contain; box-shadow: none; }
.theme-background-remove .tool-hero-visual::before { display: none; }
.theme-background-remove .visual-note { background: #f05a19; }.theme-background-remove .feature-stage { background: #1b1715; }

/* Denser second collection: two authored images and a tighter section rhythm. */
.is-dense .tool-hero { min-height: 590px; padding-top: 54px; padding-bottom: 62px; }
.is-dense .tool-hero-visual { min-height: 440px; }
.is-dense .tool-hero-visual img { height: 440px; }
.is-dense .tool-story { padding-top: 72px; padding-bottom: 78px; }
.is-dense .feature-grid { min-height: 390px; }
.is-dense .feature-item { padding-top: 58px; padding-bottom: 52px; }
.is-dense .feature-item h3 { margin-top: 0; }
.is-dense .try-studio { padding-top: 76px; padding-bottom: 78px; }
.is-dense .related-tools { padding-top: 62px; padding-bottom: 78px; }
.is-dense .faq-section { padding-top: 72px; padding-bottom: 76px; }
.is-dense .product-cta { margin-bottom: 74px; padding: 48px 56px; }

.detail-showcase { display: grid; grid-template-columns: minmax(0, 8fr) minmax(360px, 4fr); align-items: stretch; min-height: 520px; margin-bottom: 82px; }
.detail-media { position: relative; overflow: hidden; background: #eef2f6; }
.detail-media img { width: 100%; height: 100%; min-height: 520px; display: block; object-fit: cover; }
.detail-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 52px 44px; background: var(--tool-tint); }
.detail-copy h2 { margin: 0 0 22px; font-size: clamp(34px, 3.2vw, 50px); line-height: 1.02; }
.detail-copy > p:last-child { margin: 0; color: var(--tool-muted); font-size: 17px; line-height: 1.52; }

.theme-object-edit { --tool-accent: #176fe8; --tool-tint: #edf5ff; }
.theme-object-edit .tool-hero-visual::before { background: linear-gradient(145deg, #e7f2ff, #fff); transform: translate(4%, 3%); }
.theme-object-edit .visual-note { background: #082a55; }
.theme-object-edit .detail-showcase { border-top: 5px solid #e54c31; }
.theme-object-edit .feature-stage { background: #0d2038; }

.theme-merge-photo { --tool-accent: #087d84; --tool-tint: #e9f6f4; }
.theme-merge-photo .tool-hero { grid-template-columns: minmax(0, 5fr) minmax(610px, 7fr); }
.theme-merge-photo .tool-hero-visual::before { background: linear-gradient(135deg, #e4f7f6, #fff 68%); }
.theme-merge-photo .visual-note { background: #087d84; }
.theme-merge-photo .detail-showcase { grid-template-columns: minmax(350px, 4fr) minmax(0, 8fr); }
.theme-merge-photo .detail-media { grid-column: 2; grid-row: 1; }
.theme-merge-photo .detail-copy { grid-column: 1; grid-row: 1; background: #0b3435; color: #fff; }
.theme-merge-photo .detail-copy > p:last-child { color: #c8e2df; }
.theme-merge-photo .feature-stage { background: #0c292b; }

.theme-animate-photo { --tool-accent: #1776cf; --tool-tint: #f0f2f3; }
.theme-animate-photo .tool-hero-visual img { filter: sepia(.08); }
.theme-animate-photo .tool-hero-visual::before { background: linear-gradient(135deg, #e9edef, #fff); }
.theme-animate-photo .visual-note { background: #202427; }
.theme-animate-photo .detail-showcase { position: relative; padding: 28px; background: #16191c; gap: 28px; }
.theme-animate-photo .detail-copy { background: transparent; color: #fff; padding: 32px 24px; }
.theme-animate-photo .detail-copy > p:last-child { color: #cbd0d4; }
.theme-animate-photo .feature-stage { background: #202326; }

.theme-create-design { --tool-accent: #e21d2f; --tool-tint: #f5f5f3; }
.theme-create-design .tool-hero-visual::before { background: linear-gradient(145deg, #edf3ff, #fff); }
.theme-create-design .visual-note { background: #e21d2f; }
.theme-create-design .detail-showcase { border: 1px solid #c9c9c9; }
.theme-create-design .detail-copy { border-left: 1px solid #c9c9c9; background: #fff; }
.theme-create-design .feature-stage { background: linear-gradient(110deg, #101010 0 36%, #073ba9 36% 69%, #d41e31 69%); }

.theme-edit-photo { --tool-accent: #1473e6; --tool-tint: #e9f2fb; }
.theme-edit-photo .tool-hero { color: #fff; max-width: none; padding-left: clamp(32px, 4vw, 64px); padding-right: clamp(32px, 4vw, 64px); background: #06111e; }
.theme-edit-photo .tool-hero .tool-lead { color: #c4cfda; }
.theme-edit-photo .tool-hero-visual::before { background: linear-gradient(135deg, #0b2a49, #06111e); }
.theme-edit-photo .visual-note { background: #1473e6; }
.theme-edit-photo .detail-showcase { grid-template-columns: minmax(0, 9fr) minmax(340px, 3fr); background: #102032; }
.theme-edit-photo .detail-copy { background: #102032; color: #fff; }
.theme-edit-photo .detail-copy > p:last-child { color: #c3d0dc; }
.theme-edit-photo .feature-stage { background: #08111c; }

/* One compact type scale for every tool landing. */
.tool-landing .tool-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.375rem, 3.15vw, 3.25rem);
  line-height: 1.06;
  text-wrap: balance;
}
.tool-landing .story-copy h2,
.tool-landing .related-tools h2,
.tool-landing .faq-intro h2,
.tool-landing .try-copy h2,
.tool-landing .product-cta h2 {
  font-size: clamp(1.875rem, 2.35vw, 2.5rem);
  line-height: 1.1;
  text-wrap: balance;
}
.tool-landing .detail-copy h2,
.tool-landing .editorial-proof-copy h2 {
  font-size: clamp(1.75rem, 2.1vw, 2.25rem);
  line-height: 1.1;
  text-wrap: balance;
}
.tool-landing .tool-lead,
.tool-landing .story-copy > p:last-child,
.tool-landing .detail-copy > p:last-child,
.tool-landing .editorial-proof-copy > p:not(.eyebrow),
.tool-landing .try-copy > p:last-child,
.tool-landing .product-cta > p {
  max-width: 62ch;
  font-size: 1rem;
  line-height: 1.6;
  text-wrap: pretty;
}
.tool-landing .related-grid span { font-size: 1.25rem; line-height: 1.25; }
.tool-landing .faq-list summary { font-size: 1.0625rem; line-height: 1.4; }
.tool-landing .footer-tools h2 { font-size: 1.5rem; line-height: 1.2; }

@media (max-width: 1100px) {
  .tool-hero, .theme-image-ai .tool-hero, .theme-photo-generation .tool-hero, .theme-background-change .tool-hero, .theme-background-remove .tool-hero { grid-template-columns: 1fr 1.15fr; min-height: 620px; gap: 44px; }
  .tool-hero h1 { font-size: clamp(2.625rem, 4.4vw, 3.375rem); }
  .tool-hero-visual, .theme-background-change .tool-hero-visual { min-height: 440px; }
  .tool-hero-visual img, .theme-photo-generation .tool-hero-visual img, .theme-background-change .tool-hero-visual img { height: 440px; }
  .theme-background-remove .tool-hero-visual img { height: 400px; }
  .feature-item { padding: 70px 28px 60px; }.feature-item h3 { margin-top: 70px; }
  .product-cta { grid-template-columns: 1fr 1fr; }.product-cta .button { justify-self: start; }
  .detail-showcase, .theme-merge-photo .detail-showcase, .theme-edit-photo .detail-showcase { grid-template-columns: 1.45fr 1fr; }
  .theme-merge-photo .detail-media { grid-column: 1; }.theme-merge-photo .detail-copy { grid-column: 2; }
  .editorial-proof, .theme-image-ai .editorial-proof, .theme-background-change .editorial-proof, .theme-merge-photo .editorial-proof, .theme-create-design .editorial-proof, .theme-edit-photo .editorial-proof { grid-template-columns: 1fr 1.35fr; }
  .editorial-proof-media img { height: 390px; }
}

@media (max-width: 760px) {
  .tool-landing { --page-gutter: 18px; }
  .tool-hero, .theme-image-ai .tool-hero, .theme-photo-generation .tool-hero, .theme-background-change .tool-hero, .theme-background-remove .tool-hero { grid-template-columns: 1fr; min-height: auto; gap: 54px; padding-top: 58px; padding-bottom: 76px; }
  .tool-hero h1 { font-size: clamp(2.375rem, 10vw, 3rem); }.tool-lead { font-size: 1rem; }
  .tool-hero-visual, .theme-background-change .tool-hero-visual { min-height: 340px; }
  .tool-hero-visual img, .theme-photo-generation .tool-hero-visual img, .theme-background-change .tool-hero-visual img { height: 340px; }
  .theme-background-remove .tool-hero-visual img { height: 320px; }.visual-note { right: 10px; }
  .tool-story { grid-template-columns: 1fr; gap: 54px; padding-top: 78px; padding-bottom: 84px; }
  .feature-grid { grid-template-columns: 1fr; }.feature-item, .feature-item:last-child { min-height: 230px; padding: 42px 24px; border-right: 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.15); }.feature-item h3 { margin: 0 0 16px; }
  .try-studio { grid-template-columns: 1fr; gap: 42px; padding-top: 82px; padding-bottom: 84px; }.upload-panel { min-height: 220px; padding: 28px 22px; }
  .related-tools { padding-top: 64px; padding-bottom: 80px; }.related-grid { grid-template-columns: 1fr; }.related-grid a { min-height: 145px; border-right: 0; }
  .tool-landing .faq-section { padding-top: 74px; padding-bottom: 80px; }
  .product-cta { grid-template-columns: 1fr; gap: 26px; margin-bottom: 70px; padding: 42px 24px; }
  .is-dense .tool-hero { padding-top: 46px; padding-bottom: 58px; }
  .is-dense .tool-story, .is-dense .try-studio { padding-top: 58px; padding-bottom: 62px; }
  .detail-showcase, .theme-merge-photo .detail-showcase, .theme-edit-photo .detail-showcase { grid-template-columns: 1fr; min-height: auto; margin-bottom: 62px; }
  .theme-merge-photo .detail-media, .theme-merge-photo .detail-copy { grid-column: 1; }.theme-merge-photo .detail-media { grid-row: 1; }.theme-merge-photo .detail-copy { grid-row: 2; }
  .detail-media img { min-height: 320px; height: 320px; }.detail-copy { padding: 38px 24px; }
  .theme-animate-photo .detail-showcase { padding: 14px; gap: 0; }
  .editorial-proof, .theme-image-ai .editorial-proof, .theme-background-change .editorial-proof, .theme-merge-photo .editorial-proof, .theme-create-design .editorial-proof, .theme-edit-photo .editorial-proof { grid-template-columns: 1fr; grid-template-areas: "copy" "media"; gap: 38px; margin-bottom: 0; padding: 50px 0 52px; background: #fff; color: var(--tool-ink); }
  .theme-image-ai .editorial-proof, .theme-edit-photo .editorial-proof { padding-inline: 24px; background: #071522; color: #fff; }
  .theme-image-ai .editorial-proof-copy > p:not(.eyebrow), .theme-edit-photo .editorial-proof-copy > p:not(.eyebrow) { color: #c8d2dc; }
  .theme-create-design .editorial-proof { padding-inline: 22px; background: #f5f5f3; }
  .editorial-proof-copy h2 { font-size: clamp(34px, 9vw, 46px); }
  .editorial-proof-media img { height: 300px; }
  .editorial-proof-media::before { inset: -10px 12px 10px -10px; }
}

@media (prefers-reduced-motion: reduce) {
  .related-grid a { transition: none; }
}
