@font-face {
  font-family: TuckSerif;
  src: local("Iowan Old Style"), local("Palatino");
  font-display: swap;
}
:root {
  color-scheme: light;
  --paper: #f7f5ef;
  --ink: #252820;
  --muted: #62665b;
  --line: #dcded2;
  --orange: #b84625;
  --serif: TuckSerif, Georgia, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
}
button {
  font: inherit;
  cursor: pointer;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange);
  outline-offset: 5px;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.page-shell {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px 40px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  background: var(--ink);
  color: white;
  padding: 10px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wordmark {
  text-decoration: none;
  font: 700 38px/1 var(--serif);
  letter-spacing: -2px;
}
.brand-dot {
  color: var(--orange);
}
.brand-menu {
  position: relative;
  z-index: 10;
}
.brand-mark {
  display: grid;
  place-items: center;
  background: var(--orange);
  border-radius: 12px;
  width: 38px;
  height: 38px;
  color: var(--paper);
  list-style: none;
  cursor: pointer;
}
.brand-mark::-webkit-details-marker {
  display: none;
}
.brand-mark svg {
  width: 25px;
  height: 25px;
  stroke-width: 2.4;
  transition: transform 0.16s ease;
}
.brand-menu[open] .brand-mark svg {
  transform: rotate(-90deg);
}
.brand-popup {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 9px;
  width: 220px;
}
.brand-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 24px #25282020;
}
.brand-card p {
  margin: 3px 8px 9px;
  font: italic 20px var(--serif);
  color: var(--orange);
}
.brand-card a {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  text-decoration: none;
  font-size: 13px;
  border-radius: 5px;
}
.brand-card a:hover,
.brand-card a:focus-visible {
  background: #ebece2;
}
.header nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  font-weight: 500;
}
.header nav a {
  text-decoration: none;
}
.header nav a:hover {
  text-decoration: underline;
}
.hero {
  text-align: center;
  padding: 33px 0 31px;
}
.hero h1 {
  font: 400 clamp(29px, 6.8vw, 76px) / 1.12 var(--serif);
  letter-spacing: -2.7px;
  margin: 0 0 17px;
}
.hero h1 em {
  color: var(--orange);
  font-weight: 400;
}
.hero-copy {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 620px;
  margin: 0 auto 22px;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 21px;
  background: var(--ink);
  color: var(--paper);
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 3px 0 #00000012;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button:hover {
  background: var(--orange);
  transform: translateY(-1px);
}
.button svg {
  width: 19px;
  height: 19px;
}
.free-note {
  font: italic 20px var(--serif);
  color: var(--orange);
}
.compatibility {
  font-size: 11px;
  color: var(--muted);
  margin: 13px 0 0;
}
.demo {
  margin: 0;
}
.desktop {
  --bar: #326a87;
  --bar-text: #f8faff;
  position: relative;
  height: 225px;
  border: 5px solid #e7e8de;
  border-radius: 15px;
  background: #c2d8da;
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 6px 20px #292f2510;
}
.desktop[data-theme="dark"] {
  --bar: #292e31;
  background: #9faca4;
}
.landscape {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}
.sun {
  position: absolute;
  border-radius: 50%;
  height: 94px;
  width: 94px;
  top: 85px;
  right: 175px;
  background: #f4e4b2;
}
.hill {
  position: absolute;
  border-radius: 50%;
  height: 320px;
  width: 900px;
}
.hill-back {
  background: #839d8c;
  right: -200px;
  bottom: -260px;
  transform: rotate(-16deg);
}
.hill-front {
  background: #536f63;
  right: -420px;
  bottom: -235px;
  transform: rotate(-20deg);
}
.menu-bar {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bar);
  color: var(--bar-text);
  padding: 0 18px;
  font-size: 12px;
  transition: background 0.2s;
}
.menu-left,
.menu-right {
  display: flex;
  align-items: center;
  gap: 19px;
}
.menu-left {
  white-space: nowrap;
}
.apple {
  font-size: 15px;
}
.menu-right {
  gap: 16px;
}
.menu-icon {
  display: flex;
  align-items: center;
}
.menu-icon svg {
  width: 18px;
  height: 18px;
}
.menu-time {
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  white-space: nowrap;
}
.demo-toggle {
  display: grid;
  place-items: center;
  align-self: stretch;
  background: transparent;
  border: 0;
  color: var(--bar-text);
  height: 38px;
  width: 36px;
  margin-left: -6px;
  position: relative;
}
.demo-toggle:hover,
.demo-toggle[aria-expanded="true"] {
  background: #ffffff20;
}
.demo-toggle:focus-visible {
  outline-color: white;
  outline-offset: -4px;
}
.demo-toggle svg {
  width: 20px;
  height: 20px;
  transition: transform 0.16s;
}
.demo-toggle[aria-expanded="true"] svg {
  transform: rotate(-90deg);
}
.demo-tray {
  position: absolute;
  right: 86px;
  top: 46px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 13px 17px;
  color: var(--bar-text);
  background: var(--bar);
  border: 1px solid #ffffff35;
  border-radius: 11px;
  box-shadow: 0 5px 15px #17242125;
  transition: background 0.2s;
}
.demo-tray[hidden] {
  display: none;
}
.demo-tray svg {
  width: 23px;
  height: 23px;
}
.demo-hint {
  position: absolute;
  right: 230px;
  top: 72px;
  font: italic 17px/1.35 var(--serif);
  color: #2b514e;
  transform: rotate(-5deg);
}
.demo-hint span {
  position: absolute;
  right: -35px;
  top: -17px;
  font: 50px var(--serif);
  transform: rotate(-12deg);
}
.desktop:has(.demo-toggle[aria-expanded="true"]) .demo-hint {
  visibility: hidden;
}
.theme-picker {
  position: absolute;
  bottom: 17px;
  left: 20px;
  display: flex;
  gap: 8px;
  background: #f7f5ef9e;
  border-radius: 30px;
  padding: 8px;
}
.theme-swatch {
  border-radius: 50%;
  height: 24px;
  width: 24px;
  border: 3px solid transparent;
  background-clip: padding-box;
  padding: 0;
}
.theme-swatch[aria-pressed="true"] {
  outline: 1px solid #2b514e;
  outline-offset: 2px;
}
.theme-swatch.blue {
  background-color: #326a87;
}
.theme-swatch.dark {
  background-color: #292e31;
}
.demo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  color: var(--muted);
  margin: 10px 5px 0;
}
.demo-label {
  font-size: 10px;
  align-self: center;
  white-space: nowrap;
}
.details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
  margin: 32px 0;
}
.details h2 {
  font: 400 25px/1.2 var(--serif);
  letter-spacing: -0.5px;
  margin: 0 0 10px;
}
.details p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0;
}
.install {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 29px 0 26px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 34px;
}
.install h2 {
  font: 400 34px/1.12 var(--serif);
  letter-spacing: -1px;
  margin: 0;
}
.install h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}
.install-download p {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 8px;
}
.text-link {
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}
.text-link span {
  margin-left: 4px;
}
.brew {
  margin-top: 20px;
}
.brew-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.brew-heading > span {
  font:
    9px ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: 1px;
  color: var(--muted);
}
.command {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  background: #eeeee6;
  border: 1px solid #dedfd4;
  border-radius: 7px;
  padding: 12px;
}
.command code {
  font:
    12px/1.7 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  overflow-wrap: anywhere;
}
.command button {
  border: 1px solid #c7cabd;
  border-radius: 4px;
  background: var(--paper);
  color: var(--muted);
  padding: 5px 8px;
  font-size: 11px;
}
.command button:hover {
  color: var(--ink);
  border-color: var(--ink);
}
.copy-status {
  font-size: 11px;
  color: var(--orange);
  min-height: 1.5em;
  margin: 4px 0 0;
}
.permission-note {
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted);
  margin: 8px 0 0;
}
.permission-note strong {
  color: var(--ink);
  font-weight: 600;
}
.credits {
  max-width: 740px;
  margin: 29px auto 0;
}
.credits h2 {
  font: 400 27px/1.25 var(--serif);
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}
.credits h2 a {
  color: var(--orange);
  text-decoration-thickness: 1px;
}
.credits h2 a span {
  display: inline-block;
  font: 17px var(--sans);
}
.credits p {
  font-size: 13px;
  line-height: 1.8;
  color: var(--muted);
  margin: 8px 0 0;
}
.credits p.credits-license {
  font-size: 11px;
}
@media (max-width: 800px) {
  .page-shell {
    padding: 0 26px 32px;
  }
  .hero h1 {
    letter-spacing: -1.5px;
  }
  .menu-left {
    gap: 14px;
  }
  .menu-left span:last-child {
    display: none;
  }
  .install {
    grid-template-columns: 1fr 2.4fr;
    gap: 25px;
  }
  .install h2 {
    font-size: 29px;
  }
  .command code {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .page-shell {
    padding: 0 21px 28px;
  }
  .header {
    padding: 22px 0;
  }
  .wordmark {
    font-size: 33px;
  }
  .brand-mark {
    width: 33px;
    height: 33px;
    border-radius: 10px;
  }
  .header nav {
    gap: 22px;
    font-size: 12px;
  }
  .hero {
    padding: 20px 0 25px;
  }
  .hero h1 {
    letter-spacing: -0.9px;
    margin-bottom: 15px;
  }
  .hero-copy {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .hero-actions {
    gap: 15px;
  }
  .button {
    font-size: 12px;
    padding: 12px 15px;
  }
  .free-note {
    font-size: 17px;
  }
  .compatibility {
    font-size: 10px;
    margin-top: 13px;
  }
  .desktop {
    height: 203px;
    border-width: 4px;
    border-radius: 13px;
  }
  .menu-bar {
    padding: 0 10px;
    height: 36px;
    font-size: 10px;
  }
  .menu-left {
    gap: 9px;
  }
  .menu-left > span:not(.apple) {
    display: none;
  }
  .menu-right {
    gap: 10px;
  }
  .menu-icon svg {
    width: 16px;
    height: 16px;
  }
  .demo-toggle {
    height: 36px;
    width: 30px;
  }
  .demo-tray {
    right: 7px;
    top: 43px;
    gap: 16px;
    padding: 11px 14px;
  }
  .demo-tray svg {
    width: 19px;
    height: 19px;
  }
  .sun {
    right: 31px;
    top: 94px;
    width: 65px;
    height: 65px;
  }
  .hill-back {
    right: -490px;
    bottom: -285px;
  }
  .hill-front {
    right: -650px;
    bottom: -265px;
  }
  .demo-hint {
    top: 66px;
    right: 155px;
    font-size: 14px;
  }
  .demo-hint span {
    right: -27px;
    top: -21px;
    font-size: 38px;
  }
  .theme-picker {
    left: 17px;
    bottom: 14px;
    padding: 6px;
  }
  .theme-swatch {
    width: 21px;
    height: 21px;
  }
  .demo figcaption {
    font-size: 10px;
    gap: 16px;
    line-height: 1.5;
    margin: 9px 2px 0;
  }
  .demo-label {
    font-size: 9px;
  }
  .details {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 25px 0;
  }
  .details h2 {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .details p {
    font-size: 13px;
  }
  .install {
    padding: 24px 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .install h2 {
    font-size: 28px;
  }
  .install h3 {
    font-size: 13px;
  }
  .command {
    gap: 7px;
    padding: 10px;
  }
  .command code {
    font-size: 10px;
  }
  .brew-heading > span {
    font-size: 8px;
  }
  .credits {
    margin-top: 24px;
  }
  .credits h2 {
    font-size: 24px;
  }
  .credits p {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
