.products-taste-page {
  --pt-shell: min(1240px, calc(100vw - 96px));
  background: var(--page);
}

.pt-shell {
  width: var(--pt-shell);
  margin-inline: auto;
}

.pt-hero {
  min-height: calc(100vh - var(--header-height));
  padding: 72px 48px 48px;
  background: var(--paper);
}

.pt-hero-copy {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) 1.18fr minmax(300px, 0.72fr);
  align-items: end;
  width: var(--pt-shell);
  margin: 0 auto 54px;
  gap: 44px;
}

.pt-hero-copy > p {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
}

.pt-hero-copy h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(64px, 7vw, 112px);
  font-weight: 400;
  line-height: 0.94;
}

.pt-hero-copy > div {
  display: grid;
  gap: 14px;
  padding-bottom: 4px;
}

.pt-hero-copy strong {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.45;
}

.pt-hero-copy span {
  color: var(--muted);
  font-size: 14px;
}

.pt-hero-images {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr 0.74fr;
  align-items: end;
  width: min(1380px, calc(100vw - 48px));
  margin-inline: auto;
  gap: 12px;
}

.pt-hero-images figure {
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #e6e7e2;
}

.pt-hero-images figure:nth-child(2) {
  aspect-ratio: 3 / 2;
}

.pt-hero-images figure:nth-child(3) {
  aspect-ratio: 1 / 1;
}

.pt-hero-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pt-section-heading {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--line);
  gap: 48px;
}

.pt-section-heading h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
}

.pt-section-heading p {
  max-width: 520px;
  margin: 0 0 4px auto;
  color: var(--muted);
}

.pt-order-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 104px;
}

.pt-order-list a {
  display: grid;
  min-height: 178px;
  padding: 30px 28px 28px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  transition: color 180ms ease, border-color 180ms ease;
}

.pt-order-list a + a {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.pt-order-list span {
  align-self: start;
  color: var(--gold);
  font-size: 13px;
}

.pt-order-list strong {
  align-self: end;
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 400;
}

.pt-order-list a:hover,
.pt-order-list a:focus-visible,
.pt-order-list a[aria-current="true"] {
  color: var(--green);
  border-bottom-color: var(--green);
}

.pt-collection {
  padding-block: 132px 144px;
}

.pt-collection-heading {
  margin-bottom: 0;
}

.pt-group {
  scroll-margin-top: calc(var(--header-height) + 20px);
}

.pt-group + .pt-group {
  margin-top: 148px;
}

.pt-group-heading {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  max-width: 720px;
  margin-bottom: 44px;
  gap: 28px;
}

.pt-group-heading > span {
  padding-top: 9px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
}

.pt-group-heading h3 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 400;
  line-height: 1.1;
}

.pt-group-heading p {
  margin: 0;
  color: var(--muted);
}

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

.pt-product-grid-featured,
.pt-product-grid-single {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pt-product {
  display: block;
  min-width: 0;
  text-decoration: none;
}

.pt-product figure {
  aspect-ratio: 4 / 3;
  margin: 0 0 24px;
  overflow: hidden;
  background: #e7e8e3;
}

.pt-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.75,.25,1);
}

.pt-product > span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 600;
}

.pt-product h4 {
  margin: 8px 0 4px;
  font-family: var(--font-display);
  font-size: clamp(25px, 2.2vw, 36px);
  font-weight: 400;
  line-height: 1.25;
}

.pt-product p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.pt-product:hover img,
.pt-product:focus-visible img {
  transform: scale(1.025);
}

.pt-group-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 360px;
  padding: 48px;
  color: #eef0ea;
  background: var(--green-deep);
}

.pt-group-note strong {
  max-width: 380px;
  font-family: var(--font-display);
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.2;
}

.pt-group-note p {
  max-width: 440px;
  margin: 20px 0 32px;
  color: rgba(238, 240, 234, 0.72);
}

.pt-group-note a {
  width: fit-content;
  font-size: 14px;
}

.pt-consult {
  padding-block: 118px;
  color: #eef0ea;
  background: var(--green-deep);
}

.pt-consult .pt-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 64px;
}

.pt-consult h2 {
  margin: 0 0 20px;
  font-family: var(--font-display);
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.05;
}

.pt-consult p {
  max-width: 620px;
  margin: 0;
  color: rgba(238, 240, 234, 0.74);
}

.pt-consult-actions {
  display: flex;
  gap: 28px;
}

.pt-consult-actions a {
  padding-block: 10px;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .products-taste-page {
    --pt-shell: min(100% - 48px, 760px);
  }

  .pt-hero-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pt-hero-copy > p {
    order: -1;
  }

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

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

  .pt-consult .pt-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .products-taste-page {
    --pt-shell: calc(100% - 40px);
  }

  .pt-hero {
    min-height: 0;
    padding: 54px 20px 42px;
  }

  .pt-hero-copy {
    width: 100%;
    margin-bottom: 38px;
  }

  .pt-hero-copy h1 {
    font-size: 58px;
  }

  .pt-hero-copy strong {
    font-size: 19px;
  }

  .pt-hero-images {
    grid-template-columns: 1fr 0.7fr;
    width: calc(100vw - 20px);
    margin-left: 0;
    gap: 6px;
  }

  .pt-hero-images figure:first-child {
    grid-row: span 2;
    aspect-ratio: auto;
    height: 405px;
  }

  .pt-hero-images figure:nth-child(2),
  .pt-hero-images figure:nth-child(3) {
    aspect-ratio: 1 / 1;
  }

  .pt-section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pt-section-heading h2 {
    font-size: 43px;
  }

  .pt-section-heading p {
    margin-left: 0;
  }

  .pt-order-list {
    position: sticky;
    z-index: 7;
    top: var(--header-height);
    display: flex;
    width: 100vw;
    margin: 32px 0 68px calc(50% - 50vw);
    padding-inline: 20px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    background: color-mix(in srgb, var(--paper) 94%, transparent);
    border-block: 1px solid var(--line);
    scrollbar-width: none;
    backdrop-filter: blur(14px);
  }

  .pt-order-list::-webkit-scrollbar {
    display: none;
  }

  .pt-order-list a,
  .pt-order-list a + a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border-left: 0;
    border-bottom-color: transparent;
    white-space: nowrap;
  }

  .pt-order-list a:first-child {
    padding-left: 0;
  }

  .pt-order-list span {
    color: currentColor;
    font-size: 15px;
  }

  .pt-order-list strong {
    display: none;
  }

  .pt-collection {
    padding-block: 92px 100px;
  }

  .pt-collection-heading {
    margin-bottom: 0;
  }

  .pt-group + .pt-group {
    margin-top: 112px;
  }

  .js .products-taste-page .pt-group:not(.is-active) {
    display: none;
  }

  .js .products-taste-page .pt-group.is-active {
    margin-top: 0;
  }

  .pt-group-heading {
    grid-template-columns: 42px minmax(0, 1fr);
    margin-bottom: 34px;
    gap: 10px;
  }

  .pt-group-heading h3 {
    font-size: 39px;
  }

  .pt-product-grid,
  .pt-product-grid-featured,
  .pt-product-grid-single {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .pt-product figure {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 22px;
  }

  .pt-product h4 {
    font-size: 30px;
  }

  .pt-group-note {
    width: 100vw;
    min-height: 340px;
    margin-left: calc(50% - 50vw);
    padding: 46px 20px;
  }

  .pt-consult {
    padding-block: 82px 96px;
  }

  .pt-consult h2 {
    font-size: 44px;
  }

  .pt-consult-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pt-product img {
    transition: none;
  }
}
