:root {
  color-scheme: light;
  --paper: #f6f5ed;
  --ink: #283e31;
  --forest: #304c3c;
  --muted: #5b6853;
  --line: #dcdfd1;
  --yellow: #eddf93;
  font-family: "Avenir Next", Avenir, "Trebuchet MS", sans-serif;
  background: var(--paper);
  color: var(--ink);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  overflow-x: clip;
}
a {
  color: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
button:focus-visible,
a:focus-visible {
  outline: 3px solid #a67819;
  outline-offset: 5px;
}
button {
  cursor: pointer;
}
svg {
  display: block;
}
.page {
  overflow: clip;
  max-width: 1328px;
  padding: 0 64px;
  margin: auto;
}
.header {
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
}
.brand img {
  border-radius: 12px;
}
.header-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-size: 12px;
  text-decoration: none;
  color: var(--muted);
}
.launch-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #73885f;
}
.header-link:hover {
  text-decoration: underline;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 74px 0 84px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 1.9px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 27px;
}
.small-line {
  width: 26px;
  height: 1px;
  background: var(--forest);
}
h1 {
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-size: clamp(52px, 5.8vw, 78px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -3px;
  margin: 0 0 28px;
}
h1 em {
  font-weight: 400;
  position: relative;
}
h1 em:after {
  content: "";
  position: absolute;
  bottom: 2px;
  height: 9px;
  left: 0;
  right: 0;
  background: var(--yellow);
  z-index: -1;
  transform: rotate(-2deg);
}
.hero-copy {
  position: relative;
  z-index: 1;
}
.intro {
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
  margin: 0 0 29px;
}
.primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 0 24px;
  background: var(--forest);
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fcfcf6;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
}
.primary-link:active {
  transform: scale(0.98);
}
.primary-link svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (hover: hover) {
  .primary-link:hover {
    background: #233e2e;
    transform: translateY(-2px);
  }
}
.availability {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: var(--muted);
  margin-top: 17px;
}
.availability svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.2;
}
.preview-wrap {
  position: relative;
  scroll-margin-top: 35px;
  min-width: 0;
}
.orbit {
  position: absolute;
  border: 1px solid #e4e5d9;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  left: 6%;
  top: -32px;
  width: 90%;
  height: 510px;
  transform: rotate(-25deg);
}
.orbit-two {
  transform: rotate(22deg);
  left: 1%;
  top: 0;
  width: 101%;
  height: 440px;
}
.reader {
  background: #fdfcf7;
  border: 1px solid #dce0d3;
  border-radius: 13px;
  box-shadow: 0 22px 65px -32px #3c523449;
  transform: rotate(1deg);
  overflow: hidden;
}
.browser-bar {
  height: 45px;
  border-bottom: 1px solid #e5e7dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background: #f1f2e9;
  color: #5b6853;
  font-size: 10px;
}
.browser-dots {
  display: flex;
  gap: 5px;
}
.browser-dots i {
  width: 6px;
  height: 6px;
  border: 1px solid #c3caba;
  border-radius: 50%;
}
.browser-bar svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.1;
}
.article {
  padding: 33px 37px 26px;
}
.article-label {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #5b6853;
  display: flex;
  justify-content: space-between;
  margin: 0 0 24px;
}
.article-label span {
  letter-spacing: 0.7px;
  font-size: 8px;
}
.article h2 {
  font:
    400 34px/1.15 "Iowan Old Style",
    Palatino,
    Georgia,
    serif;
  letter-spacing: -0.8px;
  margin: 0 0 16px;
}
.article-lead,
.article-tail {
  font:
    14px/1.8 Georgia,
    serif;
  color: #5b6853;
  margin: 0 0 18px;
}
.reading-line {
  font:
    18px/1.95 Georgia,
    serif;
  color: #3b4937;
  margin: 0 0 18px;
}
.reading-line span {
  border-radius: 3px;
  background: #eef0d6;
  box-shadow: 0 0 0 2px #eef0d6;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.reading-line span.active {
  background: var(--yellow);
  box-shadow: 0 0 0 2px var(--yellow);
}
.article-tail {
  margin: 0;
  color: #5b6853;
}
.reader-bottom {
  border-top: 1px solid #eceee3;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}
.preview-caption {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #5b6853;
}
.status-dot {
  width: 5px;
  height: 5px;
  background: #80916c;
  border-radius: 50%;
}
.reader-controls {
  display: flex;
  align-items: center;
  gap: 13px;
}
.speed {
  border: 0;
  background: transparent;
  color: var(--forest);
  font-size: 12px;
  min-width: 44px;
  min-height: 44px;
  padding: 0 4px;
}
.play {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--forest);
  color: #faf9ee;
}
.play:hover {
  background: #456149;
}
.play svg {
  width: 20px;
  height: 20px;
}
.play-icon {
  fill: currentColor;
}
.pause-icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  display: none;
}
.play[aria-pressed="true"] .play-icon {
  display: none;
}
.play[aria-pressed="true"] .pause-icon {
  display: block;
}
[hidden] {
  display: none !important;
}
.preview-note {
  font-size: 10px;
  text-align: center;
  color: #5b6853;
  margin: 22px -15px 0;
  line-height: 1.7;
}
.preview-note > span:first-child {
  font:
    19px Georgia,
    serif;
  margin-right: 7px;
  color: #99a58b;
}
.sound-note {
  color: #57684e;
  margin-left: 4px;
}
.features {
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 38px 0 50px;
}
.feature-number {
  font-size: 9px;
  letter-spacing: 1px;
  color: #5b6853;
}
.features h2 {
  font:
    400 23px/1.2 "Iowan Old Style",
    Palatino,
    Georgia,
    serif;
  margin: 15px 0 11px;
  letter-spacing: -0.3px;
}
.features p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
  max-width: 280px;
}
.coming-soon {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  background: #e9ecdf;
  border-radius: 9px;
  padding: 35px 40px;
  margin: 0 0 44px;
  scroll-margin-top: 30px;
}
.coming-soon .eyebrow {
  font-size: 8px;
  letter-spacing: 1.6px;
  margin-bottom: 14px;
  color: #5b6853;
}
.coming-soon h2 {
  font:
    400 31px/1.2 "Iowan Old Style",
    Palatino,
    Georgia,
    serif;
  margin: 0;
  letter-spacing: -0.5px;
}
.launch-status {
  flex-shrink: 0;
  text-align: right;
}
.coming-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--forest);
}
.coming-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #73885f;
}
.launch-status p {
  font-size: 10px;
  line-height: 1.7;
  color: #5b6853;
  margin: 8px 0 0;
}
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding-bottom: 31px;
  font-size: 10px;
  color: #5b6853;
}
footer p {
  margin: 0;
}
.footer-brand {
  font-size: 17px;
  letter-spacing: -0.6px;
  color: var(--forest);
  text-decoration: none;
}
footer > span {
  font-size: 9px;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  padding: 12px;
  background: var(--forest);
  color: white;
  transform: translateY(-150%);
  z-index: 10;
}
.skip-link:focus {
  transform: translateY(0);
}
@media (min-width: 1400px) {
  .hero {
    padding-top: 90px;
    padding-bottom: 100px;
    gap: 75px;
  }
}
@media (max-width: 1050px) {
  .page {
    padding: 0 40px;
  }
  .hero {
    gap: 30px;
    padding: 50px 0 60px;
  }
  h1 {
    font-size: 59px;
  }
  .article {
    padding: 29px 27px 24px;
  }
  .article h2 {
    font-size: 29px;
  }
  .reading-line {
    font-size: 17px;
  }
  .intro {
    font-size: 14px;
  }
  .features {
    gap: 36px;
  }
  .coming-soon h2 {
    font-size: 28px;
  }
}
@media (max-width: 760px) {
  .page {
    padding: 0 25px;
  }
  .header {
    height: 89px;
  }
  .brand {
    font-size: 23px;
  }
  .brand img {
    width: 33px;
    height: 33px;
    border-radius: 10px;
  }
  .header-link {
    font-size: 11px;
    gap: 7px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding: 40px 0 52px;
    gap: 51px;
  }
  .hero-copy {
    max-width: 500px;
  }
  .eyebrow {
    font-size: 8px;
    letter-spacing: 1.5px;
    margin-bottom: 23px;
  }
  h1 {
    font-size: clamp(48px, 9.5vw, 69px);
    letter-spacing: -2px;
    line-height: 1.06;
    margin-bottom: 22px;
  }
  .intro {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 23px;
  }
  .availability {
    font-size: 10px;
  }
  .preview-wrap {
    max-width: 490px;
    width: 100%;
    justify-self: center;
  }
  .reader {
    transform: rotate(0.7deg);
  }
  .article {
    padding: 29px 28px 24px;
  }
  .article h2 {
    font-size: 31px;
  }
  .article-label {
    margin-bottom: 21px;
  }
  .reading-line {
    font-size: 18px;
  }
  .preview-note {
    font-size: 9px;
    margin-top: 17px;
  }
  .orbit {
    height: 460px;
    max-width: 100%;
  }
  .orbit-two {
    height: 405px;
  }
  .features {
    gap: 28px;
    grid-template-columns: 1fr;
    padding: 31px 0 35px;
  }
  .features article {
    position: relative;
    padding-left: 33px;
  }
  .feature-number {
    position: absolute;
    left: 0;
    top: 5px;
  }
  .features h2 {
    margin: 0 0 8px;
    font-size: 24px;
  }
  .features p {
    max-width: 400px;
    font-size: 12px;
  }
  .coming-soon {
    padding: 28px 26px;
    align-items: start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 31px;
  }
  .coming-soon h2 {
    font-size: 30px;
    max-width: 290px;
  }
  .launch-status {
    text-align: left;
  }
  .launch-status p br {
    display: none;
  }
  .launch-status p {
    font-size: 10px;
  }
  footer {
    flex-wrap: wrap;
    gap: 14px;
    padding-bottom: 25px;
  }
  footer p {
    text-align: right;
    flex-grow: 1;
    font-size: 9px;
  }
  footer > span {
    width: 100%;
    font-size: 8px;
  }
}
@media (max-width: 360px) {
  .page {
    padding: 0 19px;
  }
  h1 {
    font-size: 46px;
  }
  .article {
    padding: 25px 22px;
  }
  .article h2 {
    font-size: 28px;
  }
  .reading-line {
    font-size: 16px;
  }
  .preview-note {
    font-size: 8px;
  }
  .intro {
    font-size: 13px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
  .reader {
    transform: none;
  }
}
