.home-page {
  overflow-x: hidden;
}

.home-page :where(h1, h2, h3, p, figure, dl, dd) {
  margin-top: 0;
}

.home-hero {
  min-height: 100svh;
  padding: 1.2rem clamp(1rem, 4vw, 4.5rem) clamp(3rem, 7vw, 7rem);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 78% 30%, rgba(142, 182, 198, .16), transparent 23rem),
    radial-gradient(circle at 18% 72%, rgba(210, 170, 98, .12), transparent 26rem),
    linear-gradient(135deg, #080a0f 0%, #0d1119 52%, #07090d 100%);
}

.home-hero::before {
  content: "";
  position: absolute;
  width: min(58rem, 82vw);
  aspect-ratio: 1;
  right: -24rem;
  top: -28rem;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 6rem rgba(255, 255, 255, .015),
    0 0 0 12rem rgba(255, 255, 255, .01);
  pointer-events: none;
  z-index: -1;
}

.home-nav {
  width: min(100%, 108rem);
  margin: 0 auto;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding-bottom: 1rem;
}

.home-mark {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: .45rem;
  color: var(--ink);
  text-decoration: none;
}

.home-mark span {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: .08em;
}

.home-mark small {
  color: var(--accent);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding-bottom: .18rem;
}

.home-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(.8rem, 2vw, 1.8rem);
  font-size: .9rem;
}

.home-nav-links a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}

.home-nav-links a:hover {
  color: var(--ink);
}

.home-nav-links .home-nav-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  padding: .65rem 1rem;
  color: var(--ink);
}

.home-nav-links .home-nav-cta:hover {
  border-color: var(--accent);
  background: rgba(210, 170, 98, .09);
}

.home-hero-grid {
  width: min(100%, 108rem);
  margin: 0 auto;
  min-height: calc(100svh - 6.2rem);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, .95fr);
  align-items: center;
  gap: clamp(3rem, 8vw, 10rem);
  padding-top: clamp(3rem, 7vw, 7rem);
}

.home-hero-copy {
  position: relative;
  z-index: 2;
}

.home-overline {
  margin-bottom: 1.2rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .73rem;
  font-weight: 800;
}

.home-hero h1 {
  margin: 0;
  max-width: 9ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.7rem, 10.5vw, 11.5rem);
  line-height: .72;
  font-weight: 400;
  letter-spacing: -.075em;
  text-wrap: balance;
}

.home-hero h1 span {
  display: inline;
  color: transparent;
  -webkit-text-stroke: 1px rgba(243, 239, 231, .7);
  text-shadow: 0 0 2.5rem rgba(142, 182, 198, .12);
}

.home-lead {
  max-width: 50ch;
  margin: clamp(2rem, 4vw, 3.2rem) 0 0;
  color: #d9d5ce;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 2rem;
}

.home-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: .82rem 1.25rem;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .01em;
}

.home-button-primary {
  color: #0a0c11;
  background: var(--ink);
  border: 1px solid var(--ink);
}

.home-button-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.home-button-secondary {
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .2);
  background: rgba(255, 255, 255, .02);
}

.home-button-secondary:hover {
  border-color: var(--muted);
  background: rgba(255, 255, 255, .05);
}

.home-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 42rem;
  margin: clamp(2.6rem, 5vw, 4rem) 0 0;
}

.home-stats div {
  border-top: 1px solid rgba(255, 255, 255, .14);
  padding-top: .8rem;
}

.home-stats dt {
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
}

.home-stats dd {
  margin: .25rem 0 0;
  color: var(--muted);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  line-height: 1.4;
}

.home-cover-stage {
  width: min(100%, 42rem);
  justify-self: center;
  position: relative;
  margin: 0;
  padding: clamp(1rem, 3vw, 2rem);
}

.home-cover-halo {
  position: absolute;
  inset: 9% 2% 7% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210, 170, 98, .22), rgba(142, 182, 198, .12) 42%, transparent 72%);
  filter: blur(28px);
  transform: rotate(-8deg);
}

.home-cover-stage img {
  width: 100%;
  max-height: 76vh;
  display: block;
  position: relative;
  object-fit: contain;
  transform: rotate(2.4deg);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow:
    0 3rem 6rem rgba(0, 0, 0, .55),
    0 0 0 .65rem rgba(255, 255, 255, .025);
}

.home-cover-stage figcaption {
  position: relative;
  margin-top: 1.2rem;
  color: var(--muted);
  font-size: .76rem;
  letter-spacing: .12em;
  text-align: right;
  text-transform: uppercase;
}

.home-section,
.home-featured,
.home-thanks,
.home-final-cta {
  width: min(100%, 108rem);
  margin: 0 auto;
}

.home-section {
  display: grid;
  grid-template-columns: minmax(14rem, .38fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 10vw, 11rem) clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.home-section-heading h2,
.home-featured-heading h2,
.home-thanks h2,
.home-final-cta h2 {
  margin: .4rem 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  line-height: .95;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.home-section-heading h2 {
  max-width: 9ch;
  font-size: clamp(2.8rem, 5.5vw, 6rem);
}

.home-intro-lead {
  margin: 0;
  max-width: 36ch;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.28;
  text-wrap: pretty;
}

.home-intro-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  margin-top: clamp(2.5rem, 5vw, 5rem);
}

.home-intro-columns p {
  margin: 0;
  color: #c9c5be;
  line-height: 1.82;
  text-wrap: pretty;
}

.home-featured {
  padding: clamp(5rem, 10vw, 11rem) clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.home-featured-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
}

.home-featured-heading h2 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 5vw, 5.5rem);
}

.home-text-link {
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--muted);
  padding-bottom: .35rem;
  white-space: nowrap;
}

.home-text-link:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.home-featured-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(15rem, .8fr));
  gap: clamp(1rem, 2.5vw, 2.2rem);
  align-items: stretch;
}

.home-art-card {
  display: block;
  color: var(--ink);
  text-decoration: none;
  min-width: 0;
}

.home-art-card figure {
  height: 100%;
  margin: 0;
  display: grid;
  grid-template-rows: minmax(18rem, 1fr) auto;
  border: 1px solid var(--line);
  background: #080a0f;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.home-art-card:hover figure {
  transform: translateY(-.35rem);
  border-color: rgba(210, 170, 98, .65);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .28);
}

.home-art-frame {
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(142, 182, 198, .08), transparent 60%),
    #03050a;
}

.home-art-frame img {
  width: 100%;
  height: 100%;
  max-height: 38rem;
  display: block;
  object-fit: contain;
}

.home-art-card-wide .home-art-frame img {
  max-height: 44rem;
}

.home-art-card figcaption {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: .9rem;
  row-gap: .25rem;
  align-items: baseline;
  padding: 1.2rem;
  border-top: 1px solid var(--line);
}

.home-art-card figcaption span {
  grid-row: 1 / 3;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  font-size: .78rem;
  letter-spacing: .12em;
}

.home-art-card figcaption strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.15;
}

.home-art-card figcaption small {
  color: var(--muted);
  line-height: 1.45;
}

.home-journey {
  background: linear-gradient(180deg, rgba(255, 255, 255, .015), transparent);
}

.home-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-steps li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: clamp(1rem, 3vw, 2rem);
  border-top: 1px solid var(--line);
  padding: 1.5rem 0;
}

.home-steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.home-steps > li > span {
  color: var(--accent);
  letter-spacing: .14em;
  font-size: .8rem;
}

.home-steps h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2.4vw, 2.25rem);
  font-weight: 400;
}

.home-steps p {
  margin: .6rem 0 0;
  max-width: 60ch;
  color: var(--muted);
  line-height: 1.72;
}

.home-thanks {
  display: grid;
  grid-template-columns: minmax(17rem, .42fr) minmax(0, 1fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(5rem, 10vw, 11rem) clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid var(--line);
}

.home-thanks h2 {
  max-width: 8ch;
  font-size: clamp(3rem, 6vw, 6.6rem);
}

.home-thanks-intro > p:last-child {
  max-width: 36ch;
  margin-top: 1.5rem;
  color: var(--muted);
  line-height: 1.72;
}

.home-thanks-disclosure {
  align-self: start;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-thanks-disclosure summary {
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem 0;
  list-style: none;
  color: var(--ink);
  font-weight: 800;
}

.home-thanks-disclosure summary::-webkit-details-marker {
  display: none;
}

.home-thanks-disclosure summary::after {
  content: none;
}

.home-thanks-disclosure summary span:last-child {
  color: var(--accent);
  font-size: 1.5rem;
  line-height: 1;
  transition: transform .2s ease;
}

.home-thanks-disclosure[open] summary span:last-child {
  transform: rotate(45deg);
}

.home-thanks-copy {
  max-width: 74ch;
  padding: 1rem 0 2rem;
}

.home-thanks-copy p {
  margin: 0;
  color: #d1cdc6;
  line-height: 1.85;
  text-wrap: pretty;
}

.home-thanks-copy p + p {
  margin-top: 1.55rem;
}

.home-final-cta {
  min-height: min(72vh, 48rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(6rem, 12vw, 12rem) clamp(1rem, 4vw, 4.5rem);
  position: relative;
  overflow: hidden;
}

.home-final-cta::before {
  content: "";
  position: absolute;
  width: min(52rem, 92vw);
  aspect-ratio: 1;
  border: 1px solid rgba(210, 170, 98, .15);
  border-radius: 50%;
  box-shadow:
    0 0 0 5rem rgba(142, 182, 198, .025),
    0 0 0 10rem rgba(210, 170, 98, .018);
  pointer-events: none;
}

.home-final-cta > * {
  position: relative;
}

.home-final-cta h2 {
  max-width: 11ch;
  margin-bottom: 2.2rem;
  font-size: clamp(3.4rem, 8vw, 8.2rem);
}

.home-footer {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(14rem, 1fr) auto minmax(18rem, 1fr);
  align-items: center;
  gap: 2rem;
  padding: 2rem clamp(1rem, 4vw, 4.5rem);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.home-footer strong {
  color: var(--ink);
}

.home-footer p {
  margin: .3rem 0 0;
}

.home-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.3rem;
}

.home-footer-links a {
  color: var(--muted);
  text-decoration: none;
}

.home-footer-links a:hover {
  color: var(--ink);
}

.home-footer-social {
  text-align: right;
  line-height: 1.6;
}

@media (max-width: 1080px) {
  .home-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, .72fr);
    gap: 3rem;
  }

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

  .home-art-card-wide {
    grid-column: 1 / -1;
  }

  .home-art-card-wide figure {
    grid-template-columns: minmax(0, 1.6fr) minmax(14rem, .4fr);
    grid-template-rows: 1fr;
  }

  .home-art-card-wide figcaption {
    border-top: 0;
    border-left: 1px solid var(--line);
    align-content: end;
  }

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

  .home-footer-social {
    grid-column: 1 / -1;
    text-align: left;
  }
}

@media (max-width: 780px) {
  .home-hero {
    min-height: auto;
  }

  .home-nav {
    align-items: flex-start;
  }

  .home-nav-links {
    gap: .65rem;
  }

  .home-nav-links > a:not(.home-nav-cta) {
    display: none;
  }

  .home-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 4rem;
  }

  .home-hero h1 {
    font-size: clamp(4rem, 20vw, 7.7rem);
  }

  .home-cover-stage {
    width: min(88vw, 32rem);
  }

  .home-cover-stage img {
    max-height: none;
  }

  .home-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-section,
  .home-thanks {
    grid-template-columns: 1fr;
  }

  .home-intro-columns,
  .home-featured-grid {
    grid-template-columns: 1fr;
  }

  .home-featured-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-art-card-wide {
    grid-column: auto;
  }

  .home-art-card-wide figure {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(18rem, 1fr) auto;
  }

  .home-art-card-wide figcaption {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

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

  .home-footer-links {
    justify-content: flex-start;
  }

  .home-footer-social {
    grid-column: auto;
  }
}

@media (max-width: 460px) {
  .home-actions {
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

  .home-stats {
    gap: .55rem;
  }

  .home-stats dd {
    font-size: .68rem;
  }

  .home-steps li {
    grid-template-columns: 2.7rem 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-art-card figure,
  .home-thanks-disclosure summary span:last-child {
    transition: none;
  }
}

@media (prefers-contrast: more) {
  .home-hero h1 span {
    color: var(--ink);
    -webkit-text-stroke: 0;
  }

  .home-nav-links .home-nav-cta,
  .home-button-secondary {
    border-color: var(--ink);
  }
}

@media (forced-colors: active) {
  .home-hero h1 span {
    color: CanvasText;
    -webkit-text-stroke: 0;
  }

  .home-cover-halo,
  .home-hero::before,
  .home-final-cta::before {
    display: none;
  }
}
