/* ============================================================
   Private Label (ВТМ) — сторінка контрактного виробництва води
   Бренд: #2b659f, Montserrat, dark-scheme. Акцент — на головному екрані;
   решта — стримано, помірне заокруглення, без «світіння».
   Усі класи з префіксом .pl-.
   ============================================================ */

.pl-page {
    --pl-blue: #2b659f;
    --pl-blue-d: #1f4f80;
    --pl-blue-l: #6fa8db;
    --pl-ink: #eaf2fb;
    --pl-muted: #9fb2c9;
    --pl-line: rgba(255, 255, 255, .1);
    --pl-glass: rgba(255, 255, 255, .045);
    --pl-glass-2: rgba(255, 255, 255, .07);

    --pl-r-sm: 12px;
    --pl-r: 12px;
    --pl-r-lg: 16px;

    position: relative;
    color: var(--pl-ink);
    font-family: "Montserrat", sans-serif;
    background:
        radial-gradient(1100px 560px at 12% -12%, rgba(43, 101, 159, .28), transparent 60%),
        linear-gradient(180deg, #0a1622 0%, #0b1b2c 45%, #0a1826 100%);
    overflow: hidden;
}

#content.pl-page { padding: 0; }
#content.pl-page .pl-hero { padding: 90px 0 64px; }

.pl-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 35px 20px;
}

.pl-section { padding: clamp(44px, 7vw, 88px) 0; position: relative; }
.pl-section--tight { padding: clamp(30px, 5vw, 52px) 0; }

.pl-kicker {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: var(--pl-blue-l);
    margin-bottom: 14px;
}

.pl-h2 {
    font-size: clamp(25px, 3.6vw, 38px);
    font-weight: 800;
    line-height: 1.14;
    letter-spacing: -.3px;
    margin: 0 0 14px;
    color: #fff;
    text-wrap: balance;
}

.pl-lead {
    font-size: clamp(15px, 1.8vw, 18px);
    line-height: 1.6;
    color: var(--pl-muted);
    max-width: 720px;
}

.pl-center { text-align: center; }
.pl-center .pl-lead, .pl-lead.pl-center { margin-left: auto; margin-right: auto; }

/* ---------- HERO (акцентний екран) ---------- */
.pl-hero {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 90px 0 64px;
    overflow: hidden;
}

.pl-hero__bg {
    position: absolute;
    inset: 0;
    background: url('/images/main-image.webp') center/cover no-repeat;
    opacity: .24;
    z-index: 0;
}

.pl-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(8, 18, 30, .92) 30%, rgba(8, 18, 30, .55) 75%),
        linear-gradient(180deg, transparent 60%, #0a1826 100%);
    z-index: 1;
}

.pl-hero__inner { position: relative; z-index: 2; max-width: 860px; }

.pl-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: var(--pl-blue-l);
    margin-bottom: 22px;
}
.pl-hero__eyebrow::before {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--pl-blue-l);
    display: inline-block;
}

.pl-hero h1 {
    font-size: clamp(36px, 6.4vw, 68px);
    font-weight: 900;
    line-height: 1.02;
    margin: 0 0 22px;
    color: #fff;
    letter-spacing: -1px;
    text-wrap: balance;
}
.pl-hero h1 .pl-accent { color: var(--pl-blue-l); }

.pl-hero p {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.62;
    color: #cdddee;
    max-width: 660px;
    margin: 0 0 30px;
}

.pl-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }

/* Смужка форматів у хіро — предметна деталь замість декору */
.pl-hero__formats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid var(--pl-line);
    color: var(--pl-muted);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .3px;
}
.pl-hero__formats b { color: #fff; font-weight: 800; }
.pl-hero__formats span { white-space: nowrap; }

/* ---------- Buttons ---------- */
@keyframes pl-shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.pl-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 14px 26px;
    border-radius: var(--pl-r-sm);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .2px;
    text-decoration: none;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform .18s ease, background .2s ease, border-color .2s ease;
    font-family: inherit;
}

.pl-btn--primary {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, var(--pl-blue) 0%, #3478b8 100%);
    color: #fff;
    border-color: rgba(111, 168, 219, .3);
}
.pl-btn--primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.13) 48%, rgba(255,255,255,.06) 52%, transparent 62%);
    animation: pl-shimmer 3.2s ease-in-out infinite;
    pointer-events: none;
}
.pl-btn--primary:hover { background: linear-gradient(135deg, #24567f 0%, #2b6faa 100%); transform: translateY(-1px); color: #fff; }

.pl-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .28);
}
.pl-btn--ghost:hover { background: rgba(255, 255, 255, .08); border-color: rgba(255, 255, 255, .5); transform: translateY(-1px); color: #fff; }

.pl-btn--lg { padding: 16px 32px; font-size: 15.5px; }

/* ---------- Trust bar ---------- */
.pl-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 26px;
}

.pl-stat {
    background: var(--pl-glass);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-r);
    padding: 26px 22px;
    text-align: center;
    transition: border-color .25s ease;
}
.pl-stat:hover { border-color: rgba(111, 168, 219, .4); }

.pl-stat__num {
    font-size: clamp(28px, 4.6vw, 42px);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -.5px;
}
.pl-stat__num span { color: var(--pl-blue-l); }
.pl-stat__label { margin-top: 10px; font-size: 13.5px; color: var(--pl-muted); }

.pl-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.pl-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: var(--pl-r-sm);
    background: rgba(43, 101, 159, .12);
    border: 1px solid rgba(111, 168, 219, .28);
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #cfe1f6;
}

/* ---------- Card grid generic ---------- */
.pl-cards { display: grid; gap: 16px; }
.pl-cards--2 { grid-template-columns: repeat(2, 1fr); }
.pl-cards--3 { grid-template-columns: repeat(3, 1fr); }
.pl-cards--4 { grid-template-columns: repeat(4, 1fr); }

.pl-card {
    background: var(--pl-glass);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-r);
    padding: 24px;
    transition: border-color .25s ease, background .25s ease;
}
.pl-card:hover { border-color: rgba(111, 168, 219, .38); background: var(--pl-glass-2); }
.pl-card h3 { color: #fff; font-size: 17px; font-weight: 700; margin: 0 0 9px; }
.pl-card h3::before {
    content: "";
    display: block;
    width: 26px;
    height: 2px;
    background: var(--pl-blue-l);
    margin-bottom: 12px;
    opacity: .8;
}
.pl-card p { color: var(--pl-muted); font-size: 14.5px; line-height: 1.55; margin: 0; }

/* ---------- Product matrix table ---------- */
.pl-table-wrap {
    overflow-x: auto;
    border-radius: var(--pl-r);
    border: 1px solid var(--pl-line);
    background: var(--pl-glass);
    -webkit-overflow-scrolling: touch;
}
.pl-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 820px;
    font-size: 14.5px;
    font-variant-numeric: tabular-nums;
}
.pl-table thead th {
    background: #17395c;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 15px 16px;
    white-space: nowrap;
    border-bottom: 2px solid rgba(111, 168, 219, .35);
}
.pl-table tbody td {
    padding: 13px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    color: #dbe7f5;
    vertical-align: middle;
}
.pl-table tbody tr:nth-child(even) td { background: rgba(255, 255, 255, .02); }
.pl-table tbody tr:hover td { background: rgba(43, 101, 159, .16); }
.pl-table tbody td:first-child { font-weight: 700; color: #fff; white-space: nowrap; }
.pl-note { margin-top: 12px; font-size: 13px; color: var(--pl-muted); }

/* ---------- Water / spec list ---------- */
.pl-spec {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    margin-top: 8px;
}
.pl-spec__item {
    background: var(--pl-glass);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-r-sm);
    padding: 20px;
}
.pl-spec__k { font-size: 12.5px; color: var(--pl-muted); margin-bottom: 6px; }
.pl-spec__v { font-size: 22px; font-weight: 800; color: #fff; letter-spacing: -.3px; }
.pl-spec__v small { font-size: 13px; font-weight: 600; color: var(--pl-blue-l); }

/* ---------- Process timeline (реальна послідовність → нумерація доречна) ---------- */
.pl-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; counter-reset: step; }
.pl-step {
    position: relative;
    background: var(--pl-glass);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-r);
    padding: 22px 24px 20px 66px;
    transition: border-color .2s ease;
}
.pl-step:hover { border-color: rgba(111, 168, 219, .38); }
.pl-step::before {
    counter-increment: step;
    content: counter(step, decimal-leading-zero);
    position: absolute;
    left: 22px;
    top: 22px;
    font-weight: 800;
    font-size: 15px;
    color: var(--pl-blue-l);
    font-variant-numeric: tabular-nums;
}
.pl-step h4 { margin: 0 0 6px; font-size: 15.5px; font-weight: 700; color: #fff; }
.pl-step p { margin: 0; font-size: 14px; color: var(--pl-muted); line-height: 1.5; }
.pl-step__time { display: inline-block; margin-top: 8px; font-size: 12px; font-weight: 700; color: var(--pl-blue-l); letter-spacing: .4px; }

/* ---------- We / You ---------- */
.pl-split { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pl-split__col {
    border-radius: var(--pl-r-lg);
    padding: 30px;
    border: 1px solid var(--pl-line);
}
.pl-split__col--we { background: rgba(43, 101, 159, .16); border-color: rgba(111, 168, 219, .25); }
.pl-split__col--you { background: var(--pl-glass); }
.pl-split__col h3 { color: #fff; font-size: 20px; margin: 0 0 4px; }
.pl-split__sub { color: var(--pl-muted); font-size: 14px; margin: 0 0 18px; }
.pl-list { list-style: none; margin: 0; padding: 0; }
.pl-list li { position: relative; padding: 10px 0 10px 26px; color: #dbe7f5; font-size: 15px; border-bottom: 1px solid rgba(255, 255, 255, .06); }
.pl-list li:last-child { border-bottom: none; }
.pl-list li::before {
    content: "";
    position: absolute;
    left: 0; top: 17px;
    width: 12px; height: 2px;
    background: var(--pl-blue-l);
}

/* ---------- Cases gallery ---------- */
.pl-cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pl-case {
    background: linear-gradient(165deg, rgba(43, 101, 159, .14) 0%, var(--pl-glass) 100%);
    border: 1px solid rgba(111, 168, 219, .18);
    border-radius: var(--pl-r-lg);
    overflow: hidden;
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
}
.pl-case:hover {
    border-color: rgba(111, 168, 219, .5);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .35), 0 0 0 1px rgba(111, 168, 219, .12);
}
.pl-case a { display: block; position: relative; overflow: hidden; }
.pl-case a::after {
    content: "\1F50D";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    background: rgba(10, 24, 38, .55);
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}
.pl-case:hover a::after { opacity: 1; }
.pl-case img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    background: linear-gradient(180deg, #0e2a44 0%, #10233a 100%);
    transition: transform .4s ease;
}
.pl-case:hover img { transform: scale(1.04); }
.pl-case__cap {
    padding: 18px 20px;
    border-top: 1px solid rgba(111, 168, 219, .1);
    background: rgba(255, 255, 255, .02);
}
.pl-case__cap b { color: #fff; font-size: 15.5px; display: block; margin-bottom: 4px; }
.pl-case__cap span { color: var(--pl-blue-l); font-size: 13px; font-weight: 600; letter-spacing: .3px; }

/* ---------- FAQ ---------- */
.pl-faq { max-width: 840px; margin: 0 auto; display: grid; gap: 10px; }
.pl-faq__item {
    background: var(--pl-glass);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-r-sm);
    overflow: hidden;
}
.pl-faq__q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #fff;
    font-family: inherit;
    font-size: 15.5px;
    font-weight: 700;
    padding: 19px 54px 19px 22px;
    position: relative;
    cursor: pointer;
}
.pl-faq__q::after {
    content: "+";
    position: absolute;
    right: 20px; top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 400;
    color: var(--pl-blue-l);
    transition: transform .25s ease;
}
.pl-faq__item.is-open .pl-faq__q::after { transform: translateY(-50%) rotate(45deg); }
.pl-faq__a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.pl-faq__a p { margin: 0; padding: 0 22px 19px; color: var(--pl-muted); font-size: 14.5px; line-height: 1.6; }

/* ---------- Brief form ---------- */
.pl-form-shell {
    max-width: 860px;
    margin: 0 auto;
    background: rgba(255, 255, 255, .04);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-r-lg);
    padding: clamp(18px, 3vw, 28px);
}

.pl-steps-bar { display: flex; gap: 8px; margin-bottom: 18px; }
.pl-steps-bar__dot {
    flex: 1;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .12);
    transition: background .3s ease;
}
.pl-steps-bar__dot.is-active { background: var(--pl-blue-l); }

.pl-fieldset { border: none; padding: 0; margin: 0; }
.pl-fieldset[hidden] { display: none; }
.pl-step-title { font-size: 17px; font-weight: 800; color: #fff; margin: 0 0 4px; }
.pl-step-hint { font-size: 14px; color: var(--pl-muted); margin: 0 0 14px; }

.pl-field { margin-bottom: 14px; }
.pl-field > label { display: block; font-size: 13.5px; font-weight: 600; color: #d3e0ef; margin-bottom: 8px; }
.pl-req { color: #ff8a8a; }

.pl-input, .pl-select, .pl-textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: var(--pl-r-sm);
    background: rgba(255, 255, 255, .06);
    border: 1.5px solid rgba(255, 255, 255, .14);
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    transition: border-color .2s ease, background .2s ease;
}
.pl-textarea { min-height: 110px; resize: vertical; }
.pl-input::placeholder, .pl-textarea::placeholder { color: #8195ab; }
.pl-input:focus, .pl-select:focus, .pl-textarea:focus {
    outline: none;
    border-color: var(--pl-blue-l);
    background: rgba(255, 255, 255, .09);
}
.pl-select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'><path d='M5 7l5 5 5-5H5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 15px;
    padding-right: 36px;
    cursor: pointer;
}
.pl-select option { background: #143050; color: #fff; }

.pl-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Chips multiselect (bottle formats) — помірне заокруглення, без «пігулок» */
.pl-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.pl-chip { position: relative; }
.pl-chip input { position: absolute; opacity: 0; pointer-events: none; }
.pl-chip label {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 16px;
    border-radius: var(--pl-r-sm);
    background: rgba(255, 255, 255, .05);
    border: 1.5px solid rgba(255, 255, 255, .16);
    color: #d3e0ef;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .16s ease, background .16s ease, color .16s ease;
    user-select: none;
}
.pl-chip label::before {
    content: "";
    width: 15px; height: 15px;
    border-radius: 4px;
    border: 1.5px solid rgba(255, 255, 255, .38);
    display: inline-block;
    transition: background .16s ease, border-color .16s ease;
}
.pl-chip label:hover { border-color: var(--pl-blue-l); color: #fff; }
.pl-chip input:checked + label {
    background: rgba(43, 101, 159, .3);
    border-color: var(--pl-blue-l);
    color: #fff;
}
.pl-chip input:checked + label::before {
    background: var(--pl-blue-l);
    border-color: var(--pl-blue-l);
    box-shadow: inset 0 0 0 2px #143050;
}
.pl-chip input:focus-visible + label { border-color: var(--pl-blue-l); box-shadow: 0 0 0 3px rgba(111, 168, 219, .3); }
.pl-multinote { display: inline-block; margin-top: 10px; font-size: 13px; color: var(--pl-blue-l); font-weight: 600; }

/* File upload */
.pl-file {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    padding: 15px 18px;
    border-radius: var(--pl-r-sm);
    border: 1.5px dashed rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .03);
    transition: border-color .2s ease;
}
.pl-file:hover { border-color: var(--pl-blue-l); }
.pl-file input[type=file] { display: none; }
.pl-file__btn {
    padding: 9px 16px;
    border-radius: var(--pl-r-sm);
    background: rgba(43, 101, 159, .2);
    border: 1px solid rgba(111, 168, 219, .35);
    color: #cfe1f6;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.pl-file__name { font-size: 13px; color: var(--pl-muted); }

.pl-privacy { font-size: 13px; color: var(--pl-muted); margin-top: 6px; }
.pl-privacy a { color: var(--pl-blue-l); text-decoration: none; }
.pl-privacy a:hover { text-decoration: underline; }

.pl-form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 16px; }
.pl-err { color: #ff9a9a; font-size: 13px; margin-top: 6px; display: none; }
.pl-err.is-shown { display: block; }
.pl-input.is-invalid, .pl-select.is-invalid { border-color: #ff6b6b; background: rgba(255, 77, 77, .08); }

/* ---------- Manager contact ---------- */
.pl-manager {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 26px;
    align-items: center;
    background: rgba(43, 101, 159, .12);
    border: 1px solid var(--pl-line);
    border-radius: var(--pl-r-lg);
    padding: 30px;
    max-width: 760px;
    margin: 0 auto;
}
.pl-manager__photo {
    width: 140px; height: 140px;
    border-radius: var(--pl-r);
    object-fit: cover;
    background: rgba(255, 255, 255, .06);
    border: 1px solid var(--pl-line);
    display: grid;
    place-items: center;
    color: var(--pl-muted);
    font-size: 13px;
    text-align: center;
}
.pl-manager h3 { margin: 0 0 2px; color: #fff; font-size: 21px; }
.pl-manager__role { color: var(--pl-blue-l); font-weight: 600; font-size: 14px; margin-bottom: 16px; }
.pl-contact-links { display: flex; flex-direction: column; gap: 9px; }
.pl-contact-links a {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    color: #dbe7f5;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}
.pl-contact-links a .pl-contact-k { color: var(--pl-muted); font-weight: 600; font-size: 13px; min-width: 74px; }
.pl-contact-links a:hover { color: var(--pl-blue-l); }

/* ---------- Floating CTA ---------- */
.pl-fab {
    position: fixed;
    right: 22px;
    bottom: 24px;
    z-index: 998;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2b659f 0%, #3478b8 100%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 15.5px;
    text-decoration: none;
    border: 1.5px solid rgba(111, 168, 219, .3);
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .38);
    transition: transform .18s ease, background .2s ease, opacity .3s ease;
    overflow: hidden;
}
.pl-fab::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.13) 48%, rgba(255,255,255,.06) 52%, transparent 62%);
    animation: pl-shimmer 3.2s ease-in-out infinite;
    pointer-events: none;
}
.pl-fab:hover { transform: translateY(-2px); background: linear-gradient(135deg, #24567f 0%, #2b6faa 100%); color: #fff; }
.pl-fab__ico { display: inline-flex; }
.pl-fab__ico-mobile { display: none; }
.pl-fab.is-hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }

/* ---------- Reveal on scroll (progressive enhancement) ---------- */
.pl-js .pl-reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.pl-js .pl-reveal.is-in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
    #content.pl-page .pl-hero { padding: 70px 0 44px; }
    .pl-trust { grid-template-columns: 1fr; }
    .pl-cards--3, .pl-cards--4 { grid-template-columns: 1fr 1fr; }
    .pl-steps { grid-template-columns: 1fr; }
    .pl-split { grid-template-columns: 1fr; }
    .pl-cases { grid-template-columns: 1fr; }
    .pl-manager { grid-template-columns: 1fr; text-align: center; justify-items: center; }
    .pl-manager__photo { margin: 0 auto; }
    .pl-contact-links { align-items: center; }
    .pl-contact-links a { justify-content: center; }
}

@media (max-width: 560px) {
    #content.pl-page .pl-hero { padding: 110px 0 24px; }
    .pl-hero__eyebrow { margin-bottom: 14px; }
    .pl-hero h1 { font-size: clamp(28px, 8vw, 36px); margin-bottom: 14px; }
    .pl-hero p { font-size: 13px; margin-bottom: 20px; }
    .pl-hero__formats { margin-top: 20px; padding-top: 14px; gap: 6px 14px; font-size: 13px; }
    .pl-cards--2, .pl-cards--3, .pl-cards--4 { grid-template-columns: 1fr; }
    .pl-grid-2 { grid-template-columns: 1fr; }
    .pl-fab { right: 14px; bottom: 16px; padding: 14px; border-radius: 50%; width: 54px; height: 54px; justify-content: center; }
    .pl-fab__text-full { display: none; }
    .pl-fab__ico { display: none; }
    .pl-fab__ico-mobile { display: inline-flex; }
}

@media (prefers-reduced-motion: reduce) {
    .pl-js .pl-reveal { transition: none; opacity: 1 !important; transform: none !important; }
}
