:root {
  color-scheme: light;
  --canvas: #f3f0e7;
  --paper: #fffcf5;
  --ink: oklch(0.285 0.018 53);
  --muted: oklch(0.49 0.015 53);
  --line: oklch(0.85 0.017 70);
  --accent: oklch(0.49 0.14 37);
  --accent-hover: oklch(0.44 0.14 37);
  --small: 0.8125rem;
  --body: 1rem;
  --serif: "Iowan Old Style", serif;
  --sans: "Helvetica Neue", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-block-start: 24px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: var(--sans); font-size: var(--body); line-height: 1.5; font-synthesis: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, p, form { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 5px; }
::selection { background: var(--accent); color: var(--paper); }
[hidden] { display: none !important; }
#main:focus { outline: none; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 10; padding: 8px 16px; background: var(--paper); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.shell { width: min(1184px, calc(100% - 96px)); margin-inline: auto; }
.signin { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 10px 20px; border: 0; border-radius: 0; background: var(--accent); color: var(--paper); font-weight: 500; font-size: 14px; line-height: 1.4; text-decoration: none; white-space: nowrap; user-select: none; transition: background-color 160ms, transform 160ms; }
.signin:hover { background: var(--accent-hover); }
.signin:active { transform: scale(0.96); }
.signin:disabled { cursor: wait; }
.introduction { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); margin-block-start: 24px; border-block-start: 1px solid var(--line); }
.intro-title { display: flex; align-items: center; padding: 28px 44px 28px 0; }
h1 { max-width: 23ch; font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -0.03em; line-height: 1.15; }
.intro-details { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; align-content: center; gap: 24px; padding: 28px 36px; border-inline-start: 1px solid var(--line); background: var(--paper); }
.intro-offer h2 { font-size: 18px; font-weight: 500; line-height: 1.3; }
.intro-offer a { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: var(--small); text-decoration-color: var(--line); }
.intro-offer a:hover { color: var(--ink); text-decoration-color: currentColor; }
.handoff { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); border-block: 1px solid var(--line); }
.bookmarks { padding-block: 26px 30px; padding-inline-end: 44px; }
.section-title { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; }
.section-title h2 { font-size: 16px; font-weight: 500; line-height: 1.4; }
.bookmark-list { margin: 12px 0 0; padding: 0; list-style: none; }
.bookmark { padding-block: 23px; border-block-end: 1px solid var(--line); }
.bookmark:last-child { border: 0; padding-block-end: 8px; }
.bookmark h3 { font-family: var(--serif); font-size: 22px; font-weight: 400; letter-spacing: -0.025em; line-height: 1.3; text-wrap: pretty; }
.source-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--muted); font-size: var(--small); text-decoration-color: transparent; transition: color 160ms, text-decoration-color 160ms; }
.source-link:hover { color: var(--ink); text-decoration-color: currentColor; }
.morning { display: flex; min-width: 0; flex-direction: column; padding: 26px 36px 30px; border-inline-start: 1px solid var(--line); background: var(--paper); }
.post-count { display: inline-flex; align-items: center; gap: 4px; color: var(--muted); font-size: var(--small); font-variant-numeric: tabular-nums; white-space: nowrap; }
.post-count strong { color: var(--ink); font-weight: 500; }
.mail-addresses { display: grid; grid-template-columns: auto 1fr; gap: 3px 18px; margin-block: 24px 26px; font-size: var(--small); }
.mail-addresses dt { color: var(--muted); }
.mail-addresses dd { margin: 0; }
.email-body { flex: 1; }
.salutation { margin-block-end: 7px; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -0.025em; line-height: 1.2; }
.email-intro { max-width: 36ch; color: var(--muted); font-size: 15px; line-height: 1.6; text-wrap: pretty; }
.email-posts { display: flex; flex-direction: column; margin-block-start: 24px; }
.email-post { padding-block: 19px; border-block-start: 1px solid var(--line); }
.email-post h3 { font-size: 16px; font-weight: 500; line-height: 1.45; text-wrap: pretty; }
.email-post h3 a { text-decoration-color: oklch(0.7 0.03 53); transition: text-decoration-color 160ms; }
.email-post h3 a:hover { text-decoration-color: currentColor; }
.email-post p { margin-block-start: 8px; color: var(--muted); font-size: var(--small); }
.subscription { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); background-color: var(--accent); background-image: url("/noise-light.png"); color: var(--paper); }
.trial { padding: 36px 40px; }
.subscription h2 { font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -0.025em; line-height: 1.2; }
.trial p { max-width: 30ch; margin-block-start: 14px; font-size: 16px; line-height: 1.6; text-wrap: pretty; }
.legal-links { display: flex; gap: 20px; margin-block-start: 12px; color: var(--paper); font-size: var(--small); }
.legal-links a { display: inline-flex; align-items: center; min-height: 44px; }
.legal-links a:focus-visible { outline-color: var(--paper); }
.pricing-plans { min-width: 0; padding: 36px 36px 32px; }
.pricing-table { width: 100%; border-collapse: collapse; table-layout: fixed; font-variant-numeric: tabular-nums; }
.pricing-table th, .pricing-table td { text-align: end; }
.pricing-table th:first-child { width: 27%; text-align: start; }
.pricing-table th:last-child { width: 32%; }
.pricing-table thead th { padding-block-end: 14px; color: var(--paper); font-size: var(--small); font-weight: 400; vertical-align: bottom; }
.pricing-table tbody th, .pricing-table tbody td { padding-block: 15px; border-block-start: 1px solid rgb(255 252 245 / 0.22); font-size: 16px; font-weight: 400; }
.pricing-table tbody td:last-child { font-weight: 500; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

@media (max-width: 1000px) {
  .shell { width: calc(100% - 56px); }
  .introduction, .handoff, .subscription { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); }
  .intro-title { padding-inline-end: 28px; }
  .intro-details { grid-template-columns: 1fr; gap: 8px; padding-inline: 28px; }
  .intro-details .signin { width: 100%; }
  .bookmarks { padding-inline-end: 28px; }
  .morning, .trial, .pricing-plans { padding-inline: 28px; }
  .bookmark h3 { font-size: 20px; }
}

@media (max-width: 720px) {
  .shell { width: calc(100% - 40px); }
  .introduction { grid-template-columns: 1fr; margin-block-start: 16px; }
  .intro-title { padding: 20px 0; }
  h1 { max-width: 23ch; font-size: 30px; }
  .intro-details { margin-inline: -20px; padding: 16px 20px 20px; border-inline-start: 0; border-block-start: 1px solid var(--line); }
  .handoff { grid-template-columns: 1fr; border-block-end: 0; }
  .bookmarks { padding: 23px 0 28px; }
  .bookmark { padding-block: 18px; }
  .bookmark h3 { max-width: 31ch; font-size: 21px; }
  .morning { margin-inline: -20px; padding: 24px 20px 26px; border-block: 1px solid var(--line); border-inline-start: 0; }
  .mail-addresses { margin-block: 22px; }
  .salutation { font-size: 26px; }
  .subscription { grid-template-columns: 1fr; margin-inline: -20px; }
  .subscription h2 { max-width: 21ch; font-size: 26px; }
  .trial { padding: 30px 20px 26px; }
  .pricing-plans { padding: 0 20px 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
