:root {
  color-scheme: light;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  background: #f8fbff;
  color: #17212b;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-height: 100%;
  margin: 0;
}

body:not(.landing-page) {
  height: auto;
  min-height: 100vh;
  overflow-y: visible;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 207, 167, 0.28), transparent 22rem),
    radial-gradient(circle at 4% 44%, rgba(162, 186, 255, 0.18), transparent 26rem),
    #f8fbff;
}

.bubble-stream {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.bubble-stream__bubble {
  position: absolute;
  bottom: -72px;
  left: var(--bubble-left);
  width: var(--bubble-size);
  height: var(--bubble-size);
  border: 1px solid rgba(112, 170, 232, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 31% 27%, rgba(255, 255, 255, 0.92) 0 5%, rgba(255, 255, 255, 0.42) 13%, transparent 31%),
    radial-gradient(circle at 65% 72%, rgba(165, 209, 255, 0.34), rgba(161, 207, 255, 0.1) 58%, transparent 70%);
  box-shadow:
    inset -2px -3px 5px rgba(98, 167, 235, 0.18),
    0 2px 7px rgba(80, 144, 213, 0.12);
  opacity: 0;
  animation: bubble-rise var(--bubble-duration) linear var(--bubble-delay) infinite;
  will-change: transform, opacity;
}

.bubble-stream__symbol {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(59, 111, 164, 0.78);
  font-size: var(--bubble-label-size);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.85);
}

.bubble-stream__bubble::after {
  content: '';
  position: absolute;
  top: 16%;
  left: 20%;
  width: 21%;
  height: 12%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  transform: rotate(-35deg);
  z-index: 0;
}

.reading-progress {
  position: fixed;
  z-index: 90;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.32);
}

.reading-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, #6f6bff, #63bfff, #ffd29e);
  box-shadow: 0 1px 9px rgba(93, 126, 255, 0.44);
  transition: transform 90ms linear;
}

@keyframes bubble-rise {
  0% {
    transform: translate3d(0, 0, 0) scale(0.72);
    opacity: 0;
  }
  9% {
    opacity: var(--bubble-opacity);
  }
  48% {
    transform: translate3d(calc(var(--bubble-drift) * -0.38), -54vh, 0) scale(0.96);
    opacity: var(--bubble-opacity);
  }
  78% {
    opacity: calc(var(--bubble-opacity) - 0.08);
  }
  100% {
    transform: translate3d(var(--bubble-drift), -118vh, 0) scale(1.14);
    opacity: 0;
  }
}

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 0;
  height: auto;
  max-height: none;
  overflow: visible;
  padding: 32px 24px 64px;
  position: relative;
  z-index: 1;
  isolation: isolate;
}

body:not(.landing-page) .page-shell::before,
body:not(.landing-page) .page-shell::after {
  content: '';
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

body:not(.landing-page) .page-shell::before {
  top: 64px;
  right: -104px;
  width: 330px;
  aspect-ratio: 1;
  border-radius: 48% 52% 45% 55%;
  background: url('Sylwia.jpg') center / cover no-repeat;
  filter: blur(3px) saturate(0.9);
  opacity: 0.11;
  transform: rotate(-16deg);
  animation: photo-shape-drift 12s ease-in-out infinite;
  will-change: transform;
}

body:not(.landing-page) .page-shell::after {
  top: 46%;
  left: -150px;
  width: 310px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(126, 117, 255, 0.16), rgba(136, 222, 255, 0.02));
  filter: blur(12px);
  transform: rotate(22deg);
  animation: background-shape-drift 16s ease-in-out infinite;
  will-change: transform;
}

body:not(.landing-page) .page-shell > * {
  position: relative;
  z-index: 1;
}

.landing-page {
  background: linear-gradient(180deg, #eef6ff 0%, #f8fbff 100%);
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.landing-shell {
  width: min(560px, 100%);
  padding: 32px;
}

.landing-card {
  background: #ffffff;
  border: 1px solid rgba(98, 116, 138, 0.16);
  border-radius: 32px;
  padding: 40px;
  box-shadow: 0 24px 60px rgba(120, 140, 170, 0.08);
  text-align: center;
}

.landing-card h1 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3rem);
  line-height: 1.05;
}

.landing-image {
  margin: 32px auto 0;
  width: min(420px, 100%);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(71, 89, 115, 0.12);
  transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1), border-radius 500ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 500ms ease;
  will-change: transform;
}

.landing-image a {
  display: block;
}

.landing-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

.landing-image:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 32px 64px rgba(71, 89, 115, 0.2);
}

.landing-page::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 5;
  background: #f8fbff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease 250ms;
}

.landing-page.is-entering {
  overflow: hidden;
}

.landing-page.is-entering .landing-card {
  animation: card-exit 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.landing-page.is-entering .landing-image {
  position: relative;
  z-index: 6;
  animation: image-enter 560ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.landing-page.is-entering::after {
  opacity: 1;
}

@keyframes image-enter {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-8vh) scale(2.8); border-radius: 0; box-shadow: none; }
}

@keyframes card-exit {
  0% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(0.96); }
}

.landing-note {
  margin: 18px 0 0;
  color: #556a85;
  font-size: 0.98rem;
}

.landing-text {
  margin: 24px 0 0;
  line-height: 1.8;
  color: #4c5f77;
  font-size: 1rem;
}

.landing-card .button {
  margin-top: 32px;
}

.hero {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 0 60px;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 33%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 173, 0.44), rgba(255, 215, 173, 0));
  filter: blur(2px);
  pointer-events: none;
  animation: soft-blob-drift 13s ease-in-out infinite;
  will-change: transform;
}

@keyframes photo-shape-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-16deg) scale(1); }
  34% { transform: translate3d(-48px, 34px, 0) rotate(-8deg) scale(1.08); }
  68% { transform: translate3d(-16px, 66px, 0) rotate(-24deg) scale(1.03); }
}

@keyframes background-shape-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(22deg) scale(1); }
  45% { transform: translate3d(50px, -46px, 0) rotate(12deg) scale(1.1); }
  74% { transform: translate3d(18px, -76px, 0) rotate(28deg) scale(1.04); }
}

@keyframes soft-blob-drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(34px, -24px, 0) scale(1.16); }
}

body:not(.landing-page) .page-shell {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 500ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}

body:not(.landing-page).page-ready .page-shell {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .bubble-stream {
    display: none;
  }
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 0.78rem;
  color: #5e6f8c;
  margin: 0 0 18px;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 4vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.hero-text {
  max-width: 680px;
  margin: 24px 0 0;
  line-height: 1.8;
  color: #425064;
  font-size: 1.05rem;
}

.hero-text strong {
  color: #203248;
}

.hero-content {
  height: auto;
  max-height: none;
  overflow: visible;
  padding-top: 16px;
}

.hero-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.books-header {
  max-width: 820px;
  position: relative;
  padding: 58px 0 38px;
}

.back-link {
  display: inline-block;
  margin-bottom: 52px;
  color: #4c6c9b;
  font-weight: 600;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.books-intro {
  margin: 22px 0 0;
  color: #4c5f77;
  font-size: 1.05rem;
  line-height: 1.8;
}

.books-section {
  padding-bottom: 48px;
}

.privacy-section {
  padding-bottom: 48px;
}

.privacy-content {
  max-width: 820px;
  padding: 32px;
  border: 1px solid rgba(98, 116, 138, 0.14);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(71, 89, 115, 0.07);
}

.privacy-content h2 {
  margin: 30px 0 10px;
  color: #203248;
  font-size: 1.2rem;
}

.privacy-content h2:first-child {
  margin-top: 0;
}

.privacy-content p {
  margin: 0;
  color: #4c5f77;
  line-height: 1.75;
}

.privacy-content p + p {
  margin-top: 14px;
}

.privacy-content a {
  color: #4c6c9b;
  font-weight: 600;
}

.privacy-content .privacy-updated {
  margin-top: 30px;
  color: #61728a;
  font-size: 0.88rem;
}

.privacy-page .page-shell {
  max-width: 1400px;
}

.privacy-page .books-header,
.privacy-page .privacy-content {
  width: min(100%, 980px);
  margin-right: auto;
  margin-left: auto;
}

.privacy-page .privacy-content {
  padding: 44px 48px;
  border-radius: 24px;
}

.privacy-page .privacy-content h2 {
  margin-top: 36px;
  font-size: 1.28rem;
}

.privacy-page .privacy-content p {
  font-size: 1.03rem;
  line-height: 1.82;
}

.books-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: books;
}

.books-list li {
  position: relative;
  min-height: 126px;
  padding: 28px 26px 24px 78px;
  border: 1px solid rgba(98, 116, 138, 0.14);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(71, 89, 115, 0.07);
  counter-increment: books;
}

.books-list li::before {
  content: counter(books, decimal-leading-zero);
  position: absolute;
  top: 28px;
  left: 24px;
  color: #5d7eff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.book-title,
.book-author {
  display: block;
}

.book-link {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 999px;
  background: #edf3ff;
  color: #4668a5;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.book-link:hover {
  background: #dce8ff;
  transform: translateY(-1px);
}

.books-note {
  max-width: 780px;
  margin: 28px auto 0;
  color: #61728a;
  font-size: 0.88rem;
  line-height: 1.65;
  text-align: center;
}

.book-title {
  color: #203248;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

.book-author {
  margin-top: 10px;
  color: #61728a;
  font-size: 0.94rem;
  line-height: 1.5;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.primary {
  background: linear-gradient(135deg, #6f6bff 0%, #5dbeff 100%);
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(111, 107, 255, 0.18);
}

.secondary {
  border: 1px solid rgba(66, 80, 100, 0.18);
  color: #2b3e57;
  background: rgba(255, 255, 255, 0.88);
}

.hero-image {
  display: flex;
  justify-content: flex-end;
}

.image-card {
  width: min(420px, 100%);
  position: relative;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 36px;
  padding: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(120, 140, 170, 0.13);
  backdrop-filter: blur(16px);
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 420ms ease;
}

.image-card:hover {
  transform: translateY(-9px) rotate(1deg);
  box-shadow: 0 34px 70px rgba(96, 124, 167, 0.22);
}

.image-card::before {
  content: '';
  position: absolute;
  inset: auto -34px -45px auto;
  width: 170px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 210, 164, 0.56), rgba(129, 143, 255, 0.2));
  filter: blur(3px);
}

.image-card::after {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.28), transparent 33%, transparent 68%, rgba(181, 208, 255, 0.26));
  background-size: 200% 100%;
  opacity: 0.68;
  pointer-events: none;
  animation: image-card-sheen 8s ease-in-out infinite;
}

@keyframes image-card-sheen {
  0%, 100% { background-position: 100% 0; }
  50% { background-position: 0 0; }
}

.image-badge {
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 24px;
  background: #5d7eff;
  color: #ffffff;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.83rem;
  letter-spacing: 0.06em;
}

.instagram-sticker {
  position: absolute;
  z-index: 3;
  right: 17px;
  bottom: 17px;
  display: block;
  width: 74px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 26px rgba(63, 73, 106, 0.23);
  transform: rotate(-7deg);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.instagram-sticker img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 16px;
  object-fit: cover;
}

.instagram-sticker:hover {
  transform: translateY(-6px) rotate(2deg) scale(1.06);
  box-shadow: 0 19px 32px rgba(63, 73, 106, 0.28);
}

.instagram-sticker:focus-visible {
  outline: 3px solid #5d7eff;
  outline-offset: 4px;
}

.image-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  object-fit: cover;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(98, 116, 138, 0.12), 0 20px 50px rgba(71, 89, 115, 0.08);
}

.section {
  padding: 60px 0;
}

.intro .section-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.section-text h2 {
  margin: 0 0 18px;
  font-size: clamp(2.2rem, 3vw, 3rem);
}

.section-text p {
  margin: 0 0 18px;
  line-height: 1.8;
  color: #4c5f77;
}

.section-cards {
  display: grid;
  gap: 20px;
}

.info-card {
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(98, 116, 138, 0.14);
  box-shadow: 0 20px 40px rgba(71, 89, 115, 0.08);
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.info-card:hover {
  transform: translateY(-7px);
  border-color: rgba(99, 141, 214, 0.28);
  box-shadow: 0 27px 48px rgba(71, 89, 115, 0.14);
}

.info-card h3 {
  margin: 0 0 14px;
  font-size: 1.2rem;
}

.info-card p {
  margin: 0;
  color: #60718a;
  line-height: 1.7;
}

.instagram-section {
  position: relative;
  padding-top: 40px;
}

.instagram-section::before {
  content: '';
  position: absolute;
  top: 52px;
  right: 8%;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 205, 168, 0.22);
  filter: blur(22px);
  pointer-events: none;
  animation: soft-blob-drift 15s ease-in-out -6s infinite;
  will-change: transform;
}

.instagram-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}

.instagram-heading .eyebrow {
  color: #927259;
}

.instagram-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.instagram-heading p:not(.eyebrow) {
  max-width: 610px;
  margin: 15px 0 0;
  color: #55677d;
  line-height: 1.75;
}

.instagram-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  border: 1px solid rgba(112, 87, 65, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 12px 26px rgba(115, 90, 69, 0.08);
  color: #72563e;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.instagram-link:hover {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(115, 90, 69, 0.13);
}

.instagram-feed {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.instagram-post {
  position: relative;
  display: flex;
  min-height: 395px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(71, 89, 115, 0.1);
  color: #26364a;
  text-decoration: none;
  transition: transform 240ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 240ms ease;
  isolation: isolate;
}

.instagram-post:nth-child(2) {
  transform: translateY(20px);
}

.instagram-post:hover {
  transform: translateY(-7px) rotate(-0.5deg);
  box-shadow: 0 28px 54px rgba(71, 89, 115, 0.16);
}

.instagram-post:nth-child(2):hover {
  transform: translateY(10px) rotate(0.5deg);
}

.post-art {
  position: relative;
  min-height: 268px;
  flex: 1;
  overflow: hidden;
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.instagram-post:hover .post-art {
  transform: scale(1.04);
}

.post-art--signature {
  background:
    linear-gradient(160deg, rgba(255, 238, 214, 0.35), rgba(97, 59, 33, 0.1)),
    #d9b180;
}

.post-art--signature img {
  position: absolute;
  inset: -14%;
  width: 128%;
  height: 128%;
  object-fit: cover;
  filter: sepia(0.22) contrast(1.04) saturate(0.88);
  transform: rotate(-6deg) scale(1.12);
}

.post-art--signature::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(82, 46, 25, 0) 35%, rgba(62, 37, 21, 0.22));
}

.post-sun {
  position: absolute;
  top: 26px;
  right: 26px;
  width: 52px;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.13);
}

.post-art--lilac {
  background:
    radial-gradient(circle at 66% 33%, rgba(255, 236, 205, 0.98) 0 9%, transparent 10%),
    linear-gradient(145deg, #8178cd 0%, #c4b2df 48%, #f2d5c8 100%);
}

.post-art--lilac span {
  position: absolute;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 49% 51% 54% 46% / 51% 43% 57% 49%;
  background: rgba(255, 255, 255, 0.1);
}

.post-art--lilac span:nth-child(1) {
  top: 32px;
  left: 26px;
  width: 130px;
  height: 170px;
  transform: rotate(-27deg);
}

.post-art--lilac span:nth-child(2) {
  right: -20px;
  bottom: -33px;
  width: 185px;
  height: 185px;
  background: rgba(84, 75, 156, 0.14);
  transform: rotate(34deg);
}

.post-art--lilac span:nth-child(3) {
  top: 91px;
  left: 52%;
  width: 59px;
  height: 59px;
  background: rgba(255, 255, 255, 0.54);
}

.post-art--paper {
  background:
    linear-gradient(120deg, rgba(144, 91, 66, 0.08) 0 1px, transparent 1px 27px),
    linear-gradient(25deg, #f7e7cf, #dec39e);
}

.post-art--paper::before {
  content: '';
  position: absolute;
  top: 34px;
  left: 42px;
  width: 58%;
  height: 68%;
  border-radius: 4px;
  background: rgba(255, 251, 241, 0.89);
  box-shadow: 13px 16px 0 rgba(126, 88, 61, 0.1);
  transform: rotate(-7deg);
}

.paper-note {
  position: absolute;
  z-index: 1;
  top: 89px;
  left: 71px;
  color: #715b4c;
  font-family: Georgia, serif;
  font-size: clamp(1.5rem, 2.8vw, 2.15rem);
  font-style: italic;
  line-height: 0.88;
  transform: rotate(-7deg);
}

.paper-stem {
  position: absolute;
  right: 42px;
  bottom: 37px;
  width: 3px;
  height: 128px;
  border-radius: 999px;
  background: #8d795d;
  transform: rotate(-31deg);
  transform-origin: bottom;
}

.paper-stem::before,
.paper-stem::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 15px;
  border-radius: 100% 0 100% 0;
  background: #b7a07c;
}

.paper-stem::before {
  top: 26px;
  left: -32px;
  transform: rotate(-20deg);
}

.paper-stem::after {
  top: 63px;
  right: -32px;
  transform: rotate(153deg);
}

.post-copy {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 13px;
  min-height: 105px;
  padding: 20px 22px 19px;
  background: rgba(255, 255, 255, 0.96);
}

.post-number {
  grid-row: span 2;
  color: #b47f5c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.post-label {
  color: #26364a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.post-handle {
  color: #77869a;
  font-size: 0.82rem;
}

.letter-section {
  padding: 72px 0 48px;
}

.letter-card {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 72px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 36px;
  background:
    radial-gradient(circle at 87% 25%, rgba(255, 240, 216, 0.96) 0 6%, transparent 23%),
    linear-gradient(125deg, #8b82d4 0%, #b7afe7 48%, #f0cabb 100%);
  box-shadow: 0 24px 56px rgba(85, 81, 146, 0.18);
  isolation: isolate;
  transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 380ms ease;
}

.letter-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 66px rgba(85, 81, 146, 0.26);
}

.letter-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 27px;
  pointer-events: none;
}

.letter-card::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -86px;
  bottom: -154px;
  width: 390px;
  aspect-ratio: 1;
  border-radius: 43% 57% 54% 46%;
  background: rgba(101, 74, 145, 0.2);
  filter: blur(2px);
  transform: rotate(24deg);
  animation: letter-blob-drift 16s ease-in-out infinite;
  will-change: transform;
}

@keyframes letter-blob-drift {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(24deg) scale(1); }
  48% { transform: translate3d(-28px, -24px, 0) rotate(17deg) scale(1.07); }
}

.letter-content {
  position: relative;
  max-width: 680px;
}

.letter-content .eyebrow {
  color: rgba(255, 255, 255, 0.8);
}

.letter-content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.35rem, 4.2vw, 4.2rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.letter-intro {
  max-width: 570px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.04rem;
  line-height: 1.75;
}

.letter-reveal,
.letter-next {
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.letter-reveal {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding: 15px 22px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 16px 28px rgba(67, 48, 91, 0.18);
  color: #69548f;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.letter-reveal span {
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.letter-reveal:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(67, 48, 91, 0.25);
}

.letter-reveal:hover span {
  transform: translateX(3px);
}

.letter-message {
  max-width: 615px;
  margin-top: 30px;
  padding: 25px 28px 23px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 14px 30px rgba(62, 45, 91, 0.1);
  backdrop-filter: blur(12px);
  animation: letter-arrive 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.letter-salutation {
  margin: 0;
  color: #fff4eb;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  font-style: italic;
}

.letter-quote {
  min-height: 3.2em;
  margin: 12px 0 0;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.65;
  transition: opacity 160ms ease, transform 160ms ease;
}

.letter-quote.is-changing {
  opacity: 0;
  transform: translateY(5px);
}

.letter-next {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 0;
  background: transparent;
  color: #fff4eb;
  text-decoration: underline;
  text-decoration-color: rgba(255, 244, 235, 0.5);
  text-underline-offset: 4px;
}

.letter-source {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration-color: rgba(255, 255, 255, 0.48);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.letter-source:hover {
  color: #ffffff;
}

.letter-source:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.letter-next:hover {
  color: #ffffff;
}

.letter-reveal:focus-visible,
.letter-next:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 4px;
}

.letter-glow {
  position: absolute;
  z-index: -1;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 240, 206, 0.22);
  filter: blur(6px);
  pointer-events: none;
}

.letter-glow--one {
  top: -66px;
  right: 22%;
}

.letter-glow--two {
  right: 5%;
  bottom: 16px;
  width: 114px;
  background: rgba(255, 255, 255, 0.18);
}

.letter-spark {
  position: absolute;
  z-index: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.3rem;
  pointer-events: none;
  animation: soft-twinkle 3.4s ease-in-out infinite;
}

.letter-spark--one {
  top: 18%;
  right: 16%;
}

.letter-spark--two {
  top: 62%;
  right: 9%;
  animation-delay: 1.2s;
}

.letter-spark--three {
  top: 40%;
  right: 29%;
  font-size: 0.85rem;
  animation-delay: 2s;
}

@keyframes letter-arrive {
  from { opacity: 0; transform: translateY(16px) scale(0.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes soft-twinkle {
  0%, 100% { opacity: 0.35; transform: scale(0.75) rotate(0); }
  50% { opacity: 1; transform: scale(1.15) rotate(18deg); }
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.stat-card {
  padding: 32px;
  border-radius: 28px;
  border: 1px solid rgba(98, 116, 138, 0.14);
  background: #ffffff;
  text-align: center;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), border-color 260ms ease, box-shadow 260ms ease;
}

.stat-card:hover {
  transform: translateY(-7px);
  border-color: rgba(99, 141, 214, 0.28);
  box-shadow: 0 24px 44px rgba(71, 89, 115, 0.12);
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 620ms ease var(--reveal-delay, 0ms), transform 620ms cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.info-card.reveal-on-scroll.is-revealed:hover {
  transform: translateY(-7px);
  border-color: rgba(99, 141, 214, 0.28);
  box-shadow: 0 27px 48px rgba(71, 89, 115, 0.14);
}

.letter-card.reveal-on-scroll.is-revealed:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 66px rgba(85, 81, 146, 0.26);
}

.stat-card.reveal-on-scroll.is-revealed:hover {
  transform: translateY(-7px);
  border-color: rgba(99, 141, 214, 0.28);
  box-shadow: 0 24px 44px rgba(71, 89, 115, 0.12);
}

.stat-value {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.stat-card p {
  margin: 0;
  color: #64758c;
  line-height: 1.7;
}

.footer {
  padding: 24px 0 8px;
  text-align: center;
  color: #62738d;
}

.footer a {
  color: #4c6c9b;
  text-decoration: none;
  font-weight: 600;
}

body.privacy-consent-open {
  overflow: hidden;
}

.privacy-consent {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(23, 33, 43, 0.5);
}

.privacy-consent__panel {
  width: min(100%, 520px);
  padding: 32px;
  border: 1px solid rgba(98, 116, 138, 0.2);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(23, 33, 43, 0.24);
}

.privacy-consent__eyebrow {
  margin: 0 0 12px;
  color: #5e6f8c;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.privacy-consent h2 {
  margin: 0;
  color: #203248;
  font-size: 1.5rem;
  line-height: 1.2;
}

.privacy-consent__panel > p:not(.privacy-consent__eyebrow) {
  margin: 14px 0 0;
  color: #4c5f77;
  line-height: 1.65;
}

.privacy-consent__link {
  display: inline-block;
  margin-top: 16px;
  color: #4c6c9b;
  font-weight: 700;
}

.privacy-consent__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.privacy-consent__button {
  min-height: 46px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.privacy-consent__button:focus-visible,
.privacy-consent__link:focus-visible {
  outline: 3px solid rgba(93, 126, 255, 0.45);
  outline-offset: 3px;
}

.privacy-consent__button--primary {
  background: #4c6c9b;
  color: #ffffff;
}

.privacy-consent__button--primary:hover {
  background: #3f5d88;
}

.privacy-consent__button--secondary {
  border-color: rgba(76, 108, 155, 0.45);
  background: #ffffff;
  color: #3f5d88;
}

.privacy-consent__button--secondary:hover {
  background: #eef3fa;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-image {
    justify-content: center;
  }
  .hero-content {
    text-align: center;
  }
  .hero-actions {
    justify-content: center;
  }
  .intro .section-inner {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: 1fr;
  }
  .instagram-heading {
    align-items: flex-start;
  }
  .instagram-feed {
    gap: 16px;
  }
  .instagram-post {
    min-height: 365px;
  }
}

@media (max-width: 720px) {
  h1 {
    font-size: clamp(2.7rem, 12vw, 3.6rem);
  }
  .hero-text {
    font-size: 1rem;
  }
  .image-card {
    width: 100%;
    padding: 24px;
  }
  .info-card,
  .stat-card {
    padding: 24px;
  }
  .books-list {
    grid-template-columns: 1fr;
  }
  .privacy-content {
    padding: 24px;
  }
  .privacy-consent__panel {
    padding: 24px;
  }
  .instagram-section {
    padding-top: 34px;
  }
  .instagram-heading {
    display: block;
    margin-bottom: 22px;
  }
  .instagram-link {
    margin-top: 18px;
  }
  .instagram-feed {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .instagram-post,
  .instagram-post:nth-child(2) {
    min-height: 350px;
    transform: none;
  }
  .instagram-post:hover,
  .instagram-post:nth-child(2):hover {
    transform: translateY(-4px);
  }
  .post-art {
    min-height: 245px;
  }
}

@media (max-width: 560px) {
  html,
  body {
    scrollbar-width: none;
  }

  body::-webkit-scrollbar {
    display: none;
  }

  .page-shell {
    width: 100%;
    padding: 16px 10px 36px;
  }
  .hero {
    padding: 24px 0 30px;
    gap: 22px;
  }
  .eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.2em;
  }
  h1 {
    font-size: clamp(2.3rem, 14vw, 3rem);
  }
  .hero-text {
    margin-top: 16px;
    font-size: 0.97rem;
    line-height: 1.75;
  }
  .hero-actions {
    gap: 12px;
  }
  .button {
    width: 100%;
    padding: 14px 20px;
    font-size: 0.95rem;
  }
  .image-card {
    padding: 20px;
  }
  .image-badge {
    top: 16px;
    left: 16px;
    padding: 8px 14px;
    font-size: 0.78rem;
  }
  .section {
    padding: 32px 0;
  }

  .books-header {
    padding: 28px 4px 26px;
  }

  .back-link {
    margin-bottom: 30px;
  }

  .books-intro {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }

  .privacy-section {
    padding: 0 0 28px;
  }

  .privacy-content {
    width: 100%;
    max-width: 100%;
    padding: 24px 18px;
    border-radius: 20px;
  }

  .privacy-page .privacy-content {
    padding: 24px 18px;
  }

  .privacy-content h2 {
    margin: 28px 0 10px;
    font-size: 1.25rem;
  }

  .privacy-content p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .privacy-content .privacy-updated {
    margin-top: 26px;
    font-size: 0.92rem;
  }

  .footer {
    padding: 14px 10px 4px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .section-text h2 {
    font-size: clamp(1.7rem, 10vw, 2.2rem);
  }
  .section-text p {
    font-size: 0.95rem;
  }
  .info-card,
  .stat-card {
    padding: 20px;
  }
  .stat-value {
    font-size: 1.75rem;
  }
  .section-cards,
  .stats {
    gap: 14px;
  }
  .instagram-heading h2 {
    font-size: clamp(1.8rem, 10vw, 2.2rem);
  }
  .instagram-heading p:not(.eyebrow) {
    font-size: 0.95rem;
  }
  .post-copy {
    min-height: 92px;
    padding: 17px 18px;
  }
  .books-header {
    padding-top: 16px;
  }
  .back-link {
    margin-bottom: 36px;
  }
  .books-list li {
    min-height: auto;
    padding: 22px 20px 20px 64px;
  }
  .books-list li::before {
    top: 22px;
    left: 20px;
  }
}

@media (max-width: 420px) {
  .page-shell {
    padding: 20px 12px 44px;
  }
  .hero {
    padding: 20px 0 24px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    padding: 12px 18px;
  }
  .section {
    padding: 26px 0;
  }
  .intro .section-inner {
    gap: 20px;
  }
  .stat-value {
    font-size: 1.5rem;
  }
}

/* Przełącznik jasnego i ciemnego motywu */
.theme-toggle {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  display: inline-flex;
  cursor: pointer;
}

.theme-toggle__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.theme-toggle__track {
  position: relative;
  display: block;
  width: 66px;
  height: 36px;
  border: 1px solid rgba(48, 66, 91, 0.18);
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(47, 64, 90, 0.16);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.theme-toggle__track::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #f7bd64;
  box-shadow: 0 3px 8px rgba(83, 60, 24, 0.24);
  transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), background 220ms ease;
}

.theme-toggle__sun,
.theme-toggle__moon {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-52%);
  font-size: 0.95rem;
  line-height: 1;
}

.theme-toggle__sun {
  right: 8px;
  color: #bd7c22;
}

.theme-toggle__moon {
  left: 10px;
  color: #d7e5ff;
  opacity: 0;
  transition: opacity 180ms ease;
}

.theme-toggle__input:checked + .theme-toggle__track {
  border-color: rgba(188, 211, 255, 0.32);
  background: #26364f;
  box-shadow: 0 8px 20px rgba(8, 15, 30, 0.32);
}

.theme-toggle__input:checked + .theme-toggle__track::after {
  background: #dce7fb;
  transform: translateX(30px);
}

.theme-toggle__input:checked + .theme-toggle__track .theme-toggle__sun {
  opacity: 0;
}

.theme-toggle__input:checked + .theme-toggle__track .theme-toggle__moon {
  opacity: 1;
}

.theme-toggle__input:focus-visible + .theme-toggle__track {
  outline: 3px solid rgba(93, 126, 255, 0.65);
  outline-offset: 4px;
}

body.dark-theme {
  color-scheme: dark;
  background:
    radial-gradient(circle at 92% 8%, rgba(114, 82, 153, 0.22), transparent 22rem),
    radial-gradient(circle at 4% 44%, rgba(49, 95, 157, 0.2), transparent 26rem),
    #111827;
  color: #e7edf8;
}

body.dark-theme:not(.landing-page) {
  background:
    radial-gradient(circle at 92% 8%, rgba(114, 82, 153, 0.22), transparent 22rem),
    radial-gradient(circle at 4% 44%, rgba(49, 95, 157, 0.2), transparent 26rem),
    #111827;
}

body.dark-theme .landing-card,
body.dark-theme .image-card,
body.dark-theme .info-card,
body.dark-theme .stat-card,
body.dark-theme .instagram-post,
body.dark-theme .privacy-content,
body.dark-theme .books-list li,
body.dark-theme .privacy-consent__panel {
  border-color: rgba(177, 197, 227, 0.16);
  background: #1d293b;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

body.dark-theme.landing-page::after {
  background: #111827;
}

body.dark-theme .bubble-stream__bubble {
  border-color: rgba(160, 209, 255, 0.52);
  background:
    radial-gradient(circle at 31% 27%, rgba(255, 255, 255, 0.72) 0 5%, rgba(216, 238, 255, 0.3) 13%, transparent 31%),
    radial-gradient(circle at 65% 72%, rgba(94, 174, 255, 0.26), rgba(94, 174, 255, 0.06) 58%, transparent 70%);
  box-shadow:
    inset -2px -3px 5px rgba(74, 159, 241, 0.22),
    0 2px 9px rgba(92, 171, 255, 0.16);
}

body.dark-theme .bubble-stream__symbol {
  color: rgba(218, 238, 255, 0.86);
  text-shadow: 0 1px 3px rgba(27, 76, 125, 0.64);
}

body.dark-theme .eyebrow,
body.dark-theme .landing-note,
body.dark-theme .landing-text,
body.dark-theme .hero-text,
body.dark-theme .section-text p,
body.dark-theme .info-card p,
body.dark-theme .stat-card p,
body.dark-theme .books-intro,
body.dark-theme .book-author,
body.dark-theme .books-note,
body.dark-theme .privacy-content p,
body.dark-theme .privacy-content .privacy-updated,
body.dark-theme .instagram-heading p:not(.eyebrow),
body.dark-theme .post-handle,
body.dark-theme .footer,
body.dark-theme .privacy-consent__eyebrow,
body.dark-theme .privacy-consent__panel > p:not(.privacy-consent__eyebrow) {
  color: #b5c3d8;
}

body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme .hero-text strong,
body.dark-theme .book-title,
body.dark-theme .post-label,
body.dark-theme .privacy-content h2,
body.dark-theme .privacy-consent h2 {
  color: #f3f6fc;
}

body.dark-theme .secondary,
body.dark-theme .instagram-link {
  border-color: rgba(184, 204, 236, 0.2);
  background: rgba(32, 46, 66, 0.88);
  color: #dce8fb;
}

body.dark-theme .instagram-link:hover {
  background: #2a3b53;
}

body.dark-theme .book-link {
  background: #293d5c;
  color: #d9e6ff;
}

body.dark-theme .book-link:hover {
  background: #365079;
}

body.dark-theme .back-link,
body.dark-theme .privacy-content a,
body.dark-theme .footer a,
body.dark-theme .privacy-consent__link {
  color: #a8c7ff;
}

body.dark-theme .post-copy {
  background: #1d293b;
}

body.dark-theme .letter-card {
  border-color: rgba(217, 211, 255, 0.26);
  background:
    radial-gradient(circle at 87% 25%, rgba(255, 213, 177, 0.3) 0 6%, transparent 23%),
    linear-gradient(125deg, #40376e 0%, #64568e 48%, #8d6571 100%);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3);
}

body.dark-theme .privacy-consent {
  background: rgba(3, 8, 18, 0.72);
}

body.dark-theme .privacy-consent__button--secondary {
  border-color: rgba(168, 199, 255, 0.5);
  background: #1d293b;
  color: #cfe0ff;
}

body.dark-theme .privacy-consent__button--secondary:hover {
  background: #2a3b53;
}

@media (max-width: 560px) {
  .theme-toggle {
    top: 0;
    right: 0;
  }

  .theme-toggle__track {
    width: 58px;
    height: 32px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
  }

  .theme-toggle__track::after {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
  }

  .theme-toggle__input:checked + .theme-toggle__track::after {
    transform: translateX(26px);
  }

  .theme-toggle__sun,
  .theme-toggle__moon {
    font-size: 0.82rem;
  }

  .theme-toggle__sun {
    right: 7px;
  }

  .theme-toggle__moon {
    left: 8px;
  }

}

@media (max-width: 720px) {
  .theme-toggle {
    display: none;
  }

  .letter-section {
    padding-top: 54px;
  }
}

@media (max-width: 560px) {
  .letter-card {
    padding: 34px 26px;
    border-radius: 28px;
  }

  .letter-card::before {
    inset: 10px;
    border-radius: 20px;
  }

  .letter-content h2 {
    font-size: clamp(2rem, 11vw, 2.8rem);
  }

  .letter-intro {
    font-size: 0.96rem;
  }

  .letter-reveal {
    width: 100%;
    padding: 14px 18px;
  }

  .letter-message {
    margin-top: 22px;
    padding: 22px 20px;
  }

  .letter-quote {
    min-height: 4.9em;
    font-size: 0.98rem;
  }

  .letter-spark--one {
    right: 10%;
  }

  .letter-spark--three {
    display: none;
  }
}
