/* Podcast about cosmetics — rebuilt from the legacy WordPress landing, 2026-09-09. */
.page-podcast-cosmetics {
    --pod-green: #24482f;
    --pod-green-deep: #173421;
    --pod-green-soft: #dfe8d2;
    --pod-sage: #c9d8bc;
    --pod-cream: #fbf5ea;
    --pod-paper: #f4ecdf;
    --pod-ink: #26352b;
    --pod-muted: #6f796f;
    --pod-line: rgba(38, 53, 43, .14);
    --pod-gold: #d4b25f;
    background: var(--pod-cream);
    color: var(--pod-ink);
}

.page-podcast-cosmetics #main { overflow: clip; }
.page-podcast-cosmetics .button--ghost-light {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 650;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.page-podcast-cosmetics .button--ghost-light:hover {
    background: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,.8);
    transform: translateY(-1px);
}

.podcast-hero {
    position: relative;
    padding: clamp(48px, 7vw, 92px) 0 clamp(70px, 9vw, 126px);
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 80% 17%, rgba(207, 225, 182, .2), transparent 26%),
        radial-gradient(circle at 5% 100%, rgba(189, 213, 173, .14), transparent 24%),
        linear-gradient(120deg, var(--pod-green-deep), var(--pod-green) 58%, #3b6646 115%);
}
.podcast-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: rgba(255,255,255,.1);
}
.podcast-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
    gap: clamp(45px, 7vw, 112px);
    align-items: center;
}
.podcast-hero .breadcrumbs {
    margin-bottom: 34px;
    color: rgba(255,255,255,.58);
}
.podcast-hero .breadcrumbs a { color: rgba(255,255,255,.75); }
.podcast-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #dce8ca;
}
.podcast-kicker::before {
    content: "";
    width: 42px;
    height: 1px;
    background: currentColor;
}
.podcast-hero h1 {
    max-width: 820px;
    margin: 0;
    color: #fff;
    font-size: clamp(3.2rem, 6.5vw, 7.1rem);
    line-height: .91;
    letter-spacing: -.052em;
}
.podcast-hero h1 em {
    color: #dce8ca;
    font-weight: inherit;
}
.podcast-hero__copy > p {
    max-width: 700px;
    margin: 30px 0 0;
    color: rgba(255,255,255,.76);
    font-size: clamp(1rem, 1.45vw, 1.24rem);
    line-height: 1.68;
}
.podcast-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}
.podcast-hero .button--light {
    background: #f6f0e5;
    border-color: #f6f0e5;
    color: var(--pod-green);
}
.podcast-hero__proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    max-width: 720px;
    margin-top: 46px;
    border-top: 1px solid rgba(255,255,255,.14);
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.podcast-hero__proof span {
    padding: 20px 20px 19px 0;
    color: rgba(255,255,255,.62);
}
.podcast-hero__proof span + span {
    padding-left: 20px;
    border-left: 1px solid rgba(255,255,255,.14);
}
.podcast-hero__proof b {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 650;
}
.podcast-hero__proof small { font-size: .76rem; }
.podcast-hero__visual {
    position: relative;
    min-height: clamp(460px, 49vw, 660px);
}
.podcast-hero__leaf {
    position: absolute;
    width: 430px;
    height: 430px;
    background: url('/assets/images/branch.webp') center/contain no-repeat;
    opacity: .12;
    filter: brightness(1.6) saturate(.4);
}
.podcast-hero__leaf--one { right: -95px; top: -80px; transform: rotate(195deg); }
.podcast-hero__leaf--two { left: -90px; bottom: -150px; transform: rotate(28deg); opacity: .08; }
.podcast-hero__stilllife {
    position: absolute;
    inset: 28px 18px 24px 58px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 48% 48% 24px 24px / 34% 34% 24px 24px;
    background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.025));
    box-shadow: 0 34px 80px rgba(4, 24, 12, .26);
}
.podcast-hero__stilllife::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23,52,33,.04), rgba(23,52,33,.42));
}
.podcast-hero__stilllife img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(.78) contrast(.95);
}
.podcast-hero__stilllife span {
    position: absolute;
    z-index: 2;
    right: 26px;
    bottom: 24px;
    color: rgba(255,255,255,.78);
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
}
.podcast-hero__note {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 53%;
    padding: 18px 22px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 18px;
    background: rgba(246,240,229,.94);
    color: var(--pod-green);
    box-shadow: 0 18px 44px rgba(8,35,18,.2);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.1rem;
    line-height: 1.1;
}

.podcast-intro {
    padding-top: clamp(76px, 8vw, 126px);
    padding-bottom: clamp(78px, 9vw, 140px);
    background:
        radial-gradient(circle at 100% 0, rgba(201,216,188,.3), transparent 25%),
        var(--pod-cream);
}
.podcast-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
    gap: clamp(44px, 8vw, 128px);
    align-items: start;
}
.podcast-section-heading h2 {
    margin: 10px 0 0;
    font-size: clamp(2.35rem, 4.7vw, 5.15rem);
    line-height: .98;
    letter-spacing: -.04em;
}
.podcast-section-heading h2 em {
    color: #5d785e;
    font-weight: inherit;
}
.podcast-section-heading--center {
    max-width: 850px;
    margin: 0 auto clamp(38px, 5vw, 62px);
    text-align: center;
}
.podcast-section-heading--center p {
    max-width: 710px;
    margin: 20px auto 0;
    color: var(--pod-muted);
    line-height: 1.7;
}
.podcast-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: clamp(28px, 6vw, 90px);
    align-items: end;
    margin-bottom: 42px;
}
.podcast-section-heading--split p {
    margin: 0;
    color: var(--pod-muted);
    line-height: 1.7;
}
.podcast-intro__copy .lead {
    margin: 0 0 34px;
    font-size: clamp(1.08rem, 1.6vw, 1.3rem);
    line-height: 1.75;
    color: #425047;
}
.podcast-principles {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    border-top: 1px solid var(--pod-line);
}
.podcast-principles article {
    padding: 26px 22px 0 0;
}
.podcast-principles article + article {
    padding-left: 22px;
    border-left: 1px solid var(--pod-line);
}
.podcast-principles span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 23px;
    border-radius: 50%;
    background: var(--pod-green);
    color: #fff;
    font-size: .72rem;
    font-weight: 700;
}
.podcast-principles h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
}
.podcast-principles p {
    margin: 0;
    color: var(--pod-muted);
    font-size: .91rem;
    line-height: 1.65;
}

.podcast-watch {
    position: relative;
    padding-top: clamp(82px, 9vw, 142px);
    padding-bottom: clamp(82px, 9vw, 142px);
    background:
        linear-gradient(rgba(248,242,232,.96), rgba(248,242,232,.96)),
        url('/assets/images/paper.webp') center/520px auto repeat;
}
.podcast-watch::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: min(92%, 1280px);
    height: 1px;
    transform: translateX(-50%);
    background: var(--pod-line);
}
.podcast-watch__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
    gap: clamp(26px, 5vw, 64px);
    align-items: stretch;
}
.podcast-video-shell {
    position: relative;
    min-height: 0;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 24px;
    background: #102318;
    box-shadow: 0 24px 70px rgba(26,49,31,.17);
}
.podcast-video-shell iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.podcast-video-fallback {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 70% 20%, rgba(201,216,188,.12), transparent 32%),
        #12291b;
}
.podcast-video-fallback h3 { margin: 17px 0 8px; color: #fff; font-size: 1.5rem; }
.podcast-video-fallback p { max-width: 540px; margin: 0 0 24px; color: rgba(255,255,255,.68); line-height: 1.6; }
.podcast-play {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #f6f0e5;
    color: var(--pod-green);
    font-size: 1.4rem;
}
.podcast-timeline {
    padding: clamp(25px, 3vw, 38px);
    border: 1px solid var(--pod-line);
    border-radius: 24px;
    background: rgba(255,250,242,.76);
}
.podcast-timeline ol { margin: 22px 0 0; padding: 0; list-style: none; }
.podcast-timeline li + li { border-top: 1px solid var(--pod-line); }
.podcast-timeline li a {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    padding: 18px 0;
    color: var(--pod-ink);
    text-decoration: none;
}
.podcast-timeline li b { color: var(--pod-green); font-variant-numeric: tabular-nums; }
.podcast-timeline li span { line-height: 1.52; }
.podcast-timeline > p {
    margin: 17px 0 0;
    color: var(--pod-muted);
    font-size: .78rem;
    line-height: 1.5;
}

.podcast-guide {
    padding-top: clamp(84px, 10vw, 152px);
    padding-bottom: clamp(84px, 10vw, 152px);
    background: #e8eddc;
}
.podcast-guide__grid {
    display: grid;
    grid-template-columns: minmax(330px, .85fr) minmax(0, 1.15fr);
    gap: clamp(48px, 8vw, 128px);
    align-items: center;
}
.podcast-guide__art {
    position: relative;
    min-height: 570px;
}
.podcast-guide__sheet {
    position: absolute;
    inset: 22px 34px 30px 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 54px;
    border-radius: 8px;
    background:
        linear-gradient(rgba(255,250,242,.96), rgba(255,250,242,.96)),
        url('/assets/images/paper.webp') center/420px repeat;
    box-shadow: 0 28px 70px rgba(45,68,46,.16);
    transform: rotate(-2.5deg);
}
.podcast-guide__sheet::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(36,72,47,.13);
}
.podcast-guide__sheet small {
    position: relative;
    z-index: 1;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: .16em;
    color: #738475;
}
.podcast-guide__sheet strong {
    position: relative;
    z-index: 1;
    color: var(--pod-green);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2.3rem, 4.2vw, 4.25rem);
    font-weight: 400;
    line-height: .96;
}
.podcast-guide__sheet span {
    position: relative;
    z-index: 1;
    max-width: 330px;
    margin-top: 24px;
    color: var(--pod-muted);
    line-height: 1.6;
}
.podcast-guide__art img {
    position: absolute;
    z-index: 2;
    right: -18px;
    top: -16px;
    width: min(52%, 280px);
    height: auto;
    transform: rotate(11deg);
    filter: drop-shadow(0 20px 20px rgba(31,58,37,.16));
}
.podcast-guide__copy h2 {
    margin: 12px 0 20px;
    font-size: clamp(2.4rem, 4.8vw, 5.15rem);
    line-height: .98;
    letter-spacing: -.04em;
}
.podcast-guide__copy h2 em { color: #5e775c; font-weight: inherit; }
.podcast-guide__copy > p {
    max-width: 720px;
    color: #58665a;
    line-height: 1.72;
}
.podcast-guide__form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 30px;
}
.podcast-guide__form label:not(.podcast-guide__consent) {
    display: grid;
    gap: 8px;
}
.podcast-guide__form label > span {
    font-size: .78rem;
    font-weight: 650;
    color: #59685b;
}
.podcast-guide__form input[type="text"],
.podcast-guide__form input[type="email"],
.podcast-guide__form input[name="name"],
.podcast-guide__form input[name="contact"] {
    width: 100%;
    min-height: 50px;
    padding: 0 15px;
    border: 1px solid rgba(36,72,47,.22);
    border-radius: 12px;
    background: rgba(255,255,255,.68);
    color: var(--pod-ink);
}
.podcast-guide__consent {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 10px;
    align-items: start;
    margin: 3px 0 4px;
}
.podcast-guide__consent input { margin-top: 2px; }
.podcast-guide__consent span { font-size: .76rem !important; font-weight: 400 !important; line-height: 1.5; }
.podcast-guide__consent a { color: var(--pod-green); }
.podcast-guide__form .button { grid-column: 1 / -1; justify-self: start; }

.podcast-products {
    padding-top: clamp(82px, 9vw, 142px);
    padding-bottom: clamp(82px, 9vw, 142px);
    background: var(--pod-cream);
}
.podcast-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 18px;
}
.podcast-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
    border: 1px solid var(--pod-line);
    border-radius: 20px;
    background: #fffaf2;
    transition: transform .25s ease, box-shadow .25s ease;
}
.podcast-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 46px rgba(38,53,43,.08);
}
.podcast-product-card__media {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1.04;
    overflow: hidden;
    background: #f1eadf;
}
.podcast-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
.podcast-product-card:hover .podcast-product-card__media img { transform: scale(1.025); }
.podcast-product-card__media > span {
    position: absolute;
    left: 13px;
    top: 13px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(255,250,242,.91);
    color: var(--pod-green);
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.podcast-product-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 18px;
}
.podcast-product-card__body > small {
    min-height: 1.15em;
    color: var(--pod-muted);
    font-size: .72rem;
    font-style: italic;
}
.podcast-product-card h3 {
    margin: 7px 0 18px;
    font-size: 1.1rem;
    line-height: 1.2;
}
.podcast-product-card h3 a { color: var(--pod-ink); text-decoration: none; }
.podcast-product-card__footer {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}
.podcast-product-card__footer strong { white-space: nowrap; color: var(--pod-green); }
.podcast-product-card__footer form { margin: 0; }
.podcast-product-card__footer button {
    padding: 9px 11px;
    border: 0;
    border-radius: 999px;
    background: var(--pod-green);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: .75rem;
    font-weight: 650;
}
.podcast-products__actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 34px;
}
.podcast-products__empty {
    padding: 32px;
    border: 1px dashed var(--pod-line);
    border-radius: 18px;
    text-align: center;
}

.podcast-share {
    padding: clamp(64px, 7vw, 98px) 0;
    color: #fff;
    background: var(--pod-green);
}
.podcast-share__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 42px;
    align-items: center;
}
.podcast-share .eyebrow { color: #cbdabf; }
.podcast-share h2 {
    margin: 8px 0 0;
    color: #fff;
    font-size: clamp(2.1rem, 4vw, 4.3rem);
    line-height: .98;
}
.podcast-share h2 em { color: #d9e4cf; font-weight: inherit; }
.podcast-share__links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 9px;
}
.podcast-share__links a {
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: .8rem;
}
.podcast-share__links a:hover { background: rgba(255,255,255,.09); }

.podcast-disclaimer {
    padding: 22px 0;
    border-bottom: 1px solid var(--pod-line);
    background: #eff2e7;
}
.podcast-disclaimer p {
    max-width: 1050px;
    margin: 0 auto;
    color: #647067;
    font-size: .78rem;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 1080px) {
    .podcast-hero__grid,
    .podcast-intro__grid,
    .podcast-guide__grid { grid-template-columns: 1fr 1fr; gap: 44px; }
    .podcast-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .podcast-principles { grid-template-columns: 1fr; border-top: 0; }
    .podcast-principles article,
    .podcast-principles article + article { padding: 20px 0; border-left: 0; border-top: 1px solid var(--pod-line); }
}

@media (max-width: 820px) {
    .podcast-hero__grid,
    .podcast-intro__grid,
    .podcast-watch__grid,
    .podcast-guide__grid,
    .podcast-section-heading--split,
    .podcast-share__inner { grid-template-columns: 1fr; }
    .podcast-hero__visual { min-height: 480px; }
    .podcast-hero__stilllife { inset: 20px 0 10px 34px; }
    .podcast-intro__grid { gap: 34px; }
    .podcast-watch__grid { gap: 18px; }
    .podcast-guide__art { min-height: 500px; }
    .podcast-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .podcast-share__links { justify-content: flex-start; }
}

@media (max-width: 560px) {
    .podcast-hero { padding-top: 34px; }
    .podcast-hero h1 { font-size: clamp(3rem, 16vw, 4.6rem); }
    .podcast-hero__proof { grid-template-columns: 1fr; }
    .podcast-hero__proof span,
    .podcast-hero__proof span + span { padding: 14px 0; border-left: 0; }
    .podcast-hero__proof span + span { border-top: 1px solid rgba(255,255,255,.14); }
    .podcast-hero__visual { min-height: 390px; }
    .podcast-hero__stilllife { inset: 10px 0 10px 20px; }
    .podcast-hero__note { left: 0; top: 58%; font-size: .95rem; }
    .podcast-guide__art { min-height: 420px; }
    .podcast-guide__sheet { inset: 16px 14px 18px 0; padding: 38px; }
    .podcast-guide__art img { width: 48%; right: -10px; }
    .podcast-guide__form { grid-template-columns: 1fr; }
    .podcast-product-grid { grid-template-columns: 1fr; }
    .podcast-product-card__media { aspect-ratio: 1.25 / 1; }
    .podcast-products__actions { flex-direction: column; align-items: stretch; }
    .podcast-products__actions .button { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .podcast-product-card,
    .podcast-product-card__media img,
    .page-podcast-cosmetics .button--ghost-light { transition: none; }
}
