:root {
  --night: #261d2a;
  --night-2: #312536;
  --moon: #dde4de;
  --paper: #f7f8f5;
  --mist: #8f9893;
  --ink: #211b24;
  --muted: #626b66;
  --gold: #b78a4a;
  --jade: #467866;
  --verm: #c94b3d;
  --blue: #356b83;
  --line: rgba(38, 29, 42, .16);
  --paper-line: #c2cbc4;
  --serif: "Iowan Old Style", Baskerville, "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Aptos, "Segoe UI", Arial, sans-serif;
  --mono: "Cascadia Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--moon);
  color: var(--ink);
  font: 15px/1.6 var(--sans);
  letter-spacing: 0;
}
button, input, select { font: inherit; }
button:focus-visible, input:focus-visible, video:focus-visible {
  outline: 3px solid var(--blue) !important;
  outline-offset: 3px;
}
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.kicker {
  color: var(--verm);
  font: 700 10px/1.2 var(--mono);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav {
  position: relative;
  z-index: 20;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { color: var(--night); font: 600 18px/1 var(--serif); letter-spacing: 1px; }
.brand small {
  display: block;
  margin-top: 5px;
  color: var(--verm);
  font: 700 8px/1 var(--mono);
  letter-spacing: 2px;
}
.nav-account { display: flex; align-items: center; gap: 22px; }
.nav-account > span { color: var(--muted); font: 10px var(--mono); }
.nav-account button {
  min-width: 84px;
  height: 36px;
  border: 1px solid var(--night);
  background: transparent;
  color: var(--night);
  cursor: pointer;
}
.nav-account button:hover { background: var(--night); color: var(--paper); }

.hero {
  min-height: calc(100svh - 68px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 460px);
  gap: clamp(32px, 5vw, 76px);
  align-items: stretch;
  padding-block: 34px 48px;
}
.hero-stage {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-top: 1px solid var(--night);
}
.hero-stage::before {
  content: "NATAL MATERIAL STUDY";
  position: absolute;
  right: 2px;
  top: 14px;
  color: var(--muted);
  font: 9px var(--mono);
  letter-spacing: 1.5px;
}
.hero-copy { position: relative; z-index: 4; width: min(430px, 58%); padding-top: 52px; }
.hero h1 {
  max-width: 680px;
  margin: 16px 0 22px;
  color: var(--night);
  font: 400 clamp(46px, 5.2vw, 74px)/.98 var(--serif);
  letter-spacing: 0;
}
.hero h1 em { color: var(--verm); font-style: italic; }
.hero-copy > p { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; }
.signals {
  display: flex;
  gap: 0;
  width: min(510px, 100%);
  margin-top: 28px;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.signals span { flex: 1; color: var(--muted); font-size: 10px; }
.signals span + span { padding-left: 16px; border-left: 1px solid var(--line); }
.signals b { display: block; color: var(--ink); font: 600 15px var(--serif); }

.chart {
  position: absolute;
  right: -34px;
  bottom: 26px;
  width: min(410px, 59%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  isolation: isolate;
}
.chart-square {
  position: absolute;
  inset: 16%;
  border: 1px solid rgba(38, 29, 42, .26);
  transform: rotate(45deg);
}
.chart-square::before, .chart-square::after {
  content: "";
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(38, 29, 42, .12);
}
.chart-square::after { inset: 25%; background: rgba(183, 138, 74, .08); }
.orbit { position: absolute; border: 1px solid rgba(38, 29, 42, .25); border-radius: 50%; }
.orbit.one { inset: 3%; border-color: var(--night); }
.orbit.two { inset: 16%; }
.orbit.three { inset: 33%; border-color: rgba(201, 75, 61, .5); }
.zodiac-wheel { position: absolute; inset: 6%; animation: spin 90s linear infinite; }
.zodiac-wheel span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--night);
  font: 19px var(--serif);
  transform: rotate(var(--a)) translateY(-172px) rotate(calc(-1 * var(--a)));
}
.five-wheel { position: absolute; inset: 26%; animation: spin-reverse 70s linear infinite; }
.five-wheel span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  background: var(--moon);
  color: var(--c);
  font: 22px var(--serif);
  transform: rotate(var(--a)) translateY(-105px) rotate(calc(-1 * var(--a)));
}
.chart-core {
  z-index: 2;
  width: 118px;
  height: 118px;
  display: grid;
  place-items: center;
  border: 1px solid var(--night);
  border-radius: 50%;
  background: var(--night);
  color: var(--paper);
  text-align: center;
  box-shadow: 0 0 0 8px var(--moon), 0 0 0 9px rgba(38, 29, 42, .2);
}
.chart-core strong { display: block; font: 32px/1 var(--serif); }
.chart-core small { display: block; margin-top: 8px; font: 7px var(--mono); letter-spacing: 1.5px; }
.stage-note {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  max-width: 260px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font: 9px/1.5 var(--mono);
}

.reading-panel {
  align-self: center;
  position: relative;
  min-height: 620px;
  padding: 28px;
  background: var(--night);
  color: var(--paper);
  box-shadow: 22px 24px 0 rgba(53, 107, 131, .14);
}
.panel-index {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(247, 248, 245, .18);
  color: #aeb6b1;
  font: 9px var(--mono);
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.panel-index b { color: var(--gold); font: 18px var(--serif); }
.reading-copy { padding-top: 22px; }
.reading-panel .kicker { color: #d69c92; }
.reading-panel h2 {
  margin: 8px 0 10px;
  color: var(--paper);
  font: 400 36px/1.05 var(--serif);
}
.reading-copy p { margin: 0; color: #aeb6b1; font-size: 12px; }
.form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 26px;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.field { display: block; min-width: 0; }
.field.wide { grid-column: 1 / -1; }
.field > span { display: block; margin-bottom: 6px; color: #e9ece8; font: 700 10px var(--mono); }
.field input, .field select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(247, 248, 245, .3);
  border-radius: 0;
  background: rgba(247, 248, 245, .06);
  color: var(--paper);
  padding: 0 12px;
}
.field input:focus, .field select:focus { border-color: #8cb2c3; outline: 2px solid #8cb2c3; outline-offset: 2px; }
.date-input {
  height: 48px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.45fr;
  align-items: center;
  border: 1px solid rgba(247, 248, 245, .3);
  background: rgba(247, 248, 245, .06);
}
.date-input:focus-within { border-color: #8cb2c3; outline: 2px solid #8cb2c3; outline-offset: 2px; }
.date-input input { height: 46px; border: 0; background: transparent; text-align: center; padding: 0 4px; outline: 0 !important; }
.date-separator { color: #d4dad5; font: 18px var(--serif); user-select: none; }
input[type="time"] { color-scheme: dark; }
.measure { margin-top: 5px; color: #8f9993; font-size: 9px; }
.place-picker { position: relative; }
.place-picker input[role="combobox"] { padding-right: 76px; }
.place-status { position: absolute; right: 12px; top: 15px; color: #a9c4b9; font: 9px var(--mono); }
.place-results {
  position: absolute;
  left: 0;
  right: 0;
  top: 52px;
  z-index: 12;
  max-height: 245px;
  overflow: auto;
  border: 1px solid #a9b2ac;
  background: var(--paper);
  box-shadow: 0 16px 35px rgba(23, 17, 26, .24);
}
.place-results[hidden] { display: none; }
.place-option, .place-empty {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d9ded9;
  background: var(--paper);
  color: var(--ink);
  padding: 11px 13px;
  text-align: left;
}
.place-option { cursor: pointer; }
.place-option:hover, .place-option.active, .place-option:focus-visible { background: #e5ece7; outline: 0 !important; }
.place-option b, .place-option small { display: block; }
.place-option b { font: 16px var(--serif); }
.place-option small, .place-empty { color: var(--muted); font-size: 10px; }
.location-confirmed { color: #c5ded4 !important; }
.cta {
  min-height: 52px;
  border: 0;
  background: var(--verm);
  color: #fff;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  cursor: pointer;
}
.cta.wide { grid-column: 1 / -1; }
.cta:hover { background: #ad3c31; }
.cta:disabled { cursor: wait; opacity: .65; }
.cta.whatsapp { background: var(--jade); }
.error { grid-column: 1 / -1; min-height: 17px; color: #ffb8ad; font-size: 11px; }
.data-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(247, 248, 245, .14);
  color: #8f9993;
}
.data-note span { color: var(--gold); }
.data-note p { margin: 0; font-size: 9px; line-height: 1.55; }
.data-note b { color: #d5dbd7; }

.process {
  width: 100%;
  padding: 82px max(24px, calc((100vw - 1240px) / 2));
  background: var(--paper);
  color: var(--ink);
}
.process-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; }
.process h2, .reviews-head h2, .result h2 {
  margin: 12px 0 0;
  color: var(--night);
  font: 400 clamp(40px, 4vw, 60px)/1.03 var(--serif);
}
.process-head p { max-width: 470px; margin: 0; color: var(--muted); }
.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 42px;
  border-top: 1px solid var(--night);
  border-bottom: 1px solid var(--line);
}
.flow article { min-height: 190px; padding: 24px 22px 30px 0; border-right: 1px solid var(--line); }
.flow article + article { padding-left: 22px; }
.flow article:last-child { border-right: 0; }
.flow b { color: var(--verm); font: 18px var(--mono); }
.flow h3 { margin: 42px 0 7px; font: 600 20px var(--serif); }
.flow p { margin: 0; color: var(--muted); font-size: 12px; }

.testimonials { padding: 86px 0; background: #cfd8d1; color: var(--ink); }
.reviews-head { display: flex; justify-content: space-between; align-items: end; margin-bottom: 34px; }
.rating { display: flex; align-items: center; gap: 14px; padding-left: 24px; border-left: 1px solid rgba(38, 29, 42, .22); }
.rating > strong { font: 52px var(--serif); }
.rating small { display: block; color: var(--muted); font-size: 10px; }
.stars { color: #8b652d; letter-spacing: 2px; }
.review-window { overflow: hidden; }
.review-track { display: flex; gap: 18px; transition: transform .45s ease; }
.review {
  flex: 0 0 calc((100% - 18px) / 2);
  overflow: hidden;
  padding-bottom: 24px;
  background: var(--paper);
  border-radius: 0;
  border-top: 3px solid var(--night);
}
.review:nth-child(even) { border-top-color: var(--verm); }
.review-media { display: block; width: 100%; height: 260px; object-fit: cover; background: var(--night); }
.review-meta, .review-foot { display: flex; justify-content: space-between; gap: 20px; margin-inline: 24px; }
.review-meta { margin-top: 18px; color: var(--muted); font: 9px var(--mono); text-transform: uppercase; }
.review blockquote { min-height: 110px; margin: 20px 24px; color: var(--night); font: 20px/1.45 var(--serif); }
.review-foot { align-items: end; padding-top: 17px; border-top: 1px solid var(--paper-line); }
.review-foot b { display: block; font: 18px var(--serif); }
.review-foot small { display: block; color: var(--muted); font-size: 9px; }
.review-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; font: 10px var(--mono); }
.review-controls button { width: 44px; height: 40px; border: 1px solid var(--night); background: transparent; color: var(--night); cursor: pointer; }
.review-controls button:hover { background: var(--night); color: var(--paper); }
.review-disclosure { margin: 18px 0 0; color: var(--muted); font-size: 9px; }

.result { display: none; padding: 88px 0; background: var(--night); color: var(--paper); }
.result.visible { display: block; }
.result .kicker { color: #e0a39b; }
.result h2 { color: var(--paper); }
.result-top { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; }
.result-code { color: #aeb6b1; font: 9px var(--mono); }
.reading-report { display: grid; grid-template-columns: 300px 1fr; background: var(--paper); color: var(--ink); box-shadow: 26px 26px 0 rgba(53, 107, 131, .2); }
.reading-record { padding: 30px; background: #382b3d; color: var(--paper); }
.reading-record > div { padding: 16px 0; border-bottom: 1px solid rgba(247, 248, 245, .15); }
.reading-record small, .reading-record span { display: block; color: #acb4af; font-size: 9px; }
.reading-record b { display: block; margin: 3px 0; font: 20px var(--serif); }
.analysis-sheet { padding: 36px 42px; }
.analysis-heading { display: flex; justify-content: space-between; padding-bottom: 13px; border-bottom: 1px solid var(--paper-line); color: var(--muted); font: 9px var(--mono); }
.analysis-preview { position: relative; max-height: 620px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; column-gap: 34px; }
.analysis-preview::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--paper) 82%); }
.analysis-section { padding: 20px 0; border-bottom: 1px solid #d3d9d4; }
.analysis-section h3 { margin: 0 0 7px; font: 22px var(--serif); }
.analysis-section p { margin: 0; color: var(--muted); font-size: 12px; }
.full-reading-cta { width: 100%; position: relative; z-index: 2; margin-top: -12px; min-height: 68px; padding: 13px 17px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto auto; border: 0; background: var(--verm); color: #fff; text-align: left; cursor: pointer; }
.full-reading-cta span { font-weight: 700; }
.full-reading-cta small { grid-column: 1; color: #f5ddd9; }
.full-reading-cta b { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 21px; }
.legal { margin-top: 13px; color: var(--muted); font-size: 9px; }
.footer { padding: 40px 0; display: flex; justify-content: space-between; color: var(--muted); font: 10px var(--mono); }

.modal-layer, .reading-gate { position: fixed; inset: 0; z-index: 40; display: none; }
.modal-layer.open, .reading-gate.open { display: grid; place-items: center; }
.modal-backdrop, .gate-backdrop { position: absolute; inset: 0; background: rgba(26, 19, 29, .82); backdrop-filter: blur(3px); }
.auth-modal, .gate-dialog {
  position: relative;
  width: min(520px, calc(100% - 28px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 40px;
  border-top: 4px solid var(--verm);
  background: var(--paper);
  color: var(--ink);
  box-shadow: 24px 24px 0 rgba(53, 107, 131, .25);
}
.auth-modal h2, .gate-dialog h2, .account-drawer h2 { margin: 11px 0; font: 38px/1.05 var(--serif); }
.auth-modal > p, .gate-dialog p { color: var(--muted); }
.modal-close { position: absolute; right: 14px; top: 9px; border: 0; background: transparent; color: var(--ink); font-size: 27px; cursor: pointer; }
.gate-dialog > small { display: block; margin-top: 11px; color: var(--muted); }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0 19px; border-bottom: 1px solid var(--paper-line); }
.auth-tabs button { border: 0; background: transparent; padding: 11px; color: var(--muted); font-weight: 700; cursor: pointer; }
.auth-tabs button.active { color: var(--ink); border-bottom: 2px solid var(--verm); }
.auth-form { display: grid; gap: 14px; }
.auth-form label > span { display: block; margin-bottom: 5px; font-size: 10px; font-weight: 700; }
.auth-form input { width: 100%; height: 48px; border: 1px solid var(--paper-line); background: #fff; padding: 0 11px; }
.consent { display: grid !important; grid-template-columns: auto 1fr; gap: 9px; align-items: start; }
.consent input { width: 17px; height: 17px; }
.consent span { margin: 0 !important; font-weight: 400 !important; }
.auth-error { min-height: 19px; margin-top: 9px; color: #9d3027; font-size: 11px; }
.prototype-note { padding-top: 13px; border-top: 1px solid var(--paper-line); color: var(--muted); font-size: 9px; }
.account-drawer { position: fixed; inset: 0 0 0 auto; z-index: 41; width: min(560px, 100%); overflow: auto; padding: 32px; transform: translateX(102%); transition: transform .3s; background: var(--paper); color: var(--ink); box-shadow: -25px 0 70px rgba(38, 29, 42, .25); }
.account-drawer.open { transform: none; }
.drawer-head { position: relative; padding-bottom: 22px; border-bottom: 1px solid var(--paper-line); }
.drawer-head > button { position: absolute; right: 0; top: 0; border: 0; background: transparent; font-size: 27px; cursor: pointer; }
.drawer-head span { color: var(--muted); font-size: 11px; }
.account-tabs { display: flex; gap: 3px; margin: 22px 0; overflow: auto; border-bottom: 1px solid var(--paper-line); }
.account-tabs button { padding: 11px 9px; border: 0; background: transparent; color: var(--muted); white-space: nowrap; cursor: pointer; }
.account-tabs button.active { color: var(--ink); border-bottom: 2px solid var(--verm); }
.account-tabs span { margin-left: 3px; padding: 2px 6px; background: var(--moon); }
.account-panel { display: none; }
.account-panel.active { display: block; }
.account-panel h3 { margin-bottom: 4px; font: 27px var(--serif); }
.account-panel > p { color: var(--muted); }
.profile-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 24px 0; border-top: 1px solid var(--paper-line); }
.profile-grid div { padding: 16px 9px; border-bottom: 1px solid var(--paper-line); }
.profile-grid div:nth-child(odd) { border-right: 1px solid var(--paper-line); }
.profile-grid small { display: block; color: var(--muted); font-size: 9px; }
.profile-grid b { display: block; margin-top: 4px; }
.outline-action { border: 1px solid var(--ink); background: transparent; padding: 10px 14px; font-weight: 700; cursor: pointer; }
.empty-state { padding: 24px; background: var(--moon); color: var(--muted); }
.commission { display: flex; justify-content: space-between; gap: 19px; padding: 21px; border-top: 3px solid var(--gold); background: #fff; }
.commission small { color: var(--verm); font-size: 9px; }
.commission b { display: block; margin-top: 6px; font: 20px var(--serif); }
.commission p { color: var(--muted); font-size: 12px; }
.signout { margin-top: 42px; border: 0; background: transparent; color: #93372f; text-decoration: underline; cursor: pointer; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spin-reverse { to { transform: rotate(-360deg); } }
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .zodiac-wheel, .five-wheel { animation: none; }
  .review-track, .account-drawer { transition: none; }
}

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr 400px; gap: 28px; }
  .hero-copy { width: 57%; }
  .chart { width: 55%; }
  .zodiac-wheel span { transform: rotate(var(--a)) translateY(-15.8vw) rotate(calc(-1 * var(--a))); }
}

@media (max-width: 850px) {
  .hero { grid-template-columns: 1fr; }
  .hero-stage { min-height: 650px; }
  .hero-copy { width: 58%; }
  .chart { width: 470px; max-width: 65vw; }
  .zodiac-wheel span { transform: rotate(var(--a)) translateY(-29vw) rotate(calc(-1 * var(--a))); }
  .reading-panel { min-height: 0; }
  .process-head { grid-template-columns: 1fr; gap: 24px; }
  .flow { grid-template-columns: 1fr 1fr; }
  .flow article:nth-child(2) { border-right: 0; }
  .reading-report { grid-template-columns: 1fr; }
  .reading-record { display: grid; grid-template-columns: 1fr 1fr; gap: 0 20px; }
  .analysis-preview { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .shell { width: min(100% - 28px, 1240px); }
  .nav { height: 62px; }
  .brand { font-size: 15px; }
  .nav-account > span { display: none; }
  .hero { min-height: auto; padding-block: 22px 54px; }
  .hero-stage { min-height: 570px; }
  .hero-stage::before { top: 10px; }
  .hero-copy { width: 100%; padding-top: 40px; }
  .hero h1 { font-size: 43px; }
  .hero-copy > p { font-size: 14px; }
  .signals { display: none; }
  .chart { right: 50%; bottom: 18px; width: 300px; max-width: 82vw; transform: translateX(50%); }
  .zodiac-wheel span { font-size: 14px; transform: rotate(var(--a)) translateY(-34.5vw) rotate(calc(-1 * var(--a))); }
  .five-wheel span { width: 36px; height: 36px; margin: -18px; font-size: 16px; transform: rotate(var(--a)) translateY(-18vw) rotate(calc(-1 * var(--a))); }
  .chart-core { width: 92px; height: 92px; }
  .stage-note { display: none; }
  .reading-panel { padding: 24px 18px; box-shadow: 10px 12px 0 rgba(53, 107, 131, .14); }
  .reading-panel h2 { font-size: 32px; }
  .form { grid-template-columns: 1fr; }
  .field.wide, .error { grid-column: auto; }
  .process, .testimonials, .result { padding-block: 62px; }
  .flow { grid-template-columns: 1fr; }
  .flow article, .flow article + article { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .flow h3 { margin-top: 20px; }
  .reviews-head { display: block; }
  .rating { margin-top: 20px; padding: 16px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .review { flex-basis: 100%; }
  .review-media { height: 220px; }
  .review-meta, .review-foot { display: block; margin-inline: 19px; }
  .review blockquote { min-height: 0; margin-inline: 19px; }
  .review-meta span, .review-foot > span { display: block; margin-top: 5px; }
  .result-top { display: block; }
  .result-code { margin-top: 10px; }
  .reading-record { grid-template-columns: 1fr 1fr; padding: 22px 18px; }
  .analysis-sheet { padding: 26px 18px; }
  .analysis-heading { display: block; }
  .analysis-heading b { display: block; margin-top: 5px; }
  .analysis-preview { max-height: 710px; }
  .auth-modal, .gate-dialog { padding: 36px 19px; }
  .account-drawer { padding: 26px 17px; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-grid div:nth-child(odd) { border-right: 0; }
  .footer { display: block; }
  .footer span { display: block; margin-top: 10px; }
}

@media (max-width: 390px) {
  .hero-stage { min-height: 570px; }
  .hero h1 { font-size: 39px; }
  .reading-record { grid-template-columns: 1fr; }
}
