/* TakeSmith V1 brand integration — approved identity and editorial website layer. */

:root {
  --take-gold: #f4c95d;
  --take-ink: #0b0b0d;
  --take-white: #f0f2f5;
  --take-surface: #111114;
  --take-elevated: #17171b;
  --take-archive: #b8b09e;
  --take-warm-mid: #4b2d0b;
  --take-warm-high: #9a530b;
}

.brand-lockup {
  width: clamp(150px, 16vw, 178px);
  height: auto;
  display: block;
}

.brand-context {
  color: var(--take-archive);
  font-size: 12px;
  font-weight: 600;
}

.brand-strip:not(.home-nav) .brand-link {
  display: grid;
  gap: 8px;
}

.home-page {
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 62vw 46vw at 82% 5%, rgba(154, 83, 11, 0.22), transparent 67%),
    radial-gradient(ellipse 40vw 34vw at 8% 34%, rgba(75, 45, 11, 0.18), transparent 72%),
    linear-gradient(180deg, #0b0907 0%, var(--take-ink) 30%, #080809 72%, var(--take-ink) 100%);
  color: var(--take-white);
}

.home-page::before {
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.016) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.012) 1px, transparent 1px);
  background-size: 112px 112px;
}

.home-page .home-shell {
  width: 100%;
  max-width: none;
  padding: max(18px, env(safe-area-inset-top)) clamp(18px, 3vw, 46px) max(30px, env(safe-area-inset-bottom));
}

.home-page .home-nav {
  width: min(1240px, calc(100% - 36px));
  min-height: 66px;
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  left: 50%;
  z-index: 20;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 20px;
  padding: 10px 12px 10px 16px;
  background: rgba(11, 11, 13, 0.7);
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
  backdrop-filter: blur(24px) saturate(125%);
  transform: translateX(-50%);
}

.home-page .home-nav nav {
  gap: clamp(14px, 2vw, 26px);
  color: rgba(240, 242, 245, 0.62);
  font-size: 12px;
  letter-spacing: 0.01em;
}

.home-page .home-nav nav a:not(.nav-store) {
  padding: 10px 0;
  color: inherit;
}

.home-page .home-nav nav a:not(.nav-store)::after {
  bottom: 5px;
}

.home-page .nav-store {
  min-height: 40px;
  padding-inline: 17px;
  border-color: rgba(244, 201, 93, 0.34);
  background: rgba(244, 201, 93, 0.07);
  color: var(--take-gold);
}

.home-page main {
  width: 100%;
  gap: clamp(112px, 12vw, 184px);
}

.home-page .release-hero,
.home-page .release-status,
.home-page .app-showcase,
.home-page .release-workflow,
.home-page .closing-callout,
.home-page .site-footer {
  width: min(1240px, 100%);
  margin-inline: auto;
}

.home-page .release-hero {
  min-height: auto;
  display: block;
  padding: clamp(126px, 12vw, 168px) 0 0;
}

.home-page .release-hero::before {
  display: none;
}

.home-page .hero-aurora {
  width: 72%;
  height: 80%;
  top: 6%;
  right: -7%;
  left: auto;
  opacity: 0.72;
  transform: none;
  background:
    radial-gradient(ellipse at 58% 42%, rgba(154, 83, 11, 0.24), transparent 52%),
    radial-gradient(ellipse at 30% 70%, rgba(244, 201, 93, 0.09), transparent 46%);
  filter: none;
}

.home-page .hero-editorial {
  min-height: 660px;
  display: grid;
  grid-template-columns: minmax(440px, 0.88fr) minmax(520px, 1.12fr);
  gap: clamp(22px, 4vw, 64px);
  align-items: center;
  padding-inline: clamp(0px, 1vw, 12px);
}

.home-page .release-hero-copy {
  max-width: 610px;
  position: relative;
  z-index: 3;
  padding: 0;
}

.home-page .release-hero h1,
.home-page .section-heading h2,
.home-page .privacy-heading h2,
.home-page .closing-callout h2 {
  font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.065em;
}

.home-page .release-hero h1 {
  max-width: 720px;
  margin-top: 24px;
  color: var(--take-white);
  font-size: clamp(70px, 6.25vw, 98px);
  line-height: 0.9;
  text-wrap: balance;
}

.home-page .release-hero h1 span,
.home-page .section-heading h2 span,
.home-page .closing-callout h2 span {
  color: var(--take-gold);
}

.home-page .release-hero .eyebrow {
  color: rgba(240, 242, 245, 0.64);
}

.home-page .release-hero .lede {
  max-width: 560px;
  margin-top: 30px;
  color: rgba(240, 242, 245, 0.69);
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.56;
}

.home-page .cta-row {
  margin-top: 28px;
  gap: 8px;
}

.home-page .app-store-badge-link {
  min-width: 164px;
  min-height: 62px;
  justify-content: flex-start;
  padding: 7px 10px;
}

.home-page .app-store-badge {
  height: 48px;
}

.home-page .store-link {
  min-height: 48px;
  padding-inline: 20px;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  color: rgba(240, 242, 245, 0.82);
}

.home-page .assurance-row {
  margin-top: 22px;
  color: rgba(240, 242, 245, 0.45);
}

.home-page .hero-stage.hero-product-shot {
  width: 100%;
  min-height: 660px;
  height: 660px;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  transform: translateY(var(--reveal-y));
}

.hero-shot-stack {
  width: 100%;
  height: 660px;
  position: relative;
  transform-style: preserve-3d;
}

.hero-shot {
  position: absolute;
  top: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  object-fit: contain;
  box-shadow: 0 48px 110px rgba(0, 0, 0, 0.58), 0 8px 28px rgba(0, 0, 0, 0.34);
  transition: transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1), opacity 300ms ease, filter 300ms ease;
}

.hero-shot-main {
  width: min(47%, 344px);
  left: 50%;
  z-index: 3;
  transform: translate3d(-50%, -50%, 72px);
}

.hero-shot-left,
.hero-shot-right {
  width: min(35%, 258px);
  z-index: 1;
  opacity: 0.66;
  filter: saturate(0.8) brightness(0.72);
}

.hero-shot-left {
  left: 0;
  transform: translate3d(0, -48%, 4px) rotate(-7deg);
}

.hero-shot-right {
  right: 0;
  transform: translate3d(0, -48%, 4px) rotate(7deg);
}

.home-page .hero-product-shot:hover .hero-shot-main {
  transform: translate3d(-50%, -51.5%, 84px) scale(1.012);
}

.home-page .hero-product-shot:hover .hero-shot-left {
  opacity: 0.82;
  transform: translate3d(-2%, -49%, 10px) rotate(-8deg);
}

.home-page .hero-product-shot:hover .hero-shot-right {
  opacity: 0.82;
  transform: translate3d(2%, -49%, 10px) rotate(8deg);
}

.home-page .benefit-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 26px;
  background: rgba(17, 17, 20, 0.62);
  box-shadow: 0 30px 88px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.home-page .benefit-strip article {
  min-height: 144px;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px clamp(20px, 2.5vw, 34px);
}

.home-page .benefit-strip article + article {
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.home-page .benefit-strip img {
  width: 58px;
  height: 58px;
  display: block;
}

.home-page .benefit-strip article > div {
  min-height: 0;
  display: grid;
  gap: 7px;
  align-content: center;
  padding: 0;
}

.home-page .benefit-strip strong {
  color: var(--take-white);
  font-family: inherit;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home-page .benefit-strip span {
  color: rgba(240, 242, 245, 0.5);
  font-size: 12px;
  line-height: 1.5;
}

.home-page .release-status {
  min-height: 500px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.72fr);
  gap: clamp(40px, 7vw, 94px);
  align-items: end;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 38px;
  padding: clamp(42px, 7vw, 90px);
  color: var(--take-white);
  background:
    radial-gradient(ellipse 680px 520px at var(--spot-x) var(--spot-y), rgba(244, 201, 93, 0.13), transparent 58%),
    linear-gradient(135deg, rgba(75, 45, 11, 0.58), rgba(17, 17, 20, 0.96) 48%, #0b0b0d 100%);
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.28);
  transform: translateY(var(--reveal-y));
}

.home-page .release-status::before {
  content: "";
  width: min(44%, 420px);
  aspect-ratio: 1;
  position: absolute;
  top: -22%;
  right: -4%;
  z-index: -1;
  border: 1px solid rgba(244, 201, 93, 0.12);
  border-radius: 26%;
  box-shadow: inset 0 0 0 34px rgba(255, 255, 255, 0.012);
  transform: rotate(10deg);
}

.home-page .release-status .eyebrow {
  color: var(--take-gold);
}

.home-page .release-status h2 {
  max-width: 700px;
  margin-top: 18px;
  color: var(--take-white);
  font-size: clamp(54px, 5.2vw, 78px);
  line-height: 0.95;
}

.home-page .privacy-copy > p {
  color: rgba(240, 242, 245, 0.68);
  font-size: clamp(18px, 1.5vw, 21px);
  line-height: 1.58;
  opacity: 1;
}

.home-page .privacy-points {
  border-color: rgba(255, 255, 255, 0.1);
}

.home-page .privacy-points span {
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(240, 242, 245, 0.52);
}

.home-page .section-intro {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.5fr);
  gap: clamp(34px, 8vw, 110px);
  align-items: end;
  padding-inline: clamp(2px, 1.2vw, 14px);
}

.home-page .section-intro .section-heading h2 {
  max-width: 820px;
  margin-top: 18px;
  color: var(--take-white);
  font-size: clamp(66px, 7.4vw, 104px);
  line-height: 0.91;
}

.home-page .section-intro > p {
  max-width: 400px;
  color: rgba(240, 242, 245, 0.55);
  font-size: 17px;
  line-height: 1.62;
}

.home-page .showcase-bento.screenshot-rail {
  display: grid;
  grid-template-columns: none;
  grid-auto-flow: column;
  grid-auto-columns: clamp(286px, 25vw, 334px);
  gap: clamp(18px, 2vw, 26px);
  overflow-x: auto;
  margin-top: clamp(50px, 7vw, 82px);
  padding: 12px 4px 34px;
  scroll-padding-inline: 4px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(244, 201, 93, 0.36) rgba(255, 255, 255, 0.05);
}

.home-page .showcase-shot,
.home-page .showcase-shot.shot-feature,
.home-page .showcase-shot.shot-wide,
.home-page .showcase-shot.shot-tall,
.home-page .showcase-shot.shot-compact {
  min-height: 0 !important;
  display: flex;
  grid-column: auto !important;
  flex-direction: column;
  overflow: visible;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
  transform: translateY(var(--reveal-y));
}

.home-page .showcase-shot::before {
  display: none;
}

.home-page .showcase-shot img,
.home-page .showcase-shot.shot-tall img {
  width: 100%;
  max-width: none;
  max-height: none;
  position: static;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  object-fit: contain;
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.38);
  transform: none;
  transition: transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 420ms ease, border-color 420ms ease;
}

.home-page .showcase-shot:hover img,
.home-page .showcase-shot.shot-tall:hover img {
  border-color: rgba(244, 201, 93, 0.24);
  box-shadow: 0 40px 94px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(244, 201, 93, 0.08);
  transform: translateY(-6px);
}

.home-page .showcase-shot figcaption,
.home-page .showcase-shot.shot-tall figcaption {
  width: 100%;
  position: static;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 5px 0;
  transform: none;
}

.home-page .showcase-shot figcaption strong {
  margin: 0;
  color: rgba(240, 242, 245, 0.82);
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.home-page .shot-index {
  color: var(--take-gold);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 750;
}

.home-page .workflow-bento {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 30px);
  align-items: stretch;
  margin-top: clamp(52px, 7vw, 82px);
}

.home-page .workflow-card,
.home-page .workflow-card:first-child,
.home-page .workflow-card:last-child {
  min-height: 0;
  display: flex;
  grid-column: auto;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 0;
  background: linear-gradient(145deg, rgba(23, 23, 27, 0.92), rgba(11, 11, 13, 0.98));
  box-shadow: 0 28px 86px rgba(0, 0, 0, 0.24);
  transform: translateY(var(--reveal-y));
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 360ms ease, box-shadow 360ms ease;
}

.home-page .workflow-card:nth-child(2),
.home-page .workflow-card:nth-child(3) {
  margin-top: 0;
}

.home-page .workflow-card:hover {
  border-color: rgba(244, 201, 93, 0.23);
  box-shadow: 0 38px 104px rgba(0, 0, 0, 0.34);
  transform: translateY(-6px);
}

.home-page .workflow-card-copy {
  min-height: 228px;
  display: grid;
  align-content: start;
  padding: clamp(28px, 3.5vw, 42px);
  transform: none;
}

.home-page .workflow-card h3 {
  margin-top: 18px;
  color: var(--take-white);
  font-size: clamp(28px, 2.6vw, 38px);
  font-weight: 650;
  letter-spacing: -0.05em;
}

.home-page .workflow-card p {
  max-width: 34ch;
  color: rgba(240, 242, 245, 0.55);
  font-size: 15px;
  line-height: 1.58;
}

.home-page .workflow-card .step-number {
  color: var(--take-gold);
}

.home-page .workflow-screenshot {
  width: calc(100% - 28px);
  max-height: none;
  align-self: center;
  margin: 0 14px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  object-fit: contain;
  box-shadow: 0 26px 74px rgba(0, 0, 0, 0.4);
  transform: none;
  transition: transform 360ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.home-page .workflow-card:hover .workflow-screenshot {
  transform: translateY(-3px) scale(1.004);
}

.home-page .closing-callout {
  min-height: 610px;
  overflow: hidden;
  border: 1px solid rgba(244, 201, 93, 0.16);
  border-radius: 40px;
  padding: clamp(48px, 8vw, 102px);
  background:
    radial-gradient(ellipse 620px 500px at var(--spot-x) var(--spot-y), rgba(244, 201, 93, 0.15), transparent 58%),
    linear-gradient(135deg, #17100a 0%, var(--take-warm-mid) 54%, #160d07 100%);
  box-shadow: 0 48px 140px rgba(0, 0, 0, 0.34);
  transform: translateY(var(--reveal-y));
}

.home-page .closing-callout::before,
.home-page .closing-callout::after {
  border-color: rgba(244, 201, 93, 0.12);
  background: rgba(255, 255, 255, 0.018);
}

.closing-lockup {
  width: clamp(170px, 18vw, 240px);
  height: auto;
  display: block;
  margin: 0 auto 38px;
}

.home-page .closing-callout h2 {
  max-width: 1050px;
  font-size: clamp(58px, 6.7vw, 94px);
  line-height: 0.91;
}

.home-page .closing-actions {
  margin-top: 36px;
}

.home-page .site-footer {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 26px;
  align-items: end;
  margin-top: clamp(88px, 10vw, 140px);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

.footer-signature {
  display: grid;
  gap: 10px;
}

.footer-signature img {
  width: 108px;
  height: auto;
  display: block;
}

.footer-signature span {
  color: rgba(184, 176, 158, 0.74);
  white-space: nowrap;
}

.apple-credit {
  max-width: 620px;
  color: rgba(184, 176, 158, 0.58);
  line-height: 1.55;
}

.home-page .site-footer nav {
  justify-content: flex-end;
}

.motion-enhanced .reveal-item {
  --reveal-y: 12px;
  opacity: 0.84;
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.motion-enhanced .reveal-item.is-visible {
  --reveal-y: 0px;
  opacity: 1;
}

@media (max-width: 980px) {
  .home-page .hero-editorial {
    min-height: auto;
    grid-template-columns: minmax(340px, 0.78fr) minmax(480px, 1.22fr);
  }

  .home-page .hero-stage.hero-product-shot,
  .hero-shot-stack {
    min-height: 600px;
    height: 600px;
  }

  .home-page .benefit-strip article {
    grid-template-columns: 48px minmax(0, 1fr);
    padding-inline: 20px;
  }

  .home-page .benefit-strip img {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 820px) {
  .home-page .hero-editorial,
  .home-page .section-intro,
  .home-page .release-status {
    grid-template-columns: 1fr;
  }

  .home-page .hero-editorial {
    gap: 34px;
  }

  .home-page .release-hero-copy {
    max-width: 720px;
  }

  .home-page .hero-stage.hero-product-shot,
  .hero-shot-stack {
    min-height: 640px;
    height: 640px;
  }

  .home-page .benefit-strip {
    grid-template-columns: 1fr;
  }

  .home-page .benefit-strip article {
    min-height: 112px;
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .home-page .benefit-strip article + article {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .home-page .benefit-strip img {
    width: 56px;
    height: 56px;
  }

  .home-page .workflow-bento {
    grid-template-columns: 1fr;
  }

  .home-page .workflow-card,
  .home-page .workflow-card:first-child,
  .home-page .workflow-card:last-child {
    display: grid;
    grid-template-columns: minmax(220px, 0.66fr) minmax(300px, 1fr);
    align-items: center;
  }

  .home-page .workflow-screenshot {
    width: calc(100% - 28px);
    margin: 14px;
  }

  .home-page .site-footer {
    grid-template-columns: 1fr auto;
  }

  .apple-credit {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  .brand-lockup {
    width: 154px;
  }

  .home-page .home-shell {
    padding-inline: max(14px, env(safe-area-inset-left));
  }

  .home-page .home-nav {
    width: calc(100% - 24px);
    min-height: 60px;
    top: max(12px, env(safe-area-inset-top));
    border-radius: 18px;
    padding-left: 13px;
  }

  .home-page .home-nav nav > a:not(.nav-store) {
    display: none;
  }

  .home-page .nav-store {
    min-height: 38px;
    padding-inline: 14px;
  }

  .home-page main {
    gap: 96px;
  }

  .home-page .release-hero {
    padding-top: 108px;
  }

  .home-page .hero-editorial {
    gap: 20px;
  }

  .home-page .release-hero h1 {
    max-width: 360px;
    margin-top: 18px;
    font-size: clamp(54px, 15.5vw, 70px);
    line-height: 0.91;
  }

  .home-page .release-hero .lede {
    margin-top: 22px;
    font-size: 17px;
    line-height: 1.54;
  }

  .home-page .cta-row {
    margin-top: 20px;
  }

  .home-page .app-store-badge-link {
    min-height: 58px;
    padding-left: 0;
  }

  .home-page .app-store-badge {
    height: 44px;
  }

  .home-page .assurance-row {
    margin-top: 16px;
    gap: 7px 14px;
  }

  .home-page .hero-aurora {
    width: 132%;
    height: 52%;
    top: 46%;
    right: -16%;
  }

  .home-page .hero-stage.hero-product-shot,
  .hero-shot-stack {
    min-height: 440px;
    height: 440px;
  }

  .hero-shot-main {
    width: min(58%, 252px);
  }

  .hero-shot-left,
  .hero-shot-right {
    width: min(42%, 184px);
  }

  .hero-shot-left {
    left: -5%;
  }

  .hero-shot-right {
    right: -5%;
  }

  .home-page .benefit-strip {
    margin-top: 0;
    border-radius: 22px;
  }

  .home-page .benefit-strip article {
    min-height: 104px;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 16px;
    padding: 20px;
  }

  .home-page .benefit-strip img {
    width: 46px;
    height: 46px;
  }

  .home-page .release-status {
    min-height: 0;
    gap: 34px;
    border-radius: 28px;
    padding: 34px 26px;
  }

  .home-page .release-status h2,
  .home-page .section-intro .section-heading h2,
  .home-page .closing-callout h2 {
    font-size: clamp(48px, 13.5vw, 68px);
  }

  .home-page .section-intro {
    gap: 24px;
  }

  .home-page .section-intro > p {
    font-size: 16px;
  }

  .home-page .showcase-bento.screenshot-rail {
    grid-auto-columns: min(78vw, 300px);
    margin-top: 38px;
  }

  .home-page .showcase-shot img,
  .home-page .showcase-shot.shot-tall img {
    border-radius: 22px;
  }

  .home-page .workflow-bento {
    gap: 22px;
    margin-top: 38px;
  }

  .home-page .workflow-card,
  .home-page .workflow-card:first-child,
  .home-page .workflow-card:last-child {
    display: flex;
    border-radius: 25px;
  }

  .home-page .workflow-card-copy {
    min-height: 0;
    padding: 28px 26px;
  }

  .home-page .workflow-screenshot {
    width: calc(100% - 22px);
    margin: 0 11px 11px;
    border-radius: 18px;
  }

  .home-page .closing-callout {
    min-height: 0;
    border-radius: 28px;
    padding: 48px 24px;
  }

  .closing-lockup {
    width: 164px;
    margin-bottom: 30px;
  }

  .home-page .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .apple-credit {
    grid-column: 1;
    grid-row: auto;
  }

  .home-page .site-footer nav {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-enhanced .reveal-item,
  .motion-enhanced .reveal-item.is-visible {
    --reveal-y: 0px;
    opacity: 1;
  }
}
