:root {
  --ink: #1c2e2a;
  --ink-soft: #3d524c;
  --foam: #f4faf7;
  --leaf: #1f7a5c;
  --leaf-deep: #145c45;
  --sun: #f0c75e;
  --sky: #b8d9e8;
  --mist: #dcefe6;
  --line: rgba(28, 46, 42, 0.12);
  --radius: 18px;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Nunito", "Segoe UI", sans-serif;
  --shadow-soft: 0 18px 40px rgba(28, 46, 42, 0.08);
  --max: 1080px;
}

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

html {
  scroll-behavior: smooth;
  /* Sticky promo + header so in-page nav (#benefits etc.) lands below chrome */
  scroll-padding-top: 7.5rem;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(1200px 600px at 10% -10%, var(--sky) 0%, transparent 55%),
    radial-gradient(900px 500px at 100% 20%, var(--mist) 0%, transparent 50%),
    linear-gradient(180deg, #eef6f2 0%, var(--foam) 40%, #fff 100%);
  line-height: 1.55;
  font-size: 1.05rem;
}

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

a {
  color: var(--leaf-deep);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 0.5rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 0.5rem;
  top: 0.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Promo layer  -  toggle with body[data-promo-layer="on|off"] */
.site-chrome {
  position: sticky;
  top: 0;
  z-index: 30;
}
.promo-layer {
  background: linear-gradient(90deg, #145c45 0%, #1f7a5c 55%, #2a9a74 100%);
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
.promo-layer[hidden] {
  display: none !important;
}
.promo-layer-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.65rem clamp(1rem, 4vw, 2.5rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
}
.promo-layer-copy {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem 0.45rem;
}
.promo-layer-copy strong {
  font-weight: 800;
  letter-spacing: 0.01em;
}
.promo-sep {
  opacity: 0.65;
}
.promo-note {
  font-weight: 600;
  opacity: 0.92;
  font-style: italic;
}
.promo-layer-actions {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
}
.promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  background: var(--sun);
  color: var(--ink);
  font-weight: 800;
  font-size: 0.88rem;
  text-decoration: none;
}
.promo-cta:hover {
  filter: brightness(1.05);
  color: var(--ink);
}
.promo-dismiss {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}
.promo-dismiss:hover {
  background: rgba(255, 255, 255, 0.24);
}
@media (max-width: 720px) {
  .promo-layer-copy {
    font-size: 0.9rem;
  }
  .promo-note {
    flex-basis: 100%;
  }
}

.site-header {
  position: relative;
  top: auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem clamp(1rem, 4vw, 2.5rem);
  background: rgba(244, 250, 247, 0.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.brand-logo {
  display: block;
  height: 72px;
  width: auto;
}
.hero-logo {
  display: block;
  width: min(300px, 70vw);
  height: auto;
  margin-bottom: 0.55rem;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.25));
  /* Wordmark is dark navy/teal - light plate for dark hero overlay */
  background: rgba(255, 255, 255, 0.92);
  border-radius: 12px;
  padding: 0.5rem 0.85rem;
}
.footer-logo {
  display: inline-block;
  height: 36px;
  width: auto;
  vertical-align: middle;
}
.footer-tag {
  vertical-align: middle;
}

.wordmark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.35rem;
  color: var(--ink);
  text-decoration: none;
  letter-spacing: -0.02em;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.15rem;
  align-items: center;
  font-weight: 700;
  font-size: 0.95rem;
}

.nav a {
  color: var(--ink-soft);
  text-decoration: none;
}

.nav a:hover {
  color: var(--leaf);
}

.nav-cta {
  background: var(--leaf);
  color: #fff !important;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
}

.nav-cta:hover {
  background: var(--leaf-deep);
  color: #fff !important;
}

/* Hero - shorter so benefits peek on first screen */
.hero {
  position: relative;
  min-height: min(48vh, 460px);
  max-height: 520px;
  display: grid;
  align-items: center;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(28, 46, 42, 0.22) 0%, rgba(28, 46, 42, 0.58) 100%),
    url("assets/rightstock-hero-family-dog.png") center / cover no-repeat;
  transform: scale(1.04);
  animation: hero-drift 14s ease-in-out infinite alternate;
}

@keyframes hero-drift {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.08) translate3d(-1.2%, -0.8%, 0); }
}

.hero-copy {
  position: relative;
  z-index: 1;
  padding: clamp(1.1rem, 3vw, 2rem) clamp(1.25rem, 5vw, 4rem);
  max-width: 34rem;
  margin-top: -2vh;
  color: #fff;
  animation: rise-in 0.9s ease-out both;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy .brand {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 700;
  margin: 0 0 0.35rem;
  letter-spacing: -0.03em;
  line-height: 1;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.hero-copy h1 {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  margin: 0 0 0.75rem;
  line-height: 1.3;
  max-width: 28ch;
}

.lede {
  margin: 0 0 1.35rem;
  font-size: 1.08rem;
  opacity: 0.95;
  max-width: 42ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 800;
  font-size: 1rem;
  padding: 0.85rem 1.25rem;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-primary {
  background: var(--sun);
  color: var(--ink);
}

.btn-primary:hover {
  background: #f5d275;
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.28);
}

.btn-secondary {
  background: var(--mist);
  color: var(--leaf-deep);
  width: 100%;
}

.btn-secondary:hover {
  background: #cfe8dc;
}

.section {
  padding: clamp(2.25rem, 5vw, 3.75rem) clamp(1rem, 4vw, 2.5rem);
  scroll-margin-top: 7.5rem;
}

.section.benefits {
  /* Sit a bit lower under sticky chrome; less empty gap above list */
  padding-top: clamp(2.75rem, 6vw, 4rem);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.section h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.45rem);
  margin: 0 0 0.4rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.section-lede {
  margin: 0 0 2rem;
  color: var(--ink-soft);
  max-width: 40rem;
  font-size: 1.1rem;
}

/* What's in the box — plain product list */
.section.in-the-box {
  background: #fff;
  border-block: 1px solid var(--line);
  padding-top: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.product-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

@media (min-width: 720px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
  }
}

.product-list li {
  display: grid;
  gap: 0.15rem;
  padding: 1rem 0.25rem 1rem 0;
  border-bottom: 1px solid var(--line);
}

@media (min-width: 720px) {
  .product-list li:nth-child(odd) {
    padding-right: 1.5rem;
    border-right: 1px solid var(--line);
  }
  .product-list li:nth-child(even) {
    padding-left: 1.5rem;
  }
}

.product-list strong {
  font-size: 1.12rem;
  font-weight: 800;
  color: var(--ink);
}

.product-list span {
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.product-foot {
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  max-width: 40rem;
}

.benefit-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 720px) {
  .benefit-list {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
  }
}

.benefit-list li {
  padding: 0 0 0 1rem;
  border-left: 3px solid var(--leaf);
}

.benefit-list strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}

.benefit-list span {
  color: var(--ink-soft);
}

.savings-panel {
  background:
    linear-gradient(135deg, rgba(31, 122, 92, 0.08), rgba(184, 217, 232, 0.35)),
    #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.1rem, 3vw, 1.75rem);
  box-shadow: var(--shadow-soft);
}

.savings-panel h2 {
  font-size: clamp(1.45rem, 2.8vw, 1.9rem);
}

.savings-panel .section-lede {
  margin-bottom: 0.85rem;
  font-size: 1rem;
}

.compare {
  display: grid;
  gap: 0.75rem;
  margin: 0.85rem 0 0.85rem;
}

@media (min-width: 700px) {
  .compare {
    grid-template-columns: 1fr 1fr;
  }
}

.compare-col {
  padding: 0.9rem 1.1rem;
  border-radius: 14px;
}

.compare-old {
  background: rgba(28, 46, 42, 0.05);
}

.compare-new {
  background: rgba(31, 122, 92, 0.12);
  outline: 2px solid rgba(31, 122, 92, 0.28);
}

.compare-label {
  margin: 0;
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
}

.compare-amount {
  margin: 0.2rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 700;
}

.compare-note {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.savings-foot {
  margin: 0;
  color: var(--ink-soft);
}

.plan-grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 820px) {
  .plan-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}

.plan {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.4rem 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  box-shadow: var(--shadow-soft);
}

.plan-hero {
  background: linear-gradient(180deg, #fff 0%, #e8f6ef 100%);
  border-color: rgba(31, 122, 92, 0.35);
  transform: translateY(0);
}

@media (min-width: 820px) {
  .plan-hero {
    transform: translateY(-6px);
  }
}

.plan h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.65rem;
}

.plan-people {
  margin: 0;
  color: var(--ink-soft);
  font-weight: 700;
}

.plan-price {
  margin: 0.5rem 0 0;
  font-size: 1.05rem;
}

.plan-price span {
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 700;
}

.plan-month {
  margin: 0 0 0.75rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}

.plan ul {
  margin: 0 0 1.1rem;
  padding-left: 1.1rem;
  color: var(--ink-soft);
  flex: 1;
}

.plan-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: auto;
}

.plan .btn {
  width: 100%;
}

.btn-ghost-dark {
  background: transparent;
  color: var(--leaf-deep);
  border: 1.5px solid rgba(31, 122, 92, 0.35);
}

.btn-ghost-dark:hover {
  background: var(--mist);
  color: var(--leaf-deep);
}

.sku-note {
  margin: 1.5rem 0 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
}

.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.15rem 1.25rem;
}

.step-num {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: var(--leaf);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.1rem;
}

.steps strong {
  display: block;
  font-size: 1.15rem;
  margin-bottom: 0.2rem;
}

.steps p {
  margin: 0;
  color: var(--ink-soft);
}

.qr-grid {
  display: grid;
  gap: 1.15rem;
  margin-bottom: 0;
  align-items: stretch;
}

@media (min-width: 820px) {
  .qr-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.qr-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem 1.2rem 1.4rem;
  text-align: center;
  box-shadow: var(--shadow-soft);
  /* Fixed rows keep QR / title / desc / actions aligned across cards */
  display: grid;
  grid-template-rows: auto auto minmax(3.4em, 1fr) auto;
  justify-items: center;
  align-content: start;
  gap: 0.55rem;
  min-height: 100%;
  height: 100%;
}

.qr-card:has(.qr-frame) {
  grid-template-rows: 210px auto minmax(3.4em, 1fr) auto;
}

.qr-card-site {
  background: linear-gradient(180deg, #fff 0%, #e8f6ef 100%);
  border-color: rgba(31, 122, 92, 0.35);
}

.qr-frame {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.65rem;
  width: 210px;
  height: 210px;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.qr-frame img {
  display: block;
  width: 180px;
  height: 180px;
  object-fit: contain;
}

.qr-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
  align-self: start;
}

.qr-card .qr-desc {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.98rem;
  line-height: 1.4;
  align-self: start;
  width: 100%;
}

.qr-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.55rem;
  width: 100%;
  min-height: 7.25rem; /* room for two buttons so bottoms line up */
  align-self: end;
}

.qr-actions .btn {
  width: 100%;
  margin-top: 0;
}

.copy-status {
  min-height: 1.25em;
  margin: 0 !important;
  font-size: 0.92rem !important;
  color: var(--leaf-deep) !important;
  font-weight: 700;
}

.save-dialog {
  border: 0;
  padding: 0;
  max-width: min(560px, calc(100vw - 2rem));
  width: 100%;
  background: transparent;
  color: inherit;
}
.save-dialog::backdrop {
  background: rgba(28, 46, 42, 0.45);
  backdrop-filter: blur(4px);
}
.save-dialog-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: var(--shadow-soft);
  max-height: min(85dvh, 720px);
  overflow: auto;
}
.save-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.save-dialog-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.55rem);
  line-height: 1.25;
  padding-right: 0.25rem;
}
.save-dialog-close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: var(--foam);
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.save-dialog-close:hover {
  background: var(--mist);
}
.save-lede {
  margin-bottom: 1.25rem !important;
}
.save-dialog-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}
.save-dialog-foot .btn {
  flex: 1 1 140px;
}

/* Kit items & qty popup */
.kit-dialog {
  border: 0;
  padding: 0;
  max-width: min(480px, calc(100vw - 2rem));
  width: 100%;
  background: transparent;
  color: inherit;
}
.kit-dialog::backdrop {
  background: rgba(28, 46, 42, 0.45);
  backdrop-filter: blur(4px);
}
.kit-dialog-panel {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: var(--shadow-soft);
  max-height: min(85dvh, 640px);
  overflow: auto;
}
.kit-dialog-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.kit-dialog-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  line-height: 1.2;
}
.kit-dialog-sub {
  margin: 0.25rem 0 0;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.kit-dialog-close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: var(--foam);
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.kit-dialog-close:hover {
  background: var(--mist);
}
.kit-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.02rem;
}
.kit-table th,
.kit-table td {
  padding: 0.7rem 0.35rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.kit-table th {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  font-weight: 800;
}
.kit-table th:last-child,
.kit-table td:last-child {
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  white-space: nowrap;
}
.kit-table td:first-child {
  font-weight: 700;
}
.kit-note {
  margin: 1rem 0 0;
  color: var(--ink-soft);
  font-size: 0.92rem;
}
.kit-dialog-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.25rem;
}
.kit-dialog-foot .btn {
  flex: 1 1 140px;
}

.save-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.save-steps li {
  padding-left: 1rem;
  border-left: 3px solid var(--sun);
}

.save-steps strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.05rem;
}

.save-steps span {
  color: var(--ink-soft);
}

.save-steps em {
  font-style: normal;
  font-weight: 800;
  color: var(--ink);
}

.start-app-link {
  margin: 1.1rem 0 0 !important;
}

.start-app-link a {
  font-weight: 800;
  text-decoration: none;
  color: var(--leaf-deep);
}

.start-app-link a:hover {
  text-decoration: underline;
}

.start-panel {
  text-align: center;
  background:
    radial-gradient(600px 240px at 50% 0%, rgba(240, 199, 94, 0.35), transparent 70%),
    #fff;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) + 4px);
  padding: clamp(2rem, 5vw, 3rem);
  box-shadow: var(--shadow-soft);
}

.start-panel p {
  color: var(--ink-soft);
  max-width: 34rem;
  margin: 0.5rem auto 1.35rem;
}

.waitlist {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  max-width: 32rem;
  margin: 0 auto;
}

.waitlist input {
  flex: 1 1 14rem;
  min-width: 0;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  font: inherit;
  background: #fff;
}

.waitlist input:focus {
  outline: 2px solid var(--leaf);
  outline-offset: 1px;
}

.form-note {
  margin-top: 1rem !important;
  color: var(--leaf-deep) !important;
  font-weight: 700;
}

.site-footer {
  padding: 2rem clamp(1rem, 4vw, 2.5rem) 2.75rem;
  text-align: center;
  color: var(--ink-soft);
  border-top: 1px solid var(--line);
}

.site-footer .wordmark {
  font-size: 1.1rem;
}

.fine {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .hero-media,
  .hero-copy,
  .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 42vh;
    max-height: 420px;
    align-items: center;
  }

  .hero-copy {
    margin-top: 0;
    padding: 1rem 1.1rem 1.35rem;
  }

  .brand-logo {
    height: 58px;
  }

  html {
    scroll-padding-top: 6.5rem;
  }

  .section {
    scroll-margin-top: 6.5rem;
  }
}
