@font-face {
  font-family: "Manrope Polly";
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 300 800;
}

@font-face {
  font-family: "Unbounded Polly";
  src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
  font-display: swap;
  font-style: normal;
  font-weight: 400 800;
}

:root {
  --pg-bg: #f3efe5;
  --pg-surface: #fffdf7;
  --pg-surface-soft: #e9e6dc;
  --pg-ink: #102d24;
  --pg-muted: #52645d;
  --pg-line: #cad0c9;
  --pg-accent: #d8ff45;
  --pg-accent-ink: #102d24;
  --pg-shadow: 0 24px 70px rgba(16, 45, 36, .13);
  --pg-card-radius: 22px;
  --pg-input-radius: 12px;
  --pg-ease: cubic-bezier(.16, 1, .3, 1);
}

@media (prefers-color-scheme: dark) {
  :root {
    --pg-bg: #0c1f19;
    --pg-surface: #122b23;
    --pg-surface-soft: #18362c;
    --pg-ink: #f2f5ed;
    --pg-muted: #b5c2ba;
    --pg-line: #365046;
    --pg-accent: #d8ff45;
    --pg-accent-ink: #102d24;
    --pg-shadow: 0 24px 70px rgba(1, 10, 7, .34);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--pg-bg);
}

body.polly-guide-page {
  margin: 0;
  min-width: 320px;
  color: var(--pg-ink);
  background: var(--pg-bg);
  font-family: "Manrope Polly", Manrope, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body.polly-guide-page.is-dialog-open {
  overflow: hidden;
}

.polly-guide-page button,
.polly-guide-page input,
.polly-guide-page select {
  font: inherit;
}

.polly-guide-page button,
.polly-guide-page a {
  -webkit-tap-highlight-color: transparent;
}

.polly-guide-page img {
  display: block;
  max-width: 100%;
}

.polly-guide-page a {
  color: inherit;
}

.pg-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.pg-skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 120;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--pg-accent-ink);
  background: var(--pg-accent);
  transform: translateY(-150%);
}

.pg-skip:focus {
  transform: translateY(0);
}

.pg-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--pg-line);
  background: color-mix(in srgb, var(--pg-bg) 92%, transparent);
  backdrop-filter: blur(14px);
}

.pg-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.pg-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.pg-brand__mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--pg-accent-ink);
  background: var(--pg-accent);
  font-family: "Unbounded Polly", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.pg-brand__copy {
  display: grid;
  line-height: 1.15;
}

.pg-brand__copy strong {
  font-size: 14px;
}

.pg-brand__copy small {
  margin-top: 4px;
  color: var(--pg-muted);
  font-size: 11px;
}

.pg-saved {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--pg-line);
  border-radius: 999px;
  color: var(--pg-ink);
  background: transparent;
  cursor: pointer;
  transition: background-color .25s var(--pg-ease), color .25s var(--pg-ease), transform .25s var(--pg-ease);
}

.pg-saved span {
  min-width: 24px;
  height: 24px;
  margin-left: 7px;
  padding-inline: 6px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--pg-accent-ink);
  background: var(--pg-accent);
  font-size: 12px;
  font-weight: 800;
}

.pg-saved[aria-pressed="true"] {
  color: var(--pg-accent-ink);
  border-color: var(--pg-accent);
  background: var(--pg-accent);
}

.pg-saved[aria-pressed="true"] span {
  background: color-mix(in srgb, var(--pg-accent-ink) 10%, transparent);
}

.pg-hero {
  padding: 54px 0 68px;
}

.pg-hero__grid {
  min-height: min(680px, calc(100dvh - 126px));
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 7vw, 108px);
}

.pg-hero__copy {
  max-width: 600px;
}

.pg-eyebrow {
  margin: 0 0 18px;
  color: var(--pg-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pg-hero h1,
.pg-collection h2,
.pg-cta h2,
.pg-dialog h2 {
  font-family: "Unbounded Polly", sans-serif;
  letter-spacing: -.045em;
}

.pg-hero h1 {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(48px, 6.1vw, 88px);
  line-height: .98;
}

.pg-hero__intro {
  max-width: 500px;
  margin: 26px 0 32px;
  color: var(--pg-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.pg-hero__media {
  position: relative;
  min-height: 540px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--pg-card-radius);
  background: var(--pg-surface-soft);
  box-shadow: var(--pg-shadow);
}

.pg-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}

.pg-button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .25s var(--pg-ease), background-color .25s var(--pg-ease), color .25s var(--pg-ease), border-color .25s var(--pg-ease);
}

.pg-button--primary {
  color: var(--pg-accent-ink);
  background: var(--pg-accent);
}

.pg-button--ghost {
  color: var(--pg-ink);
  border-color: var(--pg-line);
  background: transparent;
}

.pg-button:hover,
.pg-card-button:hover,
.pg-saved:hover {
  transform: translateY(-2px);
}

.pg-button:active,
.pg-card-button:active,
.pg-saved:active {
  transform: translateY(1px) scale(.99);
}

.pg-button:focus-visible,
.pg-card-button:focus-visible,
.pg-saved:focus-visible,
.pg-favorite:focus-visible,
.pg-dialog__close:focus-visible,
.pg-stepper button:focus-visible,
.pg-field input:focus-visible,
.pg-field select:focus-visible {
  outline: 3px solid var(--pg-accent);
  outline-offset: 3px;
}

.pg-collection {
  padding: 88px 0 110px;
  border-top: 1px solid var(--pg-line);
}

.pg-collection__heading {
  max-width: 760px;
}

.pg-collection__heading h2,
.pg-cta h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.04;
}

.pg-collection__heading p {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--pg-muted);
  font-size: 18px;
}

.pg-filters {
  margin: 42px 0 24px;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) repeat(2, minmax(170px, .75fr)) auto;
  align-items: end;
  gap: 12px;
  border-radius: var(--pg-card-radius);
  background: var(--pg-surface-soft);
}

.pg-field {
  display: grid;
  gap: 7px;
}

.pg-field span {
  color: var(--pg-muted);
  font-size: 12px;
  font-weight: 800;
}

.pg-field input,
.pg-field select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid var(--pg-line);
  border-radius: var(--pg-input-radius);
  color: var(--pg-ink);
  background: var(--pg-surface);
}

.pg-field input::placeholder {
  color: color-mix(in srgb, var(--pg-muted) 82%, transparent);
  opacity: 1;
}

.pg-results-line {
  min-height: 30px;
  display: flex;
  align-items: baseline;
  gap: 7px;
  color: var(--pg-muted);
  font-size: 14px;
}

.pg-results-line [data-results-count] {
  color: var(--pg-ink);
  font-family: "Unbounded Polly", sans-serif;
  font-size: 22px;
}

.pg-recipe-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.pg-recipe-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border-radius: var(--pg-card-radius);
  background: var(--pg-surface);
  box-shadow: 0 12px 38px rgba(16, 45, 36, .08);
}

.pg-recipe-card:nth-child(1),
.pg-recipe-card:nth-child(6) {
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  grid-template-rows: none;
}

.pg-recipe-card[hidden] {
  display: none;
}

.pg-recipe-card__image {
  position: relative;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--pg-surface-soft);
}

.pg-recipe-card__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .6s var(--pg-ease);
}

.pg-recipe-card:hover .pg-recipe-card__image img {
  transform: scale(1.025);
}

.pg-recipe-card__body {
  padding: clamp(24px, 3vw, 38px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pg-recipe-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--pg-muted);
  font-size: 12px;
  font-weight: 800;
}

.pg-recipe-card h3 {
  margin: 16px 0 10px;
  font-family: "Unbounded Polly", sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.pg-recipe-card p {
  margin: 0;
  color: var(--pg-muted);
}

.pg-recipe-card__numbers {
  width: 100%;
  margin: 26px 0 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pg-recipe-card__numbers div {
  padding-top: 12px;
  border-top: 1px solid var(--pg-line);
}

.pg-recipe-card__numbers dt {
  color: var(--pg-muted);
  font-size: 11px;
  font-weight: 800;
}

.pg-recipe-card__numbers dd {
  margin: 5px 0 0;
  font-family: "Unbounded Polly", sans-serif;
  font-size: 20px;
}

.pg-card-button {
  margin-top: auto;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  color: var(--pg-ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .25s var(--pg-ease), color .25s var(--pg-ease);
}

.pg-empty {
  margin-top: 24px;
  padding: 56px 24px;
  border-radius: var(--pg-card-radius);
  text-align: center;
  background: var(--pg-surface);
}

.pg-empty strong {
  display: block;
  font-family: "Unbounded Polly", sans-serif;
  font-size: 22px;
}

.pg-empty p {
  margin: 10px auto 22px;
  color: var(--pg-muted);
}

.pg-nutrition-note {
  max-width: 700px;
  margin: 34px 0 0;
  color: var(--pg-muted);
  font-size: 13px;
}

.pg-cta {
  padding: 90px 0;
  border-top: 1px solid var(--pg-line);
}

.pg-cta__inner {
  padding: clamp(32px, 5vw, 64px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: stretch;
  gap: clamp(32px, 5vw, 72px);
  border-radius: var(--pg-card-radius);
  background: var(--pg-surface-soft);
}

.pg-cta h2 {
  max-width: 12ch;
}

.pg-cta__copy {
  align-self: center;
}

.pg-cta__eyebrow {
  margin: 0 0 16px;
  color: var(--pg-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pg-cta .pg-cta__text {
  max-width: 650px;
  margin: 18px 0 0;
  color: var(--pg-muted);
  font-size: 17px;
}

.pg-cta__actions {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 12px;
}

.pg-cta__primary,
.pg-cta__secondary {
  color: inherit;
  text-decoration: none;
  transition: transform .25s var(--pg-ease), border-color .25s var(--pg-ease), background-color .25s var(--pg-ease);
}

.pg-cta__primary {
  min-height: 144px;
  padding: 24px 26px;
  display: grid;
  align-content: center;
  border: 1px solid var(--pg-accent);
  border-radius: 18px;
  color: var(--pg-accent-ink);
  background: var(--pg-accent);
}

.pg-cta__channel,
.pg-cta__secondary > span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.pg-cta__primary strong {
  margin-top: 8px;
  font-family: "Unbounded Polly", sans-serif;
  font-size: clamp(20px, 2.2vw, 28px);
  letter-spacing: -.035em;
  line-height: 1.1;
}

.pg-cta__hint {
  margin-top: 9px;
  font-size: 13px;
  font-weight: 600;
  opacity: .74;
}

.pg-cta__secondary-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pg-cta__secondary {
  min-height: 106px;
  padding: 18px 20px;
  display: grid;
  align-content: center;
  border: 1px solid var(--pg-line);
  border-radius: 16px;
  background: var(--pg-surface);
}

.pg-cta__secondary > span {
  color: var(--pg-muted);
}

.pg-cta__secondary strong {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.3;
}

.pg-cta__primary:hover,
.pg-cta__secondary:hover {
  transform: translateY(-3px);
}

.pg-cta__secondary:hover {
  border-color: var(--pg-ink);
}

.pg-cta__primary:active,
.pg-cta__secondary:active {
  transform: translateY(1px) scale(.995);
}

.pg-cta__primary:focus-visible,
.pg-cta__secondary:focus-visible {
  outline: 3px solid var(--pg-accent);
  outline-offset: 3px;
}

.pg-cta__primary:focus-visible {
  outline-color: var(--pg-ink);
}

.pg-footer {
  border-top: 1px solid var(--pg-line);
}

.pg-footer__inner {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--pg-muted);
  font-size: 13px;
}

.pg-footer a {
  text-decoration: none;
}

.pg-dialog {
  width: min(1120px, calc(100% - 30px));
  max-width: none;
  max-height: calc(100dvh - 30px);
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: var(--pg-card-radius);
  color: var(--pg-ink);
  background: var(--pg-surface);
  box-shadow: var(--pg-shadow);
}

.pg-dialog::backdrop {
  background: rgba(4, 18, 13, .74);
  backdrop-filter: blur(5px);
}

.pg-dialog[open] {
  animation: pg-dialog-in .35s var(--pg-ease) both;
}

@keyframes pg-dialog-in {
  from { opacity: 0; transform: translateY(24px) scale(.985); }
  to { opacity: 1; transform: none; }
}

.pg-dialog__surface {
  position: relative;
  max-height: calc(100dvh - 30px);
  overflow: auto;
}

.pg-dialog__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: var(--pg-accent-ink);
  background: var(--pg-accent);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.pg-dialog__media {
  height: min(42vh, 430px);
  overflow: hidden;
  background: var(--pg-surface-soft);
}

.pg-dialog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-dialog__content {
  padding: clamp(26px, 5vw, 58px);
}

.pg-dialog__title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 24px;
}

.pg-dialog__kicker {
  margin: 0 0 8px;
  color: var(--pg-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.pg-dialog h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.03;
}

.pg-favorite {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--pg-line);
  border-radius: 999px;
  color: var(--pg-ink);
  background: transparent;
  font-weight: 800;
  cursor: pointer;
}

.pg-favorite[aria-pressed="true"] {
  color: var(--pg-accent-ink);
  border-color: var(--pg-accent);
  background: var(--pg-accent);
}

.pg-dialog__description {
  max-width: 760px;
  margin: 16px 0 0;
  color: var(--pg-muted);
  font-size: 18px;
}

.pg-dialog__metrics {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}

.pg-metric {
  padding: 14px 10px;
  border-radius: var(--pg-input-radius);
  background: var(--pg-surface-soft);
}

.pg-metric span,
.pg-metric strong {
  display: block;
}

.pg-metric span {
  color: var(--pg-muted);
  font-size: 10px;
  font-weight: 800;
}

.pg-metric strong {
  margin-top: 5px;
  font-family: "Unbounded Polly", sans-serif;
  font-size: 17px;
}

.pg-servings {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-radius: var(--pg-input-radius);
  background: var(--pg-surface-soft);
}

.pg-servings strong,
.pg-servings span {
  display: block;
}

.pg-servings span {
  margin-top: 3px;
  color: var(--pg-muted);
  font-size: 12px;
}

.pg-stepper {
  display: grid;
  grid-template-columns: 40px 54px 40px;
  align-items: center;
  border: 1px solid var(--pg-line);
  border-radius: 999px;
  background: var(--pg-surface);
}

.pg-stepper button {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  color: var(--pg-ink);
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.pg-stepper output {
  text-align: center;
  font-family: "Unbounded Polly", sans-serif;
  font-size: 16px;
}

.pg-dialog__columns {
  margin-top: 42px;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: clamp(38px, 6vw, 78px);
}

.pg-dialog__columns h3 {
  margin: 0 0 18px;
  font-family: "Unbounded Polly", sans-serif;
  font-size: 20px;
}

.pg-ingredients {
  display: grid;
  gap: 8px;
}

.pg-ingredient {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  padding: 8px 0;
  cursor: pointer;
}

.pg-ingredient input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pg-ingredient__box {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  display: grid;
  place-items: center;
  border: 1px solid var(--pg-line);
  border-radius: 6px;
  background: var(--pg-surface);
}

.pg-ingredient input:checked + .pg-ingredient__box {
  color: var(--pg-accent-ink);
  border-color: var(--pg-accent);
  background: var(--pg-accent);
}

.pg-ingredient input:checked + .pg-ingredient__box::before {
  content: "✓";
  font-size: 13px;
  font-weight: 800;
}

.pg-ingredient input:focus-visible + .pg-ingredient__box {
  outline: 3px solid var(--pg-accent);
  outline-offset: 2px;
}

.pg-ingredient__name {
  min-width: 0;
}

.pg-ingredient__quantity {
  color: var(--pg-muted);
  white-space: nowrap;
}

.pg-ingredient:has(input:checked) .pg-ingredient__name,
.pg-ingredient:has(input:checked) .pg-ingredient__quantity {
  text-decoration: line-through;
  opacity: .58;
}

.pg-steps {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
  list-style: none;
  counter-reset: steps;
}

.pg-steps li {
  position: relative;
  padding-left: 58px;
  counter-increment: steps;
}

.pg-steps li::before {
  content: counter(steps);
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  font-family: "Unbounded Polly", sans-serif;
  font-size: 26px;
  line-height: 1;
}

.pg-tip {
  margin-top: 42px;
  padding: 24px 26px;
  border-left: 5px solid var(--pg-accent);
  border-radius: 0 var(--pg-input-radius) var(--pg-input-radius) 0;
  background: var(--pg-surface-soft);
}

.pg-tip strong {
  display: block;
  font-family: "Unbounded Polly", sans-serif;
  font-size: 15px;
}

.pg-tip p {
  margin: 9px 0 0;
  color: var(--pg-muted);
}

.pg-dialog__actions {
  margin-top: 32px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.pg-dialog__status {
  min-height: 24px;
  margin: 8px 0 0;
  color: var(--pg-muted);
  text-align: right;
  font-size: 12px;
}

.pg-noscript {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
  max-width: 420px;
  padding: 14px 18px;
  border-radius: var(--pg-input-radius);
  color: var(--pg-accent-ink);
  background: var(--pg-accent);
}

@media (max-width: 980px) {
  .pg-hero__grid {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .pg-hero__copy {
    max-width: 760px;
  }

  .pg-hero h1 {
    max-width: 12ch;
  }

  .pg-hero__media,
  .pg-hero__media img {
    min-height: 440px;
  }

  .pg-filters {
    grid-template-columns: 1fr 1fr;
  }

  .pg-field--search {
    grid-column: 1 / -1;
  }

  .pg-filters__reset {
    width: 100%;
  }

  .pg-recipe-card:nth-child(1),
  .pg-recipe-card:nth-child(6) {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .pg-dialog__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pg-dialog__columns {
    grid-template-columns: 1fr;
  }

  .pg-cta__inner {
    grid-template-columns: 1fr;
  }

  .pg-cta h2 {
    max-width: 15ch;
  }
}

@media (max-width: 720px) {
  .pg-shell {
    width: min(1240px, calc(100% - 32px));
  }

  .pg-header__inner {
    min-height: 64px;
  }

  .pg-brand__copy small {
    display: none;
  }

  .pg-brand__mark {
    width: 38px;
    height: 38px;
  }

  .pg-saved {
    padding-inline: 12px;
    font-size: 12px;
  }

  .pg-hero {
    padding: 36px 0 52px;
  }

  .pg-hero__grid {
    gap: 34px;
  }

  .pg-hero h1 {
    font-size: clamp(39px, 13vw, 58px);
  }

  .pg-hero__intro {
    margin: 20px 0 26px;
    font-size: 17px;
  }

  .pg-hero__media,
  .pg-hero__media img {
    min-height: 320px;
  }

  .pg-collection {
    padding: 64px 0 78px;
  }

  .pg-collection__heading h2,
  .pg-cta h2 {
    font-size: 34px;
  }

  .pg-collection__heading p {
    font-size: 16px;
  }

  .pg-filters {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }

  .pg-field--search {
    grid-column: auto;
  }

  .pg-recipe-grid {
    grid-template-columns: 1fr;
  }

  .pg-recipe-card,
  .pg-recipe-card:nth-child(1),
  .pg-recipe-card:nth-child(6) {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .pg-cta {
    padding: 64px 0;
  }

  .pg-cta__inner {
    gap: 28px;
  }

  .pg-cta__secondary-links {
    grid-template-columns: 1fr;
  }

  .pg-cta__primary {
    min-height: 132px;
  }

  .pg-cta__secondary {
    min-height: 92px;
  }

  .pg-footer__inner {
    min-height: 84px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
  }

  .pg-dialog {
    width: 100%;
    max-height: 100dvh;
    border-radius: 0;
  }

  .pg-dialog__surface {
    max-height: 100dvh;
  }

  .pg-dialog__media {
    height: 260px;
  }

  .pg-dialog__title-row {
    grid-template-columns: 1fr;
  }

  .pg-favorite {
    width: 100%;
  }

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

  .pg-servings {
    align-items: flex-start;
    flex-direction: column;
  }

  .pg-stepper {
    align-self: stretch;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pg-stepper button {
    width: 100%;
  }

  .pg-dialog__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .pg-dialog__actions .pg-button {
    width: 100%;
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .pg-header,
  .pg-filters,
  .pg-results-line,
  .pg-card-button,
  .pg-cta,
  .pg-footer,
  .pg-dialog,
  .pg-noscript {
    display: none !important;
  }

  body.polly-guide-page {
    color: #102d24;
    background: #fff;
  }

  .pg-recipe-grid {
    grid-template-columns: 1fr 1fr;
  }
}
