@font-face {
  font-family: "Grandstander";
  src: url("/assets/fonts/Grandstander-900.ttf") format("truetype");
  font-display: swap;
  font-weight: 900;
}

:root {
  color-scheme: light;
  --paper: #fbfaf4;
  --white: #ffffff;
  --ink: #12261f;
  --muted: #51645d;
  --forest: #173b30;
  --forest-2: #285848;
  --teal: #168f88;
  --teal-soft: #dff6f3;
  --coral: #ec624c;
  --coral-soft: #ffe7df;
  --sky: #78a9d8;
  --sky-soft: #e5f1fb;
  --yellow: #f3c650;
  --yellow-soft: #fff4c9;
  --line: #d9e1dc;
  --shadow: 0 20px 54px rgba(27, 67, 53, 0.16);
  --shadow-small: 0 10px 28px rgba(27, 67, 53, 0.12);
  --display: "Grandstander", "Arial Rounded MT Bold", sans-serif;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --content: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

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

img[src^="/assets/screens/"] {
  aspect-ratio: 621 / 1344;
  height: auto;
  object-fit: contain;
}

button,
input,
textarea,
select {
  font: inherit;
  letter-spacing: 0;
}

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

a {
  color: var(--forest-2);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

a:hover {
  color: var(--coral);
}

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
}

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

.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 40px), 780px);
  margin-inline: auto;
}

.site-header {
  position: relative;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid rgba(18, 38, 31, 0.1);
  background: rgba(251, 250, 244, 0.96);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-links a {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--coral);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  background: var(--coral);
  color: var(--white);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 8px 0 #b33f31;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(2px);
  background: #d94f3c;
  color: var(--white);
  box-shadow: 0 6px 0 #a8382c;
}

.button:active {
  transform: translateY(7px);
  box-shadow: 0 1px 0 #a8382c;
}

.button--secondary {
  border-color: var(--ink);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 8px 0 var(--ink);
}

.button--secondary:hover {
  background: var(--yellow-soft);
  color: var(--ink);
  box-shadow: 0 6px 0 var(--ink);
}

.button--small {
  min-height: 42px;
  padding: 9px 14px;
  font-size: 14px;
  box-shadow: none;
}

.button--small:hover {
  transform: none;
  box-shadow: none;
}

.button--disabled,
.button[aria-disabled="true"] {
  background: var(--forest);
  box-shadow: none;
  cursor: default;
}

.button--disabled:hover,
.button[aria-disabled="true"]:hover {
  transform: none;
  background: var(--forest);
}

.hero {
  position: relative;
  height: calc(100svh - 96px);
  min-height: 590px;
  max-height: 760px;
  overflow: hidden;
  background: var(--teal-soft);
}

.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
}

.hero-shot {
  position: absolute;
  right: max(4vw, 28px);
  bottom: -19%;
  width: min(35vw, 420px);
  filter: drop-shadow(0 24px 32px rgba(19, 63, 53, 0.24));
  transform: rotate(2deg);
}

.hero-mascot {
  position: absolute;
  right: min(31vw, 390px);
  bottom: 1%;
  width: min(18vw, 210px);
  filter: drop-shadow(0 18px 24px rgba(19, 63, 53, 0.18));
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  align-items: center;
}

.hero-copy {
  width: min(620px, 58%);
  padding-block: 56px;
}

.hero-icon {
  width: 76px;
  height: 76px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: var(--shadow-small);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--coral);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--display);
  line-height: 1.04;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 16px;
  font-size: 76px;
}

h2 {
  margin-bottom: 18px;
  font-size: 46px;
}

h3 {
  margin-bottom: 12px;
  font-size: 25px;
}

.hero-lede {
  max-width: 580px;
  margin: 0 0 28px;
  color: #2f4c42;
  font-size: 23px;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-note {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.proof-band {
  background: var(--forest);
  color: var(--white);
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 118px;
  align-items: center;
}

.proof-item {
  padding: 20px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
}

.proof-item:last-child {
  border-right: 0;
}

.proof-number {
  display: block;
  font-family: var(--display);
  font-size: 32px;
  line-height: 1.1;
}

.proof-label {
  color: #c9e4d9;
  font-size: 14px;
}

.section {
  padding: 104px 0;
}

.section--white {
  background: var(--white);
}

.section--sky {
  background: var(--sky-soft);
}

.section--yellow {
  background: var(--yellow-soft);
}

.section--coral {
  background: var(--coral-soft);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 20px;
}

.split-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 80px;
}

.split-band--reverse .split-media {
  order: 2;
}

.split-media img {
  width: 100%;
  max-height: 660px;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(19, 63, 53, 0.15));
}

.feature-list {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.feature-list strong {
  display: block;
  margin-bottom: 2px;
}

.step-number {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--display);
  line-height: 1;
}

.quiz-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  align-items: center;
  gap: 76px;
}

.bird-quiz {
  min-height: 520px;
  padding: 32px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 10px 10px 0 var(--ink);
}

.quiz-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.quiz-visual {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 16 / 6;
  margin: 20px 0;
  place-items: center;
  overflow: hidden;
  border-radius: 6px;
  background: var(--teal-soft);
}

.quiz-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quiz-visual .quiz-placeholder {
  padding: 16px;
  color: var(--forest-2);
  text-align: center;
}

.quiz-play {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 6px;
  background: var(--forest);
  color: var(--white);
  font-weight: 900;
  cursor: pointer;
}

.quiz-play:hover {
  background: var(--teal);
}

.quiz-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.quiz-option {
  min-height: 50px;
  padding: 10px;
  border: 2px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.quiz-option:hover:not(:disabled) {
  border-color: var(--teal);
  background: var(--teal-soft);
}

.quiz-option.is-correct {
  border-color: #2b8f50;
  background: #e5f6e9;
}

.quiz-option.is-wrong {
  border-color: var(--coral);
  background: var(--coral-soft);
}

.quiz-feedback {
  min-height: 52px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.quiz-next {
  width: 100%;
  margin-top: 8px;
}

.quiz-source {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.screens-shell {
  position: relative;
}

.screens-track {
  display: grid;
  grid-auto-columns: minmax(240px, 290px);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 4px 28px;
  scroll-snap-type: x mandatory;
  scrollbar-color: var(--teal) transparent;
}

.screen-card {
  margin: 0;
  scroll-snap-align: start;
}

.screen-card img {
  width: 100%;
  aspect-ratio: 621 / 1344;
  border: 1px solid rgba(18, 38, 31, 0.14);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow-small);
}

.screen-card figcaption {
  padding: 12px 2px 0;
  color: var(--muted);
  font-size: 14px;
}

.screens-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 14px;
}

.icon-button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 6px;
  background: var(--white);
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.icon-button:hover {
  background: var(--yellow-soft);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.guide-card {
  display: flex;
  min-height: 280px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  box-shadow: var(--shadow-small);
  transition: transform 160ms ease, border-color 160ms ease;
}

.guide-card:hover {
  transform: translateY(-4px);
  border-color: var(--teal);
  color: var(--ink);
}

.guide-card:nth-child(3n + 1) {
  border-top: 6px solid var(--teal);
}

.guide-card:nth-child(3n + 2) {
  border-top: 6px solid var(--coral);
}

.guide-card:nth-child(3n + 3) {
  border-top: 6px solid var(--sky);
}

.guide-card .tag {
  align-self: flex-start;
  margin-bottom: 20px;
}

.guide-card p {
  margin: 0 0 22px;
  color: var(--muted);
}

.guide-card .learn-more {
  margin-top: auto;
  color: var(--forest-2);
  font-weight: 900;
}

.tag {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--forest-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.faq-list {
  border-top: 2px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 48px 24px 0;
  font-family: var(--display);
  font-size: 21px;
  line-height: 1.3;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  position: absolute;
  top: 23px;
  right: 4px;
  content: "+";
  font-family: var(--body);
  font-size: 28px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-answer {
  max-width: 760px;
  padding: 0 0 24px;
  color: var(--muted);
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: var(--forest);
  color: var(--white);
}

.cta-band .container {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  gap: 64px;
}

.cta-band h2 {
  margin-bottom: 14px;
}

.cta-band p {
  max-width: 650px;
  margin: 0 0 28px;
  color: #c9e4d9;
  font-size: 19px;
}

.cta-mascot {
  align-self: end;
  width: 260px;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.2));
}

.site-footer {
  padding: 64px 0 32px;
  background: #0d211b;
  color: #bdd2c9;
}

.site-footer .brand {
  color: var(--white);
}

.site-footer a {
  color: #bdd2c9;
}

.site-footer a:hover {
  color: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 48px;
}

.footer-brand p {
  max-width: 330px;
  margin: 18px 0;
}

.footer-title {
  margin: 0 0 12px;
  color: var(--white);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a {
  color: #bdd2c9;
  text-decoration: none;
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.guide-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background: var(--forest);
  color: var(--white);
}

.guide-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.guide-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 520px;
  max-width: 850px;
  flex-direction: column;
  justify-content: center;
  padding-block: 72px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  color: #c9e4d9;
  font-size: 14px;
}

.breadcrumbs a {
  color: #c9e4d9;
}

.guide-hero h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: 58px;
}

.guide-hero p {
  max-width: 720px;
  margin: 0;
  color: #d9eee5;
  font-size: 21px;
}

.article-shell {
  display: grid;
  grid-template-columns: 250px minmax(0, 760px);
  justify-content: center;
  gap: 64px;
  padding: 80px 0 104px;
}

.toc {
  position: sticky;
  top: 28px;
  align-self: start;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.toc strong {
  display: block;
  margin-bottom: 12px;
  font-family: var(--display);
}

.toc a {
  display: block;
  padding: 6px 0;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.toc a:hover {
  color: var(--coral);
}

.article-content {
  min-width: 0;
}

.article-meta {
  margin-bottom: 40px;
  color: var(--muted);
  font-size: 14px;
}

.article-content h2 {
  margin-top: 64px;
  font-size: 38px;
}

.article-content h3 {
  margin-top: 38px;
  font-size: 25px;
}

.article-content p,
.article-content li {
  color: #2d443b;
}

.article-content p {
  margin: 0 0 22px;
}

.article-content ul,
.article-content ol {
  margin: 0 0 28px;
  padding-left: 24px;
}

.article-content li + li {
  margin-top: 10px;
}

.article-content figure {
  margin: 36px 0;
}

.article-content figure img {
  width: 100%;
  border-radius: 8px;
}

.article-content figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 13px;
}

.callout {
  margin: 36px 0;
  padding: 24px;
  border-left: 6px solid var(--coral);
  background: var(--coral-soft);
}

.callout--teal {
  border-left-color: var(--teal);
  background: var(--teal-soft);
}

.callout strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--display);
  font-size: 20px;
}

.species-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 32px 0;
}

.species-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

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

.species-card__body {
  padding: 14px;
}

.species-card strong,
.species-card em {
  display: block;
}

.species-card em {
  color: var(--muted);
  font-size: 12px;
}

.article-sources {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 2px solid var(--ink);
}

.article-sources h2 {
  margin-top: 0;
  font-size: 28px;
}

.article-sources li {
  font-size: 14px;
}

.related-guides {
  padding: 80px 0;
  background: var(--sky-soft);
}

.support-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
}

.support-details {
  padding: 28px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 8px 8px 0 var(--ink);
}

.legal-page {
  width: min(calc(100% - 40px), 780px);
  margin-inline: auto;
  padding: 72px 0 104px;
}

.legal-page h1 {
  font-size: 52px;
}

.legal-page h2 {
  margin-top: 48px;
  font-size: 28px;
}

.legal-page p,
.legal-page li {
  color: #2d443b;
}

@media (max-width: 980px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 40px;
  }

  .hero-copy {
    width: 64%;
  }

  .hero-shot {
    right: -4%;
    width: 41vw;
  }

  .hero-mascot {
    right: 29vw;
    width: 17vw;
  }

  .split-band,
  .quiz-layout {
    gap: 48px;
  }

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

  .article-shell {
    grid-template-columns: 210px minmax(0, 680px);
    gap: 40px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 16px;
  }

  .container,
  .narrow {
    width: min(calc(100% - 32px), var(--content));
  }

  .site-header {
    height: 64px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    padding: 16px;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
    box-shadow: var(--shadow-small);
  }

  .nav-links.is-open {
    display: grid;
    gap: 4px;
  }

  .nav-links a {
    min-height: 46px;
    padding: 12px;
  }

  .nav-links .button {
    margin-top: 6px;
  }

  .hero {
    height: calc(100svh - 88px);
    min-height: 560px;
    max-height: 720px;
  }

  .hero-copy {
    width: 86%;
    align-self: flex-start;
    padding-top: 44px;
  }

  .hero-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 14px;
  }

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 36px;
  }

  .hero-lede {
    max-width: 520px;
    font-size: 19px;
  }

  .hero-shot {
    right: -24%;
    bottom: -11%;
    width: 67vw;
    opacity: 0.38;
  }

  .hero-mascot {
    right: -2%;
    bottom: 2%;
    width: 34vw;
    opacity: 0.72;
  }

  .hero-copy {
    z-index: 3;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(2) {
    border-right: 0;
  }

  .proof-item:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .section {
    padding: 76px 0;
  }

  .split-band,
  .quiz-layout,
  .cta-band .container,
  .support-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .split-band--reverse .split-media {
    order: initial;
  }

  .split-media img {
    max-height: 520px;
  }

  .bird-quiz {
    min-height: 510px;
    padding: 22px;
    box-shadow: 7px 7px 0 var(--ink);
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 240px;
  }

  .cta-band .container {
    text-align: left;
  }

  .cta-mascot {
    display: none;
  }

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

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

  .guide-hero,
  .guide-hero__inner {
    min-height: 500px;
  }

  .guide-hero h1 {
    font-size: 46px;
  }

  .guide-hero p {
    font-size: 18px;
  }

  .article-shell {
    display: block;
    padding: 52px 0 80px;
  }

  .toc {
    position: static;
    margin-bottom: 42px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
  }

  .article-content h2 {
    margin-top: 52px;
    font-size: 34px;
  }

  .species-grid {
    grid-template-columns: 1fr;
  }

  .species-card {
    display: grid;
    grid-template-columns: 120px 1fr;
  }

  .species-card img {
    height: 100%;
  }
}

@media (max-width: 460px) {
  .hero-copy {
    width: 100%;
  }

  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 33px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 310px);
  }

  .proof-number {
    font-size: 28px;
  }

  .quiz-options {
    grid-template-columns: 1fr;
  }

  .screens-track {
    grid-auto-columns: minmax(220px, 76vw);
  }

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

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (max-width: 760px) and (max-height: 700px) {
  .hero {
    min-height: 0;
  }

  .hero-copy {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-icon,
  .hero-note {
    display: none;
  }

  .hero-lede {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 1.4;
  }

  .hero h1 {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .hero-actions {
    gap: 10px;
  }
}

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

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