/* Palterwear wholesale homepage refinements */
:root {
    --pw-bg: #f6f3ee;
    --pw-paper: #fbf9f5;
    --pw-ink: #171512;
    --pw-muted: #6f6a62;
    --pw-line: rgba(23, 21, 18, .10);
    --pw-radius-lg: 34px;
    --pw-radius-md: 24px;
    --pw-radius-sm: 18px;
}

body { background: var(--pw-bg); }

.gh-navigation { background: rgba(246,243,238,.96); }
.gh-navigation-logo img { max-height: 52px; }

/* Homepage navigation is integrated into the top of the hero */
.home-template .pw-hero > .gh-navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    min-height: 92px;
    color: var(--pw-ink);
    background: linear-gradient(
        180deg,
        rgba(246,243,238,.64) 0%,
        rgba(246,243,238,.34) 52%,
        rgba(246,243,238,.12) 76%,
        rgba(246,243,238,0) 100%
    );
}

.home-template .pw-hero > .gh-navigation .gh-navigation-inner {
    min-height: 86px;
}

.home-template .pw-hero > .gh-navigation .gh-navigation-actions {
    background: transparent !important;
}

.home-template .pw-hero > .gh-navigation .gh-search {
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(23,21,18,.09);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.home-template .pw-hero > .gh-navigation .gh-search:hover {
    background: rgba(255,255,255,.28);
}

.home-template .pw-hero > .gh-navigation .gh-navigation-logo img {
    max-height: 52px;
    background: transparent !important;
    mix-blend-mode: normal;
    -webkit-filter: url(#pw-logo-remove-white);
    filter: url(#pw-logo-remove-white);
}

.pw-home { overflow: hidden; }

/* Shared backdrop behind the hero and the first content section.
   This is what is visible through BOTH lower curves, so the left and right
   backdrops now match exactly. */
.pw-hero-zone {
    background: var(--pw-bg);
}
.pw-section { padding-block: clamp(56px, 7vw, 100px); }

/* Hero-to-content transition: intentionally simple.
   The hero owns the lower-right curve.
   The following section owns the lower-left/downward curve. */
.pw-featured-uses {
    position: relative;
    margin: 0;
    padding-top: clamp(56px, 7vw, 100px);
    background: var(--pw-paper);
    border-radius: 0;
}


.pw-eyebrow { display:block; margin-bottom:18px; font-size:11px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; font-family:var(--font-sans); }
.pw-eyebrow.dark { color: var(--pw-muted); }

.pw-hero {
    position: relative;
    min-height: clamp(500px, 52vw, 620px);
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0 0 54px 0;
}
.pw-hero-image { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; }
.pw-hero-overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(251,249,245,.98) 0%,
        rgba(249,246,241,.80) 42%,
        rgba(246,243,238,.10) 68%,
        rgba(0,0,0,.07) 100%
    );
}
.pw-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 90px;
}
.pw-hero-copy {
    max-width: 610px;
    padding: 38px 0 42px;
    margin-left: clamp(44px, 6vw, 84px);
    color: var(--pw-ink);
}
.pw-hero-copy h1 {
    margin: 0;
    max-width: 590px;
    font-size: clamp(34px, 3.65vw, 54px);
    line-height: 1.03;
    letter-spacing: -.035em;
}
.pw-hero-copy p { max-width:520px; margin:24px 0 0; font-size:clamp(17px,1.45vw,21px); line-height:1.55; color:#39352f; }
.pw-hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:32px; }
.pw-button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 24px; border-radius:999px; font-family:var(--font-sans); font-size:14px; font-weight:650; text-decoration:none; transition:transform .18s ease, background .18s ease; }
.pw-button:hover { transform:translateY(-1px); }
.pw-button-dark { background:var(--pw-ink); color:#fff; }
.pw-button-light { border:1px solid rgba(23,21,18,.22); background:rgba(255,255,255,.45); color:var(--pw-ink); backdrop-filter:blur(10px); }

.pw-three-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.pw-feature-card { overflow:hidden; border-radius:var(--pw-radius-md); background:rgba(255,255,255,.46); border:1px solid var(--pw-line); }
.pw-feature-link { color:inherit; text-decoration:none; }
.pw-feature-media { aspect-ratio:1.55; overflow:hidden; background:linear-gradient(135deg,#e7ded1,#cfc3b4); }
.pw-feature-media img { width:100%; height:100%; object-fit:cover; transition:transform .35s ease; }
.pw-feature-card:hover .pw-feature-media img { transform:scale(1.025); }
.pw-feature-content { position:relative; min-height:150px; padding:22px 64px 24px 22px; }
.pw-feature-content h2 { margin:0 0 8px; font-size:clamp(24px,2vw,32px); line-height:1.08; }
.pw-feature-content p { margin:0; color:var(--pw-muted); font-size:15px; line-height:1.5; }
.pw-round-arrow { position:absolute; right:20px; bottom:20px; display:grid; place-items:center; width:42px; height:42px; border-radius:50%; border:1px solid var(--pw-line); font-size:19px; }
.pw-placeholder-retail { background:linear-gradient(145deg,#dac8b0,#9d8265); }
.pw-placeholder-events { background:linear-gradient(145deg,#e3d8c8,#b2a18c); }
.pw-placeholder-gifts { background:linear-gradient(145deg,#ead9d3,#caa99d); }

.pw-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:24px; margin-bottom:30px; }
.pw-section-heading h2 { margin:0; font-size:clamp(36px,4vw,58px); letter-spacing:-.035em; }
.pw-section-heading > a { color:var(--pw-ink); text-decoration:none; font-size:14px; white-space:nowrap; }

.pw-bag-grid { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:16px; }
.pw-bag-card { padding:16px; border-radius:var(--pw-radius-sm); background:rgba(255,255,255,.40); border:1px solid var(--pw-line); text-decoration:none; color:inherit; text-align:center; }
.pw-bag-card-media { aspect-ratio:1.1; border-radius:14px; background:radial-gradient(circle at 50% 35%,#fff 0,#efe8dd 70%,#e5dbce 100%); }
.pw-bag-card h3 { margin:14px 0 2px; font-family:var(--font-sans); font-size:14px; font-weight:650; }

.pw-recent { padding-top:24px; }
.pw-recent-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.pw-recent-card { overflow:hidden; border-radius:var(--pw-radius-md); background:rgba(255,255,255,.42); border:1px solid var(--pw-line); }
.pw-recent-card > a { display:grid; grid-template-columns:42% 58%; height:100%; color:inherit; text-decoration:none; }
.pw-recent-media { min-height:250px; overflow:hidden; background:#e9e2d8; }
.pw-recent-media img { width:100%; height:100%; object-fit:cover; }
.pw-media-placeholder { width:100%; height:100%; min-height:220px; background:linear-gradient(145deg,#e6ddd1,#c8b9a7); }
.pw-recent-copy { display:flex; flex-direction:column; padding:22px; }
.pw-card-label { font-size:10px; font-weight:700; letter-spacing:.13em; text-transform:uppercase; color:var(--pw-muted); }
.pw-recent-copy h3 { margin:14px 0 10px; font-size:26px; line-height:1.05; }
.pw-recent-copy p { margin:0 0 20px; color:var(--pw-muted); font-size:14px; line-height:1.5; }
.pw-card-meta { margin-top:auto; font-size:11px; color:#918a81; }

/* Testimonials */
.pw-testimonial-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.pw-testimonial-card { position:relative; min-height:235px; display:flex; flex-direction:column; padding:26px; border-radius:var(--pw-radius-md); background:rgba(255,255,255,.50); border:1px solid var(--pw-line); }
.pw-testimonial-mark { height:34px; font-family:var(--font-serif); font-size:46px; line-height:.8; color:#c9b8a3; }
.pw-testimonial-card blockquote { margin:12px 0 22px; padding:0; border:0; }
.pw-testimonial-card blockquote p { margin:0; font-family:var(--font-serif); font-size:clamp(17px,1.45vw,21px); line-height:1.36; letter-spacing:-.012em; color:var(--pw-ink); }
.pw-testimonial-person { margin-top:auto; display:flex; align-items:center; gap:12px; padding-top:18px; border-top:1px solid var(--pw-line); }
.pw-testimonial-person img { width:40px; height:40px; border-radius:50%; object-fit:cover; background:#eee7dc; }
.pw-testimonial-person h3 { margin:0 0 2px; font-family:var(--font-sans); font-size:13px; font-weight:700; }
.pw-testimonial-person span { color:var(--pw-muted); font-size:11px; }
.pw-testimonial-card.is-placeholder { opacity:.62; }

.pw-quote-band { padding-top:20px; }
.pw-quote-inner { display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:22px; padding:26px 30px; border-radius:var(--pw-radius-lg); background:linear-gradient(110deg,#ede1d2,#f8f2e9 60%,#e8ddce); border:1px solid var(--pw-line); }
.pw-quote-icon { display:grid; place-items:center; width:54px; height:54px; border-radius:50%; border:1px solid rgba(23,21,18,.18); font-size:22px; }
.pw-quote-copy h2 { margin:0 0 4px; font-size:clamp(28px,3vw,42px); }
.pw-quote-copy p { margin:0; color:var(--pw-muted); }

.pw-footer { margin-top:50px; }
.pw-footer-grid { display:grid; grid-template-columns:1.7fr 1fr 1.2fr 1fr; gap:44px; padding-block:58px 36px; border-top:1px solid var(--pw-line); }
.pw-footer-brand .gh-footer-logo { display:inline-block; margin-bottom:18px; }
.pw-footer-brand .gh-footer-logo img { max-height:48px; }
.pw-footer-brand p { max-width:300px; color:var(--pw-muted); font-size:14px; }
.pw-footer .gh-social-links { justify-content:flex-start; margin-top:20px; }
.pw-footer-column { display:flex; flex-direction:column; gap:9px; }
.pw-footer-column h3 { margin:0 0 8px; font-family:var(--font-sans); font-size:11px; letter-spacing:.12em; text-transform:uppercase; }
.pw-footer-column a, .pw-footer-column nav a { color:var(--pw-ink); text-decoration:none; font-size:13px; }
.pw-footer-column nav ul { display:flex; flex-direction:column; gap:9px; padding:0; margin:0; list-style:none; }
.pw-footer-bottom { padding:22px 0 34px; border-top:1px solid var(--pw-line); color:#918a81; font-size:12px; text-align:center; }

@media (max-width: 900px) {
    .pw-hero { min-height:520px; width:100%; margin:0; border-radius:0 0 42px 0; }
    .pw-hero-overlay { background:linear-gradient(90deg, rgba(246,243,238,.94), rgba(246,243,238,.72) 58%, rgba(246,243,238,.15)); }
    .pw-hero-copy { max-width:600px; }
    .pw-three-grid, .pw-testimonial-grid { grid-template-columns:1fr; }
    .pw-bag-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .pw-recent-card > a { grid-template-columns:38% 62%; }
    .pw-footer-grid { grid-template-columns:1fr 1fr; }
}

@media (max-width: 640px) {
    .pw-hero { width:100%; margin:0; min-height:520px; border-radius:0 0 34px 0; align-items:flex-end; }
    .pw-hero-image { object-position:64% center; }
    .pw-hero-overlay { background:linear-gradient(0deg, rgba(246,243,238,.96) 4%, rgba(246,243,238,.86) 48%, rgba(246,243,238,.15) 82%); }
    .pw-hero-inner { padding-top:76px; }
    .pw-hero-copy { padding:300px 18px 44px; margin-left:0; }
    .pw-hero-copy h1 { font-size:34px; line-height:1.04; }
    .pw-hero-actions { gap:10px; }
    .pw-button { padding-inline:18px; }
    .pw-section-heading { align-items:flex-start; flex-direction:column; }
    .pw-bag-grid { grid-template-columns:1fr 1fr; }
    .pw-recent-card > a { grid-template-columns:1fr; }
    .pw-recent-media { min-height:220px; }
    .pw-quote-inner { grid-template-columns:1fr; }
    .pw-quote-icon { display:none; }
    .pw-footer-grid { grid-template-columns:1fr; gap:28px; }
}





/* Match the footer logo to the transparent-looking header logo */
.pw-footer-brand img,
.gh-footer img,
footer img {
    background: transparent !important;
    mix-blend-mode: multiply;
}







@media (max-width: 767px) {
    .home-template .pw-hero > .gh-navigation {
        min-height: 76px;
    }

    .home-template .pw-hero > .gh-navigation .gh-navigation-inner {
        min-height: 72px;
    }

    .home-template .pw-hero-inner {
        padding-top: 82px;
    }
}


/* Remove any baked-in white matte from the Palterwear logo */
.pw-footer-brand img,
.gh-footer-logo img {
    background: transparent !important;
    mix-blend-mode: normal !important;
    -webkit-filter: url(#pw-logo-remove-white);
    filter: url(#pw-logo-remove-white);
}

.pw-logo-filter-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}


/* Dynamic Bag Types and Use Cases */
.pw-bag-card-media { overflow: hidden; }
.pw-bag-card-media img { width:100%; height:100%; object-fit:cover; display:block; }

.pw-collection-page {
    padding-block: clamp(64px, 8vw, 110px);
    background: var(--pw-bg);
}
.pw-collection-header { max-width:780px; margin-bottom:clamp(38px,5vw,64px); }
.pw-collection-header h1 {
    margin:10px 0 16px;
    font-size:clamp(46px,7vw,84px);
    line-height:.98;
    letter-spacing:-.045em;
}
.pw-collection-header p {
    margin:0;
    max-width:680px;
    font-size:18px;
    line-height:1.6;
    color:rgba(23,21,18,.68);
}
.pw-collection-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:clamp(22px,3vw,36px);
}
.pw-collection-card {
    overflow:hidden;
    background:var(--pw-paper);
    border-radius:26px;
}
.pw-collection-card > a { display:block; height:100%; color:inherit; text-decoration:none; }
.pw-collection-media {
    aspect-ratio:4/3;
    overflow:hidden;
    background:rgba(23,21,18,.06);
}
.pw-collection-media img {
    width:100%; height:100%; object-fit:cover; display:block;
    transition:transform .35s ease;
}
.pw-collection-card:hover .pw-collection-media img { transform:scale(1.025); }
.pw-collection-content { padding:24px 24px 26px; }
.pw-collection-content h2 {
    margin:0 0 10px;
    font-size:clamp(24px,2.4vw,34px);
    line-height:1.05;
}
.pw-collection-content p { margin:0 0 18px; color:rgba(23,21,18,.66); }
.pw-collection-content > span { font-size:14px; font-weight:600; }
.pw-empty-state {
    grid-column:1/-1;
    padding:36px;
    border-radius:22px;
    background:var(--pw-paper);
    color:rgba(23,21,18,.6);
}
@media (max-width:900px) {
    .pw-collection-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:620px) {
    .pw-collection-grid { grid-template-columns:1fr; }
}


/* Product/use-case post header cleanup */
.post-template .gh-navigation,
.post-template .gh-navigation-inner,
.page-template .gh-navigation,
.page-template .gh-navigation-inner {
    background: transparent;
}

.post-template .gh-navigation-logo img,
.page-template .gh-navigation-logo img {
    background: transparent !important;
    mix-blend-mode: normal !important;
    -webkit-filter: url(#pw-logo-remove-white);
    filter: url(#pw-logo-remove-white);
}

/* Match the homepage search control */
.post-template .gh-search,
.page-template .gh-search {
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(23,21,18,.09);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

.post-template .gh-search:hover,
.page-template .gh-search:hover {
    background: rgba(255,255,255,.28) !important;
}

/* Bag-type and use-case posts are commercial content, not articles */
.post-template .gh-article-meta,
.post-template .gh-comments,
.post-template .gh-comments-title,
.post-template .gh-comments-header,
.post-template .gh-comments-footer {
    display: none !important;
}


/* v4.0: clean commercial post header */
.post-template .gh-navigation,
.page-template .gh-navigation,
.post-template .gh-navigation-inner,
.page-template .gh-navigation-inner,
.post-template .gh-navigation-actions,
.page-template .gh-navigation-actions {
    background: transparent !important;
}

/* Keep search as a standalone circular control, identical to homepage */
.post-template .gh-navigation-actions,
.page-template .gh-navigation-actions {
    justify-content: flex-end;
}

.post-template .gh-navigation-actions .gh-search,
.page-template .gh-navigation-actions .gh-search {
    display: flex;
    flex: 0 0 42px;
    width: 42px !important;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    padding: 0;
    margin: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(23,21,18,.09);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

/* Product/use-case posts don't show blog-style metadata/share chrome */
.post-template .gh-meta-share,
.post-template .gh-article-meta-wrapper,
.post-template .gh-article-author-name,
.post-template .gh-article-meta-content,
.post-template .gh-button-share {
    display: none !important;
}

/* Slightly cleaner product-page spacing */
.post-template .gh-article-header {
    padding-bottom: 18px;
}


/* v4.1: post images align with text width and render in a 16:9 crop */
.post-template .gh-article-header,
.post-template .gh-content {
    max-width: 740px;
    margin-inline: auto;
}

.post-template .gh-article-header .gh-feature-image,
.post-template .gh-article-header figure,
.post-template .gh-content figure.kg-image-card,
.post-template .gh-content figure.kg-gallery-card {
    width: 100%;
    max-width: 740px;
    margin-inline: auto;
}

.post-template .gh-article-header .gh-feature-image img,
.post-template .gh-article-header figure img,
.post-template .gh-content figure.kg-image-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
    display: block;
}

.post-template .gh-content .kg-width-wide,
.post-template .gh-content .kg-width-full {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}


/* Bottom-of-post quotation CTA */
.pw-post-cta {
    margin-top: clamp(46px, 6vw, 78px);
    margin-bottom: clamp(54px, 7vw, 92px);
}

.pw-post-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(28px, 4vw, 44px);
    border-radius: 26px;
    background: var(--pw-paper);
    border: 1px solid rgba(23,21,18,.07);
}

.pw-post-cta-inner > div {
    max-width: 650px;
}

.pw-post-cta h2 {
    margin: 8px 0 10px;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.pw-post-cta p {
    margin: 0;
    color: rgba(23,21,18,.66);
    line-height: 1.55;
}

.pw-post-cta .pw-button {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 700px) {
    .pw-post-cta-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* v4.3: clean related-post cards without author/date metadata */
.pw-related {
    padding-block: 28px 56px;
}

.pw-related-title {
    margin: 0 0 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pw-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.pw-related-card {
    min-width: 0;
}

.pw-related-card a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.pw-related-media {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 12px;
    background: rgba(23,21,18,.05);
}

.pw-related-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pw-related-content h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.15;
}

@media (max-width: 900px) {
    .pw-related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .pw-related-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.6: use-case CTA matches homepage CTA */
.pw-usecase-cta {
    margin-top: clamp(46px, 6vw, 78px);
    margin-bottom: clamp(54px, 7vw, 92px);
}

.pw-usecase-cta-inner {
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 26px 30px;
    border-radius: 999px;
    background: #efe4d2;
    border: 1px solid rgba(23,21,18,.08);
}

.pw-usecase-cta-icon {
    display: grid;
    place-items: center;
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(23,21,18,.12);
    font-size: 22px;
    line-height: 1;
}

.pw-usecase-cta-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.pw-usecase-cta h2 {
    margin: 0 0 4px;
    font-size: clamp(24px, 2.7vw, 36px);
    line-height: 1.05;
    letter-spacing: -.02em;
}

.pw-usecase-cta p {
    margin: 0;
    color: rgba(23,21,18,.66);
    line-height: 1.45;
}

.pw-usecase-cta .pw-button {
    flex: 0 0 auto;
    white-space: nowrap;
}

@media (max-width: 760px) {
    .pw-usecase-cta-inner {
        border-radius: 28px;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .pw-usecase-cta .pw-button {
        margin-left: 76px;
    }
}

@media (max-width: 520px) {
    .pw-usecase-cta-inner {
        display: grid;
        grid-template-columns: 54px 1fr;
    }

    .pw-usecase-cta .pw-button {
        grid-column: 1 / -1;
        margin-left: 0;
        justify-self: start;
    }
}


/* v4.8: retail alternative on Request a Quote page */
.pw-quote-page .gh-article-header {
    padding-bottom: 26px;
}

.pw-retail-notice {
    margin-bottom: clamp(34px, 5vw, 56px);
}

.pw-retail-notice-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: clamp(26px, 4vw, 38px);
    border-radius: 26px;
    background: #efe4d2;
    border: 1px solid rgba(23,21,18,.08);
}

.pw-retail-notice-copy {
    max-width: 680px;
}

.pw-retail-notice h2 {
    margin: 8px 0 8px;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.pw-retail-notice p {
    margin: 0;
    color: rgba(23,21,18,.66);
    line-height: 1.55;
}

.pw-amazon-button {
    flex: 0 0 auto;
    white-space: nowrap;
    border: 1px solid rgba(23,21,18,.12);
}

@media (max-width: 720px) {
    .pw-retail-notice-inner {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* v4.10: homepage Use Cases overview link */
.pw-usecases-heading {
    margin-bottom: clamp(24px, 3.5vw, 40px);
}


/* v4.11: Bag Features homepage section */
.pw-bag-features {
    background: var(--pw-bg);
}

.pw-feature-grid {
    margin-top: 0;
}


/* v4.12: Request a Quote navigation pill */
.gh-navigation a[href="/request-a-quote/"],
.gh-navigation a[href="/request-a-quote"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 18px !important;
    border-radius: 999px;
    background: var(--pw-ink) !important;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1 !important;
}

.gh-navigation a[href="/request-a-quote/"]:hover,
.gh-navigation a[href="/request-a-quote"]:hover {
    opacity: .86;
}

/* v4.12: How It Works ordering-process section */
.pw-how-heading {
    margin-bottom: clamp(24px, 3.5vw, 40px);
}

.pw-how-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 32px);
}

.pw-how-card {
    padding: clamp(28px, 3.2vw, 38px);
    border-radius: 26px;
    background: var(--pw-paper);
    border: 1px solid rgba(23,21,18,.07);
}

.pw-how-number {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    color: rgba(23,21,18,.46);
}

.pw-how-card h3 {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.6vw, 34px);
    line-height: 1.05;
    letter-spacing: -.02em;
}

.pw-how-card p {
    margin: 0;
    color: rgba(23,21,18,.66);
    line-height: 1.58;
}

@media (max-width: 820px) {
    .pw-how-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.14: permanent Request a Quote CTA beside search */
.gh-navigation-menu a[href="/request-a-quote/"],
.gh-navigation-menu a[href="/request-a-quote"] {
    display: none !important;
}

.pw-nav-quote {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px !important;
    border-radius: 999px;
    background: var(--pw-ink) !important;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    flex: 0 0 auto;
}

.pw-nav-quote:hover {
    opacity: .86;
}

.gh-navigation-actions {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

/* Keep the quote CTA visible while the normal menu collapses */
@media (max-width: 767px) {
    .pw-nav-quote {
        min-height: 38px;
        padding: 0 14px !important;
        font-size: 13px;
    }
}


/* v4.15: homepage Quick Specs strip */
.pw-quick-specs {
    padding: 22px 0;
    background: var(--pw-paper);
    border-bottom: 1px solid rgba(23,21,18,.06);
}

.pw-quick-specs-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

.pw-quick-spec {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-width: 0;
    padding: 4px 22px;
}

.pw-quick-spec + .pw-quick-spec {
    border-left: 1px solid rgba(23,21,18,.08);
}

.pw-quick-spec-icon {
    display: grid;
    place-items: center;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(23,21,18,.12);
    background: rgba(255,255,255,.34);
}

.pw-quick-spec-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pw-quick-spec-copy {
    min-width: 0;
}

.pw-quick-spec-copy strong {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--pw-ink);
}

.pw-quick-spec-copy span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: rgba(23,21,18,.62);
}

@media (max-width: 900px) {
    .pw-quick-specs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 18px;
    }

    .pw-quick-spec:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 560px) {
    .pw-quick-specs {
        padding: 18px 0;
    }

    .pw-quick-specs-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .pw-quick-spec {
        padding: 14px 8px;
    }

    .pw-quick-spec + .pw-quick-spec {
        border-left: 0;
        border-top: 1px solid rgba(23,21,18,.08);
    }
}


/* v4.17: remove duplicate Request a Quote from menu/overflow; keep only permanent CTA pill */
.gh-navigation-menu a[href="/request-a-quote/"],
.gh-navigation-menu a[href="/request-a-quote"],
.gh-navigation-menu .nav-request-a-quote,
.gh-navigation-menu li:has(> a[href="/request-a-quote/"]),
.gh-navigation-menu li:has(> a[href="/request-a-quote"]) {
    display: none !important;
}


/* v4.19: Custom Request a Quote page */
.pw-rfq-page { padding-block: clamp(58px,7vw,96px); background: var(--pw-bg); }
.pw-rfq-header { max-width: 900px; margin-bottom: clamp(36px,5vw,58px); }
.pw-rfq-header h1 { margin:10px 0 16px; max-width:850px; font-size:clamp(44px,6.3vw,76px); line-height:.98; letter-spacing:-.045em; }
.pw-rfq-header p { margin:0; max-width:800px; font-size:clamp(17px,1.8vw,21px); line-height:1.55; color:rgba(23,21,18,.67); }

.pw-rfq-layout { display:grid; grid-template-columns:minmax(0,3fr) minmax(300px,2fr); gap:clamp(30px,5vw,64px); align-items:start; }
.pw-rfq-form { display:grid; gap:28px; }

.pw-rfq-section { margin:0; padding:clamp(26px,3.5vw,38px); border:1px solid rgba(23,21,18,.08); border-radius:26px; background:var(--pw-paper); }
.pw-rfq-section legend { padding:0 10px 0 0; margin-bottom:6px; font-family:var(--font-serif,Georgia,serif); font-size:clamp(25px,2.6vw,34px); font-weight:700; line-height:1.1; }

.pw-rfq-grid { display:grid; gap:18px; }
.pw-rfq-grid-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.pw-field-full { grid-column:1/-1; }

.pw-field { display:grid; gap:8px; }
.pw-field > span, .pw-choice-label { font-size:13px; font-weight:700; letter-spacing:.02em; }

.pw-field input, .pw-field select, .pw-field textarea {
    width:100%; min-height:50px; padding:13px 15px;
    border:1px solid rgba(23,21,18,.16); border-radius:14px;
    background:rgba(255,255,255,.6); color:var(--pw-ink); font:inherit; outline:none;
    transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.pw-field textarea { min-height:160px; resize:vertical; }
.pw-field input:hover, .pw-field select:hover, .pw-field textarea:hover { border-color:rgba(23,21,18,.3); background:rgba(255,255,255,.82); }
.pw-field input:focus, .pw-field select:focus, .pw-field textarea:focus { border-color:var(--pw-ink); box-shadow:0 0 0 3px rgba(23,21,18,.08); background:#fff; }
.pw-upload-field input[type="file"] { padding:11px; cursor:pointer; }
.pw-upload-field small { color:rgba(23,21,18,.56); line-height:1.45; }

.pw-choice-group { margin-top:24px; }
.pw-choice-label { margin-bottom:10px; }
.pw-choice-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px 14px; }
.pw-choice-grid label, .pw-sample-check {
    display:flex; align-items:flex-start; gap:10px; padding:12px 14px;
    border:1px solid rgba(23,21,18,.1); border-radius:13px; background:rgba(255,255,255,.38);
    cursor:pointer; transition:border-color .18s ease, background .18s ease;
}
.pw-choice-grid label:hover, .pw-sample-check:hover { border-color:rgba(23,21,18,.24); background:rgba(255,255,255,.7); }
.pw-choice-grid input, .pw-sample-check input { margin-top:3px; accent-color:#171512; }
.pw-sample-check { margin-bottom:22px; }

.pw-rfq-submit { display:grid; gap:12px; }
.pw-rfq-submit-button { width:100%; min-height:54px; border:0; cursor:pointer; font:inherit; font-weight:700; }
.pw-rfq-submit-button:focus-visible { outline:3px solid rgba(23,21,18,.22); outline-offset:3px; }
.pw-rfq-security { margin:0; text-align:center; color:rgba(23,21,18,.62); font-size:13px; }

.pw-rfq-sidebar { position:sticky; top:28px; display:grid; gap:18px; }
.pw-rfq-card { padding:clamp(24px,3vw,32px); border:1px solid rgba(23,21,18,.08); border-radius:24px; background:#efe4d2; }
.pw-rfq-card:nth-child(2) { background:var(--pw-paper); }
.pw-rfq-card h2 { margin:8px 0 12px; font-size:clamp(24px,2.5vw,32px); line-height:1.08; letter-spacing:-.02em; }
.pw-rfq-card p { margin:0; color:rgba(23,21,18,.66); line-height:1.55; }
.pw-rfq-card-note { margin-top:14px !important; font-weight:600; color:var(--pw-ink) !important; }

.pw-rfq-terms { margin:0; }
.pw-rfq-terms > div { padding:13px 0; border-top:1px solid rgba(23,21,18,.09); }
.pw-rfq-terms > div:first-child { border-top:0; padding-top:0; }
.pw-rfq-terms dt { font-weight:700; margin-bottom:4px; }
.pw-rfq-terms dd { margin:0; color:rgba(23,21,18,.66); line-height:1.45; }

.pw-rfq-email { display:inline-block; margin-top:12px; font-weight:700; color:var(--pw-ink); text-decoration:underline; text-underline-offset:3px; }
.pw-rfq-email:hover { opacity:.68; }

@media (max-width:900px) {
    .pw-rfq-layout { grid-template-columns:1fr; }
    .pw-rfq-sidebar { position:static; grid-template-columns:repeat(2,minmax(0,1fr)); }
    .pw-rfq-sidebar .pw-rfq-card:last-child { grid-column:1/-1; }
}
@media (max-width:640px) {
    .pw-rfq-grid-2, .pw-choice-grid, .pw-rfq-sidebar { grid-template-columns:1fr; }
    .pw-rfq-sidebar .pw-rfq-card:last-child { grid-column:auto; }
    .pw-rfq-section { padding:22px 18px; border-radius:20px; }
}


/* v4.21: sampling preference controls and sidebar copy */
.pw-choice-grid-1 {
    grid-template-columns: 1fr;
}

.pw-sampling-preferences {
    margin-top: 0;
    margin-bottom: 22px;
}

.pw-sampling-copy {
    display: grid;
    gap: 16px;
}

.pw-sampling-copy p {
    margin: 0;
}

.pw-sampling-copy strong {
    color: var(--pw-ink);
}


/* v4.22: Quote Received confirmation page */
.pw-confirmation-page {
    min-height: calc(100vh - 120px);
    display: grid;
    align-items: center;
    padding-block: clamp(64px, 9vw, 120px);
    background: var(--pw-bg);
}

.pw-confirmation-page > .gh-inner {
    width: 100%;
}

.pw-confirmation-card {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}

.pw-confirmation-status {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 22px;
    border-radius: 50%;
    border: 1px solid rgba(23,21,18,.12);
    background: var(--pw-paper);
}

.pw-confirmation-status svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: var(--pw-ink);
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pw-confirmation-card h1 {
    margin: 12px auto 20px;
    max-width: 650px;
    font-size: clamp(42px, 6vw, 68px);
    line-height: 1;
    letter-spacing: -.045em;
}

.pw-confirmation-intro {
    max-width: 620px;
    margin: 0 auto 34px;
    color: rgba(23,21,18,.68);
    font-size: 17px;
    line-height: 1.6;
}

.pw-confirmation-intro p {
    margin: 0 0 10px;
}

.pw-next-steps {
    margin-top: 36px;
    padding: clamp(28px, 4vw, 38px);
    text-align: left;
    border-radius: 26px;
    border: 1px solid rgba(23,21,18,.08);
    background: var(--pw-paper);
}

.pw-next-steps > h2 {
    margin: 0 0 20px;
    font-size: clamp(25px, 3vw, 32px);
    line-height: 1.08;
}

.pw-next-step {
    padding: 18px 0;
    border-top: 1px solid rgba(23,21,18,.08);
}

.pw-next-step:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.pw-next-step:last-child {
    padding-bottom: 0;
}

.pw-next-step h3 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 700;
}

.pw-next-step p {
    margin: 0;
    color: rgba(23,21,18,.66);
    line-height: 1.55;
}

.pw-next-step a {
    color: var(--pw-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.pw-confirmation-actions {
    display: grid;
    justify-items: center;
    gap: 16px;
    margin-top: 34px;
}

.pw-confirmation-actions .pw-button {
    min-width: 210px;
}

.pw-confirmation-secondary {
    color: var(--pw-ink);
    font-weight: 600;
    text-decoration: none;
}

.pw-confirmation-secondary:hover {
    opacity: .68;
}

@media (max-width: 640px) {
    .pw-confirmation-page {
        min-height: auto;
        align-items: start;
    }

    .pw-confirmation-card h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .pw-next-steps {
        padding: 24px 20px;
        border-radius: 22px;
    }
}


/* v4.24: FAQ page */
.pw-faq-page {
    padding-block: clamp(62px, 8vw, 108px);
    background: var(--pw-bg);
}

.pw-faq-header {
    max-width: 820px;
    margin-bottom: clamp(42px, 6vw, 70px);
}

.pw-faq-header h1 {
    margin: 10px 0 16px;
    font-size: clamp(46px, 7vw, 82px);
    line-height: .98;
    letter-spacing: -.045em;
}

.pw-faq-header p {
    margin: 0;
    max-width: 720px;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(23,21,18,.67);
}

.pw-faq-groups {
    display: grid;
    gap: clamp(42px, 6vw, 72px);
}

.pw-faq-group-heading {
    display: flex;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 18px;
}

.pw-faq-group-number {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    color: rgba(23,21,18,.42);
}

.pw-faq-group-heading h2 {
    margin: 0;
    font-size: clamp(28px, 3.4vw, 42px);
    line-height: 1.05;
    letter-spacing: -.025em;
}

.pw-faq-list {
    display: grid;
    gap: 12px;
}

.pw-faq-item {
    overflow: hidden;
    border: 1px solid rgba(23,21,18,.08);
    border-radius: 20px;
    background: var(--pw-paper);
}

.pw-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    border: 0;
    background: transparent;
    color: var(--pw-ink);
    text-align: left;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.35;
}

.pw-faq-question:hover {
    background: rgba(255,255,255,.42);
}

.pw-faq-question:focus-visible {
    outline: 2px solid var(--pw-ink);
    outline-offset: -3px;
}

.pw-faq-toggle {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(23,21,18,.12);
    font-size: 20px;
    font-weight: 400;
    transition: transform .2s ease, background .2s ease;
}

.pw-faq-item.is-open .pw-faq-toggle {
    transform: rotate(45deg);
    background: rgba(23,21,18,.06);
}

.pw-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
}

.pw-faq-answer-inner {
    padding: 0 24px 24px;
    border-top: 1px solid rgba(23,21,18,.07);
}

.pw-faq-answer p {
    margin: 18px 0 0;
    max-width: 820px;
    color: rgba(23,21,18,.66);
    line-height: 1.6;
}

.pw-faq-cta {
    margin-top: clamp(54px, 7vw, 90px);
}

@media (max-width: 640px) {
    .pw-faq-question {
        padding: 18px;
        font-size: 16px;
    }

    .pw-faq-answer-inner {
        padding: 0 18px 20px;
    }

    .pw-faq-toggle {
        width: 30px;
        height: 30px;
    }
}


/* v4.25: Privacy and Terms legal pages */
.pw-legal-page {
    padding-block: clamp(62px, 8vw, 110px);
    background: var(--pw-bg);
}

.pw-legal-content {
    max-width: 820px;
    margin: 0 auto;
}

.pw-legal-header {
    margin-bottom: clamp(42px, 6vw, 68px);
}

.pw-legal-header h1 {
    margin: 10px 0 12px;
    font-size: clamp(46px, 7vw, 78px);
    line-height: .98;
    letter-spacing: -.045em;
}

.pw-legal-updated {
    margin: 0;
    color: rgba(23,21,18,.52);
    font-size: 14px;
}

.pw-legal-content section {
    padding: 26px 0;
    border-top: 1px solid rgba(23,21,18,.08);
}

.pw-legal-content section:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.pw-legal-content h2 {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.8vw, 32px);
    line-height: 1.08;
    letter-spacing: -.02em;
}

.pw-legal-content p,
.pw-legal-content li {
    color: rgba(23,21,18,.7);
    line-height: 1.68;
}

.pw-legal-content p {
    margin: 0;
}

.pw-legal-content ul {
    margin: 12px 0 0;
    padding-left: 22px;
}

.pw-legal-content li + li {
    margin-top: 7px;
}

.pw-legal-content a {
    color: var(--pw-ink);
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* v4.26: company details on legal pages */
.pw-legal-address {
    margin-top: 14px;
    font-style: normal;
    line-height: 1.7;
    color: rgba(23,21,18,.7);
}

/* v4.26: About page */
.pw-about-page {
    background: var(--pw-bg);
}

.pw-about-hero {
    padding-block: clamp(68px, 9vw, 126px);
}

.pw-about-hero-inner {
    max-width: 920px;
}

.pw-about-hero h1 {
    margin: 12px 0 20px;
    max-width: 900px;
    font-size: clamp(48px, 7.2vw, 86px);
    line-height: .98;
    letter-spacing: -.045em;
}

.pw-about-hero p {
    margin: 0;
    max-width: 760px;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.6;
    color: rgba(23,21,18,.67);
}

.pw-about-section {
    padding-block: clamp(54px, 7vw, 92px);
    border-top: 1px solid rgba(23,21,18,.06);
}

.pw-about-split {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(40px, 7vw, 90px);
    align-items: start;
}

.pw-about-split h2,
.pw-about-section-heading h2,
.pw-about-company-card h2 {
    margin: 10px 0 0;
    font-size: clamp(34px, 4.8vw, 58px);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.pw-about-copy {
    max-width: 720px;
}

.pw-about-copy p {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(23,21,18,.68);
}

.pw-about-copy p + p {
    margin-top: 18px;
}

.pw-about-section-heading {
    max-width: 760px;
    margin-bottom: clamp(30px, 4vw, 46px);
}

.pw-about-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 2.6vw, 32px);
}

.pw-about-card {
    padding: clamp(26px, 3vw, 36px);
    border-radius: 26px;
    border: 1px solid rgba(23,21,18,.07);
    background: var(--pw-paper);
}

.pw-about-number {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
    color: rgba(23,21,18,.44);
}

.pw-about-card h3 {
    margin: 0 0 12px;
    font-size: clamp(24px, 2.5vw, 32px);
    line-height: 1.08;
}

.pw-about-card p {
    margin: 0;
    line-height: 1.6;
    color: rgba(23,21,18,.66);
}

.pw-about-customization {
    background: var(--pw-paper);
}

.pw-about-company {
    padding-block: clamp(48px, 6vw, 76px);
}

.pw-about-company-card {
    display: flex;
    justify-content: space-between;
    gap: 36px;
    align-items: flex-start;
    padding: clamp(28px, 4vw, 44px);
    border-radius: 26px;
    background: #efe4d2;
    border: 1px solid rgba(23,21,18,.08);
}

.pw-about-company-card address {
    font-style: normal;
    line-height: 1.75;
    color: rgba(23,21,18,.7);
}

.pw-about-company-card a {
    color: var(--pw-ink);
    text-decoration: none;
}

@media (max-width: 820px) {
    .pw-about-split,
    .pw-about-card-grid {
        grid-template-columns: 1fr;
    }

    .pw-about-company-card {
        flex-direction: column;
    }
}


/* v4.27: revised footer structure */
.pw-footer-grid {
    display: grid;
    grid-template-columns: minmax(220px, 1.4fr) repeat(3, minmax(150px, 1fr));
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.pw-footer-column {
    display: grid;
    gap: 10px;
}

.pw-footer-column h3 {
    margin: 0 0 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.pw-footer-column a {
    color: inherit;
    text-decoration: none;
}

.pw-footer-column a:hover {
    opacity: .65;
}

.pw-footer-column address {
    margin-top: 4px;
    font-style: normal;
    line-height: 1.6;
    color: rgba(23,21,18,.62);
}

.pw-footer-bottom {
    margin-top: clamp(34px, 5vw, 56px);
    padding-top: 20px;
    border-top: 1px solid rgba(23,21,18,.08);
    font-size: 13px;
    color: rgba(23,21,18,.52);
}

@media (max-width: 900px) {
    .pw-footer-grid {
        grid-template-columns: repeat(2, minmax(0,1fr));
    }
}

@media (max-width: 560px) {
    .pw-footer-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.28: correct footer logo sizing */
.pw-footer-logo {
    display: inline-block;
    width: auto;
    max-width: 150px;
}

.pw-footer-logo img,
.pw-footer-brand img {
    display: block;
    width: auto !important;
    max-width: 150px !important;
    max-height: 90px !important;
    object-fit: contain;
}

@media (max-width: 560px) {
    .pw-footer-logo,
    .pw-footer-logo img,
    .pw-footer-brand img {
        max-width: 130px !important;
    }
}


/* v4.29: About page production standards */
.pw-about-card .pw-eyebrow {
    display: block;
    margin-bottom: 10px;
}


/* v4.30: About page leadership section */
.pw-leadership-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 2.8vw, 32px);
}

.pw-leadership-card {
    padding: clamp(28px, 3.5vw, 40px);
    border-radius: 26px;
    border: 1px solid rgba(23,21,18,.07);
    background: var(--pw-paper);
}

.pw-leadership-card h3 {
    margin: 0 0 6px;
    font-size: clamp(28px, 3vw, 38px);
    line-height: 1.05;
    letter-spacing: -.02em;
}

.pw-leadership-role {
    margin-bottom: 16px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(23,21,18,.5);
}

.pw-leadership-card p {
    margin: 0;
    color: rgba(23,21,18,.66);
    line-height: 1.6;
}

.pw-leadership-note {
    max-width: 820px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(23,21,18,.66);
}

@media (max-width: 720px) {
    .pw-leadership-grid {
        grid-template-columns: 1fr;
    }
}


/* v4.31: solid mobile navigation surface when menu is open */
@media (max-width: 767px) {
    .is-open#gh-navigation,
    .home-template .pw-hero > .is-open#gh-navigation {
        background: var(--pw-bg) !important;
        background-image: none !important;
        -webkit-backdrop-filter: none !important;
        backdrop-filter: none !important;
        color: var(--pw-ink) !important;
    }

    .is-open#gh-navigation .gh-navigation-inner,
    .is-open#gh-navigation .gh-navigation-brand,
    .is-open#gh-navigation .gh-navigation-menu {
        background: transparent !important;
    }

    .is-open#gh-navigation .gh-navigation-actions {
        background: var(--pw-bg) !important;
    }

    .is-open#gh-navigation .gh-navigation-menu a,
    .is-open#gh-navigation .gh-burger,
    .is-open#gh-navigation .gh-search {
        color: var(--pw-ink) !important;
    }

    .is-open#gh-navigation .gh-search {
        background: rgba(255,255,255,.5) !important;
        border-color: rgba(23,21,18,.12) !important;
    }
}


/* v4.33: Materials homepage section */
.pw-materials {
    background: var(--pw-bg);
}

.pw-material-grid {
    margin-top: 0;
}


/* v4.36: refined wholesale catalogue layout for #material posts */
.post-template .pw-material-post .gh-article-header,
.post-template .pw-material-post .gh-content,
.post-template .pw-material-post .pw-post-cta {
    width: 100%;
    max-width: 740px;
    margin-inline: auto;
}

.post-template .pw-material-post .gh-article-header {
    padding-bottom: 30px;
}

.post-template .pw-material-post .gh-article-title,
.post-template .pw-material-post .gh-article-excerpt {
    max-width: 740px;
}

.post-template .pw-material-post .gh-article-header .gh-feature-image,
.post-template .pw-material-post .gh-article-header figure,
.post-template .pw-material-post .gh-content figure.kg-image-card,
.post-template .pw-material-post .gh-content figure.kg-gallery-card,
.post-template .pw-material-post .gh-content .kg-width-wide,
.post-template .pw-material-post .gh-content .kg-width-full {
    width: 100%;
    max-width: 740px;
    margin-inline: auto;
}

.post-template .pw-material-post .gh-article-header .gh-feature-image,
.post-template .pw-material-post .gh-article-header figure {
    margin-top: clamp(26px, 4vw, 42px);
    overflow: hidden;
    border-radius: 22px;
}

.post-template .pw-material-post .gh-article-header .gh-feature-image img,
.post-template .pw-material-post .gh-article-header figure img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.post-template .pw-material-post .gh-content {
    display: flow-root;
}

.pw-material-facts,
.pw-material-decision-grid,
.pw-material-buyer-grid,
.pw-material-colors {
    width: 100%;
    max-width: 740px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Fast Facts */
.pw-material-facts {
    margin-top: clamp(34px, 5vw, 54px) !important;
    margin-bottom: 22px !important;
    padding: clamp(24px, 3.5vw, 34px);
    border: 1px solid rgba(23,21,18,.14);
    border-radius: 24px;
    background: #f2ece3;
}

.pw-material-facts > :is(h2, h3, h4) {
    margin: 0 0 12px;
    font-size: clamp(25px, 3vw, 31px);
    line-height: 1.1;
}

.pw-material-facts-intro {
    max-width: 660px;
    margin: 0 0 24px;
    color: rgba(23,21,18,.74);
    line-height: 1.6;
}

.pw-material-facts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 4px;
}

.pw-material-fact {
    min-width: 0;
    margin: 0 !important;
    padding: 17px 18px;
    border: 1px solid rgba(23,21,18,.11);
    border-radius: 14px;
    background: rgba(251,249,245,.72);
    line-height: 1.4;
}

.pw-material-fact:last-child:nth-child(odd) {
    grid-column: 1 / -1;
}

.pw-material-fact strong,
.pw-material-fact b {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-sans);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.25;
    text-transform: uppercase;
    color: #625c54;
}

.pw-material-fact br {
    display: none;
}

.pw-material-fact-value {
    display: block;
}

/* Paired buyer-decision cards */
.pw-material-decision-grid,
.pw-material-buyer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 14px !important;
    margin-bottom: clamp(28px, 4vw, 42px) !important;
}

.pw-material-decision,
.pw-material-buyer-card {
    padding: clamp(24px, 3vw, 30px);
    border: 1px solid rgba(23,21,18,.14);
    border-radius: 22px;
    box-shadow: 0 8px 24px rgba(23,21,18,.025);
}

.pw-material-why {
    background: #eee5d9;
}

.pw-material-consider {
    background: #e3d9cc;
}

.pw-material-customization {
    background: #efe8de;
}

.pw-material-best-for {
    background: #e6ddd2;
}

.pw-material-decision > :first-child,
.pw-material-buyer-card > :first-child {
    margin-top: 0 !important;
}

.pw-material-decision > :last-child,
.pw-material-buyer-card > :last-child {
    margin-bottom: 0 !important;
}

.pw-material-decision :is(h2,h3,h4),
.pw-material-buyer-card :is(h2,h3,h4) {
    margin: 0 0 12px;
    font-family: var(--font-serif);
    font-size: clamp(20px, 2.3vw, 23px);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -.01em;
}

.pw-material-decision p,
.pw-material-buyer-card p {
    margin: 0;
    line-height: 1.6;
    color: rgba(23,21,18,.8);
}

.pw-material-decision p > strong:first-child,
.pw-material-decision p > b:first-child,
.pw-material-buyer-card p > strong:first-child,
.pw-material-buyer-card p > b:first-child {
    display: block;
    margin-bottom: 12px;
    font-family: var(--font-serif);
    font-size: clamp(20px, 2.3vw, 23px);
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.15;
    color: var(--pw-ink);
}

.pw-material-decision p > strong:first-child + br,
.pw-material-decision p > b:first-child + br,
.pw-material-buyer-card p > strong:first-child + br,
.pw-material-buyer-card p > b:first-child + br {
    display: none;
}

/* Supporting imagery */
.post-template .pw-material-post .gh-content figure.kg-image-card,
.post-template .pw-material-post .gh-content figure.kg-gallery-card {
    margin-top: clamp(26px, 4vw, 40px);
    margin-bottom: clamp(26px, 4vw, 40px);
    overflow: hidden;
    border-radius: 20px;
}

.post-template .pw-material-post .gh-content figure.kg-image-card img {
    width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    display: block;
}

.post-template .pw-material-post .gh-content figure.kg-image-card figcaption,
.post-template .pw-material-post .gh-content figure.kg-gallery-card figcaption {
    padding-top: 10px;
    font-size: 13px;
    color: var(--pw-muted);
}

.pw-material-media-primary {
    margin-top: 6px !important;
}

.pw-material-media-secondary {
    margin-top: 10px !important;
}

/* Optional Available Colors section */
.pw-material-colors {
    margin-top: clamp(28px, 4vw, 42px) !important;
    margin-bottom: clamp(28px, 4vw, 42px) !important;
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid rgba(23,21,18,.14);
    border-radius: 22px;
    background: #f2ece3;
}

.pw-material-colors > :is(h2,h3,h4) {
    margin-top: 0;
    font-size: clamp(22px, 2.8vw, 28px);
}

.pw-material-colors figure {
    margin-bottom: 0 !important;
}

.pw-material-buyer-grid {
    margin-top: clamp(30px, 4vw, 46px) !important;
}

.post-template .pw-material-post .pw-post-cta {
    margin-top: clamp(44px, 6vw, 68px);
}

@media (max-width: 767px) {
    .post-template .pw-material-post .gh-article-header,
    .post-template .pw-material-post .gh-content,
    .post-template .pw-material-post .pw-post-cta {
        width: calc(100% - 32px);
    }

    .pw-material-facts {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .pw-material-facts-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .pw-material-fact {
        padding: 15px 14px;
    }

    .pw-material-decision-grid,
    .pw-material-buyer-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pw-material-decision,
    .pw-material-buyer-card {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .post-template .pw-material-post .gh-content figure.kg-image-card,
    .post-template .pw-material-post .gh-content figure.kg-gallery-card {
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .pw-material-facts-grid {
        grid-template-columns: 1fr;
    }

    .pw-material-fact,
    .pw-material-fact + .pw-material-fact,
    .pw-material-fact:nth-child(odd):not(:first-child) {
        padding: 14px;
        border: 1px solid rgba(23,21,18,.11);
    }

    .pw-material-fact:last-child:nth-child(odd) {
        grid-column: auto;
    }
}


/* v4.37: keep the material CTA aligned with the full post width */
.post-template .pw-material-post .pw-post-cta > .pw-post-cta-inner {
    grid-column: full-start / full-end;
}


/* v4.38: align the material-post header/hero with the full 740px post width */
.post-template .pw-material-post .gh-article-header > * {
    grid-column: full-start / full-end;
}

.post-template .pw-material-post .gh-article-header .gh-article-title,
.post-template .pw-material-post .gh-article-header .gh-article-excerpt,
.post-template .pw-material-post .gh-article-header .gh-article-tag,
.post-template .pw-material-post .gh-article-header .gh-feature-image,
.post-template .pw-material-post .gh-article-header figure {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}


/* v4.39: tighten spacing between the material hero and Fast Facts */
.post-template .pw-material-post .gh-article-header {
    margin-bottom: 12px;
    padding-bottom: 0;
}

.post-template .pw-material-post .pw-material-facts {
    margin-top: 18px !important;
}


/* v4.43: embedded Fast Facts extracted from Ghost paragraphs use the standard cell layout */
.pw-material-facts-grid > .pw-material-fact {
    align-self: stretch;
}


/* v4.48: robust catalogue-layout fallback using Ghost post_class tag slugs */
.post-template .gh-article.tag-hash-material,
.post-template .gh-article.tag-hash-bag-feature {
    --pw-catalogue-active: 1;
}

/* Mirror the critical width rules directly onto the tag classes so the hero
   cannot fall back to Source's full-width/page-like presentation. */
.post-template .gh-article.tag-hash-material .gh-article-header,
.post-template .gh-article.tag-hash-material .gh-content,
.post-template .gh-article.tag-hash-material .pw-post-cta,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header,
.post-template .gh-article.tag-hash-bag-feature .gh-content,
.post-template .gh-article.tag-hash-bag-feature .pw-post-cta {
    width: 100%;
    max-width: 740px;
    margin-inline: auto;
}

.post-template .gh-article.tag-hash-material .gh-article-header > *,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header > * {
    grid-column: full-start / full-end;
}

.post-template .gh-article.tag-hash-material .gh-article-header .gh-article-title,
.post-template .gh-article.tag-hash-material .gh-article-header .gh-article-excerpt,
.post-template .gh-article.tag-hash-material .gh-article-header .gh-article-tag,
.post-template .gh-article.tag-hash-material .gh-article-header .gh-feature-image,
.post-template .gh-article.tag-hash-material .gh-article-header figure,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header .gh-article-title,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header .gh-article-excerpt,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header .gh-article-tag,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header .gh-feature-image,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header figure {
    width: 100%;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
}

.post-template .gh-article.tag-hash-material .gh-article-header .gh-feature-image,
.post-template .gh-article.tag-hash-material .gh-article-header figure,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header .gh-feature-image,
.post-template .gh-article.tag-hash-bag-feature .gh-article-header figure {
    overflow: hidden;
    border-radius: 22px;
}

@media (max-width: 767px) {
    .post-template .gh-article.tag-hash-material .gh-article-header,
    .post-template .gh-article.tag-hash-material .gh-content,
    .post-template .gh-article.tag-hash-material .pw-post-cta,
    .post-template .gh-article.tag-hash-bag-feature .gh-article-header,
    .post-template .gh-article.tag-hash-bag-feature .gh-content,
    .post-template .gh-article.tag-hash-bag-feature .pw-post-cta {
        width: calc(100% - 32px);
    }
}
