/*
 Theme Name:   Dream Cosmetics
 Description:  GeneratePress child theme for Dream Cosmetics
 Author:       md
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  dreamcosmetics
*/

/* ============================================
   1. FONTS (Proxima Nova from original site)
   ============================================ */

@font-face {
  font-family: "PN Light";
  src: url("fonts/PN Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PN Regular";
  src: url("fonts/PN Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "PN Semibold";
  src: url("fonts/PN Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ============================================
   2. GLOBAL RESETS
   ============================================ */

p {
  margin-bottom: 0;
}

/* ============================================
   3. CSS CUSTOM PROPERTIES
   ============================================ */

:root {
  --dc-primary: #ae172a;
  --dc-primary-light: #e8b7bd;
  --dc-black: #000000;
  --dc-white: #ffffff;
  --dc-footer-bg: #2a2a2a;
  --dc-light-gray: #f5f5f5;
  --dc-breadcrumb-gray: #8b8b8b;
  --dc-border-gray: #cccccc;
}

/* ============================================
   3. BASE TYPOGRAPHY
   ============================================ */

body {
  font-family: "PN Light", sans-serif;
  font-size: 16px;
  color: var(--dc-black);
  background: var(--dc-white);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PN Semibold", sans-serif;
  letter-spacing: 0.1em;
  color: var(--dc-black);
}

h2 {
  font-size: 23px;
  font-weight: 700;
}

h3 {
  font-family: "PN Regular", sans-serif;
  font-size: 19px;
  font-weight: 400;
}

a {
  color: var(--dc-black);
  text-decoration: none;
  transition: color 0.15s ease-in;
}

a:hover {
  color: var(--dc-primary);
}

/* ============================================
   4. HEADER
   ============================================ */

.dc-header {
  position: relative;
  z-index: 999;
  background: var(--dc-white);
}

/* Top utility bar */
.dc-top-bar {
  background: var(--dc-white);
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

.dc-top-bar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  position: relative;
}

.dc-top-bar__left {
  display: flex;
  gap: 20px;
  flex: 1;
}

.dc-top-bar__left .dc-top-bar__link {
  font-family: "PN Regular", sans-serif;
  font-size: 0.825rem;
  color: var(--dc-black);
  text-decoration: none;
}

.dc-top-bar__left .dc-top-bar__link:hover {
  color: var(--dc-primary);
}

.dc-top-bar__center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.dc-logo img {
  height: 68px;
  width: auto;
}

.dc-top-bar__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}

.dc-search-form {
  display: flex;
  align-items: center;
  gap: 0;
  border-bottom: 1px solid #000000;
}

.dc-search-form__input {
  border: none !important;
  background: transparent !important;
  font-family: "PN Regular", sans-serif;
  font-size: 0.825rem;
  padding: 4px 0.5rem;
  width: 200px;
  outline: none;
}

.dc-search-form__input::placeholder {
  color: var(--dc-breadcrumb-gray);
}

.dc-search-form__btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px 8px;
  color: var(--dc-black);
}

.dc-search-form__btn:hover {
  color: var(--dc-primary);
}

/* Red navigation bar */
.dc-main-nav {
  background: var(--dc-primary);
  position: relative;
  z-index: 100;
}

.dc-main-nav__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41px;
}

.dc-main-nav__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.dc-main-nav__item {
  position: static;
}

.dc-main-nav__item > a {
  display: block;
  padding: 0.75rem 1.25rem;
  font-family: "PN Regular", sans-serif;
  font-size: 0.95rem;
  color: var(--dc-primary-light);
  letter-spacing: 0.075em;
  text-decoration: none;
  transition: color 0.15s ease-in;
  white-space: nowrap;
}

.dc-main-nav__item > a:hover,
.dc-main-nav__item.is-active > a {
  color: var(--dc-white);
}

/* Mega menu dropdown */
.dc-mega-menu {
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  background: var(--dc-white);
  z-index: 200;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.dc-main-nav__item.is-active > .dc-mega-menu {
  display: flex;
  padding: 2.5rem 3rem;
  gap: 2.5rem;
}

.dc-mega-menu__columns {
  flex: 1;
  display: flex;
  gap: 0;
}

.dc-mega-menu__col {
  flex: 1;
  padding: 0 2rem;
  border-right: 1px dotted #e1e1e1;
}

.dc-mega-menu__col:first-child {
  padding-left: 0;
}

.dc-mega-menu__col:last-child {
  border-right: none;
  padding-right: 0;
}

.dc-mega-menu__col h4 {
  font-family: "PN Regular", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 0 16px;
  color: var(--dc-black);
  text-transform: uppercase;
}

.dc-mega-menu__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 16px;
}

.dc-mega-menu__col li {
  break-inside: avoid;
  margin-bottom: 6px;
}

.dc-mega-menu__col li a {
  font-family: "PN Regular", sans-serif;
  font-size: 0.825rem;
  color: #2f2e2e;
  letter-spacing: normal;
  padding: 0;
  text-decoration: none;
  display: inline-block;
}

.dc-mega-menu__col li a:hover {
  color: var(--dc-primary);
}

/* Featured image block */
.dc-mega-menu__featured {
  flex: 0 0 30%;
  position: relative;
}

.dc-mega-menu__featured-link {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.dc-mega-menu__featured-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dc-mega-menu__cta {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  max-width: calc(100% - 3rem);
  transform: translateX(-50%);
  background: var(--dc-primary);
  color: var(--dc-white);
  font-family: "PN Light", sans-serif;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

/* ============================================
   5. BREADCRUMB
   ============================================ */

.dc-breadcrumb {
  font-family: "PN Light", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  padding: 0.5rem 3.5rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.dc-breadcrumb a {
  color: var(--dc-breadcrumb-gray);
  text-decoration: none;
}

.dc-breadcrumb a:hover {
  color: var(--dc-primary);
}

.dc-breadcrumb .separator {
  color: var(--dc-breadcrumb-gray);
  margin: 0 6px;
}

.dc-breadcrumb .current,
.dc-breadcrumb__current {
  color: var(--dc-primary);
}

/* ============================================
   6. BUTTONS
   ============================================ */

.dc-btn {
  display: inline-block;
  background: var(--dc-primary);
  color: var(--dc-white);
  font-family: "PN Light", sans-serif;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition:
    background-color 0.2s ease-out,
    box-shadow 0.2s ease-out,
    color 0.2s ease-out;
}

.dc-btn:hover {
  background: #8e1222;
  color: var(--dc-white);
}

.dc-btn--outline {
  background: transparent;
  border: 1px solid var(--dc-white);
  color: var(--dc-white);
}

.dc-btn--outline:hover {
  background: var(--dc-white);
  color: var(--dc-primary);
}

/* ============================================
   7. HOMEPAGE
   ============================================ */

/* Hero carousel — full viewport width, flush to header */
.dc-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
}

.dc-hero__track {
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.dc-hero__slide {
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}

.dc-hero__slide a {
  display: block;
  text-decoration: none;
}

.dc-hero__slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Caption (visible only on mobile) */
.dc-hero__caption {
  display: none;
}

/* Dots */
.dc-hero__dots {
  display: none;
}

.dc-hero__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: 2px solid var(--dc-primary);
  border-radius: 999px;
  background: transparent;
  color: var(--dc-primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  padding: 0;
  transition: color 0.2s;
}

.dc-hero__arrow:hover,
.dc-hero__arrow:focus,
.dc-hero__arrow:active {
  background: var(--dc-primary-light);
  background-blend-mode: multiply;
  color: var(--dc-primary);
}

.container .dc-hero__arrow--left {
  left: 2rem;
}
.dc-hero__arrow--right {
  right: 2rem;
}

.dc-hero__arrow svg {
  aspect-ratio: 1 / 1;
  width: 20px;
}

/* Section title (shared) */
.dc-section-title {
  font-family: "PN Semibold", sans-serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 2.32px;
  text-align: center;
  margin-bottom: 40px;
}

/* ---- Category grid ---- */
/* Container */
.dc-categories {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3.5rem;
}

/* Each row */
.dc-categories__row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

/* Row with 2 wide cards: each card has ratio 1.7716 (w/h) */
.dc-categories__row--2wide .dc-cat--wide {
  flex: 1 1 0;
  aspect-ratio: 1.7716;
}

/* Row with narrow-wide-narrow: proportions 260:536:260 */
.dc-categories__row--3mixed .dc-cat--narrow {
  flex: 260 0 0;
  aspect-ratio: 0.855;
}

.dc-categories__row--3mixed .dc-cat--wide {
  flex: 536 0 0;
  aspect-ratio: 1.7716;
}

/* Shared card styles */
.dc-cat {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.dc-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.dc-cat:hover img {
  transform: scale(1.03);
}

.dc-cat__label {
  position: absolute;
  bottom: 25px;
  left: 25px;
  color: var(--dc-white);
  font-family: "PN Semibold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  line-height: 1.3;
}

/* Featured products */
.dc-featured-products {
  padding: 60px 30px;
  text-align: center;
}

.dc-featured-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.dc-product-card {
  text-align: center;
  text-decoration: none;
  color: var(--dc-black);
  display: block;
}

.dc-product-card__image {
  margin-bottom: 15px;
  padding: 0 2rem;
  padding-top: 0;
}

.dc-product-card__image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  display: block;
}

.dc-product-card__info {
  padding: 0 1rem;
}

.dc-product-card__brand {
  font-family: "PN Semibold", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  color: var(--dc-black);
}

.dc-product-card__subtitle {
  font-family: "PN Light", sans-serif;
  font-size: 0.825rem;
  text-transform: capitalize;
  display: block;
  margin-top: 0.5rem;
  color: var(--dc-black);
}

/* Campaign / Video section */
.dc-campaign {
  margin: 0 0 60px;
  padding: 4rem 0 0;
  background-color: #f5f5f5;
}

.dc-campaign .dc-section-title {
  text-transform: uppercase;
}

.dc-campaign__inner {
  position: relative;
  cursor: pointer;
  width: 60%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.dc-campaign__inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dc-campaign__inner iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.dc-campaign__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.dc-campaign__play svg {
  margin-left: 4px;
}

.dc-campaign__inner:hover .dc-campaign__play {
  background: rgba(174, 23, 42, 0.8);
}

/* Social section */
.dc-social-section {
  background: var(--dc-white);
  padding: 60px 30px;
  text-align: center;
}

.dc-social-section__desc {
  font-family: "PN Light", sans-serif;
  font-size: 15px;
  color: var(--dc-black);
  margin-bottom: 25px;
}

.dc-social-section__icons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.dc-social-section__icons a {
  color: var(--dc-black);
  transition: color 0.15s ease-in;
}

.dc-social-section__icons a:hover {
  color: var(--dc-primary);
}

/* ============================================
   8. SINGLE PRODUCT PAGE
   ============================================ */

.dc-product-single {
  max-width: 1280px;
  margin: 0 auto;
  padding: 4rem 30px 30px;
}

.dc-product-single__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  margin-bottom: 60px;
}

/* Image gallery: thumbs (20%) on left, main image (80%) on right */
.dc-product-gallery {
  display: flex;
  align-items: flex-start;
}

.dc-product-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 20%;
  min-width: 80px;
  flex-shrink: 0;
  padding-right: 1rem;
}

.dc-product-gallery__thumb {
  width: 100%;
  aspect-ratio: 1;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 0.25rem;
  background: var(--dc-white);
  overflow: hidden;
}

.dc-product-gallery__thumb + .dc-product-gallery__thumb {
  margin-top: 1rem;
}

.dc-product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: var(--dc-light-gray);
}

.dc-product-gallery__thumb.is-active {
  border-color: var(--dc-black);
}

.dc-product-gallery__main {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.dc-product-gallery__main img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Product info */
.dc-product-info {
  padding-left: 2rem;
}

.dc-product-info__brand {
  font-family: "PN Semibold", sans-serif;
  font-size: 1.45rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin: 0 0 5px;
}

.dc-product-info__subtitle {
  font-family: "PN Regular", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  margin: 0 0 2rem;
}

/* Tabs */
.dc-product-tabs {
  margin-bottom: 25px;
  position: relative;
}

.dc-product-tabs__nav {
  display: flex;
  gap: 0;
  border-bottom: 1px solid var(--dc-black);
  margin-bottom: 20px;
  position: relative;
}

.dc-product-tabs__btn {
  font-family: "PN Semibold", sans-serif;
  font-size: 0.825rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1rem;
  cursor: pointer;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  color: var(--dc-black);
  position: relative;
  z-index: 1;
}

.dc-product-tabs__btn.is-active {
  border-bottom-color: var(--dc-black);
}

.dc-product-tabs__content {
  font-family: "PN Light", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  hyphens: none;
}

.dc-product-tabs__panel {
  display: none;
}

.dc-product-tabs__panel.is-active {
  display: block;
}

/* Variant selector */
.dc-product-variant select {
  font-family: "PN Regular", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid var(--dc-border-gray);
  border-radius: 0;
  padding: 8px 38px 8px 10px;
  width: 100%;
  box-sizing: border-box;
  appearance: auto;
  background: var(--dc-white);
  margin-top: 20px;
}

/* Related products */
.dc-related-products {
  margin-top: 4rem;
  padding-top: 4rem;
}

.dc-related-products h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.dc-related-products__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dc-related-products__grid .dc-product-card {
  width: 25%;
  margin-bottom: 2rem;
}

.dc-related-card {
  text-align: center;
  text-decoration: none;
  color: var(--dc-black);
  display: block;
}

.dc-related-card img {
  width: 175px;
  height: 175px;
  object-fit: contain;
  margin: 0 auto 10px;
  display: block;
}

.dc-related-card__name {
  font-family: "PN Light", sans-serif;
  font-size: 13px;
}

/* ============================================
   9. GAMME PAGE
   ============================================ */

.dc-gamme-page {
  width: 100%;
}

/* --- 2-column split hero --- */
.dc-gamme-hero {
  display: flex;
  width: 100%;
  min-height: 280px;
}

.dc-gamme-hero__image {
  width: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.dc-gamme-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.dc-gamme-hero__info {
  width: 50%;
  background-color: #1a1a1a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 3rem;
  text-align: center;
}

.dc-gamme-hero__title {
  font-family: "PN Semibold", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  color: #fff;
  margin: 0 0 1rem;
}

.dc-gamme-hero__description {
  font-family: "PN Light", sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
}

.dc-gamme-hero__description p {
  margin: 0;
}

/* --- Product grid --- */
.dc-gamme-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.5rem 3.5rem;
}

.dc-gamme-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1.5rem;
}

.dc-gamme-products .dc-product-card {
  width: auto;
  margin-bottom: 0;
}

/* ============================================
   10. SECTION/ARCHIVE PAGE
   ============================================ */

.dc-section-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1425 / 412;
  background-size: cover;
  background-position: center;
  background-color: var(--dc-primary);
  display: flex;
  align-items: center;
}

.dc-section-hero__title {
  color: var(--dc-white);
  font-family: "PN Semibold", sans-serif;
  font-size: 2.95rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 50px;
  padding-left: 10%;
  margin: 0;
  text-align: left;
}

.dc-section-page {
  width: 100%;
}

.dc-section-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 15px 3.5rem 60px;
}

.dc-section-empty {
  text-align: center;
  font-family: "PN Light", sans-serif;
  font-size: 16px;
  padding: 60px 30px;
  color: var(--dc-breadcrumb-gray);
}

/* --- Section grid: groups of 4 gammes --- */

/*
 * Row A (--left): large image on left
 * ┌──────────┬──────────┐
 * │          │   img 2  │
 * │  img 1   ├────┬─────┤
 * │ (large)  │ 3  │  4  │
 * └──────────┴────┴─────┘
 *
 * Row B (--right): large image on right (inverted)
 * ┌──────────┬──────────┐
 * │   img 1  │          │
 * ├────┬─────┤  img 4   │
 * │ 2  │  3  │ (large)  │
 * └────┴─────┴──────────┘
 */

.dc-section-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

/* Both columns are square */
.dc-section-row__item--large {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.dc-section-row__sub {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 15px;
}

/* Medium spans full width of subgrid (top row) */
.dc-section-row__sub .dc-section-row__item--medium {
  grid-column: 1 / 3;
}

/* Pattern B (--right): swap order */
.dc-section-row--right .dc-section-row__item--large {
  order: 2;
}
.dc-section-row--right .dc-section-row__sub {
  order: -1;
}

/* Right rows: medium (wide) image goes to bottom, small squares on top */
.dc-section-row--right .dc-section-row__sub .dc-section-row__item--medium {
  grid-row: 2;
  grid-column: 1 / 3;
}
.dc-section-row--right .dc-section-row__sub .dc-section-row__item--small-1 {
  grid-row: 1;
  grid-column: 1;
}
.dc-section-row--right .dc-section-row__sub .dc-section-row__item--small-2 {
  grid-row: 1;
  grid-column: 2;
}

/* Only 1 item: stays in left column, square */
.dc-section-row--count-1 {
  grid-template-columns: 1fr 1fr;
}
/* Fallback: 2 items (large + 1 medium) */
.dc-section-row--count-2 .dc-section-row__sub {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.dc-section-row--count-2 .dc-section-row__sub .dc-section-row__item--medium {
  grid-column: 1;
}

/* Grid item styling */
.dc-section-row__item {
  position: relative;
  overflow: hidden;
  display: block;
}

.dc-section-row__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.dc-section-row__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0);
  transition: background 0.3s ease;
  pointer-events: none;
}

.dc-section-row__item:hover::after {
  background: rgba(255, 255, 255, 0.45);
}

.dc-section-row__item:hover img {
  transform: scale(1.03);
}

.dc-section-row__label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: "PN Semibold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.dc-section-row__item:hover .dc-section-row__label {
  opacity: 1;
}

.dc-section-row__placeholder {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: var(--dc-light-gray);
}

/* --- Star Products --- */

.dc-star-products {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 3.5rem 60px;
  text-align: center;
}

.dc-star-products__heading {
  font-family: "PN Semibold", sans-serif;
  font-size: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.dc-star-products__grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.dc-star-products__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  width: 180px;
}

.dc-star-products__image {
  width: 120px;
  height: 120px;
  margin-bottom: 12px;
}

.dc-star-products__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dc-star-products__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.dc-star-products__brand {
  font-family: "PN Semibold", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dc-star-products__name {
  font-family: "PN Semibold", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dc-star-products__subtitle {
  font-family: "PN Light", sans-serif;
  font-size: 12px;
  color: var(--dc-breadcrumb-gray);
}

/* ============================================
   10b. PRODUCT LIST (TYPE) PAGE
   ============================================ */

.dc-product-list {
  width: 100%;
}

/* Hero with background image, title, and filters */
.dc-product-list__hero {
  position: relative;
  width: 100%;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  background-color: var(--dc-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dc-product-list__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.dc-product-list__hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 2rem;
}

.dc-product-list__title {
  font-family: "PN Semibold", sans-serif;
  font-size: 1.45rem;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  text-align: center;
  color: var(--dc-white);
  margin: 0 0 2rem;
}

.dc-product-list__filters {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.dc-product-list__filter {
  font-family: "PN Regular", sans-serif;
  font-size: 0.825rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  border: 1px solid var(--dc-white);
  border-radius: 0;
  background: transparent;
  color: var(--dc-white);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ffffff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  min-width: 200px;
}

.dc-product-list__filter option {
  color: var(--dc-black);
  background: var(--dc-white);
}

/* Content area below hero */
.dc-product-list__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem 30px 60px;
}

.dc-product-list__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.dc-product-list__grid .dc-product-card {
  width: 25%;
  margin-bottom: 2rem;
}

.dc-product-list .dc-section-empty {
  padding: 60px 30px;
}

.dc-product-list .dc-breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
}

/* ============================================
   11. FOOTER
   ============================================ */

.dc-footer {
  background: var(--dc-footer-bg);
}

.dc-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem 1.25rem 3rem;
}

.dc-footer__logo {
  flex: 1;
}

.dc-footer__logo img {
  height: 50px;
  width: auto;
}

.dc-footer__links {
  flex: 1;
  display: flex;
  justify-content: center;
}

.dc-footer__nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 8px;
  align-items: center;
}

.dc-footer__nav-list li {
  display: flex;
  align-items: center;
}

.dc-footer__nav-list li + li::before {
  content: "\00B7";
  color: var(--dc-white);
  margin-right: 8px;
  font-size: 16px;
}

.dc-footer__nav-list a,
.dc-footer__links a {
  font-family: "PN Light", sans-serif;
  font-size: 0.7rem;
  color: var(--dc-white);
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dc-footer__nav-list a:hover,
.dc-footer__links a:hover {
  color: var(--dc-primary-light);
}

.dc-footer__social {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.dc-footer__social-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dc-footer__social-label {
  font-family: "PN Light", sans-serif;
  font-size: 0.7rem;
  color: var(--dc-white);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.dc-footer__social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.dc-footer__social-icons a {
  color: var(--dc-white);
}

.dc-footer__social-icons a:hover {
  color: var(--dc-primary-light);
}

/* ============================================
   12. MOBILE HEADER BAR & MENU
   ============================================ */

/* Mobile top bar: hidden on desktop */
.dc-mobile-bar {
  display: none;
}

.dc-mobile-search {
  display: none;
}

.dc-hamburger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.dc-hamburger__line {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--dc-black);
  margin: 5px 0;
}

.dc-mobile-bar__search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  color: var(--dc-black);
}

/* Mobile drawer */
.dc-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--dc-white);
  z-index: 10000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.dc-mobile-menu.is-open {
  transform: translateX(0);
}

.dc-mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  position: relative;
  border-bottom: 3px solid var(--dc-primary);
}

.dc-mobile-menu__header .dc-logo img {
  height: 50px;
  width: auto;
}

.dc-mobile-menu__close {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--dc-black);
}

.dc-mobile-menu__search {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
}

.dc-mobile-menu__search input[type="search"] {
  flex: 1;
  border: none;
  background: transparent;
  font-family: "PN Regular", sans-serif;
  font-size: 15px;
  color: var(--dc-black);
  outline: none;
  padding: 8px 0;
}

.dc-mobile-menu__search button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: var(--dc-black);
}

.dc-mobile-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
}

.dc-mobile-menu__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.dc-mobile-menu__item a {
  flex: 1;
  padding: 18px 20px;
  font-family: "PN Semibold", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: var(--dc-black);
  text-decoration: none;
}

.dc-mobile-menu__item svg {
  margin-right: 20px;
  color: #999;
  flex-shrink: 0;
}

.dc-mobile-menu__footer {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 16px 20px;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.dc-mobile-menu__footer a {
  font-family: "PN Regular", sans-serif;
  font-size: 13px;
  color: var(--dc-black);
  text-decoration: none;
}

.dc-mobile-menu__footer .dc-mobile-menu__lang {
  color: var(--dc-primary);
  font-family: "PN Semibold", sans-serif;
}

.dc-mobile-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.dc-mobile-overlay.is-open {
  display: block;
}

/* ============================================
   13. RESPONSIVE
   ============================================ */

@media (max-width: 960px) {
  /* Show mobile bar, hide desktop header elements */
  .dc-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background: var(--dc-white);
    border-bottom: 3px solid var(--dc-primary);
  }

  .dc-mobile-bar__logo img {
    height: 42px;
    width: auto;
  }

  .dc-mobile-search {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    background: var(--dc-white);
    border-bottom: 1px solid #eee;
  }

  .dc-mobile-search.is-open {
    display: block;
    max-height: 60px;
  }

  .dc-mobile-search form {
    display: flex;
    align-items: center;
    padding: 8px 12px;
  }

  .dc-mobile-search input[type="search"] {
    flex: 1;
    border: none;
    background: transparent;
    font-family: "PN Regular", sans-serif;
    font-size: 15px;
    color: var(--dc-black);
    outline: none;
    padding: 6px 0;
  }

  .dc-mobile-search button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: var(--dc-black);
  }

  .dc-top-bar,
  .dc-main-nav {
    display: none;
  }

  /* Hero slider: flush, no margin, mobile images, dots */
  .dc-hero {
    margin-bottom: 0;
  }

  .dc-hero__arrow {
    display: none;
  }

  .dc-hero__caption {
    display: flex;
    justify-content: center;
    padding: 14px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .dc-hero__label {
    display: none;
  }

  .dc-hero__btn {
    font-size: 11px;
    padding: 6px 20px;
  }

  .dc-hero__dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    background: var(--dc-white);
  }

  .dc-hero__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    padding: 0;
    cursor: pointer;
    transition: background 0.2s;
  }

  .dc-hero__dot.is-active {
    background: var(--dc-primary);
  }

  /* Categories: single column, horizontal cards */
  .dc-categories {
    padding: 0 12px;
  }

  .dc-categories__row {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }

  .dc-categories__row--2wide .dc-cat--wide,
  .dc-categories__row--3mixed .dc-cat--narrow,
  .dc-categories__row--3mixed .dc-cat--wide {
    flex: 0 0 auto;
    aspect-ratio: 2.5;
  }

  .dc-cat__label {
    font-size: 16px;
    bottom: 15px;
    left: 15px;
  }

  /* Featured products: 2 columns */
  .dc-featured-products {
    padding: 30px 12px;
  }

  .dc-featured-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  /* Product single */
  .dc-product-single {
    padding-top: 1rem;
  }

  .dc-product-single__layout {
    grid-template-columns: 1fr;
  }

  .dc-product-info {
    padding-left: 0;
  }

  .dc-product-gallery {
    flex-direction: column;
  }

  .dc-product-gallery__thumbs {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    padding-right: 0;
    order: 1;
  }

  .dc-product-gallery__thumb {
    width: 60px;
  }

  .dc-product-gallery__thumb + .dc-product-gallery__thumb {
    margin-top: 0;
    margin-left: 0.25rem;
  }

  .dc-product-gallery__main {
    margin-bottom: 6rem;
  }

  .dc-related-products__grid .dc-product-card {
    width: 50%;
  }

  .dc-product-list__grid .dc-product-card {
    width: 50%;
  }

  .dc-product-list__hero {
    min-height: 200px;
  }

  .dc-product-list__title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }

  .dc-product-list__filter {
    min-width: 160px;
    font-size: 0.7rem;
  }

  /* Gamme page: stack vertically, banner full-width on top */
  .dc-gamme-hero {
    flex-direction: column;
  }

  .dc-gamme-hero__image {
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .dc-gamme-hero__info {
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .dc-gamme-content {
    padding: 1.5rem 12px;
  }

  .dc-gamme-products {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .dc-gamme-products .dc-product-card {
    width: auto;
  }

  /* Section page */
  .dc-section-hero__title {
    font-size: 28px;
    padding: 20px;
    padding-left: 20px;
  }

  .dc-section-content {
    padding: 15px 12px 40px;
  }

  .dc-section-row {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  .dc-section-row__item--large {
    aspect-ratio: 16 / 9;
  }

  .dc-section-row__sub {
    aspect-ratio: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }

  .dc-section-row--right .dc-section-row__item--large,
  .dc-section-row--right .dc-section-row__sub {
    order: unset;
  }

  /* Mega menu: always hidden on mobile */
  .dc-mega-menu {
    display: none !important;
  }

  /* Star products */
  .dc-star-products {
    padding: 30px 12px;
  }

  /* Footer */
  .dc-footer__inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .dc-footer__social {
    text-align: center;
  }

  .dc-footer__social-icons {
    justify-content: center;
  }

  .dc-campaign {
    padding: 0 12px;
  }

  /* Search results */
  .dc-search-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dc-search-results__inner {
    padding: 0 12px 2rem;
  }
}

/* ============================================
   13. GP/GB OVERRIDES
   ============================================ */

/* Remove GP default margins from content area */
.site-content {
  padding: 0 !important;
}

.inside-article {
  padding: 0;
}

/* Full-width for all pages */
.site-main > .container {
  max-width: 100%;
  padding: 0;
}

/* Full-width section/category pages */
.site-content,
.site-content .dc-section-page {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
}

/* Override GP navigation colors */
.main-navigation {
  background: var(--dc-primary);
}

.main-navigation .main-nav ul li a {
  font-family: "PN Regular", sans-serif;
  font-size: 15px;
  color: var(--dc-primary-light);
  letter-spacing: 1.14px;
}

.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li.current-menu-item a {
  color: var(--dc-white);
}

/* GP sub-menu styling for mega menu */
.main-navigation .main-nav ul ul {
  background: var(--dc-white);
  min-width: 250px;
}

.main-navigation .main-nav ul ul a {
  font-family: "PN Light", sans-serif;
  font-size: 14px;
  color: var(--dc-black);
  letter-spacing: normal;
}

.main-navigation .main-nav ul ul a:hover {
  color: var(--dc-primary);
}

/* =========================================
   SERVICE CLIENT PAGE
   ========================================= */

.dc-service-client-intro {
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 760px;
  padding: 0 1rem;
}

.dc-service-client-intro p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--dc-black);
  margin-bottom: 0.5rem;
}

/* CF7 Form — Service Client */
.page-id-1558 .wpcf7-form,
.dc-service-client-form .wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}

.dc-form-field {
  margin-bottom: 1.25rem;
}

.dc-form-field label {
  display: block;
  font-size: 14px;
  font-family: "PN Light", sans-serif;
  color: var(--dc-black);
  margin-bottom: 0.35rem;
}

.dc-form-field label .required {
  color: var(--dc-primary);
  margin-left: 2px;
}

.dc-input,
.dc-textarea,
.dc-form-field input[type="text"],
.dc-form-field input[type="email"],
.dc-form-field input[type="tel"],
.dc-form-field textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  font-family: "PN Light", sans-serif;
  color: var(--dc-black);
  background: #fff;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.2s;
}

.dc-form-field input:focus,
.dc-form-field textarea:focus {
  border-color: var(--dc-primary);
}

.dc-textarea,
.dc-form-field textarea {
  min-height: 130px;
  resize: vertical;
}

.dc-form-submit {
  margin-top: 1.5rem;
  text-align: left;
}

.dc-submit,
.dc-form-submit input[type="submit"] {
  background-color: var(--dc-primary);
  color: #fff;
  border: none;
  padding: 0.65rem 2rem;
  font-size: 14px;
  font-family: "PN Light", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.2s;
}

.dc-submit:hover,
.dc-form-submit input[type="submit"]:hover {
  background-color: #8c1120;
}

/* CF7 validation messages */
.wpcf7-not-valid-tip {
  color: var(--dc-primary);
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

.wpcf7-response-output {
  border: 1px solid var(--dc-primary);
  padding: 0.75rem 1rem;
  font-size: 14px;
  margin-top: 1rem;
  color: var(--dc-primary);
}

.wpcf7-mail-sent-ok {
  border-color: #4caf50 !important;
  color: #4caf50 !important;
}

/* =========================================
   SEARCH RESULTS PAGE
   ========================================= */

.dc-search-results {
  width: 100%;
}

.dc-search-results__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.5rem 3.5rem;
  box-sizing: border-box;
}

.dc-search-results__count {
  font-family: "PN Light", sans-serif;
  font-size: 0.95rem;
  margin: 1rem 0 2rem;
  color: #333;
}

.dc-search-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem 1.5rem;
}

.dc-search-results__empty {
  font-family: "PN Light", sans-serif;
  font-size: 1rem;
  color: var(--dc-breadcrumb-gray);
  padding: 3rem 0;
}

/* =========================================
   MENTIONS LÉGALES PAGE
   ========================================= */

.page-id-1560 .entry-content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 3.5rem;
  box-sizing: border-box;
}

.page-id-1560 .entry-content h1,
.page-id-1560 .entry-content h2,
.page-id-1560 .entry-content h3,
.page-id-1560 .entry-content h4 {
  text-align: center;
}

/* =========================================
   LA MARQUE PAGE
   ========================================= */

/* Remove default entry padding — full-bleed blocks handle their own edges */
.page-id-1562 .entry-content {
  padding: 0;
  max-width: 100%;
}

/* Kill margins on wpautop-injected empty <p> wrappers (e.g. around HTML comments) */
.page-id-1562 .entry-content > p:empty {
  margin: 0;
  line-height: 0;
}

/* --- HERO --- */
.pm-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.pm-hero img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  filter: brightness(0.75);
}

.pm-hero__title {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "PN Light", sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

/* --- 2×2 GRID (Section 2) --- */
.pm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  box-sizing: border-box;
}

.pm-cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 3.5rem;
  box-sizing: border-box;
}

.pm-cell--grey {
  background-color: #c0c2c9;
}

.pm-cell--grey h3 {
  font-family: "PN Light", sans-serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.pm-cell--grey p {
  font-family: "PN Light", sans-serif;
  font-size: clamp(15px, 1.6vw, 24px);
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

/* Quote cells */
.pm-cell--quote {
  background-color: #fff;
}

.pm-cell--quote p {
  font-family: "PN Light", sans-serif;
  font-size: clamp(14px, 1.5vw, 22px);
  font-weight: 400;
  color: #74767b;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.pm-cell--quote p:last-child {
  margin-bottom: 0;
}

.pm-cell--right {
  text-align: right;
}

.pm-cell--right h3 {
  font-family: "PN Light", sans-serif;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 700;
  color: #74767b;
  text-align: right;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.pm-cell--right p {
  text-align: right;
}

.pm-cell--image {
  padding: 0;
  line-height: 0;
  overflow: hidden;
}

.pm-cell--image img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

/* --- SECTION 3: Centered pink block --- */
.pm-section {
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}

.pm-section--pink {
  background: transparent;
}

.pm-section__inner {
  background-color: #d8869d;
  width: 70%;
  padding: 3rem 3.5rem;
  text-align: center;
  box-sizing: border-box;
}

.pm-section__inner h3 {
  font-family: "PN Light", sans-serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.pm-section__inner p {
  font-family: "PN Light", sans-serif;
  font-size: clamp(14px, 1.5vw, 22px);
  font-weight: 400;
  color: #fff;
  line-height: 1.7;
  margin: 0;
}

/* --- SECTION 4: Image left + Text right --- */
.pm-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  box-sizing: border-box;
}

.pm-split__image {
  line-height: 0;
  overflow: hidden;
}

.pm-split__image img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  display: block;
}

.pm-split__text {
  padding: 3rem 3.5rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pm-split__text h3 {
  font-family: "PN Light", sans-serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-weight: 700;
  color: #74767b;
  margin-bottom: 1.25rem;
  line-height: 1.25;
}

.pm-split__text p {
  font-family: "PN Light", sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  color: #74767b;
  line-height: 1.7;
  margin-bottom: 0.85rem;
}

.pm-split__text p:last-child {
  margin-bottom: 0;
}

/* --- SECTION 5: Two colored blocks --- */
.pm-blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  box-sizing: border-box;
}

.pm-block {
  display: flex;
  flex-direction: column;
  padding: 3rem 2.5rem;
  text-align: center;
  box-sizing: border-box;
}

.pm-block .pm-stats {
  margin-top: auto;
  margin-bottom: auto;
}

.pm-block--grey {
  background-color: #c0c2c9;
}

.pm-block--red {
  background-color: #931d30;
}

.pm-block h3 {
  font-family: "PN Light", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.75rem;
}

.pm-block__title-light {
  font-size: clamp(16px, 1.8vw, 24px);
  font-weight: 300;
  display: block;
}

.pm-block__title-bold {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  display: block;
}

/* Globe icon */
.pm-icon-world {
  width: 76px;
  height: 76px;
  background: url("icon-world.png") center/contain no-repeat;
  margin: 0 auto 1.5rem;
}

.pm-world__intro {
  font-family: "PN Light", sans-serif;
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.25rem;
}

.pm-world__count {
  font-family: "PN Light", sans-serif;
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.25rem;
}

.pm-world__sub {
  font-family: "PN Light", sans-serif;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.pm-world__countries {
  font-family: "PN Light", sans-serif;
  font-size: clamp(12px, 1.1vw, 16px);
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  margin: 0;
}

/* Stats grid */
.pm-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin-top: 0.5rem;
  background-color: rgba(255, 255, 255, 0.35);
}

.pm-stat {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0.75rem;
  background-color: #931d30;
}

.pm-stat br {
  display: none;
}

.pm-stats p:empty {
  display: none;
}

.pm-block--red p:empty {
  display: none;
}

.pm-stat__num {
  font-family: "PN Light", sans-serif;
  font-size: clamp(26px, 2.5vw, 42px);
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 1.1;
}

.pm-stat__label {
  font-family: "PN Light", sans-serif;
  font-size: clamp(11px, 1vw, 16px);
  font-weight: 700;
  color: #fff;
  display: block;
  margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
  .pm-grid,
  .pm-split,
  .pm-blocks {
    grid-template-columns: 1fr;
  }

  .pm-cell--image img,
  .pm-split__image img {
    min-height: 260px;
  }

  .pm-section__inner {
    width: 90%;
    padding: 2rem 1.5rem;
  }

  .pm-cell {
    padding: 2rem 1.5rem;
  }

  .pm-block {
    padding: 2rem 1.5rem;
  }
}
