:root {
  --felt: #1f6b47;
  --ink: #f4f7f5;
  --ink-muted: rgba(244, 247, 245, 0.82);
  color-scheme: dark;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: var(--felt);
  color: var(--ink);
  font-family: ui-rounded, "SF Pro Rounded", "SF Pro Text", system-ui, sans-serif;
}

.page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.5rem 1.75rem;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 28rem;
}

.page-doc {
  align-items: stretch;
}

.page-doc header,
.page-doc main,
.page-doc footer {
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
}

.page-doc header {
  margin-bottom: 1.75rem;
}

.page-home main {
  justify-content: flex-start;
}

.page-doc main {
  justify-content: flex-start;
  align-items: stretch;
  text-align: left;
  max-width: 40rem;
}

.wordmark {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.wordmark a {
  color: inherit;
  text-decoration: none;
}

.tagline {
  margin: 0.85rem 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink-muted);
}

.badge {
  display: inline-block;
  margin-top: 1.35rem;
  padding: 10px;
}

.badge img {
  display: block;
  height: 40px;
  width: auto;
}

.still-gap {
  margin: 1.75rem 0 0;
  width: min(18rem, 72vw);
  aspect-ratio: 9 / 19.5;
  border-radius: 1.25rem;
  border: 1px dashed rgba(244, 247, 245, 0.28);
}

.still {
  margin: 1.75rem 0 0;
  width: min(18rem, 72vw);
}

.still img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

.reviews {
  width: 100%;
  margin-top: 2.25rem;
  text-align: left;
}

.reviews-heading {
  margin: 0 0 1.1rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.review {
  padding: 1.1rem 0;
  border-top: 1px solid rgba(244, 247, 245, 0.18);
}

.review:last-child {
  padding-bottom: 0;
}

.review-stars {
  margin: 0;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #e8c96a;
}

.review-title {
  margin: 0.35rem 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.review-body {
  margin: 0.45rem 0 0;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--ink);
}

.review-name {
  margin: 0.55rem 0 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink-muted);
}

.home-link {
  margin-top: 1.25rem;
  color: var(--ink);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.doc h1 {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.doc h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.doc p,
.doc li {
  margin: 0 0 0.9rem;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.6;
}

.doc ul {
  margin: 0 0 0.9rem;
  padding-left: 1.25rem;
}

.doc a {
  color: var(--ink);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

footer {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.95rem;
  font-weight: 500;
  padding-top: 2rem;
}

footer a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.sep {
  color: var(--ink-muted);
}
