.america-250-card {
  --america-250-navy: #0a3161;
  --america-250-red: #b31942;
  --america-250-ink: #17233a;
  --america-250-cream: #fff8e8;
  --america-250-rule: rgba(10, 49, 97, 0.26);
}

.america-250-card .ff-collection-bar,
.america-250-card.ff-collection-bar {
  border-color: rgba(10, 49, 97, 0.28);
}

.america-250-card .ff-collection-bar-rule,
.america-250-card.ff-collection-bar .ff-collection-bar-rule {
  background: var(--america-250-red);
}

.america-250-card .ff-collection-bar-body,
.america-250-card.ff-collection-bar .ff-collection-bar-body {
  background: var(--america-250-navy);
  color: var(--america-250-cream);
}

.america-250-card .ff-collection-bar-body span,
.america-250-card.ff-collection-bar .ff-collection-bar-body span {
  color: var(--america-250-cream);
  letter-spacing: 0.16em;
}

.america-250-card .recipe-card,
.america-250-card.recipe-card,
.america-250-card.portrait-card {
  position: relative;
  border-color: rgba(10, 49, 97, 0.34);
  background: linear-gradient(180deg, rgba(255, 252, 242, 0.98), rgba(255, 247, 225, 0.96));
  box-shadow: 0 18px 40px rgba(31, 36, 48, 0.16);
}

.america-250-card .recipe-card::before,
.america-250-card.recipe-card::before,
.america-250-card.portrait-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(179, 25, 66, 0.22);
}

.america-250-card .pc-bar,
.america-250-card.portrait-card .pc-bar,
.america-250-card .c-top-band,
.america-250-card.recipe-card .c-top-band {
  background: var(--america-250-navy);
}

.america-250-card .c-accent-bar,
.america-250-card.recipe-card .c-accent-bar {
  background: var(--america-250-red);
}

.america-250-card .pc-category,
.america-250-card .pc-meta-label,
.america-250-card .pc-col-label,
.america-250-card .pc-step-num,
.america-250-card .c-eyebrow,
.america-250-card .c-section-label,
.america-250-card .c-td-amt-text {
  color: var(--america-250-red);
}

.america-250-card .pc-title,
.america-250-card .c-title {
  color: var(--america-250-navy);
  letter-spacing: 0;
}

.america-250-card .pc-description,
.america-250-card .pc-author,
.america-250-card .pc-meta-value,
.america-250-card .pc-table tbody td,
.america-250-card .pc-step-text,
.america-250-card .c-subtitle,
.america-250-card .c-td-name-text,
.america-250-card .c-step-text {
  color: var(--america-250-ink);
}

.america-250-card .pc-table tbody tr:nth-child(even),
.america-250-card .c-table tbody tr:nth-child(even),
.america-250-card .c-tr-even {
  background: rgba(10, 49, 97, 0.055);
}

.america-250-card .pc-header,
.america-250-card .pc-meta,
.america-250-card .pc-ingredients,
.america-250-card .pc-steps,
.america-250-card .pc-footer,
.america-250-card .c-left,
.america-250-card .c-right {
  border-color: var(--america-250-rule);
}

.america-250-card.recipe-card-method-only .c-left {
  flex-basis: 34%;
}

.america-250-card.recipe-card-method-only .c-right {
  padding-left: 14px;
}

.america-250-card.recipe-card-method-only .c-right-main {
  justify-content: flex-start;
}

.ff-editorial-body {
  --wh-ink: #0E2F4F;
  --wh-blue: #153E6F;
  --wh-red: #9E2F3F;
  --wh-cream: #FFF9EC;
  --wh-paper: #F7F0E2;
  --wh-line: #D9C7A3;
  --wh-faded-ink: #5F5748;
  --wh-gold: #B9892D;
  --wh-muted: var(--wh-faded-ink);
  --wh-navy: var(--wh-ink);
  --whc-navy: var(--wh-navy);
  --whc-red: var(--wh-red);
  --whc-cream: var(--wh-cream);
  --whc-antique: var(--wh-paper);
  background: var(--wh-cream);
  overflow-x: hidden;
}

.wh-hero-folio {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 58px) 0 44px;
  background:
    radial-gradient(circle at 14% 12%, rgba(185, 137, 45, 0.11), transparent 24%),
    radial-gradient(circle at 88% 24%, rgba(158, 47, 63, 0.06), transparent 28%),
    linear-gradient(180deg, var(--wh-cream), var(--wh-paper));
  border-bottom: 1px solid rgba(217, 199, 163, 0.82);
}

.wh-hero-folio::before {
  content: "";
  position: absolute;
  top: 112px;
  left: -14vw;
  z-index: 0;
  width: 126vw;
  height: 136px;
  background:
    linear-gradient(90deg, rgba(255, 249, 236, 0), rgba(255, 249, 236, 0) 38%, rgba(255, 249, 236, 0.38) 52%, rgba(255, 249, 236, 0.86) 72%, rgba(255, 249, 236, 0.96) 88%),
    repeating-linear-gradient(
      to bottom,
      rgba(158, 47, 63, 0.34) 0 12px,
      rgba(255, 249, 236, 0.82) 12px 24px
    );
  box-shadow: 0 16px 34px rgba(53, 39, 19, 0.07);
  opacity: 0.72;
  transform: rotate(-1.8deg);
  transform-origin: center;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 48%, rgba(0, 0, 0, 0.42) 66%, transparent 96%);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 48%, rgba(0, 0, 0, 0.42) 66%, transparent 96%);
}

.wh-hero-folio::after {
  content: "";
  position: absolute;
  top: 99px;
  left: max(24px, calc(50vw - 610px));
  z-index: 1;
  width: 210px;
  height: 92px;
  background-color: rgba(21, 62, 111, 0.6);
  background-image: radial-gradient(circle, rgba(255, 249, 236, 0.86) 1.5px, transparent 2px);
  background-size: 22px 18px;
  border: 1px solid rgba(14, 47, 79, 0.24);
  box-shadow: 0 12px 26px rgba(53, 39, 19, 0.12);
  opacity: 0.82;
  transform: rotate(-1.8deg);
  -webkit-mask-image: linear-gradient(90deg, #000, #000 88%, transparent);
  mask-image: linear-gradient(90deg, #000, #000 88%, transparent);
}

.wh-folio-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  max-width: 1240px;
}

.wh-folio-artifacts {
  position: relative;
  min-height: 522px;
}

.wh-artifact-sheet,
.wh-artifact-cover,
.wh-hero-card-artifact,
.wh-pair-source,
.wh-pair-card {
  border: 1px solid rgba(217, 199, 163, 0.92);
  background: rgba(255, 249, 236, 0.9);
  box-shadow: 0 16px 32px rgba(52, 37, 16, 0.12);
}

.wh-artifact-sheet,
.wh-artifact-cover,
.wh-pair-source {
  margin: 0;
  padding: 10px;
}

.wh-artifact-sheet {
  position: absolute;
  overflow: hidden;
}

.wh-artifact-sheet img,
.wh-artifact-cover img,
.wh-pair-source img {
  display: block;
  width: 100%;
  height: auto;
  filter: sepia(0.12) saturate(0.92);
}

.wh-artifact-sheet-title {
  top: 20px;
  left: 18px;
  width: 220px;
  transform: rotate(-2.4deg);
}

.wh-artifact-sheet-recipe {
  top: 82px;
  right: 20px;
  width: 224px;
  transform: rotate(2.6deg);
}

.wh-artifact-cover {
  position: relative;
  z-index: 3;
  width: min(340px, 72%);
  margin: 112px 0 0 58px;
  padding: 18px 18px 14px;
  box-shadow: 0 22px 40px rgba(52, 37, 16, 0.15);
}

.wh-hero-card-artifact {
  position: absolute;
  right: 10px;
  bottom: 28px;
  z-index: 4;
  width: 274px;
  padding: 8px;
  transform: rotate(-0.8deg);
  box-shadow: 0 16px 30px rgba(52, 37, 16, 0.12);
}

.wh-stack-label {
  position: absolute;
  left: 54px;
  bottom: 22px;
  z-index: 5;
  max-width: 210px;
  padding: 8px 11px;
  border: 1px solid rgba(217, 199, 163, 0.9);
  background: rgba(255, 249, 236, 0.95);
  color: var(--wh-faded-ink);
  font: 600 11px/1.3 "DM Sans", sans-serif;
  box-shadow: 0 8px 14px rgba(52, 37, 16, 0.08);
}

.wh-stack-label span {
  display: block;
  color: var(--wh-ink);
  font: 800 10px/1.2 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wh-hero-card-artifact img,
.wh-pair-card img {
  display: block;
  width: 100%;
  height: auto;
}

.wh-folio-copy {
  max-width: 650px;
  color: var(--wh-faded-ink);
}

.wh-eyebrow,
.wh-section-label {
  color: var(--wh-red);
  font: 800 11px/1.2 "DM Sans", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wh-eyebrow {
  display: inline-block;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(158, 47, 63, 0.44);
}

.wh-folio-copy h1 {
  max-width: 640px;
  margin: 16px 0 10px;
  color: var(--wh-ink);
  font: 700 clamp(44px, 5.05vw, 68px)/0.98 "Playfair Display", serif;
  letter-spacing: 0;
}

.wh-meta {
  color: var(--wh-red);
  font: 700 13px/1.35 "DM Sans", sans-serif;
}

.wh-folio-copy p,
.wh-why-copy p,
.wh-browser-intro p {
  color: var(--wh-faded-ink);
  font: 400 18px/1.58 "Cormorant Garamond", serif;
}

.wh-folio-copy p {
  max-width: 610px;
  margin: 20px 0 0;
}

.wh-source-note {
  max-width: 560px;
  margin-top: 14px !important;
  padding: 0;
  color: rgba(95, 87, 72, 0.82) !important;
  font-size: 14px !important;
  line-height: 1.42 !important;
}

.wh-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.wh-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 12px;
}

.wh-hero-links a {
  color: var(--wh-ink);
  font: 800 10px/1.2 "DM Sans", sans-serif;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.wh-hero-links a:hover,
.wh-hero-links a:focus-visible {
  color: var(--wh-red);
  text-decoration: none;
}

.wh-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(14, 47, 79, 0.46);
  border-radius: 999px;
  background: rgba(255, 249, 236, 0.9);
  color: var(--wh-ink);
  font: 800 10px/1 "DM Sans", sans-serif;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.wh-action-primary {
  border-color: var(--wh-ink);
  background: var(--wh-ink);
  color: var(--wh-cream) !important;
}

.wh-action-secondary {
  border-color: rgba(158, 47, 63, 0.56);
  color: var(--wh-red);
}

.wh-action-primary:visited {
  color: var(--wh-cream) !important;
}

.wh-action:hover,
.wh-action:focus-visible {
  border-color: var(--wh-red);
  color: var(--wh-red);
  text-decoration: none;
}

.wh-action-primary:hover,
.wh-action-primary:focus-visible {
  color: var(--wh-cream) !important;
  background: var(--wh-blue);
}

.wh-why-band {
  padding: 40px 0 36px;
  background: linear-gradient(180deg, rgba(255, 249, 236, 0.96), rgba(247, 240, 226, 0.88));
  border-top: 1px solid rgba(217, 199, 163, 0.74);
  border-bottom: 1px solid rgba(217, 199, 163, 0.72);
}

.wh-why-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 62px);
  max-width: 1180px;
}

.wh-why-copy h2,
.wh-browser-intro h2 {
  margin: 10px 0 0;
  color: var(--wh-ink);
  font: 700 clamp(30px, 3.2vw, 44px)/1.06 "Playfair Display", serif;
  letter-spacing: 0;
}

.wh-why-copy p {
  margin: 14px 0 0;
  max-width: 640px;
}

.wh-memory-line {
  color: var(--wh-ink) !important;
  font-weight: 600 !important;
}

.wh-family-cta {
  max-width: 520px;
  margin-top: 22px;
  padding: 16px 18px;
  border: 1px solid rgba(217, 199, 163, 0.86);
  background: rgba(255, 249, 236, 0.68);
  box-shadow: 0 10px 22px rgba(52, 37, 16, 0.07);
}

.wh-family-cta h3 {
  margin: 0;
  color: var(--wh-ink);
  font: 700 22px/1.1 "Playfair Display", serif;
}

.wh-family-cta p {
  margin: 8px 0 14px;
  font-size: 16px;
}

.wh-source-card-pair {
  padding: 16px;
  border: 1px solid rgba(217, 199, 163, 0.62);
  background: linear-gradient(180deg, rgba(255, 249, 236, 0.58), rgba(247, 240, 226, 0.72));
  box-shadow: 0 12px 22px rgba(52, 37, 16, 0.06);
}

.wh-pair-kicker {
  margin: 0 0 12px;
  color: var(--wh-red);
  font: 800 10px/1 "DM Sans", sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wh-pair-frames {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) 28px minmax(0, 1.08fr);
  align-items: center;
  gap: 12px;
}

.wh-pair-frame {
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(217, 199, 163, 0.9);
  background: rgba(255, 250, 240, 0.94);
  box-shadow: 0 10px 20px rgba(52, 37, 16, 0.09);
}

.wh-pair-source,
.wh-pair-card {
  transform: none;
}

.wh-pair-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 286px;
  object-fit: contain;
  filter: sepia(0.08) saturate(0.95);
}

.wh-pair-card img {
  filter: none;
}

.wh-pair-frame figcaption {
  margin-top: 9px;
  color: var(--wh-faded-ink);
  font: 800 9px/1 "DM Sans", sans-serif;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.wh-pair-arrow {
  color: var(--wh-gold);
  font: 700 24px/1 "Playfair Display", serif;
  text-align: center;
}

.wh-browser-intro {
  padding: 24px 0 14px;
  background: var(--wh-cream);
}

.wh-browser-intro-inner {
  max-width: 860px;
}

.wh-browser-intro p {
  margin: 8px 0 0;
}

.wh-collection-body .ff-browser {
  scroll-margin-top: 0;
}

@media (min-width: 1101px) {
  .wh-collection-body .ff-sidebar {
    height: calc(100vh - 92px);
    max-height: calc(100vh - 92px);
    overflow: hidden;
  }

  .wh-collection-body .ff-sidebar:not(.is-sticky) .ff-sidebar-shell {
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }

  .wh-collection-body .ff-sidebar:not(.is-sticky) .ff-sidebar-body,
  .wh-collection-body .ff-sidebar-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 18px;
  }
}

.wh-collection-body .historic-browser-search {
  padding: 0 16px 16px;
}

.wh-collection-body .historic-browser-search-label {
  display: block;
  margin-bottom: 8px;
}

.wh-collection-body .historic-browser-search-input {
  width: 100%;
  min-height: 40px;
  box-sizing: border-box;
  border: 1px solid rgba(217, 199, 163, 0.9);
  border-radius: 999px;
  padding: 0 15px;
  font-size: 13px;
}

.wh-collection-body .historic-browser-search-input::placeholder {
  color: rgba(95, 87, 72, 0.72);
}

.wh-collection-body .ff-sidebar-title {
  max-width: 168px;
}

.wh-detail-context {
  display: grid;
  gap: 4px;
  color: var(--wh-faded-ink);
}

.wh-detail-context .wh-detail-source-line {
  color: var(--wh-faded-ink);
  font: 700 10px/1.3 "DM Sans", sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wh-detail-context .wh-detail-250-line {
  color: var(--wh-red);
  font: 800 9px/1.3 "DM Sans", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wh-collection-body .ff-source-citation-block {
  border-color: rgba(217, 199, 163, 0.76);
  background: rgba(255, 249, 236, 0.56);
  box-shadow: none;
}

.wh-collection-body .ff-source-citation-title {
  color: var(--wh-ink);
  font-weight: 800;
}

.wh-collection-body .ff-source-citation-copy {
  color: var(--wh-faded-ink);
}

.wh-detail-product-cta {
  margin: 20px 0 0;
  padding: 18px 20px;
  border: 1px solid rgba(217, 199, 163, 0.82);
  border-radius: 12px;
  background: rgba(255, 249, 236, 0.72);
}

.wh-detail-product-cta h2 {
  margin: 0;
  color: var(--wh-ink);
  font: 700 24px/1.1 "Playfair Display", serif;
}

.wh-detail-product-cta p {
  margin: 8px 0 14px;
  color: var(--wh-faded-ink);
  font: 400 17px/1.5 "Cormorant Garamond", serif;
}

@media (max-width: 720px) {
  .wh-hero-folio {
    padding: 28px 0 32px;
  }

  .wh-hero-folio::before {
    top: 90px;
    left: -38vw;
    width: 176vw;
    height: 86px;
    opacity: 0.68;
  }

  .wh-hero-folio::after {
    top: 82px;
    left: 7vw;
    width: 112px;
    height: 50px;
    background-size: 16px 14px;
  }

  .wh-folio-grid,
  .wh-why-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .wh-folio-artifacts {
    min-height: 362px;
    max-width: 340px;
    margin: 0 auto;
    width: 100%;
  }

  .wh-artifact-sheet-title {
    top: 8px;
    left: 10px;
    width: 136px;
  }

  .wh-artifact-sheet-recipe {
    top: 48px;
    right: 10px;
    width: 140px;
  }

  .wh-artifact-cover {
    width: 198px;
    margin: 76px 0 0 24px;
    padding: 12px 12px 10px;
  }

  .wh-hero-card-artifact {
    right: 6px;
    bottom: 30px;
    width: 198px;
    padding: 8px;
  }

  .wh-stack-label {
    left: 26px;
    bottom: 4px;
    max-width: 180px;
    padding: 8px 9px;
    font-size: 11px;
  }

  .wh-folio-copy h1 {
    font-size: clamp(34px, 10.4vw, 44px);
  }

  .wh-folio-copy p,
  .wh-why-copy p,
  .wh-browser-intro p {
    font-size: 16px;
    line-height: 1.48;
  }

  .wh-hero-actions .wh-action {
    flex: 1 1 calc(50% - 8px);
    min-height: 38px;
    padding: 0 11px;
    letter-spacing: 0.065em;
  }

  .wh-hero-links {
    gap: 9px 14px;
  }

  .wh-why-band {
    padding: 32px 0;
  }

  .wh-source-card-pair {
    max-width: 380px;
    margin: 0 auto;
    padding: 14px;
    width: 100%;
  }

  .wh-pair-frames {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .wh-pair-arrow {
    justify-self: center;
    font-size: 22px;
    transform: rotate(90deg);
  }

  .wh-pair-frame img {
    max-height: 236px;
  }

  .wh-family-cta {
    display: none;
  }

  .wh-browser-intro {
    padding: 22px 0 14px;
  }

}
