/* dushkat.com — главная (редизайн v1) */

.page-home {
  cursor: none;
}

.page-home a,
.page-home button {
  cursor: none;
}

@media (hover: none) {
  .page-home {
    cursor: auto;
  }

  .page-home a,
  .page-home button {
    cursor: pointer;
  }

  #cursor {
    display: none;
  }
}

#progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--terra);
  z-index: 9999;
  transition: width 0.05s linear;
}

#cursor {
  position: fixed;
  pointer-events: none;
  z-index: 9998;
  font-size: 22px;
  line-height: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
  user-select: none;
}

#cursor.clicking {
  transform: translate(-50%, -50%) scale(0.8);
}

.page-home .site-nav {
  padding: 20px clamp(20px, 5vw, 52px);
  z-index: 500;
}

.page-home .nav-links a {
  font-size: 11.5px;
  letter-spacing: 0.14em;
}

.page-home .nav-cta {
  background: var(--terra) !important;
  color: #fff !important;
  padding: 9px 20px;
  border-radius: 2px;
}

.page-home .nav-cta:hover {
  background: var(--sienna) !important;
  color: #fff !important;
}

.ticker {
  background: var(--terra);
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
}

.ticker-track {
  display: inline-flex;
  animation: ticker 30s linear infinite;
}

.ticker-track span {
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 28px;
  letter-spacing: 0.04em;
}

.ticker-track span.dot {
  color: rgba(255, 255, 255, 0.4);
  padding: 0;
  font-style: normal;
  font-size: 10px;
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.page-home .hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  min-height: 88vh;
  padding: 0 clamp(20px, 5vw, 52px);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: min(500px, 80vw);
  height: min(500px, 80vw);
  background: radial-gradient(circle, #d4a882 0%, transparent 68%);
  opacity: 0.2;
  pointer-events: none;
}

.page-home .hero-text {
  padding: 80px 0;
}

.page-home .hero-eyebrow {
  font-size: 21px;
}

.page-home .hero-title {
  font-size: clamp(58px, 7.5vw, 96px);
  line-height: 1.02;
}

.page-home .hero-sub {
  max-width: 380px;
  line-height: 1.8;
}

.page-home .btn-primary,
.page-home .btn-ghost {
  font-size: 11.5px;
  letter-spacing: 0.13em;
  padding: 15px 34px;
}

.page-home .btn-ghost {
  padding: 14px 30px;
}

.page-home .hero-visual {
  min-height: 480px;
  position: relative;
}

.capy-orbit {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.capy-mini {
  position: absolute;
  font-size: 52px;
  line-height: 1;
  user-select: none;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

.capy-mini.c1 {
  top: 8%;
  right: 14%;
  animation: floatBob 5s ease-in-out infinite;
}

.capy-mini.c2 {
  bottom: 18%;
  right: 4%;
  animation: floatBob 4.2s ease-in-out infinite 0.8s;
}

.capy-mini.c3 {
  bottom: 10%;
  left: 16%;
  animation: floatBob 5.5s ease-in-out infinite 1.4s;
}

.deco-tag {
  position: absolute;
  font-family: "Caveat", cursive;
  font-size: 15px;
  color: var(--muted);
  opacity: 0.5;
  white-space: nowrap;
}

.deco-tag.t1 {
  top: 14%;
  left: 6%;
  transform: rotate(-7deg);
  animation: floatBob 6s ease-in-out infinite;
}

.deco-tag.t2 {
  bottom: 24%;
  left: 10%;
  transform: rotate(-4deg);
  animation: floatBob 7s ease-in-out infinite 1s;
}

.deco-tag.t3 {
  bottom: 14%;
  right: 8%;
  transform: rotate(6deg);
  animation: floatBob 4.5s ease-in-out infinite 1.8s;
}

.hdot {
  position: absolute;
  border-radius: 50%;
  background: var(--terra);
  opacity: 0.1;
  pointer-events: none;
}

.hdot.d1 {
  width: 88px;
  height: 88px;
  top: 5%;
  left: 0;
}

.hdot.d2 {
  width: 42px;
  height: 42px;
  bottom: 8%;
  right: 2%;
}

.hdot.d3 {
  width: 20px;
  height: 20px;
  top: 58%;
  left: 6%;
}

.page-home .capy-frame {
  width: min(360px, 75vw);
  height: min(360px, 75vw);
  position: relative;
  transition: transform 0.15s;
  box-shadow: 0 24px 60px rgba(193, 125, 77, 0.2);
}

.page-home .capy-frame:active {
  transform: scale(0.94);
}

.page-home .capy-emoji {
  font-size: clamp(100px, 20vw, 140px);
  pointer-events: none;
}

.speech-bubble {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: #fff;
  border: 2px solid var(--terra);
  border-radius: 16px;
  padding: 14px 20px;
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: var(--dark);
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
  pointer-events: none;
  z-index: 10;
}

.speech-bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: var(--terra);
}

.speech-bubble.show {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.scroll-hint {
  position: absolute;
  bottom: 32px;
  left: clamp(20px, 5vw, 52px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  animation: fadeIn 1s ease 1s both;
}

.scroll-line {
  width: 40px;
  height: 1px;
  background: var(--border);
  position: relative;
  overflow: hidden;
}

.scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--terra);
  animation: lineScan 2s ease-in-out infinite;
}

@keyframes lineScan {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.stat-cell {
  padding: clamp(28px, 5vw, 40px) clamp(20px, 5vw, 52px);
  border-right: 1px solid var(--border);
  transition: background 0.2s;
}

.stat-cell:last-child {
  border-right: none;
}

.stat-cell:hover {
  background: var(--warm);
}

.stat-icon {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}

.stat-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.2;
}

.stat-desc {
  font-size: 13px;
  line-height: 1.65;
  color: var(--muted);
}

.manifesto {
  background: var(--dark);
  padding: clamp(64px, 12vw, 120px) clamp(20px, 5vw, 52px);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.manifesto-deco {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(200px, 40vw, 500px);
  line-height: 1;
  opacity: 0.025;
  color: var(--terra);
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  pointer-events: none;
  user-select: none;
}

.manifesto-tag {
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: var(--terra);
  display: block;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}

.manifesto-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 4.5vw, 58px);
  font-weight: 300;
  font-style: italic;
  color: var(--cream);
  line-height: 1.28;
  max-width: 860px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
}

.manifesto-quote em {
  color: var(--terra);
  font-style: normal;
}

.manifesto-attr {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(244, 237, 227, 0.3);
  position: relative;
  z-index: 1;
}

.how-section {
  padding: clamp(64px, 10vw, 100px) clamp(20px, 5vw, 52px);
  background: var(--cream);
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
}

.how-step {
  padding: clamp(32px, 5vw, 48px) clamp(24px, 4vw, 40px);
  border-right: 1px solid var(--border);
  position: relative;
  transition: background 0.2s;
}

.how-step:last-child {
  border-right: none;
}

.how-step:hover {
  background: var(--warm);
}

.step-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  font-weight: 300;
  color: var(--border);
  line-height: 1;
  margin-bottom: 20px;
  transition: color 0.2s;
}

.how-step:hover .step-num {
  color: var(--terra);
}

.step-icon {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}

.step-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.step-text {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
}

.step-arrow {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--terra);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  z-index: 2;
}

.how-step:last-child .step-arrow {
  display: none;
}

.feature-strip {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--card);
  overflow: hidden;
}

.feature-inner {
  display: flex;
  animation: featScroll 22s linear infinite;
  width: max-content;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 40px;
  border-right: 1px solid var(--border);
  white-space: nowrap;
  flex-shrink: 0;
}

.fi-icon {
  font-size: 20px;
}

.fi-text {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
}

.fi-text strong {
  color: var(--dark);
  font-weight: 500;
}

@keyframes featScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.mood-section {
  padding: clamp(64px, 10vw, 96px) clamp(20px, 5vw, 52px);
  background: var(--warm);
}

.mood-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.mood-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 28px;
  border: 2px solid var(--border);
  border-radius: 12px;
  background: var(--card);
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  font-family: "Jost", sans-serif;
}

.mood-btn:hover {
  border-color: var(--terra);
  background: #fff;
  transform: translateY(-3px);
}

.mood-btn.active {
  border-color: var(--terra);
  background: var(--terra);
  color: #fff;
}

.mood-btn.active .mood-label {
  color: #fff;
}

.mood-emoji {
  font-size: 36px;
  line-height: 1;
}

.mood-label {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.mood-result {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-style: italic;
  color: var(--dark);
  max-width: 520px;
  min-height: 60px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s, transform 0.3s;
}

.mood-result.show {
  opacity: 1;
  transform: translateY(0);
}

.mood-result a {
  color: var(--terra);
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.mood-result a:hover {
  text-decoration: underline;
}

.page-home .section {
  padding: clamp(64px, 10vw, 96px) clamp(20px, 5vw, 52px);
}

.page-home .cards {
  grid-template-columns: repeat(3, 1fr);
}

.page-home .card {
  padding: 34px 30px;
  border-radius: 6px;
}

.page-home .card-icon {
  font-size: 34px;
}

.page-home .card-title {
  font-size: 23px;
}

.page-home .card-text {
  font-size: 13.5px;
  line-height: 1.72;
  margin-bottom: 24px;
}

.page-home .facts-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 8vw, 80px);
  align-items: start;
  padding: clamp(64px, 10vw, 100px) clamp(20px, 5vw, 52px);
}

.page-home .facts-section .section-title {
  margin-bottom: 24px;
}

.facts-intro {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(244, 237, 227, 0.5);
  max-width: 380px;
  margin-bottom: 28px;
}

.fact-random-box {
  background: rgba(193, 125, 77, 0.12);
  border: 1px solid rgba(193, 125, 77, 0.3);
  border-radius: 6px;
  padding: 24px 28px;
  margin-bottom: 20px;
  min-height: 80px;
}

.random-fact-text {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2.8vw, 26px);
  font-style: italic;
  color: var(--cream);
  line-height: 1.45;
  transition: opacity 0.25s;
}

.btn-fact {
  display: inline-block;
  margin-top: 4px;
  min-width: 200px;
  background: transparent;
  border: 1px solid rgba(193, 125, 77, 0.5);
  color: rgba(244, 237, 227, 0.7);
  padding: 14px 48px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.btn-fact:hover {
  border-color: var(--terra);
  color: #fff;
  background: rgba(193, 125, 77, 0.15);
}

.page-home .facts-grid {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  max-width: none;
}

.click-zone {
  cursor: none;
}

.click-zone:focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 3px;
}

.stat-cell.click-zone:hover,
.how-step.click-zone:hover,
.page-home .card.click-zone:hover {
  background: rgba(193, 125, 77, 0.06);
}

.page-home .card.click-zone .card-link {
  color: var(--terra);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}

.page-home .fact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  padding: 26px 28px;
  margin: 0;
  border: 1px solid rgba(193, 125, 77, 0.2);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.12);
  text-align: left;
  font-family: inherit;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
  cursor: pointer;
}

.page-home .fact-item .fact-dot {
  width: 9px;
  height: 9px;
  margin-top: 9px;
}

.page-home .fact-item:hover,
.page-home .fact-item.is-active {
  background: rgba(193, 125, 77, 0.18);
  border-color: rgba(193, 125, 77, 0.45);
  transform: translateY(-1px);
}

.page-home .fact-item:focus-visible {
  outline: 2px solid var(--terra);
  outline-offset: 2px;
}

.random-fact-detail {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.75;
  color: rgba(244, 237, 227, 0.85);
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(193, 125, 77, 0.25);
}

.random-fact-detail[hidden] {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-feedback-section {
  width: 100%;
  box-sizing: border-box;
  background: var(--dark);
  padding: clamp(56px, 8vw, 80px) clamp(20px, 5vw, 52px);
  display: flex;
  justify-content: center;
}

.site-feedback-inner {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}

.site-feedback-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(26px, 4vw, 34px);
  font-weight: 600;
  color: var(--cream);
  margin: 0 0 28px;
  line-height: 1.2;
}

.site-feedback-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(193, 125, 77, 0.28);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.site-feedback-form textarea {
  display: block;
  width: 100%;
  min-height: 132px;
  padding: 20px 22px;
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(193, 125, 77, 0.2);
  border-radius: 0;
  background: transparent;
  color: var(--cream);
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  resize: vertical;
  box-sizing: border-box;
}

.site-feedback-form textarea::placeholder {
  color: rgba(244, 237, 227, 0.38);
}

.site-feedback-form textarea:focus {
  outline: none;
  background: rgba(193, 125, 77, 0.06);
}

.site-feedback-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 16px 20px 20px;
  background: rgba(0, 0, 0, 0.12);
}

.site-feedback-error {
  color: #f5b8a8;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  min-height: 0;
}

.site-feedback-error[hidden] {
  display: none;
}

.site-feedback-form .btn-primary {
  width: 100%;
  margin: 0;
  padding: 14px 24px;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 6px;
  box-sizing: border-box;
}

.site-feedback-thanks {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 3vw, 26px);
  font-style: italic;
  color: var(--sage);
  margin: 0;
  padding: 24px 20px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(193, 125, 77, 0.28);
  border-radius: 10px;
  opacity: 0;
}

.site-feedback-thanks.show {
  opacity: 1;
}

.page-home .fact-text {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(244, 237, 227, 0.82);
}

.authors-section {
  padding: clamp(64px, 10vw, 96px) clamp(20px, 5vw, 52px);
  background: var(--cream);
}

.authors-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 760px;
}

.author-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 40px 36px;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}

.author-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--terra), var(--sage));
  opacity: 0;
  transition: opacity 0.25s;
}

.author-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.author-card:hover::before {
  opacity: 1;
}

.author-avatar {
  font-size: 52px;
  margin-bottom: 16px;
  display: block;
}

.author-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 6px;
}

.author-role {
  font-family: "Caveat", cursive;
  font-size: 16px;
  color: var(--terra);
  margin-bottom: 16px;
  display: block;
}

.author-bio {
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--muted);
}

.vote-section {
  background: var(--dark);
  padding: clamp(48px, 8vw, 64px) clamp(20px, 5vw, 52px);
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  flex-wrap: wrap;
}

.vote-label {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-style: italic;
  color: var(--cream);
  flex-shrink: 0;
}

.vote-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.vote-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 16px 24px;
  transition: background 0.2s, transform 0.15s, border-color 0.2s;
}

.vote-btn:hover {
  background: rgba(193, 125, 77, 0.2);
  border-color: rgba(193, 125, 77, 0.4);
  transform: translateY(-3px);
}

.vote-btn.voted {
  border-color: var(--terra);
  background: rgba(193, 125, 77, 0.25);
}

.vote-emoji-big {
  font-size: 32px;
  line-height: 1;
}

.vote-count {
  font-size: 13px;
  color: rgba(244, 237, 227, 0.5);
  font-family: "Jost", sans-serif;
}

.vote-thanks {
  font-family: "Caveat", cursive;
  font-size: 18px;
  color: var(--terra);
  opacity: 0;
  transition: opacity 0.3s;
}

.vote-thanks.show {
  opacity: 1;
}

.vote-hint {
  font-size: 13px;
  color: rgba(244, 237, 227, 0.55);
  margin-bottom: 12px;
  width: 100%;
}

.vote-hint[hidden] {
  display: none;
}

.vote-btn:disabled {
  opacity: 0.45;
  transform: none !important;
  cursor: not-allowed;
}

.palette-section {
  padding: 32px clamp(20px, 5vw, 52px) 56px;
  background: var(--dark);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 52px);
  flex-wrap: wrap;
}

.palette-section .palette-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: rgba(244, 237, 227, 0.35);
  font-style: italic;
  white-space: nowrap;
  flex-shrink: 0;
}

.palette-section .swatch {
  width: 50px;
  height: 50px;
  transition: transform 0.2s;
}

.palette-section .swatch:hover {
  transform: scale(1.18);
}

.palette-section .swatch-name {
  font-size: 9px;
  letter-spacing: 0.07em;
  color: rgba(244, 237, 227, 0.35);
  text-transform: uppercase;
  text-align: center;
}

.palette-section .swatch-hex {
  font-size: 8px;
  color: rgba(244, 237, 227, 0.22);
  font-family: monospace;
  text-align: center;
  display: block;
}

.type-section {
  padding: clamp(64px, 8vw, 88px) clamp(20px, 5vw, 52px);
  background: var(--warm);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
}

.type-display {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 8vw, 68px);
  font-weight: 300;
  line-height: 1;
  color: var(--dark);
}

.type-display em {
  font-style: italic;
  color: var(--terra);
}

.type-hand {
  font-family: "Caveat", cursive;
  font-size: 28px;
  color: var(--muted);
  margin-top: 16px;
}

.type-info h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}

.font-chip {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid var(--border);
  border-radius: 20px;
  font-size: 14px;
  background: var(--card);
  color: var(--dark);
  margin-bottom: 10px;
}

.type-note {
  font-size: 13.5px;
  color: var(--muted);
  line-height: 1.8;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.page-home .site-footer {
  padding: 36px clamp(20px, 5vw, 52px);
}

@media (max-width: 1024px) {
  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-cell:nth-child(2) {
    border-right: none;
  }

  .stat-cell:nth-child(1),
  .stat-cell:nth-child(2) {
    border-bottom: 1px solid var(--border);
  }

  .how-grid {
    grid-template-columns: 1fr;
  }

  .how-step {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .how-step:last-child {
    border-bottom: none;
  }

  .step-arrow {
    display: none;
  }

  .page-home .facts-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-home .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .page-home .hero-text {
    padding: 24px 0 0;
    text-align: center;
  }

  .page-home .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .page-home .btn-row {
    justify-content: center;
  }

  .page-home .hero-visual {
    min-height: 360px;
    padding: 16px 0;
  }

  .scroll-hint {
    display: none;
  }

  .stats-strip {
    grid-template-columns: 1fr;
  }

  .stat-cell {
    border-right: none !important;
    border-bottom: 1px solid var(--border);
  }

  .stat-cell:last-child {
    border-bottom: none;
  }

  .page-home .cards,
  .page-home .facts-grid {
    grid-template-columns: 1fr;
  }

  .authors-grid {
    grid-template-columns: 1fr;
  }

  .type-section {
    grid-template-columns: 1fr;
  }

  .deco-tag,
  .capy-mini {
    display: none;
  }
}
