@font-face {
  font-family: Instrument Serif;
  src: url('/assets/fonts/instrument-serif.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Instrument Serif;
  src: url('/assets/fonts/instrument-serif-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Space Grotesk;
  src: url('/assets/fonts/space-grotesk.woff2') format('woff2');
  font-weight: 300 700;
  font-display: swap;
}
@font-face {
  font-family: Syne;
  src: url('/assets/fonts/syne.woff2') format('woff2');
  font-weight: 400 800;
  font-display: swap;
}
:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --blue: #0066df;
  --surface: #f5f5f7;
  --line: #e5e5e8;
  --radius: 28px;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  color: var(--ink);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 95px;
}
body {
  margin: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
button,
a,
input {
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  display: block;
}
h1,
h2,
h3,
p {
  margin: 0;
}
svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a:focus-visible,
input:not([type='text']):focus-visible {
  outline: 3px solid #0878fa;
  outline-offset: 5px;
}
.live-preview > input:focus,
.compare-demo > input:focus {
  outline: none;
  border-bottom-color: currentColor;
}
.wrap {
  width: min(1080px, calc(100% - 64px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 20;
  background: #fff;
  padding: 14px;
  border: 2px solid var(--blue);
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.375rem;
  font-weight: 650;
  letter-spacing: -0.8px;
}
.wordmark img {
  border-radius: 7px;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 0.875rem;
}
.nav-links > a:not(.button):hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 500;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #0055bc;
  transform: translateY(-1px);
}
.button-small {
  font-size: 0.875rem;
  min-height: 36px;
  padding: 10px 18px;
}
.button-outline {
  background: transparent;
  border-color: var(--blue);
  color: var(--blue);
}
.button-outline:hover {
  background: #e8f1ff;
}
.hero {
  text-align: center;
  padding: 0 0 80px;
  overflow: hidden;
}
.type-garden {
  height: 246px;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.type-tile {
  width: 154px;
  height: 164px;
  position: absolute;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px #00000009;
  user-select: none;
}
.type-tile > span {
  font-size: 6.5rem;
  line-height: 1;
}
.type-tile small {
  position: absolute;
  bottom: 12px;
  font:
    500 12px -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  letter-spacing: 0.2px;
}
.tile-serif {
  background: #f2f2f4;
  left: calc(50% - 615px);
  top: 12px;
  transform: rotate(-13deg);
  font-family:
    Instrument Serif,
    serif;
}
.tile-serif > span {
  font-size: 6.9375rem;
}
.tile-grotesk {
  background: #f4b5c8;
  left: calc(50% - 430px);
  top: -53px;
  transform: rotate(9deg);
  font-family:
    Space Grotesk,
    sans-serif;
}
.tile-italic {
  background: #cde3fc;
  left: calc(50% - 258px);
  top: 28px;
  transform: rotate(-9deg);
  font-family:
    Instrument Serif,
    serif;
  font-style: italic;
  color: #064bbc;
}
.tile-italic > span {
  font-size: 7.875rem;
}
.hero-icon {
  position: absolute;
  left: calc(50% - 56px);
  top: 100px;
  box-shadow: 0 14px 26px #00000018;
  border-radius: 25px;
  overflow: hidden;
}
.tile-display {
  left: calc(50% + 104px);
  top: 28px;
  transform: rotate(10deg);
  background: #ff6939;
  color: #431b0a;
  font-family: Syne, sans-serif;
  font-weight: 700;
}
.tile-display > span {
  transform: translateY(-8px);
}
.tile-mono {
  left: calc(50% + 280px);
  top: -52px;
  transform: rotate(-10deg);
  background: #f1e563;
  color: #434011;
  font-family: monospace;
}
.tile-mono > span {
  font-size: 5rem;
}
.tile-variable {
  left: calc(50% + 461px);
  top: 15px;
  transform: rotate(14deg);
  background: #dcdfef;
  font-family:
    Space Grotesk,
    sans-serif;
  font-weight: 650;
}
.tile-variable > span {
  font-size: 5.875rem;
}
.eyebrow {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.hero h1 {
  font-size: clamp(64px, 7.7vw, 100px);
  line-height: 1.01;
  letter-spacing: -5px;
  font-weight: 650;
  margin: 18px 0 24px;
}
.hero h1 em {
  font-family:
    Instrument Serif,
    serif;
  font-weight: 400;
  letter-spacing: -3px;
  font-size: 1.18em;
  line-height: 0.8;
}
.hero-description {
  font-size: 1.3125rem;
  line-height: 1.5;
  letter-spacing: -0.35px;
  color: var(--muted);
  margin-bottom: 28px;
}
.hero-note {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 16px;
}
.product-section {
  padding-bottom: 100px;
}
.app-window {
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 2px 3px #00000009,
    0 26px 70px #00000013;
  border: 1px solid #d6d6d9;
}
.window-bar {
  height: 32px;
  background: #eaeaec;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #707075;
  position: relative;
  border-bottom: 1px solid #d8d8db;
}
.traffic-lights {
  display: flex;
  gap: 7px;
  position: absolute;
  left: 14px;
}
.traffic-lights i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff6058;
  border: 1px solid #0000000a;
}
.traffic-lights i:nth-child(2) {
  background: #ffbe2e;
}
.traffic-lights i:nth-child(3) {
  background: #28c940;
}
.app-image {
  aspect-ratio: 1.79;
  overflow: hidden;
  background: var(--surface);
}
.app-image img {
  width: 100%;
  height: auto;
}
.product-caption {
  text-align: center;
  padding-top: 36px;
}
.product-caption h2 {
  font-size: 1.4375rem;
  line-height: 1.25;
  letter-spacing: -0.6px;
  font-weight: 600;
}
.product-caption p {
  font-size: 1.0625rem;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.5;
}
.features-section {
  padding: 96px 0;
  background: var(--surface);
}
.section-heading h2 {
  font-size: 3.375rem;
  line-height: 1.07;
  font-weight: 650;
  letter-spacing: -2.3px;
  margin-top: 14px;
}
.section-heading > p:last-child:not(.eyebrow) {
  font-size: 1.1875rem;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 22px;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 44px;
}
.feature-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: white;
  min-width: 0;
}
.feature-copy {
  padding: 38px 38px 0;
}
.feature-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 14px;
}
.feature-card h3 {
  font-size: 2.1875rem;
  line-height: 1.12;
  letter-spacing: -1.2px;
  font-weight: 600;
}
.feature-copy > p:last-child {
  font-size: 1.0625rem;
  line-height: 1.5;
  color: var(--muted);
  margin-top: 17px;
  max-width: 390px;
}
.import-visual {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 16px;
}
.file-specimen {
  height: 164px;
  width: 128px;
  border-radius: 17px;
  box-shadow: 0 10px 28px #00000016;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.file-specimen span {
  font-size: 5.625rem;
}
.file-specimen small {
  position: absolute;
  bottom: 15px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.file-back {
  transform: translateX(-94px) rotate(-13deg);
  background: #e5eaff;
  color: #183f9e;
  font-family:
    Instrument Serif,
    serif;
}
.file-front {
  transform: translateY(-6px) rotate(5deg);
  background: #24252a;
  color: #fff;
  z-index: 1;
  font-family:
    Instrument Serif,
    serif;
}
.file-last {
  transform: translateX(94px) rotate(16deg);
  background: #fa653b;
  color: #361b12;
  font-family:
    Space Grotesk,
    sans-serif;
  font-weight: 600;
}
.collection-visual {
  padding: 40px 26px 30px;
}
.collection-visual > div {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  min-height: 65px;
}
.collection-visual > div:last-child {
  border: 0;
}
.collection-visual svg {
  stroke: var(--blue);
  fill: none;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.collection-visual span {
  font-size: 0.875rem;
  flex: 1;
}
.collection-type {
  font-size: 1.9375rem;
  font-weight: 400;
}
.serif {
  font-family:
    Instrument Serif,
    serif;
}
.sans {
  font-family:
    Space Grotesk,
    sans-serif;
}
.display {
  font-family: Syne, sans-serif;
  font-weight: 700;
}
.preview-card {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 350px;
  background: #e8eefb;
}
.preview-card .feature-copy {
  padding-bottom: 38px;
}
.live-preview {
  padding: 42px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.live-preview > label {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.live-preview > input {
  border: 0;
  border-bottom: 1px solid #adbada;
  background: transparent;
  border-radius: 0;
  width: 100%;
  padding: 12px 0;
  color: #203668;
  font-size: 1.0625rem;
}
.specimen-output {
  font-family:
    Space Grotesk,
    sans-serif;
  font-size: clamp(30px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -2px;
  overflow-wrap: anywhere;
  margin: 25px 0 28px;
  color: #143983;
  min-height: 60px;
}
.weight-control {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
}
.weight-control input {
  min-width: 0;
  flex: 1;
  accent-color: var(--blue);
  height: 24px;
}
.weight-control output {
  font-variant-numeric: tabular-nums;
  width: 30px;
}
.live-preview > p {
  font-size: 0.75rem;
  color: #566382;
  margin-top: 14px;
  line-height: 1.4;
}
.pricing-section {
  padding-top: 106px;
  padding-bottom: 106px;
}
.pricing-section .section-heading {
  text-align: center;
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px auto 0;
  max-width: 820px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.price-plan {
  padding: 38px 44px 40px;
}
.price-plan + .price-plan {
  border-left: 1px solid var(--line);
}
.price-plan h3 {
  font-size: 1.3125rem;
  font-weight: 600;
}
.price {
  font-size: 4.375rem;
  font-weight: 600;
  letter-spacing: -3px;
  line-height: 1.2;
  margin-top: 15px;
}
.price span {
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--muted);
  letter-spacing: -0.4px;
  margin-left: 5px;
}
.price-plan > p {
  font-size: 1.0625rem;
  color: var(--muted);
  margin-top: 9px;
  line-height: 1.5;
}
.plan-detail {
  font-size: 1rem;
  margin-top: 25px;
}
.check {
  color: var(--blue);
  margin-right: 7px;
}
.price-plan .button {
  margin-top: 27px;
  font-size: 0.875rem;
  min-height: 42px;
  padding: 12px 20px;
}
.price-plan .billing-note {
  font-size: 0.875rem;
  margin-top: 39px;
}
.download-section {
  text-align: center;
  padding: 76px 0 80px;
  background: var(--surface);
}
.download-icon {
  border-radius: 19px;
  margin: 0 auto 27px;
  box-shadow: 0 8px 20px #00000010;
}
.download-section h2 {
  font-size: 3.375rem;
  line-height: 1.08;
  letter-spacing: -2.2px;
  font-weight: 650;
}
.download-section .wrap > p:first-of-type {
  font-size: 1.1875rem;
  color: var(--muted);
  line-height: 1.5;
  margin-top: 22px;
  margin-bottom: 28px;
}
.download-meta {
  font-size: 0.875rem;
  color: var(--muted);
  margin-top: 18px;
}
.release-note {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 10px;
  line-height: 1.5;
}
.footer {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .wordmark {
  font-size: 1.1875rem;
}
.footer > p,
.footer > span {
  font-size: 0.75rem;
  color: var(--muted);
}
@media (min-width: 1500px) {
  .hero {
    padding-bottom: 90px;
  }
  .type-garden {
    height: 270px;
  }
  .hero h1 {
    font-size: 6.5rem;
  }
}
@media (max-width: 800px) {
  .wrap {
    width: calc(100% - 44px);
  }
  .type-garden {
    height: 212px;
  }
  .type-tile {
    width: 124px;
    height: 134px;
    border-radius: 21px;
  }
  .type-tile > span {
    font-size: 5.3125rem;
  }
  .tile-serif {
    left: calc(50% - 485px);
  }
  .tile-grotesk {
    left: calc(50% - 342px);
    top: -28px;
  }
  .tile-italic {
    left: calc(50% - 212px);
    top: 18px;
  }
  .tile-italic > span {
    font-size: 6.5rem;
  }
  .tile-display {
    left: calc(50% + 88px);
    top: 18px;
  }
  .tile-mono {
    left: calc(50% + 218px);
    top: -28px;
  }
  .tile-mono > span {
    font-size: 4rem;
  }
  .tile-variable {
    left: calc(50% + 361px);
  }
  .hero-icon {
    top: 75px;
    left: calc(50% - 46px);
    border-radius: 22px;
  }
  .hero-icon img {
    width: 92px;
    height: 92px;
  }
  .hero h1 {
    font-size: 5rem;
    letter-spacing: -4px;
  }
  .hero-description {
    font-size: 1.1875rem;
  }
  .section-heading h2,
  .download-section h2 {
    font-size: 2.875rem;
  }
  .features-section {
    padding: 72px 0;
  }
  .feature-grid {
    gap: 18px;
  }
  .feature-copy {
    padding: 28px 26px 0;
  }
  .feature-card h3 {
    font-size: 1.8125rem;
  }
  .feature-copy > p:last-child {
    font-size: 1rem;
  }
  .file-specimen {
    width: 98px;
    height: 140px;
  }
  .file-specimen span {
    font-size: 4.5625rem;
  }
  .file-back {
    transform: translateX(-66px) rotate(-13deg);
  }
  .file-last {
    transform: translateX(66px) rotate(16deg);
  }
  .collection-visual {
    padding: 34px 24px 24px;
  }
  .collection-visual span {
    font-size: 0.8125rem;
  }
  .collection-type {
    font-size: 1.5625rem;
  }
  .preview-card {
    grid-template-columns: 1fr 1.1fr;
  }
  .live-preview {
    padding: 32px 26px;
  }
  .specimen-output {
    font-size: 2.25rem;
    letter-spacing: -1px;
  }
  .price-plan {
    padding: 30px;
  }
  .pricing-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .nav {
    height: 62px;
  }
  .wordmark {
    font-size: 1.25rem;
    gap: 8px;
  }
  .wordmark img {
    width: 27px;
    height: 27px;
  }
  .nav-links {
    gap: 17px;
    font-size: 0.8125rem;
  }
  .nav-links > a:first-child {
    display: none;
  }
  .button-small {
    min-height: 34px;
    font-size: 0.8125rem;
    padding: 9px 14px;
  }
  .hero {
    padding-bottom: 45px;
  }
  .type-garden {
    height: 190px;
  }
  .type-tile {
    width: 108px;
    height: 120px;
    border-radius: 19px;
  }
  .tile-italic {
    left: calc(50% - 207px);
    top: 14px;
    transform: rotate(-14deg);
  }
  .tile-display {
    left: calc(50% + 99px);
    top: 14px;
    transform: rotate(14deg);
  }
  .tile-grotesk {
    left: calc(50% - 326px);
    top: -35px;
  }
  .tile-mono {
    left: calc(50% + 218px);
  }
  .hero-icon {
    top: 63px;
    left: calc(50% - 43px);
    border-radius: 20px;
  }
  .hero-icon img {
    width: 86px;
    height: 86px;
  }
  .hero .eyebrow {
    font-size: 0.9375rem;
  }
  .hero h1 {
    font-size: 4.125rem;
    letter-spacing: -3.5px;
    margin-top: 15px;
    margin-bottom: 23px;
  }
  .hero h1 em {
    letter-spacing: -2px;
  }
  .hero-description {
    font-size: 1.0625rem;
    letter-spacing: -0.2px;
    max-width: 310px;
    margin-inline: auto;
    line-height: 1.5;
    margin-bottom: 23px;
  }
  .hero-note {
    font-size: 0.75rem;
  }
  .button {
    font-size: 0.9375rem;
    padding: 14px 21px;
  }
  .app-window {
    border-radius: 9px;
  }
  .window-bar {
    height: 23px;
    font-size: 0.625rem;
  }
  .traffic-lights {
    gap: 4px;
    left: 9px;
  }
  .traffic-lights i {
    width: 6px;
    height: 6px;
  }
  .product-section {
    padding-bottom: 57px;
  }
  .product-caption {
    padding: 26px 8px 0;
  }
  .product-caption h2 {
    font-size: 1.25rem;
    letter-spacing: -0.6px;
  }
  .product-caption p {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
  .features-section {
    padding: 58px 0;
  }
  .eyebrow {
    font-size: 0.875rem;
  }
  .section-heading h2,
  .download-section h2 {
    font-size: 2.4375rem;
    letter-spacing: -1.6px;
    line-height: 1.1;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 20px;
  }
  .feature-copy {
    padding: 30px 28px 0;
  }
  .feature-card h3 {
    font-size: 1.9375rem;
    letter-spacing: -1px;
  }
  .feature-copy > p:last-child {
    font-size: 1rem;
  }
  .import-visual {
    height: 232px;
    margin-top: 12px;
  }
  .file-specimen {
    width: 116px;
    height: 151px;
  }
  .file-specimen span {
    font-size: 5.1875rem;
  }
  .file-back {
    transform: translateX(-80px) rotate(-13deg);
  }
  .file-last {
    transform: translateX(80px) rotate(16deg);
  }
  .collection-visual {
    padding: 27px 28px 28px;
  }
  .collection-visual span {
    font-size: 0.875rem;
  }
  .preview-card {
    grid-template-columns: 1fr;
  }
  .preview-card .feature-copy {
    padding-bottom: 0;
  }
  .live-preview {
    padding: 30px 28px;
  }
  .specimen-output {
    font-size: 2.4375rem;
    margin: 23px 0;
  }
  .pricing-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-heading > p:last-child:not(.eyebrow) {
    font-size: 1.0625rem;
    margin-top: 18px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  .price-plan {
    padding: 30px 15px;
  }
  .price-plan + .price-plan {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .price {
    font-size: 3.75rem;
  }
  .price-plan .billing-note {
    margin-top: 25px;
  }
  .download-section {
    padding: 60px 0;
  }
  .download-icon {
    width: 72px;
    height: 72px;
    border-radius: 17px;
  }
  .download-section .wrap > p:first-of-type {
    font-size: 1.0625rem;
  }
  .download-meta {
    font-size: 0.8125rem;
  }
  .release-note {
    font-size: 0.75rem;
    max-width: 265px;
    margin-inline: auto;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer > p {
    display: none;
  }
  .footer > span {
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
/* Type layout preview */
.preview-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.preview-controls > label {
  font-size: 0.875rem;
  font-weight: 600;
}
.layout-picker {
  display: flex;
  gap: 2px;
  padding: 3px;
  border-radius: 8px;
  background: #d9e2f3;
}
.layout-picker button {
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #485571;
  font:
    500 12px -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  padding: 7px 9px;
  cursor: pointer;
}
.layout-picker button[aria-pressed='true'] {
  background: #fff;
  color: #1d1d1f;
  box-shadow: 0 1px 4px #00000012;
}
.layout-picker button:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 3px;
}
.layout-canvas {
  background: #143983;
  color: #e5efff;
  padding: 24px 26px;
  margin-top: 18px;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.layout-kicker {
  font-size: 0.625rem;
  letter-spacing: 1.2px;
  line-height: 1.4;
}
.layout-canvas .specimen-output {
  color: inherit;
  margin: 24px 0;
  font-weight: 600;
  font-size: 2.875rem;
  letter-spacing: -1.8px;
  line-height: 1.02;
  min-height: 0;
  max-width: 360px;
}
.layout-rule {
  height: 1px;
  background: currentColor;
  opacity: 0.35;
  margin-bottom: 12px;
}
.layout-caption {
  font-size: 0.6875rem;
  line-height: 1.4;
}
.layout-canvas[data-layout='editorial'] {
  background: #fff;
  color: #202024;
}
.layout-canvas[data-layout='editorial'] .specimen-output {
  font-family:
    Instrument Serif,
    serif;
  font-size: 3.3125rem;
  line-height: 0.98;
  font-weight: 400;
  letter-spacing: -0.7px;
}
.button-disabled {
  background: #dedee3;
  color: #5d5d65;
  cursor: not-allowed;
}
.button-disabled:hover {
  transform: none;
  background: #dedee3;
}
.preview-card {
  align-items: center;
}
.preview-card .feature-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}
.live-preview {
  padding-top: 32px;
  padding-bottom: 28px;
}
@media (max-width: 800px) {
  .preview-controls {
    flex-wrap: wrap;
  }
  .layout-canvas {
    padding: 20px;
  }
  .layout-canvas .specimen-output {
    font-size: 2.3125rem;
  }
  .layout-canvas[data-layout='editorial'] .specimen-output {
    font-size: 2.75rem;
  }
}
@media (max-width: 560px) {
  .preview-card .feature-copy {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .live-preview {
    padding-top: 28px;
  }
  .layout-canvas .specimen-output {
    font-size: 2.5625rem;
  }
  .layout-canvas[data-layout='editorial'] .specimen-output {
    font-size: 2.9375rem;
  }
}

/* A small, live wordmark comparison. */
.compare-card {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  background: #f4eaf6;
  scroll-margin-top: 24px;
}
.compare-card .feature-copy {
  padding-top: 40px;
  padding-bottom: 40px;
}
.compare-demo {
  min-width: 0;
  padding: 36px;
}
.compare-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.compare-toolbar > label {
  font-size: 0.875rem;
  font-weight: 600;
}
.compare-toolbar .layout-picker {
  background: #e6d7e9;
}
.compare-toolbar .layout-picker button {
  min-height: 34px;
  color: #62466a;
}
.compare-toolbar .layout-picker button[aria-pressed='true'] {
  color: var(--ink);
}
.compare-demo > input {
  width: 100%;
  min-width: 0;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid #cbb8d1;
  border-radius: 0;
  background: transparent;
  color: #4e285a;
  font-size: 1.0625rem;
}
.compare-specimens {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.compare-specimen {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 22px 18px;
  border-radius: 12px;
  background: #fff;
}
.compare-font-name {
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--muted);
}
.compare-word {
  margin: auto 0;
  padding: 28px 0 20px;
  font-size: clamp(2.5rem, 4.5vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}
.compare-serif {
  font-family: 'Instrument Serif', serif;
}
.compare-sans {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 500;
}
.compare-specimens[data-view='stacked'] {
  grid-template-columns: minmax(0, 1fr);
}
.compare-specimens[data-view='stacked'] .compare-specimen {
  padding-block: 18px;
}
.compare-specimens[data-view='stacked'] .compare-word {
  padding: 12px 0 0;
}
.compare-demo > p {
  margin-top: 14px;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #75597e;
}
.beta-sticker {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 8px;
  border: 1px solid #29270e;
  border-radius: 4px;
  background: #f1e563;
  box-shadow: 2px 2px 0 #29270e;
  color: #29270e;
  font-size: 0.75rem;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  vertical-align: 2px;
  transform: rotate(-7deg);
}
@media (max-width: 900px) {
  .compare-card {
    grid-template-columns: 1fr;
  }
  .compare-card .feature-copy {
    padding-bottom: 0;
  }
  .compare-card .feature-copy > p:last-child {
    max-width: 580px;
  }
  .compare-word {
    font-size: clamp(2.5rem, 7vw, 4.5rem);
  }
}
@media (max-width: 560px) {
  .nav-links > a[href='#compare'] {
    display: none;
  }
  .compare-card .feature-copy {
    padding-top: 30px;
  }
  .compare-demo {
    padding: 28px;
  }
  .compare-toolbar .layout-picker button {
    min-height: 40px;
  }
  .compare-specimens {
    gap: 10px;
  }
  .compare-specimen {
    padding: 18px 12px;
  }
  .compare-word {
    font-size: clamp(1.625rem, 7.8vw, 2.625rem);
    padding: 26px 0 16px;
  }
  .compare-specimens[data-view='stacked'] .compare-word {
    font-size: 3rem;
  }
}
