.potw-page {
    --ink: #1c1914;
    --paper: #f3ead8;
    --leaf: #254033;
    --brass: #b08d3e;
    --dust: #6d6456;
    --card: #fffaf1;
    background:
        radial-gradient(circle at 12% 8%, rgba(176, 141, 62, 0.14), transparent 26%),
        linear-gradient(180deg, #f7f1e3 0%, #efe6d2 48%, #e7efe6 100%);
    color: var(--ink);
}

.potw-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--leaf);
}

.potw-hero img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.potw-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(28, 25, 20, 0.15) 0%, rgba(28, 25, 20, 0.72) 100%);
}

.potw-hero-copy {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 56px 20px 42px;
    color: #f7f1e3;
}

.potw-hero-copy span {
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--brass);
}

.potw-hero-copy h1 {
    font-family: 'Fraunces', 'Plus Jakarta Sans', serif;
    font-size: clamp(2.2rem, 5vw, 4.2rem);
    font-weight: 600;
    line-height: 1.05;
    max-width: 14ch;
    margin: 0 0 12px;
}

.potw-hero-copy p {
    max-width: 42ch;
    color: #efe6d2;
    line-height: 1.6;
}

.potw-wrap {
    max-width: 1300px;
    margin: 0 auto;
    padding: 56px 20px 80px;
}

.potw-block {
    margin-bottom: 56px;
}

.potw-label {
    display: inline-block;
    margin-bottom: 18px;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--brass);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--leaf);
}

.potw-current {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: 36px;
    background: var(--card);
    border: 1px solid rgba(28, 25, 20, 0.08);
    border-radius: 8px 40px 8px 40px;
    overflow: hidden;
    box-shadow: 0 20px 48px rgba(28, 25, 20, 0.08);
}

.potw-current-photo {
    min-height: 420px;
    background: var(--leaf);
}

.potw-current-photo img,
.potw-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.potw-current-copy {
    padding: 42px 40px 42px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.potw-current-copy h2,
.potw-card h3,
.potw-empty h2 {
    font-family: 'Fraunces', Georgia, serif;
    font-weight: 600;
}

.potw-current-copy h2 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.1;
    margin: 0 0 12px;
}

.potw-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
}

.potw-facts span {
    background: #efe6d2;
    color: var(--leaf);
    padding: 6px 10px;
    font-size: 0.85rem;
    font-weight: 700;
}

.potw-story {
    font-size: 1.08rem;
    line-height: 1.75;
    color: #3a342c;
    max-width: 48ch;
}

.potw-last {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 22px;
    align-items: center;
    background: var(--leaf);
    color: #f7f1e3;
    padding: 18px;
    border-radius: 32px 8px 32px 8px;
}

.potw-last .potw-card-photo {
    height: 180px;
    border-radius: 22px 4px 22px 4px;
    overflow: hidden;
}

.potw-last h3 {
    font-size: 1.8rem;
    margin: 0 0 8px;
}

.potw-last p {
    margin: 0 0 8px;
    color: #d8cba8;
}

.potw-history-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    margin-bottom: 22px;
}

.potw-history-head p {
    color: var(--dust);
    max-width: 42ch;
}

.potw-term {
    margin-bottom: 32px;
}

.potw-term h3 {
    font-family: 'Fraunces', Georgia, serif;
    font-size: 1.35rem;
    margin: 0 0 16px;
    color: var(--leaf);
}

.potw-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 18px;
}

.potw-card {
    background: var(--card);
    border: 1px solid rgba(28, 25, 20, 0.08);
    border-radius: 6px 22px 6px 22px;
    overflow: hidden;
}

.potw-card-photo {
    height: 230px;
    background: #254033;
}

.potw-card-copy {
    padding: 16px;
}

.potw-card h3 {
    font-size: 1.2rem;
    margin: 0 0 6px;
}

.potw-card p {
    margin: 0;
    color: var(--dust);
    font-size: 0.92rem;
}

.potw-empty {
    text-align: center;
    padding: 80px 20px;
    background: var(--card);
    border-radius: 8px 40px 8px 40px;
}

.potw-empty h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.potw-empty p {
    color: var(--dust);
}

.potw-fallback {
    width: 100%;
    height: 100%;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Fraunces', Georgia, serif;
    font-size: 4rem;
    color: var(--brass);
    background: var(--leaf);
}

@media (max-width: 860px) {
    .potw-current,
    .potw-last {
        grid-template-columns: 1fr;
    }

    .potw-current-copy {
        padding: 24px;
    }

    .potw-current-photo {
        min-height: 320px;
    }
}
