/* HOME + GLOBAL */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  background-color: #F6F6F6;
  font-family: "shift", serif;
}

main {
  padding-top: 56px;
  padding-bottom: 80px;
}

.btn {
  background-color: #FFFFFF;
  border: 2px solid #FA6401;
  padding: 12px 40px;
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000000;
  display: inline-block;
  text-decoration: none;
}

.btn:hover {
  background-color: #FA6401;
  color: #FFFFFF;
}

.section-heading {
  font-family: "fort", sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin: 40px 16px 24px;
}

.section-heading-recommended,
.section-heading-bookclub {
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.10);
  z-index: 9999;
}

.navbar-inner {
  width: 100%;
  margin: 0;
  height: 56px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.navbar-logo img {
  width: 112px;
  height: 56px;
  object-fit: contain;
  display: block;
}

.navbar-links {
  display: none;
}

.navbar-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-button {
  background: none;
  border: none;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icon-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-icon {
  display: none;
}

.menu-icon {
  display: flex;
}

.icon-button:hover img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(74%) saturate(2220%) hue-rotate(3deg) brightness(101%) contrast(97%);
}

.card {
  width: 100%;
  box-sizing: border-box;
}

.card p {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.45;
  padding-left: 8px;
  padding-right: 8px;
}

.card h1 {
  font-family: "fort", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
}

.card1 {
  margin-top: 0;
  margin-bottom: 48px;
  width: 100%;
  box-sizing: border-box;
}

.card1-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card1-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.card1-title-mobile {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 360px;
  max-width: calc(100% - 112px);
  background-color: #A50708;
  color: #FFFFFF;
  padding: 16px 24px 20px;
  box-sizing: border-box;
  text-align: center;
}

.card1-title-mobile::before,
.card1-title-mobile::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 0.5px;
  background-color: #FFFFFF;
}

.card1-title-mobile::before {
  left: 4px;
}

.card1-title-mobile::after {
  right: 4px;
}

.card1-title-mobile h1 {
  margin: 0;
}

.card1-title-mobile h1::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #FFFFFF;
  margin-top: 9px;
  margin-left: auto;
  margin-right: auto;
}

.card1-panel {
  position: relative;
  background-color: #A50708;
  color: #FFFFFF;
  padding: 24px 24px 24px;
  box-sizing: border-box;
  text-align: center;
}

.card1-panel::before,
.card1-panel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0.5px;
  background-color: #FFFFFF;
}

.card1-panel::before {
  left: 8px;
}

.card1-panel::after {
  right: 8px;
}

.card1-description {
  margin: 0;
  text-align: left;
  display: inline-block;
}

.card1-button {
  margin-top: 24px;
  text-align: center;
}

.card1-title-desktop {
  display: none;
}

.card2 {
  margin-top: 40px;
  margin-bottom: 48px;
  width: 100%;
  box-sizing: border-box;
}

.card2-image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.card2-panel {
  background-color: #AD4B26;
  color: #FFFFFF;
  padding: 24px 24px 24px;
  box-sizing: border-box;
  text-align: center;
}

.card2-panel h1 {
  margin: 0;
  font-family: "fort", sans-serif;
  font-weight: 300;
  text-align: center;
}

.card2-panel p {
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: left;
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.45;
}

.card2-button {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.card3 {
  margin-top: 40px;
}

.card3-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.card3-bg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.card3-book {
  position: absolute;
  right: 100px;
  top: 24px;
  height: calc(100% - 48px);
  width: auto;
  max-width: 50%;
  object-fit: contain;
  box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.6);
}

.card3-title-mobile {
  position: absolute;
  left: 50%;
  transform: translate(-135%, -50%);
  top: 50%;
  width: 240px;
  margin: 0;
  font-family: "fort", sans-serif;
  font-weight: 300;
  font-size: 1.75rem;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}

.card3-panel {
  background-color: #442E2D;
  color: #FFFFFF;
  padding: 32px 24px 24px;
  box-sizing: border-box;
}

.card3-quote-desktop {
  display: none;
  margin: 0 0 16px;
}

.card3-description {
  margin: 0 0 24px;
}

.card3-button {
  margin-top: 24px;
  text-align: center;
}

@media (min-width: 900px) {
  main {
    padding-top: 136px;
  }

  .navbar-inner {
    width: 100%;
    height: 136px;
    padding: 10px 56px 8px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto 1fr;
    align-items: start;
  }

  .navbar-logo {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .navbar-logo img {
    width: 145px;
    height: 72px;
  }

  .navbar-icons {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    justify-content: flex-end;
    gap: 24px;
    margin-top: 12px;
  }

  .icon-button {
    width: 48px;
    height: 48px;
  }

  .search-icon {
    display: flex;
  }

  .menu-icon {
    display: none;
  }

  .navbar-links {
    grid-column: 1 / 4;
    grid-row: 2;
    display: flex;
    justify-content: center;
    gap: 85px;
    align-items: flex-end;
    margin: 0;
  }

  .navbar-links a {
    text-decoration: none;
    font-family: "fort", sans-serif;
    font-size: 1.375rem;
    line-height: 1.55;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
  }

  .navbar-links a:hover {
    color: #FA6401;
    text-decoration: underline;
    text-decoration-color: #FA6401;
  }

  .section-heading-recommended,
  .section-heading-bookclub {
    display: block;
    text-align: center;
    font-family: "shift", serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.4;
    width: 100%;
    margin: 0 auto;
  }

  .section-heading-recommended {
    margin-top: 140px;
    margin-bottom: 56px;
  }

  .section-heading-bookclub {
    margin-top: 140px;
    margin-bottom: 56px;
  }

  .card p {
    font-family: "shift", serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.67;
  }

  .card h1 {
    font-family: "fort", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.4;
  }

  .card1 {
    margin: 64px 120px 80px;
    width: calc(100% - 240px);
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    column-gap: 40px;
    align-items: stretch;
  }

  .card1-image {
    order: 2;
    height: 100%;
  }

  .card1-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card1-title-mobile {
    display: none;
  }

  .card1-panel {
    order: 1;
    background-color: #A50708;
    color: #FFFFFF;
    padding: 80px 48px 56px;
    box-sizing: border-box;
    border: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  }

  .card1-panel::before {
    content: "";
    position: absolute;
    inset: 16px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    width: auto;
    height: auto;
    background: none;
    pointer-events: none;
  }

  .card1-panel::after {
    content: none;
  }

  .card1-title-desktop {
    display: block;
    margin: 0 0 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card1-description {
    margin: 0 0 40px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .card1-button {
    text-align: center;
  }

  .card2 {
    width: calc(100% - 240px);
    margin: 64px 120px 80px;
    display: grid;
    grid-template-columns: minmax(0, 64%) minmax(0, 36%);
    column-gap: 40px;
    align-items: stretch;
  }

  .card2-image {
    grid-column: 1;
  }

  .card2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .card2-panel {
    grid-column: 2;
    background-color: #AD4B26;
    color: #FFFFFF;
    padding: 80px 48px 56px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    text-align: center;
    position: relative;
  }

  .card2-panel h1 {
    font-family: "fort", sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0 0 40px;
    text-align: center;
  }

  .card2-panel p {
    font-family: "shift", serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.67;
    max-width: 600px;
    margin: 0 auto 40px;
    text-align: center;
  }

  .card2-button {
    margin-top: auto;
    text-align: center;
  }

  .card3 {
    width: calc(100% - 240px);
    margin: 64px 120px 80px;
    display: grid;
    grid-template-columns: minmax(0, 40%) minmax(0, 60%);
    column-gap: 40px;
    align-items: stretch;
  }

  .card3-hero {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .card3-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .card3-book {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 64px);
    max-height: calc(100% - 64px);
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.6);
  }

  .card3-title-mobile {
    display: none;
  }

  .card3-panel {
    grid-column: 2;
    grid-row: 1;
    background-color: #442E2D;
    color: #FFFFFF;
    padding: 80px 48px 56px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .card3-quote-desktop {
    display: block;
    font-style: italic;
    margin: 0 0 32px;
  }

  .card3-quote-desktop span {
    font-style: normal;
  }

  .card3-description {
    font-family: "shift", serif;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.67;
    margin: 0 0 32px;
  }

  .card3-button {
    margin-top: auto;
    text-align: center;
  }
}

/* BOOK CLUB PAGE */

.bookclub-main {
  background-color: #F6F6F6;
}

.bookclub-hero {
  background-color: #FEFCFD;
  padding: 24px 16px 40px;
}

.bookclub-hero-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.bookclub-hero-illustration {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto 24px;
}

.bookclub-title {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.4;
  margin: 0 0 8px;
  text-align: center;
}

.bookclub-subtitle {
  font-family: "fort", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 0 0 16px;
  text-align: center;
}

.bookclub-facebook-text {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 16px;
  text-align: center;
}

.bookclub-intro-copy p {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 0 0 16px;
  text-align: left;
}

.bookclub-facebook {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 16px 0 24px;
}

.bookclub-facebook-icon {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  transition: filter 0.2s ease;
}

.bookclub-facebook-icon:hover {
  filter: brightness(0) saturate(100%) invert(54%) sepia(74%) saturate(2220%) hue-rotate(3deg) brightness(101%) contrast(97%);
}

.bookclub-section {
  padding: 40px 24px;
}

.section-heading-bookclub-page {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 24px;
}

.bookclub-pick {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.bookclub-pick-cover img {
  width: 220px;
  max-width: 70vw;
  height: auto;
  box-shadow: 0 0 11px 7px rgba(0, 0, 0, 0.6);
}

.bookclub-pick-text {
  text-align: left;
}

.bookclub-pick-quote {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 24px;
}

.bookclub-pick-quote span {
  font-style: normal;
}

.bookclub-pick-description {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 0 0 24px;
}

.bookclub-pick-button {
  display: inline-block;
  margin: 24px auto 0;
  text-align: center;
}

.bookclub-continued-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  text-align: center;
}

.continued-item img {
  width: 160px;
  max-width: 60vw;
  height: auto;
  margin-bottom: 12px;
}

.continued-item h3 {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  margin: 0 0 4px;
}

.continued-author {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 0.95rem;
  margin: 0;
}

.bookclub-newsletter {
  background-color: #F0F0F0;
  padding: 40px 24px 56px;
}

.bookclub-newsletter-inner {
  max-width: 800px;
  margin: 0 auto;
}

.bookclub-newsletter-title {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 16px;
}

.bookclub-newsletter-copy {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.45;
  text-align: center;
  margin: 0 0 24px;
}

.bookclub-newsletter-form {
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.newsletter-label {
  font-family: "shift", serif;
  font-size: 0.875rem;
}

.newsletter-input {
  padding: 10px 12px;
  border: 1px solid #CCCCCC;
  font-family: "shift", serif;
  font-size: 0.9rem;
}

.newsletter-button {
  margin-top: 12px;
  align-self: center;
}

@media (min-width: 900px) {
  .bookclub-hero {
    padding: 64px 24px 72px;
  }

  .bookclub-hero-illustration {
    max-width: 700px;
    width: 100%;
  }

  .bookclub-title {
    font-size: 3rem;
  }

  .bookclub-subtitle {
    font-size: 2rem;
    line-height: 1.5;
  }

  .bookclub-section {
    padding: 64px 120px;
  }

  .section-heading-bookclub-page {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 40px;
  }

  .bookclub-pick {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 56px;
  }

  .bookclub-pick-cover img {
    width: 300px;
  }

  .bookclub-pick-text {
    max-width: 600px;
  }

  .bookclub-intro-copy p,
  .bookclub-pick-quote,
  .bookclub-pick-description,
  .bookclub-newsletter-copy {
    font-size: 1.5rem;
    line-height: 1.67;
  }

  .bookclub-continued-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  .continued-item img {
    width: 180px;
  }

  .continued-item h3 {
    font-size: 1.5rem;
  }

  .continued-author {
    font-size: 1.125rem;
  }

  .bookclub-newsletter {
    padding: 64px 120px 80px;
  }

  .bookclub-pick-button {
    display: inline-block;
    margin: 24px 0 0;
  }
}

/* ARCHIVE PAGE */

.archive-main {
  background-color: #F6F6F6;
}

.archive-header {
  max-width: 1200px;
  margin: 72px auto 32px;
  padding: 0 16px;
}

.archive-breadcrumb {
  font-family: "shift", serif;
  font-size: 0.875rem;
  margin: 0 0 8px;
}

.archive-title {
  font-family: "fort", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  margin: 0 0 4px;
}

.archive-subtitle {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.25rem;
  margin: 0;
}

.archive-grid {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 16px 40px;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.archive-item {
  background-color: #FFFFFF;
  padding: 24px 16px;
  box-sizing: border-box;
}

.archive-cover {
  text-align: center;
  margin-bottom: 20px;
}

.archive-cover img {
  display: block;
  margin: 0 auto 16px;
  width: 280px;
  height: auto;
  object-fit: contain;
}

.archive-buy {
  display: inline-block;
  margin-bottom: 16px;
}

.archive-info {
  text-align: left;
}

.archive-book-title {
  font-family: "fort", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 0 0 4px;
}

.archive-author {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1.125rem;
  margin: 0 0 20px;
}

.archive-description {
  font-size: 1.125rem;
  line-height: 1.45;
  margin: 0 0 8px;
}

.archive-description-more {
  display: none;
}

.archive-readmore {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "shift", serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #FA6401;
  text-decoration: underline;
  cursor: pointer;
}

.archive-readmore:hover {
  opacity: 0.7;
}

.archive-item.archive-expanded .archive-description-more {
  display: inline;
}

@media (min-width: 900px) {
  .archive-header {
    margin: 96px 120px 32px;
    padding: 0;
    max-width: none;
    width: calc(100% - 240px);
    box-sizing: border-box;
  }

  .archive-title {
    font-size: 3rem;
  }

  .archive-subtitle {
    font-size: 1.5rem;
  }

  .archive-breadcrumb {
    font-size: 1rem;
  }

  .archive-grid {
    max-width: none;
    width: calc(100% - 240px);
    margin: 0 120px 80px;
    padding: 0 0 80px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 48px;
    row-gap: 48px;
  }

  .archive-item {
    background-color: #FFFFFF;
    padding: 40px 32px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
  }

  .archive-cover {
    flex: 0 0 230px;
    margin-right: 32px;
    text-align: center;
  }

  .archive-cover img {
    width: 210px;
    height: auto;
    margin: 0 auto 20px;
    object-fit: contain;
  }

  .archive-buy {
    display: inline-block;
    margin-bottom: 16px;
  }

  .archive-buy .btn {
    width: auto;
    white-space: nowrap;
  }

  .archive-info {
    flex: 1;
  }

  .archive-book-title {
    font-size: 2rem;
    margin: 0 0 6px;
  }

  .archive-author {
    font-size: 1.25rem;
    margin: 0 0 24px;
  }

  .archive-description {
    font-size: 1.25rem;
    line-height: 1.67;
    margin: 0 0 12px;
  }

  .archive-readmore {
    font-size: 1.125rem;
  }
}

/* COMING SOON / RELEASES */

.releases-main {
  background-color: #F6F6F6;
}

.releases-breadcrumb {
  font-family: "shift", serif;
  font-size: 0.875rem;
  margin: 72px 16px 8px;
  padding: 0 16px;
  opacity: 0.8;
}

.releases-hero {
  background-color: #F6F6F6;
  padding: 0 32px 16px;
  box-sizing: border-box;
}

.releases-hero-inner {
  width: 100%;
  margin: 0;
}

.releases-title {
  font-family: "fort", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 4px;
}

.releases-count {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.releases-section {
  background-color: #FFFFFF;
  padding: 24px 16px 32px;
  margin: 16px 0 24px;
  box-sizing: border-box;
}

.section-heading-releases {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 48px;
}

.releases-row {
  width: 100%;
}

.releases-arrow {
  display: none;
}

.releases-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.release-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}

.release-cover img {
  width: 220px;
  max-width: 70vw;
  height: auto;
  display: block;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto 12px;
}

.release-title {
  font-family: "shift", serif;
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0;
  width: 220px;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.release-author {
  font-family: "shift", serif;
  font-weight: 300;
  font-size: 1rem;
  margin: 4px 0 0;
  width: 220px;
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.release-item-desktop-only {
  display: none;
}

.view-more {
  font-family: "shift", serif;
  font-size: 0.875rem;
  color: #FA6401;
  cursor: pointer;
  margin-top: 16px;
  width: 220px;
  max-width: 70vw;
  margin-right: auto;
  text-align: right;
  text-decoration: underline;
}

.view-more:hover {
  opacity: 0.7;
}

@media (min-width: 900px) {
  .releases-breadcrumb {
    font-size: 1rem;
    padding: 0 120px;
    margin: 96px 0 8px;
  }

  .releases-hero {
    padding: 0 120px 24px;
  }

  .releases-hero-inner {
    width: 100%;
    margin: 0;
  }

  .releases-title {
    font-size: 3rem;
  }

  .releases-count {
    font-size: 1rem;
  }

  .releases-section {
    margin: 0 120px 40px;
    padding: 32px 56px 40px;
    width: auto;
    max-width: none;
    box-sizing: border-box;
  }

  .section-heading-releases {
    font-family: "shift", serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 48px;
  }

  .releases-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    column-gap: 32px;
    align-items: center;
  }

  .releases-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 4.5rem;
    line-height: 1;
  }

  .releases-arrow:hover {
    color: #FA6401;
  }

  .releases-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }

  .release-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    flex: 1;              
  }

 
  .release-cover img{
    width: 100%;
    aspect-ratio: 2 / 3;    
    object-fit: cover;      
    margin: 0 auto 12px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  }

  .release-title {
    font-size: 1.5rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .release-author {
    font-size: 1.125rem;
    margin-top: 4px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .release-item-desktop-only {
    display: flex;
  }

  .view-more {
    display: none;
  }
}
