/* Papercraft footer: artwork, navigation and help have distinct spaces. */
.pcft {
  --pcft-ink: #292d27;
  --pcft-muted: #65695f;
  --pcft-line: #deded4;
  --pcft-orange: #f7931e;
  background: #f7f6f0;
  color: var(--pcft-ink);
  margin-top: 48px;
  padding: 36px 32px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  overflow: clip;
}
.pcft *, .pcft *::before, .pcft *::after { box-sizing: border-box; }
.pcft-inner { max-width: 1280px; margin: 0 auto; }
.pcft a { color: inherit; text-decoration: none !important; box-shadow: none; }
footer.pcft a:not(.pcft-hero-cta):hover { color: #9b4a00; }
.pcft a:focus-visible, .pcft summary:focus-visible { outline: 2px solid #aa5100; outline-offset: 5px; border-radius: 4px; }
.pcft svg { width: 20px; height: 20px; flex-shrink: 0; }
.pcft p, .pcft h2, .pcft ul { margin: 0; }
.pcft-hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); align-items: center; border-radius: 24px; overflow: hidden; background: #eeebe3; }
.pcft-hero-copy { padding: 32px 40px; }
.pcft-eyebrow { display: block; margin-bottom: 9px; font-size: 11px; letter-spacing: .13em; font-weight: 700; text-transform: uppercase; color: #755034; }
.pcft .pcft-hero-title { max-width: 450px; font-size: clamp(25px, 2.6vw, 36px); line-height: 1.14; letter-spacing: -.035em; font-weight: 650; color: var(--pcft-ink); }
.pcft .pcft-hero-description { max-width: 385px; margin-top: 12px; color: #55594f; font-size: 14px; line-height: 1.55; }
.pcft .pcft-hero-cta { display: inline-flex; align-items: center; gap: 15px; min-height: 44px; margin-top: 18px; padding: 9px 16px; border-radius: 9px; background: var(--pcft-ink); color: #fff; font-weight: 600; font-size: 13px; }
.pcft .pcft-hero-cta:hover { background: #414b38; color: #fff; }
.pcft-art { display: block; aspect-ratio: 3 / 2; align-self: center; min-height: 0; position: relative; overflow: hidden; }
.pcft-art picture { display: block; height: 100%; width: 100%; }
.pcft-art img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; margin: 0; border-radius: 0; }
.pcft-brand-row { display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 26px 0; border-bottom: 1px solid var(--pcft-line); }
.pcft-brand { display: flex; align-items: center; gap: 14px; }
.pcft-brand-logo { display: block; flex: 0 0 58px; }
.pcft-brand-logo img { display: block; width: 58px; height: 58px; margin: 0; }
.pcft-brand-name { display: block; font-size: 17px; font-weight: 700; letter-spacing: -.02em; }
.pcft-brand-description { display: block; max-width: 320px; font-size: 12px; color: var(--pcft-muted); }
.pcft-reviews { display: flex; align-items: center; gap: 12px; border-left: 1px solid var(--pcft-line); padding-left: 24px; }
.pcft-review-stars { display: block; position: relative; width: 83px; height: 15px; flex-shrink: 0; color: #997319; }
.pcft-stars-empty, .pcft-stars-fill > span { display: flex; gap: 2px; width: 83px; }
.pcft-stars-empty { color: #ceceb8; }
.pcft-stars-fill { position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; }
.pcft-review-stars svg { width: 15px; height: 15px; fill: currentColor; stroke-width: 1; }
.pcft-review-text { display: block; font-size: 12px; color: var(--pcft-muted); }
.pcft-review-score { display: block; font-weight: 600; font-size: 14px; }
.pcft-socials { display: flex; flex-wrap: wrap; gap: 6px; }
.pcft-socials a { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: 1px solid var(--pcft-line); border-radius: 50%; background: #fff9; }
.pcft-socials a:hover { border-color: #c7873c; background: #fff; }
.pcft-socials svg { width: 17px; height: 17px; }
.pcft-quick { display: none; }
.pcft-nav { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 30px; padding: 29px 0 32px; }
.pcft-group { min-width: 0; border: 0; padding: 0; background: transparent; }
.pcft-group summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 10px; cursor: pointer; min-height: 36px; padding: 0; }
.pcft-group summary::-webkit-details-marker { display: none; }
.pcft .pcft-group h2 { font-size: 14px; font-weight: 650; letter-spacing: -.01em; line-height: 1.4; color: var(--pcft-ink); }
.pcft-toggle { position: relative; width: 16px; height: 16px; flex-shrink: 0; }
.pcft-toggle::before, .pcft-toggle::after { content: ''; position: absolute; top: 7px; left: 2px; width: 12px; height: 1.5px; background: currentColor; }
.pcft-toggle::after { transform: rotate(90deg); }
.pcft-group[open] .pcft-toggle::after { transform: rotate(0); }
.pcft .pcft-links { list-style: none; padding: 9px 0 0; }
.pcft .pcft-links li { list-style: none; padding: 0; margin: 0; }
.pcft-links a { display: flex; align-items: center; min-height: 32px; padding: 4px 0; font-size: 13px; line-height: 1.45; color: #51574c; overflow-wrap: anywhere; }
.pcft-language { display: inline-block; flex-shrink: 0; margin-inline-start: 6px; padding: 1px 4px; border: 1px solid var(--pcft-line); border-radius: 4px; font-size: 9px; line-height: 1.4; color: var(--pcft-muted); }
.pcft-categories .pcft-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 16px; }
.pcft-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; border-top: 1px solid var(--pcft-line); font-size: 11px; color: var(--pcft-muted); }
.pcft-legal { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.pcft-legal a { padding: 5px 0; }
.pcft-copyright { flex-shrink: 0; }
@media (min-width: 768px) {
  .pcft[data-ready] .pcft-group summary { cursor: default; pointer-events: none; }
  .pcft[data-ready] .pcft-toggle { display: none; }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .pcft { padding: 28px 24px 0; }
  .pcft-hero-copy { padding: 24px; }
  .pcft-brand-row { flex-wrap: wrap; }
  .pcft-socials { margin-left: auto; }
  .pcft-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 40px; }
  .pcft-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
}
@media (max-width: 767px) {
  .pcft { margin-top: 30px; padding: 0 20px 0; }
  .pcft-hero {
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: none;
  }
  .pcft-art { width: 100%; min-height: 0; height: auto; flex: none; aspect-ratio: 3 / 2; }
  .pcft-art img { object-fit: cover; object-position: center; }
  .pcft-hero-copy { width: 100%; padding: 20px 20px 24px; }
  .pcft-eyebrow { font-size: 10px; letter-spacing: .11em; margin-bottom: 8px; }
  .pcft .pcft-hero-title { font-size: 25px; max-width: 310px; }
  .pcft .pcft-hero-description { font-size: 13px; line-height: 1.4; margin-top: 10px; }
  .pcft .pcft-hero-cta { margin-top: 15px; font-size: 12px; }
  .pcft-brand-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px 10px; padding: 20px 0; }
  .pcft-brand { grid-column: 1 / -1; gap: 12px; }
  .pcft-brand-logo { flex-basis: 48px; }
  .pcft-brand-logo img { width: 48px; height: 48px; }
  .pcft-brand-name { font-size: 16px; }
  .pcft-brand-description { font-size: 11px; }
  .pcft-reviews { border: 0; padding: 0; gap: 4px; min-width: 0; flex-direction: column; align-items: flex-start; }
  .pcft-review-score { font-size: 13px; }
  .pcft-review-text { font-size: 11px; }
  .pcft-review-stars { flex: none; width: 68px; height: 12px; }
  .pcft-stars-empty, .pcft-stars-fill > span { width: 68px; }
  .pcft-review-stars svg { width: 12px; height: 12px; }
  .pcft-socials { gap: 4px; margin-left: 0; }
  .pcft-socials a { width: 32px; height: 36px; border-color: transparent; background: transparent; }
  .pcft-socials svg { width: 18px; height: 18px; }
  .pcft-quick { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 20px 0 12px; }
  .pcft-quick a { display: flex; align-items: center; gap: 8px; padding: 12px 10px; border: 1px solid var(--pcft-line); border-radius: 10px; font-size: 12px; line-height: 1.35; min-height: 54px; }
  .pcft-quick svg { width: 17px; height: 17px; color: #92500e; }
  .pcft-nav { display: block; padding: 0 0 12px; }
  .pcft-group { border-bottom: 1px solid var(--pcft-line); }
  .pcft-group summary { min-height: 58px; padding: 12px 0; }
  .pcft .pcft-group h2 { font-size: 14px; }
  .pcft .pcft-links { padding: 0 0 14px; }
  .pcft-links a { min-height: 40px; padding: 8px 0; font-size: 13px; }
  .pcft-categories .pcft-links { column-gap: 18px; }
  .pcft-bottom { flex-direction: column; align-items: flex-start; gap: 8px; border-top: 0; padding: 12px 0 18px; font-size: 11px; line-height: 1.2; }
  .pcft-legal { gap: 0 14px; line-height: 1.2; }
  .pcft-legal a { padding: 1px 0; line-height: 1.2; }
}
html.pcft-visible #cr_floatingtrustbadge { display: none !important; }
@media (prefers-reduced-motion: no-preference) {
  .pcft a { transition: color .15s, background-color .15s, border-color .15s; }
}
