/* ==========================================================================
   PTW Landing Page — Redesign
   Prefix: .ptwl-
   ========================================================================== */

/* ---------- Custom Properties ---------- */
:root {
    --ptwl-pink: #CE57A4;
    --ptwl-pink-light: #F8C8E0;
    --ptwl-pink-border: #D55AAA;
    --ptwl-dark: #0E1011;
    --ptwl-dark-text: #002C39;
    --ptwl-serif: 'Playfair Display', serif;
    --ptwl-sans: 'Poppins', 'DM Sans', sans-serif;
    --ptwl-card-radius: 13px;
    --ptwl-card-radius-lg: 20px;
    --ptwl-badge-radius: 24px;
    --ptwl-btn-radius: 1000px;
}

/* ---------- Shared ---------- */
.ptwl-section-label {
    font-family: var(--ptwl-sans);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ptwl-pink);
}

.ptwl-serif-heading {
    font-family: var(--ptwl-serif);
    font-weight: 700;
    line-height: 1.2;
    color: var(--ptwl-dark-text);
}

.ptwl-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid var(--ptwl-pink-border);
    border-radius: var(--ptwl-badge-radius);
    padding: 5px 14px;
    font-family: var(--ptwl-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ptwl-dark-text);
    white-space: nowrap;
}

.ptwl-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ptwl-pink);
    flex-shrink: 0;
}

.ptwl-btn-read {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ptwl-pink-light);
    color: var(--ptwl-dark-text);
    font-family: var(--ptwl-sans);
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: var(--ptwl-btn-radius);
    padding: 10px 24px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}

.ptwl-btn-read:hover {
    background: var(--ptwl-pink);
    color: #fff;
    transform: translateY(-1px);
}

.ptwl-btn-read svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.ptwl-btn-read-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--ptwl-pink-light);
    color: var(--ptwl-dark-text);
    font-family: var(--ptwl-sans);
    font-size: 13px;
    font-weight: 600;
    border: none;
    border-radius: var(--ptwl-btn-radius);
    padding: 8px 20px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}

.ptwl-btn-read-outline:hover {
    background: var(--ptwl-pink);
    color: #fff;
    transform: translateY(-1px);
}

.ptwl-btn-read-outline svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.ptwl-btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--ptwl-sans);
    font-size: 14px;
    font-weight: 600;
    border-radius: var(--ptwl-btn-radius);
    padding: 12px 32px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    cursor: pointer;
}

.ptwl-btn-pill--filled {
    background: var(--ptwl-pink);
    color: #fff;
    border: 2px solid var(--ptwl-pink);
}

.ptwl-btn-pill--filled:hover {
    background: #b94990;
    border-color: #b94990;
    color: #fff;
    transform: translateY(-1px);
}

.ptwl-btn-pill--outline {
    background: transparent;
    color: var(--ptwl-dark-text);
    border: 2px solid var(--ptwl-dark-text);
}

.ptwl-btn-pill--outline:hover {
    background: var(--ptwl-dark-text);
    color: #fff;
    transform: translateY(-1px);
}

.ptwl-name-card {
    background: #fff;
    border: 1px solid var(--ptwl-pink-border);
    box-shadow: 3px 3px 0px #000;
    border-radius: 7px;
    padding: 10px 18px;
    text-align: left;
}

.ptwl-name-card__name {
    font-family: var(--ptwl-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--ptwl-dark-text);
    margin: 0;
    line-height: 1.3;
}

.ptwl-name-card__company {
    font-family: var(--ptwl-sans);
    font-size: 12px;
    color: var(--ptwl-pink);
    margin: 2px 0 0;
}

/* Decorative star SVG */
.ptwl-star {
    position: absolute;
    pointer-events: none;
}

/* Decorative brushstroke SVG */
.ptwl-brushstroke {
    display: block;
    margin: 8px auto 0;
    max-width: 200px;
    height: auto;
}

/* ==========================================================================
   Section 1: Hero
   ========================================================================== */
.ptwl-hero {
    background: url("../influentialwomen/images/ptw/women-to-watch-b5q4zcU.webp") center / cover no-repeat, #0E1011;
    color: #fff;
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.ptwl-hero__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
}

.ptwl-hero__layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    min-height: 500px;
}

/* Side featured person (left / right) */
.ptwl-hero__side {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ptwl-hero__side-photo {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: var(--ptwl-card-radius);
    overflow: hidden;
}

.ptwl-hero__side-photo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

/* Left: background 80% height */
.ptwl-hero__side--left .ptwl-hero__side-photo::before {
    height: 80%;
    border-radius: var(--ptwl-card-radius);
}

/* Right: background 90% height */
.ptwl-hero__side--right .ptwl-hero__side-photo::before {
    height: 90%;
    border-radius: var(--ptwl-card-radius);
}

.ptwl-hero__side-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    display: block;
    position: relative;
    z-index: 1;
}

.ptwl-hero__side-photo .ptwl-name-card {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50%;
    border-radius: 7px;
    box-shadow: 3px 3px 0px #000;
    padding: 8px 12px;
    z-index: 5;
}

.ptwl-hero__side-photo .ptwl-name-card__name {
    font-size: 13px;
}

.ptwl-hero__side-photo .ptwl-name-card__company {
    font-size: 10px;
}

/* Left side: taller image, positioned higher */
.ptwl-hero__side--left {
    align-self: flex-start;
    margin-top: -40px;
}

.ptwl-hero__side--left .ptwl-hero__side-photo {
    height: 300px;
    width: 300px;
}

/* Right side: smaller, positioned higher */
.ptwl-hero__side--right {
    align-self: flex-start;
    margin-top: 200px;
}

.ptwl-hero__side--right .ptwl-hero__side-photo {
    width: 250px;
    height: 250px;
}

.ptwl-hero__side--right .ptwl-name-card__name {
    font-size: 11px;
}

.ptwl-hero__side--right .ptwl-name-card__company {
    font-size: 9px;
}

.ptwl-hero__side--right .ptwl-name-card {
    padding: 6px 10px;
}

.ptwl-hero__side-tagline {
    font-family: var(--ptwl-serif);
    font-size: 14px;
    font-style: italic;
    color: var(--ptwl-pink-light);
    margin-top: 12px;
    max-width: 200px;
    text-align: left;
    align-self: flex-start;
}

/* Center featured person + heading */
.ptwl-hero__center {
    flex: 1;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ptwl-hero__label {
    font-family: var(--ptwl-sans);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ptwl-pink);
    margin-bottom: 16px;
}

.ptwl-hero__heading {
    font-family: var(--ptwl-serif);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 8px;
}

.ptwl-hero__heading-italic {
    font-style: italic;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--ptwl-pink);
}

.ptwl-hero__heading-star {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-left: 4px;
    position: absolute;
}

.ptwl-hero__center-photo {
    position: relative;
    margin-top: 30px;
    margin-bottom: -60px;
    display: inline-block;
    width: 500px;
    height: 500px;
    overflow: visible;
}

/* Center: background 80% height, rounded top corners only */
.ptwl-hero__center-photo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80%;
    background-image: var(--bg-image);
    background-size: cover;
    background-position: center;
    border-radius: var(--ptwl-card-radius) var(--ptwl-card-radius) 0 0;
    z-index: 0;
}

.ptwl-hero__center-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    border-radius: 0;
    display: block;
    position: relative;
    z-index: 1;
}

.ptwl-hero__center-badge {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 140px;
    height: auto;
    z-index: 2;
}

.ptwl-hero__center-namecard {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50%;
    z-index: 5;
    padding: 8px 12px;
}

.ptwl-hero__center-namecard .ptwl-name-card__name {
    font-size: 13px;
}

.ptwl-hero__center-namecard .ptwl-name-card__company {
    font-size: 10px;
}

.ptwl-hero__description {
    font-family: var(--ptwl-serif);
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    max-width: 380px;
    line-height: 130%;
    letter-spacing: 0.01em;
    position: absolute;
    bottom: 20px;
    left: 24px;
    margin-top: 60px;
}

.ptwl-hero__description p {
    margin: 0;
}

.ptwl-hero__desc-star {
    position: absolute;
    pointer-events: none;
}

.ptwl-hero__desc-star--white {
    width: 22px;
    height: 22px;
    top: 6px;
    left: -23px;
}

.ptwl-hero__desc-star--pink {
    width: 40px;
    height: 40px;
    top: -31px;
    left: -16px;
}

/* ==========================================================================
   Section 2: Featured Articles (page 1 only)
   ========================================================================== */
.ptwl-featured {
    background: #fff;
    padding: 80px 24px 60px;
}

.ptwl-featured__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ptwl-featured__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ptwl-featured__heading {
    font-family: var(--ptwl-serif);
    font-size: 36px;
    font-weight: 700;
    color: var(--ptwl-dark-text);
    margin: 6px 0 0;
}

.ptwl-featured__heading-underline {
    border-bottom: 2px solid var(--ptwl-pink);
    padding-bottom: 4px;
}

.ptwl-featured__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

/* Large card (left) */
.ptwl-featured__main {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--ptwl-card-radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ptwl-featured__main a {
    text-decoration: none;
    color: inherit;
}

.ptwl-featured__main-photo {
    position: relative;
    width: 100%;
    height: 380px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ptwl-featured__main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    position: relative;
    z-index: 1;
}

.ptwl-featured__main-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ptwl-featured__main-headline {
    font-family: var(--ptwl-serif);
    font-size: 22px;
    font-weight: 700;
    color: var(--ptwl-dark-text);
    line-height: 1.3;
    margin: 0;
}

.ptwl-featured__main-meta {
    font-family: var(--ptwl-sans);
    font-size: 14px;
    color: #888;
    margin: 0;
}

.ptwl-featured__main-jobtitle {
    color: var(--ptwl-pink);
}

.ptwl-featured__main-excerpt {
    font-family: var(--ptwl-sans);
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

.ptwl-featured__main-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

/* Stacked cards (right) */
.ptwl-featured__stack {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ptwl-featured__stack-card {
    display: flex;
    gap: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: var(--ptwl-card-radius);
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.ptwl-featured__stack-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.ptwl-featured__stack-card a {
    text-decoration: none;
    color: inherit;
    display: flex;
    gap: 16px;
    width: 100%;
}

.ptwl-featured__stack-photo {
    width: 180px;
    min-height: 180px;
    flex-shrink: 0;
    border-radius: var(--ptwl-card-radius);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

.ptwl-featured__stack-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
    position: relative;
    z-index: 1;
}

.ptwl-featured__stack-body {
    padding: 16px 16px 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.ptwl-featured__stack-headline {
    font-family: var(--ptwl-serif);
    font-size: 16px;
    font-weight: 700;
    color: var(--ptwl-dark-text);
    line-height: 1.3;
    margin: 0;
}

.ptwl-featured__stack-meta {
    font-family: var(--ptwl-sans);
    font-size: 13px;
    color: #888;
    margin: 0;
    line-height: 1.5;
}

.ptwl-featured__stack-jobtitle {
    color: var(--ptwl-pink);
}

.ptwl-featured__stack-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* ==========================================================================
   Section 3: Article Grid
   ========================================================================== */
.ptwl-grid {
    background: #fff;
    padding: 40px 24px 60px;
}

.ptwl-grid__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ptwl-grid__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.ptwl-card {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: var(--ptwl-card-radius-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s;
}

.ptwl-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.ptwl-card a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ptwl-card__photo {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.ptwl-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}

.ptwl-card__no-img {
    width: 100%;
    height: 280px;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bbb;
    font-size: 48px;
}

.ptwl-card__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.ptwl-card__headline {
    font-family: var(--ptwl-serif);
    font-size: 17px;
    font-weight: 700;
    color: var(--ptwl-dark-text);
    line-height: 1.35;
    margin: 0;
}

.ptwl-card__meta {
    font-family: var(--ptwl-sans);
    font-size: 13px;
    color: #888;
    margin: 0;
}

.ptwl-card__jobtitle {
    color: var(--ptwl-pink);
}

.ptwl-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 6px;
}

/* Promo row: 1 card + 1 wide promo card */
.ptwl-grid__promo-row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 28px;
    margin: 28px 0;
}

.ptwl-grid__promo-row--flipped {
    grid-template-columns: 2fr 1fr;
}

.ptwl-promo-card {
    border-radius: var(--ptwl-card-radius-lg);
    overflow: hidden;
    background: var(--ptwl-dark);
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    min-height: 400px;
}

.ptwl-promo-card--right {
    background-image: linear-gradient(240.8deg, rgba(0, 0, 0, 0) -4.37%, #000000 96.61%), url("../influentialwomen/images/ptw/right-model-image-ccjQjNJ.webp");
}

.ptwl-promo-card--left {
    background-image: linear-gradient(240.8deg, rgba(0, 0, 0, 0) -4.37%, #000000 96.61%), url("../influentialwomen/images/ptw/left-image-model-I0gotJY.webp");
}

.ptwl-promo-card__content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 600px;
}

.ptwl-promo-card__badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--ptwl-pink-border);
    border-radius: var(--ptwl-badge-radius);
    padding: 5px 14px;
    font-family: var(--ptwl-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--ptwl-pink);
    background: transparent;
    width: fit-content;
}

.ptwl-promo-card__text {
    font-family: var(--ptwl-serif);
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

/* ==========================================================================
   Section 4: Dark Quote
   ========================================================================== */
.ptwl-quote {
    background: var(--ptwl-dark);
    color: #fff;
    padding: 80px 24px;
    position: relative;
    overflow: hidden;
}

.ptwl-quote__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: center;
}

.ptwl-quote__text {
    font-family: var(--ptwl-serif);
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.35;
    color: #fff;
    margin: 0;
}

.ptwl-quote__right p {
    font-family: var(--ptwl-sans);
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 24px;
}

.ptwl-quote .ptwl-btn-read {
    background: var(--ptwl-pink-light);
    color: var(--ptwl-dark-text);
}

/* ==========================================================================
   Section 5: Pagination
   ========================================================================== */
.ptwl-pagination {
    background: #fff;
    padding: 20px 24px 50px;
}

.ptwl-pagination__inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ptwl-pagination__numbers {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ptwl-pagination__num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ptwl-sans);
    font-size: 14px;
    font-weight: 500;
    color: var(--ptwl-dark-text);
    text-decoration: none;
    transition: background 0.2s;
}

.ptwl-pagination__num:hover {
    background: var(--ptwl-pink-light);
}

.ptwl-pagination__num--active {
    background: var(--ptwl-pink-light);
    color: var(--ptwl-dark-text);
}

.ptwl-pagination__ellipsis {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ptwl-sans);
    font-size: 14px;
    color: #888;
}

.ptwl-pagination__next {
    position: absolute;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: var(--ptwl-sans);
    font-size: 14px;
    font-weight: 500;
    color: var(--ptwl-dark-text);
    text-decoration: none;
    transition: color 0.2s;
}

.ptwl-pagination__next:hover {
    color: var(--ptwl-pink);
}

/* ==========================================================================
   Section 6: Editorial Series + Banner
   ========================================================================== */
.ptwl-editorial {
    background: #fff;
    padding: 80px 24px 0;
    overflow: hidden;
    position: relative;
}

.ptwl-editorial__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ptwl-editorial__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.ptwl-editorial__left {
    padding-bottom: 60px;
}

.ptwl-editorial__label {
    font-family: var(--ptwl-serif);
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    color: var(--ptwl-pink);
    margin: 0 0 4px;
}

.ptwl-editorial__name {
    font-family: var(--ptwl-serif);
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
    color: var(--ptwl-dark-text);
    margin: 0 0 28px;
    border-bottom: 2px solid var(--ptwl-pink);
    padding-bottom: 8px;
    display: inline-block;
}

.ptwl-editorial__desc {
    font-family: var(--ptwl-serif);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.55;
    color: var(--ptwl-dark-text);
    margin: 0 0 32px;
}

.ptwl-editorial__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.ptwl-editorial__actions-text {
    font-family: var(--ptwl-sans);
    font-size: 13px;
    color: #888;
    max-width: 160px;
    line-height: 1.5;
}

.ptwl-editorial__right {
    position: relative;
}

.ptwl-editorial__blurb {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #666666;
    margin: 0 0 24px;
    max-width: 320px;
    margin-left: auto;
}

.ptwl-editorial__photo {
    position: relative;
}

.ptwl-editorial__photo::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 200px;
    right: 20%;
    top: 10%;
    background: rgba(214, 93, 177, 0.2);
    filter: blur(30px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.ptwl-editorial__photo-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.ptwl-editorial__photo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    pointer-events: none;
    z-index: 2;
}

/* Banner overlapping bottom */
.ptwl-banner {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: -40px;
    padding: 0 24px 40px;
    z-index: 3;
}

.ptwl-banner__text {
    font-family: var(--ptwl-serif);
    font-size: clamp(60px, 10vw, 140px);
    font-weight: 900;
    text-transform: uppercase;
    color: var(--ptwl-pink-light);
    letter-spacing: 4px;
    line-height: 1.1;
    margin: 0;
}

/* ==========================================================================
   Section 8: Two-Column Info
   ========================================================================== */
.ptwl-info {
    background: linear-gradient(180deg, #fff 50%, #FFF3FA 50%);
    padding: 60px 24px 80px;
}

.ptwl-info__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.ptwl-info__card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.ptwl-info__col {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 16px;
    padding: 40px;
}

.ptwl-info__heading {
    font-family: var(--ptwl-serif);
    font-size: 36px;
    font-weight: 600;
    font-style: italic;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: var(--ptwl-dark-text);
    margin: 0 0 20px;
}

.ptwl-info__heading-pink {
    color: var(--ptwl-pink);
}

.ptwl-info__heading-underline {
    border-bottom: 2px solid var(--ptwl-pink);
    padding-bottom: 2px;
}

.ptwl-info__text {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #000;
    margin: 0 0 20px;
}

.ptwl-info__text-secondary {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.01em;
    color: #666666;
    margin: 0;
}

/* ==========================================================================
   Section 9: About
   ========================================================================== */
.ptwl-about {
    background: #FFF3FA;
    padding: 80px 24px;
    overflow: hidden;
}

.ptwl-about__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.ptwl-about__content {
    text-align: center;
    max-width: 600px;
    flex-shrink: 0;
}

.ptwl-about__content .ptwl-badge {
    margin-bottom: 24px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #D65DB1;
    border: 1.5px solid #D65DB1;
    border-radius: 34px;
    padding: 10px 16px;
    text-transform: uppercase;
}

.ptwl-about__text {
    font-family: var(--ptwl-serif);
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-align: center;
    color: var(--ptwl-dark-text);
    margin: 20px 0 0;
}

.ptwl-about__img {
    flex-shrink: 0;
}

.ptwl-about__img {
    background: #fff;
    padding: 12px 12px 40px;
    border-radius: 4px;
    box-shadow: 6px 6px 0px var(--ptwl-pink);
}

.ptwl-about__img img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 2px;
}

.ptwl-about__img--left {
    transform: rotate(-6deg);
    margin-left: -40px;
}

.ptwl-about__img--right {
    transform: rotate(6deg);
    margin-right: -40px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

/* Tablet */
@media (max-width: 991px) {
    .ptwl-hero__layout {
        flex-direction: column;
        gap: 30px;
        min-height: auto;
    }

    .ptwl-hero__side {
        flex: none;
        order: 2;
    }

    .ptwl-hero__center {
        order: 1;
        max-width: 100%;
    }

    .ptwl-hero__center-namecard {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 14px;
    }

    .ptwl-hero__description {
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        max-width: 100%;
        margin-top: 30px;
    }

    .ptwl-hero__heading {
        font-size: 30px;
    }

    .ptwl-featured__layout {
        grid-template-columns: 1fr;
    }

    .ptwl-grid__promo-row,
    .ptwl-grid__promo-row--flipped {
        grid-template-columns: 1fr;
    }

    .ptwl-quote__inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ptwl-quote__text {
        font-size: 26px;
    }

    .ptwl-grid__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .ptwl-editorial__layout {
        grid-template-columns: 1fr;
    }

    .ptwl-editorial__blurb {
        margin-left: 0;
    }

    .ptwl-info__card {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .ptwl-hero {
        padding: 50px 0 40px;
    }

    .ptwl-hero__layout {
        flex-direction: column;
    }

    .ptwl-hero__side {
        display: none;
    }

    .ptwl-hero__heading {
        font-size: 26px;
    }

    .ptwl-hero__center-img {
        width: 220px;
        height: 280px;
    }

    .ptwl-featured {
        padding: 50px 16px 40px;
    }

    .ptwl-featured__heading {
        font-size: 28px;
    }

    .ptwl-featured__main-img {
        height: 260px;
    }

    .ptwl-featured__stack-card a {
        flex-direction: column;
    }

    .ptwl-featured__stack-img {
        width: 100%;
        min-height: 200px;
    }

    .ptwl-featured__stack-body {
        padding: 16px;
    }

    .ptwl-grid__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ptwl-card__img {
        height: 240px;
    }

    .ptwl-quote {
        padding: 50px 16px;
    }

    .ptwl-quote__text {
        font-size: 22px;
    }

    .ptwl-editorial__name {
        font-size: 30px;
    }

    .ptwl-editorial__desc {
        font-size: 17px;
    }

    .ptwl-editorial__actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .ptwl-banner__text {
        font-size: clamp(40px, 12vw, 80px);
    }

    .ptwl-about__img img {
        width: 180px;
        height: 180px;
    }

    .ptwl-about__img {
        padding: 8px 8px 30px;
    }

    .ptwl-about__text {
        font-size: 20px;
    }
}
