/* WordPress editorial content */
.site-main--content {
  width: min(100%, 1280px);
  min-height: 50vh;
  margin-inline: auto;
  padding: clamp(56px, 7vw, 108px) var(--page-gutter) var(--section-space);
}

.site-main--content > h1,
.site-main--content > .wp-block-query-title {
  max-width: 14ch;
  margin: 0 0 clamp(36px, 5vw, 72px);
  font-family: var(--display-font);
  font-size: clamp(48px, 7vw, 104px);
  letter-spacing: normal;
  line-height: 0.9;
}

.site-main--content .content-list-item {
  padding-block: clamp(28px, 4vw, 52px);
  border-top: var(--hairline);
}

.site-main--content .content-list-item:last-child {
  border-bottom: var(--hairline);
}

.site-main--content .content-list-item .wp-block-post-title {
  margin: 0;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1;
}

.site-main--content .content-list-item .wp-block-post-excerpt {
  max-width: 70ch;
  margin-top: 18px;
}

.site-main--content .wp-block-query-pagination {
  gap: 20px;
  margin-top: 40px;
  font-weight: 800;
}

.site-main--not-found p {
  max-width: 46ch;
  font-size: clamp(18px, 1.5vw, 22px);
}

/* Information pages */
.legal-page {
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 64px) clamp(80px, 9vw, 140px);
}

.legal-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(36px, 7vw, 120px);
  align-items: end;
  padding: clamp(54px, 7vw, 110px) 0 clamp(46px, 6vw, 88px);
  border-bottom: 1px solid var(--zoofix-black);
}

.legal-hero h1 {
  max-width: 900px;
  margin: 8px 0 0;
  font-size: clamp(50px, 7.2vw, 116px);
  line-height: 0.88;
  letter-spacing: normal;
}

.legal-hero > p {
  max-width: 610px;
  margin: 0;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.55;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.3fr) minmax(0, 1fr);
  gap: clamp(38px, 7vw, 120px);
  align-items: start;
  padding-top: clamp(44px, 6vw, 90px);
}

.legal-index {
  position: sticky;
  top: 125px;
  display: grid;
  border-top: 1px solid var(--zoofix-black);
}

.legal-index > p {
  margin: 0;
  padding: 15px 0;
  color: #5f665d;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid #cfd3cc;
}

.legal-index a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px 0;
  color: var(--zoofix-black);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 1px solid #cfd3cc;
  transition: color 180ms ease, padding-left 180ms ease;
}

.legal-index a span {
  color: #71786f;
  font-variant-numeric: tabular-nums;
}

.legal-index a:hover {
  color: #346b16;
  padding-left: 5px;
}

.legal-content {
  min-width: 0;
  border-top: 1px solid var(--zoofix-black);
}

.legal-section {
  scroll-margin-top: 120px;
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  padding: clamp(32px, 5vw, 70px) 0;
  border-bottom: 1px solid var(--zoofix-black);
}

.legal-section > header {
  display: grid;
  align-content: start;
  gap: 18px;
}

.legal-section > header > span {
  color: #417522;
  font-size: 14px;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}

.legal-section h2 {
  margin: 0;
  font-size: clamp(28px, 3.3vw, 50px);
  line-height: 0.98;
  letter-spacing: normal;
}

.legal-section__body {
  min-width: 0;
  color: #252824;
  font-size: 17px;
  line-height: 1.7;
}

.legal-section__body > :first-child {
  margin-top: 0;
}

.legal-section__body > :last-child {
  margin-bottom: 0;
}

.legal-section__body p,
.legal-section__body ul,
.legal-section__body ol {
  max-width: 780px;
}

.legal-section__body a,
.legal-text-link {
  color: #25590c;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.legal-section__body li + li {
  margin-top: 9px;
}

.legal-table {
  display: grid;
  margin: 22px 0;
  border-top: 1px solid var(--zoofix-black);
}

.legal-table > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
  padding: 18px 0;
  border-bottom: 1px solid #cfd3cc;
}

.legal-table strong {
  color: var(--zoofix-black);
}

.legal-address {
  display: grid;
  gap: 4px;
  margin-bottom: 24px;
  font-style: normal;
}

.legal-section details {
  max-width: 820px;
  border-bottom: 1px solid #bcc2b9;
}

.legal-section details:first-child {
  border-top: 1px solid var(--zoofix-black);
}

.legal-section summary {
  padding: 20px 38px 20px 0;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
  cursor: pointer;
}

.legal-section details p {
  margin: 0;
  padding: 0 0 22px;
}

.legal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 820px;
}

.legal-form > label:not(.legal-form__consent) {
  display: grid;
  gap: 8px;
  font-size: 14px;
  font-weight: 800;
}

.legal-form small {
  color: #697066;
  font-size: 14px;
  font-weight: 650;
}

.legal-form input:not([type="checkbox"]),
.legal-form select,
.legal-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  color: var(--zoofix-black);
  background: var(--zoofix-white);
  border: 1px solid #8e958b;
  border-radius: 10px;
  font: inherit;
  resize: vertical;
}

.legal-form input:focus,
.legal-form select:focus,
.legal-form textarea:focus {
  outline: 3px solid rgba(87, 150, 48, 0.28);
  outline-offset: 1px;
  border-color: #356c17;
}

.legal-form__wide {
  grid-column: 1 / -1;
}

.legal-form__consent {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.45;
}

.legal-form__consent input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.legal-submit,
.legal-inline-action,
.withdrawal-preview button {
  width: fit-content;
  min-height: 52px;
  padding: 0 20px;
  color: var(--zoofix-white);
  background: var(--zoofix-black);
  border: 1px solid var(--zoofix-black);
  border-radius: 999px;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.legal-submit {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.legal-submit svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.legal-form__status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  font-weight: 750;
}

.withdrawal-preview {
  scroll-margin-top: 120px;
  max-width: 820px;
  margin-top: 34px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--zoofix-green-light);
  border: 1px solid var(--zoofix-black);
  border-radius: 24px;
}

.withdrawal-preview h3 {
  margin: 0 0 26px;
  font-size: clamp(26px, 3vw, 40px);
}

.withdrawal-preview dl > div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

.withdrawal-preview dt {
  font-weight: 850;
}

.withdrawal-preview dd {
  margin: 0;
}

.legal-footer .footer-nav__column button {
  width: fit-content;
  padding: 0;
  color: #d8dcd4;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  cursor: pointer;
}

.legal-footer .footer-nav__column button:hover {
  color: var(--zoofix-white);
  text-decoration-color: var(--zoofix-accent);
}

.footer-legal-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  padding: 18px clamp(18px, 4vw, 64px);
  color: #d8dcd4;
  background: var(--zoofix-black);
  border-bottom: 1px solid #414640;
}

.footer-legal-strip a,
.footer-legal-strip button {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  cursor: pointer;
}

.footer-legal-strip a:hover,
.footer-legal-strip button:hover {
  color: var(--zoofix-white);
  text-decoration-color: var(--zoofix-accent);
}

.checkout-consents a {
  color: inherit;
  font-weight: 850;
  text-underline-offset: 3px;
}

/* External content and consent */
.external-content-placeholder {
  display: grid;
  place-content: center;
  gap: 12px;
  min-height: 100%;
  padding: 30px;
  text-align: center;
  background: #d9ddd5;
}

.external-content-placeholder strong {
  font-size: 24px;
}

.external-content-placeholder p {
  max-width: 440px;
  margin: 0;
  line-height: 1.5;
}

.external-content-placeholder button {
  width: fit-content;
  min-height: 44px;
  margin: 3px auto 0;
  padding: 0 18px;
  color: var(--zoofix-white);
  background: var(--zoofix-black);
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  z-index: 1500;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, auto);
  gap: clamp(20px, 4vw, 52px);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(18px, 2.2vw, 28px);
  color: var(--zoofix-white);
  background: var(--zoofix-black);
  border: 1px solid #4f554d;
  border-radius: 0;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
}

.cookie-banner[hidden],
.cookie-modal[hidden],
.cookie-modal-backdrop[hidden] {
  display: none;
}

.cookie-banner__eyebrow {
  margin: 0 0 8px;
  color: var(--zoofix-action, #63d543);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-banner h2 {
  margin: 0;
  color: var(--zoofix-white);
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1;
  letter-spacing: normal;
}

.cookie-banner p:not(.cookie-banner__eyebrow) {
  max-width: 760px;
  margin: 12px 0 7px;
  color: #d1d5ce;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner a {
  color: var(--zoofix-white);
  font-size: 14px;
  font-weight: 750;
  text-underline-offset: 4px;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.cookie-banner__actions button,
.cookie-modal footer button {
  min-height: 48px;
  padding: 0 18px;
  color: var(--zoofix-white);
  background: transparent;
  border: 1px solid #767c73;
  border-radius: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.cookie-banner__actions .cookie-banner__accept,
.cookie-modal footer .cookie-modal__save {
  color: var(--zoofix-black);
  background: var(--zoofix-action, #63d543);
  border-color: var(--zoofix-action, #63d543);
}

.cookie-settings-trigger {
  position: fixed;
  z-index: 900;
  right: 14px;
  bottom: 14px;
  min-height: 38px;
  padding: 0 14px;
  color: var(--zoofix-white);
  background: var(--zoofix-black);
  border: 1px solid #72786f;
  border-radius: 999px;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.cookie-modal-backdrop {
  position: fixed;
  z-index: 1590;
  inset: 0;
  background: rgba(0, 0, 0, 0.56);
  border: 0;
}

.cookie-modal {
  position: fixed;
  z-index: 1600;
  top: 50%;
  left: 50%;
  width: min(calc(100% - 32px), 680px);
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
  color: var(--zoofix-black);
  background: var(--zoofix-white);
  border: 1px solid var(--zoofix-black);
  border-radius: 0;
  transform: translate(-50%, -50%);
}

body[data-cookie-modal-open="true"] {
  overflow: hidden;
}

.cookie-modal > header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 28px;
  border-bottom: 1px solid var(--zoofix-black);
}

.cookie-modal > header p {
  margin: 0 0 5px;
  color: #5d645a;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.cookie-modal > header h2 {
  margin: 0;
  font-size: clamp(30px, 5vw, 46px);
  line-height: 1;
}

.cookie-modal > header button {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
	background: transparent;
	border: 1px solid var(--zoofix-black);
	border-radius: 50%;
  cursor: pointer;
}

.cookie-modal > header svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.cookie-modal__body {
  padding: 0 28px;
}

.cookie-modal__body article,
.cookie-modal__body label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #cdd2ca;
}

.cookie-modal__body h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.cookie-modal__body p {
  margin: 0;
  color: #555c53;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-modal__body article > span {
  color: #437226;
  font-size: 14px;
  font-weight: 850;
  white-space: nowrap;
}

.cookie-modal__body label {
  position: relative;
  cursor: pointer;
}

.cookie-modal__body label input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookie-switch {
  position: relative;
  width: 54px;
  height: 30px;
  background: #a5aba2;
  border-radius: 999px;
  transition: background 180ms ease;
}

.cookie-switch::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  content: "";
  background: var(--zoofix-white);
  border-radius: 50%;
  transition: transform 180ms ease;
}

.cookie-modal__body input:checked + .cookie-switch {
  background: #417522;
}

.cookie-modal__body input:checked + .cookie-switch::after {
  transform: translateX(24px);
}

.cookie-modal__body input:focus-visible + .cookie-switch {
  outline: 3px solid rgba(65, 117, 34, 0.35);
  outline-offset: 3px;
}

.cookie-modal > footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 22px 28px 28px;
}

.cookie-modal > footer button {
	color: var(--zoofix-black);
	border-color: #858b82;
	border-radius: var(--radius-small);
}

@media (max-width: 900px) {
  .legal-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-index {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 22px;
  }

  .legal-index > p {
    grid-column: 1 / -1;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cookie-banner__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .legal-page {
    padding-inline: 16px;
  }

  .legal-hero {
    padding-top: 40px;
  }

  .legal-hero h1 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .legal-index {
    grid-template-columns: 1fr;
  }

  .legal-section {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .legal-section > header {
    grid-template-columns: 35px 1fr;
    gap: 10px;
  }

  .legal-section__body {
    font-size: 16px;
  }

  .legal-table > div,
  .withdrawal-preview dl > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .legal-form {
    grid-template-columns: 1fr;
  }

  .legal-form__wide {
    grid-column: auto;
  }

  .legal-form__status {
    grid-column: auto;
  }

  .cookie-banner {
    right: 0;
    bottom: 0;
    left: 0;
    max-height: 82dvh;
    padding: 18px 16px;
    overflow-y: auto;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-banner__actions button {
    width: 100%;
  }

  .cookie-banner__actions .cookie-banner__accept {
    grid-column: 1 / -1;
  }

  .cookie-settings-trigger {
    right: 8px;
    bottom: 8px;
  }

  .cookie-modal > header,
  .cookie-modal__body {
    padding-inline: 20px;
  }

  .cookie-modal__body article,
  .cookie-modal__body label {
    gap: 15px;
  }

  .cookie-modal > footer {
    display: grid;
    grid-template-columns: 1fr;
    padding: 18px 20px 22px;
  }

  .cookie-modal > footer button {
    width: 100%;
  }
}

/* Native WordPress editorial templates. */
.articles-index,
.article-single {
  color: var(--zoofix-black);
  background: #f6f6f0;
}

.articles-index {
  padding: clamp(42px, 6vw, 92px) var(--page-gutter) clamp(64px, 8vw, 120px);
}

.articles-index__header {
  display: grid;
  max-width: 920px;
  gap: 14px;
  margin: 0 0 clamp(34px, 5vw, 68px);
}

.articles-index__eyebrow,
.article-single__date,
.article-card__date {
  margin: 0;
  color: #55594f;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.articles-index__eyebrow {
  color: #237b24;
}

.articles-index__header h1,
.article-single__header h1 {
  max-width: 14ch;
  margin: 0;
  font: 850 clamp(46px, 8vw, 112px) / 0.88 var(--display-font);
  letter-spacing: normal;
  text-transform: uppercase;
}

.articles-index__header > p:last-child {
  max-width: 60ch;
  margin: 0;
  font-size: clamp(17px, 1.55vw, 22px);
  line-height: 1.5;
}

.articles-index__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.5vw, 36px);
  margin: 0;
  padding: 0;
}

.articles-index__grid > li {
  display: flex;
}

.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  background: var(--zoofix-white);
  border: 2px solid var(--zoofix-black);
  border-radius: var(--radius-small);
}

.article-card__media {
  overflow: hidden;
  margin: 0;
  border-bottom: 2px solid var(--zoofix-black);
}

.article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.article-card:hover .article-card__media img {
  transform: scale(1.025);
}

.article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
  padding: clamp(20px, 2.6vw, 32px);
}

.article-card h2 {
  margin: 0;
  font: 850 clamp(25px, 2.4vw, 36px) / 0.98 var(--display-font);
  letter-spacing: normal;
}

.article-card h2 a {
  color: inherit;
  text-decoration: none;
}

.article-card .wp-block-post-excerpt {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 18px;
  margin: 0;
}

.article-card .wp-block-post-excerpt__excerpt {
  margin: 0;
  color: #55594f;
  line-height: 1.55;
}

.article-card .wp-block-post-excerpt__more-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  align-self: flex-start;
  margin-top: auto;
  padding: 0 18px;
  color: var(--zoofix-black);
  background: var(--zoofix-action);
  border: 2px solid var(--zoofix-black);
  border-radius: var(--radius-small);
  font-weight: 850;
  text-decoration: none;
}

.article-card .wp-block-post-excerpt__more-link:hover,
.article-card .wp-block-post-excerpt__more-link:focus-visible {
  color: var(--zoofix-white);
  background: var(--zoofix-black);
}

.articles-index__pagination {
  margin-top: clamp(34px, 5vw, 64px);
}

.article-single {
  padding-bottom: clamp(64px, 8vw, 120px);
}

.article-single__header {
  display: grid;
  gap: 18px;
  padding: clamp(42px, 6vw, 88px) var(--page-gutter) clamp(30px, 4vw, 58px);
}

.article-single__back {
  margin: 0;
}

.article-single__back a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 18px;
  color: var(--zoofix-black);
  background: var(--zoofix-action);
  border: 2px solid var(--zoofix-black);
  border-radius: 18px;
  font-weight: 850;
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease;
}

.article-single__back a:hover,
.article-single__back a:focus-visible {
  color: var(--zoofix-white);
  background: var(--zoofix-black);
}

.article-single__media {
  max-width: min(1320px, calc(100% - var(--page-gutter) - var(--page-gutter)));
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid var(--zoofix-black);
  border-radius: var(--radius-small);
}

.article-single__media img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}

.article-single__content {
  max-width: 780px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 72px) var(--page-gutter) 0;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.72;
}

.article-single__content h2,
.article-single__content h3 {
  margin-top: 1.8em;
  font-family: var(--display-font);
  line-height: 1;
  letter-spacing: normal;
}

@media (max-width: 900px) {
  .articles-index__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .articles-index {
    padding-inline: 16px;
  }

  .articles-index__grid {
    grid-template-columns: 1fr;
  }

  .articles-index__header h1 {
    font-size: 36px;
  }

  .articles-index__header > p:last-child {
    font-size: 16px;
  }

  .article-single__header h1 {
    font-size: clamp(36px, 10vw, 46px);
  }

  .article-single__header {
    padding-inline: 16px;
  }

  .article-single__media {
    max-width: calc(100% - 32px);
  }

  .article-single__content {
    padding-inline: 20px;
  }
}

@media print {
  .header-shell,
  .legal-index,
  .site-footer,
  .cookie-consent,
  .legal-form,
  .legal-hero,
  .legal-section:not(:has(.withdrawal-preview)) {
    display: none !important;
  }

  .legal-page,
  .legal-layout,
  .legal-content,
  .legal-section {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .withdrawal-preview {
    display: block !important;
    max-width: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
  }

  .withdrawal-preview button {
    display: none;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 6px;
    padding: 0 8px;
  }

  .brand {
    gap: 6px;
  }

  .brand__mark {
    width: 36px;
    height: 36px;
  }

  .brand__word {
    font-size: 22px;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
  }

  .header-actions {
    gap: 2px;
  }

  .cart-button {
    gap: 4px;
    padding: 0 5px 0 7px;
  }

  .choice-card h3 {
    font-size: 23px;
  }

  .food-guide {
    padding: 32px 18px 18px;
  }

  .food-guide__steps::before {
    left: 18px;
  }

  .food-guide__step,
  .food-guide__step:first-child,
  .food-guide__step:last-child {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px;
  }

  .food-guide__number {
    font-size: 26px;
  }

  .food-guide__content h3 {
    font-size: 24px;
    letter-spacing: normal;
  }

  .product-focus__stage {
    min-height: 360px;
    padding: 22px 18px;
  }

  .product-focus__weight {
    right: 16px;
    top: 16px;
    min-width: 72px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }

  .product-focus figcaption {
    padding: 24px 18px;
  }

  .product-focus figcaption h3 {
    font-size: 34px;
  }

  .product-data {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 8px;
    padding: 24px 16px;
  }

  .product-data__number {
    font-size: 20px;
  }

  .product-data h3 {
    font-size: 24px;
    overflow-wrap: anywhere;
  }

  .store-locations {
    padding: 32px 18px 18px;
  }

  .store-location h3 {
    font-size: 34px;
    overflow-wrap: anywhere;
  }

  .store-location dl > div {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
  }

  .newsletter__panel {
    padding: 26px 18px;
  }

  .newsletter__panel-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .footer-masthead {
    min-height: 430px;
    padding-inline: 16px;
  }

  .footer-masthead__actions {
    flex-direction: row;
  }

  .footer-masthead__actions a {
    width: auto;
  }

  .footer-masthead__wordmark {
    left: 8px;
    font-size: 18vw;
  }

  .footer-masthead__pets {
    right: -30px;
    bottom: 52px;
    width: 86vw;
  }
}
