:root {
  --peton-comp-ink: #222;
  --peton-comp-muted: #222;
  --peton-comp-line: #dedbd5;
  --peton-comp-paper: #fbfaf7;
  --peton-comp-warm: #f2f0eb;
  --peton-comp-serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --peton-comp-sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}

/*
 * ECFORCEのフリーページ用ラッパーをPetonページだけ全幅化する。
 * #peton-compが存在しない他のショップページには適用されない。
 */
.p-page_content:has(#peton-comp) {
  width: 100%;
  padding-inline: 0 !important;
}

.p-page_content__inner:has(> #peton-comp) {
  width: 100% !important;
  max-width: none !important;
}

.l-container__row:has(#peton-comp) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.l-container:has(#peton-comp) > .l-container__row:first-child {
  display: none !important;
  margin: 0 !important;
}

#peton-comp,
#peton-comp *,
#peton-comp *::before,
#peton-comp *::after {
  box-sizing: border-box;
}

#peton-comp {
  overflow: hidden;
  background: var(--peton-comp-paper);
  color: var(--peton-comp-ink);
  font-family: var(--peton-comp-sans);
  font-feature-settings: "palt";
  letter-spacing: 2px;
  line-height: 1.8;
}

#peton-comp img {
  display: block;
  max-width: 100%;
  height: auto;
}

#peton-comp a {
  color: inherit;
  text-decoration: none;
}

#peton-comp figure,
#peton-comp h1,
#peton-comp h2,
#peton-comp h3,
#peton-comp p {
  margin: 0;
}

#peton-comp .peton-comp-sr-only {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

#peton-comp .peton-comp-sp-only {
  display: none;
}

#peton-comp .peton-comp-shell {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}

#peton-comp .peton-comp-button {
  display: inline-flex;
  min-width: 170px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

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

#peton-comp .peton-comp-button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: 3px;
}

#peton-comp .peton-comp-button--light {
  background: #fff;
  color: #2a2826;
}

#peton-comp .peton-comp-button--outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

#peton-comp .peton-comp-button--outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

#peton-comp .peton-comp-button--dark {
  background: var(--peton-comp-ink);
  color: #fff;
}

#peton-comp .peton-comp-button--dark:hover {
  background: #47433f;
}

#peton-comp .peton-comp-heading {
  text-align: center;
}

#peton-comp .peton-comp-heading h2 {
  font-family: var(--peton-comp-serif);
  font-size: clamp(32px, 3.4vw, 48px);
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.45;
}

#peton-comp .peton-comp-heading--intro > p {
  max-width: 650px;
  margin: 24px auto 0;
  color: var(--peton-comp-muted);
  font-size: 15px;
  line-height: 2;
}

/* First view */
#peton-comp .peton-comp-hero {
  position: relative;
  height: clamp(650px, 57vw, 820px);
  overflow: hidden;
  background: #514b47;
  color: #fff;
}

#peton-comp .peton-comp-hero__slides {
  position: absolute;
  inset: 0;
}

#peton-comp .peton-comp-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  object-position: 50% 50%;
  transition: opacity 1600ms ease-in-out;
}

#peton-comp .peton-comp-hero__photo.is-peton-comp-active {
  opacity: 1;
}

#peton-comp .peton-comp-hero__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(18, 16, 15, 0.39) 0%, rgba(18, 16, 15, 0.23) 30%, rgba(18, 16, 15, 0.03) 67%),
    linear-gradient(0deg, rgba(18, 16, 15, 0.1) 0%, rgba(18, 16, 15, 0) 48%);
}

#peton-comp .peton-comp-hero__copy {
  position: absolute;
  z-index: 1;
  bottom: clamp(54px, 7vw, 96px);
  left: max(32px, calc((100% - 1180px) / 2));
  width: min(440px, calc(100% - 64px));
  transform: none;
}

#peton-comp .peton-comp-hero__logo {
  width: 108px;
}

#peton-comp .peton-comp-hero__copy > p {
  margin-top: 28px;
  font-family: var(--peton-comp-serif);
  font-size: clamp(15px, 1.35vw, 18px);
  letter-spacing: 2px;
  line-height: 2;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
}

#peton-comp .peton-comp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

/* Brand story */
#peton-comp .peton-comp-about {
  padding-block: clamp(105px, 11vw, 160px);
}

#peton-comp .peton-comp-about__copy {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

#peton-comp .peton-comp-about__logo {
  width: 76px;
  margin: 0 auto 34px;
  filter: brightness(0);
}

#peton-comp .peton-comp-about__copy p {
  font-family: var(--peton-comp-serif);
  font-size: clamp(16px, 1.55vw, 20px);
  letter-spacing: 2px;
  line-height: 2.25;
}

#peton-comp .peton-comp-about__copy p + p {
  margin-top: 23px;
}

/* Family snapshots */
#peton-comp .peton-comp-gallery {
  position: relative;
  height: clamp(280px, 29vw, 420px);
  overflow: hidden;
}

#peton-comp .peton-comp-gallery__track,
#peton-comp .peton-comp-gallery__group {
  display: flex;
  width: max-content;
  height: 100%;
}

#peton-comp .peton-comp-gallery__track.is-peton-comp-looping {
  animation: peton-comp-gallery-loop 108s linear infinite;
}

#peton-comp .peton-comp-gallery__group {
  flex: none;
}

#peton-comp .peton-comp-gallery figure {
  width: clamp(240px, 25vw, 380px);
  height: 100%;
  flex: none;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 8px;
  background: #ddd8d1;
}

#peton-comp .peton-comp-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes peton-comp-gallery-loop {
  to {
    transform: translateX(-50%);
  }
}

/* Product lineup */
#peton-comp .peton-comp-lineup {
  padding-block: clamp(110px, 10vw, 150px);
  background: var(--peton-comp-warm);
}

#peton-comp .peton-comp-products {
  display: grid;
  padding: 0;
  margin-top: 66px;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#peton-comp .peton-comp-product {
  --peton-comp-accent: #aa9b75;
  overflow: hidden;
  border: 1px solid #dedad3;
  border-top: 8px solid var(--peton-comp-accent);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  scroll-snap-align: start;
}

#peton-comp .peton-comp-product--chicken {
  --peton-comp-accent: #f5a200;
}

#peton-comp .peton-comp-product--horse {
  --peton-comp-accent: #b8193f;
}

#peton-comp .peton-comp-product--salmon {
  --peton-comp-accent: #ea5452;
}

#peton-comp .peton-comp-product--venison {
  --peton-comp-accent: #8c412b;
}

#peton-comp .peton-comp-product__visual {
  padding: 0;
  border-bottom: 0;
  background: #fff;
}

#peton-comp .peton-comp-product__visual img {
  width: 100%;
  aspect-ratio: 1;
  background: #fff;
  object-fit: contain;
}

#peton-comp .peton-comp-product__copy {
  padding: 27px 20px 32px;
}

#peton-comp .peton-comp-product__copy h3 {
  min-height: 3.4em;
  font-family: var(--peton-comp-serif);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
}

#peton-comp .peton-comp-product__spec {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  margin-top: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--peton-comp-accent);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
}

#peton-comp .peton-comp-product__copy > p:last-child {
  margin-top: 20px;
  color: var(--peton-comp-ink);
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}

#peton-comp .peton-comp-lineup__action {
  margin-top: 54px;
  text-align: center;
}

#peton-comp .peton-comp-lineup__action .peton-comp-button {
  min-width: 220px;
  min-height: 58px;
  padding-inline: 36px;
  font-size: 16px;
  letter-spacing: 2px;
}

/* Commitments */
#peton-comp .peton-comp-commitment {
  width: min(980px, calc(100% - 64px));
  padding-block: clamp(110px, 11vw, 165px);
}

#peton-comp .peton-comp-commitment__list {
  max-width: 800px;
  margin-top: clamp(74px, 8vw, 110px);
  margin-inline: auto;
}

#peton-comp .peton-comp-feature {
  display: block;
}

#peton-comp .peton-comp-feature + .peton-comp-feature {
  margin-top: clamp(82px, 9vw, 130px);
}

#peton-comp .peton-comp-feature figure {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  margin-top: 34px;
  background: #e6e3dd;
}

#peton-comp .peton-comp-feature img,
#peton-comp .peton-comp-feature video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#peton-comp .peton-comp-feature--fresh-process figure {
  width: 100%;
  aspect-ratio: 1;
}

#peton-comp .peton-comp-feature:first-child img {
  object-position: 50% 59%;
}

#peton-comp .peton-comp-feature h3,
#peton-comp .peton-comp-vet h3 {
  font-family: var(--peton-comp-serif);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
}

#peton-comp .peton-comp-feature__subtitle,
#peton-comp .peton-comp-vet__subtitle {
  margin-top: 13px;
  color: var(--peton-comp-ink);
  font-family: var(--peton-comp-serif);
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.8;
}

#peton-comp .peton-comp-feature__body,
#peton-comp .peton-comp-vet__body {
  max-width: 800px;
  margin-top: 19px;
  color: var(--peton-comp-muted);
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 2;
}

#peton-comp .peton-comp-vet {
  display: grid;
  max-width: 800px;
  align-items: center;
  padding-block: clamp(42px, 6vw, 72px);
  border-top: 1px solid var(--peton-comp-line);
  border-bottom: 1px solid var(--peton-comp-line);
  margin: clamp(92px, 10vw, 145px) auto 0;
  gap: clamp(36px, 6vw, 76px);
  grid-template-columns: 1fr minmax(250px, 340px);
}

#peton-comp .peton-comp-vet__photo {
  overflow: hidden;
  width: 100%;
  max-width: 340px;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #e7e5e0;
}

#peton-comp .peton-comp-vet__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#peton-comp .peton-comp-vet .peton-comp-vet__name {
  margin-top: 14px;
  color: var(--peton-comp-ink);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}

/* Serving */
#peton-comp .peton-comp-howto {
  padding-block: clamp(105px, 10vw, 150px);
  border-top: 1px solid #e2dfd9;
  background: #eeece7;
}

#peton-comp .peton-comp-method-groups {
  display: grid;
  margin-top: 70px;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#peton-comp .peton-comp-method-group {
  overflow: hidden;
  border: 1px solid #d5d1c9;
  background: rgba(255, 255, 255, 0.38);
}

#peton-comp .peton-comp-method-group__label {
  padding: 18px 20px 7px;
  color: var(--peton-comp-ink);
  font-family: var(--peton-comp-serif);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}

#peton-comp .peton-comp-methods {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 0;
  list-style: none;
}

#peton-comp .peton-comp-methods--single {
  grid-template-columns: 1fr;
}

#peton-comp .peton-comp-methods--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#peton-comp .peton-comp-methods li {
  padding: 19px clamp(24px, 3vw, 40px) 32px;
  border-right: 1px solid #d5d1c9;
}

#peton-comp .peton-comp-methods--single li,
#peton-comp .peton-comp-methods li:last-child {
  border-right: 0;
}

#peton-comp .peton-comp-methods h3 {
  font-family: var(--peton-comp-serif);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.6;
}

#peton-comp .peton-comp-methods li > p:last-child {
  margin-top: 14px;
  color: var(--peton-comp-muted);
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 2;
}

#peton-comp .peton-comp-serving-intro {
  margin-top: 82px;
  color: var(--peton-comp-ink);
  text-align: center;
}

#peton-comp .peton-comp-serving-intro h3 {
  font-family: var(--peton-comp-serif);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.5;
}

#peton-comp .peton-comp-serving-intro p {
  margin-top: 12px;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.9;
}

#peton-comp .peton-comp-serving {
  display: grid;
  margin-top: 36px;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#peton-comp .peton-comp-serving article {
  display: grid;
  min-height: 430px;
  padding: clamp(34px, 4vw, 48px);
  border: 1px solid #d5d1c9;
  background: rgba(255, 255, 255, 0.52);
  grid-template-rows: auto auto 1fr auto;
}

#peton-comp .peton-comp-serving__label {
  color: var(--peton-comp-muted);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.8;
}

#peton-comp .peton-comp-serving h3 {
  min-height: 3.1em;
  margin-top: 12px;
  font-family: var(--peton-comp-serif);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.55;
}

#peton-comp .peton-comp-serving__body {
  margin-top: 21px;
  color: var(--peton-comp-muted);
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.95;
}

#peton-comp .peton-comp-serving__photo {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  margin-top: 28px;
  background: #ddd8d1;
}

#peton-comp .peton-comp-serving__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#peton-comp .peton-comp-serving article:first-child .peton-comp-serving__photo img {
  object-position: 50% 45%;
}

#peton-comp .peton-comp-serving article:last-child .peton-comp-serving__photo img {
  object-position: 50% 52%;
}

#peton-comp .peton-comp-howto__action {
  margin-top: 48px;
  text-align: center;
}

/* Small, optional motion. Content remains visible without JavaScript. */
#peton-comp.is-peton-comp-enhanced [data-peton-comp-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 650ms ease,
    transform 650ms cubic-bezier(0.2, 0.65, 0.25, 1);
}

#peton-comp.is-peton-comp-enhanced [data-peton-comp-reveal].is-peton-comp-visible {
  opacity: 1;
  transform: none;
}

/*
 * 横長かつ高さの低いPC画面では、FVを共通ヘッダー下の表示可能高に収める。
 * 通常のPCでは従来の650〜820pxの高さを維持する。
 */
@media (min-width: 761px) {
  #peton-comp .peton-comp-hero {
    height: min(clamp(650px, 57vw, 820px), calc(100vh - 70px));
    height: min(clamp(650px, 57vw, 820px), calc(100svh - 70px));
    min-height: 520px;
  }
}

@media (min-width: 761px) and (max-height: 620px) {
  #peton-comp .peton-comp-hero {
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
    min-height: 360px;
  }

  #peton-comp .peton-comp-hero__copy {
    bottom: 24px;
  }

  #peton-comp .peton-comp-hero__logo {
    width: 84px;
  }

  #peton-comp .peton-comp-hero__copy > p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
  }

  #peton-comp .peton-comp-hero__actions {
    margin-top: 20px;
  }

  #peton-comp .peton-comp-hero__actions .peton-comp-button {
    min-height: 44px;
    padding-block: 10px;
  }
}

@media (max-width: 1020px) {
  #peton-comp .peton-comp-products {
    overflow-x: auto;
    padding: 0 4px 22px;
    margin-inline: -4px;
    grid-template-columns: none;
    grid-auto-columns: minmax(300px, 38vw);
    grid-auto-flow: column;
    scroll-snap-type: x proximity;
    scrollbar-color: #aaa49b transparent;
    scrollbar-width: thin;
  }
}

@media (max-width: 900px) {
  #peton-comp .peton-comp-serving {
    grid-template-columns: 1fr;
  }

  #peton-comp .peton-comp-serving h3 {
    min-height: auto;
    font-size: 22px;
  }
}

@media (max-width: 760px) {
  #peton-comp .peton-comp-shell {
    width: min(100% - 40px, 620px);
  }

  #peton-comp .peton-comp-pc-only {
    display: none;
  }

  #peton-comp .peton-comp-sp-only {
    display: inline;
  }

  #peton-comp .peton-comp-button {
    min-width: 142px;
    min-height: 46px;
    padding: 12px 20px;
    font-size: 12px;
  }

  #peton-comp .peton-comp-heading h2 {
    font-size: 29px;
  }

  #peton-comp .peton-comp-heading--intro > p {
    margin-top: 18px;
    font-size: 13px;
    line-height: 1.9;
  }

  #peton-comp .peton-comp-hero {
    height: auto;
    aspect-ratio: 5 / 6;
  }

  #peton-comp .peton-comp-hero__photo {
    object-position: 50% 50%;
    transform: none;
  }

  #peton-comp .peton-comp-hero__shade {
    background:
      linear-gradient(0deg, rgba(18, 16, 15, 0.46) 0%, rgba(18, 16, 15, 0.17) 42%, rgba(18, 16, 15, 0.01) 75%),
      linear-gradient(90deg, rgba(18, 16, 15, 0.1), rgba(18, 16, 15, 0.01));
  }

  #peton-comp .peton-comp-hero__copy {
    top: auto;
    bottom: 30px;
    left: 20px;
    width: calc(100% - 40px);
    transform: none;
  }

  #peton-comp .peton-comp-hero__logo {
    width: 64px;
  }

  #peton-comp .peton-comp-hero__copy > p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.9;
  }

  #peton-comp .peton-comp-hero__actions {
    flex-wrap: nowrap;
    gap: 7px;
    margin-top: 18px;
  }

  #peton-comp .peton-comp-hero__actions .peton-comp-button {
    min-width: 0;
    min-height: 40px;
    padding: 8px 14px;
    font-size: 11px;
    letter-spacing: 1.5px;
  }

  #peton-comp .peton-comp-about {
    padding-block: 88px;
  }

  #peton-comp .peton-comp-about__copy p {
    font-size: 15px;
    line-height: 2.15;
  }

  #peton-comp .peton-comp-about__logo {
    width: 64px;
    margin-bottom: 28px;
  }

  #peton-comp .peton-comp-about__copy p + p {
    margin-top: 19px;
  }

  #peton-comp .peton-comp-gallery {
    height: min(72vw, 340px);
  }

  #peton-comp .peton-comp-gallery figure {
    width: min(72vw, 340px);
  }

  #peton-comp .peton-comp-lineup,
  #peton-comp .peton-comp-commitment,
  #peton-comp .peton-comp-howto {
    padding-block: 88px;
  }

  #peton-comp .peton-comp-products {
    margin-top: 44px;
    grid-auto-columns: minmax(270px, 84vw);
  }

  #peton-comp .peton-comp-product {
    border-radius: 0;
  }

  #peton-comp .peton-comp-product__copy h3 {
    min-height: auto;
    font-size: 21px;
    line-height: 1.45;
  }

  #peton-comp .peton-comp-lineup__action {
    margin-top: 32px;
  }

  #peton-comp .peton-comp-lineup__action .peton-comp-button {
    min-width: 190px;
    min-height: 52px;
    font-size: 15px;
  }

  #peton-comp .peton-comp-commitment__list {
    margin-top: 60px;
  }

  #peton-comp .peton-comp-feature + .peton-comp-feature {
    margin-top: 72px;
  }

  #peton-comp .peton-comp-feature {
    display: flex;
    flex-direction: column;
  }

  #peton-comp .peton-comp-feature > div {
    display: contents;
  }

  #peton-comp .peton-comp-feature h3 {
    order: 1;
  }

  #peton-comp .peton-comp-feature__subtitle {
    order: 2;
  }

  #peton-comp .peton-comp-feature figure {
    order: 3;
    width: 100%;
    margin-top: 26px;
  }

  #peton-comp .peton-comp-feature .peton-comp-feature__body {
    order: 4;
    margin-top: 22px;
  }

  #peton-comp .peton-comp-feature h3,
  #peton-comp .peton-comp-vet h3 {
    font-size: 27px;
  }

  #peton-comp .peton-comp-feature__subtitle,
  #peton-comp .peton-comp-vet__subtitle {
    margin-top: 12px;
    font-size: 17px;
    line-height: 1.8;
  }

  #peton-comp .peton-comp-feature__body,
  #peton-comp .peton-comp-vet__body {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2;
  }

  #peton-comp .peton-comp-serving__body {
    font-size: 14px;
  }

  #peton-comp .peton-comp-vet .peton-comp-vet__name {
    font-size: 16px;
  }

  #peton-comp .peton-comp-vet {
    display: block;
    padding: 42px 0;
    margin-top: 76px;
  }

  #peton-comp .peton-comp-vet__photo {
    width: min(100%, 320px);
    aspect-ratio: 16 / 10;
    margin-top: 30px;
  }

  #peton-comp .peton-comp-vet__photo img {
    object-position: 50% 32%;
  }

  #peton-comp .peton-comp-method-groups {
    display: block;
    margin-top: 50px;
  }

  #peton-comp .peton-comp-method-group + .peton-comp-method-group {
    margin-top: 20px;
  }

  #peton-comp .peton-comp-method-group__label {
    padding: 16px 18px 6px;
    font-size: 17px;
  }

  #peton-comp .peton-comp-methods {
    display: block;
  }

  #peton-comp .peton-comp-methods li {
    padding: 20px 28px 30px;
    border-right: 0;
  }

  #peton-comp .peton-comp-methods--double li + li {
    border-top: 1px solid #d2cec6;
  }

  #peton-comp .peton-comp-methods h3 {
    font-size: 23px;
  }

  #peton-comp .peton-comp-methods li > p:last-child {
    font-size: 13px;
  }

  #peton-comp .peton-comp-serving-intro {
    margin-top: 60px;
  }

  #peton-comp .peton-comp-serving-intro h3 {
    font-size: 25px;
  }

  #peton-comp .peton-comp-serving-intro p {
    font-size: 13px;
  }

  #peton-comp .peton-comp-serving {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  #peton-comp .peton-comp-serving article {
    min-height: auto;
    padding: 32px 26px;
  }

}

@media (prefers-reduced-motion: reduce) {
  #peton-comp *,
  #peton-comp *::before,
  #peton-comp *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  #peton-comp .peton-comp-gallery {
    overflow-x: auto;
  }

  #peton-comp .peton-comp-gallery__track.is-peton-comp-looping {
    animation: none;
  }
}
