html {
  color: #233b2e;
  background: #f8f6f0;
  font-family: "Manrope", system-ui, sans-serif;
  --brand-accent: #be0966;
  font-weight: 400;
  line-height: 1.6;
}
body {
  margin: 0;
}
header,
main,
footer {
  max-width: 48rem;
  margin: auto;
  padding: 24px 22px;
}
header {
  border-bottom: 1px solid #ddd;
}
nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
nav a,
.action {
  font-weight: 600;
}
a {
  color: #233b2e;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
a:focus-visible {
  outline: 3px solid #233b2e;
  outline-offset: 4px;
}
h1,
h2 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
  hyphens: auto;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.5rem;
  margin-top: 32px;
}
p,
li {
  overflow-wrap: anywhere;
}
.action {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #233b2e;
  border-radius: 12px;
}
footer {
  font-size: 0.875rem;
  border-top: 1px solid #ddd;
}
.skip {
  position: absolute;
  left: -9999px;
}
.skip:focus {
  position: static;
}
* {
  box-sizing: border-box;
}

/* Shared self-hosted typography; homepage layout rules remain scoped below. */
/* Official Manrope variable Latin distribution, unmodified:
   https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSg.woff2
   SIL OFL 1.1: /assets/fonts/Manrope-OFL.txt
   Licence source: google/fonts, ofl/manrope/OFL.txt,
   revision b31870aff700ab7a1d74fa0c6887d95beb9e0037. */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("/assets/fonts/Manrope-latin-variable.woff2") format("woff2");
}
.home {
  font-family: "Manrope", system-ui, sans-serif;
  font-weight: 400;
  --home-forest: #233b2e;
  --home-muted: #536052;
  --home-accent: var(--brand-accent);
  --home-border: #d9dfd4;
  --home-radius: 18px;
}
.home .home-header,
.home .home-section,
.home .home-footer {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 22px;
}
.home .home-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 40px;
  padding-block: 24px;
  border: 0;
}
.home .brand-home {
  display: inline-block;
  max-width: 100%;
  flex-shrink: 0;
}
.home .brand-logo {
  display: block;
  width: 140px;
  max-width: 100%;
  height: auto;
}
.home nav {
  gap: 4px 24px;
}
.home nav a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 600;
}
.home nav a:hover {
  text-decoration: underline;
}
.home .home-nav {
  font-size: 0.875rem;
}
.home .home-main {
  max-width: none;
  margin: 0;
  padding: 0;
}
.home .home-section {
  padding-block: 40px;
}
.home main [id] {
  scroll-margin-top: 24px;
}
.home .split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
  align-items: center;
  gap: 32px;
}
.home .split > *,
.home .steps > *,
.home .safety-points > * {
  min-width: 0;
}
.home h1,
.home h2,
.home h3 {
  margin: 0;
  font-family: inherit;
  font-weight: 700;
  hyphens: none;
  text-wrap: balance;
}
.home h1 {
  font-weight: 750;
  max-width: 9ch;
  font-size: clamp(2.75rem, 5.5vw, 4.5rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.home h2 {
  font-size: clamp(1.875rem, 3.2vw, 2.75rem);
  line-height: 1.2;
  letter-spacing: -0.015em;
}
/* Only caps the enlarged narrow-screen hero; normal 44px type is unchanged. */
@media (max-width: 360px) {
  .home h1 {
    font-size: min(2.75rem, calc((100vw - 44px) / 3.65));
  }
}
.home h3 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.25;
}
.home p {
  margin: 0;
}
.home .section-copy > p {
  max-width: 42ch;
  margin-top: 20px;
}
.home .home-tagline,
.home .section-lead {
  font-size: 1.25rem;
  line-height: 1.5;
}
.home .section-copy > .home-cta,
.home .section-copy > .coming-soon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  max-width: 100%;
  padding: 12px 32px;
  margin-top: 28px;
  border-radius: 12px;
  background: var(--home-forest);
  color: #f8f6f0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
}
.home .home-cta:hover {
  background: #344f43;
}
.home .section-copy > .hero-note,
.home .section-copy > .availability-note {
  margin-top: 16px;
  font-size: 0.875rem;
}
.home .hero-note {
  color: var(--home-muted);
}
.home .photo-placeholder {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  aspect-ratio: 4 / 3;
  min-height: 220px;
  padding: 24px;
  border-radius: var(--home-radius);
  background: #e6ebe3;
  color: var(--home-forest);
  text-align: center;
  overflow-wrap: anywhere;
}
.home .photo-note {
  display: block;
  margin-top: 8px;
  color: var(--home-muted);
  font-size: 0.875rem;
}
.home .how-it-works > h2 {
  text-align: center;
}
.home .steps {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}
.home .steps li {
  padding: 24px;
  border: 1px solid var(--home-border);
  border-radius: var(--home-radius);
  background: #fff;
}
.home .step-number {
  display: block;
  margin-bottom: 20px;
  color: var(--home-accent);
  font-size: 0.875rem;
  font-weight: 600;
}
.home .steps p {
  margin-top: 12px;
  color: var(--home-muted);
}
.home .safety-block {
  padding-block: 32px;
  border-top: 1px solid var(--home-border);
}
.home .safety-block h2 {
  font-size: 1.75rem;
}
.home .safety-points {
  display: grid;
  gap: 24px;
  margin-top: 24px;
}
.home .safety-points h3 {
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 600;
}
.home .safety-points p {
  max-width: 42ch;
  margin-top: 8px;
  color: var(--home-muted);
}
.home .safety-links {
  margin-top: 16px;
  font-size: 0.875rem;
}
.home .safety-links a {
  text-decoration: underline;
}
.home .closing-layout {
  margin-top: 24px;
  padding: 24px;
  border-radius: var(--home-radius);
  background: var(--home-forest);
  color: #f8f6f0;
}
.home .closing-copy > .coming-soon {
  background: #f8f6f0;
  color: var(--home-forest);
}
.home .home-footer {
  padding-block: 32px;
  border: 0;
}
.home .footer-top,
.home .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
}
.home .home-footer .brand-logo {
  width: 110px;
}
.home .footer-bottom {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid var(--home-border);
  font-size: 0.8125rem;
}
.home .footer-bottom a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (min-width: 60rem) {
  .home .home-section {
    padding-block: 56px;
  }
  .home .split {
    gap: 48px;
  }
  .home .steps,
  .home .safety-points {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .home .closing-layout {
    padding: 32px;
  }
}
