:root {
        --pc-bg: #f4efe7;
        --pc-panel: rgba(255, 250, 244, 0.84);
        --pc-card: rgba(255, 255, 255, 0.90);
        --pc-ink: #191511;
        --pc-muted: #6b6258;
        --pc-line: rgba(25, 21, 17, 0.10);
        --pc-gold: #b8863b;
        --pc-rose: #f3d8da;
        --pc-sand: #f0dfc6;
        --pc-accent: #b40808;
        --pc-accent-dark: #820606;
        --pc-shadow: 0 18px 45px rgba(33, 24, 14, 0.10);
    }

    .pc-page, .pc-page * {
        box-sizing: border-box;
    }

    .pc-page {
        background:
            radial-gradient(circle at top left, rgba(184, 134, 59, 0.12), transparent 28%),
            radial-gradient(circle at top right, rgba(243, 216, 218, 0.18), transparent 22%),
            linear-gradient(180deg, #fbf8f3 0%, #f4efe7 100%);
        color: var(--pc-ink);
    }

    .pc-shell {
        max-width: 1380px;
        margin: 0 auto;
        padding: 28px 18px 84px;
    }

    .pc-breadcrumbs {
        display: flex;
        gap: 10px;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 24px;
        font-size: 13px;
        color: var(--pc-muted);
    }

    .pc-breadcrumbs a {
        color: var(--pc-muted);
        text-decoration: none;
    }

    .pc-hero {
        display: grid;
        grid-template-columns: 1.08fr 0.92fr;
        gap: 28px;
        margin-bottom: 34px;
    }

    .pc-hero-copy,
    .pc-hero-visual {
        background: var(--pc-panel);
        backdrop-filter: blur(10px);
        border: 1px solid var(--pc-line);
        border-radius: 30px;
        box-shadow: var(--pc-shadow);
    }

    .pc-hero-copy {
        padding: 48px;
    }

    .pc-eyebrow,
    .pc-occasion-label {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 9px 14px;
        border-radius: 999px;
        background: linear-gradient(135deg, rgba(184, 134, 59, 0.14), rgba(243, 216, 218, 0.60));
        color: #8f6425;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }

    .pc-hero-copy h1 {
        margin: 18px 0 14px;
        font-size: clamp(36px, 5vw, 64px);
        line-height: 0.98;
        font-weight: 800;
        letter-spacing: -0.04em;
        max-width: 760px;
    }

    .pc-hero-copy p {
        margin: 0 0 24px;
        font-size: 17px;
        line-height: 1.78;
        color: var(--pc-muted);
        max-width: 700px;
    }

    .pc-hero-spoke {
        grid-template-columns: 1.2fr 0.8fr;
    }

    .pc-btn-primary,
    .pc-btn-primary:hover,
    .pc-btn-primary:focus {
        color: #fff;
        text-decoration: none;
    }

    .pc-hero-actions,
    .pc-card-actions,
    .pc-jump-nav,
    .pc-card-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .pc-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding: 0 22px;
        border-radius: 14px;
        border: 1px solid transparent;
        font-weight: 800;
        text-decoration: none;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .pc-btn:hover {
        transform: translateY(-2px);
        text-decoration: none;
    }

    .pc-btn-primary {
        background: linear-gradient(135deg, var(--pc-accent) 0%, var(--pc-accent-dark) 100%);
        color: #fff;
        box-shadow: 0 14px 28px rgba(161, 18, 18, 0.24);
    }

    .pc-btn-secondary {
        background: #fff;
        color: var(--pc-ink);
        border-color: var(--pc-line);
    }

    .pc-feature-row,
    .pc-steps {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .pc-feature,
    .pc-step {
        padding: 18px;
        border-radius: 20px;
        background: rgba(255,255,255,0.88);
        border: 1px solid var(--pc-line);
    }

    .pc-feature strong,
    .pc-step h4 {
        display: block;
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 800;
    }

    .pc-feature span,
    .pc-step p {
        color: var(--pc-muted);
        font-size: 13px;
        line-height: 1.65;
        margin: 0;
    }

    .pc-hero-visual {
        padding: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .pc-showcase {
        width: min(100%, 560px);
        aspect-ratio: 1 / 1;
        position: relative;
    }

    .pc-showcase::before {
        content: "";
        position: absolute;
        inset: 6% 6%;
        border-radius: 34px;
        background:
            radial-gradient(circle at 20% 18%, rgba(243, 216, 218, 0.7), transparent 22%),
            radial-gradient(circle at 82% 24%, rgba(184, 134, 59, 0.24), transparent 18%),
            linear-gradient(145deg, #fff 0%, #efe3d3 100%);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
    }

    .pc-showcase-grid {
        position: absolute;
        inset: 14% 13%;
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .pc-showcase-tile,
    .pc-tile,
    .pc-hex {
        background:
            linear-gradient(135deg, rgba(255,255,255,0.86), rgba(255,255,255,0.52)),
            linear-gradient(135deg, #d8b387 0%, #9f6b36 100%);
        box-shadow: 0 10px 22px rgba(64, 41, 16, 0.16);
    }

    .pc-showcase-tile {
        border-radius: 20px;
        border: 5px solid #fff;
    }

    .pc-showcase-tile:nth-child(1) { grid-column: 1 / span 2; grid-row: 1 / span 2; }
    .pc-showcase-tile:nth-child(2) { grid-column: 3 / span 2; grid-row: 1 / span 1; }
    .pc-showcase-tile:nth-child(3) { grid-column: 3 / span 1; grid-row: 2 / span 2; }
    .pc-showcase-tile:nth-child(4) { grid-column: 4 / span 1; grid-row: 2 / span 2; }
    .pc-showcase-tile:nth-child(5) { grid-column: 1 / span 1; grid-row: 3 / span 2; }
    .pc-showcase-tile:nth-child(6) { grid-column: 2 / span 2; grid-row: 3 / span 2; }
    .pc-showcase-tile:nth-child(7) { grid-column: 4 / span 1; grid-row: 4 / span 1; }

    .pc-section-head {
        display: flex;
        justify-content: space-between;
        align-items: end;
        gap: 20px;
        margin: 0 0 20px;
    }

    .pc-section-head h2 {
        margin: 0 0 8px;
        font-size: clamp(28px, 4vw, 42px);
        line-height: 1.04;
        font-weight: 800;
        letter-spacing: -0.03em;
    }

    .pc-section-head p {
        margin: 0;
        color: var(--pc-muted);
        font-size: 15px;
        line-height: 1.72;
        max-width: 760px;
    }

    .pc-jump-nav {
        margin-bottom: 28px;
    }

    .pc-jump-chip {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 18px;
        border-radius: 999px;
        background: rgba(255,255,255,0.84);
        border: 1px solid var(--pc-line);
        box-shadow: 0 8px 20px rgba(33, 24, 14, 0.06);
        color: var(--pc-ink);
        font-size: 13px;
        font-weight: 800;
        text-decoration: none;
    }

    .pc-jump-chip span {
        color: var(--pc-muted);
        font-weight: 700;
    }

    .pc-template-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 24px;
    }

    .pc-featured-section {
        margin-bottom: 44px;
    }

    .pc-featured-card .pc-card-art {
        min-height: 350px;
        background:
            linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,238,228,0.98)),
            radial-gradient(circle at top right, rgba(243, 216, 218, 0.18), transparent 26%),
            radial-gradient(circle at bottom left, rgba(184, 134, 59, 0.10), transparent 24%);
        border-bottom-color: rgba(184, 134, 59, 0.18);
    }

    .pc-featured-card .pc-card-body h3 {
        font-size: 26px;
    }

    .pc-featured-card {
        border-color: rgba(184, 134, 59, 0.18);
        box-shadow: 0 28px 60px rgba(55, 36, 17, 0.12);
        background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(251,246,239,0.98));
    }

    .pc-featured-card .pc-card-body {
        background:
            linear-gradient(180deg, rgba(255,255,255,0.98), rgba(251,246,239,0.98));
    }

    .pc-featured-card .pc-pill {
        background: rgba(184, 134, 59, 0.10);
        border-color: rgba(184, 134, 59, 0.16);
    }

    .pc-featured-card .pc-pill-edit {
        background: rgba(180, 8, 8, 0.06);
    }

    .pc-featured-card::before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 4px;
        background: linear-gradient(90deg, #cfa15b 0%, #f1d3a5 45%, #b47930 100%);
        z-index: 3;
    }

    .pc-occasion {
        margin-top: 44px;
        scroll-margin-top: 110px;
    }

    .pc-card {
        background: var(--pc-card);
        border: 1px solid var(--pc-line);
        border-radius: 24px;
        overflow: hidden;
        box-shadow: var(--pc-shadow);
        transition: transform 0.25s ease, box-shadow 0.25s ease;
        position: relative;
    }

    .pc-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 22px 50px rgba(33, 24, 14, 0.14);
    }

    .pc-card-art {
        position: relative;
        padding: 26px;
        min-height: 320px;
        background:
            linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,241,232,0.98)),
            radial-gradient(circle at top right, rgba(184, 134, 59, 0.10), transparent 28%);
        border-bottom: 1px solid var(--pc-line);
        overflow: hidden;
    }

    .pc-card-art::after {
        content: "";
        position: absolute;
        inset: auto 22px 14px 22px;
        height: 18px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(62, 37, 17, 0.12), transparent 68%);
        filter: blur(8px);
    }

    .pc-badge,
    .pc-pill {
        display: inline-flex;
        align-items: center;
        padding: 7px 11px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .pc-badge {
        position: absolute;
        top: 18px;
        left: 18px;
        background: rgba(180, 8, 8, 0.08);
        color: #9b1313;
        z-index: 10;
    }

    .pc-pill {
        border: 1px solid rgba(25, 21, 17, 0.08);
        background: rgba(25, 21, 17, 0.04);
        color: var(--pc-ink);
    }

    .pc-pill-edit {
        background: rgba(180, 8, 8, 0.08);
        color: #9b1313;
        border-color: rgba(180, 8, 8, 0.14);
    }

    .pc-preview-board {
        width: 100%;
        min-height: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
    }

    .pc-featured-card .pc-preview-board {
        padding: 26px 22px 18px;
        align-items: center;
        justify-content: center;
    }

    .pc-preview-board::before {
        content: "";
        position: absolute;
        inset: 8% 7%;
        border-radius: 28px;
        background:
            radial-gradient(circle at top left, rgba(243, 216, 218, 0.24), transparent 24%),
            radial-gradient(circle at bottom right, rgba(240, 223, 198, 0.28), transparent 30%),
            linear-gradient(145deg, #f7f0e6, #ebdfcf);
        border: 1px solid rgba(25, 21, 17, 0.06);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.78), 0 18px 34px rgba(42, 27, 14, 0.10);
    }

    .pc-featured-card .pc-preview-board::before {
        background:
            radial-gradient(circle at top left, rgba(224, 190, 138, 0.16), transparent 24%),
            radial-gradient(circle at bottom right, rgba(102, 68, 31, 0.18), transparent 28%),
            linear-gradient(145deg, #24180f, #3b2a1b 58%, #5b3d26 100%);
        border-color: rgba(211, 174, 116, 0.24);
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 20px 36px rgba(18, 11, 6, 0.24);
    }

    .pc-preview-board > div {
        position: relative;
        z-index: 1;
    }

    .pc-featured-card .pc-preview-board > div {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

    .pc-featured-card .grid-landscape-four {
        width: 78%;
        transform: translateY(4px);
    }

    .pc-featured-card .grid-newborn-parents {
        width: 60%;
        transform: translateY(10px);
    }

    .pc-featured-card .grid-portrait-seven {
        width: 64%;
        transform: translateY(10px);
    }

    .pc-featured-card .grid-mom-monogram {
        width: 58%;
        transform: translateY(12px);
    }

    .pc-featured-card .grid-love-story-wrap {
        width: 58%;
        transform: translateY(12px);
    }

    .pc-featured-card .grid-color-pop-three {
        width: 64%;
        transform: translateY(10px);
    }

    .pc-preview-text {
        display: none;
    }

    .pc-card-body {
        background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.98));
    }

    .pc-tile {
        border: 6px solid rgba(255,255,255,0.95);
        border-radius: 8px;
        box-shadow: 0 12px 24px rgba(33, 24, 14, 0.16);
    }

    .pc-featured-card .pc-tile {
        border-color: rgba(255,255,255,0.98);
        box-shadow: 0 14px 26px rgba(8, 5, 2, 0.28);
    }

    .grid-large-five,
    .grid-nine-photo,
    .grid-four-photo,
    .grid-center-hero,
    .grid-ribbon-eight,
    .grid-two-photo,
    .grid-story-poster,
    .grid-film-strip,
    .grid-poster-three,
    .grid-landscape-four,
    .grid-portrait-seven,
    .grid-love-story {
        display: grid;
        gap: 8px;
    }

    .grid-large-five {
        width: 92%;
        max-width: 340px;
        aspect-ratio: 1 / 1;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .grid-large-five .pc-tile:nth-child(1) { grid-column: 1 / span 2; grid-row: 1 / span 2; }

    .grid-hexa-seven {
        position: relative;
        width: 94%;
        max-width: 330px;
        aspect-ratio: 1 / 1;
    }

    .grid-hexa-seven .pc-hex {
        position: absolute;
        width: 32%;
        aspect-ratio: 1 / 1.12;
        clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0 50%);
        border: 7px solid #111;
    }

    .grid-hexa-seven .pc-hex:nth-child(1) { left: 34%; top: 0%; }
    .grid-hexa-seven .pc-hex:nth-child(2) { left: 17%; top: 21%; }
    .grid-hexa-seven .pc-hex:nth-child(3) { left: 51%; top: 21%; }
    .grid-hexa-seven .pc-hex:nth-child(4) { left: 34%; top: 41.5%; }
    .grid-hexa-seven .pc-hex:nth-child(5) { left: 17%; top: 62%; }
    .grid-hexa-seven .pc-hex:nth-child(6) { left: 51%; top: 62%; }
    .grid-hexa-seven .pc-hex:nth-child(7) { left: 34%; top: 82%; }

    .grid-two-photo {
        width: 92%;
        max-width: 340px;
        aspect-ratio: 1.25 / 1;
        grid-template-columns: 1fr 1fr;
    }

    .grid-story-poster {
        width: 76%;
        max-width: 250px;
        aspect-ratio: 0.72 / 1;
        grid-template-columns: 1.3fr 1fr;
        grid-template-rows: 1.65fr 1fr 1fr;
    }

    .grid-story-poster .pc-tile:nth-child(1) { grid-column: 1 / span 2; }
    .grid-story-poster .pc-tile:nth-child(2) { grid-column: 1 / span 1; grid-row: 2 / span 2; }

    .grid-nine-photo {
        width: 90%;
        max-width: 320px;
        aspect-ratio: 1 / 1;
        grid-template-columns: repeat(3, 1fr);
    }

    .grid-four-photo {
        width: 92%;
        max-width: 340px;
        aspect-ratio: 1 / 1;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .grid-film-strip {
        width: 70%;
        max-width: 220px;
        aspect-ratio: 0.55 / 1;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
    }

    .grid-center-hero {
        width: 92%;
        max-width: 330px;
        aspect-ratio: 1 / 1;
        grid-template-columns: 0.9fr 1.35fr 0.9fr;
        grid-template-rows: 0.9fr 1.3fr 0.9fr;
    }

    .grid-center-hero .pc-tile:nth-child(1) { grid-column: 2 / span 1; grid-row: 2 / span 1; }

    .grid-ribbon-eight {
        width: 94%;
        max-width: 340px;
        aspect-ratio: 1.08 / 1;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .grid-ribbon-eight .pc-tile:nth-child(1) { grid-column: 2 / span 2; }
    .grid-ribbon-eight .pc-tile:nth-child(8) { grid-column: 2 / span 2; }

    .grid-poster-three {
        width: 88%;
        max-width: 320px;
        aspect-ratio: 0.92 / 1;
        grid-template-columns: 1.25fr 1fr;
        grid-template-rows: 1.35fr 0.9fr;
    }

    .grid-poster-three .pc-tile:nth-child(1) { grid-row: 1 / span 2; }

    .grid-landscape-four {
        width: 82%;
        max-width: 300px;
        aspect-ratio: 1.4 / 1;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .grid-newborn-parents {
        display: grid;
        width: 66%;
        max-width: 220px;
        aspect-ratio: 0.74 / 1;
        grid-template-columns: 1fr;
        grid-template-rows: 0.48fr 0.24fr;
        align-items: start;
        gap: 18px;
        margin-top: 0;
    }

    .grid-newborn-parents .pc-tile:first-child {
        width: 58%;
        justify-self: center;
        border-radius: 999px;
        aspect-ratio: 1 / 1;
    }

    .grid-newborn-parents .pc-tile:last-child {
        width: 70%;
        justify-self: center;
        border-radius: 20px;
    }

    .grid-portrait-seven {
        width: 70%;
        max-width: 230px;
        aspect-ratio: 0.72 / 1;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 0.85fr 1.9fr 0.85fr;
        margin-top: 0;
    }

    .grid-portrait-seven .pc-tile:nth-child(4) {
        grid-column: 1 / span 3;
    }

    .grid-mom-monogram {
        width: 68%;
        max-width: 220px;
        aspect-ratio: 0.78 / 1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 10px;
    }

    .grid-mom-monogram .pc-letter-block {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: linear-gradient(135deg, #5f0d8f 0%, #b518ad 100%);
        color: #fff;
        font-family: "Playfair Display", serif;
        font-size: 74px;
        font-weight: 700;
        box-shadow: 0 16px 30px rgba(84, 8, 122, 0.34);
    }

    .grid-love-story {
        width: 68%;
        max-width: 210px;
        aspect-ratio: 0.76 / 1;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 0.6fr;
    }

    .grid-love-story-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
        margin-top: 0;
    }

    .grid-love-caption {
        font-family: "Dancing Script", cursive;
        font-size: 16px;
        color: #f5e7d3;
        max-width: 160px;
        text-align: center;
        line-height: 1.05;
        text-shadow: 0 10px 20px rgba(0,0,0,0.24);
    }

    .grid-love-timeline {
        position: relative;
        width: 60%;
        height: 74px;
        margin-top: 0;
    }

    .grid-love-timeline::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 2px;
        background: rgba(245, 231, 211, 0.38);
        transform: translateX(-50%);
    }

    .grid-love-dot {
        position: absolute;
        left: 50%;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #d7a566;
        border: 3px solid #fff6ed;
        transform: translateX(-50%);
        box-shadow: 0 8px 18px rgba(215, 165, 102, 0.26);
    }

    .grid-love-dot:nth-child(1) { top: 2px; }
    .grid-love-dot:nth-child(2) { top: 30px; }
    .grid-love-dot:nth-child(3) { top: 58px; }

    .grid-love-label {
        position: absolute;
        font-size: 11px;
        font-weight: 700;
        color: #f0deca;
        white-space: nowrap;
    }

    .grid-love-label.a { top: -2px; right: 58%; margin-right: 12px; }
    .grid-love-label.b { top: 24px; left: 58%; margin-left: 12px; }
    .grid-love-label.c { top: 52px; right: 58%; margin-right: 12px; }

    .pc-featured-card .grid-mom-monogram .pc-letter-block {
        font-size: 56px;
    }

    .pc-featured-card .grid-love-caption {
        font-size: 14px;
        max-width: 140px;
    }

    .pc-featured-card .grid-love-timeline {
        width: 54%;
        height: 62px;
    }

    .pc-featured-card .grid-love-dot:nth-child(1) { top: 0; }
    .pc-featured-card .grid-love-dot:nth-child(2) { top: 24px; }
    .pc-featured-card .grid-love-dot:nth-child(3) { top: 48px; }

    .pc-featured-card .grid-love-label {
        font-size: 9px;
    }

    .pc-featured-card .grid-love-label.a { top: -2px; margin-right: 10px; }
    .pc-featured-card .grid-love-label.b { top: 18px; margin-left: 10px; }
    .pc-featured-card .grid-love-label.c { top: 42px; margin-right: 10px; }

    .grid-color-pop-three {
        position: relative;
        width: 74%;
        max-width: 240px;
        aspect-ratio: 1 / 1;
        display: grid;
        grid-template-columns: 1.22fr 0.9fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
        padding: 10px;
        border-radius: 18px;
        background:
            linear-gradient(135deg, #00b7ff 0%, #3277ff 20%, #6b4dff 35%, #ff338d 60%, #ff8f1f 82%, #ffc532 100%);
        box-shadow: 0 16px 34px rgba(64, 41, 16, 0.18);
    }

    .grid-color-pop-three .pc-tile {
        border-width: 8px;
    }

    .grid-color-pop-three .pc-tile:first-child {
        grid-row: 1 / span 2;
    }

    .pc-featured-section .pc-template-grid {
        grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
        gap: 28px;
    }

    .pc-featured-section .pc-card-body {
        padding-top: 24px;
    }

    .pc-featured-section .pc-card-body p {
        color: #5d544b;
    }

    .pc-featured-section .pc-btn-primary {
        box-shadow: 0 18px 32px rgba(150, 20, 20, 0.22);
    }

    .pc-card-body {
        padding: 22px 22px 24px;
        min-width: 0;
    }

    .pc-card-body h3 {
        margin: 0 0 8px;
        font-size: 23px;
        line-height: 1.2;
        font-weight: 800;
    }

    .pc-card-body p {
        margin: 0 0 16px;
        color: var(--pc-muted);
        font-size: 14px;
        line-height: 1.65;
    }

    .pc-card-body h3,
    .pc-card-body p {
        max-width: 95%;
    }

    .pc-card-actions .pc-btn {
        flex: 1 1 180px;
        min-height: 46px;
        padding: 0 16px;
        border-radius: 12px;
        font-size: 14px;
    }

    .pc-steps {
        margin-top: 56px;
    }

    .pc-step-index {
        display: inline-flex;
        width: 38px;
        height: 38px;
        margin-bottom: 12px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(184, 134, 59, 0.12);
        color: #8f6425;
        font-weight: 800;
    }

    .pc-cta-band {
        margin-top: 48px;
        padding: 32px;
        border-radius: 28px;
        background: linear-gradient(135deg, #17120c 0%, #362412 100%);
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 22px;
        box-shadow: 0 24px 50px rgba(24, 18, 12, 0.22);
    }

    .pc-cta-band h3 {
        margin: 0 0 8px;
        font-size: clamp(24px, 3vw, 38px);
        line-height: 1.05;
        font-weight: 800;
    }

    .pc-cta-band p {
        margin: 0;
        color: rgba(255,255,255,0.78);
        font-size: 15px;
        line-height: 1.7;
        max-width: 720px;
    }

    .pc-cta-band .pc-btn-secondary {
        background: #fff;
        color: var(--pc-ink);
    }

    @media (max-width: 1100px) {
        .pc-hero,
        .pc-steps,
        .pc-feature-row {
            grid-template-columns: 1fr 1fr;
        }

        .pc-hero {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 1024px) {
        .pc-featured-section .pc-template-grid,
        .pc-template-grid,
        .pc-steps,
        .pc-feature-row {
            grid-template-columns: 1fr;
        }

        .pc-card-actions .pc-btn {
            flex: 1 1 100%;
        }

        .pc-card-body h3 {
            font-size: 20px;
        }

        .pc-featured-card .pc-card-art,
        .pc-card-art {
            min-height: 280px;
        }

        .pc-featured-card .pc-preview-board {
            padding: 18px 16px 12px;
        }

        .pc-featured-card .grid-landscape-four {
            width: 72%;
            transform: none;
        }

        .pc-featured-card .grid-newborn-parents {
            width: 54%;
            transform: none;
        }

        .pc-featured-card .grid-portrait-seven {
            width: 58%;
            transform: none;
        }

        .pc-featured-card .grid-mom-monogram {
            width: 52%;
            transform: none;
        }

        .pc-featured-card .grid-love-story-wrap {
            width: 56%;
            transform: none;
        }

        .pc-featured-card .grid-color-pop-three {
            width: 56%;
            transform: none;
        }
    }

    @media (max-width: 767px) {
        .pc-shell {
            padding: 16px 14px 56px;
        }

        .pc-hero-copy,
        .pc-hero-visual {
            border-radius: 22px;
        }

        .pc-hero-copy {
            padding: 28px 20px;
        }

        .pc-section-head,
        .pc-cta-band {
            flex-direction: column;
            align-items: flex-start;
        }

        .pc-card-art {
            min-height: 260px;
            padding: 18px;
        }

        .pc-card-body h3 {
            font-size: 18px;
        }

        .pc-card-body p {
            font-size: 13px;
            line-height: 1.55;
        }

        .pc-card-actions {
            gap: 10px;
        }

        .pc-card-actions .pc-btn {
            min-height: 44px;
            font-size: 13px;
        }

        .pc-featured-card .pc-card-art {
            min-height: 240px;
        }

        .pc-featured-card .grid-landscape-four {
            width: 76%;
        }

        .pc-featured-card .grid-newborn-parents {
            width: 58%;
        }

        .pc-featured-card .grid-portrait-seven {
            width: 62%;
        }

        .pc-featured-card .grid-mom-monogram {
            width: 56%;
        }

        .pc-featured-card .grid-mom-monogram .pc-letter-block {
            font-size: 44px;
        }

        .pc-featured-card .grid-love-story-wrap {
            width: 60%;
        }

        .pc-featured-card .grid-love-caption {
            font-size: 12px;
            max-width: 110px;
        }

        .pc-featured-card .grid-love-timeline {
            width: 52%;
            height: 52px;
        }

        .pc-featured-card .grid-love-dot {
            width: 10px;
            height: 10px;
        }

        .pc-featured-card .grid-love-dot:nth-child(1) { top: 0; }
        .pc-featured-card .grid-love-dot:nth-child(2) { top: 20px; }
        .pc-featured-card .grid-love-dot:nth-child(3) { top: 40px; }

        .pc-featured-card .grid-love-label {
            font-size: 8px;
        }

        .pc-featured-card .grid-love-label.a { top: -2px; }
        .pc-featured-card .grid-love-label.b { top: 15px; }
        .pc-featured-card .grid-love-label.c { top: 34px; }

        .pc-featured-card .grid-color-pop-three {
            width: 62%;
            gap: 8px;
            padding: 8px;
        }

        .pc-filters,
        .pc-print-grid,
        .pc-trust-grid,
        .pc-steps {
            grid-template-columns: 1fr;
        }

        .pc-occasion-chips {
            overflow-x: auto;
            flex-wrap: nowrap;
            -webkit-overflow-scrolling: touch;
            padding-bottom: 4px;
        }

        .pc-jump-chip {
            flex: 0 0 auto;
        }

        .pc-hero-actions .pc-btn {
            width: 100%;
        }

        .pc-essay {
            padding: 24px 20px;
        }
    }

.pc-occasion-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.pc-jump-chip:hover,
.pc-jump-chip.is-current {
    border-color: rgba(180, 8, 8, 0.22);
    color: var(--pc-ink);
    text-decoration: none;
}

.pc-inline-link {
    color: #9b1313;
    font-weight: 700;
}

.pc-card[hidden] {
    display: none !important;
}

.pc-card-best,
.pc-card-print {
    margin: 0 0 10px !important;
    font-size: 13px !important;
}

.pc-pill-accent {
    background: rgba(184, 134, 59, 0.12);
    border-color: rgba(184, 134, 59, 0.18);
    color: #8f6425;
}

.pc-filters {
    display: grid;
    gap: 14px;
    margin: 0 0 28px;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255,255,255,0.88);
    border: 1px solid var(--pc-line);
}

.pc-filter-group span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--pc-muted);
}

.pc-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pc-filter-row button {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--pc-line);
    background: #fff;
    color: var(--pc-ink);
    font-size: 13px;
    font-weight: 700;
}

.pc-filter-row button.is-active {
    background: #191511;
    color: #fff;
    border-color: #191511;
}

.pc-essay {
    margin: 8px 0 40px;
    padding: 32px 34px;
    border-radius: 28px;
    background: rgba(255,250,244,0.9);
    border: 1px solid var(--pc-line);
    box-shadow: var(--pc-shadow);
}

.pc-essay p {
    margin: 0 0 16px;
    color: var(--pc-muted);
    font-size: 16px;
    line-height: 1.8;
}

.pc-essay h2 {
    margin: 22px 0 10px;
    font-size: 28px;
}

.pc-print,
.pc-howto,
.pc-faq,
.pc-trust,
.pc-related {
    margin-top: 56px;
}

.pc-howto .pc-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pc-card {
    content-visibility: auto;
    contain-intrinsic-size: 0 560px;
}

.pc-print-grid,
.pc-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.pc-print-card,
.pc-trust-item {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255,255,255,0.92);
    border: 1px solid var(--pc-line);
}

.pc-print-card h3,
.pc-trust-item strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.pc-print-card p,
.pc-trust-item span {
    margin: 0 0 12px;
    color: var(--pc-muted);
    font-size: 14px;
    line-height: 1.6;
}

.pc-print-spec {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #8f6425;
}

.pc-print-link {
    color: #9b1313;
    font-weight: 800;
    text-decoration: none;
}

.pc-faq-list {
    display: grid;
    gap: 10px;
}

.pc-faq-item {
    padding: 16px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
    border: 1px solid var(--pc-line);
}

.pc-faq-item summary {
    cursor: pointer;
    font-weight: 800;
    list-style: none;
}

.pc-faq-item p {
    margin: 10px 0 0;
    color: var(--pc-muted);
    line-height: 1.7;
}

.pc-related-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pc-related-links a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--pc-line);
    color: var(--pc-ink);
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .pc-print-grid,
    .pc-trust-grid {
        grid-template-columns: 1fr 1fr;
    }
}
