@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --ink: #141414;
  --muted: #656565;
  --line: #dedede;
  --paper: #fff;
  --wash: #f5f5f3;
  --radius: 5px;
  --max: 1240px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
summary,
textarea {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #111;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
h1 {
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 650;
}
h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 600;
}
h3 {
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}
p {
  color: var(--muted);
}
.container {
  width: min(var(--max), calc(100% - 96px));
  margin-inline: auto;
}
.site-header {
  height: 100px;
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  width: min(var(--max), calc(100% - 96px));
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}
.logo {
  font-family: Manrope, Arial, sans-serif;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1;
}
.logo span {
  font-family: Arial, sans-serif;
  font-size: 11px;
  vertical-align: top;
  margin-left: 3px;
  letter-spacing: 0;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}
.desktop-nav a,
.nav-actions > a {
  font-size: 14px;
  font-weight: 500;
}
.desktop-nav a:hover,
.footer-links a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.desktop-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.nav-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
.button {
  border: 1px solid var(--ink);
  background: var(--ink);
  color: white;
  border-radius: var(--radius);
  min-height: 49px;
  padding: 13px 22px;
  display: inline-flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 550;
  line-height: 1.5;
  transition: background 0.15s;
}
.button:hover {
  background: #363636;
}
.button.secondary {
  background: white;
  color: var(--ink);
  border-color: #c9c9c9;
}
.button.secondary:hover {
  background: var(--wash);
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.nav-actions .button {
  min-height: 43px;
  padding: 10px 16px;
  gap: 25px;
}
.mobile-nav {
  display: none;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}
.mini-mark {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #151515;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 66px;
}
.hero-copy {
  padding: 12px 0;
}
.hero h1 {
  font-size: clamp(3.8rem, 6.2vw, 5.75rem);
  line-height: 1.04;
  letter-spacing: -0.065em;
  font-weight: 600;
}
.outline-word {
  color: #666;
}
.hero-copy > p {
  max-width: 390px;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 25px;
}
.button-row {
  display: flex;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.hero-note {
  display: flex;
  gap: 22px;
  margin-top: 37px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #656565;
}
.product-visual {
  position: relative;
  background: #f1f1ef;
  height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
  overflow: hidden;
  border-radius: 3px;
}
.visual-caption,
.visual-foot {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.12em;
  color: #656565;
}
.visual-foot {
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.02em;
}
.cross {
  font-size: 21px;
  font-weight: 400;
  color: #999;
}
.nfc-card {
  align-self: center;
  width: 88%;
  max-width: 405px;
  aspect-ratio: 1.586;
  background: #171717;
  color: white;
  border-radius: 12px;
  padding: 25px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(-11deg);
  box-shadow:
    12px 26px 22px #00000020,
    1px 1px 0 #555 inset;
  border: 1px solid #343434;
}
.card-brand {
  font-family: Manrope, Arial, sans-serif;
  font-size: 38px;
  font-weight: 750;
  letter-spacing: -2px;
}
.card-brand span {
  font-size: 12px;
  vertical-align: top;
  letter-spacing: 0;
}
.card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.025em;
  color: #d0d0d0;
}
.nfc-symbol {
  font-size: 24px;
  letter-spacing: -4px;
  transform: rotate(-6deg);
  padding-right: 5px;
}
.principles {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.principles .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.principles span {
  font-size: 13px;
  color: #676767;
}
.principles span:first-child {
  color: var(--ink);
  font-weight: 550;
}
.section {
  padding-block: 100px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 46px;
  gap: 35px;
}
.section-heading .eyebrow {
  margin-bottom: 18px;
}
.section-heading > p {
  font-size: 15px;
  line-height: 1.7;
}
.use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.use-card {
  position: relative;
  padding: 28px 29px 36px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  min-height: 260px;
}
.use-card:hover {
  background: var(--wash);
}
.use-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  font-size: 11px;
  color: #666;
}
.use-icon {
  color: var(--ink);
  font-size: 28px;
  line-height: 1;
}
.use-card p {
  font-size: 14px;
  line-height: 1.65;
  margin-top: 12px;
  max-width: 270px;
}
.card-arrow {
  position: absolute;
  bottom: 25px;
  right: 24px;
  font-size: 20px;
}
.steps-section {
  background: var(--wash);
  padding: 86px 0;
}
.text-link {
  font-size: 14px;
  font-weight: 550;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #111;
  padding-bottom: 5px;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 58px;
}
.step-num {
  display: block;
  border-top: 1px solid #b8b8b8;
  padding-top: 18px;
  font-size: 13px;
  margin-bottom: 32px;
}
.steps-grid p {
  font-size: 15px;
  margin-top: 16px;
  max-width: 300px;
}
.steps-note {
  font-size: 13px;
  margin-top: 45px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.closing {
  padding-block: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.closing h2 {
  font-size: clamp(3rem, 5vw, 5rem);
}
.closing p {
  margin: 23px 0;
}
.closing-note {
  font-size: 12px;
  color: #666;
  margin-top: 18px;
}
footer {
  border-top: 1px solid var(--line);
  padding: 60px max(48px, calc((100vw - var(--max)) / 2)) 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 55px;
}
.footer-top p {
  font-size: 14px;
  margin: 21px 0;
}
.footer-top > div > a:not(.logo) {
  font-size: 14px;
}
.footer-links {
  display: flex;
  gap: 75px;
}
.footer-links > div {
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 13px;
}
.footer-links span {
  color: #666;
  font-size: 12px;
  margin-bottom: 7px;
}
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 23px 0;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #666;
}
.page-heading {
  padding: 80px 0 56px;
  max-width: 870px;
}
.page-heading p {
  font-size: 18px;
  line-height: 1.75;
  max-width: 660px;
  margin-top: 25px;
}
.reading {
  max-width: 780px;
  margin-left: 0;
}
.reading.section {
  margin-inline: auto;
}
.reading h2 {
  font-size: 27px;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}
.reading p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.85;
}
.editorial {
  padding-bottom: 100px;
}
.editorial section {
  margin: 0 0 42px;
}
.badge {
  display: inline-flex;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.faq-list {
  max-width: 950px;
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 25px 0;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  max-width: 800px;
  padding: 0 40px 25px 0;
  line-height: 1.8;
}
.help-line {
  padding: 50px 0 95px;
  font-size: 15px;
  color: var(--muted);
}
.help-line a {
  margin-left: 20px;
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-bottom: 100px;
}
.contact-grid h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.contact-email {
  font-size: 22px;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.contact-grid p {
  font-size: 14px;
  margin-top: 15px;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 500;
}
input,
textarea,
select {
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: 13px 14px;
  min-height: 48px;
  width: 100%;
  background: #fff;
  color: var(--ink);
  font-size: 16px;
}
input[readonly] {
  background: var(--wash);
  color: #666;
}
textarea {
  resize: vertical;
}
.form-note {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;
}
.journal-list {
  padding-bottom: 100px;
}
.journal-list a {
  display: block;
  position: relative;
  border-top: 1px solid var(--line);
  padding: 35px 60px 40px 0;
}
.journal-list a:hover h2 {
  text-decoration: underline;
  text-underline-offset: 7px;
}
.journal-list span {
  font-size: 12px;
  color: var(--muted);
}
.journal-list h2 {
  font-size: 30px;
  margin-top: 20px;
}
.journal-list a > span:last-child {
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 26px;
  color: #111;
}
.auth-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
  padding-block: 80px 100px;
}
.auth-intro h1 {
  font-size: clamp(3rem, 4.4vw, 4.5rem);
  line-height: 1.08;
}
.auth-intro p {
  margin: 28px 0;
}
.auth-intro .text-link {
  margin-top: 15px;
}
.auth-card {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 38px;
}
.auth-card h2 {
  font-size: 33px;
  margin-top: 25px;
}
.auth-card > p {
  font-size: 14px;
  margin: 15px 0 25px;
}
.full {
  width: 100%;
}
.divider {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #666;
  font-size: 12px;
  margin: 23px 0;
}
.divider:before,
.divider:after {
  content: "";
  height: 1px;
  background: var(--line);
  flex: 1;
}
.auth-card .auth-switch {
  font-size: 13px;
  margin-top: 28px;
}
.auth-switch a,
.legal-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.auth-card .legal-note {
  font-size: 11px;
  margin-bottom: 0;
}
.notice {
  padding: 14px 18px;
  background: var(--wash);
  border-left: 3px solid #111;
  margin-bottom: 24px !important;
  color: #222;
  overflow-wrap: anywhere;
}
.narrow {
  max-width: 480px;
  padding-bottom: 100px;
}
.narrow h1 {
  font-size: 40px;
}
.narrow .text-link {
  margin-top: 25px;
}
.dashboard {
  padding-bottom: 80px;
}
.dashboard-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.dashboard-title .page-heading h1 {
  font-size: 42px;
}
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.stat-grid article {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 25px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.stat-grid article > span:first-child {
  font-size: 14px;
}
.stat-grid strong {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 15px;
}
.stat-grid small {
  color: var(--muted);
}
.dashboard-panel {
  border: 1px solid var(--line);
  margin-top: 30px;
  padding: 30px;
  text-align: center;
}
.dashboard-panel > h2 {
  text-align: left;
  font-size: 22px;
}
.empty {
  padding: 40px 20px 25px;
}
.empty-icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 30px;
  margin-bottom: 25px;
}
.empty h2 {
  font-size: 25px;
}
.empty p {
  margin: 15px auto 0;
  max-width: 440px;
  font-size: 14px;
}
.activity {
  margin-top: 40px;
}
.activity h2 {
  font-size: 22px;
  margin-bottom: 15px;
}
.activity p {
  font-size: 14px;
}
.account-grid {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 50px;
  max-width: 800px;
  padding-bottom: 100px;
}
.avatar {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--wash);
  font-size: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.provider {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 14px;
  margin: 25px 0;
}
.logout {
  margin-top: 35px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
dialog {
  max-width: 470px;
  width: calc(100% - 40px);
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
dialog::backdrop {
  background: #0007;
}
dialog h2 {
  font-size: 30px;
}
dialog p {
  margin: 22px 0;
  font-size: 15px;
}
.icon-button {
  float: right;
  border: 0;
  background: white;
  font-size: 25px;
  padding: 0 5px;
}
.not-found {
  padding-block: 110px 140px;
  max-width: 900px;
}
.not-found p {
  margin: 30px 0;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  padding-bottom: 80px;
}
.product-grid .product-visual {
  height: 265px;
  padding: 16px;
}
.product-grid .visual-caption,
.product-grid .visual-foot {
  font-size: 8px;
}
.product-grid .nfc-card {
  padding: 15px 18px;
  border-radius: 8px;
}
.product-grid .card-brand {
  font-size: 29px;
}
.product-grid .card-bottom {
  font-size: 7px;
}
.product-item img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: contain;
  background: var(--wash);
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 23px;
}
.product-meta h2 {
  font-size: 22px;
}
.product-item p {
  font-size: 14px;
  margin-top: 15px;
}
.product-item .text-link {
  margin-top: 20px;
}
.catalog-note {
  margin-bottom: 30px;
  font-size: 14px;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-block: 70px 100px;
}
.product-detail > img {
  width: 100%;
  object-fit: contain;
  background: var(--wash);
}
.product-detail h1 {
  font-size: 45px;
  margin: 25px 0;
}
.product-detail p {
  margin: 25px 0;
}
.product-detail label {
  margin-top: 20px;
}
.price {
  font-size: 22px;
  color: #111 !important;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  background: #111;
  color: #fff;
  padding: 12px;
  z-index: 99;
}
.skip:focus {
  top: 10px;
}
.skeleton {
  background: #eee;
  color: #555;
  padding: 20px;
  border-radius: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .product-visual {
    height: 550px;
  }
}
@media (max-width: 1100px) {
  .nav-wrap {
    gap: 25px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .nav-actions {
    gap: 18px;
  }
  .hero {
    gap: 25px;
  }
  .product-visual {
    height: 470px;
  }
  .hero-note {
    gap: 12px;
    font-size: 9px;
  }
  .footer-links {
    gap: 35px;
  }
  .auth-shell {
    gap: 50px;
  }
  .contact-grid {
    gap: 50px;
  }
}
@media (max-width: 900px) {
  .container,
  .nav-wrap {
    width: calc(100% - 48px);
  }
  .desktop-nav,
  .nav-actions {
    display: none;
  }
  .site-header {
    height: 80px;
  }
  .mobile-nav {
    display: block;
    margin-left: auto;
  }
  .mobile-nav summary {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    padding: 14px 0 14px 14px;
    cursor: pointer;
  }
  .mobile-nav summary span {
    height: 1px;
    width: 25px;
    background: #111;
  }
  .mobile-nav nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 79px;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 20px 24px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .hero h1 {
    font-size: 60px;
  }
  .product-visual {
    height: 420px;
  }
  .hero-note {
    flex-direction: column;
    gap: 6px;
  }
  .hero .button {
    padding: 12px 15px;
    font-size: 12px;
    gap: 10px;
  }
  .nfc-card {
    padding: 20px;
  }
  .card-brand {
    font-size: 32px;
  }
  .card-bottom {
    font-size: 7px;
  }
  .principles .container {
    flex-wrap: wrap;
    gap: 12px 30px;
  }
  .principles span:first-child {
    width: 100%;
  }
  .use-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .steps-grid {
    gap: 30px;
  }
  .footer-top {
    gap: 30px;
  }
  footer {
    padding-inline: 24px;
  }
  .footer-links {
    gap: 25px;
  }
  .auth-shell {
    gap: 35px;
  }
  .auth-card {
    padding: 25px;
  }
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .container,
  .nav-wrap {
    width: calc(100% - 40px);
  }
  .logo {
    font-size: 32px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 43px;
    padding-bottom: 35px;
    gap: 35px;
  }
  .hero h1 {
    font-size: clamp(3.6rem, 15vw, 5rem);
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 23px;
  }
  .hero-copy > p {
    font-size: 16px;
    max-width: 330px;
  }
  .hero-note {
    flex-direction: row;
    font-size: 8px;
    gap: 18px;
    margin-top: 25px;
  }
  .hero .button {
    font-size: 13px;
    padding: 13px 17px;
  }
  .button-row {
    margin-top: 25px;
  }
  .product-visual {
    height: 340px;
    padding: 20px;
  }
  .nfc-card {
    width: 82%;
    max-width: 330px;
    padding: 22px;
  }
  .card-brand {
    font-size: 32px;
  }
  .card-bottom {
    font-size: 8px;
  }
  .principles {
    padding: 20px 0;
  }
  .principles .container {
    gap: 8px 20px;
  }
  .principles span {
    font-size: 11px;
  }
  .section {
    padding-block: 60px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading > p {
    font-size: 14px;
    margin-top: 25px;
  }
  .section-heading .text-link {
    margin-top: 20px;
  }
  .use-card {
    padding: 22px 17px 35px;
    min-height: 255px;
  }
  .use-card h3 {
    font-size: 18px;
  }
  .use-card p {
    font-size: 13px;
  }
  .use-top {
    margin-bottom: 30px;
  }
  .card-arrow {
    right: 15px;
    bottom: 14px;
  }
  .steps-section {
    padding-block: 58px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .step-num {
    margin-bottom: 18px;
  }
  .steps-grid p {
    max-width: none;
  }
  .closing {
    padding-block: 65px;
  }
  .closing p {
    font-size: 15px;
  }
  .footer-top {
    display: block;
  }
  .footer-links {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .footer-bottom {
    font-size: 10px;
    gap: 20px;
  }
  .page-heading {
    padding: 48px 0 40px;
  }
  .page-heading p {
    font-size: 16px;
  }
  .reading p {
    font-size: 16px;
  }
  .reading h2 {
    font-size: 24px;
  }
  .editorial {
    padding-bottom: 60px;
  }
  .faq-list summary {
    font-size: 16px;
    padding: 22px 0;
  }
  .faq-list p {
    font-size: 15px;
    padding-right: 10px;
  }
  .help-line {
    padding-bottom: 60px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 60px;
  }
  .contact-email {
    font-size: 20px;
  }
  .auth-shell {
    grid-template-columns: 1fr;
    padding: 45px 0 60px;
    gap: 35px;
  }
  .auth-intro h1 {
    font-size: 42px;
  }
  .auth-intro h1 br {
    display: none;
  }
  .auth-intro p {
    margin: 18px 0;
  }
  .auth-intro .text-link {
    display: none;
  }
  .auth-card {
    padding: 25px;
  }
  .auth-intro .eyebrow {
    margin-bottom: 18px;
  }
  .journal-list h2 {
    font-size: 24px;
  }
  .journal-list {
    padding-bottom: 60px;
  }
  .dashboard-title {
    align-items: start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 25px;
  }
  .dashboard-title .page-heading {
    padding-bottom: 25px;
  }
  .dashboard-title .page-heading h1 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }
  .stat-grid {
    gap: 10px;
  }
  .stat-grid article {
    padding: 15px 12px;
  }
  .stat-grid article > span:first-child {
    font-size: 12px;
  }
  .stat-grid .badge {
    font-size: 9px;
    padding: 3px 5px;
  }
  .stat-grid strong {
    font-size: 32px;
  }
  .dashboard-panel {
    padding: 22px 15px;
  }
  .empty {
    padding-inline: 5px;
  }
  .empty h2 {
    font-size: 22px;
  }
  .account-grid {
    grid-template-columns: 1fr;
    gap: 25px;
    padding-bottom: 60px;
  }
  .avatar {
    height: 80px;
    width: 80px;
    font-size: 30px;
  }
  .provider {
    flex-wrap: wrap;
    gap: 12px;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
  .product-grid .product-visual {
    height: 310px;
  }
  .product-detail {
    grid-template-columns: 1fr;
    padding-block: 40px 60px;
    gap: 25px;
  }
  .product-detail h1 {
    font-size: 36px;
  }
  .not-found {
    padding-block: 75px;
  }
  .not-found h1 {
    font-size: 40px;
  }
  .narrow {
    padding-bottom: 65px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
