:root {
  --paper: #faf9f5;
  --ink: #18332d;
  --muted: #586761;
  --line: #d7ded5;
  --green: #215b47;
  --pale: #e9efe4;
  --white: #fff;
  --amber: #fff0d0;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 2rem;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button,
input,
select {
  font: inherit;
}
button,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: var(--green);
  color: white;
  border: 1px solid var(--green);
  border-radius: 6px;
  padding: 0.85rem 1.15rem;
  font-weight: 650;
  text-decoration: none;
  cursor: pointer;
  min-height: 46px;
}
button:hover,
.button:hover {
  background: #163e30;
}
button:disabled,
fieldset:disabled button {
  opacity: 0.55;
  cursor: not-allowed;
}
button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
button.secondary:hover {
  background: var(--pale);
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid #bd701b;
  outline-offset: 4px;
}
.container {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}
.readiness {
  padding: 0.65rem 2rem;
  text-align: center;
  font-size: 0.8rem;
  background: var(--amber);
  color: #634817;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 26px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.1rem;
  letter-spacing: -0.04em;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}
.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-size: 1.45rem;
  letter-spacing: -0.12em;
  padding-right: 0.12em;
}
.header nav {
  display: flex;
  gap: 1.7rem;
  font-size: 0.85rem;
}
.header nav a {
  text-decoration: none;
}
.header nav a:hover {
  text-decoration: underline;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr;
  gap: 5rem;
  padding-block: 80px 88px;
  align-items: center;
}
.eyebrow {
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(2.8rem, 5.4vw, 4.5rem);
  line-height: 1.03;
  margin-bottom: 24px;
}
h2 {
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1.12;
}
h3 {
  font-size: 1rem;
  line-height: 1.45;
}
p {
  line-height: 1.65;
}
.hero-copy {
  font-size: 1.03rem;
  color: var(--muted);
  max-width: 490px;
}
.actions {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  margin-block: 24px;
}
.text-link {
  font-size: 0.86rem;
  font-weight: 650;
}
.small {
  font-size: 0.78rem;
}
.muted {
  color: var(--muted);
}
.editorial-card {
  background: var(--pale);
  padding: 32px;
  border: 1px solid #d5dfce;
  box-shadow: 12px 12px 0 #f0f0e9;
  border-radius: 6px;
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 28px;
}
.pill {
  display: inline-block;
  border: 1px solid #becbb7;
  border-radius: 30px;
  padding: 4px 9px;
  font-size: 0.65rem;
  white-space: nowrap;
}
.editorial-card h2 {
  font-size: 2.4rem;
}
.editorial-card dl {
  margin: 25px 0;
}
.editorial-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #cad5c5;
  padding: 11px 0;
  font-size: 0.78rem;
}
.editorial-card dt {
  font-weight: 650;
}
.editorial-card dd {
  margin: 0;
  text-align: right;
}
.editorial-card > p {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 0;
}
.steps {
  border-top: 1px solid var(--line);
  padding-block: 45px 64px;
  display: grid;
  grid-template-columns: 0.8fr 1.5fr;
  gap: 50px;
}
.steps h2 {
  font-size: 1.9rem;
}
.steps ol {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
}
.steps li > span {
  font-family: Georgia, serif;
  font-size: 1.5rem;
  color: #6d8976;
  display: block;
  margin-bottom: 15px;
}
.steps p {
  font-size: 0.82rem;
  color: var(--muted);
}
.opportunity-section {
  padding: 64px 0;
  background: #f0f2ec;
  border-block: 1px solid var(--line);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
}
.section-heading h2 {
  margin-bottom: 12px;
}
.scope {
  font-size: 0.8rem;
  max-width: 780px;
  color: var(--muted);
}
.filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  margin-block: 28px 20px;
}
label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
}
input:not([type="checkbox"]),
select {
  display: block;
  width: 100%;
  padding: 11px 12px;
  margin-top: 7px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid #bdc8bc;
  border-radius: 5px;
  min-height: 44px;
}
input[type="checkbox"] {
  accent-color: var(--green);
  width: 17px;
  height: 17px;
  flex-shrink: 0;
}
#results-status {
  font-size: 0.8rem;
  color: var(--muted);
}
.notice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.notice-card {
  background: white;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.notice-card .card-top {
  margin-bottom: 16px;
}
.notice-card h3 {
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.notice-card .buyer {
  font-size: 0.78rem;
  color: var(--muted);
  margin-bottom: 12px;
}
.notice-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin: 0 0 18px;
}
.notice-card dt {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
}
.notice-card dd {
  margin: 4px 0 0;
  font-size: 0.83rem;
  font-weight: 600;
}
.notice-card .description {
  font-size: 0.82rem;
  color: var(--muted);
}
.notice-card .source-link {
  font-size: 0.82rem;
  font-weight: 650;
  margin-top: auto;
  padding-top: 18px;
}
.notice-card details {
  font-size: 0.8rem;
  margin-top: 10px;
}
.notice-card details p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.notice-card ul {
  padding-left: 20px;
  font-size: 0.78rem;
  line-height: 1.65;
}
.caution {
  background: #fff6e4;
  padding: 10px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pricing {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 90px;
  padding-block: 80px;
  align-items: center;
}
.pricing > div > p {
  max-width: 500px;
}
.price-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
}
.price {
  font-family: Georgia, serif;
  font-size: 3.6rem;
  letter-spacing: -0.05em;
  margin: 16px 0;
}
.price span {
  font-family: system-ui, sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0;
  color: var(--muted);
}
.price-card ul {
  padding-left: 18px;
  line-height: 2.1;
  font-size: 0.86rem;
  margin-bottom: 24px;
}
.price-card .button {
  width: 100%;
}
.price-card .small {
  margin: 13px 0 0;
  text-align: center;
  color: var(--muted);
}
.signup-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding-block: 60px;
  border-top: 1px solid var(--line);
}
.signup-section > div > p {
  max-width: 360px;
}
.panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
}
.panel label {
  margin-bottom: 18px;
}
.panel fieldset {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
.panel legend {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.choices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.choices label,
.check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.77rem;
  font-weight: 400;
  line-height: 1.5;
}
.choices label {
  margin: 0;
}
.check input {
  margin-top: 2px;
}
.availability {
  font-size: 0.8rem;
  background: var(--amber);
  padding: 12px;
  border-radius: 5px;
}
.form-status {
  font-size: 0.82rem;
  margin: 12px 0 0;
  min-height: 1.2rem;
}
.error {
  color: #a12720;
}
.account-section {
  padding-block: 30px 60px;
}
.account-section .panel {
  max-width: 650px;
}
.account-actions {
  gap: 10px;
}
.account-deletion {
  margin-top: 28px;
  font-size: 0.8rem;
}
.legal-section {
  padding-block: 24px;
  border-top: 1px solid var(--line);
}
.legal-section details {
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.8rem;
}
.legal-section summary {
  font-weight: 650;
  cursor: pointer;
  margin-bottom: 12px;
}
.legal-section p {
  max-width: 850px;
}
.footer {
  padding-block: 28px 40px;
  font-size: 0.8rem;
  color: var(--muted);
}
.footer .brand {
  color: var(--ink);
  margin-bottom: 12px;
}
.footer p {
  margin-bottom: 7px;
}
.skip {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 20;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 20px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
[hidden] {
  display: none !important;
}
@media (max-width: 850px) {
  .container {
    width: calc(100% - 40px);
  }
  .hero {
    gap: 32px;
    padding-block: 50px;
  }
  .header {
    align-items: flex-start;
    gap: 20px;
  }
  .header nav {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pricing {
    gap: 35px;
  }
  .signup-section {
    gap: 35px;
  }
  .editorial-card {
    padding: 23px;
  }
  .card-top {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .readiness {
    padding: 10px 15px;
    font-size: 0.72rem;
  }
  .header {
    flex-direction: column;
    padding-block: 20px;
    gap: 18px;
  }
  .header nav {
    justify-content: flex-start;
    gap: 19px;
    font-size: 0.78rem;
  }
  .hero,
  .pricing,
  .signup-section {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-block: 42px 50px;
    gap: 28px;
  }
  h1 {
    font-size: 3.1rem;
  }
  .hero-copy {
    font-size: 0.96rem;
  }
  .hero .actions {
    gap: 18px;
  }
  .editorial-card {
    box-shadow: 6px 6px 0 #eeeee7;
  }
  .steps {
    padding-block: 35px;
  }
  .steps ol {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .steps li {
    position: relative;
    padding-left: 45px;
  }
  .steps li > span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .steps h3 {
    margin-bottom: 5px;
  }
  .filters {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .section-heading {
    display: block;
  }
  .notice-grid {
    grid-template-columns: 1fr;
  }
  .notice-card {
    padding: 20px;
  }
  .opportunity-section {
    padding-block: 40px;
  }
  .pricing,
  .signup-section {
    padding-block: 45px;
  }
  .pricing {
    gap: 25px;
  }
  .panel {
    padding: 20px;
  }
  .choices {
    gap: 8px 15px;
  }
  .account-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .account-actions button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
