@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/fraunces-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/fraunces-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fraunces-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Fraunces";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/fraunces-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/source-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/source-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-italic-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-italic-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --paper: #f3efe6;
  --paper-elevated: #faf7f0;
  --paper-sunken: #e9e3d6;
  --ink: #1b1a16;
  --ink-soft: #2c2a24;
  --stone: #5c574e;
  --stone-soft: #8a8478;
  --line: #d8d0c0;
  --sage: #3d5a52;
  --sage-deep: #2d443e;
  --sage-mist: #dce6e1;
  --cream: #f7f3ea;
  --font-display: "Fraunces", "Iowan Old Style", Palatino, serif;
  --font-sans: "Source Sans 3", "Source Sans Pro", ui-sans-serif, system-ui, sans-serif;
  --shadow: 0 1px 2px color-mix(in oklab, var(--ink) 6%, transparent),
    0 18px 40px color-mix(in oklab, var(--ink) 6%, transparent);
  --radius: 20px;
}

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

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 1.0625rem;
  line-height: 1.6;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-wrap: balance;
  font-weight: 500;
  margin: 0;
}

p {
  text-wrap: pretty;
}

button,
[role="button"] {
  cursor: pointer;
  font-family: inherit;
}

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

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 60;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  background: var(--sage);
  color: var(--cream);
  font-weight: 600;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  width: min(72rem, calc(100% - 2rem));
  margin-inline: auto;
}

.wrap-narrow {
  width: min(48rem, calc(100% - 2rem));
  margin-inline: auto;
}

.wrap-narrow > h2 {
  margin-top: 2rem;
  font-size: 1.4rem;
}

.wrap-narrow > h1 {
  font-size: clamp(2.1rem, 5vw, 3rem);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid color-mix(in oklab, var(--line) 70%, transparent);
  background: color-mix(in oklab, var(--paper) 90%, transparent);
  backdrop-filter: blur(12px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.25rem;
  position: relative;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ink);
}

.brand-mark {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.brand-name {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
}

.brand-sub {
  display: none;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--stone);
}

.nav-desk {
  display: none;
  align-items: center;
  gap: 0.15rem;
}

.nav-desk > a,
.nav-item > .nav-top {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  min-height: 4.25rem;
  padding: 0 0.8rem;
  border: 0;
  background: none;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--stone);
}

.nav-desk > a:hover,
.nav-desk > a.is-active,
.nav-item:hover > .nav-top,
.nav-item:focus-within > .nav-top,
.nav-item > .nav-top.is-active {
  color: var(--ink);
}

.nav-caret {
  width: 0.55rem;
  height: 0.55rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.55;
}

.nav-item {
  position: relative;
}

.nav-item-mega {
  position: static;
}

.nav-panel {
  display: none;
  position: absolute;
  top: calc(100% - 0.2rem);
  left: 0;
  z-index: 45;
  padding: 1.25rem 1.4rem 1.4rem;
  background: var(--paper-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.nav-item:hover > .nav-panel,
.nav-item:focus-within > .nav-panel {
  display: grid;
}

.nav-panel-3 {
  left: 0;
  right: 0;
  min-width: 0;
  width: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem 1.5rem;
}

.nav-panel-1 {
  display: none;
  min-width: 15rem;
}

.nav-item:hover > .nav-panel-1,
.nav-item:focus-within > .nav-panel-1 {
  display: flex;
  flex-direction: column;
}

.nav-item-right .nav-panel-1 {
  left: auto;
  right: 0;
}

.nav-panel h3 {
  margin: 0 0 0.45rem;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sage);
}

.nav-panel a {
  display: block;
  padding: 0.38rem 0;
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.3;
}

.nav-panel a:hover,
.nav-panel a.is-active {
  color: var(--sage);
}

.nav-panel .nav-note {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.72rem;
  color: var(--stone);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.btn-primary {
  background: var(--sage);
  color: var(--cream);
}

.btn-primary:hover {
  background: var(--sage-deep);
}

.btn-outline {
  background: transparent;
  border-color: color-mix(in oklab, var(--ink) 15%, transparent);
  color: var(--ink);
}

.btn-outline:hover {
  background: var(--paper-elevated);
}

.btn-cream {
  background: var(--cream);
  color: var(--sage-deep);
}

.btn-lg {
  min-height: 3rem;
  padding: 0 1.75rem;
  font-size: 1rem;
}

.btn-icon {
  width: 2.75rem;
  padding: 0;
}

.btn-ghost {
  background: transparent;
  color: var(--ink);
}

.menu-btn {
  display: inline-flex;
}

/* Drawer */
.drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 50;
}

.drawer.is-open {
  display: block;
}

.drawer-backdrop {
  position: absolute;
  inset: 0;
  background: color-mix(in oklab, var(--ink) 40%, transparent);
}

.drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(24rem, 100%);
  height: 100%;
  background: var(--paper);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
}

.drawer-panel nav {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  overflow: auto;
  flex: 1;
  padding-bottom: 1rem;
}

.drawer-panel nav > a,
.drawer-panel summary {
  padding: 0.75rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.drawer-panel summary {
  list-style: none;
  cursor: pointer;
  color: var(--ink);
}

.drawer-panel summary::-webkit-details-marker {
  display: none;
}

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

.drawer-panel details a {
  padding: 0.4rem 0.5rem 0.4rem 1.1rem;
  font-size: 0.95rem;
  color: var(--stone);
}

.drawer-label {
  display: block;
  padding: 0.7rem 1.1rem 0.15rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--sage);
  font-weight: 600;
}

.drawer-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--stone);
}

/* Hero & layout */
.hero {
  display: grid;
  gap: 2.5rem;
  padding: 3rem 0;
  align-items: center;
}

.kicker {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage);
}

.hero h1 {
  margin-top: 1rem;
  font-size: clamp(2.4rem, 6vw, 3.75rem);
}

.hero h1 em {
  display: block;
  font-style: italic;
  color: var(--sage);
}

.lead {
  margin-top: 1.5rem;
  max-width: 36rem;
  font-size: 1.125rem;
  color: var(--stone);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.meta {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--stone);
}

.frame {
  position: relative;
}

.frame img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.frame-caption {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: color-mix(in oklab, var(--paper) 90%, transparent);
  font-size: 0.9rem;
}

.trust {
  border-block: 1px solid var(--line);
  background: var(--paper-elevated);
}

.trust-grid {
  display: grid;
  gap: 1.5rem;
  padding: 2rem 0;
}

.trust-item {
  display: flex;
  gap: 0.75rem;
  min-width: 0;
}

.trust-item > div {
  min-width: 0;
}

.trust-item strong {
  display: block;
  text-wrap: balance;
}

.trust-item svg {
  margin-top: 0.15rem;
  flex-shrink: 0;
  color: var(--sage);
}

.trust-item strong {
  display: block;
}

.trust-item span {
  font-size: 0.9rem;
  color: var(--stone);
}

.section {
  padding: 4rem 0;
}

.section-head {
  max-width: 40rem;
}

.section > h1,
.wrap > h1,
.wrap.section > h1 {
  font-size: clamp(2.15rem, 5vw, 3.25rem);
  margin-top: 0.75rem;
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.split img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.muted {
  color: var(--stone);
}

.sunken {
  background: color-mix(in oklab, var(--paper-sunken) 60%, transparent);
}

.elevated {
  background: var(--paper-elevated);
  border-block: 1px solid var(--line);
}

.ink-band {
  background: var(--ink);
  color: var(--cream);
}

.ink-band .muted,
.ink-band p {
  color: color-mix(in oklab, var(--cream) 75%, transparent);
}

.sage-band {
  background: var(--sage);
  color: var(--cream);
}

.sage-band p {
  color: color-mix(in oklab, var(--cream) 80%, transparent);
}

.cta-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 3.5rem 0;
}

.cards {
  display: grid;
  gap: 1rem;
}

.card {
  background: var(--paper-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.35rem;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

a.card:hover {
  border-color: var(--sage);
}

.card h3 {
  font-size: 1.35rem;
}

.num {
  font-family: var(--font-display);
  font-size: 0.85rem;
  color: var(--sage);
}

.quote {
  margin: 0;
}

.quote figcaption {
  margin-top: 1.25rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--stone);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
  text-align: left;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

th,
td {
  padding: 0.75rem 1rem;
  border-top: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: var(--paper-sunken);
  color: var(--stone);
  font-weight: 500;
}

td.accent {
  color: var(--sage);
}

.page-grid {
  display: grid;
  gap: 2.5rem;
}

/* Cascade */
.cascade {
  display: grid;
  gap: 2rem;
}

.cascade-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cascade-list button {
  display: flex;
  width: 100%;
  gap: 1rem;
  padding: 0.85rem 0 0.85rem 1rem;
  border: 0;
  border-left: 2px solid var(--line);
  background: transparent;
  text-align: left;
  color: var(--stone);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.cascade-list button.is-active {
  border-left-color: var(--ink);
  color: var(--ink);
}

.cascade-list button.is-accent.is-active {
  border-left-color: var(--sage);
}

.cascade-list .n {
  font-size: 0.85rem;
  color: var(--stone-soft);
}

.cascade-panel {
  border-radius: var(--radius);
  padding: 1.75rem;
  background: var(--paper-elevated);
}

.cascade-panel.is-accent {
  background: var(--sage);
  color: var(--cream);
}

.cascade-more {
  margin-top: 1.25rem;
}

.cascade-more a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cascade-panel.is-accent .cascade-more a {
  color: var(--cream);
}

.steps {
  display: grid;
  gap: 1rem;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 1.1rem 0;
}

.faq summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.25rem;
  list-style: none;
}

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

.faq details p {
  color: var(--stone);
  padding-right: 2rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0 0 1.25rem;
  font-size: 0.8rem;
  color: var(--stone);
}

.breadcrumb a:hover {
  color: var(--ink);
}

.breadcrumb span[aria-hidden] {
  opacity: 0.5;
}

.prose h2 {
  margin-top: 2.25rem;
}

.prose p,
.prose li {
  color: var(--stone);
}

.prose ul {
  padding-left: 1.15rem;
}

.related {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.related a {
  display: block;
  padding: 0.9rem 1.1rem;
  background: var(--paper-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 500;
}

.related a:hover {
  border-color: var(--sage);
}

.copy-block {
  margin: 0.75rem 0 1.5rem;
  padding: 1rem 1.1rem;
  background: var(--paper-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  white-space: pre-wrap;
  font-family: var(--font-sans);
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ink);
}

.form {
  display: grid;
  gap: 1.15rem;
}

.form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
}

.form input,
.form textarea {
  min-height: 2.75rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-elevated);
  color: var(--ink);
  font: inherit;
  padding: 0.55rem 0.9rem;
}

.form textarea {
  min-height: 8rem;
}

.form .check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-weight: 400;
  color: var(--stone);
}

.form .check input {
  width: 1.15rem;
  height: 1.15rem;
  min-height: 0;
  margin-top: 0.2rem;
}

.aside-stack {
  display: grid;
  gap: 1rem;
}

.map iframe {
  width: 100%;
  height: 20rem;
  border: 0;
  filter: grayscale(20%);
}

.site-footer {
  background: var(--ink);
  color: var(--cream);
}

.footer-grid {
  display: grid;
  gap: 2.5rem;
  padding: 3.5rem 0;
}

.footer-grid a:hover {
  color: var(--cream);
}

.footer-grid p,
.footer-grid address,
.footer-grid li {
  color: color-mix(in oklab, var(--cream) 80%, transparent);
}

.footer-grid ul {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
}

.footer-grid li {
  margin: 0.35rem 0;
}

.foot-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: color-mix(in oklab, var(--cream) 50%, transparent);
}

.legal {
  border-top: 1px solid color-mix(in oklab, var(--cream) 10%, transparent);
  padding: 1.25rem 0 2rem;
  font-size: 0.7rem;
  line-height: 1.55;
  color: color-mix(in oklab, var(--cream) 40%, transparent);
}

.legal-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}

.dot {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.55rem;
  border-radius: 999px;
  background: var(--sage);
  flex-shrink: 0;
}

.list-dot {
  display: flex;
  gap: 0.5rem;
  color: var(--stone);
}

.alert {
  background: var(--sage-mist);
  border-radius: var(--radius);
  padding: 1.5rem;
}

@media (min-width: 640px) {
  .brand-sub {
    display: block;
  }
  .hero .frame img {
    aspect-ratio: 4 / 3;
  }
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cards-2 {
    grid-template-columns: 1fr 1fr;
  }
  .cards-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .hero {
    grid-template-columns: 1.05fr 0.95fr;
    padding: 4rem 0;
  }
  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .split {
    grid-template-columns: 1fr 1fr;
  }
  .cascade {
    grid-template-columns: 1fr 1.1fr;
  }
  .cards-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .cta-inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .footer-grid {
    grid-template-columns: 4fr 3fr 3fr 4fr;
  }
  .page-grid {
    grid-template-columns: 1.1fr 0.9fr;
  }
  .span-2 {
    grid-column: span 2;
  }
}

@media (min-width: 1120px) {
  .menu-btn {
    display: none;
  }
  .nav-desk {
    display: flex;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .card,
  .btn {
    transition: none;
  }
}

@media print {
  .site-header,
  .site-footer,
  .menu-btn,
  .no-print {
    display: none !important;
  }
}

.check-list {
  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--paper-elevated);
}

.check-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.85rem 1.1rem;
  border-bottom: 1px solid var(--line);
}

.check-list li:last-child {
  border-bottom: 0;
}

.check-list input {
  margin-top: 0.35rem;
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--sage);
}

.check-list a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.check-list label.is-done {
  color: var(--stone);
  text-decoration: line-through;
}

.serp {
  margin: 1rem 0 2rem;
  padding: 1.1rem 1.2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.serp .serp-url {
  font-size: 0.78rem;
  color: #202124;
}

.serp .serp-title {
  font-family: var(--font-sans);
  font-size: 1.15rem;
  color: #1a0dab;
  margin: 0.15rem 0;
}

.serp .serp-meta {
  font-size: 0.88rem;
  color: #4d5156;
  margin: 0;
}
