﻿.pm2026 {
    background: #ebe5dc;
    color: #33251e;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

.pm2026 * { box-sizing: border-box; }

.pm2026-section { padding: clamp(56px, 8vw, 110px) clamp(20px, 5vw, 72px); }
.pm2026-shell { width: min(1180px, 100%); margin: 0 auto; }

.pm2026-hero {
    min-height: 86vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: #211813;
    color: #fff;
}

.pm2026-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(33, 24, 19, .78), rgba(33, 24, 19, .34) 48%, rgba(33, 24, 19, .18));
    z-index: 1;
}

.pm2026-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pm2026-hero-content { position: relative; z-index: 2; width: min(760px, 100%); padding: clamp(110px, 15vw, 170px) clamp(22px, 7vw, 92px) clamp(70px, 9vw, 120px); }

.pm2026-kicker { margin: 0 0 14px; font-family: Arial, sans-serif; font-size: .82rem; letter-spacing: .13em; text-transform: uppercase; }
.pm2026 h1, .pm2026 h2, .pm2026 h3 { margin: 0; color: inherit; line-height: .98; letter-spacing: 0; }
.pm2026 h1 { max-width: 720px; font-size: clamp(3rem, 8vw, 7.4rem); text-transform: uppercase; }
.pm2026 h2 { font-size: clamp(2.35rem, 4vw, 4rem); text-transform: uppercase; }
.pm2026 h3 { font-size: clamp(1.45rem, 2.6vw, 2.4rem); text-transform: uppercase; }
.pm2026-lead { margin: 24px 0 0; font-size: clamp(1.15rem, 2vw, 1.55rem); line-height: 1.45; }

.pm2026-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.pm2026-btn {
    border: 0;
    border-radius: 7px;
    background: #97735a;
    box-shadow: 0 12px 24px rgba(22, 16, 12, .18);
    color: #fff;
    font-family: 'Montserrat', 'The Bold Font', 'Anton', Impact, sans-serif;
    font-weight: bold;
    letter-spacing: .01em;
    flex: 0 1 auto;
    border-radius: 8px;
    line-height: 1;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    padding: 13px 24px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    text-decoration: none;
}
.pm2026-btn:hover { background: #594435; color: #fff; }
.pm2026-btn-outline { background: rgba(255, 255, 255, .08); }
.pm2026-btn-outline:hover { background: #fff; color: #33251e; }

.pm2026-home-hero { min-height: 100vh; background-image: url("/Content/img/fondo-home.jpg"); background-position: center; background-size: cover; }
.pm2026-home-hero .pm2026-hero-content { margin: 0 auto; text-align: center; }
.pm2026-home-hero .pm2026-actions { justify-content: center; }
.pm2026-home-logo { width: min(520px, 78vw); height: auto; margin-bottom: 34px; }

.pm2026-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .86fr); gap: clamp(32px, 6vw, 82px); align-items: center; }
.pm2026-copy p { margin: 24px 0 0; font-size: clamp(1.08rem, 1.5vw, 1.28rem); line-height: 1.72; }
.pm2026-photo { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.pm2026-photo-wide { aspect-ratio: 16 / 10; }

.pm2026-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 44px; }
.pm2026-feature, .pm2026-card { border-top: 1px solid rgba(51, 37, 30, .45); padding-top: 22px; }
.pm2026-feature p, .pm2026-card p { margin: 14px 0 0; font-size: 1.08rem; line-height: 1.58; }

.pm2026-destinations { background: #d9cfbf; }
.pm2026-destination-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; margin-top: 42px; }
.pm2026-destination { position: relative; min-height: 430px; display: flex; align-items: flex-end; overflow: hidden; color: #fff; text-decoration: none; background: #211813; }
.pm2026-destination img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .74; transition: transform .35s ease, opacity .35s ease; }
.pm2026-destination:hover { color: #fff; }
.pm2026-destination:hover img { transform: scale(1.035); opacity: .9; }
.pm2026-destination-content { position: relative; z-index: 1; width: 100%; padding: 34px; background: linear-gradient(transparent, rgba(22, 15, 11, .78)); }
.pm2026-destination-name { display: block; font-size: clamp(2.35rem, 5vw, 5.5rem); line-height: .98; text-transform: uppercase; }

.pm2026-offers { background: #f4efe7; }
.pm2026-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 42px; }
.pm2026-offer { min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 28px; background: #fff; border: 1px solid rgba(51, 37, 30, .15); }
.pm2026-offer strong { display: block; font-size: clamp(1.65rem, 3vw, 3rem); line-height: 1; text-transform: uppercase; }

.pm2026-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 44px; }
.pm2026-gallery img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; }
.pm2026-gallery-stack { display: grid; gap: 18px; }
.pm2026-occasion { background: #f4efe7; }
.pm2026-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 36px; margin-top: 40px; }

.pm2026-map-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, 1fr); gap: clamp(28px, 5vw, 64px); align-items: stretch; }
.pm2026-map iframe { width: 100%; height: 100%; min-height: 440px; border: 0; }
.pm2026-details { background: #d9cfbf; padding: clamp(28px, 4vw, 48px); }
.pm2026-details dl { margin: 28px 0 0; }
.pm2026-details dt { margin-top: 18px; font-family: Arial, sans-serif; font-size: .78rem; letter-spacing: .11em; text-transform: uppercase; }
.pm2026-details dd { margin: 6px 0 0; font-size: 1.14rem; }
.pm2026-hours { columns: 2; column-gap: 28px; padding: 0; list-style: none; font-size: 1rem; line-height: 1.7; }
.pm2026-club { background: #211813; color: #fff; }

@media (max-width: 900px) {
    .pm2026-split, .pm2026-destination-grid, .pm2026-offer-grid, .pm2026-gallery, .pm2026-card-grid, .pm2026-map-grid, .pm2026-feature-grid { grid-template-columns: 1fr; }
    .pm2026-destination { min-height: 330px; }
    .pm2026-map iframe { min-height: 340px; }
}

@media (max-width: 560px) {
    .pm2026-hero-content { padding-top: 96px; }
    .pm2026-actions, .pm2026-btn { width: 100%; }
    .pm2026-hours { columns: 1; }
}
/* Home 2026 refresh */
.pm2026 {
    --pm-ink: #15100d;
    --pm-brown: #3a2d24;
    --pm-taupe: #a58d7c;
    --pm-paper: #e8e5df;
    --pm-cream: #f5efe7;
    --pm-sand: #e7ddd0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

    .pm2026 h1,
    .pm2026 h2,
    .pm2026 h3 {
        font-family: 'Anton', Impact, sans-serif;
        font-weight: 400;
    }

.pm2026-html-home {
    margin: 0;
    background: var(--pm-paper);
}

.pm2026-home-cover {
    min-height: 100svh;
    align-items: center;
    isolation: isolate;
}

.pm2026-home-hero {
    background-image: url("/Content/img/fondo-home.jpg");
    background-position: center center;
    background-size: cover;
}

.pm2026-home-hero::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, .02) 40%, rgba(22, 16, 12, .03) 100%);
}

.pm2026-home-nav {
    position: absolute;
    top: clamp(54px, 8vh, 92px);
    left: 0;
    z-index: 4;
    display: flex;
    width: 100%;
    min-height: clamp(66px, 8vw, 102px);
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 4.35vw, 80px);
    padding: 16px clamp(18px, 4vw, 58px);
    background: rgba(232, 229, 223, .96);
    color: var(--pm-ink);
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    font-size: clamp(1.24rem, 2.42vw, 2.7rem);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 10px 28px rgba(31, 22, 17, .08);
}

.pm2026-home-nav a {
    color: var(--pm-ink);
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.pm2026-home-nav a:hover,
.pm2026-home-nav a:focus {
    color: #7b5b43;
}

.pm2026-home-hero .pm2026-home-intro {
    width: min(880px, 100%);
    margin: clamp(120px, 18vh, 210px) 0 0;
    padding: clamp(100px, 15vh, 190px) clamp(22px, 8vw, 180px) clamp(58px, 8vw, 92px);
    text-align: center;
}

.pm2026-home-hero .pm2026-home-intro .pm2026-kicker {
    color: var(--pm-ink);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1rem, 1.36vw, 1.36rem);
    font-weight: 700;
    letter-spacing: .11em;
    text-shadow: 0 1px 14px rgba(255, 255, 255, .45);
}

.pm2026-kicker2 {
    font-family: SignPainter, 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: 2rem!important;
    display: block;
    margin-bottom: 20px!important;
    color: #97735A;   
}

    .pm2026-kicker2.white {
        color: #E2DDD7
    }

.pm2026-home-logo {
    display: block;
    width: min(650px, 71vw);
    height: auto;
    margin: 0 0 8px;
    filter: drop-shadow(0 5px 18px rgba(0, 0, 0, .24));
}

.pm2026-home-hero .pm2026-home-intro h1 {
    max-width: 800px;
    color: #090705;
    font-family: 'SignPainter', 'SignPainter-HouseScript', 'Brush Script MT', cursive;
    font-size: clamp(2.05rem, 2.75vw, 3.75rem);
    font-weight: 400;
    line-height: 1.02;
    text-transform: uppercase;
    text-shadow: 0 1px 16px rgba(255, 255, 255, .48);
}

.pm2026-home-hero .pm2026-home-intro .pm2026-actions {
    justify-content: flex-start;
    gap: clamp(12px, 2.2vw, 34px);
    margin-top: clamp(28px, 4vw, 46px);
}

.pm2026-home-hero .pm2026-home-intro .pm2026-btn {
    min-height: clamp(52px, 5vw, 72px);
    border: 0;
    border-radius: 7px;
    background: rgba(58, 45, 36, .94);
    box-shadow: 0 12px 24px rgba(22, 16, 12, .18);
    color: #fff;
    font-family: 'Montserrat', 'The Bold Font', 'Anton', Impact, sans-serif;
    font-weight: bold;
    font-size: clamp(1.15rem, 2.25vw, 2.55rem);
    letter-spacing: .01em;
}

.pm2026-home-hero .pm2026-home-intro .pm2026-btn:hover,
.pm2026-home-hero .pm2026-home-intro .pm2026-btn:focus {
    background: #211813;
    color: #fff;
}

.pm2026-kicker {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.pm2026-home-values {
    background: var(--pm-sand);
}

.pm2026-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(28px, 4.5vw, 62px);
}

.pm2026-value-grid article {
    min-height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid rgba(51, 37, 30, .38);
}

.pm2026-value-grid h2 {
    font-size: clamp(2.3rem, 5vw, 5.2rem);
}

.pm2026-value-grid p:last-child {
    margin: 20px 0 0;
    font-size: clamp(1.02rem, 1.2vw, 1.18rem);
    line-height: 1.62;
}

.pm2026-section-heading {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.pm2026-section-heading .pm2026-lead {
    margin-left: auto;
    margin-right: auto;
}

.pm2026-home-offers {
    background: var(--pm-cream);
}

.pm2026-offer-grid-visual {
    align-items: stretch;
}

.pm2026-offer-card {
    display: block;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 18px 50px rgba(51, 37, 30, .14);
}

.pm2026-offer-card img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform .35s ease;
}

.pm2026-offer-card:hover img {
    transform: scale(1.035);
}

.pm2026-destination-intro {
    text-align: center;
}

.pm2026-home-club {
    background: #211813;
    color: #fff;
}

.pm2026-store-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.pm2026-store-row img {
    display: block;
    max-height: 48px;
    width: auto;
}

.pm2026-home-events {
    background: var(--pm-paper);
}

.pm2026-home-events .pm2026-photo {
    max-height: 640px;
}

@media (max-width: 1100px) {
    .pm2026-home-nav {
        gap: clamp(16px, 2.5vw, 30px);
        font-size: clamp(1rem, 2.4vw, 1.6rem);
    }
}

@media (max-width: 900px) {
    .pm2026-home-nav {
        top: 24px;
        flex-wrap: wrap;
        min-height: auto;
        row-gap: 12px;
    }

    .pm2026-home-hero .pm2026-home-intro {
        margin-top: 132px;
        padding-right: clamp(22px, 8vw, 72px);
    }

    .pm2026-value-grid {
        grid-template-columns: 1fr;
    }

    .pm2026-value-grid article {
        min-height: auto;
        padding-top: 24px;
    }
}

@media (max-width: 620px) {
    .pm2026-home-cover {
        min-height: 92svh;
    }

    .pm2026-home-hero {
        background-position: 58% center;
    }

    .pm2026-home-hero::before {
        background: linear-gradient(180deg, rgba(22, 16, 12, .04), rgba(22, 16, 12, .42));
    }

    .pm2026-home-nav {
        top: 0;
        justify-content: center;
        gap: 12px 18px;
        padding: 13px 14px;
        font-size: .95rem;
    }

    .pm2026-home-hero .pm2026-home-intro {
        margin-top: 112px;
        padding: 118px 20px 48px;
    }

    .pm2026-home-hero .pm2026-home-intro .pm2026-kicker {
        margin-left: 0;
        color: #fff;
        text-shadow: 0 2px 12px rgba(0, 0, 0, .36);
    }

    .pm2026-home-logo {
        width: min(420px, 88vw);
    }

    .pm2026-home-hero .pm2026-home-intro h1 {
        color: #fff;
        font-size: clamp(1.9rem, 10vw, 3rem);
        text-shadow: 0 2px 16px rgba(0, 0, 0, .42);
    }

    .pm2026-home-hero .pm2026-home-intro .pm2026-btn {
        width: 100%;
        font-size: 1.28rem;
    }
}
/* PDF WEB ORDENADOR-5 alignment */
.pm2026-html-home main > .pm2026-section {
    min-height: 100svh;
    display: flex;
    align-items: center;
}

.pm2026-html-home main > .pm2026-section > .pm2026-shell {
    /*width: min(1120px, 100%);*/
}

.pm2026-home-values {
    background: #e5ddd2;
    color: #211813;
}

.pm2026-value-grid {
    align-items: start;
    gap: clamp(48px, 7vw, 105px);
}

.pm2026-value-grid article {
    min-height: auto;
    justify-content: flex-start;
    border-top: 0;
    text-align: left;
}

.pm2026-value-grid h2 {
    display: flex;
    min-height: 120px;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: clamp(28px, 4vw, 48px);
    line-height: .72;
    text-transform: none;
}

.pm2026-value-grid h2 span {
    display: block;
    font-family: 'The Bold Font', 'Anton', Impact, sans-serif;
    font-size: clamp(1.72rem, 3vw, 3.45rem);
    font-weight: 400;
    line-height: .86;
    text-transform: uppercase;
}

.pm2026-value-grid h2 strong {
    display: block;
    font-family: 'SignPainter', 'SignPainter-HouseScript', 'Brush Script MT', cursive;
    font-size: clamp(2.2rem, 4.3vw, 4.9rem);
    font-weight: 400;
    line-height: .78;
    text-transform: lowercase;
}

.pm2026-value-grid p:last-child {
    max-width: 245px;
    margin-top: 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1rem, 1.26vw, 1.18rem);
    font-weight: 500;
    line-height: 1.32;
}

.pm2026-home-offers {
    background: #f3ede5;
}

.pm2026-home-offers .pm2026-section-heading h2,
.pm2026-destinations .pm2026-section-heading h2 {
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(3rem, 6vw, 5.7rem);
    line-height: .9;
}

.pm2026-home-offers .pm2026-section-heading {
    margin-bottom: clamp(20px, 3vw, 34px);
}

.pm2026-home-offers .pm2026-offer-grid {
    margin-top: 0;
    gap: clamp(18px, 2.4vw, 32px);
}

.pm2026-home-offers .pm2026-offer-card {
    box-shadow: none;
    background: transparent;
}

.pm2026-home-offers .pm2026-offer-card img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

.pm2026-destinations {
    background: #e8e5df;
}

.pm2026-destinations .pm2026-section-heading {
    max-width: 820px;
}

.pm2026-destinations .pm2026-lead {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1.02rem, 1.45vw, 1.38rem);
    font-weight: 500;
    line-height: 1.42;
}

.pm2026-destination-grid {
    width: min(720px, 100%);
    margin: clamp(34px, 5vw, 58px) auto 0;
    gap: clamp(42px, 8vw, 96px);
}

.pm2026-destination {
    min-height: clamp(290px, 37vw, 385px);
    background: #211813;
}

.pm2026-destination-name {
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(2.35rem, 5vw, 5.2rem);
}

.pm2026-home-club {
    background: #211813;
    color: #fff;
}

.pm2026-home-club .pm2026-split {
    grid-template-columns: minmax(300px, .82fr) minmax(320px, 1fr);
}

.pm2026-home-club h2 {
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(4rem, 8vw, 7.2rem);
    line-height: .82;
}

.pm2026-home-club .pm2026-kicker {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.2rem, 4vw, 4.5rem);
    font-weight: 400;
    letter-spacing: .38em;
}

.pm2026-home-club .pm2026-lead,
.pm2026-home-club .pm2026-copy p {
    max-width: 440px;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1.15rem, 1.8vw, 1.7rem);
    font-weight: 600;
    line-height: 1.28;
}

.pm2026-home-events {
    background: #e8e5df;
}

.pm2026-home-events .pm2026-split {
    grid-template-columns: minmax(340px, .95fr) minmax(420px, 1.05fr);
}

.pm2026-home-events h2 {
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(3.5rem, 6vw, 6.1rem);
    line-height: .88;
}

.pm2026-home-events .pm2026-kicker {
    font-family: 'The Bold Font', 'Anton', Impact, sans-serif;
    font-size: clamp(2rem, 3.7vw, 4.2rem);
    line-height: .9;
    letter-spacing: 0;
}

.pm2026-home-events p {
    max-width: 470px;
    margin: 18px 0 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1rem, 1.45vw, 1.34rem);
    font-weight: 500;
    line-height: 1.36;
}

.pm2026-event-claim {
    font-family: 'The Bold Font', 'Anton', Impact, sans-serif !important;
    font-size: clamp(1.45rem, 2.6vw, 2.7rem) !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

.pm2026-home-events .pm2026-photo {
    width: calc(100% + 72px);
    max-height: none;
    min-height: 100svh;
    object-fit: cover;
}

@media (max-width: 900px) {
    .pm2026-html-home main > .pm2026-section {
        min-height: auto;
    }

    .pm2026-value-grid h2 {
        min-height: auto;
        margin-bottom: 18px;
    }

    .pm2026-value-grid p:last-child {
        max-width: none;
    }

    .pm2026-home-club .pm2026-split,
    .pm2026-home-events .pm2026-split {
        grid-template-columns: 1fr;
    }

    .pm2026-home-events .pm2026-photo {
        width: 100%;
        min-height: 340px;
    }
}
/* Hero button alignment */
.pm2026-home-hero .pm2026-home-intro .pm2026-actions {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 28px);
    width: min(680px, 100%);
}

.pm2026-home-hero .pm2026-home-intro .pm2026-btn {
    width: auto;
    min-width: 0;
    min-height: clamp(44px, 4.35vw, 60px);
    flex: 0 1 auto;
    border-radius: 8px;
    font-size: clamp(1rem, 1.85vw, 2rem);
    line-height: 1;
    white-space: nowrap;
}

@media (max-width: 620px) {
    .pm2026-home-hero .pm2026-home-intro .pm2026-actions {
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
    }

    .pm2026-home-hero .pm2026-home-intro .pm2026-btn {
        width: auto;
        padding-inline: 12px;
        font-size: clamp(.82rem, 4.4vw, 1.08rem);
    }
}
/* Value cards from PDF icons */
.pm2026-home-values {
    background: #e8e5df;
    /*padding-block: clamp(30px, 4.2vw, 54px);*/
}

.pm2026-home-values .pm2026-value-grid {
    width: min(1500px, 100%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(34px, 4vw, 58px);
    align-items: stretch;
}

.pm2026-value-card {
    min-height: clamp(410px, 38vw, 560px) !important;
    padding: clamp(32px, 3vw, 48px) clamp(26px, 3vw, 40px) clamp(24px, 2.8vw, 38px);
    align-items: center;
    border-radius: clamp(34px, 4vw, 58px);
    color: #fff;
    text-align: center !important;
}

.pm2026-value-card-light {
    background: #a77f64;
}

.pm2026-value-card-dark {
    background: #3f2d23;
}

.pm2026-value-card h2 {
    position: relative;
    min-height: auto;
    width: fit-content;
    margin: 0 auto clamp(16px, 2vw, 28px);
    padding: 0 clamp(10px, 1.2vw, 18px) 8px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.pm2026-value-card h2::before {
    content: "";
    position: absolute;
    inset: 36% 0 0;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
}

.pm2026-value-card h2 span {
    position: relative;
    z-index: 1;
    font-size: clamp(2rem, 3.1vw, 3.15rem);
    line-height: .9;
    text-shadow: 2px 2px 0 rgba(58, 45, 36, .35);
}

.pm2026-value-card h2 strong,
.pm2026-value-card h2 em {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: -5px;
    color: #fff;
    font-family: 'SignPainter', 'SignPainter-HouseScript', 'Brush Script MT', cursive;
    font-size: clamp(2rem, 3.25vw, 3.4rem);
    font-style: normal;
    font-weight: 400;
    line-height: .76;
    text-transform: lowercase;
    text-shadow: 1px 1px 0 rgba(58, 45, 36, .28);
}

.pm2026-value-card h2 em {
    margin-top: -2px;
    font-size: clamp(1.75rem, 2.75vw, 2.85rem);
    line-height: .72;
}

.pm2026-value-card p:last-child,
.pm2026-value-card p {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: clamp(10px, 1.2vw, 14px) clamp(12px, 1.6vw, 22px);
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .055);
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1.05rem, 1.7vw, 1.78rem);
    font-weight: 400;
    line-height: 1.28;
    text-align: center;
}

.pm2026-value-card p strong {
    font-weight: 800;
}

.pm2026-value-icon {
    display: block;
    width: clamp(78px, 9vw, 126px);
    height: clamp(78px, 9vw, 126px);
    margin: auto auto 0;
    object-fit: contain;
}

.pm2026-value-card-dark .pm2026-value-icon {
    width: clamp(88px, 9.5vw, 138px);
    height: clamp(88px, 9.5vw, 138px);
}

@media (max-width: 1050px) {
    .pm2026-home-values .pm2026-value-grid {
        gap: 22px;
    }

    .pm2026-value-card {
        padding-inline: 20px;
    }

    .pm2026-value-card p {
        font-size: clamp(.95rem, 1.9vw, 1.18rem);
    }
}

@media (max-width: 900px) {
    .pm2026-home-values .pm2026-value-grid {
        grid-template-columns: 1fr;
        width: min(520px, 100%);
    }

    .pm2026-value-card {
        min-height: 430px !important;
    }
}
/* Value cards size and border correction */
.pm2026-value-card {
    min-height: clamp(360px, 34vw, 500px) !important;
    max-height: 560px;
    padding: clamp(24px, 2.4vw, 38px) clamp(22px, 2.6vw, 34px) clamp(22px, 2.4vw, 34px);
    justify-content: flex-start !important;
    overflow: hidden;
}

.pm2026-value-card h2 {
    margin-bottom: clamp(14px, 1.7vw, 22px);
    padding: 0;
}

.pm2026-value-card h2::before {
    display: none;
}

.pm2026-value-card h2 span {
    font-size: clamp(1.65rem, 2.45vw, 2.75rem);
    line-height: .82;
}

.pm2026-value-card h2 strong,
.pm2026-value-card h2 em {
    margin-top: -3px;
    font-size: clamp(1.55rem, 2.45vw, 2.75rem);
    line-height: .78;
}

.pm2026-value-card h2 em {
    font-size: clamp(1.38rem, 2.15vw, 2.35rem);
}

.pm2026-value-card p,
.pm2026-value-card p:last-child {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: clamp(.95rem, 1.35vw, 1.38rem);
    line-height: 1.28;
}

.pm2026-value-icon {
    width: clamp(64px, 7vw, 105px);
    height: clamp(64px, 7vw, 105px);
    margin-top: clamp(14px, 2vw, 26px);
}

.pm2026-value-card-dark .pm2026-value-icon {
    width: clamp(70px, 7.5vw, 112px);
    height: clamp(70px, 7.5vw, 112px);
}

@media (min-width: 1200px) {
    .pm2026-home-values .pm2026-value-grid {
        width: min(1320px, 100%);
        gap: clamp(38px, 4.4vw, 70px);
    }
}

@media (max-width: 900px) {
    .pm2026-value-card {
        max-height: none;
        min-height: 390px !important;
    }
}


.oferta img {
    max-width: 100%;
    height: auto;
}

.pm2026-section-ofertas {
    background-color: white;
    padding-top: 60px;
}

    .pm2026-section-ofertas .pm2026-section-heading {
        margin-bottom: 40px;
    }

.pm2026-section-destinos {
    background-color: #413127;
}

.pm2026-section-destinos {
    color: #E2DDD7;
}
/* Destination composition */
.pm2026-destinations {
    background: #432f24;
    color: #fff;
}

.pm2026-destinations .text-center,
.pm2026-destinations .pm2026-section-heading {
    color: #fff;
}

.pm2026-destinations .pm2026-lead {
    color: rgba(255, 255, 255, .86);
}

.pm2026-destinations .pm2026-destination-grid {
    width: min(1160px, 100%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(54px, 10vw, 160px);
    margin-top: clamp(34px, 5vw, 56px);
}

.pm2026-destinations .pm2026-destination {
    min-height: 0;
    aspect-ratio: 1.18 / 1;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    background: #2f211a;
}

.pm2026-destinations .pm2026-destination img {
    opacity: 1;
    object-fit: cover;
    transition: transform .35s ease;
}

.pm2026-destinations .pm2026-destination:hover img {
    opacity: 1;
    transform: scale(1.035);
}

.pm2026-destinations .pm2026-destination-content {
    position: relative;
    z-index: 2;
    width: auto;
    min-width: clamp(132px, 14vw, 226px);
    min-height: clamp(96px, 10vw, 148px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 2.3vw, 34px) clamp(26px, 3vw, 44px);
    border-radius: 26px;
    background: #432f24;
    box-shadow: none;
}

.pm2026-destinations .pm2026-destination-content::after {
    content: "";
    position: absolute;
    inset: clamp(18px, 2vw, 28px) clamp(22px, 2.4vw, 34px) clamp(14px, 1.8vw, 24px);
    border: 1px solid rgba(255, 255, 255, .11);
    pointer-events: none;
}

.pm2026-destinations .pm2026-destination-name {
    position: relative;
    z-index: 1;
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(3.15rem, 6.2vw, 5.8rem);
    line-height: .88;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .pm2026-destinations .pm2026-destination-grid {
        grid-template-columns: 1fr;
        width: min(560px, 100%);
        gap: 32px;
    }

    .pm2026-destinations .pm2026-destination {
        aspect-ratio: 1.35 / 1;
    }
}
/* Destination composition - active Home class */
.pm2026-section-destinos {
    background: #432f24 !important;
    color: #fff;
}

.pm2026-section-destinos .text-center,
.pm2026-section-destinos .pm2026-section-heading {
    color: #fff;
}

.pm2026-section-destinos .pm2026-lead {
    color: rgba(255, 255, 255, .86);
}

.pm2026-section-destinos .pm2026-destination-grid {
    width: min(1160px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(54px, 10vw, 160px);
    margin: clamp(34px, 5vw, 56px) auto 0;
}

.pm2026-section-destinos .pm2026-destination {
    min-height: 0;
    aspect-ratio: 1.18 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    background: #2f211a;
}

.pm2026-section-destinos .pm2026-destination img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    transition: transform .35s ease;
}

.pm2026-section-destinos .pm2026-destination:hover img {
    opacity: 1;
    transform: scale(1.035);
}

.pm2026-section-destinos .pm2026-destination-content {
    position: relative;
    z-index: 2;
    width: auto;
    min-width: clamp(132px, 14vw, 226px);
    min-height: clamp(96px, 10vw, 148px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(18px, 2.3vw, 34px) clamp(26px, 3vw, 44px);
    border-radius: 26px;
    background: #432f24;
    box-shadow: none;
}

.pm2026-section-destinos .pm2026-destination-content::after {
    content: "";
    position: absolute;
    inset: clamp(18px, 2vw, 28px) clamp(22px, 2.4vw, 34px) clamp(14px, 1.8vw, 24px);
    border: 1px solid rgba(255, 255, 255, .11);
    pointer-events: none;
}

.pm2026-section-destinos .pm2026-destination-name {
    position: relative;
    z-index: 1;
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(3.15rem, 6.2vw, 5.8rem);
    line-height: .88;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width: 900px) {
    .pm2026-section-destinos .pm2026-destination-grid {
        grid-template-columns: 1fr;
        width: min(560px, 100%);
        gap: 32px;
    }

    .pm2026-section-destinos .pm2026-destination {
        aspect-ratio: 1.35 / 1;
    }
}
/* Remove destination label inner border */
.pm2026-destinations .pm2026-destination-content::after,
.pm2026-section-destinos .pm2026-destination-content::after {
    display: none !important;
}
/* Destination label size correction */
.pm2026-section-destinos .pm2026-destination-content,
.pm2026-destinations .pm2026-destination-content {
    min-width: clamp(108px, 10.8vw, 168px) !important;
    min-height: clamp(74px, 7.2vw, 108px) !important;
    padding: clamp(12px, 1.45vw, 22px) clamp(18px, 2vw, 30px) !important;
    border-radius: clamp(18px, 2vw, 28px) !important;
}

.pm2026-section-destinos .pm2026-destination-name,
.pm2026-destinations .pm2026-destination-name {
    font-size: clamp(2.45rem, 4.35vw, 4rem) !important;
    line-height: .9 !important;
}

@media (max-width: 900px) {
    .pm2026-section-destinos .pm2026-destination-content,
    .pm2026-destinations .pm2026-destination-content {
        min-width: 116px !important;
        min-height: 78px !important;
    }
}
/* Club Come-Gana composition */
.pm2026-home-club {
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #e8e5df !important;
    color: #432f24 !important;
    padding: 0 clamp(22px, 4vw, 70px) !important;
}

.pm2026-club-layout {
    width: min(1320px, 100%);
    display: grid;
    grid-template-columns: minmax(360px, .92fr) minmax(420px, 1fr);
    gap: clamp(42px, 6vw, 96px);
    align-items: center;
}

.pm2026-club-media {
    align-self: stretch;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100svh;
    margin-left: clamp(-72px, -4vw, -24px);
}

.pm2026-club-media img {
    display: block;
    width: min(620px, 50vw);
    max-width: none;
    height: auto;
    object-fit: contain;
}

.pm2026-club-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: clamp(40px, 6vw, 86px) 0;
}

.pm2026-home-club .pm2026-kicker {
    margin: 0;
    color: #432f24;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 2.55rem);
    font-weight: 800;
    letter-spacing: .42em;
    line-height: 1;
    text-transform: uppercase;
}

.pm2026-home-club h2 {
    margin: 0 0 clamp(42px, 5.5vw, 76px);
    color: #432f24;
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(4.2rem, 7.9vw, 8.2rem);
    font-weight: 400;
    line-height: .82;
    text-transform: uppercase;
}

.pm2026-club-copy {
    max-width: 650px;
    margin: 0;
    color: #2e211a;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
    font-size: clamp(1.65rem, 3vw, 3.05rem);
    font-weight: 500;
    line-height: 1.24;
}

.pm2026-club-copy strong {
    font-weight: 800;
}

.pm2026-home-club .pm2026-store-row {
    justify-content: center;
    gap: clamp(18px, 2vw, 28px);
    margin-top: clamp(52px, 6vw, 82px);
}

.pm2026-home-club .pm2026-store-row img {
    max-height: none;
    height: clamp(46px, 4.5vw, 70px);
    width: auto;
}

@media (max-width: 980px) {
    .pm2026-club-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pm2026-club-media {
        min-height: auto;
        margin-left: 0;
        order: 2;
    }

    .pm2026-club-media img {
        width: min(430px, 86vw);
    }

    .pm2026-club-content {
        order: 1;
    }

    .pm2026-club-copy {
        font-size: clamp(1.35rem, 5.2vw, 2rem);
    }
}
/* Events section flush composition */
.pm2026-home-club {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.pm2026-home-events {
    min-height: 100svh;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    overflow: hidden;
    background: #fff !important;
    color: #2e2520;
    border: 0 !important;
}

.pm2026-home-events .pm2026-shell {
    width: 100% !important;
    max-width: none !important;
    min-height: 100svh;
    margin: 0 !important;
}

.pm2026-home-events .pm2026-split {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(420px, .82fr);
    gap: 0 !important;
    align-items: stretch;
    min-height: 100svh;
}

.pm2026-home-events .pm2026-split > div:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100svh;
    padding: clamp(42px, 5vw, 76px) clamp(34px, 6vw, 92px);
    text-align: center;
    background: #fff;
    border: 0 !important;
}

.pm2026-home-events .pm2026-kicker,
.pm2026-home-events h2 {
    max-width: 640px;
    color: #2e2520;
    font-family: 'Anton', Impact, sans-serif;
    font-weight: 400;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pm2026-home-events .pm2026-kicker {
    margin: 0;
    font-size: clamp(2.55rem, 4.25vw, 4.7rem);
}

.pm2026-home-events h2 {
    margin: 0 0 clamp(42px, 5vw, 66px);
    font-size: clamp(2.55rem, 4.25vw, 4.7rem);
}

.pm2026-home-events .pm2026-lead {
    max-width: 860px;
    margin: 0 0 clamp(34px, 4vw, 54px);
    color: #2e2520;
    font-family: 'SignPainter', 'SignPainter-HouseScript', 'Brush Script MT', cursive;
    font-size: clamp(2rem, 3.35vw, 3.75rem);
    font-weight: 400;
    line-height: .98;
}

.pm2026-home-events p:not(.pm2026-kicker):not(.pm2026-lead):not(.pm2026-event-claim) {
    max-width: 880px;
    margin: 8px 0 0;
    color: #2e2520;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1.55rem, 2.35vw, 2.55rem);
    font-weight: 400;
    line-height: 1.22;
}

.pm2026-home-events p strong {
    font-weight: 800;
}

.pm2026-home-events .pm2026-event-claim {
    max-width: 860px;
    margin-top: clamp(34px, 4vw, 54px);
    color: #2e2520;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif !important;
    font-size: clamp(1.55rem, 2.35vw, 2.45rem) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.pm2026-home-events .pm2026-actions {
    display: none !important;
}

.pm2026-home-events .pm2026-photo {
    display: block;
    width: 100% !important;
    height: 100svh !important;
    min-height: 100svh !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: cover;
    object-position: center center;
    margin: 0 !important;
    border: 0 !important;
}

@media (max-width: 900px) {
    .pm2026-home-events .pm2026-split {
        grid-template-columns: 1fr;
    }

    .pm2026-home-events .pm2026-split > div:first-child {
        min-height: auto;
        padding: 56px 22px;
    }

    .pm2026-home-events .pm2026-photo {
        height: 62svh !important;
        min-height: 420px !important;
    }
}
/* Events image flush to footer */
.pm2026-home-events .pm2026-split {
    align-items: stretch !important;
}

.pm2026-home-events .pm2026-photo {
    align-self: stretch !important;
    height: 100% !important;
    min-height: 100% !important;
}

.pm2026-home-events .pm2026-split > div:first-child {
    margin: 0 !important;
}

.pm2026-home-events + footer,
.pm2026-home-events + .footer {
    margin-top: 0 !important;
}
/* Home internal anchors */
.pm2026-html-home {
    scroll-behavior: smooth;
}

.pm2026-html-home section[id] {
    scroll-margin-top: 0;
}

.pm2026-anchor-target {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    pointer-events: none;
}

/* Alcoi landing - occasion section correction */
.pm2026-occasion-alcoi {
    min-height: 100svh;
    display: flex;
    align-items: center;
    background: #432f24 !important;
    color: #fff;
    padding: clamp(56px, 7vw, 92px) clamp(42px, 6vw, 92px) !important;
}

.pm2026-occasion-alcoi .pm2026-occasion-alcoi-grid {
    width: min(1500px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr);
    gap: clamp(58px, 9vw, 140px);
    align-items: center;
}

.pm2026-occasion-alcoi-copy,
.pm2026-occasion-alcoi-copy *,
.pm2026-occasion-alcoi .pm2026-card,
.pm2026-occasion-alcoi .pm2026-card * {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.pm2026-occasion-alcoi .pm2026-kicker {
    margin: 0 0 clamp(22px, 2.6vw, 38px);
    color: #a77f64;
    font-family: 'SignPainter', 'SignPainter-HouseScript', 'Brush Script MT', cursive;
    font-size: clamp(2rem, 3.1vw, 3.35rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .9;
    text-transform: none;
}

.pm2026-occasion-alcoi h2 {
    max-width: 720px;
    color: #fff;
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(3.3rem, 5.3vw, 5.9rem);
    font-weight: 400;
    line-height: .94;
    text-transform: uppercase;
}

.pm2026-occasion-alcoi-blocks {
    display: grid;
    gap: clamp(42px, 5vw, 74px);
    max-width: 700px;
    margin-top: clamp(34px, 4.5vw, 66px);
}

.pm2026-occasion-alcoi .pm2026-card {
    padding: 0 !important;
}

.pm2026-occasion-alcoi h3 {
    margin: 0 0 clamp(16px, 1.7vw, 24px);
    color: #fff;
    font-family: 'SignPainter', 'SignPainter-HouseScript', 'Brush Script MT', cursive;
    font-size: clamp(1.75rem, 2.7vw, 3rem);
    font-weight: 400;
    line-height: .98;
    text-transform: uppercase;
}

.pm2026-occasion-alcoi p:not(.pm2026-kicker) {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1.08rem, 1.55vw, 1.72rem);
    font-weight: 400;
    line-height: 1.48;
}

.pm2026-occasion-alcoi-photo {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 4;
    max-height: min(78svh, 820px);
    object-fit: cover;
    object-position: center center;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 980px) {
    .pm2026-occasion-alcoi .pm2026-occasion-alcoi-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .pm2026-occasion-alcoi-photo {
        aspect-ratio: 4 / 3;
        max-height: none;
    }
}

/* Ibi landing - occasion section correction */
.pm2026-occasion-ibi-fixed {
    min-height: 100svh;
    display: flex;
    align-items: center;
    background: #432f24 !important;
    color: #fff;
    padding: clamp(56px, 7vw, 92px) clamp(42px, 6vw, 92px) !important;
}

.pm2026-occasion-ibi-fixed .pm2026-occasion-ibi-grid {
    width: min(1500px, 100%);
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
    gap: clamp(58px, 8vw, 128px);
    align-items: center;
}

.pm2026-occasion-ibi-copy,
.pm2026-occasion-ibi-copy *,
.pm2026-occasion-ibi-text,
.pm2026-occasion-ibi-text * {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.pm2026-occasion-ibi-fixed .pm2026-kicker {
    margin: 0 0 clamp(22px, 2.6vw, 38px);
    color: #a77f64;
    font-family: 'SignPainter', 'SignPainter-HouseScript', 'Brush Script MT', cursive;
    font-size: clamp(2rem, 3.1vw, 3.35rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: .9;
    text-transform: none;
}

.pm2026-occasion-ibi-fixed h2 {
    max-width: 720px;
    color: #fff;
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(3.3rem, 5.3vw, 5.9rem);
    font-weight: 400;
    line-height: .94;
    text-transform: uppercase;
}

.pm2026-occasion-ibi-text {
    max-width: 650px;
    margin-top: clamp(34px, 4.4vw, 62px);
}

.pm2026-occasion-ibi-text p {
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-size: clamp(1.08rem, 1.55vw, 1.72rem);
    font-weight: 400;
    line-height: 1.34;
}

.pm2026-occasion-ibi-text p + p {
    margin-top: clamp(26px, 3vw, 42px);
}

.pm2026-occasion-ibi-text strong {
    font-weight: 800;
}

.pm2026-occasion-ibi-photo {
    display: block;
    width: 100%;
    aspect-ratio: 1.33 / 1;
    max-height: min(78svh, 760px);
    object-fit: cover;
    object-position: center center;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

@media (max-width: 980px) {
    .pm2026-occasion-ibi-fixed .pm2026-occasion-ibi-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .pm2026-occasion-ibi-photo {
        aspect-ratio: 4 / 3;
        max-height: none;
    }
}

/* Landing location heading outside details panel */
.pm2026-location-section {
    background: #fff !important;
    color: #211813;
}

.pm2026-location-section .pm2026-shell {
    width: min(1500px, 100%);
}

.pm2026-location-heading {
    margin: 0 0 clamp(34px, 4vw, 58px);
}

.pm2026-location-heading .pm2026-kicker2 {
    margin: 0 0 clamp(18px, 2vw, 28px) !important;
    color: #97735a;
}

.pm2026-location-heading h2 {
    color: #211813;
    font-family: 'Anton', Impact, sans-serif;
    font-size: clamp(3.2rem, 5.2vw, 5.8rem);
    line-height: .92;
    text-transform: uppercase;
}

.pm2026-location-section .pm2026-details {
    padding-top: clamp(24px, 3vw, 42px);
}

.pm2026-location-section .pm2026-details dl {
    margin-top: 0;
}

/* Landing hero H1 SEO title compaction */
.pm2026:not(.pm2026-html-home) .pm2026-hero-content {
    width: min(1120px, 100%);
    padding-right: clamp(22px, 8vw, 130px);
}

.pm2026:not(.pm2026-html-home) .pm2026-hero h1 {
    max-width: min(1080px, 100%);
    font-size: clamp(2.65rem, 5.15vw, 5.25rem);
    line-height: 1.02;
}

@media (max-width: 760px) {
    .pm2026:not(.pm2026-html-home) .pm2026-hero h1 {
        font-size: clamp(2.2rem, 9.2vw, 3.65rem);
        line-height: 1.04;
    }
}

