:root {
    --plm-lx-bg: #f4f1eb;
    --plm-lx-bg-soft: #f8f5ef;
    --plm-lx-surface: rgba(255, 255, 255, 0.82);
    --plm-lx-surface-strong: rgba(255, 255, 255, 0.92);
    --plm-lx-surface-soft: rgba(255, 255, 255, 0.62);
    --plm-lx-text: #1b1a18;
    --plm-lx-text-soft: rgba(27, 26, 24, 0.74);
    --plm-lx-text-muted: rgba(27, 26, 24, 0.54);
    --plm-lx-line: rgba(27, 26, 24, 0.08);
    --plm-lx-line-strong: rgba(27, 26, 24, 0.12);
    --plm-lx-accent: #b78442;
    --plm-lx-accent-soft: rgba(183, 132, 66, 0.14);
    --plm-lx-dark: #2f2924;
    --plm-lx-dark-2: #3a332d;
    --plm-lx-white: #ffffff;

    --plm-lx-radius-s: 18px;
    --plm-lx-radius-m: 28px;
    --plm-lx-radius-l: 42px;
    --plm-lx-radius-xl: 60px;

    --plm-lx-shadow-s: 0 8px 24px rgba(38, 31, 24, 0.05);
    --plm-lx-shadow-m: 0 18px 50px rgba(38, 31, 24, 0.08);
    --plm-lx-shadow-l: 0 32px 90px rgba(38, 31, 24, 0.12);

    --plm-lx-font-head: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Poppins", "Inter", sans-serif;
    --plm-lx-font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Inter", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: linear-gradient(180deg, #f7f4ef 0%, #f4f1eb 100%);
    color: var(--plm-lx-text);
    font-family: var(--plm-lx-font-body);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.plm-lx-shell,
.plm-hx-shell {
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
}

/* =========================
   Header – ruhig, hochwertig, reduziert
   ========================= */

.plm-lx-header {
    position: sticky;
    top: 0;
    z-index: 70;
    padding: 18px 0 14px;
    background: rgba(247, 244, 239, 0.82);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(27, 26, 24, 0.05);
}

.plm-lx-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 44px;
    min-height: 58px;
}

/* =========================
   Brand
   ========================= */

.plm-lx-brand {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-decoration: none;
    color: var(--plm-lx-text);
}

.plm-lx-brand__eyebrow {
    color: rgba(27, 26, 24, 0.42);
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.plm-lx-brand__name {
    display: block;
    font-family: var(--plm-lx-font-head);
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

/* =========================
   Navigation – keine Buttons
   ========================= */

.plm-lx-nav {
    min-width: 0;
}

.plm-lx-nav__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.plm-lx-nav__menu li {
    margin: 0;
    padding: 0;
}

.plm-lx-nav__menu a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    color: rgba(27, 26, 24, 0.58);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: -0.01em;
    transition: color 0.22s ease, opacity 0.22s ease;
}

/* feine Linie statt Button-Effekt */
.plm-lx-nav__menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: rgba(27, 26, 24, 0.82);
    transform: scaleX(0);
    transform-origin: center;
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.plm-lx-nav__menu a:hover {
    color: var(--plm-lx-text);
}

.plm-lx-nav__menu a:hover::after {
    transform: scaleX(1);
    opacity: 0.38;
}

.plm-lx-nav__menu .current-menu-item > a,
.plm-lx-nav__menu .current_page_item > a,
.plm-lx-nav__menu .current_page_parent > a {
    color: var(--plm-lx-text);
}

.plm-lx-nav__menu .current-menu-item > a::after,
.plm-lx-nav__menu .current_page_item > a::after,
.plm-lx-nav__menu .current_page_parent > a::after {
    transform: scaleX(1);
    opacity: 0.78;
}

/* =========================
   CTA rechts – nur EIN Button
   ========================= */

.plm-lx-header__cta {
    display: flex;
    justify-content: flex-end;
}

.plm-lx-header__contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--plm-lx-dark);
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: -0.01em;
    border: 1px solid transparent;
    box-shadow: none;
    transition:
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        opacity 0.2s ease;
}

.plm-lx-header__contact:hover {
    background: var(--plm-lx-dark-2);
    transform: translateY(-1px);
    opacity: 0.99;
}

/* =========================
   Falls "Kontakt" im Menü bleibt:
   nicht wie normaler Menüpunkt behandeln
   ========================= */

.plm-lx-nav__menu li:last-child a {
    padding: 0 14px;
    min-height: 34px;
    border-radius: 999px;
    color: var(--plm-lx-text);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(27, 26, 24, 0.08);
}

.plm-lx-nav__menu li:last-child a::after {
    display: none;
}

.plm-lx-nav__menu li:last-child a:hover {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(27, 26, 24, 0.12);
    color: var(--plm-lx-text);
}

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

@media (max-width: 1180px) {
    .plm-lx-header__inner {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .plm-lx-nav__menu {
        justify-content: flex-start;
        gap: 14px 22px;
    }

    .plm-lx-header__cta {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .plm-lx-header {
        padding: 14px 0 12px;
    }

    .plm-lx-brand__name {
        font-size: 1.04rem;
    }

    .plm-lx-nav__menu {
        gap: 10px 18px;
    }

    .plm-lx-nav__menu a {
        font-size: 0.92rem;
    }
}
/* Hero */

.plm-lx-hero {
    position: relative;
    padding: 48px 0 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 15%, rgba(255, 255, 255, 0.58), transparent 24%),
        radial-gradient(circle at 88% 20%, rgba(183, 132, 66, 0.16), transparent 22%),
        radial-gradient(circle at 78% 82%, rgba(210, 198, 180, 0.26), transparent 26%),
        linear-gradient(180deg, #f7f4ef 0%, #f1ece4 100%);
}

.plm-lx-hero__halo {
    position: absolute;
    top: 48%;
    right: 10%;
    width: 440px;
    height: 440px;
    transform: translateY(-50%);
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(183, 132, 66, 0.18) 0%, rgba(183, 132, 66, 0.08) 34%, rgba(183, 132, 66, 0.02) 58%, transparent 72%);
    filter: blur(12px);
    pointer-events: none;
}

.plm-lx-hero__panel {
    position: relative;
    z-index: 1;
    padding: 38px;
    border-radius: var(--plm-lx-radius-xl);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.56) 100%);
    border: 1px solid rgba(27, 26, 24, 0.06);
    box-shadow: var(--plm-lx-shadow-l);
    backdrop-filter: blur(16px);
}

.plm-lx-hero__grid {
    display: grid;
    grid-template-columns: 1.34fr 0.86fr;
    gap: 34px;
    align-items: center;
}

.plm-lx-eyebrow,
.plm-lx-kicker,
.plm-lx-card__eyebrow,
.plm-lx-banner__kicker,
.plm-hx-kicker {
    display: inline-block;
    margin: 0 0 14px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.plm-lx-eyebrow {
    color: rgba(27, 26, 24, 0.54);
}

.plm-lx-kicker,
.plm-lx-card__eyebrow,
.plm-lx-banner__kicker,
.plm-hx-kicker {
    color: var(--plm-lx-accent);
}

.plm-lx-hero__title,
.plm-lx-section-title,
.plm-hx-section-title {
    margin: 0 0 16px;
    font-family: var(--plm-lx-font-head);
    color: var(--plm-lx-text);
    line-height: 0.94;
    letter-spacing: -0.055em;
}

.plm-lx-hero__title {
    font-size: clamp(3.1rem, 6.4vw, 6.6rem);
    max-width: 10.5ch;
}

.plm-lx-section-title,
.plm-hx-section-title {
    font-size: clamp(2.1rem, 3vw, 3.8rem);
}

.plm-lx-hero__text {
    max-width: 700px;
    margin-bottom: 32px;
    color: var(--plm-lx-text-soft);
    font-size: 1.08rem;
    line-height: 1.92;
}

.plm-lx-hero__text p {
    margin: 0 0 14px;
}

.plm-lx-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.plm-lx-orb-card {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

.plm-lx-orb-card__circle {
    width: min(100%, 360px);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.68) 42%, rgba(255, 255, 255, 0.26) 64%, rgba(255, 255, 255, 0.04) 76%, transparent 82%);
    box-shadow: inset 0 0 0 1px rgba(27, 26, 24, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}

.plm-lx-orb-card__circle-inner {
    width: 72%;
    text-align: center;
}

.plm-lx-orb-card__mini {
    display: block;
    margin-bottom: 10px;
    color: rgba(27, 26, 24, 0.48);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.plm-lx-orb-card__big {
    display: block;
    color: var(--plm-lx-text);
    font-family: var(--plm-lx-font-head);
    font-size: 1.65rem;
    line-height: 1.04;
    letter-spacing: -0.045em;
}

.plm-lx-pill-list {
    display: grid;
    gap: 12px;
}

.plm-lx-pill-list__item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(27, 26, 24, 0.06);
    box-shadow: var(--plm-lx-shadow-s);
    backdrop-filter: blur(10px);
}

.plm-lx-pill-list__item span {
    color: rgba(27, 26, 24, 0.5);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.plm-lx-pill-list__item strong {
    color: var(--plm-lx-text);
    font-size: 0.95rem;
    line-height: 1.4;
    text-align: right;
}

/* Categories */

.plm-lx-categories {
    padding: 30px 0 40px;
}

.plm-lx-categories__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.plm-lx-card {
    min-height: 100%;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(27, 26, 24, 0.06);
    border-radius: 34px;
    box-shadow: var(--plm-lx-shadow-s);
    backdrop-filter: blur(10px);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.plm-lx-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--plm-lx-shadow-m);
    border-color: rgba(27, 26, 24, 0.12);
}

.plm-lx-card__inner {
    padding: 30px;
}

.plm-lx-card__title {
    margin: 0 0 12px;
    font-family: var(--plm-lx-font-head);
    font-size: 1.56rem;
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: var(--plm-lx-text);
}

.plm-lx-card__text {
    margin: 0 0 18px;
    color: var(--plm-lx-text-soft);
    line-height: 1.84;
}

.plm-lx-card__link {
    color: var(--plm-lx-text);
    text-decoration: none;
    font-weight: 700;
}

.plm-lx-card__link:hover {
    text-decoration: underline;
}

/* Editorial */

.plm-lx-editorial {
    padding: 10px 0 34px;
}

.plm-lx-editorial__grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
}

.plm-lx-editorial__headline,
.plm-lx-editorial__body {
    padding: 38px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(27, 26, 24, 0.06);
    border-radius: 38px;
    box-shadow: var(--plm-lx-shadow-s);
}

.plm-lx-editorial__body p {
    margin: 0 0 14px;
    color: var(--plm-lx-text-soft);
    line-height: 1.9;
    font-size: 1.03rem;
}

/* Pillars */

.plm-lx-pillars {
    padding: 0 0 44px;
}

.plm-lx-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.plm-lx-pillar {
    padding: 30px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(27, 26, 24, 0.06);
    border-radius: 34px;
    box-shadow: var(--plm-lx-shadow-s);
}

.plm-lx-pillar__title {
    margin: 0 0 12px;
    font-family: var(--plm-lx-font-head);
    font-size: 1.42rem;
    line-height: 1.03;
    letter-spacing: -0.04em;
}

.plm-lx-pillar__text {
    margin: 0;
    color: var(--plm-lx-text-soft);
    line-height: 1.84;
}

/* Banner */

.plm-lx-banner {
    padding: 0 0 50px;
}

.plm-lx-banner__inner {
    display: grid;
    grid-template-columns: 1.18fr auto;
    gap: 24px;
    align-items: center;
    padding: 42px;
    border-radius: 42px;
    background:
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.1), transparent 18%),
        linear-gradient(135deg, #8e6a42 0%, #b78442 100%);
    box-shadow: var(--plm-lx-shadow-l);
}

.plm-lx-banner__kicker {
    color: rgba(255, 255, 255, 0.72);
}

.plm-lx-banner__title {
    margin: 0 0 10px;
    font-family: var(--plm-lx-font-head);
    font-size: clamp(2rem, 3vw, 3.3rem);
    line-height: 0.96;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.plm-lx-banner__text {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.86;
}

/* Notice */

.plm-notice-bar {
    padding: 12px 0;
    background: var(--plm-lx-accent);
    color: #ffffff;
    font-weight: 700;
}

/* Contact / opening hours */

.plm-hx-contact,
.plm-hx-hours {
    padding: 34px 0;
    background: transparent;
}

.plm-hx-contact__wrap,
.plm-hx-hours__wrap {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(27, 26, 24, 0.06);
    border-radius: 38px;
    box-shadow: var(--plm-lx-shadow-s);
    overflow: hidden;
}

.plm-hx-contact__intro,
.plm-hx-hours__intro {
    padding: 34px 34px 22px;
    border-bottom: 1px solid rgba(27, 26, 24, 0.06);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.84) 0%, rgba(248, 245, 239, 0.82) 100%);
}

.plm-hx-contact__intro-text,
.plm-hx-hours__intro-text {
    max-width: 720px;
    margin: 0;
    color: var(--plm-lx-text-soft);
    line-height: 1.82;
    font-size: 1.02rem;
}

.plm-hx-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.plm-hx-contact-card {
    padding: 30px 34px;
    background: transparent;
}

.plm-hx-contact-card + .plm-hx-contact-card {
    border-left: 1px solid rgba(27, 26, 24, 0.06);
}

.plm-hx-contact-card__topline {
    margin: 0 0 14px;
    color: var(--plm-lx-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.plm-hx-contact-card__title {
    margin: 0 0 16px;
    font-family: var(--plm-lx-font-head);
    font-size: 1.5rem;
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: var(--plm-lx-text);
}

.plm-hx-contact-card__content p {
    margin: 0 0 10px;
    color: var(--plm-lx-text-soft);
    line-height: 1.82;
}

.plm-hx-contact-row {
    padding: 14px 0;
    border-bottom: 1px solid rgba(27, 26, 24, 0.06);
}

.plm-hx-contact-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.plm-hx-contact-row__label {
    display: block;
    margin-bottom: 6px;
    color: var(--plm-lx-text-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.plm-hx-contact-row__value {
    color: var(--plm-lx-text);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.7;
}

.plm-hx-contact-row__value:hover {
    text-decoration: underline;
}

.plm-hx-hours__table {
    padding: 10px 34px 18px;
    background: transparent;
}

.plm-hx-hours__row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid rgba(27, 26, 24, 0.06);
}

.plm-hx-hours__row:last-child {
    border-bottom: none;
}

.plm-hx-hours__day {
    color: var(--plm-lx-text);
    font-weight: 700;
    letter-spacing: -0.01em;
}

.plm-hx-hours__time {
    color: var(--plm-lx-text-soft);
    line-height: 1.7;
    font-weight: 500;
}

.plm-hx-hours__slots {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.plm-hx-hours__slot {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(27, 26, 24, 0.06);
    color: var(--plm-lx-text);
    font-weight: 600;
    line-height: 1;
}

/* Footer */

.plm-lx-footer {
    margin-top: 42px;
    padding: 56px 0 26px;
    background: linear-gradient(180deg, #e9e2d8 0%, #e3dbcf 100%);
    color: var(--plm-lx-text-soft);
    border-top: 1px solid rgba(27, 26, 24, 0.06);
}

.plm-lx-footer__inner {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1fr;
    gap: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(27, 26, 24, 0.08);
}

.plm-lx-footer__name {
    margin: 0 0 10px;
    color: var(--plm-lx-text);
    font-family: var(--plm-lx-font-head);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.plm-lx-footer__claim {
    margin: 0;
    line-height: 1.8;
}

.plm-lx-footer__headline {
    margin: 0 0 14px;
    color: var(--plm-lx-text-muted);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.plm-lx-footer__nav,
.plm-lx-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.plm-lx-footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.plm-lx-footer-menu li {
    margin: 0 0 10px;
    padding: 0;
}

.plm-lx-footer__nav a,
.plm-lx-footer__contact a,
.plm-lx-footer-menu a {
    color: var(--plm-lx-text-soft);
    text-decoration: none;
}

.plm-lx-footer__nav a:hover,
.plm-lx-footer__contact a:hover,
.plm-lx-footer-menu a:hover {
    color: var(--plm-lx-text);
}

.plm-lx-footer__contact p {
    margin: 0;
    line-height: 1.8;
}

.plm-lx-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding-top: 18px;
    color: var(--plm-lx-text-muted);
    font-size: 0.92rem;
}

.plm-lx-footer__legal {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.plm-lx-footer__legal a {
    color: var(--plm-lx-text-soft);
    text-decoration: none;
}

.plm-lx-footer__legal a:hover {
    color: var(--plm-lx-text);
}

/* Responsive */

@media (max-width: 1180px) {
    .plm-lx-header__inner,
    .plm-lx-hero__grid,
    .plm-lx-editorial__grid,
    .plm-lx-banner__inner,
    .plm-lx-footer__inner {
        grid-template-columns: 1fr;
    }

    .plm-lx-nav__menu {
        justify-content: flex-start;
        gap: 16px 22px;
    }

    .plm-lx-header__cta {
        justify-content: flex-start;
    }

    .plm-lx-categories__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .plm-lx-pillars__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .plm-hx-contact__grid {
        grid-template-columns: 1fr;
    }

    .plm-hx-contact-card + .plm-hx-contact-card {
        border-left: none;
        border-top: 1px solid rgba(27, 26, 24, 0.06);
    }

    .plm-hx-hours__row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .plm-lx-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .plm-lx-shell,
    .plm-hx-shell {
        width: min(1320px, calc(100% - 24px));
    }

    .plm-lx-header {
        padding: 16px 0 12px;
    }

    .plm-lx-nav__menu {
        gap: 12px 18px;
    }

    .plm-lx-brand__name {
        font-size: 1.08rem;
    }

    .plm-lx-hero__panel,
    .plm-lx-editorial__headline,
    .plm-lx-editorial__body,
    .plm-lx-banner__inner,
    .plm-hx-contact__intro,
    .plm-hx-hours__intro,
    .plm-hx-contact-card,
    .plm-hx-hours__table {
        padding-left: 24px;
        padding-right: 24px;
    }

    .plm-lx-hero {
        padding: 44px 0 24px;
    }

    .plm-lx-hero__title {
        font-size: clamp(2.5rem, 12vw, 4.8rem);
    }

    .plm-lx-categories__grid {
        grid-template-columns: 1fr;
    }

    .plm-lx-hero__panel,
    .plm-lx-editorial__headline,
    .plm-lx-editorial__body,
    .plm-lx-card,
    .plm-lx-pillar,
    .plm-lx-banner__inner,
    .plm-hx-contact__wrap,
    .plm-hx-hours__wrap {
        border-radius: 24px;
    }
}