*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f7f4;color:#171717;font-family:Arial,Helvetica,sans-serif}p,h1,h2,h3{margin:0}a{color:inherit}.site-shell {
  background: #f8f7f4;
  color: #171717;
  letter-spacing: 0;
}

.site-header {
  align-items: flex-start;
  backdrop-filter: blur(18px);
  background: rgba(248, 247, 244, 0.78);
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
  left: 0;
  padding: 30px 44px 22px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-mark {
  align-items: center;
  color: #191919;
  display: inline-flex;
  gap: 12px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 22px;
  font-style: italic;
  height: auto;
  justify-content: flex-start;
  line-height: 1;
  text-decoration: none;
  width: auto;
}

.brand-seal {
  align-items: center;
  border: 1.5px solid #191919;
  border-radius: 999px;
  display: inline-flex;
  font-size: 15px;
  font-style: normal;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.main-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-end;
  margin-top: 16px;
  text-transform: uppercase;
}

.main-menu a {
  color: #252525;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: color 180ms ease;
}

.main-menu a:hover {
  color: #b27635;
}

.header-note {
  color: #8a8378;
  font-size: 13px;
  line-height: 1.7;
  margin: 8px 0 0;
}

.content-frame {
  padding-top: 106px;
}

.container-nevo {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 44px;
  width: 100%;
}

.intro-section {
  align-items: center;
  display: flex;
  min-height: calc(100svh - 106px);
  overflow: hidden;
  padding: 74px 0 88px;
  position: relative;
}

.hero-glow {
  animation: glowDrift 9s ease-in-out infinite alternate;
  background:
    radial-gradient(circle at 48% 42%, rgba(222, 181, 110, 0.32), transparent 34%),
    radial-gradient(circle at 70% 36%, rgba(37, 116, 135, 0.14), transparent 26%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: #b27635;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.intro-title {
  color: #918c84;
  font-size: clamp(54px, 8vw, 124px);
  font-weight: 850;
  line-height: 0.98;
  max-width: 960px;
}

.intro-title .serif {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
}

.black-text {
  color: #151515;
}

.hero-copy {
  color: #59544d;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.55;
  margin-top: 24px;
  max-width: 620px;
}

.hero-card {
  animation: portraitFloat 6s ease-in-out infinite;
  background: #efe7da;
  box-shadow: 24px 30px 70px rgba(67, 50, 32, 0.16);
  padding: 16px;
}

.hero-card img,
.tile-image {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  width: 100%;
}

.reveal-up {
  animation: revealUp 780ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.delay-1 {
  animation-delay: 120ms;
}

.delay-2 {
  animation-delay: 240ms;
}

.delay-3 {
  animation-delay: 360ms;
}

.section-size-2,
.section-size-3,
.statement-section,
.quote-section {
  padding: 112px 0;
}

.lighter-bg {
  background: #efede6;
}

.section-row {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 76px;
}

.section-row h2,
.list-grid h3 {
  font-size: 24px;
  font-weight: 850;
  margin: 0;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: flex-end;
}

.filter-row span {
  color: #918c84;
  font-size: 14px;
  font-weight: 800;
}

.work-grid {
  align-items: start;
  display: grid;
  gap: 72px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.work-item {
  background: #eee;
  min-height: 280px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  transition:
    box-shadow 220ms ease,
    transform 220ms ease;
}

.work-item:hover {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.12);
  transform: translateY(-7px);
}

.work-item.book {
  align-items: center;
  background: #8f8a82;
  display: flex;
  min-height: 500px;
}

.work-item.portrait {
  background: #efe2cf;
  padding: 0;
}

.work-item.series {
  background: #f3e6d8;
}

.work-item.poetry {
  background: #e5eee3;
  margin-top: 86px;
}

.work-item.worlds {
  background: #efefef;
}

.work-item.journey {
  background: #f2eadc;
  margin-top: 34px;
}

.book-mockup {
  margin: 34px auto 78px;
  perspective: 1300px;
  position: relative;
  width: min(64%, 260px);
}

.book-cover {
  aspect-ratio: 2 / 3;
  box-shadow: 26px 30px 52px rgba(0, 0, 0, 0.34);
  display: block;
  object-fit: cover;
  position: relative;
  transform: rotateY(-12deg) rotateZ(-1.5deg);
  transform-origin: left center;
  width: 100%;
  z-index: 2;
}

.book-spine {
  background: linear-gradient(90deg, #0d1519, #c79b5d);
  bottom: 8px;
  left: -18px;
  position: absolute;
  top: 10px;
  transform: skewY(-4deg);
  width: 36px;
  z-index: 1;
}

.text-work {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 258px;
  text-align: center;
}

.text-work span {
  color: #9d6d37;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.text-work p {
  color: #242424;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 2.4vw, 42px);
  line-height: 1.08;
  margin-top: 18px;
  max-width: 280px;
}

.labels {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  left: 38px;
  letter-spacing: 0.16em;
  position: absolute;
  text-transform: uppercase;
  top: 42px;
}

.portrait .labels,
.series .labels,
.poetry .labels,
.worlds .labels,
.journey .labels {
  color: #777;
}

.caption {
  bottom: 36px;
  color: #fff;
  left: 38px;
  position: absolute;
  right: 30px;
}

.portrait .caption,
.series .caption,
.poetry .caption,
.worlds .caption,
.journey .caption {
  color: #242424;
}

.caption h3 {
  font-size: 28px;
  font-weight: 850;
  line-height: 1.1;
  margin: 0;
}

.caption p {
  font-size: 17px;
  margin-top: 6px;
}

.narrow {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(260px, 0.66fr) 1fr;
}

.statement-section h2 {
  font-size: clamp(40px, 5vw, 76px);
  font-weight: 850;
  line-height: 1.08;
  max-width: 620px;
}

.bio-copy {
  color: #3d3a35;
  font-size: 21px;
  line-height: 1.75;
}

.bio-copy p + p {
  margin-top: 26px;
}

.list-grid {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.list-grid ul {
  color: #5f5a53;
  font-size: 16px;
  line-height: 2.1;
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.quote-grid {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: 0.86fr 1fr;
}

blockquote {
  color: #4b4a50;
  font-size: clamp(34px, 3.6vw, 62px);
  font-weight: 850;
  line-height: 1.18;
  margin: 0;
}

blockquote cite {
  color: #9b9ba0;
  display: block;
  font-size: 22px;
  font-style: normal;
  font-weight: 850;
  margin-top: 54px;
}

.contact-box {
  background: #fff;
  box-shadow: 0 34px 90px rgba(40, 35, 27, 0.08);
  padding: clamp(28px, 5vw, 70px);
}

.contact-box label {
  color: #2e2e2e;
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}

.contact-box input,
.contact-box textarea {
  background: #f4f4f4;
  border: 0;
  color: #202020;
  display: block;
  font: inherit;
  font-size: 21px;
  margin-bottom: 34px;
  outline: none;
  padding: 26px 28px;
  resize: vertical;
  width: 100%;
}

.contact-box input::placeholder,
.contact-box textarea::placeholder {
  color: #8a8a8a;
}

.button-dark {
  align-items: center;
  background: #191d1e;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 20px;
  font-weight: 850;
  justify-content: center;
  min-height: 62px;
  padding: 16px 28px;
  text-decoration: none;
  transition:
    background 180ms ease,
    transform 180ms ease;
  width: 100%;
}

.button-dark:hover {
  background: #b27635;
  transform: translateY(-2px);
}

.footer-nevo {
  align-items: center;
  border-top: 1px solid #ddd8ce;
  display: flex;
  justify-content: space-between;
  padding: 54px 44px;
}

.footer-nevo .button-dark {
  width: auto;
}

.footer-nevo p {
  color: #777;
  margin-top: 4px;
}

.about-hero {
  padding-top: 140px;
}

.about-profile {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(260px, 0.78fr) 1fr;
  text-align: center;
}

.about-profile-image {
  background: #efe7da;
  box-shadow: 24px 30px 70px rgba(67, 50, 32, 0.14);
  justify-self: end;
  padding: 16px;
  width: min(100%, 500px);
}

.about-profile-image img {
  aspect-ratio: 4 / 5;
  display: block;
  object-fit: cover;
  object-position: center 28%;
  width: 100%;
}

.about-profile-title {
  justify-self: start;
  max-width: 620px;
  text-align: left;
}

.about-profile-title h1 {
  color: #171717;
  font-size: clamp(58px, 8vw, 128px);
  font-weight: 850;
  line-height: 0.96;
  margin: 0;
}

.about-profile-title h2 {
  color: #918c84;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(26px, 3vw, 44px);
  font-style: italic;
  font-weight: 500;
  margin-top: 18px;
}

.bio-column {
  max-width: 760px;
}

.bio-column h2,
.center-title h2 {
  font-size: 28px;
  font-weight: 850;
  margin: 0 0 28px;
}

.bio-column p {
  color: #3d3a35;
  font-size: 21px;
  line-height: 1.8;
  margin: 0;
}

.bio-column p + p {
  margin-top: 24px;
}

.bio-column blockquote {
  border-left: 4px solid #b27635;
  color: #4b4a50;
  font-size: clamp(30px, 3vw, 48px);
  margin-top: 58px;
  padding-left: 34px;
}

.latest-grid {
  align-items: start;
  display: grid;
  gap: 58px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.latest-grid .work-item.book {
  min-height: 440px;
}

.center-title {
  margin-bottom: 54px;
  text-align: center;
}

.center-action {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.center-action .button-dark {
  width: auto;
}

.connection-section .center-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}

.connection-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 820px;
}

.connection-grid div {
  align-items: center;
  background: #f0eee8;
  color: #4f4942;
  display: flex;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  min-height: 104px;
  padding: 20px;
  text-align: center;
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(34px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes portraitFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes glowDrift {
  from {
    opacity: 0.62;
    transform: translateX(-2%);
  }
  to {
    opacity: 1;
    transform: translateX(2%);
  }
}

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

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr;
    position: static;
  }

  .content-frame {
    padding-top: 0;
  }

  .main-menu {
    justify-content: flex-start;
    margin-top: 0;
  }

  .brand-mark {
    align-self: center;
  }

  .hero-grid,
  .about-profile,
  .narrow,
  .quote-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    max-width: 360px;
  }

  .about-profile {
    text-align: left;
  }

  .about-profile-image,
  .about-profile-title {
    justify-self: start;
  }

  .work-grid {
    gap: 36px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-item.poetry,
  .work-item.journey {
    margin-top: 0;
  }

  .list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .latest-grid,
  .connection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 22px 20px;
  }

  .main-menu {
    gap: 12px;
    justify-content: flex-end;
  }

  .main-menu a {
    font-size: 10px;
  }

  .container-nevo {
    padding: 0 20px;
  }

  .intro-section,
  .section-size-2,
  .section-size-3,
  .statement-section,
  .quote-section {
    padding: 62px 0;
  }

  .intro-title {
    font-size: 46px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .section-row,
  .footer-nevo {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-row {
    margin-bottom: 36px;
  }

  .work-grid,
  .list-grid,
  .latest-grid,
  .connection-grid {
    grid-template-columns: 1fr;
  }

  .work-item.book {
    min-height: 430px;
  }

  .book-mockup {
    width: min(72%, 250px);
  }

  blockquote {
    font-size: 31px;
  }

  .contact-box input,
  .contact-box textarea {
    font-size: 17px;
    padding: 18px 20px;
  }
}

.section-size-1 {
  padding: 88px 0;
}

.freelancer-hero {
  align-items: center;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.84), rgba(248, 247, 244, 0.54)),
    radial-gradient(circle at 74% 32%, rgba(210, 169, 105, 0.28), transparent 28%),
    #f8f7f4;
  display: flex;
  min-height: calc(100svh - 106px);
}

.freelancer-title {
  color: #909097;
  font-size: clamp(38px, 5.4vw, 84px);
  font-weight: 850;
  line-height: 1.12;
  max-width: 900px;
}

.typed-word {
  display: inline-block;
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 500;
  min-width: 170px;
  position: relative;
  vertical-align: baseline;
}

.typed-word span {
  animation: wordCycle 6s ease-in-out infinite;
  display: inline-block;
}

.typed-word span + span {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}

.typed-word span:nth-child(2) {
  animation-delay: 2s;
}

.typed-word span:nth-child(3) {
  animation-delay: 4s;
}

.books-section {
  background: #fff;
}

.books-section .section-row h2 {
  font-size: 28px;
}

.book-showcase {
  align-items: center;
  background: #f1f0ec;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1fr);
  min-height: 650px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 92px);
  position: relative;
}

.book-showcase::before {
  background:
    radial-gradient(circle at 28% 34%, rgba(41, 111, 131, 0.16), transparent 24%),
    radial-gradient(circle at 74% 54%, rgba(189, 139, 73, 0.16), transparent 30%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.book-stage,
.book-copy {
  position: relative;
  z-index: 1;
}

.book-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 460px;
  perspective: 1600px;
}

.book-shadow {
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.24), transparent 68%);
  bottom: 26px;
  filter: blur(8px);
  height: 54px;
  position: absolute;
  width: min(68%, 360px);
}

.book-3d {
  animation: bookFloat 6s ease-in-out infinite;
  position: relative;
  transform-style: preserve-3d;
  width: min(74%, 340px);
}

.book-cover-pro {
  aspect-ratio: 2 / 3;
  box-shadow:
    26px 28px 54px rgba(0, 0, 0, 0.3),
    inset -10px 0 22px rgba(0, 0, 0, 0.18);
  display: block;
  object-fit: cover;
  transform: rotateY(-18deg) rotateZ(-1deg);
  transform-origin: left center;
  width: 100%;
}

.book-side {
  background: linear-gradient(90deg, #080d10, #223943 40%, #c69b5a);
  bottom: 8px;
  left: -26px;
  position: absolute;
  top: 10px;
  transform: rotateY(-38deg) skewY(-4deg);
  transform-origin: right center;
  width: 52px;
}

.book-copy .labels {
  color: #b27635;
  left: auto;
  margin-bottom: 24px;
  position: static;
  top: auto;
}

.book-copy h3 {
  color: #191919;
  font-size: clamp(44px, 5.2vw, 82px);
  font-weight: 850;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.book-copy p {
  color: #55514b;
  font-size: 21px;
  line-height: 1.7;
  margin-top: 28px;
  max-width: 620px;
}

.book-meta {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 42px;
}

.book-meta div {
  border-top: 1px solid #d7d2c8;
  padding-top: 16px;
}

.book-meta span {
  color: #938a7e;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.book-meta strong {
  color: #242424;
  display: block;
  font-size: 17px;
  margin-top: 8px;
}

.inline-button {
  border-bottom: 2px solid #191919;
  color: #191919;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-top: 24px;
  padding-bottom: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-section {
  max-width: 820px;
}

.mini-section h2 {
  color: #171717;
  font-size: clamp(38px, 5vw, 74px);
  font-weight: 850;
  line-height: 1.05;
  margin: 0;
}

.podcast-section {
  background: #f8f7f4;
}

.podcast-section .section-row p {
  color: #706a62;
  font-size: 20px;
  line-height: 1.6;
  max-width: 560px;
}

.podcast-panel {
  background: #191d1e;
  color: #fff;
  min-height: 360px;
  padding: clamp(34px, 6vw, 80px);
}

.podcast-panel span {
  color: #d8aa6b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.podcast-panel h3 {
  font-size: clamp(42px, 5vw, 82px);
  font-weight: 850;
  line-height: 1;
  margin-top: 26px;
}

.podcast-panel p {
  color: #d9d5cc;
  font-size: 21px;
  line-height: 1.7;
  margin-top: 22px;
  max-width: 650px;
}

.shop-project-hero {
  padding-top: 158px;
}

.shop-hero-grid {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
}

.shop-title-block h1 {
  color: #171717;
  font-size: clamp(64px, 9vw, 142px);
  font-weight: 850;
  line-height: 0.92;
  max-width: 880px;
}

.shop-title-block h2 {
  color: #8f8a82;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(24px, 2.6vw, 42px);
  font-style: italic;
  font-weight: 500;
  margin-top: 22px;
}

.shop-hero-visual {
  display: flex;
  justify-content: center;
  perspective: 1800px;
}

.shop-book-mockup {
  animation: bookFloat 6s ease-in-out infinite;
  position: relative;
  transform-style: preserve-3d;
  width: min(100%, 360px);
}

.shop-book-mockup img {
  aspect-ratio: 2 / 3;
  box-shadow:
    28px 34px 72px rgba(18, 18, 18, 0.24),
    inset -12px 0 22px rgba(0, 0, 0, 0.2);
  display: block;
  object-fit: cover;
  position: relative;
  transform: rotateY(-16deg) rotateZ(-1.2deg);
  transform-origin: left center;
  width: 100%;
  z-index: 2;
}

.shop-book-pages {
  background: linear-gradient(90deg, #f6f0e4, #cda461 34%, #0a1115);
  bottom: 12px;
  left: -32px;
  position: absolute;
  top: 12px;
  transform: rotateY(-42deg) skewY(-3deg);
  transform-origin: right center;
  width: 62px;
  z-index: 1;
}

.shop-split-grid,
.shop-detail-grid {
  align-items: center;
  display: grid;
  gap: 86px;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
}

.shop-cover-panel {
  background: #dfddd7;
  display: flex;
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
  padding: clamp(34px, 5vw, 78px);
}

.shop-cover-panel img {
  align-self: center;
  box-shadow: 22px 28px 58px rgba(0, 0, 0, 0.22);
  display: block;
  max-width: 360px;
  object-fit: cover;
  width: 82%;
}

.shop-project-split h2,
.shop-dark-band h2,
.shop-purchase-panel h2 {
  font-size: clamp(40px, 5vw, 82px);
  font-weight: 850;
  line-height: 1.02;
}

.shop-project-split p {
  color: #5a554d;
  font-size: 21px;
  line-height: 1.7;
  margin-top: 28px;
  max-width: 620px;
}

.section-size-6 {
  padding: 150px 0;
}

.shop-dark-band {
  background: #191d1e;
  color: #fff;
}

.shop-dark-band h2 {
  max-width: 920px;
}

.shop-facts {
  display: grid;
  gap: 0;
}

.shop-facts div {
  border-top: 1px solid #d4d0c6;
  padding: 24px 0;
}

.shop-facts div:last-child {
  border-bottom: 1px solid #d4d0c6;
}

.shop-facts span {
  color: #938a7e;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.shop-facts strong {
  color: #242424;
  display: block;
  font-size: 24px;
  line-height: 1.25;
  margin-top: 10px;
}

.shop-cover-wide {
  background: #f2eadc;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: clamp(32px, 5vw, 70px);
}

.shop-cover-wide img {
  box-shadow: 18px 24px 52px rgba(0, 0, 0, 0.18);
  display: block;
  max-width: 300px;
  width: 70%;
}

.shop-large-image {
  background: #fff;
}

.shop-purchase-panel {
  align-items: center;
  background:
    linear-gradient(120deg, rgba(25, 29, 30, 0.78), rgba(25, 29, 30, 0.5)),
    url('/island-nights-cover.jpg') center 40% / cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: clamp(34px, 8vw, 120px);
  text-align: center;
}

.shop-purchase-panel .eyebrow {
  color: #e4b977;
}

.shop-purchase-panel .button-dark {
  background: #fff;
  color: #191d1e;
  margin-top: 34px;
  width: auto;
}

.post-navigation {
  border-top: 1px solid #ddd8ce;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-navigation-link {
  color: #171717;
  min-height: 190px;
  padding: 54px 44px;
  text-decoration: none;
  transition: background 180ms ease;
}

.post-navigation-link + .post-navigation-link {
  border-left: 1px solid #ddd8ce;
  text-align: right;
}

.post-navigation-link:hover {
  background: #efede6;
}

.post-navigation-link span {
  color: #918c84;
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.post-navigation-link strong {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.05;
}

@keyframes bookFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(0deg);
  }
  50% {
    transform: translateY(-16px) rotateX(2deg);
  }
}

@keyframes wordCycle {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  10%,
  31% {
    opacity: 1;
    transform: translateY(0);
  }
  41%,
  100% {
    opacity: 0;
    transform: translateY(-14px);
  }
}

@media (max-width: 980px) {
  .book-showcase {
    grid-template-columns: 1fr;
  }

  .shop-hero-grid,
  .shop-split-grid,
  .shop-detail-grid {
    grid-template-columns: 1fr;
  }

  .shop-project-hero {
    padding-top: 80px;
  }

  .book-stage {
    min-height: 400px;
  }
}

@media (max-width: 640px) {
  .freelancer-title {
    font-size: 38px;
  }

  .book-showcase {
    gap: 28px;
    min-height: auto;
  }

  .book-stage {
    min-height: 340px;
  }

  .book-3d {
    width: min(78%, 260px);
  }

  .book-meta {
    grid-template-columns: 1fr;
  }

  .shop-cover-panel {
    min-height: 460px;
  }

  .section-size-6 {
    padding: 76px 0;
  }

  .shop-purchase-panel {
    min-height: 480px;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .post-navigation-link + .post-navigation-link {
    border-left: 0;
    border-top: 1px solid #ddd8ce;
    text-align: left;
  }
}
