:root {
  --cream: #fffaf3;
  --cream-deep: #f6eee4;
  --lavender-pale: #eee5ff;
  --lavender: #cbbcf0;
  --lavender-mid: #a895d2;
  --lavender-dark: #75669c;
  --ink: #17161c;
  --yellow: #ffc75a;
  --panel: rgba(255, 250, 243, 0.9);
  --shadow: 0 18px 0 rgba(117, 102, 156, 0.16);
  --radius: 34px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background-color: var(--cream);
  background-image: linear-gradient(rgba(255, 250, 243, 0.7), rgba(255, 250, 243, 0.7)),
    url("assets/backgrounds/paper-sparkles.png");
  background-size: auto, 760px 760px;
  font-family: "Trebuchet MS", "Arial Rounded MT Bold", Arial, sans-serif;
  line-height: 1.45;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

:focus-visible {
  outline: 4px solid var(--yellow);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: max(14px, env(safe-area-inset-top));
  left: 50%;
  display: flex;
  width: min(1120px, calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)));
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 10px 8px 14px;
  border: 2px solid rgba(23, 22, 28, 0.9);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.88);
  box-shadow: 0 7px 0 rgba(117, 102, 156, 0.15);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
}

.mini-brand,
.nav-links,
.nav-links a,
.header-social {
  display: flex;
  align-items: center;
}

.mini-brand {
  min-width: 44px;
  min-height: 44px;
  gap: 7px;
  color: var(--lavender-dark);
  font-size: 1.08rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.mini-brand img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.nav-links {
  gap: 6px;
}

.nav-links a,
.header-social {
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a:hover,
.header-social:hover {
  background: var(--lavender-pale);
}

.header-social {
  min-width: 44px;
  padding: 0;
  border: 2px solid var(--ink);
  background: var(--lavender);
}

main {
  width: min(1180px, calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)));
  margin: 0 auto;
  padding: calc(94px + env(safe-area-inset-top)) 0 34px;
}

.panel {
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  background-color: var(--panel);
  box-shadow: var(--shadow);
}

.hero {
  position: relative;
  display: grid;
  min-height: min(820px, calc(100svh - 112px));
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 12px;
  row-gap: 6px;
  padding: clamp(34px, 5vw, 72px);
  background-image: linear-gradient(90deg, rgba(255, 250, 243, 0.96) 0%, rgba(255, 250, 243, 0.76) 48%, rgba(255, 250, 243, 0.18) 100%),
    url("assets/backgrounds/dangl-world-clean.png");
  background-position: left center;
  background-size: cover;
}

.hero-copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  align-self: end;
}

.hero-actions {
  position: relative;
  z-index: 3;
  min-width: 0;
  align-self: start;
}

.eyebrow,
.section-number {
  margin: 0 0 9px;
  color: var(--lavender-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wordmark {
  width: min(560px, 100%);
  margin: -26px 0 -18px -18px;
  mix-blend-mode: multiply;
}

h1,
h2,
p {
  text-wrap: balance;
}

h1,
h2 {
  margin: 0;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

h1 {
  max-width: 520px;
  font-size: clamp(2.2rem, 4.7vw, 4.7rem);
}

h2 {
  font-size: clamp(2.6rem, 6vw, 5.6rem);
}

.hero-subline {
  margin: 12px 0 22px;
  color: var(--lavender-dark);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  font-weight: 800;
}

.contract-panel {
  display: flex;
  width: min(610px, 100%);
  min-height: 92px;
  align-items: center;
  gap: 12px;
  padding: 22px 25px 22px 31px;
  background-image: url("assets/ui/ca-panel.png");
  background-position: center;
  background-size: 100% 100%;
}

.contract-copy {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: baseline;
  gap: 8px;
}

.contract-label {
  flex: none;
  color: var(--lavender-dark);
  font-weight: 900;
  text-transform: lowercase;
}

#contract-address {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-family: Consolas, "Courier New", monospace;
  font-size: clamp(0.78rem, 1.55vw, 1rem);
  font-weight: 800;
  word-break: break-all;
}

.copy-button {
  flex: none;
  min-width: 78px;
  min-height: 44px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: lowercase;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.copy-button:hover {
  box-shadow: 0 4px 0 var(--ink);
  transform: translateY(-2px);
}

.copy-button.is-copied {
  box-shadow: 0 0 0 5px rgba(255, 199, 90, 0.35);
  transform: scale(0.96);
}

.social-links {
  display: grid;
  width: min(610px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.social-link {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  overflow: hidden;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: linear-gradient(180deg, #f2ebff 0%, #d2c4ee 100%);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.72), 0 4px 0 rgba(117, 102, 156, 0.22);
  color: var(--ink);
  font-size: clamp(0.72rem, 1.3vw, 0.9rem);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease;
}

.social-link::after {
  position: absolute;
  right: 8px;
  bottom: 2px;
  color: var(--yellow);
  content: "✦";
  font-size: 0.62rem;
  line-height: 1;
  text-shadow: 1px 1px 0 var(--ink);
  transform: rotate(12deg);
}

.social-link:hover {
  filter: saturate(1.08);
  transform: translateY(-3px) rotate(-0.5deg);
}

.social-link:nth-child(even):hover {
  transform: translateY(-3px) rotate(0.5deg);
}

.link-status {
  min-height: 20px;
  margin: 4px 0 0;
  color: var(--lavender-dark);
  font-size: 0.76rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  grid-column: 2;
  grid-row: 1 / span 2;
  justify-self: end;
  perspective: 1000px;
}

.hero-character {
  width: 100%;
  max-height: 690px;
  object-fit: contain;
  filter: drop-shadow(0 20px 0 rgba(117, 102, 156, 0.13));
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-origin: 50% 78%;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 300ms ease;
}

.quiet-label {
  position: absolute;
  z-index: 4;
  top: 8%;
  right: 4%;
  padding: 7px 11px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
  transform: rotate(4deg);
}

.thing-button {
  position: absolute;
  z-index: 6;
  top: 22%;
  left: 73%;
  width: clamp(50px, 8vw, 88px);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.hero-visual.is-pulled .hero-character {
  filter: drop-shadow(0 20px 0 rgba(117, 102, 156, 0.13)) drop-shadow(0 0 20px rgba(255, 199, 90, 0.58));
  transform: rotate(1.8deg) translateY(-3px);
}

.reaction-note {
  position: absolute;
  z-index: 7;
  right: 4%;
  bottom: 12%;
  min-width: 70px;
  min-height: 32px;
  color: var(--lavender-dark);
  font-size: 1rem;
  font-weight: 900;
}

.section-pad {
  padding: clamp(28px, 5vw, 64px);
}

.thing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1.22fr);
  align-items: center;
  gap: clamp(24px, 6vw, 74px);
  margin-top: clamp(46px, 8vw, 94px);
}

.deadpan-lines {
  margin: 28px 0;
  padding-left: 18px;
  border-left: 4px solid var(--yellow);
}

.deadpan-lines p {
  margin: 8px 0;
  font-size: clamp(1.02rem, 2vw, 1.4rem);
  font-weight: 800;
}

.tiny-note {
  color: var(--lavender-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.thing-figure {
  position: relative;
  margin: 0;
}

.thing-figure img {
  width: 100%;
  border: 2px solid rgba(23, 22, 28, 0.12);
  border-radius: 24px;
}

.thing-figure figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  font-size: 0.72rem;
  font-weight: 900;
  transform: rotate(-2deg);
}

.sequence-section {
  margin-top: clamp(56px, 9vw, 108px);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 0 clamp(8px, 3vw, 30px) 24px;
}

.section-heading > p {
  max-width: 260px;
  margin: 0 0 8px;
  color: var(--lavender-dark);
  font-weight: 800;
  text-align: right;
}

.sequence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.sequence-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 3px solid var(--ink);
  border-radius: 26px;
  background: var(--cream);
  box-shadow: 0 10px 0 rgba(117, 102, 156, 0.15);
}

.sequence-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform 450ms ease;
}

.sequence-card:hover img {
  transform: scale(1.025);
}

.sequence-card span {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  min-width: 48px;
  padding: 6px 9px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--cream);
  font-size: 0.76rem;
  font-weight: 900;
  text-align: center;
}

.sequence-card.aftermath {
  box-shadow: 0 10px 0 rgba(255, 199, 90, 0.32), 0 0 34px rgba(255, 199, 90, 0.23);
}

.gallery-section {
  margin-top: clamp(56px, 9vw, 108px);
}

.gallery-heading {
  margin: 0 0 28px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 2px solid var(--ink);
  border-radius: 22px;
  background: var(--cream);
  box-shadow: 0 7px 0 rgba(117, 102, 156, 0.14);
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 260ms ease;
}

.gallery-card:nth-child(3n + 1):hover {
  transform: translateY(-7px) rotate(-1deg);
}

.gallery-card:nth-child(3n + 2):hover {
  transform: translateY(-7px) rotate(1deg);
}

.gallery-card:nth-child(3n):hover {
  transform: translateY(-7px) scale(1.01);
}

.gallery-card:hover {
  box-shadow: 0 12px 0 rgba(117, 102, 156, 0.17);
}

.gallery-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.gallery-card figcaption {
  position: absolute;
  right: 9px;
  bottom: 9px;
  padding: 5px 8px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: rgba(255, 250, 243, 0.92);
  font-size: 0.68rem;
  font-weight: 900;
}

.final-section {
  position: relative;
  display: grid;
  min-height: 560px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1.28fr);
  align-items: center;
  gap: 20px;
  margin-top: clamp(56px, 9vw, 108px);
  padding: clamp(34px, 5vw, 68px);
  background-image: linear-gradient(90deg, rgba(255, 250, 243, 0.98), rgba(255, 250, 243, 0.55)),
    url("assets/backgrounds/paper-sparkles.png");
  background-position: center;
  background-size: cover;
}

.final-copy {
  position: relative;
  z-index: 3;
}

.final-copy > p:not(.section-number) {
  margin: 12px 0 26px;
  color: var(--lavender-dark);
  font-size: 1.25rem;
  font-weight: 900;
}

.final-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.final-links a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 9px 13px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--lavender-pale);
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.final-links a:hover {
  background: var(--yellow);
  transform: translateY(-2px);
}

.final-visual {
  position: relative;
  align-self: end;
}

.final-dangl {
  width: 100%;
  max-height: 530px;
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: bottom;
}

footer {
  width: min(1180px, calc(100% - 28px - env(safe-area-inset-left) - env(safe-area-inset-right)));
  margin: 0 auto;
  padding: 30px 12px calc(44px + env(safe-area-inset-bottom));
  color: var(--lavender-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}

footer p {
  margin: 0;
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding-top: 48px;
  }

  .hero-copy,
  .hero-actions {
    text-align: center;
  }

  .wordmark,
  .contract-panel,
  .social-links {
    margin-right: auto;
    margin-left: auto;
  }

  h1 {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    width: min(620px, 100%);
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .thing-section {
    grid-template-columns: 1fr;
  }

  .thing-copy {
    text-align: center;
  }

  .deadpan-lines {
    display: inline-block;
    text-align: left;
  }

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

  .final-section {
    min-height: 0;
    grid-template-columns: 0.85fr 1.15fr;
  }
}

@media (min-width: 641px) and (max-width: 980px) {
  .hero {
    padding: 42px clamp(34px, 7vw, 58px) 34px;
  }

  .wordmark {
    width: min(500px, 76%);
    margin-right: auto;
    margin-left: auto;
  }

  .hero-visual {
    width: min(500px, 72vw);
  }

  .hero-character {
    max-height: 500px;
  }

  .hero-actions {
    width: min(690px, 100%);
    margin-inline: auto;
  }

  .sequence-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  :root {
    --radius: 26px;
    --shadow: 0 10px 0 rgba(117, 102, 156, 0.15);
  }

  html {
    scroll-padding-top: 82px;
  }

  .site-header {
    top: max(8px, env(safe-area-inset-top));
    width: calc(100% - 16px - env(safe-area-inset-left) - env(safe-area-inset-right));
    min-height: 60px;
    padding: 6px 7px 6px 9px;
  }

  .mini-brand img {
    width: 34px;
    height: 34px;
  }

  .mini-brand span,
  .nav-links a:nth-child(2),
  .header-social {
    display: none;
  }

  .nav-links {
    margin-left: auto;
  }

  .nav-links a {
    min-height: 44px;
    padding: 0 10px;
    font-size: 0.75rem;
  }

  main {
    width: min(calc(100% - 16px - env(safe-area-inset-left) - env(safe-area-inset-right)), 1180px);
    padding-top: calc(82px + env(safe-area-inset-top));
  }

  .hero {
    padding: 30px 17px 18px;
  }

  .eyebrow {
    font-size: 0.65rem;
  }

  .wordmark {
    width: 96%;
    margin-top: -18px;
    margin-bottom: -8px;
  }

  h1 {
    font-size: clamp(2.15rem, 11vw, 3.25rem);
  }

  h2 {
    font-size: clamp(2.5rem, 14vw, 4rem);
  }

  .contract-panel {
    min-height: 82px;
    padding: 18px 18px 18px 22px;
  }

  .contract-copy {
    display: block;
    text-align: left;
  }

  .contract-label {
    display: block;
    font-size: 0.72rem;
  }

  #contract-address {
    display: block;
    font-size: 0.74rem;
  }

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

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

  .social-link {
    min-height: 58px;
    font-size: 0.78rem;
  }

  .hero-character {
    max-height: 360px;
  }

  .hero-visual {
    margin-top: -18px;
  }

  .thing-button {
    top: 22%;
    left: 73%;
    width: clamp(48px, 16vw, 72px);
  }

  .quiet-label {
    top: 4%;
    right: 1%;
  }

  .section-pad {
    padding: 29px 18px;
  }

  .thing-section,
  .sequence-section,
  .gallery-section,
  .final-section {
    margin-top: 48px;
  }

  .thing-section {
    gap: 12px;
  }

  .thing-figure figcaption {
    right: 8px;
    bottom: 8px;
    font-size: 0.62rem;
  }

  .section-heading {
    display: block;
    margin: 0 8px 18px;
  }

  .section-heading > p {
    margin-top: 12px;
    text-align: left;
  }

  .sequence-grid {
    gap: 8px;
  }

  .sequence-card {
    border-width: 2px;
    border-radius: 18px;
    box-shadow: 0 6px 0 rgba(117, 102, 156, 0.15);
  }

  .sequence-card span {
    top: 7px;
    left: 7px;
    min-width: 40px;
    padding: 4px 7px;
    font-size: 0.64rem;
  }

  .gallery-grid {
    gap: 8px;
  }

  .gallery-card {
    border-radius: 16px;
  }

  .gallery-card figcaption {
    right: 6px;
    bottom: 6px;
    font-size: 0.6rem;
  }

  .final-section {
    grid-template-columns: 1fr;
    padding: 34px 18px 0;
    text-align: center;
  }

  .final-links {
    justify-content: center;
  }

  .final-visual {
    width: min(490px, 100%);
    justify-self: center;
  }

}

@media (max-width: 359px) {
  .site-header {
    width: calc(100% - 12px - env(safe-area-inset-left) - env(safe-area-inset-right));
  }

  .nav-links a {
    padding-inline: 8px;
    font-size: 0.7rem;
  }

  main {
    width: calc(100% - 12px - env(safe-area-inset-left) - env(safe-area-inset-right));
  }

  .hero {
    padding-inline: 13px;
  }

  .section-pad {
    padding-inline: 14px;
  }

  .contract-panel {
    padding-right: 14px;
    padding-left: 18px;
  }

  .social-link {
    font-size: 0.72rem;
  }

  .gallery-grid {
    gap: 6px;
  }
}

@media (max-width: 640px) and (max-height: 700px) {
  .hero {
    padding-top: 24px;
  }

  .wordmark {
    width: 88%;
    margin-bottom: -12px;
  }

  h1 {
    font-size: clamp(2rem, 10.5vw, 2.65rem);
  }

  .hero-subline {
    margin: 8px 0 14px;
  }

  .hero-character {
    max-height: 290px;
  }

  .contract-panel {
    min-height: 76px;
    padding-block: 14px;
  }

  .social-links {
    margin-top: 9px;
  }

  .social-link {
    min-height: 52px;
  }
}

@media (min-width: 1100px) and (max-height: 820px) {
  .hero {
    padding: 42px 58px;
  }

  .wordmark {
    width: min(470px, 100%);
    margin-bottom: -10px;
  }

  h1 {
    font-size: clamp(2.2rem, 4.1vw, 3.65rem);
  }

  .hero-character {
    max-height: 530px;
  }
}

@media (min-width: 641px) and (max-width: 980px) and (orientation: landscape) and (max-height: 520px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    top: max(6px, env(safe-area-inset-top));
    min-height: 52px;
  }

  main {
    padding-top: calc(70px + env(safe-area-inset-top));
  }

  .hero {
    min-height: calc(100svh - 78px - env(safe-area-inset-top));
    grid-template-columns: minmax(0, 0.92fr) minmax(260px, 1.08fr);
    grid-template-rows: auto auto;
    gap: 2px 14px;
    padding: 18px 28px;
  }

  .hero-copy,
  .hero-actions {
    text-align: left;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-actions {
    width: 100%;
    grid-column: 1;
    grid-row: 2;
  }

  .eyebrow,
  .hero-subline,
  .link-status {
    display: none;
  }

  .wordmark {
    width: min(270px, 86%);
    margin: -16px 0 -10px -10px;
  }

  h1 {
    max-width: 350px;
    margin: 0;
    font-size: clamp(2rem, 5.3vw, 2.75rem);
  }

  .hero-visual {
    width: 100%;
    max-width: 390px;
    margin: 0;
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
  }

  .hero-character {
    max-height: calc(100svh - 104px - env(safe-area-inset-top));
  }

  .contract-panel {
    min-height: 64px;
    margin: 0;
    padding: 13px 17px 13px 22px;
  }

  .social-links {
    margin: 6px 0 0;
    gap: 5px;
  }

  .social-link {
    min-height: 48px;
    padding: 8px 6px;
    font-size: 0.7rem;
  }

  .quiet-label {
    top: 2%;
    right: 0;
  }

  .thing-section {
    grid-template-columns: minmax(0, 0.8fr) minmax(300px, 1.2fr);
  }

  .thing-copy {
    text-align: left;
  }

  .sequence-grid,
  .gallery-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .final-section {
    grid-template-columns: minmax(230px, 0.78fr) minmax(340px, 1.22fr);
  }
}

@media (hover: none) {
  .social-link:hover,
  .sequence-card:hover img,
  .gallery-card:hover,
  .final-links a:hover {
    transform: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
