.text-action {
  font-family: "ABC Diatype", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  letter-spacing: 0;
  color: rgb(44, 40, 56);
}
@media (min-width: 768px) {
  .text-action {
    font-family: "Replica", var(--gh-font-body);
    font-size: 1.8rem;
    line-height: 2.16rem;
    letter-spacing: -0.018rem;
    color: rgb(41, 10, 8);
  }
}

.text-article {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 300;
  font-size: 2.8rem;
  line-height: 3.36rem;
  letter-spacing: -0.028rem;
  color: rgb(44, 40, 56);
}
@media (min-width: 768px) {
  .text-article {
    font-size: 3.2rem;
    line-height: 3.52rem;
    letter-spacing: -0.032rem;
  }
}

.text-body-indent {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: rgb(44, 40, 56);
}

.text-body-no-indent {
  font-family: "GT Canon", var(--gh-font-body);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.24rem;
  letter-spacing: 0;
  color: rgb(44, 40, 56);
}
@media (min-width: 768px) {
  .text-body-no-indent {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}

.text-caption {
  font-family: "ABC Diatype", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.82rem;
  letter-spacing: 0;
  color: rgb(41, 10, 8);
}

.text-display {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 5.04rem;
  letter-spacing: -0.168rem;
  color: rgb(255, 255, 255);
}

.text-eyebrow {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.52rem;
  letter-spacing: 0.36rem;
  text-transform: uppercase;
  color: rgb(44, 40, 56);
}
@media (min-width: 768px) {
  .text-eyebrow {
    font-size: 2rem;
    line-height: 2.8rem;
    letter-spacing: 0.48rem;
  }
}

.text-headline {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: -0.24rem;
  color: rgb(44, 40, 56);
}

.text-info-lrg {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.12rem;
  letter-spacing: 0;
  color: rgb(44, 40, 56);
}

.text-section {
  font-family: "GT Canon", var(--gh-font-heading);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: -0.02rem;
  color: rgb(41, 10, 8);
}
@media (min-width: 768px) {
  .text-section {
    font-size: 3.2rem;
    line-height: 3.52rem;
    letter-spacing: -0.064rem;
    color: rgb(255, 255, 255);
  }
}

.text-subhead {
  font-family: "GT Canon", var(--gh-font-heading);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 3.2rem;
  letter-spacing: -0.096rem;
  color: rgb(44, 40, 56);
}
@media (min-width: 768px) {
  .text-subhead {
    font-weight: 300;
    font-size: 4.8rem;
    line-height: 4.8rem;
    letter-spacing: -0.144rem;
    color: rgb(255, 255, 255);
  }
}

.site-header {
  display: flex;
  align-items: center;
  gap: 1.38rem;
  padding: 1.035rem;
  background: #EFE9E9;
  width: 100%;
  height: 5.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

body {
  padding-top: 5.5rem;
}

.site-header__menu-toggle {
  display: none;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  flex-shrink: 0;
}

.site-header__menu-bar {
  position: absolute;
  left: 2px;
  width: 2rem;
  height: 0.12rem;
  background: #2c2838;
  transform-origin: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s, top 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__menu-bar:nth-child(1) {
  top: 0.24rem;
}
.site-header__menu-bar:nth-child(2) {
  top: 0.84rem;
}
.site-header__menu-bar:nth-child(3) {
  top: 1.44rem;
}
.site-header__menu-bar:nth-child(4) {
  top: 2.04rem;
}

.site-header__menu-toggle--open .site-header__menu-bar:nth-child(1) {
  top: 1.14rem;
  transform: rotate(45deg);
}
.site-header__menu-toggle--open .site-header__menu-bar:nth-child(2), .site-header__menu-toggle--open .site-header__menu-bar:nth-child(3) {
  opacity: 0;
}
.site-header__menu-toggle--open .site-header__menu-bar:nth-child(4) {
  top: 1.14rem;
  transform: rotate(-45deg);
}

.site-header__nav {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  min-width: 0;
  height: 3.4rem;
  gap: 2.07rem;
}

.site-header__nav--right {
  gap: 3.105rem;
  justify-content: flex-end;
}

.site-header__nav-item {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0.173rem 0.517rem;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  color: #2c2838;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__nav-item::after {
  content: "";
  position: absolute;
  left: 0.517rem;
  right: 0.517rem;
  bottom: 0;
  height: 0.1rem;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.site-header__nav-item:hover::after,
.site-header__nav-item.is-current::after {
  transform: scaleX(1);
}

.site-header__nav-item.is-current::after {
  transition: none;
}

.site-header__logo {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 1.725rem;
  line-height: 1;
  letter-spacing: 0;
  color: #2c2838;
  text-decoration: none;
}

.site-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 3.364rem;
  padding: 0;
  background: #1c335a;
  color: #fff;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  flex-shrink: 0;
}

.page-try-one-bite .site-header {
  background: #2c2838;
}
.page-try-one-bite .site-header .site-header__menu-bar {
  background: #fff;
}
.page-try-one-bite .site-header .site-header__nav-item {
  color: #fff;
}
.page-try-one-bite .site-header .site-header__logo {
  color: #fff;
}

@media (max-width: 800px) {
  .site-header {
    height: 5.6rem;
    padding: 1.6rem;
    justify-content: center;
    gap: 0;
    z-index: 1000;
  }
  body {
    padding-top: 5.6rem;
  }
  .page-try-one-bite .site-header {
    height: 5.6rem;
    padding: 1.6rem;
    background: #0F0829;
  }
  .site-header__menu-toggle {
    display: inline-block;
    position: absolute;
    left: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header__nav, .site-header__cta {
    display: none;
  }
  .site-header__logo {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.home-template .site-main {
  padding-top: 0;
}

.hero-frontpage {
  position: relative;
  width: 100%;
  height: 68rem;
  overflow: hidden;
  color: #fff;
  background: #000;
}

.hero-frontpage__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-frontpage__img {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-frontpage__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 28, 41, 0.2);
}

.hero-frontpage__container {
  position: relative;
  z-index: 1;
  max-width: 119.4rem;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 17.25rem 0 17.25rem 1.248%;
}

.hero-frontpage__title {
  margin: 0;
  flex: 0 0 68.4rem;
  max-width: 68.4rem;
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 8.453rem;
  line-height: 8.499rem;
  letter-spacing: -0.254rem;
  color: #fff;
}

.hero-frontpage__aside {
  flex: 0 0 33.2rem;
  max-width: 33.2rem;
  height: 16.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.863rem;
}

.hero-frontpage__desc {
  margin: 0;
  font-family: var(--gh-font-body);
  font-weight: 400;
  font-size: 2.07rem;
  line-height: 2.691rem;
  color: #fff;
}

.hero-frontpage__cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 0.863rem;
  width: 19.34rem;
  height: 4.14rem;
  padding: 0;
  background: #1c335a;
  color: #fff;
  font-family: var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  text-decoration: none;
  border-radius: 0;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .hero-frontpage__container {
    max-width: 56rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.2rem;
    padding: 14rem 1.6rem;
  }
  .hero-frontpage__title {
    flex: none;
    max-width: 100%;
    min-width: 0;
    font-size: 6.4rem;
    line-height: 1.05;
  }
  .hero-frontpage__aside {
    flex: none;
    max-width: 38rem;
    height: auto;
  }
}
@media (max-width: 768px) {
  .hero-frontpage {
    height: 52.35rem;
  }
  .hero-frontpage__overlay {
    background: rgba(8, 28, 41, 0.4);
  }
  .hero-frontpage__container {
    max-width: 37.5rem;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
    padding: 9.08rem 1.6rem 9.07rem;
  }
  .hero-frontpage__title {
    flex: none;
    width: 33.3rem;
    max-width: 100%;
    font-size: 5.6rem;
    line-height: 5rem;
    letter-spacing: -0.168rem;
  }
  .hero-frontpage__aside {
    flex: none;
    max-width: 100%;
    width: 33.2rem;
  }
}
.hero-headline {
  display: flex;
  justify-content: center;
  margin-top: -2rem;
  padding: 12rem 0 0;
  background: #2c2838;
}

.hero-headline__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 144rem;
}

.hero-headline__title {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: -0.24rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 2.4rem;
  max-width: 116.5rem;
}

.hero-headline__separator {
  width: 139.2rem;
  max-width: calc(100% - 4.8rem);
  margin: 2.4rem auto 4.3rem;
  padding-top: 3.2rem;
  border-top: 1px solid #807c8e;
}

.hero-headline__subheadline {
  font-family: "GT Canon", var(--gh-font-body);
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: -0.144rem;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .hero-headline {
    padding: 9.6rem 0 0;
    background: #2c2838;
  }
  .hero-headline__title {
    font-size: 5.6rem;
    line-height: 5.04rem;
    letter-spacing: -0.168rem;
    max-width: 33.3rem;
    padding: 0;
  }
  .hero-headline__separator {
    margin: 2.4rem auto 3.4rem;
    padding-top: 1.6rem;
    max-width: calc(100% - 4.2rem);
    border-top-color: #dad6e8;
  }
  .hero-headline__subheadline {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.096rem;
    max-width: 33.2rem;
    padding: 0;
  }
}
.story-text {
  background: #EFE9E9;
  padding: 4.8rem 2.4rem;
}

.story-text__column {
  max-width: 68.4rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.story-text__eyebrow {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  letter-spacing: 0.48rem;
  color: #2c2838;
  text-align: center;
  text-transform: lowercase;
  margin: 0;
}

.story-text__headline {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 3.52rem;
  letter-spacing: -0.032rem;
  color: #2c2838;
  text-align: center;
  margin: 0;
}

.story-text__body p {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #2c2838;
  text-align: justify;
  text-indent: 4.8rem;
  margin: 0;
}
.story-text__body p + p {
  margin-top: 0.6rem;
}

.story-text__read-more {
  display: none;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.55rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  color: #2c2838;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
}

.story-text__cta {
  background: #2c2838;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  height: 48.3rem;
  margin: 0;
}

.story-text__cta-headline {
  font-family: "GT Canon", var(--gh-font-heading);
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: -0.144rem;
  color: #f2f1f6;
  text-align: center;
  margin: 0;
  white-space: nowrap;
}

.story-text__cta-description {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  color: #f2f1f6;
  text-align: center;
  margin: 0;
  max-width: 44.6rem;
}

.story-text__cta-form {
  margin: 0;
}

.story-text__cta-status {
  margin: 1.2rem 0 0;
  min-height: 1.8rem;
  font-family: "Replica", var(--gh-font-body);
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #2c2838;
  opacity: 0;
  transition: opacity 0.2s;
}
.story-text__cta-status.is-visible {
  opacity: 1;
}

.story-text__cta-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 44.6rem;
  max-width: 100%;
  height: 5.6rem;
  background: #f2f1f6;
  border-radius: 0;
}

.story-text__cta-input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding: 1.6rem 2.4rem;
  border: none;
  background: transparent;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  color: #2c2838;
  outline: none;
}
.story-text__cta-input::placeholder {
  color: #807c8e;
}

.story-text__cta-submit {
  display: flex;
  flex: 0 0 4.8rem;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 100%;
  padding: 0 2.4rem 0 0;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #2c2838;
}
.story-text__cta-submit svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}

@media (max-width: 599px) {
  .story-text {
    background: #EFE9E9;
    padding: 1.6rem;
  }
  .story-text__column {
    gap: 4rem;
  }
  .story-text__eyebrow {
    font-size: 1.8rem;
    line-height: 2.52rem;
    letter-spacing: 0.36rem;
  }
  .story-text__headline {
    font-size: 2.8rem;
    line-height: 3.36rem;
    letter-spacing: -0.028rem;
  }
  .story-text__body p {
    text-align: left;
  }
  .story-text__body[data-story-truncate] p {
    display: none;
  }
  .story-text__body[data-story-truncate] p:first-child {
    display: block;
  }
  .story-text__read-more {
    display: block;
    margin-top: -2rem;
  }
  .story-text__body[data-story-truncate].is-expanded p {
    display: block;
  }
  .story-text__body[data-story-truncate].is-expanded + .story-text__read-more {
    display: none;
  }
  .story-text__cta {
    height: auto;
    padding: 4.8rem 1.6rem;
  }
  .story-text__cta-headline {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.096rem;
    text-align: center;
  }
  .story-text__cta-description {
    font-family: "ABC Diatype", sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: 0;
  }
  .story-text__cta-input-wrap {
    width: 22.5rem;
    height: 4.8rem;
    background: #ffffff;
  }
  .story-text__cta-input {
    font-family: "ABC Diatype", sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: 0;
    padding: 0 2.4rem;
  }
  .story-text__cta-submit svg {
    width: 2.067rem;
    height: 2.067rem;
  }
  .story-text__cta-submit {
    flex-basis: 4.8rem;
    padding-right: 1.2rem;
  }
}
.image-text-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(86.1rem, auto);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.image-text-50-50--right .image-text-50-50__image {
  order: 2;
}

.image-text-50-50--right .image-text-50-50__text {
  order: 1;
}

.image-text-50-50__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-text-50-50__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9rem;
  padding: 11.5rem 5.9rem;
}

.image-text-50-50__quote {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: -0.144rem;
  text-align: center;
  margin: 0;
  max-width: 39.7rem;
  quotes: none;
}

.image-text-50-50__attribution {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  text-align: center;
  margin: 0;
  font-style: normal;
}

.image-text-50-50--chapter .image-text-50-50__quote {
  font-family: "GT Canon", var(--gh-font-body);
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 3.52rem;
  letter-spacing: -0.064rem;
  max-width: 60rem;
}

.image-text-50-50--chapter .image-text-50-50__attribution {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0;
}

@media (min-width: 769px) and (max-width: 1199px) {
  .image-text-50-50--chapter .image-text-50-50__quote {
    font-size: 2.4rem;
    line-height: 2.88rem;
    letter-spacing: -0.048rem;
    max-width: 100%;
  }
  .image-text-50-50--chapter .image-text-50-50__attribution {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .image-text-50-50__text {
    padding: 6rem 3rem;
  }
}
@media (max-width: 768px) {
  .image-text-50-50 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .image-text-50-50__image {
    height: 28.2rem;
  }
  .image-text-50-50__text {
    gap: 2.4rem;
    padding: 12rem 1.6rem 8rem;
  }
  .image-text-50-50__quote {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.096rem;
    max-width: 34.3rem;
  }
  .image-text-50-50__attribution {
    font-family: "ABC Diatype", var(--gh-font-body);
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
  .image-text-50-50--chapter .image-text-50-50__quote {
    font-size: 2.4rem;
    line-height: 2.88rem;
    letter-spacing: -0.048rem;
  }
  .image-text-50-50--chapter .image-text-50-50__attribution {
    font-family: "ABC Diatype", var(--gh-font-body);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.92rem;
  }
}
.carousel-with-text-and-button {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 97rem;
  height: 68rem;
  margin: 0 auto;
  padding: 2.5rem 2.4rem;
  gap: 2.4rem;
  background: #EFE9E9;
  overflow: visible;
}

.carousel-with-text-and-button--recipe-callout {
  margin-bottom: 4.9rem;
}

.carousel-with-text-and-button__swiper {
  flex: 0 0 44.8rem;
  width: 44.8rem;
  height: 100%;
  overflow: hidden;
}

.carousel-with-text-and-button__slide {
  width: 44.8rem;
  height: 100%;
}

.carousel-with-text-and-button__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-with-text-and-button__texts {
  flex: 0 0 44.8rem;
  max-width: 44.8rem;
  position: relative;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  box-sizing: border-box;
}

.carousel-with-text-and-button__text-stack {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.carousel-with-text-and-button__text-panels {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  width: 100%;
}

.carousel-with-text-and-button__text-panel {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 2.4rem;
  padding: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.carousel-with-text-and-button__text-panel.is-active {
  opacity: 1;
  pointer-events: auto;
}
.carousel-with-text-and-button__text-panel.is-leaving {
  opacity: 0;
  pointer-events: none;
}

.carousel-with-text-and-button--text-center .carousel-with-text-and-button__text-panel {
  justify-content: center;
}

.carousel-with-text-and-button__headline {
  margin: 0;
  font-family: "GT Canon", var(--gh-font-heading);
  font-weight: 300;
  font-size: 4.14rem;
  line-height: 4.14rem;
  letter-spacing: -0.124rem;
  color: #2c2838;
}

.carousel-with-text-and-button__text {
  margin: 0;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  color: #807c8e;
}

.carousel-with-text-and-button__button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 18.34rem;
  height: 4.14rem;
  padding: 0;
  background: #1c335a;
  color: #fff;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  text-decoration: none;
  border: 0;
}

.carousel-with-text-and-button__prev,
.carousel-with-text-and-button__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9.6rem;
  height: 9.6rem;
  padding: 0;
  background: transparent;
  border: 0;
  color: #2c2838;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.15s;
}
.carousel-with-text-and-button__prev svg,
.carousel-with-text-and-button__next svg {
  width: 100%;
  height: 100%;
  display: block;
}
.carousel-with-text-and-button__prev svg path,
.carousel-with-text-and-button__next svg path {
  vector-effect: non-scaling-stroke;
}
.carousel-with-text-and-button__prev::after,
.carousel-with-text-and-button__next::after {
  content: none;
}
.carousel-with-text-and-button__prev:disabled,
.carousel-with-text-and-button__next:disabled {
  opacity: 0.3;
  cursor: default;
}

.carousel-with-text-and-button__prev {
  left: -10.4rem;
}

.carousel-with-text-and-button__next {
  right: -10.4rem;
}

@media (min-width: 1200px) {
  .carousel-with-text-and-button--recipe-callout {
    max-width: 115.6rem;
    height: 60.4rem;
    padding-left: 9.3rem;
    padding-right: 9.4rem;
    gap: 9.4rem;
  }
  .carousel-with-text-and-button--recipe-callout .carousel-with-text-and-button__swiper,
  .carousel-with-text-and-button--recipe-callout .carousel-with-text-and-button__slide {
    flex-basis: 37.857rem;
    width: 37.857rem;
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-with-text-and-button--recipe-callout .carousel-with-text-and-button__texts {
    flex-basis: 49.8rem;
    max-width: 49.8rem;
  }
  .carousel-with-text-and-button--recipe-callout .carousel-with-text-and-button__prev {
    left: 0;
  }
  .carousel-with-text-and-button--recipe-callout .carousel-with-text-and-button__next {
    right: 0;
  }
}
@media (min-width: 1364px) {
  .carousel-with-text-and-button--recipe-callout .carousel-with-text-and-button__prev {
    left: -10.4rem;
  }
  .carousel-with-text-and-button--recipe-callout .carousel-with-text-and-button__next {
    right: -10.4rem;
  }
}
.carousel-with-text-and-button .carousel-with-text-and-button__pagination {
  position: static;
  grid-row: 1;
  grid-column: 1;
  align-self: end;
  justify-self: stretch;
  transform: none;
  width: 100%;
  text-align: center;
  padding-top: 2.4rem;
  line-height: 0;
  --swiper-pagination-bullet-size: 0.517rem;
  --swiper-pagination-bullet-horizontal-gap: 0.646rem;
  --swiper-pagination-color: #2c2838;
  --swiper-pagination-bullet-inactive-color: #807c8e;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.carousel-with-text-and-button .swiper-pagination-bullet {
  position: relative;
}
.carousel-with-text-and-button .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  inset: -1rem;
  border-radius: 50%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .carousel-with-text-and-button {
    max-width: 100%;
    height: auto;
    padding: 2.5rem 9.6rem;
    gap: 1.6rem;
  }
  .carousel-with-text-and-button__swiper {
    flex: 1 1 45%;
    width: auto;
  }
  .carousel-with-text-and-button__slide {
    width: 100%;
    height: auto;
    aspect-ratio: 448/630;
  }
  .carousel-with-text-and-button__texts {
    flex: 1 1 45%;
    max-width: 50%;
  }
  .carousel-with-text-and-button__text-panels {
    flex-basis: 24.5rem;
    height: 24.5rem;
  }
  .carousel-with-text-and-button__text-panel {
    padding-top: 0;
    gap: 1.6rem;
    justify-content: center;
  }
  .carousel-with-text-and-button__headline {
    font-size: clamp(1.8rem, 3.2vw, 3.2rem);
    line-height: 1.1;
  }
  .carousel-with-text-and-button__text {
    font-size: clamp(1.2rem, 1.5vw, 1.552rem);
  }
  .carousel-with-text-and-button__prev {
    left: 0;
  }
  .carousel-with-text-and-button__next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .carousel-with-text-and-button {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    min-height: 65rem;
    height: auto;
    padding: 3rem 0;
    gap: 2.4rem;
    background: #EFE9E9;
  }
  .carousel-with-text-and-button__prev,
  .carousel-with-text-and-button__next {
    display: block;
    top: calc(3rem + 31.3rem / 2);
    width: 4.4rem;
    height: 4.4rem;
  }
  .carousel-with-text-and-button__prev {
    left: max(0.4rem, (100% - 22.1rem) / 2 - 5rem);
  }
  .carousel-with-text-and-button__next {
    right: max(0.4rem, (100% - 22.1rem) / 2 - 5rem);
  }
  .carousel-with-text-and-button__swiper {
    flex: 0 0 31.3rem;
    width: 22.1rem;
  }
  .carousel-with-text-and-button__slide {
    width: 22.1rem;
    height: 31.3rem;
  }
  .carousel-with-text-and-button__texts {
    flex: 0 0 26.5rem;
    height: 26.5rem;
    width: 22.1rem;
    max-width: 22.1rem;
    position: relative;
  }
  .carousel-with-text-and-button__text-panels {
    flex: 0 0 22.3rem;
    height: 22.3rem;
  }
  .carousel-with-text-and-button__text-panel {
    justify-content: flex-start;
    gap: 1.2rem;
    padding: 0;
  }
  .carousel-with-text-and-button__headline {
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
    color: #2c2838;
  }
  .carousel-with-text-and-button__text {
    font-family: "ABC Diatype", var(--gh-font-body);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: -0.016rem;
    color: #807c8e;
  }
  .carousel-with-text-and-button__button {
    display: none;
  }
  .carousel-with-text-and-button .carousel-with-text-and-button__pagination {
    padding-top: 2.4rem;
    width: auto;
    transform: none;
    --swiper-pagination-bullet-size: 0.6rem;
    --swiper-pagination-bullet-horizontal-gap: 0.75rem;
    --swiper-pagination-bullet-inactive-color: #b9c2d9;
    --swiper-pagination-color: #2c2838;
    --swiper-pagination-bullet-inactive-opacity: 1;
  }
}
.content-grid-with-title-and-headline--section-header {
  max-width: 124.2rem;
  margin: 0 auto;
  background: transparent;
}
@media (min-width: 600px) {
  .content-grid-with-title-and-headline--section-header .content-grid-with-title-and-headline__header {
    padding: 2.07rem;
    text-align: left;
    max-width: none;
  }
  .content-grid-with-title-and-headline--section-header .content-grid-with-title-and-headline__headline {
    font-size: 4.14rem;
    line-height: 4.14rem;
    letter-spacing: -0.124rem;
    font-weight: 300;
  }
  .content-grid-with-title-and-headline--section-header .content-grid-with-title-and-headline__cta {
    justify-content: center;
    padding: 2.07rem;
  }
}

.content-grid-with-title-and-headline--featured-page {
  display: flow-root;
}

.content-grid-with-title-and-headline.content-grid-with-title-and-headline--article-related {
  display: flow-root;
  background: #b9c2d9;
  padding: 12rem 0;
}
.content-grid-with-title-and-headline.content-grid-with-title-and-headline--article-related .content-grid-with-title-and-headline__header {
  padding-top: 0;
}

.content-grid-with-title-and-headline {
  background: transparent;
  padding: 0;
}
.content-grid-with-title-and-headline__header {
  padding: 4.83rem 2.07rem 2.07rem;
  text-align: center;
}
.content-grid-with-title-and-headline__headline {
  margin: 0;
  font-family: "GT Canon", serif;
  font-weight: 300;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: -0.144rem;
  color: rgb(44, 40, 56);
}
.content-grid-with-title-and-headline__subhead {
  margin: 1.6rem 0 0;
  font-family: "Jannon Neo", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.24rem;
  color: rgb(130, 110, 101);
}
.content-grid-with-title-and-headline__cards {
  margin: 2.07rem 2.07rem;
  display: grid;
  grid-template-columns: repeat(4, 28.46rem);
  gap: 2.07rem;
  justify-content: center;
  align-items: start;
}
.content-grid-with-title-and-headline__card {
  display: flex;
  flex-direction: column;
  gap: 1.38rem;
  text-decoration: none;
  color: inherit;
}
.content-grid-with-title-and-headline__card-image {
  position: relative;
  aspect-ratio: 284.6/402.5;
  overflow: hidden;
}
.content-grid-with-title-and-headline__card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-grid-with-title-and-headline__members-tag {
  position: absolute;
  left: 1.04rem;
  bottom: 1.04rem;
  display: inline-block;
  padding: 0.48rem 0.69rem;
  background: rgb(255, 255, 255);
  color: rgb(41, 10, 8);
  font-family: "ABC Diatype", sans-serif;
  font-weight: 400;
  font-size: 1.208rem;
  line-height: 1.57rem;
  letter-spacing: 0;
}
.content-grid-with-title-and-headline__card-text {
  padding: 1.035rem 2.07rem 1.035rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.69rem;
}
.content-grid-with-title-and-headline__card-title {
  margin: 0;
  font-family: "GT Canon", serif;
  font-weight: 400;
  font-size: 2.76rem;
  line-height: 3.04rem;
  letter-spacing: -0.065rem;
  color: rgb(44, 40, 56);
}
.content-grid-with-title-and-headline__card-excerpt {
  margin: 0;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.86rem;
  letter-spacing: -0.016rem;
  color: rgb(128, 124, 142);
  min-height: 5.58rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-grid-with-title-and-headline__cta {
  padding: 2.07rem;
  display: flex;
  justify-content: center;
  background: transparent;
}
.content-grid-with-title-and-headline__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.44rem;
  height: 4.14rem;
  padding: 1.38rem 5.52rem;
  background: rgb(44, 40, 56);
  color: #ffffff;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.86rem;
  letter-spacing: -0.016rem;
  text-decoration: none;
  box-sizing: border-box;
}

@media (min-width: 900px) and (max-width: 1199px) {
  .content-grid-with-title-and-headline__cards {
    margin: 1.6rem;
    padding: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    gap: 1.6rem;
    align-items: start;
  }
  .content-grid-with-title-and-headline__card {
    gap: 0.8rem;
  }
  .content-grid-with-title-and-headline__card-image {
    aspect-ratio: 163/230.5;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .content-grid-with-title-and-headline__cards {
    margin: 1.6rem;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
    gap: 1.6rem;
    align-items: start;
  }
  .content-grid-with-title-and-headline__card {
    gap: 0.8rem;
  }
  .content-grid-with-title-and-headline__card-image {
    aspect-ratio: 163/230.5;
  }
}
@media (max-width: 599px) {
  .content-grid-with-title-and-headline {
    padding-top: 1.6rem;
  }
  .content-grid-with-title-and-headline__header {
    padding: 12rem 1.6rem 8rem;
  }
  .content-grid-with-title-and-headline__headline {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.096rem;
  }
  .content-grid-with-title-and-headline__subhead {
    margin-top: 2.4rem;
    text-align: center;
  }
  .content-grid-with-title-and-headline__cards {
    margin: 1.6rem;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    justify-content: stretch;
    gap: 1.6rem;
    align-items: start;
  }
  .content-grid-with-title-and-headline__card {
    gap: 0.8rem;
    padding-bottom: 3.2rem;
  }
  .content-grid-with-title-and-headline__card-image {
    aspect-ratio: 163/230.5;
  }
  .content-grid-with-title-and-headline__members-tag {
    left: 0.8rem;
    bottom: 0.8rem;
    padding: 0.7rem 0.8rem;
    font-family: "Modale Antique", serif;
    font-size: 1.4rem;
    line-height: 1.82rem;
  }
  .content-grid-with-title-and-headline__card-text {
    padding: 0.8rem 0.8rem 0.8rem 0;
    gap: 0.4rem;
  }
  .content-grid-with-title-and-headline__card-title {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
  .content-grid-with-title-and-headline__card-excerpt {
    font-family: "ABC Diatype", sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: 0;
    -webkit-line-clamp: unset;
    line-clamp: unset;
    display: block;
    min-height: 0;
    overflow: visible;
  }
  .content-grid-with-title-and-headline__cta {
    display: none;
  }
  .content-grid-with-title-and-headline.content-grid-with-title-and-headline--article-related {
    padding: 6.4rem 0;
  }
  .content-grid-with-title-and-headline.content-grid-with-title-and-headline--article-related .content-grid-with-title-and-headline__header {
    padding: 0 1.6rem 4rem;
  }
  .content-grid-with-title-and-headline.content-grid-with-title-and-headline--article-related .content-grid-with-title-and-headline__card {
    padding-bottom: 0;
  }
}
.page-articles,
.page-books,
.page-featured-writing {
  margin-top: -2rem;
}

.page-title-hero {
  width: 100%;
  height: 30rem;
  padding: 12rem 14.2rem 0;
  background: #EFE9E9;
}

.page-title-hero__title {
  margin: 0;
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: -0.24rem;
  color: #2c2838;
  text-align: center;
}

@media (max-width: 599px) {
  .page-title-hero {
    height: 24.2rem;
    padding: 9.6rem 1.6rem 0;
  }
  .page-title-hero__title {
    width: fit-content;
    margin: 0 auto;
    font-size: 5.6rem;
    line-height: 5.04rem;
    letter-spacing: -0.168rem;
    color: #3a3452;
  }
}
.page-writing {
  margin-top: -2rem;
}

#featured-writing,
#articles,
#books {
  scroll-margin-top: 6rem;
}

.page-header-tabs {
  background: #EFE9E9;
  padding: 12rem 14.2rem 10rem;
  display: flex;
  justify-content: center;
}

.page-header-tabs__inner {
  width: 100%;
  max-width: 115.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.page-header-tabs__headline {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: -0.24rem;
  color: #2c2838;
  text-align: center;
  margin: 0;
}

.page-header-tabs__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #2c2838;
  width: 100%;
}

.page-header-tabs__tab {
  appearance: none;
  background: transparent;
  border: 0;
  margin: 0;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  color: #2c2838;
  text-decoration: none;
  flex: 0 0 21.1rem;
  box-sizing: border-box;
  min-height: 8rem;
  padding: 1.2rem 4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-header-tabs__tab:focus, .page-header-tabs__tab:focus-visible {
  outline: none;
}

@media (min-width: 600px) and (max-width: 1199px) {
  .page-header-tabs {
    width: 100%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    box-sizing: border-box;
  }
  .page-header-tabs__inner {
    max-width: none;
  }
  .page-header-tabs__tabs {
    flex-wrap: nowrap;
    gap: clamp(1rem, 2vw, 1.6rem);
  }
  .page-header-tabs__tab {
    flex-basis: clamp(17.7rem, 24.8vw, 21.1rem);
    min-height: 7.2rem;
    padding-left: clamp(1.6rem, 4vw, 3.2rem);
    padding-right: clamp(1.6rem, 4vw, 3.2rem);
    white-space: nowrap;
  }
}
@media (max-width: 599px) {
  .page-header-tabs {
    padding: 8.8rem 1.6rem 1.6rem;
  }
  .page-header-tabs__inner {
    gap: 2.4rem;
    align-items: center;
  }
  .page-header-tabs__headline {
    font-size: 5.6rem;
    line-height: 5.04rem;
    letter-spacing: -0.168rem;
  }
  .page-header-tabs__tab {
    flex: 0 0 auto;
    font-size: 1.6rem;
    line-height: 1.92rem;
    min-height: auto;
    padding: 0;
  }
  .page-header-tabs__tabs {
    border-top: 1px solid #2c2838;
    min-height: 8rem;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
  }
}
.page-featured-writing__grid-set--mobile {
  display: none;
}

@media (max-width: 599px) {
  .page-featured-writing__grid-set--desktop {
    display: none;
  }
  .page-featured-writing__grid-set--mobile {
    display: block;
  }
  .content-grid-with-title-and-headline--featured-page-mobile .content-grid-with-title-and-headline__cards {
    margin-bottom: 0;
  }
  .content-grid-with-title-and-headline--featured-page-mobile .content-grid-with-title-and-headline__card {
    padding-bottom: 0;
  }
}
.site-main > .page-about {
  margin-top: -2rem;
  background: #EFE9E9;
  overflow: hidden;
}
.site-main > .page-about .text-callout {
  height: 53.8rem;
  min-height: 53.8rem;
  overflow: visible;
}
.site-main > .page-about .text-callout__headline {
  white-space: nowrap;
}

.about-hero {
  display: grid;
  grid-template-columns: 722fr 718fr;
  width: 100%;
  height: 86.1rem;
  background: #EFE9E9;
}

.about-hero__image-wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero__copy {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b9c2d9;
}

.about-hero__headline {
  width: 39.7rem;
  margin: 0;
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: -0.144rem;
  color: #2c2838;
  text-align: center;
}

.about-story {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #EFE9E9;
}

.about-story__inner {
  width: 68.4rem;
}

.about-story--intro {
  height: 56.1rem;
  padding-top: 4.8rem;
}

.about-story--single {
  height: 25.2rem;
  padding-top: 4.8rem;
}

.about-story--last {
  height: 23.2rem;
  padding-top: 4.8rem;
}

.about-story--single .about-story__body,
.about-story--last .about-story__body {
  width: 68.4rem;
}

.about-story--single .about-story__body {
  height: 15.6rem;
}

.about-story--last .about-story__body {
  height: 13.6rem;
}

.about-story__eyebrow {
  width: 68.4rem;
  margin: 0 0 4rem;
  color: #2c2838;
  text-align: center;
  text-transform: lowercase;
}

.about-story__lead {
  width: 68.4rem;
  margin: 0 0 4rem;
  color: #2c2838;
}

.about-story__body {
  width: 68.4rem;
  margin: 0;
  color: #2c2838;
  text-align: justify;
}

.about-triptych {
  position: relative;
  width: 100%;
  height: 62.5rem;
  background: #EFE9E9;
  overflow: hidden;
}

.about-triptych__image {
  position: absolute;
  top: 0;
  display: block;
  object-fit: cover;
  object-position: center;
}

.about-triptych__image--shunji {
  left: 0;
  width: 47.2rem;
  height: 62.5rem;
}

.about-triptych__image--birdie {
  left: 49.486rem;
  width: 45rem;
  height: 33.8rem;
}

.about-triptych__image--michael {
  right: 0;
  width: 47.2rem;
  height: 59.9rem;
}

.about-cta {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 8.28rem;
  padding-top: 2.07rem;
  background: #EFE9E9;
}

.about-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15.14rem;
  height: 4.14rem;
  padding: 0;
  background: #807c8e;
  color: #fff;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.863rem;
  letter-spacing: -0.0155rem;
  text-decoration: none;
}

.about-cta__button--wide {
  width: 20.24rem;
}

.about-mosaic {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto auto auto;
  gap: 2.3rem;
  width: calc(100% + 0.632rem);
  margin-left: -0.316rem;
  padding: 2.4rem 0 2.433rem;
  background: #EFE9E9;
  overflow: hidden;
}

.about-mosaic__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.about-mosaic__image--1 {
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 221/293;
}

.about-mosaic__image--2 {
  grid-column: 3;
  grid-row: 1;
  aspect-ratio: 221/166;
}

.about-mosaic__image--3 {
  grid-column: 4;
  grid-row: 1;
  aspect-ratio: 220/294;
}

.about-mosaic__image--4 {
  grid-column: 5;
  grid-row: 1;
  aspect-ratio: 221/221;
}

.about-mosaic__image--5 {
  grid-column: 6;
  grid-row: 1;
  aspect-ratio: 221/221;
}

.about-mosaic__image--6 {
  grid-column: 1;
  grid-row: 2;
  aspect-ratio: 221/293;
}

.about-mosaic__image--7 {
  grid-column: 2;
  grid-row: 2;
  aspect-ratio: 221/221;
}

.about-mosaic__image--8 {
  grid-column: 3;
  grid-row: 2;
  aspect-ratio: 222/167;
}

.about-mosaic__image--9 {
  grid-column: 5;
  grid-row: 2;
  aspect-ratio: 222/167;
}

.about-mosaic__image--10 {
  grid-column: 1;
  grid-row: 3;
  aspect-ratio: 222/167;
}

.about-mosaic__image--11 {
  grid-column: 2;
  grid-row: 3;
  aspect-ratio: 222/251;
}

.about-mosaic__image--12 {
  grid-column: 4;
  grid-row: 3;
  aspect-ratio: 222/222;
}

.about-mosaic__image--13 {
  grid-column: 5;
  grid-row: 3;
  aspect-ratio: 222/293;
}

.about-mosaic__image--14 {
  grid-column: 6;
  grid-row: 3;
  aspect-ratio: 222/222;
}

@media (min-width: 600px) and (max-width: 1199px) {
  .about-hero {
    height: auto;
    min-height: 52rem;
  }
  .about-hero__headline {
    width: min(39.7rem, 100% - 4.8rem);
    font-size: clamp(3.2rem, 4.4vw, 4.8rem);
    line-height: 1;
  }
  .about-story--intro,
  .about-story--single,
  .about-story--last {
    height: auto;
    min-height: 0;
    padding: 4.8rem 2.4rem;
  }
  .about-story__inner,
  .about-story__eyebrow,
  .about-story__lead,
  .about-story__body,
  .about-story--single .about-story__body,
  .about-story--last .about-story__body {
    width: min(68.4rem, 100%);
  }
  .about-triptych {
    height: auto;
    display: grid;
    grid-template-columns: 472fr 450fr 472fr;
    gap: 2.3rem;
  }
  .about-triptych__image {
    position: static;
    width: 100%;
    height: auto;
  }
  .about-triptych__image--shunji {
    aspect-ratio: 472/625;
  }
  .about-triptych__image--birdie {
    aspect-ratio: 450/338;
  }
  .about-triptych__image--michael {
    aspect-ratio: 472/599;
  }
  .about-mosaic {
    width: 100%;
    margin-left: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 599px) {
  .site-main > .page-about .text-callout {
    height: 53.8rem;
    min-height: 53.8rem;
  }
  .about-hero {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .about-hero__image-wrap {
    height: 44.3rem;
  }
  .about-hero__copy {
    height: 53.6rem;
    align-items: flex-start;
    padding: 12rem 1.6rem 0;
    background: #b9c2d9;
  }
  .about-hero__headline {
    width: 34.3rem;
    font-size: 4.8rem;
    line-height: 4.8rem;
    letter-spacing: -0.144rem;
  }
  .about-story {
    display: block;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .about-story--intro {
    height: 67.1rem;
    padding-top: 1.6rem;
  }
  .about-story--single {
    height: 31.8rem;
    padding-top: 1.6rem;
  }
  .about-story--last {
    height: 29.8rem;
    padding-top: 1.6rem;
  }
  .about-story__inner,
  .about-story__eyebrow,
  .about-story__lead,
  .about-story__body,
  .about-story--single .about-story__body,
  .about-story--last .about-story__body {
    width: 100%;
    max-width: 34.3rem;
    margin-left: auto;
    margin-right: auto;
  }
  .about-story__eyebrow {
    width: 16rem;
    max-width: 100%;
    margin: 0 auto 4rem;
  }
  .about-story__lead {
    margin-bottom: 4rem;
  }
  .about-story__body {
    text-align: left;
  }
  .about-story--single .about-story__body {
    height: 28.6rem;
  }
  .about-story--last .about-story__body {
    height: 26.6rem;
  }
  .about-triptych {
    display: grid;
    grid-template-columns: 122.02fr 116.49fr 122.09fr;
    gap: 0.591rem;
    height: 16.177rem;
  }
  .about-triptych__image {
    position: static;
    width: 100%;
  }
  .about-triptych__image--shunji {
    height: 16.177rem;
  }
  .about-triptych__image--birdie {
    height: 8.736rem;
  }
  .about-triptych__image--michael {
    height: 15.494rem;
  }
  .about-cta {
    height: 4.14rem;
    padding-top: 0;
  }
  .about-mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto auto auto;
    gap: 1.2rem;
    width: 100%;
    margin-left: 0;
    padding: 1.264rem 0 3.219rem;
  }
  .about-mosaic__image--1 {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 116.44/154.38;
  }
  .about-mosaic__image--2 {
    grid-column: 3;
    grid-row: 1;
    aspect-ratio: 116.35/87.26;
  }
  .about-mosaic__image--3 {
    grid-column: 2;
    grid-row: 2;
    aspect-ratio: 115.92/154.91;
  }
  .about-mosaic__image--4 {
    grid-column: 3;
    grid-row: 2;
    aspect-ratio: 116.35/116.35;
  }
  .about-mosaic__image--5 {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 116.35/116.35;
  }
  .about-mosaic__image--6 {
    grid-column: 1;
    grid-row: 3;
    aspect-ratio: 116.44/154.48;
  }
  .about-mosaic__image--7 {
    grid-column: 2;
    grid-row: 3;
    aspect-ratio: 116.44/116.44;
  }
  .about-mosaic__image--8 {
    grid-column: 3;
    grid-row: 3;
    aspect-ratio: 116.97/87.99;
  }
  .about-mosaic__image--9 {
    grid-column: 1;
    grid-row: 4;
    aspect-ratio: 116.97/87.99;
  }
  .about-mosaic__image--10 {
    grid-column: 3;
    grid-row: 4;
    aspect-ratio: 116.97/87.99;
  }
  .about-mosaic__image--11 {
    grid-column: 1;
    grid-row: 5;
    aspect-ratio: 116.97/132.25;
  }
  .about-mosaic__image--12 {
    grid-column: 2;
    grid-row: 4;
    aspect-ratio: 116.97/154.48;
  }
  .about-mosaic__image--13 {
    grid-column: 2;
    grid-row: 5;
    aspect-ratio: 116.97/116.97;
  }
  .about-mosaic__image--14 {
    grid-column: 3;
    grid-row: 5;
    aspect-ratio: 116.97/116.97;
  }
}
.post-template .site-main {
  padding-top: 0;
}

.article-post {
  background: #EFE9E9;
  color: #2c2838;
}

.article-post__hero {
  display: grid;
  grid-template-columns: minmax(0, 50.14%) minmax(0, 49.86%);
  min-height: 86.1rem;
  background: #EFE9E9;
}

.article-post__media {
  margin: 0;
  min-width: 0;
  min-height: 86.1rem;
}

.article-post__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-post__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 86.1rem;
  background: #b9c2d9;
}

.article-post__hero--no-image {
  grid-template-columns: 1fr;
}
.article-post__hero--no-image .article-post__heading {
  background: #EFE9E9;
}

.article-post__heading-inner {
  width: min(60rem, 100% - 11.8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9rem;
}

.article-post__title {
  width: min(39.8rem, 100%);
  margin: 0;
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: -0.144rem;
  color: #2c2838;
  text-align: center;
}

.article-post__date {
  width: 100%;
  margin: 0;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #2c2838;
  text-align: center;
  font-style: normal;
}

.article-post__content {
  width: 68.4rem;
  max-width: calc(100% - 4.8rem);
  margin: 0 auto;
  padding: 4.8rem 0;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #2c2838;
  text-align: justify;
}

.article-post__content > * {
  margin: 0;
}

.article-post__content > * + * {
  margin-top: 0.6rem;
}

.article-post__content p,
.article-post__content li {
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.article-post__content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.12em;
}

.article-post__content ul,
.article-post__content ol {
  padding-left: 2.4rem;
}

.article-post__content img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .article-post__hero {
    height: min(86.1rem, 80svh);
    min-height: 0;
  }
  .article-post__media,
  .article-post__heading {
    height: 100%;
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .article-post__hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .article-post__media {
    order: 2;
    width: 100%;
    min-height: 0;
    height: 46.9rem;
  }
  .article-post__heading {
    order: 1;
    min-height: 38.8rem;
    padding: 10rem 1.6rem 8rem;
    background: #EFE9E9;
  }
  .article-post__heading-inner {
    width: 100%;
    gap: 2.4rem;
  }
  .article-post__title {
    width: 34.3rem;
    max-width: 100%;
    font-size: 3.2rem;
    line-height: 2.88rem;
    letter-spacing: -0.096rem;
  }
  .article-post__date {
    font-family: "ABC Diatype", var(--gh-font-body);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
  .article-post__content {
    width: 34.3rem;
    max-width: calc(100% - 3.2rem);
    padding: 12rem 0 1.6rem;
    text-align: left;
  }
}
.recommendations-section {
  display: grid;
  grid-template-columns: 35.5rem 80.3rem;
  column-gap: 2.4rem;
  max-width: 120.6rem;
  margin: 0 auto;
  padding: 3.2rem 0;
  align-items: start;
}

.recommendations-section__title-col {
  height: 100%;
}

.recommendations-section__title {
  font-family: "GT Canon", var(--gh-font-heading);
  font-weight: 400;
  font-size: 4.14rem;
  line-height: 4.14rem;
  letter-spacing: -0.124rem;
  color: #2c2838;
  margin: 0;
}

.recommendations-section__list-col {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.recommendations-section__item {
  display: grid;
  grid-template-columns: 11.3rem 1fr;
  gap: 2.4rem;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background: #EFE9E9;
}

.recommendations-section__item-image {
  width: 11.3rem;
  height: 16rem;
  overflow: hidden;
  background: #f2f1f6;
}
.recommendations-section__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommendations-section__item-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 66.6rem;
  max-width: 66.6rem;
}

.recommendations-section__item-title {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  color: #2c2838;
  margin: 0;
  width: 64.2rem;
  max-width: 64.2rem;
}

.recommendations-section__item-excerpt {
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  color: #807c8e;
  margin: 0.64rem 0 0;
  width: 64.2rem;
  max-width: 64.2rem;
}

.recommendations-section__item-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 1.2rem;
  min-height: 2.8rem;
  padding: 0;
  background: transparent;
  color: #807c8e;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0;
  box-sizing: border-box;
}

.recommendations-section__divider {
  border: 0;
  border-top: 1px solid #807c8e;
  height: 0.2rem;
  background: transparent;
  margin: 0;
  flex: 0 0 auto;
}

.recommendations-section__cta {
  grid-column: 1/-1;
  margin-top: 5.27rem;
  display: flex;
  justify-content: center;
}

.recommendations-section__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17.44rem;
  height: 4.14rem;
  padding: 0 5.52rem;
  background: #2c2838;
  color: #fff;
  text-decoration: none;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.86rem;
  letter-spacing: -0.016rem;
  box-sizing: border-box;
}

.recommendations-section--articles-page {
  display: block;
  max-width: 120.6rem;
  padding: 3.2rem 0;
}
.recommendations-section--articles-page .recommendations-section__list-col {
  width: 91.9rem;
  margin: 0 auto;
}
.recommendations-section--articles-page .recommendations-section__item {
  width: 91.9rem;
}
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(1),
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(5) {
  min-height: 17.8rem;
}
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(2),
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(4),
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(6),
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(8) {
  min-height: 20rem;
}
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(3),
.recommendations-section--articles-page .recommendations-section__item:nth-of-type(7) {
  min-height: 16rem;
}
.recommendations-section--articles-page .recommendations-section__item-text {
  width: 78.2rem;
  max-width: 78.2rem;
}
.recommendations-section--articles-page .recommendations-section__item-title,
.recommendations-section--articles-page .recommendations-section__item-excerpt {
  width: 75.8rem;
  max-width: 75.8rem;
}

@media (min-width: 1200px) {
  .recommendations-section--writing-index {
    max-width: 124.2rem;
    padding-left: 2.07rem;
    padding-right: 2.07rem;
    box-sizing: border-box;
  }
  .recommendations-section--writing-index .recommendations-section__title {
    font-weight: 300;
    font-size: 4.14rem;
    line-height: 4.14rem;
    letter-spacing: -0.124rem;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .recommendations-section {
    grid-template-columns: 1fr;
    max-width: 100%;
    padding: 3.2rem 2.4rem;
    gap: 2.4rem;
  }
  .recommendations-section__list-col,
  .recommendations-section__item,
  .recommendations-section__divider,
  .recommendations-section__cta {
    width: 100%;
    max-width: 100%;
  }
  .recommendations-section__item {
    grid-template-columns: 11.3rem minmax(0, 1fr);
  }
  .recommendations-section__item-text,
  .recommendations-section__item-title,
  .recommendations-section__item-excerpt {
    width: 100%;
    max-width: 100%;
  }
  .recommendations-section--articles-page {
    width: 100%;
    max-width: 100%;
    padding: 3.2rem 2.4rem;
  }
  .recommendations-section--articles-page .recommendations-section__list-col,
  .recommendations-section--articles-page .recommendations-section__item {
    width: 100%;
    max-width: 100%;
  }
  .recommendations-section--articles-page .recommendations-section__item {
    grid-template-columns: 11.3rem minmax(0, 1fr);
  }
  .recommendations-section--articles-page .recommendations-section__item-text,
  .recommendations-section--articles-page .recommendations-section__item-title,
  .recommendations-section--articles-page .recommendations-section__item-excerpt,
  .recommendations-section--articles-page .recommendations-section__divider {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .recommendations-section {
    grid-template-columns: 1fr;
    column-gap: 0;
    gap: 2.4rem;
    padding: 3.2rem 1.6rem;
  }
  .recommendations-section__title-col {
    position: static;
  }
  .recommendations-section__title {
    font-size: 4.14rem;
    line-height: 4.14rem;
  }
  .recommendations-section--writing-index .recommendations-section__title-col {
    text-align: center;
    margin-bottom: 5rem;
  }
  .recommendations-section--writing-index .recommendations-section__title {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.096rem;
    text-align: center;
  }
  .recommendations-section--writing-index {
    gap: 0;
  }
  .recommendations-section__list-col {
    gap: 2.4rem;
    width: 100%;
    max-width: 34.2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .recommendations-section__item {
    grid-template-columns: 1fr;
    gap: 2.4rem;
    width: 100%;
    max-width: 34.2rem;
  }
  .recommendations-section__item-text,
  .recommendations-section__item-excerpt {
    width: 31.8rem;
    max-width: 31.8rem;
  }
  .recommendations-section__item-title {
    width: 34.2rem;
    max-width: 34.2rem;
  }
  .recommendations-section__item-image {
    width: 11.3rem;
    height: 16rem;
  }
  .recommendations-section__item-button {
    min-height: 2.8rem;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .recommendations-section__divider {
    width: 100%;
    max-width: 34.2rem;
    height: 0.1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .recommendations-section__divider--3 {
    width: 100%;
    max-width: 32.7rem;
    height: 0.2rem;
  }
  .recommendations-section--articles-page {
    max-width: 37.5rem;
    padding: 3.2rem 1.6rem;
  }
  .recommendations-section--articles-page .recommendations-section__list-col,
  .recommendations-section--articles-page .recommendations-section__item {
    width: 34.2rem;
    max-width: 34.2rem;
  }
  .recommendations-section--articles-page .recommendations-section__item-text,
  .recommendations-section--articles-page .recommendations-section__item-title {
    width: 34.2rem;
    max-width: 34.2rem;
  }
  .recommendations-section--articles-page .recommendations-section__item-excerpt {
    width: 31.8rem;
    max-width: 31.8rem;
  }
  .recommendations-section--articles-page .recommendations-section__divider--4,
  .recommendations-section--articles-page .recommendations-section__divider--5,
  .recommendations-section--articles-page .recommendations-section__divider--6,
  .recommendations-section--articles-page .recommendations-section__divider--7 {
    height: 0.2rem;
  }
  .recommendations-section__cta {
    height: 8.94rem;
    margin-top: 0;
    padding-top: 2.4rem;
    box-sizing: border-box;
  }
}
.section-divider {
  height: 4.9rem;
  padding: 0 2.4rem;
  max-width: 144rem;
  margin: 0 auto;
  position: relative;
}

.section-divider__rule {
  position: absolute;
  top: 0;
  left: 2.4rem;
  right: 2.4rem;
  margin: 0;
  border: 0;
  border-top: 1px solid #807c8e;
}

.section-divider__text {
  position: absolute;
  top: 2.4rem;
  left: 0;
  right: 0;
  margin: 0;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.92rem;
  color: #807c8e;
  text-align: center;
}

.section-divider--articles-page {
  max-width: 125.4rem;
  padding: 0 2.4rem;
}
.section-divider--articles-page .section-divider__rule {
  top: 2.4rem;
  left: 2.4rem;
  right: 2.4rem;
  border-top-color: #2c2838;
}

.section-divider--books-mobile {
  display: none;
}

.section-divider--featured-writing .section-divider__rule {
  border-top-color: #2c2838;
}

@media (max-width: 599px) {
  .section-divider {
    padding: 0 1.6rem;
  }
  .section-divider__rule {
    left: 1.6rem;
    right: 1.6rem;
  }
  .section-divider__text {
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
  .section-divider--articles-page {
    max-width: 37.5rem;
    padding: 0 2.4rem;
  }
  .section-divider--books-mobile {
    display: block;
    height: 3.3rem;
    max-width: 37.5rem;
    padding: 0 1.6rem;
  }
  .section-divider--books-mobile .section-divider__rule {
    top: 1.6rem;
    left: 1.6rem;
    right: 1.6rem;
    border-top-color: #2c2838;
  }
}
.moodboard {
  background: #EFE9E9;
}
.moodboard--try-one-bite {
  background: transparent;
  margin-bottom: 9.6rem;
}
.moodboard--try-one-bite .moodboard__grid {
  padding: 0;
  aspect-ratio: 1440/883;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 25.03% 37.49% 32.28%;
  column-gap: 1.597%;
  row-gap: 2.605%;
  overflow: hidden;
}
.moodboard--try-one-bite .moodboard__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moodboard--try-one-bite .moodboard__img--4 {
  aspect-ratio: 221/171;
}
.moodboard--try-one-bite .moodboard__img--6 {
  aspect-ratio: 221/124;
}
.moodboard--try-one-bite .moodboard__img--9 {
  aspect-ratio: 221/175;
}
.moodboard--try-one-bite .moodboard__img--12 {
  aspect-ratio: 221/123;
}
.moodboard--try-one-bite .moodboard__img--1 {
  grid-column: 1;
  grid-row: 1;
}
.moodboard--try-one-bite .moodboard__img--4 {
  grid-column: 1;
  grid-row: 2;
}
.moodboard--try-one-bite .moodboard__img--2 {
  grid-column: 1;
  grid-row: 3;
}
.moodboard--try-one-bite .moodboard__img--3 {
  grid-column: 2;
  grid-row: 1;
}
.moodboard--try-one-bite .moodboard__img--9 {
  grid-column: 2;
  grid-row: 3;
}
.moodboard--try-one-bite .moodboard__img--8 {
  grid-column: 3;
  grid-row: 2;
}
.moodboard--try-one-bite .moodboard__img--7 {
  grid-column: 4;
  grid-row: 1;
}
.moodboard--try-one-bite .moodboard__img--12 {
  grid-column: 4;
  grid-row: 2;
}
.moodboard--try-one-bite .moodboard__img--5 {
  grid-column: 4;
  grid-row: 3;
}
.moodboard--try-one-bite .moodboard__img--10 {
  grid-column: 5;
  grid-row: 2;
}
.moodboard--try-one-bite .moodboard__img--11 {
  grid-column: 6;
  grid-row: 1;
}
.moodboard--try-one-bite .moodboard__img--6 {
  grid-column: 6;
  grid-row: 2;
}
.moodboard--try-one-bite .moodboard__img--13 {
  grid-column: 6;
  grid-row: 3;
}

.moodboard__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.moodboard__img--1 {
  aspect-ratio: 221/293;
}

.moodboard__img--2 {
  aspect-ratio: 221/331;
}

.moodboard__img--3 {
  aspect-ratio: 221/166;
}

.moodboard__img--4 {
  aspect-ratio: 221/218;
}

.moodboard__img--5 {
  aspect-ratio: 221/336;
}

.moodboard__img--6 {
  aspect-ratio: 221/280;
}

.moodboard__img--7 {
  aspect-ratio: 221/166;
}

.moodboard__img--8 {
  aspect-ratio: 221/329;
}

.moodboard__img--9 {
  aspect-ratio: 221/295;
}

.moodboard__img--10 {
  aspect-ratio: 221/331;
}

.moodboard__img--11 {
  aspect-ratio: 221/221;
}

.moodboard__img--12 {
  aspect-ratio: 221/218;
}

.moodboard__img--13 {
  aspect-ratio: 221/281;
}

.moodboard__grid {
  display: grid;
  grid-template-columns: repeat(6, 22.1rem);
  gap: 2.3rem;
  justify-content: center;
  align-items: start;
  padding: 0 0 5.3rem;
}

.moodboard__img--1 {
  grid-column: 1;
  grid-row: 1;
}

.moodboard__img--2 {
  grid-column: 1;
  grid-row: 3;
}

.moodboard__img--3 {
  grid-column: 2;
  grid-row: 1;
}

.moodboard__img--4 {
  grid-column: 2;
  grid-row: 2;
}

.moodboard__img--5 {
  grid-column: 2;
  grid-row: 3;
}

.moodboard__img--6 {
  grid-column: 3;
  grid-row: 2;
}

.moodboard__img--7 {
  grid-column: 4;
  grid-row: 1;
}

.moodboard__img--8 {
  grid-column: 4;
  grid-row: 2;
}

.moodboard__img--9 {
  grid-column: 4;
  grid-row: 3;
}

.moodboard__img--10 {
  grid-column: 5;
  grid-row: 2;
}

.moodboard__img--11 {
  grid-column: 6;
  grid-row: 1;
}

.moodboard__img--12 {
  grid-column: 6;
  grid-row: 2;
}

.moodboard__img--13 {
  grid-column: 6;
  grid-row: 3;
}

@media (max-width: 1399px) {
  .moodboard__grid {
    grid-template-columns: repeat(6, 1fr);
    padding: 0 1.6rem 5.3rem;
  }
}
@media (max-width: 599px) {
  .moodboard--try-one-bite {
    background: #0F0829;
  }
  .moodboard__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
    align-items: start;
    padding: 0;
    justify-content: center;
  }
  .moodboard__img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .moodboard__img--1 {
    aspect-ratio: 117/155;
  }
  .moodboard__img--2 {
    aspect-ratio: 117/175;
  }
  .moodboard__img--3 {
    aspect-ratio: 117/88;
  }
  .moodboard__img--4 {
    aspect-ratio: 117/115;
  }
  .moodboard__img--5 {
    aspect-ratio: 117/178;
  }
  .moodboard__img--6 {
    aspect-ratio: 117/148;
  }
  .moodboard__img--7 {
    aspect-ratio: 117/88;
  }
  .moodboard__img--8 {
    aspect-ratio: 117/174;
  }
  .moodboard__img--9 {
    aspect-ratio: 117/156;
  }
  .moodboard__img--10 {
    aspect-ratio: 117/175;
  }
  .moodboard__img--11 {
    aspect-ratio: 117/117;
  }
  .moodboard__img--12 {
    aspect-ratio: 117/115;
  }
  .moodboard__img--13 {
    aspect-ratio: 117/149;
  }
  .moodboard__img--1 {
    grid-column: 1;
    grid-row: 1;
  }
  .moodboard__img--2 {
    grid-column: 1;
    grid-row: 4;
  }
  .moodboard__img--3 {
    grid-column: 2;
    grid-row: 1;
  }
  .moodboard__img--4 {
    grid-column: 2;
    grid-row: 3;
  }
  .moodboard__img--5 {
    grid-column: 2;
    grid-row: 5;
  }
  .moodboard__img--6 {
    grid-column: 3;
    grid-row: 3;
  }
  .moodboard__img--7 {
    grid-column: 1;
    grid-row: 2;
  }
  .moodboard__img--8 {
    grid-column: 1;
    grid-row: 3;
  }
  .moodboard__img--9 {
    grid-column: 2;
    grid-row: 6;
  }
  .moodboard__img--10 {
    grid-column: 2;
    grid-row: 4;
  }
  .moodboard__img--11 {
    grid-column: 3;
    grid-row: 2;
  }
  .moodboard__img--12 {
    grid-column: 3;
    grid-row: 4;
  }
  .moodboard__img--13 {
    grid-column: 3;
    grid-row: 6;
  }
  .moodboard--try-one-bite .moodboard__grid {
    aspect-ratio: auto;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 1.2rem;
    row-gap: 1.2rem;
    overflow: visible;
  }
  .moodboard--try-one-bite .moodboard__img {
    height: auto;
  }
  .moodboard--try-one-bite .moodboard__img--1 {
    grid-column: 1;
    grid-row: 1;
    aspect-ratio: 117/88;
  }
  .moodboard--try-one-bite .moodboard__img--3 {
    grid-column: 2;
    grid-row: 1;
    aspect-ratio: 117/88;
  }
  .moodboard--try-one-bite .moodboard__img--7 {
    grid-column: 1;
    grid-row: 2;
    aspect-ratio: 117/88;
  }
  .moodboard--try-one-bite .moodboard__img--11 {
    grid-column: 3;
    grid-row: 2;
    aspect-ratio: 117/117;
  }
  .moodboard--try-one-bite .moodboard__img--4 {
    grid-column: 2;
    grid-row: 3;
    aspect-ratio: 117/90;
  }
  .moodboard--try-one-bite .moodboard__img--8 {
    grid-column: 1;
    grid-row: 4;
    aspect-ratio: 117/175;
  }
  .moodboard--try-one-bite .moodboard__img--12 {
    grid-column: 2;
    grid-row: 4;
    aspect-ratio: 117/65;
  }
  .moodboard--try-one-bite .moodboard__img--10 {
    grid-column: 3;
    grid-row: 4;
    aspect-ratio: 117/175;
  }
  .moodboard--try-one-bite .moodboard__img--6 {
    grid-column: 1;
    grid-row: 5;
    aspect-ratio: 117/66;
  }
  .moodboard--try-one-bite .moodboard__img--2 {
    grid-column: 2;
    grid-row: 5;
    aspect-ratio: 117/175;
  }
  .moodboard--try-one-bite .moodboard__img--9 {
    grid-column: 3;
    grid-row: 5;
    aspect-ratio: 117/93;
  }
  .moodboard--try-one-bite .moodboard__img--5 {
    grid-column: 2;
    grid-row: 6;
    aspect-ratio: 117/178;
  }
  .moodboard--try-one-bite .moodboard__img--13 {
    grid-column: 3;
    grid-row: 6;
    aspect-ratio: 117/149;
  }
}
.editorial-callout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 120.6rem;
  margin: 0 auto;
  background: #EFE9E9;
  height: 67.1rem;
  padding: 9.95rem 2.4rem 0 14rem;
  gap: 14.3rem;
}

.editorial-callout__image {
  flex: 0 0 44.8rem;
  width: 44.8rem;
  position: relative;
  align-self: flex-start;
}

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

.editorial-callout__img--desktop {
  display: block;
  aspect-ratio: 448/472;
}

.editorial-callout__img--mobile {
  display: none;
}

.editorial-callout__text {
  flex: 0 0 44.9rem;
  height: 47.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
}

.editorial-callout__headline {
  margin: 0;
  font-family: "GT Canon", serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 3.52rem;
  letter-spacing: -0.064rem;
  color: rgb(44, 40, 56);
}

.editorial-callout__body {
  margin: 0;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  color: rgb(128, 124, 142);
}

.editorial-callout__body--desktop-only {
  display: block;
}

.editorial-callout__body--mobile-only {
  display: none;
}

.editorial-callout__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 1.38rem 2.07rem;
  background: rgb(44, 40, 56);
  color: #ffffff;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.86rem;
  letter-spacing: -0.016rem;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1205px) {
  .editorial-callout {
    max-width: 100%;
    height: auto;
    padding: 6rem 4rem;
    gap: clamp(3.2rem, 6vw, 10rem);
    align-items: center;
  }
  .editorial-callout__image {
    flex: 0 0 auto;
    width: clamp(18rem, 35%, 38rem);
    align-self: auto;
  }
  .editorial-callout__text {
    flex: 1 1 auto;
    min-width: 0;
    height: auto;
    justify-content: flex-start;
    gap: 1.6rem;
    align-self: auto;
  }
  .editorial-callout__headline {
    font-size: clamp(2rem, 2.8vw, 3.2rem);
    line-height: 1.1;
  }
  .editorial-callout__body {
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
    line-height: 1.4;
  }
}
@media (max-width: 599px) {
  .editorial-callout {
    flex-direction: column;
    max-width: 37.5rem;
    margin: 0 auto;
    padding: 3rem 0;
    gap: 0;
    align-items: center;
    height: auto;
  }
  .editorial-callout__img--desktop {
    display: none;
  }
  .editorial-callout__img--mobile {
    display: block;
    aspect-ratio: 221/313;
    width: 22.1rem;
  }
  .editorial-callout__image {
    flex: none;
    width: 22.1rem;
    align-self: center;
    margin-bottom: 2.4rem;
  }
  .editorial-callout__text {
    flex: none;
    width: 22.1rem;
    height: auto;
    align-self: center;
    justify-content: flex-start;
    gap: 1.2rem;
  }
  .editorial-callout__headline {
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: -0.02rem;
  }
  .editorial-callout__body {
    font-size: 1.552rem;
    line-height: 1.86rem;
    letter-spacing: -0.016rem;
  }
  .editorial-callout__body--desktop-only {
    display: none;
  }
  .editorial-callout__body--mobile-only {
    display: block;
  }
  .editorial-callout__button {
    display: none;
  }
}
.book-feature-callouts {
  background: #EFE9E9;
}

.book-feature-callouts__item {
  width: 120.6rem;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #2c2838;
  display: grid;
  grid-template-columns: 33.1rem 68.5rem;
  column-gap: 14.2rem;
  padding: 9.85rem 2.4rem;
  background: #EFE9E9;
}

.book-feature-callouts__item--tall {
  padding-top: 13.715rem;
  padding-bottom: 13.715rem;
}

.book-feature-callouts__item--medium {
  padding-top: 13.715rem;
  padding-bottom: 13.715rem;
}

.book-feature-callouts__item--last {
  padding-top: 13.715rem;
  padding-bottom: 13.715rem;
}

.book-feature-callouts__image {
  align-self: center;
  width: 33.1rem;
}

.book-feature-callouts__cover {
  display: block;
  width: 33.1rem;
  height: 47.2rem;
  object-fit: cover;
}

.book-feature-callouts__content {
  align-self: center;
  width: 68.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.book-feature-callouts__item--short .book-feature-callouts__content {
  height: 47.2rem;
}

.book-feature-callouts__item:nth-of-type(3) .book-feature-callouts__content {
  height: 73.8rem;
}

.book-feature-callouts__item:nth-of-type(4) .book-feature-callouts__content {
  height: 74rem;
}

.book-feature-callouts__item:nth-of-type(5) .book-feature-callouts__content {
  height: 71.6rem;
}

.book-feature-callouts__item:nth-of-type(6) .book-feature-callouts__content {
  height: 51.6rem;
}

.book-feature-callouts__title {
  margin: 0;
  font-family: "GT Canon", var(--gh-font-heading);
  font-weight: 400;
  font-size: 4.8rem;
  line-height: 4.8rem;
  letter-spacing: -0.144rem;
  color: #2c2838;
}

.book-feature-callouts__body {
  width: 68.5rem;
  margin: 0;
  font-family: "GT Canon", var(--gh-font-heading);
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #2c2838;
}

.book-feature-callouts__quote,
.book-feature-callouts__awards {
  margin: 0;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  color: #807c8e;
}

.book-feature-callouts__awards {
  display: flex;
  gap: 5.5rem;
  color: #807c8e;
}
.book-feature-callouts__awards p {
  margin: 0;
}

.book-feature-callouts__button {
  width: 8.04rem;
  height: 4.83rem;
  flex: 0 0 4.83rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  background: #2c2838;
  color: #fff;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.86rem;
  letter-spacing: -0.016rem;
  text-decoration: none;
}

.book-feature-callouts__button-label--mobile,
.book-feature-callouts__mobile-divider {
  display: none;
}

@media (min-width: 600px) {
  .book-feature-callouts__item:nth-of-type(1) .book-feature-callouts__quote {
    min-height: 11rem;
  }
  .book-feature-callouts__item:nth-of-type(2) .book-feature-callouts__body {
    min-height: 23.4rem;
  }
  .book-feature-callouts__item:nth-of-type(2) .book-feature-callouts__quote {
    min-height: 4.4rem;
  }
  .book-feature-callouts__item:nth-of-type(3) .book-feature-callouts__body {
    min-height: 39rem;
  }
  .book-feature-callouts__item:nth-of-type(3) .book-feature-callouts__quote {
    min-height: 13.2rem;
  }
  .book-feature-callouts__item:nth-of-type(4) .book-feature-callouts__body {
    min-height: 39rem;
  }
  .book-feature-callouts__item:nth-of-type(4) .book-feature-callouts__quote {
    min-height: 8.8rem;
  }
  .book-feature-callouts__item:nth-of-type(5) .book-feature-callouts__body {
    min-height: 39rem;
  }
  .book-feature-callouts__item:nth-of-type(5) .book-feature-callouts__quote {
    min-height: 11rem;
  }
  .book-feature-callouts__item:nth-of-type(6) .book-feature-callouts__body {
    min-height: 23.4rem;
  }
  .book-feature-callouts__item:nth-of-type(6) .book-feature-callouts__quote {
    min-height: 6.6rem;
  }
}
@media (max-width: 1205px) and (min-width: 600px) {
  .book-feature-callouts__item {
    width: calc(100% - 4.8rem);
    grid-template-columns: clamp(12rem, 22vw, 22rem) minmax(0, 1fr);
    column-gap: clamp(2.4rem, 4vw, 4rem);
    padding: clamp(4rem, 7vw, 7rem) 2.4rem;
    height: auto;
    align-items: start;
  }
  .book-feature-callouts__image {
    width: 100%;
    align-self: start;
  }
  .book-feature-callouts__cover {
    width: 100%;
    height: auto;
    aspect-ratio: 331/472;
  }
  .book-feature-callouts__content,
  .book-feature-callouts__body {
    width: 100%;
  }
  .book-feature-callouts__content {
    height: auto !important;
    min-height: 0;
    align-self: start;
    gap: 1.8rem;
  }
  .book-feature-callouts__body,
  .book-feature-callouts__quote,
  .book-feature-callouts__awards {
    min-height: 0 !important;
  }
  .book-feature-callouts__title {
    font-size: clamp(2.8rem, 4vw, 4rem);
    line-height: 1;
  }
  .book-feature-callouts__body {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
    line-height: 1.32;
  }
  .book-feature-callouts__quote,
  .book-feature-callouts__awards {
    font-size: clamp(1.4rem, 1.8vw, 1.6rem);
    line-height: 1.28;
  }
  .book-feature-callouts__awards {
    flex-wrap: wrap;
    gap: 1.2rem 3.2rem;
  }
}
@media (max-width: 599px) {
  .book-feature-callouts {
    width: 37.5rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 3.2rem 0 3.2rem;
  }
  .book-feature-callouts__item {
    width: 34.2rem;
    height: auto;
    border: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .book-feature-callouts__image {
    width: 22.2rem;
    align-self: center;
    margin-bottom: 2.4rem;
  }
  .book-feature-callouts__item:nth-of-type(n + 2) .book-feature-callouts__image {
    margin-bottom: 4.8rem;
  }
  .book-feature-callouts__cover {
    width: 22.2rem;
    height: 31.6rem;
  }
  .book-feature-callouts__content {
    width: 34.2rem;
    height: auto !important;
    gap: 2.4rem;
  }
  .book-feature-callouts__title {
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.096rem;
  }
  .book-feature-callouts__body {
    width: 31.8rem;
    font-size: 1.6rem;
    line-height: 2.24rem;
    letter-spacing: 0;
    color: #3a3452;
  }
  .book-feature-callouts__quote,
  .book-feature-callouts__awards {
    width: 34.2rem;
    font-family: "ABC Diatype", var(--gh-font-body);
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: 0;
    color: #807c8e;
  }
  .book-feature-callouts__awards {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .book-feature-callouts__button {
    width: 17.4rem;
    height: 4.14rem;
    flex-basis: 4.14rem;
    align-self: center;
    margin-top: 0;
  }
  .book-feature-callouts__button-label--desktop {
    display: none;
  }
  .book-feature-callouts__button-label--mobile {
    display: inline;
  }
  .book-feature-callouts__mobile-divider {
    display: block;
    width: 34.2rem;
    height: 0;
    margin: 4.8rem auto;
    border: 0;
    border-top: 1px solid #807c8e;
  }
}
.book-content-grid {
  background: #EFE9E9;
}

.book-content-grid__header {
  max-width: 124.2rem;
  margin: 0 auto;
  position: relative;
  padding: 10.17rem 2.07rem 2.07rem 2.07rem;
}
.book-content-grid__header::before {
  content: "";
  position: absolute;
  top: 2.07rem;
  left: 2.07rem;
  right: 2.07rem;
  height: 0.086rem;
  background: #807c8e;
  pointer-events: none;
}

@media (min-width: 600px) {
  .book-content-grid--writing-index .book-content-grid__header {
    max-width: 144rem;
  }
  .book-content-grid--writing-index .book-content-grid__header::before {
    left: 2.4rem;
    right: 2.4rem;
  }
  .book-content-grid--writing-index .book-content-grid__headline {
    width: 100%;
    max-width: 120.06rem;
    margin: 0 auto;
  }
}
.book-content-grid__headline {
  margin: 0;
  font-family: "GT Canon", serif;
  font-weight: 300;
  font-size: 4.14rem;
  line-height: 4.14rem;
  letter-spacing: -0.124rem;
  color: rgb(44, 40, 56);
}

.book-content-grid__grid {
  max-width: 120.6rem;
  margin: 0 auto;
  padding: 2.4rem 2.4rem 2.07rem;
  display: grid;
  grid-template-columns: repeat(6, 17.5rem);
  column-gap: 2.07rem;
  row-gap: 8.02rem;
  align-items: start;
}

.book-content-grid__book {
  display: block;
  text-decoration: none;
}

.book-content-grid__cover {
  display: block;
  width: 100%;
  aspect-ratio: 175/258.75;
  object-fit: contain;
  object-position: center;
  transition: opacity 0.2s ease;
}

.book-content-grid__cta {
  max-width: 124.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 2.4rem;
  background: #EFE9E9;
}

.book-content-grid__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.38rem 5.52rem;
  background: rgb(44, 40, 56);
  color: #ffffff;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.86rem;
  letter-spacing: -0.016rem;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .book-content-grid__grid {
    grid-template-columns: repeat(6, 1fr);
    padding: 0 1.6rem 1.6rem;
    row-gap: clamp(2rem, 6vw, 8rem);
  }
  .book-content-grid__headline {
    font-size: clamp(2.2rem, 3.2vw, 3.8rem);
    line-height: 1.1;
  }
}
@media (max-width: 599px) {
  .book-content-grid {
    padding-top: 1.6rem;
  }
  .book-content-grid__header {
    max-width: 37.5rem;
    padding: 20.1rem 1.6rem 9.6rem;
    text-align: center;
  }
  .book-content-grid__header::before {
    top: 12rem;
    left: 1.6rem;
    right: 1.6rem;
    height: 1px;
    background: #807c8e;
  }
  .book-content-grid--writing-index .book-content-grid__header {
    max-width: 100%;
  }
  .book-content-grid__headline {
    font-weight: 300;
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: -0.096rem;
  }
  .book-content-grid__grid {
    max-width: 37.5rem;
    padding: 1.6rem;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.6rem;
    row-gap: 1.6rem;
  }
  .book-content-grid__cover {
    aspect-ratio: 163/230.53;
    object-fit: contain;
    object-position: center;
  }
}
.text-callout {
  background: #807c8e;
  width: 100%;
  max-width: 100%;
  height: 53.8rem;
  min-height: 53.8rem;
  overflow: hidden;
  padding-top: 9rem;
}

.text-callout__image {
  position: relative;
  max-width: 68rem;
  margin: 0 auto;
  height: 48rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--tc-img-desktop, image-set(url("/assets/images/2026/05/text-callout-pie-desktop-800w.webp") 1x, url("/assets/images/2026/05/text-callout-pie-desktop-1600w.webp") 2x, url("/assets/images/2026/05/text-callout-pie-desktop-2400w.webp") 3x));
}
.text-callout__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.text-callout__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16.1rem 2rem 0;
  z-index: 1;
}

.text-callout__headline {
  margin: 0 0 0.9rem 0;
  color: #ffffff;
  text-align: center;
}

.text-callout__description {
  margin: 0 0 0.9rem 0;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  color: #ffffff;
  text-align: center;
  max-width: 38.4rem;
}

.text-callout__form {
  margin: 0;
}

.text-callout__status {
  margin: 1.2rem 0 0;
  min-height: 1.8rem;
  font-family: "Replica", var(--gh-font-body);
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
.text-callout__status.is-visible {
  opacity: 1;
}

.text-callout__form-inner {
  position: relative;
  background: #ffffff;
  width: 38.4rem;
  height: 4.8rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

.text-callout__input {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2.8rem - 1rem);
  height: 100%;
  padding: 0 1rem 0 2.07rem;
  border: none;
  background: transparent;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.16rem;
  letter-spacing: -0.018rem;
  color: #081f2d;
  outline: none;
  box-sizing: border-box;
}
.text-callout__input::placeholder {
  color: #081f2d;
  opacity: 1;
}

.text-callout__submit {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: #081f2d;
}
.text-callout__submit svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
  .text-callout {
    height: 53.8rem;
    min-height: 53.8rem;
    padding-top: 9rem;
  }
  .text-callout__image {
    max-width: 25.5rem;
    margin: 0 auto;
    height: 48rem;
    background-image: var(--tc-img-mobile, var(--tc-img-desktop, image-set(url("/assets/images/2026/05/text-callout-pie-mobile-400w.webp") 1x, url("/assets/images/2026/05/text-callout-pie-mobile-800w.webp") 2x, url("/assets/images/2026/05/text-callout-pie-mobile-1200w.webp") 3x)));
  }
  .text-callout__image::after {
    background: rgba(0, 0, 0, 0.2);
  }
  .text-callout__content {
    padding: 16.3rem 1rem 0;
  }
  .text-callout__headline {
    margin-bottom: 0.9rem;
  }
  .text-callout__description {
    font-family: "ABC Diatype", sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
    letter-spacing: 0;
    max-width: 22.1rem;
    margin-bottom: 0.9rem;
  }
  .text-callout__form-inner {
    width: 22.5rem;
    padding: 0 1rem;
  }
  .text-callout__input {
    text-align: center;
    padding: 0 1rem 0 1rem;
    width: calc(100% - 2rem - 1rem);
  }
}
.page-second-helpings {
  background: #EFE9E9;
}

.sh-entry {
  background: #EFE9E9;
  border-top: 1px solid #000;
  overflow-anchor: none;
}

.sh-entry__summary {
  display: block;
  width: 100%;
  padding: 4.8rem 2.4rem;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font: inherit;
  color: inherit;
}

.sh-entry__date {
  display: block;
  max-width: 68.4rem;
  margin: 0 auto;
  color: #2c2838;
}

.sh-entry__body-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.sh-entry.is-open .sh-entry__body-wrap {
  grid-template-rows: 1fr;
}

.sh-entry__body {
  min-height: 0;
  max-width: 68.4rem;
  margin: 0 auto;
  padding-top: 0;
  overflow: hidden;
  font-family: "Replica", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  color: #2c2838;
  text-align: justify;
  transition: padding-bottom 0.4s ease;
}
.sh-entry__body p {
  margin: 0;
  text-indent: 4.8rem;
}
.sh-entry__body p + p {
  margin-top: 0.6rem;
}

.sh-entry.is-open .sh-entry__body {
  padding-bottom: 4.8rem;
}

@media (max-width: 599px) {
  .sh-entry__summary {
    padding: 3.2rem 1.6rem;
  }
  .sh-entry__body {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .sh-entry__body p {
    text-indent: 3.2rem;
  }
  .sh-entry.is-open .sh-entry__body {
    padding-bottom: 3.2rem;
  }
}
.site-footer-custom {
  background: #2c2838;
  overflow-x: hidden;
  padding-top: 2.07rem;
}

.footer-container {
  max-width: 144.2rem;
  margin: 0 auto;
  padding: 0 2.07rem;
  display: grid;
  grid-template-columns: 68.8rem 58.9rem;
  gap: 2.4rem;
  justify-content: start;
  align-items: start;
}

.footer-links {
  display: grid;
  grid-template-columns: 33.4rem 28.5rem;
  column-gap: 2.1rem;
  row-gap: 2.07rem;
  align-content: start;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 1.035rem;
}
.footer-col h4 {
  margin: 0;
  color: #fff;
}
.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.035rem;
}
.footer-col li a {
  font-family: "Replica", sans-serif;
  font-size: 1.55rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: color 0.2s;
}

.footer-social {
  max-width: 144.2rem;
  margin: 0.85rem auto 0;
  padding: 0 2.07rem 2.07rem;
  display: flex;
  gap: 2.4rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer-social__link {
  font-family: "Replica", sans-serif;
  font-size: 1.55rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 2.07rem;
  min-height: 46rem;
  min-width: 0;
}

.footer-contact-headline {
  margin: 0;
  color: rgb(252, 250, 248);
}

.footer-contact-form {
  display: flex;
  flex-direction: column;
  gap: 2.07rem;
  margin: 0;
  padding: 0;
  min-width: 0;
  width: 100%;
}

.form-row {
  display: flex;
  gap: inherit;
  min-width: 0;
  width: 100%;
}
.form-row .form-input {
  flex: 1 1 0;
  min-width: 0;
}

.form-input,
.form-textarea {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 1.72rem 1.6rem 1.8rem;
  height: 5.52rem;
  box-sizing: border-box;
  border: none;
  background: #fff !important;
  background-color: #fff !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color-scheme: light;
  font-family: "ABC Diatype", sans-serif;
  font-size: 1.4rem;
  line-height: 1.68rem;
  color: #290a08 !important;
  outline: none;
  vertical-align: top;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: #807c8e;
}
.form-input:focus, .form-input:focus-visible,
.form-textarea:focus,
.form-textarea:focus-visible {
  outline: none;
  box-shadow: none;
}

.form-textarea {
  height: 15.52rem;
  padding-top: 1.72rem;
  resize: none;
}

.footer-button {
  width: 15.84rem;
  height: 4.14rem;
  padding: 0 2.4rem;
  background: #807c8e;
  color: #fff;
  border: none;
  font-family: "Replica", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  outline: none;
}
.footer-button:disabled {
  cursor: default;
}
.footer-button:focus, .footer-button:focus-visible {
  outline: none;
  box-shadow: none;
}

.form-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.form-status {
  display: none;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.68rem;
  font-family: "ABC Diatype", sans-serif;
  color: #fff;
  text-align: left;
}
.form-status.is-visible {
  display: block;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.footer-copyright {
  text-align: center;
  padding: 2.4rem 4rem;
  border-top: 1px solid #e0e0e0;
  font-size: 1.2rem;
  color: #666;
  margin-top: 0;
}
.footer-copyright p {
  margin: 0;
}

@media (max-width: 1342px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    padding: 4rem 2.4rem;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.1rem;
  }
}
@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    padding: 4rem 2.4rem;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    max-width: 50rem;
    width: 100%;
    margin: 0 auto;
  }
  .footer-contact {
    max-width: 50rem;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 4.8rem;
    padding: 2.4rem 1.6rem;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    gap: 1.6rem;
    max-height: none;
    margin: 0;
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .footer-contact {
    height: auto;
    max-width: 100%;
    min-width: 0;
  }
  .footer-col {
    min-width: 0;
  }
  .footer-col h4 {
    margin-bottom: 0;
    overflow-wrap: break-word;
  }
  .footer-col li a {
    font-family: "ABC Diatype", sans-serif;
    font-size: 1.6rem;
    line-height: 1.92rem;
  }
  .footer-contact-headline {
    font-size: 1.4rem;
    line-height: 1.92rem;
  }
  .footer-contact-form {
    gap: 1.2rem;
  }
  .form-row {
    gap: 1.2rem;
  }
  .form-input,
  .form-textarea {
    padding: 1.72rem 1.6rem 1.8rem;
    font-size: 1.4rem;
    line-height: 1.68rem;
  }
  .form-textarea {
    min-height: 10rem;
    padding-top: 1.72rem;
  }
  .footer-button {
    padding: 1rem 1.6rem;
    font-size: 1.3rem;
  }
  .form-status {
    font-size: 1.3rem;
    line-height: 1.56rem;
  }
  .footer-copyright {
    padding: 1.6rem;
    font-size: 1.1rem;
    margin-top: 0;
  }
}
@media (max-width: 360px) {
  .form-row {
    flex-direction: column;
  }
}
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  background: rgb(185, 194, 217);
  transform: translateY(-100%);
  transition: none;
  z-index: 900;
  visibility: hidden;
  overflow-y: auto;
}
.mobile-menu[hidden] {
  display: none;
}
.mobile-menu.mobile-menu--ready {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.6, 1), visibility 0s linear 0.4s;
}
.mobile-menu[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
}
.mobile-menu.mobile-menu--ready[aria-hidden=false] {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.6, 1);
}

.mobile-menu__container {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 9.6rem 2.4rem 4.8rem;
}

.mobile-menu__item,
.mobile-menu__cta {
  opacity: 0;
  transform: translateY(0.8rem);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.6, 1), transform 0.3s cubic-bezier(0.4, 0, 0.6, 1);
}

.mobile-menu[aria-hidden=false] .mobile-menu__item,
.mobile-menu[aria-hidden=false] .mobile-menu__cta {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(1) {
  transition-delay: 0.15s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(2) {
  transition-delay: 0.19s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(3) {
  transition-delay: 0.23s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(4) {
  transition-delay: 0.27s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(5) {
  transition-delay: 0.31s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(6) {
  transition-delay: 0.35s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(7) {
  transition-delay: 0.39s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(8) {
  transition-delay: 0.43s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(9) {
  transition-delay: 0.47s;
}

.mobile-menu[aria-hidden=false] .mobile-menu__container > *:nth-child(10) {
  transition-delay: 0.51s;
}

.mobile-menu__item {
  font-family: "ITC Avant Garde Gothic", var(--gh-font-heading);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #2c2838;
  text-decoration: none;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(44, 40, 56, 0.12);
}

.mobile-menu__cta {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2.8rem;
  margin-top: 1.6rem;
  background: #2c2838;
  color: #fff;
  font-family: "Replica", var(--gh-font-body);
  font-weight: 400;
  font-size: 1.552rem;
  line-height: 1.863rem;
  letter-spacing: -0.015rem;
  text-decoration: none;
  border-radius: 0;
}

.page-try-one-bite .mobile-menu .mobile-menu__item {
  color: #2c2838;
  font-family: "ABC Diatype", var(--gh-font-body);
  border-bottom-color: rgba(44, 40, 56, 0.12);
}
.page-try-one-bite .mobile-menu .mobile-menu__cta {
  background: #2c2838;
  color: #fff;
}

body.mobile-menu-open {
  overflow: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

::selection {
  background: #b9c2d9;
  color: #2c2838;
}

img[data-image-fade] {
  opacity: 0;
  transition: opacity 180ms ease-out;
}

img[data-image-fade].is-loaded {
  opacity: 1;
}

img[data-image-fade].is-error {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  img[data-image-fade] {
    transition: none;
  }
}
@font-face {
  font-family: "Replica";
  src: url("../fonts/Replica-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/itc-avant-garde-gothic-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("../fonts/ITC-AvantGardeGothicStdBook.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABC Diatype";
  src: url("../fonts/abc-diatype-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Modale Antique";
  src: url("../fonts/modaleantique/for-modaleantiqueunlicensedtrial-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Jannon Neo";
  src: url("../fonts/Jannon-Text-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Canon";
  src: url("../fonts/gt-canon/GT-Canon-M-Standard-Regular-Trial.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Canon";
  src: url("../fonts/gt-canon/GT-Canon-M-Standard-Light-Trial.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
:root {
  --gh-font-body: Replica, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  --gh-font-heading: Replica, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

html, body {
  margin: 0;
  font-family: var(--gh-font-body);
  background: #EFE9E9;
  color: #2c2838;
  line-height: 1.6;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--gh-font-heading);
}

a {
  color: #2c2838;
  text-decoration: none;
}

.page-try-one-bite {
  background: #2c2838;
}

@media (max-width: 599px) {
  .page-try-one-bite {
    background: #0F0829;
  }
}
.site-main {
  padding: 2rem 0 0;
}

.container {
  width: 100%;
}
.container > * {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.site-footer {
  border-top: 1px solid #ddd4c9;
  margin-top: 3rem;
  padding: 1rem 0;
}

.post-card {
  padding: 1rem 0;
  border-bottom: 1px solid #ddd4c9;
}

.post-card-title, .article-header h1 {
  margin: 0;
}

.post-card-meta, .article-meta {
  color: #807c8e;
  font-size: 0.95rem;
}

.post-card-excerpt {
  margin-bottom: 0;
}

.kg-width-wide {
  position: relative;
  width: min(100vw - 2rem, 120rem);
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.kg-width-full {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.kg-width-wide img, .kg-width-full img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}