/* Approved reference: compact Adobe editorial geometry on one shared grid. */
:root {
  --page-max: 1440px;
  --page-gutter: clamp(24px, 3.2vw, 48px);
  --grid-gap: clamp(20px, 2vw, 32px);
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);
}

.site-grid,
.container,
.container-wide {
  width: min(calc(100% - (2 * var(--page-gutter))), var(--page-max));
  max-width: none;
  margin-inline: auto;
}

.site-grid,
.hero,
.feature {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gap);
}

.topbar {
  height: 68px;
  padding: 0;
}

.header-grid {
  align-items: center;
}

.header-grid .adobe {
  grid-column: 1 / span 2;
}

.header-actions {
  grid-column: 10 / -1;
  justify-self: end;
}

.hero {
  min-height: 580px;
  padding-block: 0;
  align-items: stretch;
}

.hero-copy {
  grid-column: 1 / span 5;
  align-self: center;
  padding: 56px 0 56px clamp(16px, 2.3vw, 36px);
}

.hero-copy h1 {
  font-size: clamp(44px, 3.1vw, 50px);
  line-height: 1.01;
  letter-spacing: -0.045em;
}

.hero-copy .product-label {
  margin-bottom: 22px;
}

.hero-copy .lede {
  max-width: 480px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.5;
}

.button {
  min-height: 46px;
  padding-inline: 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(20, 115, 230, .18);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  background: #0d66d0;
  box-shadow: 0 11px 26px rgba(20, 115, 230, .25);
}

@media (min-width: 801px) and (prefers-reduced-motion: no-preference) {
  .composition-art img,
  .final-shot-main img {
    will-change: transform;
  }
}

.button:focus-visible,
.text-link:focus-visible {
  outline: 3px solid rgba(20, 115, 230, .3);
  outline-offset: 3px;
}

.button-small {
  min-height: 38px;
  padding-inline: 18px;
  box-shadow: none;
}

.hero-art {
  grid-column: 6 / -1;
  min-height: 580px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-image: none;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .16) 4%, #000 22%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .16) 4%, #000 22%);
  animation: hero-reveal 900ms var(--ease-out) both;
}

.art-flower {
  background-image: none;
}

.art-flower::before {
  content: "";
  position: absolute;
  inset: -3%;
  z-index: 0;
  background: url("../img/hero-flamingo.webp") center center / cover no-repeat;
  transform-origin: 68% 48%;
  will-change: auto;
  animation: hero-image-drift 14s var(--ease-in-out) 900ms infinite alternate both;
  animation-play-state: paused;
}

.hero-art.is-editing-visible::before {
  animation-play-state: running;
  will-change: transform;
}

.hero-edit-demo {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.hero-smart-action {
  position: absolute;
  left: 40%;
  bottom: 9%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 5px;
  color: #fff;
  background: rgba(18, 21, 27, .9);
  box-shadow: 0 10px 28px rgba(0, 0, 0, .28);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  transform: translate3d(0, 6px, 0);
}

.hero-smart-action b {
  color: #55b9ff;
  font-size: 14px;
}

.hero-object-selection {
  position: absolute;
  left: 42%;
  top: 8%;
  width: 35%;
  height: 73%;
  border: 2px solid #31a8ff;
  border-radius: 45% 45% 38% 42%;
  opacity: 0;
  transform: scale(.96);
}

.hero-object-selection i {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid #31a8ff;
  background: #fff;
}

.hero-object-selection i:nth-child(1) { left: -5px; top: -5px; }
.hero-object-selection i:nth-child(2) { right: -5px; top: -5px; }
.hero-object-selection i:nth-child(3) { right: -5px; bottom: -5px; }
.hero-object-selection i:nth-child(4) { left: -5px; bottom: -5px; }

.hero-edit-status {
  position: absolute;
  top: 11%;
  right: 8%;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 4px;
  color: #fff;
  background: rgba(14, 18, 23, .88);
  box-shadow: 0 8px 22px rgba(0,0,0,.24);
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  transform: translate3d(0, 7px, 0);
}

.hero-edit-status b {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: #061a2b;
  background: #63d391;
  font-size: 10px;
}

.hero-demo-cursor {
  position: absolute;
  left: 58%;
  bottom: 11%;
  width: 28px;
  height: 34px;
  opacity: 0;
  filter: drop-shadow(0 3px 5px rgba(0,0,0,.32));
  transform: translate3d(180px, 90px, 0);
}

.hero-click-ring {
  position: absolute;
  left: calc(58% - 9px);
  bottom: calc(11% + 8px);
  width: 32px;
  height: 32px;
  border: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  opacity: 0;
  transform: scale(.95);
}

.hero-art.is-editing-visible .hero-smart-action {
  animation: hero-action-demo 8s var(--ease-out) infinite both;
}

.hero-art.is-editing-visible .hero-demo-cursor {
  animation: hero-cursor-demo 8s var(--ease-in-out) infinite both;
}

.hero-art.is-editing-visible .hero-click-ring {
  animation: hero-click-demo 8s var(--ease-out) infinite both;
}

.hero-art.is-editing-visible .hero-object-selection {
  animation: hero-selection-demo 8s var(--ease-out) infinite both;
}

.hero-art.is-editing-visible .hero-edit-status {
  animation: hero-status-demo 8s var(--ease-out) infinite both;
}

@keyframes hero-action-demo {
  0%, 8%, 84%, 100% { opacity: 0; transform: translate3d(0, 6px, 0); }
  14%, 74% { opacity: 1; transform: translate3d(0, 0, 0); }
  29% { opacity: 1; transform: translate3d(0, 0, 0) scale(.97); }
  33% { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes hero-cursor-demo {
  0%, 7% { opacity: 0; transform: translate3d(180px, 90px, 0); }
  12% { opacity: 1; transform: translate3d(180px, 90px, 0); }
  27%, 36% { opacity: 1; transform: translate3d(0, 0, 0); }
  45%, 74% { opacity: 1; transform: translate3d(42px, -148px, 0); }
  82%, 100% { opacity: 0; transform: translate3d(58px, -160px, 0); }
}

@keyframes hero-click-demo {
  0%, 27% { opacity: 0; transform: scale(.95); }
  30% { opacity: .9; transform: scale(.95); }
  36%, 100% { opacity: 0; transform: scale(1.55); }
}

@keyframes hero-selection-demo {
  0%, 31% { opacity: 0; transform: scale(.96); }
  38%, 76% { opacity: 1; transform: scale(1); }
  84%, 100% { opacity: 0; transform: scale(1); }
}

@keyframes hero-status-demo {
  0%, 38% { opacity: 0; transform: translate3d(0, 7px, 0); }
  44%, 76% { opacity: 1; transform: translate3d(0, 0, 0); }
  84%, 100% { opacity: 0; transform: translate3d(0, 0, 0); }
}

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translate3d(18px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes hero-image-drift {
  from {
    transform: translate3d(-0.4%, 0, 0) scale(1.025);
  }
  to {
    transform: translate3d(-1.6%, -0.8%, 0) scale(1.065);
  }
}

.feature {
  padding: 92px 0;
  gap: 0;
}

.removal {
  padding-bottom: 58px;
}

.rotate-feature {
  padding-top: 92px;
}

.feature > :first-child {
  grid-column: 1 / span 6;
}

.feature > :last-child {
  grid-column: 7 / span 5;
  align-self: center;
}

.composition > .feature-copy {
  grid-column: 1 / span 5;
}

.composition > .composition-art {
  grid-column: 7 / -1;
}

.composition {
  padding-top: 54px;
  padding-bottom: 60px;
}

.feature-copy {
  padding-inline: clamp(12px, 2vw, 32px) 0;
}

.feature-copy h2,
.ai-copy h2 {
  font-size: clamp(34px, 2.7vw, 43px);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.composition .feature-copy {
  padding-inline: clamp(16px, 2.3vw, 36px) 0;
}

.rotation-art {
  aspect-ratio: 1.62;
}

.ai-panel {
  padding: 104px 0;
  display: block;
}

.ai-grid {
  align-items: center;
}

.ai-copy {
  grid-column: 1 / span 5;
  max-width: none;
  padding: 0 0 0 clamp(16px, 2.3vw, 36px);
}

.editor-demo {
  grid-column: 7 / -1;
  min-height: 440px;
  overflow: hidden;
  background: #27292d;
  border: 1px solid #383a3f;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .32);
}

.editor-asset {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
}

.compare {
  border-radius: 2px;
  background: #e8eef2;
}

.compare > img,
.compare-before img {
  display: block;
  object-position: center;
}

.text-link {
  display: inline-flex;
  min-height: 42px;
  margin-top: 20px;
  padding: 0 19px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: #1473e6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 7px 18px rgba(20, 115, 230, .16);
  transition: transform 180ms var(--ease-out), background-color 180ms ease, box-shadow 180ms ease;
}

.text-link:hover {
  transform: translateY(-1px);
  background: #0d66d0;
  box-shadow: 0 10px 23px rgba(20, 115, 230, .23);
}

.text-link.light {
  color: #111;
  background: #fff;
  box-shadow: none;
}

.mobile-banner {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gap);
  min-height: 398px;
  margin-block: 0 112px;
  padding: 58px clamp(44px, 5vw, 76px);
  position: relative;
  isolation: isolate;
  color: #fff;
  background:
    radial-gradient(ellipse at 82% 56%, rgba(49, 168, 255, .24), transparent 38%),
    linear-gradient(116deg, #020b14 0%, #061827 55%, #082b48 100%);
  overflow: hidden;
}

.mobile-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .15;
  background-image:
    linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: linear-gradient(90deg, transparent 38%, #000 76%);
  mask-image: linear-gradient(90deg, transparent 38%, #000 76%);
}

.mobile-banner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -36%;
  right: -7%;
  width: 46%;
  height: 172%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(73, 181, 255, .12), transparent);
  transform: rotate(11deg);
}

.mobile-banner > :first-child {
  grid-column: 1 / span 4;
  align-self: center;
  max-width: 350px;
  position: relative;
  z-index: 1;
}

.mobile-banner > .creative-board {
  grid-column: 5 / -1;
}

.mobile-banner .product-label {
  margin-bottom: 24px;
  font-size: 21px;
  line-height: 1.16;
}

.mobile-banner p:not(.product-label) {
  max-width: 360px;
  margin-bottom: 22px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.55;
}

.mobile-banner .text-link {
  color: #061a2b;
  background: #fff;
  box-shadow: none;
}

.mobile-banner .creative-board {
  position: relative;
  height: 296px;
  align-self: center;
  z-index: 1;
  padding: 38px 112px 14px 44px;
  border: 1px solid rgba(157, 215, 255, .22);
  border-top-color: rgba(157, 215, 255, .42);
  border-radius: 3px;
  background: #13171d;
  box-shadow:
    -20px 20px 0 rgba(36, 142, 216, .07),
    0 34px 86px rgba(0, 0, 0, .54),
    0 0 52px rgba(49, 168, 255, .09);
  transform: translateX(34px);
  overflow: hidden;
}

.mobile-banner .creative-board img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 50%;
}

.creative-topbar {
  position: absolute;
  inset: 0 0 auto;
  height: 35px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  color: rgba(255,255,255,.55);
  background: #24272c;
  font-size: 10px;
}

.creative-topbar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6a6d73;
}

.creative-topbar b {
  margin-left: 8px;
  font-weight: 400;
}

.creative-tools {
  position: absolute;
  top: 35px;
  bottom: 0;
  left: 0;
  width: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  padding-top: 18px;
  color: rgba(255,255,255,.72);
  background: #202329;
  font-size: 13px;
}

.creative-layers {
  position: absolute;
  top: 35px;
  right: 0;
  bottom: 0;
  width: 104px;
  padding: 15px 10px;
  color: rgba(255,255,255,.72);
  background: #202329;
  font-size: 9px;
}

.creative-layers strong {
  display: block;
  margin-bottom: 13px;
  color: #fff;
  font-size: 10px;
}

.creative-layers span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  padding: 5px;
  background: #2d3036;
}

.creative-layers i {
  width: 15px;
  height: 12px;
  background: linear-gradient(135deg, #31a8ff, #ef6aa8);
}

.creative-action {
  position: absolute;
  left: 56px;
  bottom: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 4px;
  color: #fff;
  background: rgba(17, 20, 25, .88);
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
  font-size: 10px;
  font-weight: 700;
}

.final-cta {
  width: 100%;
  padding: 0 0 104px;
  text-align: left;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gap);
  min-height: 468px;
  padding: 64px 0;
  position: relative;
  isolation: isolate;
  color: #171717;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .96) 0%, rgba(255, 255, 255, .82) 42%, transparent 70%),
    radial-gradient(ellipse at 82% 35%, rgba(72, 182, 255, .35), transparent 42%),
    linear-gradient(118deg, #f7fbff 0%, #e5f4ff 58%, #d7efff 100%);
  border-block: 1px solid #d9edf9;
  overflow: hidden;
}

.final-cta-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(36, 139, 205, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 139, 205, .16) 1px, transparent 1px);
  background-size: 52px 52px;
  -webkit-mask-image: linear-gradient(90deg, transparent 44%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 44%, #000 100%);
}

.final-cta-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18%;
  right: -9%;
  width: 53%;
  height: 136%;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .62), rgba(65, 176, 247, .15));
  transform: skewX(-9deg);
}

.final-cta-copy {
  grid-column: 1 / span 5;
  align-self: center;
  position: relative;
  z-index: 2;
}

.final-cta .eyebrow {
  margin: 0 0 16px;
  color: #1473e6;
}

.final-cta h2 {
  max-width: 500px;
  margin: 0;
  color: #171717;
  font-size: clamp(34px, 2.6vw, 44px);
  line-height: 1;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.final-cta-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 22px 0 28px;
  color: #4c5863;
  font-size: 16px;
  line-height: 1.55;
}

.final-cta-button {
  color: #fff;
  background: #1473e6;
  box-shadow: 0 14px 34px rgba(20, 115, 230, .25);
  white-space: nowrap;
}

.final-cta-button:hover {
  color: #fff;
  background: #0d66d0;
}

.final-cta-gallery {
  grid-column: 6 / -1;
  min-height: 346px;
  position: relative;
  z-index: 1;
  transform: none;
}

.final-shot {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 58px rgba(20, 66, 94, .2);
}

.final-shot img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.final-shot figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 9px;
  color: #fff;
  background: rgba(8, 14, 20, .84);
  font-size: 10px;
  font-weight: 700;
}

.final-shot-main {
  top: -4%;
  right: -2%;
  width: 70%;
  height: 86%;
  border: 9px solid rgba(255,255,255,.94);
}

.final-shot-main img {
  object-position: 70% 50%;
}

.final-shot-main figcaption {
  top: 10px;
  right: 10px;
  bottom: auto;
  left: auto;
}

.final-shot-clean {
  left: -2%;
  bottom: 2%;
  width: 47%;
  height: 49%;
  border: 8px solid #fff;
}

.final-shot-object {
  top: 3%;
  left: 10%;
  width: 32%;
  height: 43%;
  border: 8px solid #fff;
}

.final-gallery-note {
  position: absolute;
  right: 3%;
  bottom: 2%;
  padding: 10px 13px;
  color: #fff;
  background: #071f32;
  box-shadow: 0 12px 28px rgba(8, 52, 80, .22);
  font-size: 11px;
  font-weight: 700;
}

.seo-overview {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gap);
  row-gap: 52px;
  padding: 104px 0 112px;
  border-top: 1px solid #e3e3e3;
}

.seo-overview-heading {
  grid-column: 1 / span 5;
}

.seo-overview-heading h2 {
  max-width: 620px;
  margin-top: 10px;
  font-size: clamp(40px, 4vw, 62px);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.seo-overview-intro {
  grid-column: 7 / -1;
  align-self: end;
}

.seo-overview-intro p {
  max-width: 690px;
  margin: 0 0 18px;
  color: #3f4850;
  font-size: 17px;
  line-height: 1.65;
}

.seo-overview-intro p:last-child {
  margin-bottom: 0;
}

.seo-capabilities {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #cacfd3;
  border-left: 1px solid #cacfd3;
}

.seo-capabilities article {
  min-height: 270px;
  padding: 30px 30px 34px;
  border-right: 1px solid #cacfd3;
  border-bottom: 1px solid #cacfd3;
  background: linear-gradient(145deg, #fff 0%, #f5f9fd 100%);
}

.seo-capabilities article > span {
  display: block;
  margin-bottom: 42px;
  color: #1473e6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.seo-capabilities h3,
.seo-overview-details h3 {
  margin: 0 0 14px;
  color: #171717;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.seo-capabilities h3 a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: color 160ms var(--ease-out), text-decoration-color 160ms var(--ease-out);
}

.seo-capabilities h3 a:hover,
.seo-capabilities h3 a:focus-visible {
  color: #1473e6;
  text-decoration-color: currentColor;
}

.seo-capabilities p,
.seo-overview-details p {
  margin: 0;
  color: #505961;
  font-size: 15px;
  line-height: 1.62;
}

.seo-overview-details {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grid-gap);
  padding-top: 4px;
}

.seo-overview-details > div {
  padding: 34px 0 0;
  border-top: 3px solid #171717;
}

.seo-overview-details p {
  max-width: 570px;
  font-size: 16px;
}

.faq-section {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gap);
  padding: 92px 0 104px;
  border-top: 1px solid #e3e3e3;
}

.faq-intro {
  grid-column: 1 / span 4;
}

.faq-intro h2 {
  max-width: 430px;
  margin: 10px 0 20px;
  font-size: clamp(36px, 3.2vw, 50px);
  line-height: .98;
  letter-spacing: -.052em;
}

.faq-intro > p:last-child {
  max-width: 360px;
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.faq-list {
  grid-column: 6 / -1;
}

.faq-list details {
  border-top: 1px solid #d9d9d9;
}

.faq-list details:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #1473e6;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transition: transform 180ms var(--ease-out);
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list details.is-closing summary::after {
  transform: rotate(0deg);
}

.faq-answer {
  overflow: hidden;
}

.faq-list details p {
  max-width: 680px;
  margin: 0;
  padding: 0 48px 24px 0;
  color: #555;
  font-size: 16px;
  line-height: 1.55;
}

.faq-list summary:hover {
  color: #1473e6;
}

.faq-list summary:focus-visible {
  outline: 3px solid rgba(20, 115, 230, .34);
  outline-offset: 4px;
}

.footer-main,
.footer-bottom {
  width: min(calc(100% - (2 * var(--page-gutter))), var(--page-max));
}

footer {
  padding: 48px 0 20px;
  background: #f7f7f7;
}

.footer-main {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: var(--grid-gap);
}

.footer-brand {
  grid-column: 1 / span 4;
}

.footer-tools {
  grid-column: 6 / -1;
}

.footer-tools h2 {
  margin-bottom: 18px;
  font-size: 24px;
  letter-spacing: -.035em;
}

.tool-grid {
  column-gap: clamp(32px, 5vw, 72px);
  row-gap: 4px;
}

.tool-grid a,
.tool-grid a:nth-last-child(-n+2),
.tool-grid a:last-child {
  min-height: 0;
  padding: 6px 0;
  justify-content: flex-start;
  border: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.tool-grid a:hover {
  color: #1473e6;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom {
  margin-top: 36px;
  border-top-color: #dedede;
}

@media (max-width: 1024px) {
  .hero-copy {
    grid-column: 1 / span 6;
    padding-left: 0;
  }

  .hero-art {
    grid-column: 6 / -1;
  }

  .feature > :first-child,
  .composition > .feature-copy,
  .ai-copy {
    grid-column: 1 / span 6;
  }

  .feature > :last-child,
  .composition > .composition-art,
  .editor-demo {
    grid-column: 7 / -1;
  }

  .mobile-banner {
    padding-inline: 44px;
  }

  .mobile-banner > :first-child {
    grid-column: 1 / span 5;
  }

  .mobile-banner > .creative-board {
    grid-column: 6 / -1;
  }

  .mobile-banner .creative-board {
    transform: translateX(22px);
  }

  .final-cta-inner {
    padding-inline: 0;
  }

  .final-cta-gallery {
    transform: none;
  }

  .seo-overview-heading {
    grid-column: 1 / span 6;
  }

  .seo-overview-intro {
    grid-column: 7 / -1;
  }

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

@media (max-width: 800px) {
  :root {
    --page-gutter: 20px;
  }

  .site-grid,
  .hero,
  .feature,
  .mobile-banner {
    grid-template-columns: 1fr;
  }

  .header-grid {
    grid-template-columns: 1fr auto;
  }

  .header-grid .adobe,
  .header-actions,
  .hero-copy,
  .hero-art,
  .feature > :first-child,
  .feature > :last-child,
  .composition > .feature-copy,
  .composition > .composition-art,
  .ai-copy,
  .editor-demo,
  .mobile-banner > :first-child,
  .mobile-banner > .creative-board {
    grid-column: auto;
  }

  .hero {
    min-height: 0;
    width: 100%;
  }

  .hero-copy {
    padding: 64px var(--page-gutter) 48px;
  }

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

  .hero-copy .actions {
    flex-wrap: wrap;
  }

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

  .hero-art {
    min-height: 420px;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 12%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 12%);
  }

  .art-flower::before {
    animation-duration: 18s;
  }

  .hero-smart-action {
    left: 28%;
    bottom: 8%;
  }

  .hero-object-selection {
    left: 39%;
    width: 38%;
  }

  .hero-edit-status {
    right: 5%;
  }

  .hero-demo-cursor {
    left: 52%;
    bottom: 10%;
  }

  .hero-click-ring {
    left: calc(52% - 9px);
    bottom: calc(10% + 8px);
  }

  .feature {
    width: min(calc(100% - (2 * var(--page-gutter))), var(--page-max));
    padding: 72px 0;
    row-gap: 36px;
  }

  .feature-copy,
  .composition .feature-copy,
  .ai-copy {
    padding-inline: 0;
  }

  .ai-panel {
    padding: 72px 0;
  }

  .ai-grid {
    row-gap: 36px;
  }

  .editor-asset {
    height: 330px;
  }

  .mobile-banner {
    width: auto;
    min-height: 0;
    margin-inline: var(--page-gutter);
    margin-block: 0 64px;
    padding: 38px 28px 28px;
    row-gap: 24px;
  }

  .mobile-banner > :first-child {
    max-width: 360px;
  }

  .mobile-banner .creative-board {
    height: 238px;
    margin-top: 8px;
    padding-right: 80px;
    transform: none;
    box-shadow: 0 24px 58px rgba(0, 0, 0, .44);
  }

  .seo-overview {
    grid-template-columns: 1fr;
    row-gap: 32px;
    padding: 68px 0 76px;
  }

  .seo-overview-heading,
  .seo-overview-intro,
  .seo-capabilities,
  .seo-overview-details {
    grid-column: auto;
  }

  .seo-overview-heading h2 {
    font-size: clamp(36px, 9vw, 46px);
  }

  .seo-overview-intro p {
    font-size: 16px;
  }

  .seo-capabilities,
  .seo-overview-details {
    grid-template-columns: 1fr;
  }

  .seo-capabilities article {
    min-height: 0;
    padding: 26px 24px 30px;
  }

  .seo-capabilities article > span {
    margin-bottom: 26px;
  }

  .seo-overview-details {
    gap: 28px;
  }

  .creative-layers {
    width: 80px;
  }

  .creative-layers span {
    padding: 4px;
    font-size: 8px;
  }

  .final-cta {
    padding-bottom: 64px;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    row-gap: 36px;
    min-height: 0;
    padding: 44px 0 28px;
  }

  .final-cta-copy,
  .final-cta-gallery {
    grid-column: auto;
  }

  .final-cta h2 {
    font-size: clamp(32px, 8vw, 40px);
  }

  .final-cta-gallery {
    min-height: 300px;
    transform: none;
  }

  .final-shot-main {
    width: 70%;
    height: 72%;
    border-width: 6px;
  }

  .final-shot-clean {
    left: 0;
    bottom: 16%;
    width: 52%;
    height: 44%;
    border-width: 6px;
  }

  .final-shot-object {
    left: 5%;
    width: 34%;
    height: 40%;
    border-width: 6px;
  }

  .final-gallery-note {
    right: 0;
    bottom: 0;
  }

  .final-cta-button {
    max-width: 100%;
    padding-inline: 18px;
    font-size: 14px;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-brand,
  .footer-tools {
    grid-column: 1;
    width: 100%;
  }

  .faq-section {
    grid-template-columns: 1fr;
    row-gap: 36px;
    padding: 64px 0 72px;
  }

  .faq-intro,
  .faq-list {
    grid-column: auto;
  }

  .faq-intro h2 {
    margin-bottom: 16px;
    font-size: clamp(34px, 9vw, 42px);
  }

  .faq-list summary {
    padding: 19px 0;
    font-size: 17px;
  }

  .faq-list details p {
    padding: 0 36px 20px 0;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .composition-art img,
  .final-shot-main img {
    will-change: auto;
  }

  .hero-art {
    animation: hero-reveal-reduced 200ms var(--ease-out) both;
  }

  .art-flower::before {
    animation: none;
    transform: none;
    will-change: auto;
  }

  .hero-demo-cursor,
  .hero-click-ring,
  .hero-smart-action {
    display: none;
  }

  .hero-art.is-editing-visible .hero-object-selection,
  .hero-art.is-editing-visible .hero-edit-status {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .faq-list summary::after {
    transition: none;
  }

  @keyframes hero-reveal-reduced {
    from { opacity: 0; }
    to { opacity: 1; }
  }
}
