@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: dark;
  --bg: #101114;
  --panel: #191a1f;
  --line: #34363e;
  --ink: #f4f5f8;
  --muted: #a4a7b0;
  --blue: #315bff;
  --pale-blue: #91a7ff;
  --paper: #f4f5f7;
  --body: Manrope, Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --max: 1280px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--pale-blue);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 800;
}
h2 {
  font-size: clamp(2.35rem, 4.3vw, 4rem);
}
h3 {
  font-size: clamp(1.75rem, 2.7vw, 2.35rem);
  letter-spacing: -0.045em;
}
.section-shell {
  width: min(var(--max), calc(100% - 96px));
  margin-inline: auto;
}
.eyebrow,
.tag,
.feature-index,
.example-label,
.preview-label,
.status-label {
  font-family: var(--mono);
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.eyebrow {
  color: var(--muted);
  margin-bottom: 25px;
}
.muted {
  color: #7b7e88;
}
.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  transform: translateY(-200%);
  z-index: 10;
  background: white;
  color: black;
  padding: 12px 20px;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  width: min(1440px, 100%);
  margin: auto;
  padding: 26px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: -0.06em;
  white-space: nowrap;
}
.brand img {
  margin-right: 10px;
  border-radius: 8px;
}
.brand-light {
  font-weight: 400;
}
.brand-period {
  color: var(--pale-blue);
}
nav {
  display: flex;
  gap: 32px;
  font-size: 0.875rem;
  color: #c5c6cd;
}
nav a {
  padding: 10px 0;
}
nav a:hover {
  color: white;
}
.header-cta {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 0.875rem;
  min-height: 44px;
}
.header-cta span {
  font-size: 1.4rem;
  color: var(--pale-blue);
}
.hero {
  max-width: 1440px;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  overflow: hidden;
}
.hero-copy {
  padding: 85px 0 78px 48px;
  z-index: 3;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.short-rule {
  width: 27px;
  height: 2px;
  background: var(--blue);
}
h1 {
  font-size: clamp(4.3rem, 7.4vw, 7.1rem);
  line-height: 0.99;
  letter-spacing: -0.068em;
  white-space: nowrap;
}
.outline-word {
  color: var(--pale-blue);
}
.hero-description {
  font-size: 1.2rem;
  line-height: 1.65;
  max-width: 350px;
  margin-top: 33px;
  color: #dedfe4;
}
.hero-explainer {
  max-width: 340px;
  color: var(--muted);
  margin-top: 15px;
  font-size: 0.94rem;
}
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 13px 24px;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 4px;
  transition:
    background 0.15s,
    transform 0.15s;
}
.button-primary {
  background: var(--blue);
  color: white;
  margin-top: 31px;
}
.button-primary:hover {
  background: #466cfe;
  transform: translateY(-2px);
}
.button span {
  font-size: 1.45rem;
  font-weight: 400;
}
.release-note {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 17px;
}
.alpha-marker {
  width: 6px;
  height: 6px;
  border: 1px solid var(--pale-blue);
  transform: rotate(45deg);
}
.hero-visual {
  position: relative;
  align-self: stretch;
  margin-left: -100px;
  background: #151619;
}
.workshop-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 53% 50%;
  opacity: 0.88;
}
.hero-visual:before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, var(--bg), transparent 25%),
    linear-gradient(0deg, rgba(16, 17, 20, 0.75), transparent 38%);
}
.visual-caption {
  position: absolute;
  z-index: 2;
  bottom: 34px;
  right: 36px;
  left: 130px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font: 0.75rem/1.5 var(--mono);
  letter-spacing: 0.1em;
  color: #d1d1d4;
}
.journal-label {
  position: absolute;
  z-index: 2;
  right: 35px;
  top: 34px;
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 16px 20px;
  background: rgba(16, 17, 20, 0.78);
  border: 1px solid #696a7144;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #bebfc6;
}
.journal-label strong {
  font-size: 0.95rem;
  color: white;
  font-weight: 600;
}
.journal-symbol {
  font-size: 1.7rem;
  color: var(--pale-blue);
}
.hero-foot {
  grid-column: 1/-1;
  padding: 22px 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font: 0.75rem/1.5 var(--mono);
  letter-spacing: 0.05em;
}
.intro {
  padding-block: 100px 52px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: end;
}
.intro-copy {
  color: #b3b6bf;
  max-width: 430px;
  justify-self: end;
  line-height: 1.8;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1.07fr 1fr 1fr;
  gap: 18px;
  padding-bottom: 100px;
}
.feature-card {
  border: 1px solid var(--line);
  background: var(--panel);
  padding: 28px 28px 0;
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.feature-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  color: var(--muted);
}
.feature-index {
  font-size: 0.8rem;
  color: #8f95a3;
}
.tag {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.feature-card > p {
  margin-top: 20px;
  font-size: 0.94rem;
  color: #b0b2bc;
  line-height: 1.75;
}
.service-example {
  margin-top: 35px;
  background: #f5f6fa;
  color: #16191f;
  padding: 23px 20px 18px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 6px 30px #0002;
}
.example-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #626775;
}
.example-label > span {
  font-size: 1rem;
}
.entry-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.entry-head strong {
  display: block;
  font-size: 0.88rem;
  letter-spacing: -0.025em;
}
.entry-head div > span {
  display: block;
  font-size: 0.75rem;
  color: #69707d;
  margin-top: 2px;
}
.entry-icon {
  font-size: 1.5rem;
  background: #e3e9ff;
  color: #2548ca;
  border-radius: 9px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}
dl {
  margin: 0;
  font-size: 0.75rem;
}
dl > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid #dfe2e9;
}
dt {
  color: #636875;
}
dd {
  margin: 0;
  text-align: right;
}
.entry-provenance {
  display: block;
  font-size: 0.75rem;
  color: #646a76;
  margin-top: 14px;
}
.feature-fuel {
  background: #1c2a64;
  border-color: #30457f;
}
.feature-fuel .feature-top,
.feature-fuel > p {
  color: #c6cfed;
}
.feature-fuel .feature-index {
  color: #b0bce0;
}
.fuel-visual {
  margin: auto -28px 0;
  padding: 42px 28px 38px;
}
.fuel-gauge {
  display: flex;
  align-items: center;
  gap: 12px;
  font: 0.75rem var(--mono);
  color: #c0c9e6;
}
.gauge-bars {
  display: flex;
  gap: 6px;
  flex: 1;
  align-items: flex-end;
  height: 72px;
}
.gauge-bars i {
  display: block;
  width: 100%;
  background: #8ea8ff;
  transform: skew(-13deg);
  height: 34px;
}
.gauge-bars i:nth-child(2) {
  height: 38px;
}
.gauge-bars i:nth-child(3) {
  height: 42px;
}
.gauge-bars i:nth-child(4) {
  height: 46px;
}
.gauge-bars i:nth-child(5) {
  height: 50px;
}
.gauge-bars i:nth-child(6) {
  height: 54px;
}
.gauge-bars i:nth-child(7) {
  height: 58px;
}
.gauge-bars i:nth-child(8) {
  height: 62px;
}
.gauge-bars i:nth-child(9) {
  height: 66px;
  background: #ffffff20;
}
.gauge-bars i:nth-child(10) {
  height: 70px;
  background: #ffffff20;
}
.fuel-label {
  margin-top: 30px;
  font: 0.75rem/2 var(--mono);
  letter-spacing: 0.12em;
  color: #bac7ed;
}
.fuel-label strong {
  font-family: var(--body);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: white;
}
.memory-example {
  margin-top: 35px;
  margin-bottom: 28px;
  padding: 24px 22px;
  background: #23252d;
  border: 1px solid #383a44;
  transform: rotate(-2deg);
  border-radius: 4px;
}
.memory-example .example-label {
  color: #a0a5b5;
}
.memory-example > p {
  font-size: 0.9rem;
  line-height: 1.2;
  margin: 23px 0 12px;
}
.memory-example strong {
  display: block;
  color: #b0c0ff;
  font-size: 4.3rem;
  letter-spacing: -0.07em;
  line-height: 1.2;
}
.memory-example strong span {
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: 500;
}
.memory-example > span:last-of-type {
  font-size: 0.75rem;
  color: #a8adbb;
}
.memory-rule {
  height: 1px;
  background: #41434d;
  margin: 18px 0 11px;
}
.memory-example small {
  font-size: 0.75rem;
  line-height: 1.5;
  color: #a8adbb;
}
.diy-section {
  background: var(--paper);
  color: #171b24;
  overflow: hidden;
}
.diy-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 90px;
  align-items: center;
  padding-block: 90px;
}
.diy-section .eyebrow {
  color: #626d80;
}
.diy-copy h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.3rem);
}
.diy-copy h2 em {
  font-style: normal;
  color: #3150cc;
}
.diy-copy > p:not(.eyebrow) {
  color: #5c6370;
  max-width: 440px;
  margin-top: 26px;
}
.work-sequence {
  margin-top: 34px;
}
.work-sequence > div {
  position: relative;
  padding: 18px 0 20px 50px;
  border-bottom: 1px solid #d6dae1;
}
.work-sequence > div > span {
  position: absolute;
  left: 0;
  top: 20px;
  color: #5369b0;
  font: 0.75rem var(--mono);
}
.work-sequence strong {
  font-size: 0.98rem;
}
.work-sequence p {
  font-size: 0.875rem;
  color: #626a77;
  margin-top: 4px;
}
.diy-copy .small-note {
  font-size: 0.75rem;
  line-height: 1.7;
}
.app-preview {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.phone-frame {
  width: min(100%, 290px);
  background: #080b13;
  border: 6px solid #171a22;
  border-radius: 38px;
  box-shadow:
    22px 27px 42px #15234326,
    1px 1px 0 #9c9da5 inset;
  transform: rotate(4deg);
  overflow: hidden;
}
.phone-frame img {
  width: 100%;
  border-radius: 31px;
}
.app-preview figcaption {
  font-size: 0.75rem;
  line-height: 1.9;
  text-align: center;
  color: #606b80;
  margin-top: 30px;
}
.preview-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #455268;
}
.garage-statement {
  padding-block: 110px;
  border-bottom: 1px solid var(--line);
}
.garage-statement h2 {
  font-size: clamp(1.95rem, 3.8vw, 3.5rem);
  line-height: 1.35;
  max-width: 1040px;
}
.garage-statement > p:last-child {
  max-width: 470px;
  margin-top: 30px;
  color: #b6b8c1;
}
.alpha-section {
  padding-block: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  border-bottom: 1px solid var(--line);
}
.alpha-section > div > p:not(.eyebrow) {
  max-width: 440px;
  color: #b6b8c1;
  margin-top: 25px;
}
.alpha-section .alpha-notice {
  font-size: 0.8rem;
  color: var(--pale-blue) !important;
}
.alpha-status > div {
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.alpha-status > div:first-child {
  padding-top: 0;
}
.status-label {
  font-size: 0.75rem;
  color: var(--pale-blue);
}
.status-label.planned {
  color: #b4b6c0;
}
.alpha-status > div p {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.9;
}
.alpha-status .status-footnote {
  font-size: 0.75rem;
  color: #9499a8;
  line-height: 1.75;
  margin-top: 24px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 90px;
  padding-block: 95px;
}
.faq-section h2 {
  font-size: 2.7rem;
}
.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
}
summary {
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 24px 0;
  min-height: 64px;
  font-size: 0.94rem;
  font-weight: 600;
}
summary::-webkit-details-marker {
  display: none;
}
summary > span {
  font-size: 1.5rem;
  color: #98a3c8;
  transition: transform 0.15s;
}
details[open] summary > span {
  transform: rotate(45deg);
}
details > p {
  color: #aeb3c0;
  font-size: 0.9rem;
  line-height: 1.8;
  padding: 0 30px 24px 0;
}
.closing {
  padding-block: 58px;
  display: flex;
  align-items: center;
  gap: 35px;
  border-block: 1px solid var(--line);
}
.closing-mark {
  background: var(--blue);
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.09em;
  width: 84px;
  height: 84px;
  border-radius: 18px;
  display: grid;
  place-items: center;
}
.closing > p {
  font-size: 1.5rem;
  line-height: 1.35;
  letter-spacing: -0.04em;
  color: var(--muted);
}
.closing > p strong {
  color: white;
  font-weight: 700;
}
.text-link {
  margin-left: auto;
  font-size: 0.8rem;
  padding-block: 14px;
  display: flex;
  gap: 25px;
}
.text-link span {
  font-size: 1.2rem;
  color: var(--pale-blue);
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 35px 40px;
}
.site-footer > p {
  font-size: 0.8rem;
  color: #818694;
}
.site-footer > div {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 3px;
  font-size: 0.75rem;
  color: #8f95a3;
}
@media (min-width: 1441px) {
  .hero-copy {
    padding-left: 80px;
  }
  .hero-foot {
    padding-inline: 80px;
  }
  .site-header {
    padding-inline: 80px;
  }
}
@media (max-width: 1100px) {
  .hero-copy {
    padding-top: 72px;
  }
  .hero-visual {
    margin-left: -130px;
  }
  .hero-description {
    max-width: 290px;
  }
  .hero-explainer {
    max-width: 290px;
  }
  .hero-foot {
    font-size: 0.75rem;
  }
  .feature-card {
    padding-inline: 22px;
  }
  .feature-top {
    margin-bottom: 30px;
  }
  .fuel-visual {
    margin-inline: -22px;
    padding-inline: 22px;
  }
  .feature-grid {
    gap: 12px;
  }
  .intro,
  .diy-inner,
  .alpha-section,
  .faq-section {
    gap: 50px;
  }
  .visual-caption {
    left: 110px;
    font-size: 0.75rem;
  }
  .service-example {
    padding-inline: 14px;
  }
  .feature-card > p {
    font-size: 0.875rem;
  }
  .tag {
    font-size: 0.75rem;
  }
}
@media (max-width: 800px) {
  .section-shell {
    width: calc(100% - 48px);
  }
  .site-header {
    padding: 18px 24px;
  }
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 53px 24px 40px;
  }
  h1 {
    font-size: clamp(3.7rem, 10vw, 6.1rem);
  }
  .hero-description {
    max-width: 460px;
    font-size: 1.05rem;
    margin-top: 26px;
  }
  .hero-explainer {
    max-width: 420px;
  }
  .hero-visual {
    margin: 0;
    height: auto;
    aspect-ratio: 1.7;
  }
  .workshop-image {
    object-position: 50% 57%;
    opacity: 1;
  }
  .hero-visual:before {
    background: linear-gradient(0deg, rgba(16, 17, 20, 0.75), transparent 30%);
  }
  .journal-label {
    display: none;
  }
  .visual-caption {
    left: 24px;
    right: 24px;
    bottom: 20px;
  }
  .hero-foot {
    padding: 18px 24px;
    flex-direction: column;
    gap: 5px;
    font-size: 0.75rem;
  }
  .intro {
    padding-block: 65px 35px;
    gap: 25px;
    grid-template-columns: 1fr;
  }
  .intro-copy {
    justify-self: start;
    max-width: 570px;
  }
  .intro-copy br {
    display: none;
  }
  .feature-grid {
    grid-template-columns: 1fr;
    padding-bottom: 65px;
    gap: 18px;
  }
  .feature-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    padding: 24px;
  }
  .feature-top {
    grid-column: 1/-1;
    margin-bottom: 25px;
  }
  .feature-card h3 {
    font-size: 2rem;
    grid-column: 1;
  }
  .feature-card > p {
    grid-column: 1;
    font-size: 0.94rem;
  }
  .service-example,
  .memory-example,
  .fuel-visual {
    grid-column: 2;
    grid-row: 2/4;
    margin: 0;
  }
  .service-example {
    border-radius: 5px;
  }
  .memory-example {
    padding: 20px;
    align-self: center;
  }
  .fuel-visual {
    padding: 30px 0;
    align-self: center;
  }
  .fuel-label strong {
    font-size: 1.3rem;
  }
  .diy-inner {
    gap: 50px;
    padding-block: 65px;
  }
  .phone-frame {
    border-radius: 30px;
    border-width: 5px;
    transform: rotate(3deg);
  }
  .phone-frame img {
    border-radius: 24px;
  }
  .diy-copy h2 {
    font-size: 2.4rem;
  }
  .diy-copy > p:not(.eyebrow) {
    font-size: 0.94rem;
  }
  .garage-statement {
    padding-block: 70px;
  }
  .alpha-section {
    padding-block: 65px;
    gap: 40px;
  }
  .faq-section {
    padding-block: 65px;
    gap: 35px;
    grid-template-columns: 1fr;
  }
  .closing {
    gap: 24px;
  }
  .site-footer {
    flex-wrap: wrap;
  }
  .site-footer > div {
    flex-basis: 100%;
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 540px) {
  .site-header {
    gap: 12px;
  }
  .brand {
    font-size: 1.23rem;
  }
  .brand img {
    width: 27px;
    height: 27px;
    margin-right: 8px;
  }
  .header-cta {
    font-size: 0.75rem;
    gap: 10px;
  }
  .header-cta span {
    font-size: 1.15rem;
  }
  h1 {
    font-size: clamp(3.25rem, 12vw, 4.5rem);
    white-space: normal;
  }
  .hero-copy {
    padding-top: 47px;
  }
  .hero .eyebrow {
    font-size: 0.75rem;
    margin-bottom: 26px;
  }
  .hero-visual {
    aspect-ratio: 1.45;
  }
  .button {
    min-height: 54px;
  }
  .release-note {
    font-size: 0.75rem;
  }
  .hero-foot span:last-child {
    font-size: 0.75rem;
    letter-spacing: 0;
  }
  .intro-copy {
    font-size: 0.94rem;
  }
  .feature-card {
    display: flex;
    padding: 27px 27px 0;
  }
  .feature-card > p {
    font-size: 0.94rem;
  }
  .feature-card h3 {
    font-size: 2.1rem;
  }
  .service-example {
    margin-top: 28px;
    border-radius: 6px 6px 0 0;
    padding: 23px 22px;
  }
  .example-label {
    font-size: 0.75rem;
  }
  .entry-head strong {
    font-size: 1rem;
  }
  .entry-head div > span,
  dl,
  .entry-provenance {
    font-size: 0.75rem;
  }
  .fuel-visual {
    margin: 20px 0 0;
    padding: 25px 0 35px;
    width: 100%;
  }
  .memory-example {
    margin: 28px 0;
    padding: 25px 22px;
    width: 100%;
  }
  .memory-example > span:last-of-type,
  .memory-example small {
    font-size: 0.75rem;
  }
  .diy-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .diy-copy h2 {
    font-size: 3rem;
  }
  .phone-frame {
    width: 265px;
  }
  .diy-copy .small-note {
    font-size: 0.75rem;
  }
  .garage-statement h2 {
    font-size: 1.85rem;
    line-height: 1.45;
    letter-spacing: -0.045em;
  }
  .garage-statement > p:last-child {
    font-size: 0.94rem;
  }
  .alpha-section {
    grid-template-columns: 1fr;
  }
  .alpha-section h2 {
    font-size: 3rem;
  }
  .alpha-status > div p {
    font-size: 0.95rem;
  }
  .faq-section .eyebrow {
    font-size: 0.75rem;
  }
  .faq-section h2 {
    font-size: 2.4rem;
  }
  summary {
    font-size: 0.9rem;
    gap: 12px;
    align-items: flex-start;
  }
  summary > span {
    line-height: 1.1;
    flex-shrink: 0;
  }
  details > p {
    padding-right: 0;
  }
  .closing {
    flex-wrap: wrap;
    padding-block: 35px;
    gap: 22px;
  }
  .closing-mark {
    width: 64px;
    height: 64px;
    font-size: 2rem;
    border-radius: 14px;
  }
  .closing > p {
    font-size: 1.35rem;
  }
  .text-link {
    margin-left: 0;
    flex-basis: 100%;
    padding-top: 8px;
  }
  .site-footer {
    gap: 14px;
  }
  .site-footer > p {
    margin-left: auto;
    font-size: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
  .button-primary:hover {
    transform: none;
  }
}
