:root {
  --bg: #f5eee7;
  --sand: #f3e5d8;
  --ink: #281714;
  --muted: #6c554f;
  --accent: #a2382f;
  --accent-deep: #5f1918;
  --cream: #fff8f2;
  --dark: #170e0d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.pf-skip {
  position: absolute;
  left: -9999px;
}

.pf-skip:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.75rem 1rem;
  z-index: 120;
}

.pf-wrap {
  width: min(1180px, calc(100% - 2rem));
  margin: 0 auto;
}

.pf-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  padding: 1.1rem 1rem;
}

.pf-header-row,
.pf-subheader {
  width: min(1240px, calc(100% - 2rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.pf-nav,
.pf-subnav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.pf-nav {
  color: rgba(255, 245, 238, 0.88);
}

.pf-nav--right {
  justify-content: flex-end;
}

.pf-nav a,
.pf-subnav a,
.pf-footer-grid a {
  text-decoration: none;
}

.pf-brand {
  width: 256px;
}

.pf-stage {
  position: relative;
  min-height: 94vh;
  overflow: hidden;
  background: var(--dark);
}

.pf-slide,
.pf-overlay {
  position: absolute;
  inset: 0;
}

.pf-slide {
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.pf-slide.is-active {
  opacity: 1;
}

.pf-overlay {
  background:
    linear-gradient(180deg, rgba(13, 9, 8, 0.2) 0%, rgba(13, 9, 8, 0.56) 56%, rgba(13, 9, 8, 0.86) 100%),
    linear-gradient(90deg, rgba(13, 9, 8, 0.62) 0%, rgba(13, 9, 8, 0.1) 55%, rgba(13, 9, 8, 0.32) 100%);
}

.pf-stage-copy,
.pf-stage-card {
  position: absolute;
  z-index: 2;
}

.pf-stage-copy {
  left: min(5vw, 5rem);
  bottom: 9rem;
  max-width: 560px;
  color: #fff4eb;
}

.pf-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
}

.pf-stage .pf-kicker {
  color: #f5c4ab;
}

.pf-stage-copy h1,
.pf-introband h2,
.pf-essay h2,
.pf-rail-head h2,
.pf-help h2,
.pf-article-wrap h1 {
  font-family: "Spectral", serif;
  margin: 0 0 0.9rem;
  line-height: 0.98;
  font-weight: 600;
}

.pf-stage-copy h1 {
  font-size: clamp(3rem, 8vw, 6.4rem);
  max-width: 7ch;
}

.pf-stage-card {
  right: min(5vw, 5rem);
  bottom: 3rem;
  max-width: 320px;
  background: rgba(255, 247, 241, 0.16);
  backdrop-filter: blur(12px);
  color: #fff4eb;
  padding: 1.1rem 1.2rem;
  border-radius: 26px 26px 26px 6px;
  border: 1px solid rgba(255, 223, 208, 0.22);
}

.pf-stage-card strong {
  display: block;
  margin-bottom: 0.55rem;
}

.pf-stage-tools {
  display: flex;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.pf-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 240, 232, 0.4);
  cursor: pointer;
}

.pf-dot.is-active {
  background: #fff8f2;
}

.pf-introband,
.pf-disclosure,
.pf-essay,
.pf-rail,
.pf-help,
.pf-rg,
.pf-subfooter {
  padding: 1.8rem 0;
}

.pf-introband-grid,
.pf-disclosure-grid,
.pf-essay-grid,
.pf-help-grid {
  display: grid;
  gap: 2rem;
}

.pf-introband-grid {
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

.pf-introband h2,
.pf-essay h2,
.pf-rail-head h2,
.pf-help h2,
.pf-article-wrap h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
}

.pf-ranking {
  padding: 0 0 2rem;
  display: grid;
  gap: 1.1rem;
}

.pf-card {
  background: var(--cream);
  border-radius: 34px 34px 14px 34px;
  padding: 1.6rem;
  box-shadow: 0 14px 28px rgba(63, 27, 21, 0.08);
}

.pf-card--lead {
  background: linear-gradient(135deg, #fff6ee, #f4dfd0);
}

.pf-card--dark {
  background: #2d1715;
  color: #fff2ea;
}

.pf-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.pf-card-top img {
  width: 138px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

.pf-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(162, 56, 47, 0.13);
  color: var(--accent-deep);
  font-weight: 700;
}

.pf-card h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1.5rem;
}

.pf-offer strong {
  color: var(--accent-deep);
}

.pf-card--dark .pf-offer strong {
  color: #ffccbe;
}

.pf-meta {
  color: var(--muted);
}

.pf-card--dark .pf-meta {
  color: rgba(255, 232, 223, 0.82);
}

.pf-actionline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.pf-actionline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.2rem;
  text-decoration: none;
  border-radius: 999px;
  background: var(--accent);
  color: #fff6f1;
}

.pf-disclosure {
  background: #ecd8ca;
}

.pf-disclosure-grid {
  grid-template-columns: 1.4fr 0.6fr;
}

.pf-essay {
  padding-top: 2.2rem;
}

.pf-essay-grid {
  grid-template-columns: 1fr 1fr;
}

.pf-rail {
  background: #fff7f1;
}

.pf-rail-head {
  margin-bottom: 1.2rem;
}

.pf-rail-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.pf-rail-list div {
  padding: 1rem 1rem 1.2rem;
  border-bottom: 2px solid rgba(162, 56, 47, 0.2);
}

.pf-rail-list strong {
  display: block;
  margin-bottom: 0.45rem;
}

.pf-help {
  background: #281614;
  color: #fff2e9;
}

.pf-help-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.pf-help .pf-kicker {
  color: #f8bba7;
}

.pf-help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
  align-content: start;
}

.pf-help-links a {
  color: #fff2e9;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 238, 228, 0.24);
}

.pf-rg {
  background: linear-gradient(90deg, #a2382f, #66211f);
  color: #fff5ef;
}

.pf-rg p {
  margin: 0.3rem 0;
}

.pf-footer {
  position: relative;
  color: #fff5ee;
  background-size: cover;
  background-position: center;
}

.pf-footer-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 10, 9, 0.66), rgba(18, 10, 9, 0.93));
}

.pf-footer-content {
  position: relative;
  z-index: 1;
  padding: 2.4rem 0;
}

.pf-footer-brand img {
  width: 270px;
}

.pf-footer-grid {
  margin: 1.4rem 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.pf-subpage {
  background: linear-gradient(180deg, #fff8f3 0%, #f4ebe2 100%);
}

.pf-subpage .pf-header {
  position: sticky;
  top: 0;
  background: rgba(255, 248, 243, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(42, 23, 20, 0.1);
}

.pf-subpage .pf-nav {
  color: var(--muted);
}

.pf-subpage .pf-nav a {
  color: var(--muted);
}

.pf-subheader {
  padding: 1rem 0 1.2rem;
}

.pf-subnav {
  justify-content: flex-end;
}

.pf-subnav a {
  color: var(--muted);
}

.pf-article-wrap {
  width: min(860px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1rem 0 2rem;
}

.pf-date {
  color: var(--muted);
  margin-bottom: 1rem;
}

.pf-article-wrap h2 {
  margin: 1.6rem 0 0.6rem;
  font-size: 1.35rem;
}

.pf-article-wrap p,
.pf-article-wrap li,
.pf-stage-copy p,
.pf-stage-card p,
.pf-introband p,
.pf-card p,
.pf-disclosure p,
.pf-essay p,
.pf-rail-list span,
.pf-help p,
.pf-footer p {
  line-height: 1.75;
}

.pf-article-wrap ul {
  padding-left: 1.15rem;
}

.pf-subfooter {
  text-align: center;
  background: #eadccf;
}

@media (max-width: 980px) {
  .pf-introband-grid,
  .pf-disclosure-grid,
  .pf-essay-grid,
  .pf-help-grid,
  .pf-rail-list,
  .pf-header-row,
  .pf-subheader {
    grid-template-columns: 1fr;
  }

  .pf-nav--right,
  .pf-subnav {
    justify-content: flex-start;
  }

  .pf-brand {
    width: 226px;
  }

  .pf-stage-card {
    left: min(5vw, 2rem);
    right: auto;
    max-width: 320px;
  }
}

@media (max-width: 720px) {
  .pf-header {
    padding: 0.8rem 0;
  }

  .pf-stage {
    min-height: 86vh;
  }

  .pf-stage-copy {
    left: 1rem;
    right: 1rem;
    bottom: 11rem;
    max-width: 420px;
  }

  .pf-stage-card {
    left: 1rem;
    right: 1rem;
    bottom: 2rem;
    max-width: none;
    border-radius: 20px;
  }

  .pf-card,
  .pf-card--lead {
    border-radius: 22px;
  }
}
