/* Plain CSS. No CSS framework or build step is required. */
*, ::before, ::after { box-sizing: border-box; border: 0 solid; }
html { line-height: 1.5; -webkit-text-size-adjust: 100%; tab-size: 4; -webkit-tap-highlight-color: transparent; }
body { margin: 0; line-height: inherit; }
button, input, select, textarea { font: inherit; color: inherit; letter-spacing: inherit; border-radius: 0; background: transparent; opacity: 1; }
button { appearance: button; }
a { color: inherit; text-decoration: inherit; }
b, strong { font-weight: bolder; }
img, svg { vertical-align: middle; }
ul, ol { list-style: none; padding: 0; margin: 0; }
figure { margin: 0; }
[hidden] { display: none !important; }
:root {
  --primary: #70961c;
  --primary-dark: #4e7b00;
  --primary-light: #9eb216;
  --teal: #469879;
  --orange: #fe9000;
  --gold: #e2a500;
  --device: #eaf0e8;
  --background: #fff;
  --foreground: #202c20;
  --muted: #62695e;
  --border: #dde3d8;
  --radius: 1rem;
  --text-caption: 0.75rem;
  --text-small: 0.875rem;
  --text-body: 1rem;
  --text-card-title: 1.25rem;
  --weight-action: 600;
  --weight-heading: 650;
  --leading-body: 1.75;
  --leading-small: 1.6;
  font-family: 'Segoe UI', Arial, sans-serif;
  color: var(--foreground);
  background: var(--background);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}
body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  display: block;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
  font-weight: var(--weight-heading);
  letter-spacing: -0.045em;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--primary-dark);
  outline-offset: 5px;
}
.section-shell {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #fff;
  padding: 12px 20px;
  z-index: 100;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fffffff2;
  backdrop-filter: blur(16px);
  border-bottom: 1px solid #edf0e8;
}
.nav-shell {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: 2rem;
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}
.brand img {
  width: 45px;
  height: 48px;
  object-fit: contain;
}
.brand-period {
  color: var(--primary);
}
.desktop-nav {
  display: flex;
  gap: 31px;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 550;
}
.desktop-nav a {
  padding: 12px 0;
  transition: color 0.2s;
}
.desktop-nav a:hover,
.desktop-nav a[aria-current] {
  color: var(--primary-dark);
}
.desktop-nav a[aria-current] {
  box-shadow: 0 2px var(--primary);
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button {
  display: inline-flex;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  gap: 18px;
  padding: 13px 23px;
  border-radius: 100px;
  font-size: 0.9375rem;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  line-height: 1.4;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #fff;
  background: var(--primary-dark);
}
.button-primary:hover {
  background: #3e6200;
  box-shadow: 0 5px 20px #4e7b0020;
}
.button-outline {
  border-color: #c8d0bf;
  background: #fff9;
}
.button-outline:hover {
  background: var(--device);
}
.button-white {
  color: var(--foreground);
  background: #fff;
}
.button-dark {
  color: #fff;
  background: var(--foreground);
}
.nav-download {
  min-height: 45px;
  font-size: 0.875rem;
  padding-inline: 20px;
  gap: 14px;
}
.mobile-menu-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: white;
}
.mobile-menu {
  padding: 40px 26px;
  width: min(88vw, 380px) !important;
}
.mobile-menu .menu-title {
  font-size: 1.5rem;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 20px;
  font-size: 1.2rem;
}
.mobile-menu nav a {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--primary-dark);
}
.brand-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: var(--primary);
  flex-shrink: 0;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.03fr;
  gap: 20px;
  min-height: 690px;
  align-items: center;
  padding-block: 45px 62px;
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.hero h1 {
  font-size: clamp(3.4rem, 5.25vw, 4.65rem);
  line-height: 1.055;
  margin: 23px 0;
  letter-spacing: -0.055em;
}
.hero h1 span {
  color: var(--primary-dark);
}
.hero-description {
  max-width: 460px;
  color: var(--muted);
  font-size: 1.075rem;
  line-height: 1.8;
}
.button-row {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 29px;
}
.hero-note {
  display: flex;
  gap: 8px;
  color: #656e5b;
  font-size: 0.8rem;
  margin-top: 37px;
  align-items: center;
}
.hero-note svg {
  color: var(--primary-dark);
}
.hero-visual {
  position: relative;
  isolation: isolate;
  padding: 70px 0 40px;
}
.hero-orbit {
  position: absolute;
  inset: 20px 0 22px 10px;
  border-radius: 48% 48% 43% 43%;
  background: #f0f5e5;
  z-index: -1;
  transform: rotate(-7deg);
}
.hero-product {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  transform: rotate(-3deg);
}
.visual-label {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  background: #e8efcf;
  border: 1px solid #d7e2b5;
  color: #4a621a;
  padding: 9px 14px;
  border-radius: 30px;
  font-size: 0.75rem;
  z-index: 2;
}
.visit-badge {
  position: absolute;
  bottom: 56px;
  left: 0;
  max-width: 95%;
  padding: 13px 18px 13px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 15px;
  box-shadow: 0 10px 40px #253a1720;
  border: 1px solid #fff;
  background: #fffffff5;
  transform: rotate(-3deg);
}
.visit-badge strong {
  display: block;
  font-size: 0.86rem;
  line-height: 1.4;
}
.visit-badge div > span {
  display: block;
  font-size: 0.68rem;
  margin-top: 3px;
  color: var(--muted);
}
.visit-icon {
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #eef4df;
  display: grid;
  place-items: center;
  color: var(--primary-dark);
}
.hero-caption {
  display: block;
  text-align: right;
  margin-top: 28px;
  color: #6a7263;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
}
.feature-ribbon {
  background: #f3f6ec;
  border-block: 1px solid #e5ebdb;
}
.ribbon-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-block: 24px;
  font-size: 0.86rem;
  font-weight: 550;
}
.ribbon-inner > span,
.ribbon-inner > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ribbon-inner svg {
  width: 22px;
  height: 22px;
  color: var(--primary-dark);
  stroke-width: 1.5;
}
.ribbon-inner > a {
  font-size: 0.75rem;
  color: #59644d;
}
.site-footer {
  padding-block: 64px 26px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  gap: 40px;
  padding-bottom: 52px;
}
.footer-top p {
  color: var(--muted);
  margin-top: 17px;
  font-size: 0.875rem;
}
.footer-top nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  gap: 18px;
  font-size: 0.875rem;
}
.footer-top nav a {
  display: flex;
  gap: 7px;
  align-items: center;
}
.footer-contact {
  padding-top: 6px;
}
.footer-contact > span {
  font-size: 0.6875rem;
  letter-spacing: 0.15em;
  color: var(--muted);
}
.footer-contact > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-top: 9px;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 0.75rem;
  flex-wrap: wrap;
}
.footer-bottom > div {
  display: flex;
  gap: 24px;
}
.footer-signoff {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
}
@media (min-width: 1500px) {
  .hero {
    min-height: 740px;
  }
}
@media (max-width: 1050px) {
  .section-shell {
    width: calc(100% - 56px);
  }
  .desktop-nav {
    gap: 18px;
    font-size: 0.8rem;
  }
  .hero {
    min-height: 610px;
  }
  .hero h1 {
    font-size: 3.6rem;
  }
  .ribbon-inner > a {
    display: none;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .footer-contact {
    grid-column: 1 / -1;
  }
}
@media (max-width: 900px) {
  html {
    scroll-padding-top: 6rem;
  }
  .section-shell {
    width: calc(100% - 40px);
  }
  .nav-shell {
    height: 76px;
    gap: 8px;
  }
  .brand {
    font-size: 1.65rem;
  }
  .brand img {
    width: 34px;
    height: 40px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu-button {
    display: flex;
  }
  .nav-download {
    padding: 10px 13px;
    min-height: 40px;
    font-size: 0.75rem;
    gap: 6px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 47px;
    padding-bottom: 27px;
    gap: 28px;
  }
  .eyebrow {
    font-size: 0.625rem;
    letter-spacing: 0.13em;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 10.9vw, 4.6rem);
    margin-block: 20px;
  }
  .hero-description {
    font-size: 1rem;
    max-width: 540px;
  }
  .button {
    font-size: 0.8125rem;
    min-height: 48px;
    padding-inline: 17px;
    gap: 12px;
  }
  .nav-download {
    min-height: 40px;
    font-size: 0.75rem;
    padding-inline: 12px;
    gap: 6px;
  }
  .hero-note {
    margin-top: 25px;
    font-size: 0.75rem;
  }
  .hero-visual {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
  }
  .hero-orbit {
    inset: 10px 2px 25px;
  }
  .visual-label {
    top: 6px;
    font-size: 0.6875rem;
  }
  .hero-caption {
    margin-top: 29px;
    font-size: 0.55rem;
  }
  .visit-badge {
    bottom: 45px;
    left: 5px;
    padding: 10px;
  }
  .visit-badge strong {
    font-size: 0.75rem;
  }
  .visit-badge div > span {
    font-size: 0.625rem;
  }
  .visit-icon {
    width: 36px;
    height: 36px;
  }
  .ribbon-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 22px;
    padding-block: 22px;
    font-size: 0.75rem;
  }
  .ribbon-inner svg {
    width: 18px;
    height: 18px;
  }
  .site-footer {
    padding-top: 42px;
  }
  .footer-top {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-bottom: 32px;
  }
  .footer-top nav {
    gap: 18px;
  }
  .footer-contact {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 17px;
  }
}
@media (max-width: 360px) {
  .section-shell {
    width: calc(100% - 32px);
  }
  .brand {
    font-size: 1.4rem;
  }
  .brand img {
    width: 29px;
  }
  .nav-actions {
    gap: 6px;
  }
  .nav-download {
    font-size: 0.6875rem;
    padding-inline: 10px;
  }
  .mobile-menu-button {
    width: 37px;
    height: 37px;
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .button-row {
    gap: 9px;
  }
  .button-row .button {
    padding-inline: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

/* Editorial product sections. */
.story-section {
  padding-block: 102px 106px;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 39px;
}
.section-heading h2,
.app-copy h2 {
  font-size: clamp(2.25rem, 3.7vw, 3.25rem);
  margin-top: 16px;
}
.section-heading > p {
  color: var(--muted);
  max-width: 390px;
  font-size: 0.9375rem;
  line-height: 1.8;
  padding-bottom: 4px;
}
.experience-grid {
  display: grid;
  grid-template-columns: 1.45fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}
.experience-card {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  padding: 34px;
}
.experience-card h3 {
  font-size: 2rem;
  margin-top: 12px;
}
.experience-card p {
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 14px;
  max-width: 380px;
}
.card-kicker {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.icon-tile {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  margin-bottom: 20px;
  background: #ffffff30;
}
.clarity-card {
  grid-row: span 2;
  min-height: 692px;
  background: #edf1e6;
}
.clarity-card .card-copy {
  position: relative;
  z-index: 2;
  max-width: 360px;
}
.clarity-card .icon-tile {
  background: #dfe8cf;
  color: var(--primary-dark);
}
.clarity-card .card-kicker {
  color: #62764b;
}
.clarity-card p {
  color: #59644e;
}
.bird-detail-photo {
  position: absolute;
  inset: 340px 0 0;
  overflow: hidden;
  border-radius: 0 0 25px 25px;
}
.bird-detail-photo img {
  position: absolute;
  width: 135%;
  max-width: none;
  height: auto;
  bottom: -10px;
  right: 0;
}
.photo-chip {
  position: absolute;
  bottom: 22px;
  left: 26px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #ffffffed;
  padding: 8px 14px;
  font-size: 0.625rem;
  font-weight: 650;
  letter-spacing: 0.08em;
}
.photo-chip span {
  width: 3px;
  height: 3px;
  background: var(--primary);
  border-radius: 50%;
}
.discovery-card {
  background: #e9eead;
  padding-right: 24px;
}
.discovery-card .icon-tile {
  background: #ffffff70;
}
.discovery-card h3 {
  max-width: 260px;
}
.species-number {
  position: absolute;
  top: 94px;
  right: 26px;
  font-size: clamp(2.4rem, 3.7vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.06em;
  color: #4f6709;
  transform: rotate(-6deg);
  opacity: 0.9;
}
.species-number span {
  font-size: 1.7rem;
  vertical-align: top;
}
.species-caption {
  display: block;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  margin-top: 17px;
  color: #546215;
}
.experience-card .subscription-note {
  font-size: 0.75rem;
  color: #58632b;
  max-width: 400px;
  margin-top: 7px;
}
.alerts-card {
  background: #f9e8d5;
}
.alerts-card .icon-tile {
  background: #ffffff70;
  color: #a45a00;
}
.alerts-card .card-kicker {
  color: #93631c;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--primary-dark);
}
.alerts-card .text-link {
  margin-top: 20px;
  color: #794910;
}
.feeder-section {
  background: #f4f6f0;
  padding-block: 85px 40px;
}
.feeder-section .section-heading h2 span {
  color: var(--primary-dark);
}
.backyard-photo {
  margin: 0;
  position: relative;
}
.backyard-photo img {
  width: 100%;
  height: auto;
  border-radius: 25px;
}
.backyard-photo figcaption {
  position: absolute;
  left: 25px;
  top: 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #ffffffe8;
  padding: 9px 14px;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.09em;
}
.feeder-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px;
  margin-top: 42px;
}
.feeder-benefits article > svg {
  color: var(--primary-dark);
  width: 27px;
  height: 27px;
  stroke-width: 1.5;
  margin-bottom: 20px;
}
.feeder-benefits h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.feeder-benefits p {
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.8;
}
.connection-note {
  display: flex;
  gap: 9px;
  border-top: 1px solid #dce2d5;
  margin-top: 34px;
  padding-top: 25px;
  color: #626b58;
  font-size: 0.75rem;
  align-items: center;
}
.app-section {
  padding-block: 110px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center;
}
.app-visual {
  min-width: 0;
  background: #eef2e9;
  border-radius: 28px;
  overflow: hidden;
}
.app-image-window {
  position: relative;
  height: 430px;
  overflow: hidden;
  background: #b9def3;
}
.app-image-window img {
  position: absolute;
  height: 600px;
  width: 1464px;
  max-width: none;
  left: -760px;
  top: -158px;
}
.app-visual-footer {
  display: flex;
  padding: 22px 25px;
  align-items: center;
  gap: 13px;
}
.app-visual-footer > img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
.app-visual-footer strong {
  display: block;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.app-visual-footer span {
  font-size: 0.75rem;
  color: var(--muted);
}
.app-visual-footer svg {
  margin-left: auto;
  color: var(--primary-dark);
  stroke-width: 1.5;
}
.app-copy > p:not(.eyebrow) {
  margin-top: 22px;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.8;
}
.app-features {
  padding: 0;
  margin: 25px 0 30px;
  display: grid;
  gap: 15px;
  list-style: none;
}
.app-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.875rem;
}
.app-features svg {
  width: 20px;
  height: 20px;
  color: var(--primary-dark);
  stroke-width: 1.7;
}
.app-copy > .app-availability {
  font-size: 0.75rem !important;
  margin-top: 14px !important;
}
.app-copy > .app-disclaimer {
  font-size: 0.6875rem !important;
  margin-top: 14px !important;
  line-height: 1.6 !important;
}
.getting-started {
  padding-bottom: 95px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.steps-grid article {
  position: relative;
  padding: 30px;
  border: 1px solid #e3e7db;
  border-radius: 20px;
}
.step-number {
  position: absolute;
  right: 24px;
  top: 17px;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: #e3e9d6;
}
.steps-grid article > svg {
  color: var(--primary-dark);
  margin-bottom: 28px;
}
.steps-grid h3 {
  font-size: 1.3rem;
}
.steps-grid p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--muted);
  margin-top: 13px;
}
.care-banner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  background: #283e21;
  color: white;
  border-radius: 28px;
  overflow: hidden;
  margin-bottom: 25px;
}
.care-banner > div:first-child {
  padding: 53px 58px;
}
.care-banner .eyebrow {
  color: #c3d391;
}
.care-banner h2 {
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  margin-top: 20px;
}
.care-banner p:not(.eyebrow) {
  color: #d0d9c9;
  font-size: 0.875rem;
  margin-block: 20px 25px;
}
.care-photo {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}
.care-photo img {
  position: absolute;
  width: 205%;
  max-width: none;
  height: auto;
  right: 0;
  top: -42%;
}

/* Support follows the app's actual contact channels. */
.support-main {
  padding-block: 67px 35px;
}
.support-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 43px;
}
.support-intro h1,
.chat-intro h1 {
  font-size: clamp(2.8rem, 4.6vw, 4.2rem);
  margin: 19px 0 20px;
}
.support-intro h1 span,
.chat-intro h1 span {
  color: var(--primary-dark);
}
.support-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}
.official-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 17px;
  color: #52732e;
  background: #f2f6e8;
  font-size: 0.8125rem;
  border-radius: 30px;
  white-space: nowrap;
  margin-bottom: 5px;
}
.support-options {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 22px;
}
.support-card {
  position: relative;
  border-radius: 25px;
  padding: 36px;
  overflow: hidden;
  min-width: 0;
  display: block;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.support-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px #293f1712;
}
.support-card > :not(.support-texture) {
  position: relative;
  z-index: 1;
}
.support-texture {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.4;
  pointer-events: none;
}
.support-icon {
  display: grid;
  place-items: center;
  width: 61px;
  height: 61px;
  border-radius: 19px;
  margin-bottom: 27px;
}
.support-card .card-kicker {
  font-size: var(--text-caption);
  letter-spacing: 0.13em;
}
.support-card h2 {
  font-size: 2.6rem;
  margin-top: 11px;
}
.support-card p {
  margin-top: 17px;
  font-size: 0.9375rem;
  line-height: 1.8;
}
.support-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 650;
  margin-top: 38px;
  padding-top: 21px;
  border-top: 1px solid #ffffff40;
}
.chat-card {
  background: var(--primary-dark);
  color: white;
}
.chat-card .support-icon {
  background: #ffffff26;
}
.chat-card .card-kicker,
.chat-card p {
  color: #f2f8e5;
}
.phone-card {
  background: #eeeecb;
}
.phone-card .support-icon {
  background: #ffffff85;
  color: #4a6724;
}
.phone-card .card-kicker {
  color: #687130;
}
.phone-card h2 {
  font-size: clamp(1.75rem, 2.55vw, 2.35rem);
  white-space: nowrap;
  letter-spacing: -0.035em;
}
.service-hours {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  margin-top: 17px;
}
.service-hours svg {
  margin-top: 5px;
  color: #566637;
}
.service-hours p {
  margin-top: 0;
  color: #58613f;
}
.phone-card .support-cta {
  border-color: #d3d6ac;
}
.email-card {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 29px;
  background: #eff3ea;
  border: 1px solid #e5eadc;
  padding-block: 32px;
}
.email-card .support-icon {
  background: #e0e9d4;
  color: var(--primary-dark);
  flex-shrink: 0;
  margin-bottom: 0;
}
.email-card h2 {
  margin-top: 8px;
  font-size: 2rem;
  overflow-wrap: anywhere;
}
.email-card .card-kicker {
  color: #69745c;
}
.email-card p {
  margin-top: 9px;
  color: var(--muted);
  font-size: 0.875rem;
}
.email-arrow {
  margin-left: auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #ced9c2;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.support-resources {
  margin-top: 62px;
  display: grid;
  grid-template-columns: 0.9fr 1fr 1fr;
  align-items: center;
  gap: 24px;
}
.support-resources h2 {
  font-size: 1.7rem;
  margin-top: 13px;
}
.support-resources > a {
  display: flex;
  gap: 15px;
  align-items: center;
  min-height: 116px;
  padding: 22px;
  border: 1px solid var(--border);
  border-radius: 17px;
}
.support-resources > a > svg {
  color: var(--primary-dark);
}
.support-resources > a > svg:last-child {
  width: 18px;
  margin-left: auto;
}
.support-resources h3 {
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.support-resources p {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 6px;
}
.support-bottom-note {
  margin-top: 43px;
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.75rem;
}
.support-bottom-note > span,
.support-bottom-note a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.support-bottom-note a {
  color: var(--primary-dark);
  font-weight: 600;
}
.live-chat-main {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 68px;
  padding-block: 50px 70px;
  align-items: start;
}
.back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.8125rem;
  margin-bottom: 43px;
}
.chat-intro h1 {
  font-size: clamp(2.5rem, 3.55vw, 3.25rem);
  margin-block: 20px;
}
.chat-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.8;
  max-width: 390px;
}
.chat-trust {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--primary-dark);
  font-size: 0.8125rem;
  margin-top: 25px;
}
.chat-tips {
  border-top: 1px solid var(--border);
  margin-top: 32px;
  padding-top: 29px;
  display: grid;
  gap: 23px;
}
.chat-tips article {
  display: flex;
  gap: 17px;
}
.chat-tips article > span {
  color: var(--primary-dark);
  font-size: 0.75rem;
  font-weight: 650;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #f0f5e5;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.chat-tips h2 {
  font-size: 0.9rem;
  letter-spacing: -0.01em;
  margin-top: 4px;
}
.chat-tips p {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 8px;
}
.chat-email {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  font-size: 0.75rem;
  color: var(--muted);
}
.chat-email strong {
  display: block;
  color: var(--primary-dark);
  font-size: 0.875rem;
  font-weight: 550;
}
.chat-shell {
  border-radius: 24px;
  border: 1px solid #dbe3d1;
  box-shadow: 0 20px 65px #293f1710;
  overflow: hidden;
  min-width: 0;
  background: white;
}
.chat-shell > header {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 20px 24px;
  background: #f2f6ea;
}
.chat-shell > header > img {
  border-radius: 12px;
}
.chat-shell > header span {
  font-size: 0.625rem;
  letter-spacing: 0.12em;
  color: #5b7044;
}
.chat-shell h2 {
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  margin-top: 3px;
}
.chat-shell > header > a {
  margin-left: auto;
  border: 1px solid #d7e1ca;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--primary-dark);
}
.chat-frame-wrap {
  position: relative;
  height: 570px;
  background: white;
}
.chat-frame-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.chat-loading {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.875rem;
  background: white;
  pointer-events: none;
}
.loading-dot {
  width: 9px;
  height: 9px;
  background: var(--primary);
  border-radius: 50%;
  animation: pulse 1.2s infinite alternate;
}
@keyframes pulse {
  to {
    opacity: 0.3;
  }
}
.chat-fallback {
  padding: 13px 18px;
  border-top: 1px solid #e8eddf;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: var(--muted);
}
.chat-fallback a,
.chat-fallback button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--primary-dark);
}
.chat-fallback button {
  border: 0;
  background: transparent;
  padding: 3px;
}
.chat-shell > footer {
  background: #f6f8f2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 0.6875rem;
  color: #69745d;
  padding: 11px;
}
.not-found {
  padding-block: 100px;
}
.not-found h1 {
  font-size: clamp(3rem, 6vw, 5rem);
  margin-block: 20px;
}
.not-found > p:not(.eyebrow) {
  color: var(--muted);
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .species-number {
    position: static;
    transform: none;
    line-height: 1.1;
    margin-top: 18px;
  }
  .species-caption {
    margin-top: 2px;
  }
  .experience-grid {
    grid-template-columns: 1.15fr 1fr;
  }
  .app-section {
    gap: 45px;
  }
  .app-image-window img {
    left: -795px;
  }
  .support-card {
    padding: 28px;
  }
  .support-resources {
    grid-template-columns: 1fr 1fr;
  }
  .support-resources > div {
    grid-column: 1 / -1;
    margin-bottom: 7px;
  }
}
@media (max-width: 1050px) {
  .story-section {
    padding-block: 75px;
  }
  .app-section {
    gap: 32px;
  }
  .app-image-window {
    height: 355px;
  }
  .app-image-window img {
    height: 500px;
    width: 1220px;
    left: -642px;
    top: -133px;
  }
  .care-banner > div:first-child {
    padding: 40px;
  }
  .care-photo {
    min-height: 400px;
  }
  .care-photo img {
    height: 560px;
    width: 560px;
  }
  .live-chat-main {
    gap: 32px;
    grid-template-columns: 0.85fr 1.15fr;
  }
}
@media (max-width: 900px) {
  .story-section {
    padding-block: 58px;
  }
  .section-heading {
    display: block;
    margin-bottom: 27px;
  }
  .section-heading h2,
  .app-copy h2 {
    font-size: 2.15rem;
    margin-top: 13px;
  }
  .section-heading > p {
    margin-top: 20px;
    font-size: 0.875rem;
  }
  .section-heading > .button,
  .section-heading > .text-link {
    margin-top: 24px;
  }
  .desktop-break {
    display: none;
  }
  .experience-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .experience-card {
    border-radius: 21px;
    padding: 27px;
  }
  .experience-card h3 {
    font-size: 1.9rem;
  }
  .clarity-card {
    grid-row: auto;
    min-height: 660px;
  }
  .bird-detail-photo {
    top: 330px;
  }
  .bird-detail-photo img {
    min-height: 520px;
    object-fit: cover;
    object-position: bottom;
  }
  .icon-tile {
    margin-bottom: 18px;
  }
  .experience-card p {
    font-size: 0.9375rem;
  }
  .species-number {
    font-size: 3.4rem;
    margin-top: 24px;
  }
  .species-caption {
    margin-top: 6px;
  }
  .experience-card .subscription-note {
    font-size: 0.75rem;
  }
  .feeder-section {
    padding-block: 55px 28px;
  }
  .backyard-photo img {
    height: 380px;
    object-fit: cover;
    object-position: 74% center;
    border-radius: 20px;
  }
  .backyard-photo figcaption {
    top: 15px;
    left: 15px;
    font-size: 0.5rem;
    padding: 8px 10px;
  }
  .feeder-benefits {
    grid-template-columns: 1fr;
    gap: 27px;
    margin-top: 30px;
  }
  .feeder-benefits article {
    padding-left: 43px;
    position: relative;
  }
  .feeder-benefits article > svg {
    position: absolute;
    left: 0;
    top: 2px;
  }
  .feeder-benefits p {
    margin-top: 9px;
  }
  .connection-note {
    align-items: flex-start;
    font-size: 0.75rem;
  }
  .connection-note svg {
    margin-top: 3px;
  }
  .app-section {
    grid-template-columns: 1fr;
    padding-block: 60px;
    gap: 32px;
  }
  .app-copy {
    grid-row: 1;
  }
  .app-visual {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
  }
  .app-image-window {
    height: 350px;
  }
  .app-image-window img {
    height: 500px;
    width: 1220px;
    left: calc(50% - 860px);
    top: -136px;
  }
  .app-visual-footer {
    padding: 17px 21px;
  }
  .getting-started {
    padding-bottom: 58px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .steps-grid article {
    padding: 26px;
  }
  .steps-grid article > svg {
    margin-bottom: 20px;
  }
  .care-banner {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .care-banner > div:first-child {
    padding: 33px 27px;
  }
  .care-banner h2 {
    font-size: 2rem;
  }
  .care-photo {
    height: 280px;
    min-height: 0;
  }
  .care-photo img {
    height: auto;
    width: 210%;
    bottom: -18%;
  }
  .support-main {
    padding-top: 40px;
  }
  .support-intro {
    display: block;
    padding-bottom: 28px;
  }
  .support-intro h1 {
    font-size: 3.15rem;
  }
  .support-intro p:not(.eyebrow) {
    font-size: 0.9375rem;
  }
  .official-badge {
    margin-top: 22px;
    font-size: 0.75rem;
  }
  .support-options {
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .support-card {
    padding: 27px;
    border-radius: 21px;
  }
  .support-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    margin-bottom: 23px;
  }
  .support-card h2 {
    font-size: 2.35rem;
  }
  .phone-card h2 {
    font-size: clamp(1.65rem, 7.2vw, 2.3rem);
  }
  .support-card p {
    font-size: 0.875rem;
  }
  .support-cta {
    margin-top: 29px;
    padding-top: 20px;
  }
  .email-card {
    grid-column: auto;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }
  .email-card > div {
    width: 100%;
  }
  .email-card h2 {
    font-size: 1.9rem;
  }
  .email-arrow {
    position: absolute !important;
    top: 28px;
    right: 27px;
    width: 43px;
    height: 43px;
  }
  .support-resources {
    margin-top: 43px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .support-resources > div {
    grid-column: auto;
  }
  .support-resources > a {
    min-height: 104px;
    padding: 20px;
  }
  .support-bottom-note {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.75rem;
  }
  .support-bottom-note > span {
    align-items: flex-start;
  }
  .live-chat-main {
    grid-template-columns: 1fr;
    padding-block: 28px 30px;
    gap: 30px;
  }
  .back-link {
    margin-bottom: 28px;
  }
  .chat-intro h1 {
    font-size: 2.65rem;
  }
  .chat-intro > p:not(.eyebrow) {
    font-size: 0.9375rem;
  }
  .chat-tips {
    gap: 19px;
    padding-top: 22px;
    margin-top: 25px;
  }
  .chat-email {
    margin-top: 22px;
  }
  .chat-shell {
    border-radius: 20px;
  }
  .chat-shell > header {
    padding: 16px 18px;
  }
  .chat-frame-wrap {
    height: min(640px, 80svh);
    min-height: 470px;
  }
  .chat-fallback {
    font-size: 0.6875rem;
    padding-inline: 13px;
  }
}
@media (max-width: 360px) {
  .support-card {
    padding: 23px;
  }
  .email-card h2 {
    font-size: 1.7rem;
  }
  .support-intro h1 {
    font-size: 2.8rem;
  }
  .clarity-card {
    min-height: 625px;
  }
  .bird-detail-photo {
    top: 350px;
  }
  .experience-card .card-kicker {
    font-size: var(--text-caption);
  }
  .app-image-window img {
    left: -708px;
  }
  .chat-intro h1 {
    font-size: 2.4rem;
  }
}
.eyebrow,
.card-kicker,
.species-caption,
.hero-caption,
.photo-chip,
.backyard-photo figcaption,
.footer-signoff,
.footer-contact > span,
.chat-shell > header span {
  font-size: 0.75rem;
}
.app-copy > .app-disclaimer,
.visit-badge div > span {
  font-size: 0.75rem !important;
}
.species-number {
  position: static;
  transform: none;
  line-height: 1.1;
  margin-top: 18px;
}
.species-caption {
  margin-top: 8px;
}
.nav-actions,
.nav-shell > .brand {
  flex-shrink: 0;
}
.nav-download {
  white-space: nowrap;
}
.experience-card p:not(.subscription-note),
.feeder-benefits p,
.steps-grid p,
.support-card p {
  font-size: 1rem;
}
@media (max-width: 360px) {
  .nav-shell > .brand {
    font-size: 1.25rem;
    gap: 0;
  }
  .nav-download {
    padding-inline: 8px;
    gap: 5px;
  }
}
@media (max-width: 900px) {
  .bird-detail-photo img {
    width: 190%;
    min-height: 0;
  }
  .care-photo img {
    width: 210%;
    top: -42%;
    bottom: auto;
  }
  .hero-caption {
    font-size: var(--text-caption);
  }
}

.care-photo img {
  width: 205%;
  height: auto;
  top: 0;
  bottom: auto;
  transform: translateY(-29%);
}

/* Native dialog supplies keyboard focus trapping and Escape support. */
body.menu-is-open { overflow: hidden; }
dialog.mobile-menu {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(88vw, 380px);
  max-width: none;
  height: 100vh;
  height: 100dvh;
  max-height: none;
  margin: 0;
  padding: 76px 28px 32px;
  color: var(--foreground);
  background: #fff;
  border-left: 1px solid var(--border);
  box-shadow: -12px 0 48px #20351e20;
  overflow-y: auto;
}
dialog.mobile-menu:not([open]) { display: none; }
dialog.mobile-menu[open] { display: block; }
dialog.mobile-menu::backdrop { background: #13261070; }
.mobile-menu > p { color: var(--muted); font-size: 0.875rem; margin-top: 14px; }
.menu-close {
  position: absolute;
  top: 16px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--device);
}
.fallback-nav { display: none; }
@media (max-width: 1150px) {
  .fallback-nav { display: flex; flex-wrap: wrap; gap: 16px 24px; padding: 24px; background: var(--device); }
  .fallback-nav a { display: inline-flex; align-items: center; gap: 6px; padding-block: 8px; }
}

/* Language picker follows the existing Birdnee download page. */
.language-control { position: relative; flex-shrink: 0; }
.language-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 45px;
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  color: var(--foreground);
  font-size: 0.875rem;
  line-height: 1.2;
  white-space: nowrap;
}
.language-trigger:hover { background: var(--device); border-color: var(--primary); }
.language-globe { display: flex; color: var(--primary-dark); }
.language-globe svg { width: 18px; height: 18px; }
.language-chevron { width: 14px; height: 14px; transition: transform 150ms ease; }
.language-trigger[aria-expanded="true"] .language-chevron { transform: rotate(180deg); }
.language-code { display: none; }
.language-list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 60;
  width: 210px;
  max-height: min(450px, calc(100dvh - 110px));
  overflow-y: auto;
  padding: 7px;
  border: 1px solid #dce5d1;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 48px #20351e24;
}
.language-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
}
.language-option:hover, .language-option:focus-visible { background: #f3f6eb; outline: 2px solid var(--primary); outline-offset: -2px; }
.language-option[aria-selected="true"] { background: #eaf1dc; color: var(--primary-dark); font-weight: 650; }
.language-check { width: 18px; height: 18px; opacity: 0; }
.language-option[aria-selected="true"] .language-check { opacity: 1; }
.nav-shell { gap: 20px; }
.nav-actions { gap: 12px; }
.desktop-nav { gap: 22px; }
.desktop-nav a { white-space: nowrap; }
[data-i18n] { min-width: 0; }
.button > [data-i18n], .text-link > [data-i18n] { overflow-wrap: anywhere; }
html:not([lang^="en"]) h1, html:not([lang^="en"]) h2, html:not([lang^="en"]) h3 { hyphens: auto; overflow-wrap: anywhere; }
html:not([lang^="en"]) .hero h1 { font-size: clamp(2.6rem, 4.6vw, 4.25rem); line-height: 1.12; }
html:not([lang^="en"]) .eyebrow, html:not([lang^="en"]) .card-kicker { letter-spacing: 0.075em; }
html:not([lang^="en"]) .clarity-card { display: flex; flex-direction: column; }
html:not([lang^="en"]) .clarity-card .card-copy { flex-shrink: 0; }
html:not([lang^="en"]) .bird-detail-photo { position: relative; inset: auto; flex: 1; min-height: 320px; width: calc(100% + 68px); margin: 26px -34px -34px; }
html:not([lang^="en"]) .discovery-card h3 { max-width: none; }
html[lang="zh-CN"] { font-family: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif; }
html[lang="ja-JP"] { font-family: 'Segoe UI', 'Hiragino Sans', 'Yu Gothic', Meiryo, sans-serif; }
html[lang="zh-CN"] h1, html[lang="zh-CN"] h2, html[lang="zh-CN"] h3,
html[lang="ja-JP"] h1, html[lang="ja-JP"] h2, html[lang="ja-JP"] h3 { letter-spacing: -0.035em; line-height: 1.3; word-break: normal; }
html[lang="zh-CN"] .hero h1, html[lang="ja-JP"] .hero h1 { line-height: 1.3; }
@media (max-width: 1150px) {
  .desktop-nav { display: none; }
  .mobile-menu-button { display: flex; }
}
@media (max-width: 640px) {
  .nav-download { display: none; }
  .language-current { display: none; }
  .language-code { display: inline; }
  .language-trigger { width: 108px; padding-inline: 9px; gap: 6px; }
  .language-list { width: 196px; }
  .nav-shell { gap: 8px; }
  .nav-actions { gap: 8px; }
  html:not([lang^="en"]) .hero h1 { font-size: clamp(2.45rem, 9.2vw, 3.4rem); }
  html:not([lang^="en"]) .support-intro h1 { font-size: clamp(2.4rem, 10vw, 3.8rem); }
  html:not([lang^="en"]) .bird-detail-photo { width: calc(100% + 52px); margin-inline: -26px; margin-bottom: -26px; }
  .backyard-photo figcaption { max-width: calc(100% - 32px); white-space: normal; }
  .photo-chip { max-width: calc(100% - 42px); flex-wrap: wrap; }
}
@media (max-width: 360px) {
  .language-trigger { width: 100px; }
  html:not([lang^="en"]) .hero h1 { font-size: 2.3rem; }
}
@media (max-width: 900px) {
  html:not([lang^="en"]) .bird-detail-photo { width: calc(100% + 54px); margin-inline: -27px; margin-bottom: -27px; }
}
@media (max-width: 640px) {
  html[lang="de-DE"] .hero h1 { font-size: clamp(1.6rem, 7.9vw, 2.4rem); hyphens: none; }
  html:not([lang^="en"]) .visual-label { width: max-content; max-width: calc(100% - 16px); white-space: normal; text-align: center; }
  html[lang="ja-JP"] .chat-card h2 { font-size: clamp(1.45rem, 7.5vw, 2.2rem); }
  .hero-orbit { inset-inline: 12px; }
}

/* Shared text roles apply across pages, locales and viewport sizes.
   Display headings retain their responsive scale; body copy never shrinks on mobile. */
.hero-description,
.section-heading > p,
.experience-card p:not(.subscription-note),
.feeder-benefits p,
.app-copy > p:not(.eyebrow):not(.app-availability):not(.app-disclaimer),
.app-list li,
.steps-grid p,
.care-banner p:not(.eyebrow),
.support-intro p:not(.eyebrow),
.support-card p,
.chat-intro > p:not(.eyebrow),
.not-found p:not(.eyebrow) {
  font-size: var(--text-body);
  font-weight: 400;
  line-height: var(--leading-body);
}
.button,
.text-link,
.support-cta,
.back-link,
.desktop-nav,
.language-trigger,
.language-option,
.chat-email strong {
  font-size: var(--text-small);
  font-weight: var(--weight-action);
  line-height: 1.4;
}
.footer-top p,
.footer-top nav,
.mobile-menu > p,
.official-badge,
.chat-trust,
.chat-tips p,
.support-resources p,
.chat-loading,
.chat-fallback {
  font-size: var(--text-small);
  line-height: var(--leading-small);
}
.eyebrow,
.card-kicker,
.support-card .card-kicker,
.experience-card .card-kicker,
.hero-note,
.visual-label,
.hero-caption,
.species-caption,
.photo-chip,
.backyard-photo figcaption,
.footer-signoff,
.footer-contact > span,
.footer-bottom,
.subscription-note,
.connection-note,
.app-availability,
.app-disclaimer,
.app-copy > .app-availability,
.app-copy > .app-disclaimer,
.app-notification span,
.chat-email,
.chat-tips article > span,
.chat-shell > header span,
.chat-shell > footer,
.support-bottom-note {
  font-size: var(--text-caption);
  line-height: var(--leading-small);
}
.visit-badge strong {
  font-size: var(--text-small);
  font-weight: var(--weight-action);
  line-height: 1.4;
}
.feeder-benefits h3,
.steps-grid h3,
.chat-shell h2 {
  font-size: var(--text-card-title);
  font-weight: var(--weight-heading);
  line-height: 1.4;
  letter-spacing: -0.02em;
}
.chat-tips h2,
.support-resources h3 {
  font-size: var(--text-body);
  font-weight: var(--weight-heading);
  line-height: 1.4;
  letter-spacing: -0.01em;
}
