/*
Theme Name: Panthermm
Theme URI: https://panthermm.com/
Author: Panthermm
Description: Panthermm English and Filipino navigation theme for JILI Games access.
Version: 1.0
*/

:root {
    --pm-bg: #101217;
    --pm-bg-soft: #1c1e24;
    --pm-card: #26282f;
    --pm-card-light: #30323a;
    --pm-text: #ffffff;
    --pm-muted: #b9bcc7;
    --pm-yellow: #ffdf00;
    --pm-yellow-soft: #ffe83d;
    --pm-border: rgba(255,255,255,.1);
    --pm-shadow: 0 18px 48px rgba(0,0,0,.36);
    --pm-glow: 0 0 30px rgba(255,223,0,.42);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--pm-text);
    background:
        radial-gradient(circle at 22% 0%, rgba(255,223,0,.08), transparent 35%),
        linear-gradient(180deg, #101217 0%, #23252b 52%, #15171d 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pm-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.pm-header {
    position: sticky;
    top: 0;
    z-index: 80;
    background: rgba(16,18,23,.94);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--pm-border);
}

.pm-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.pm-logo img {
    width: 190px;
    max-height: 58px;
    object-fit: contain;
}

.pm-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 14px;
    font-weight: 900;
}

.pm-nav a:hover {
    color: var(--pm-yellow);
}

.pm-lang {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pm-lang a {
    width: 34px;
    height: 24px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(255,255,255,.22);
    background: #fff;
}

.pm-lang img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--pm-border);
    border-radius: 8px;
    background: var(--pm-card);
    color: #fff;
    font-size: 23px;
}

.pm-hero {
    position: relative;
    min-height: calc(100vh - 76px);
    padding: 54px 0 48px;
    overflow: hidden;
}

.pm-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 58px;
    height: 130px;
    background: linear-gradient(10deg, rgba(255,255,255,.06), transparent 56%);
    transform: skewY(-4deg);
    pointer-events: none;
}

.pm-hero-grid,
.pm-page-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 42px;
}

.pm-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,223,0,.12);
    border: 1px solid rgba(255,223,0,.34);
    color: var(--pm-yellow);
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.pm-hero h1,
.pm-page-copy h1 {
    margin: 18px 0 16px;
    font-size: clamp(38px, 6vw, 74px);
    line-height: .98;
    letter-spacing: 0;
}

.pm-page-copy h1 {
    font-size: clamp(34px, 5vw, 62px);
}

.pm-hero p,
.pm-page-copy p {
    max-width: 660px;
    margin: 0 0 24px;
    color: var(--pm-muted);
    font-size: 18px;
    line-height: 1.74;
}

.pm-lines {
    display: grid;
    gap: 12px;
    margin: 22px 0;
}

.pm-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 64px;
    padding: 14px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #30333b, #1d1f25);
    border: 1px solid rgba(255,223,0,.25);
    box-shadow: var(--pm-shadow);
}

.pm-line strong {
    font-size: 17px;
    word-break: break-word;
}

.pm-line span {
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--pm-yellow);
    color: #000;
    font-weight: 1000;
    box-shadow: var(--pm-glow);
}

.pm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 30px;
    border-radius: 8px;
    background: var(--pm-yellow);
    color: #000;
    font-weight: 1000;
    font-size: 18px;
    box-shadow: var(--pm-glow);
}

.pm-btn:hover {
    background: var(--pm-yellow-soft);
    transform: translateY(-1px);
}

.pm-hero-media,
.pm-page-image {
    overflow: hidden;
    border-radius: 8px;
    background: #202228;
    border: 1px solid var(--pm-border);
    box-shadow: var(--pm-shadow);
}

.pm-section {
    padding: 70px 0;
}

.pm-section-title {
    max-width: 850px;
    margin-bottom: 28px;
}

.pm-section-title h2,
.pm-content h2 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 46px);
}

.pm-section-title p,
.pm-content p {
    margin: 0 0 18px;
    color: var(--pm-muted);
    font-size: 17px;
    line-height: 1.84;
}

.pm-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pm-card {
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(180deg, var(--pm-card-light), var(--pm-card));
    border: 1px solid var(--pm-border);
    box-shadow: var(--pm-shadow);
}

.pm-card h3 {
    margin: 0 0 12px;
    font-size: 23px;
}

.pm-card p {
    margin: 0;
    color: var(--pm-muted);
    line-height: 1.74;
}

.pm-page-hero {
    padding: 54px 0 34px;
}

.pm-content {
    padding: 36px 0 80px;
}

.pm-content-wrap {
    max-width: 980px;
}

.pm-content h3 {
    margin: 28px 0 10px;
    font-size: 26px;
}

.pm-game-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 24px;
}

.pm-game-card {
    overflow: hidden;
    border-radius: 8px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    box-shadow: var(--pm-shadow);
}

.pm-game-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.pm-game-card strong {
    display: block;
    padding: 13px;
    font-size: 15px;
}

.pm-footer {
    padding: 36px 0 96px;
    border-top: 1px solid var(--pm-border);
    background: #101217;
    color: var(--pm-muted);
}

.pm-footer strong {
    color: #fff;
}

.pm-footer a:hover {
    color: var(--pm-yellow);
}

.pm-float {
    position: fixed;
    right: 16px;
    bottom: 18px;
    z-index: 120;
    display: grid;
    gap: 8px;
}

.pm-float a,
.pm-float button {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 8px;
    display: grid;
    place-items: center;
    background: #252830;
    color: #fff;
    font-weight: 1000;
    box-shadow: 0 12px 30px rgba(0,0,0,.35);
    cursor: pointer;
}

.pm-float .tg { background: #229ed9; }
.pm-float .fb { background: #1877f2; }
.pm-float .ws { background: #25d366; color: #031b0b; }
.pm-float .cs { background: var(--pm-yellow); color: #000; }
.pm-float .top { background: #3a3d46; }

@media (max-width: 900px) {
    .pm-header-inner {
        min-height: 68px;
    }

    .pm-logo img {
        width: 156px;
    }

    .pm-menu-btn {
        display: block;
    }

    .pm-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 76px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        border-radius: 8px;
        background: #191b21;
        border: 1px solid var(--pm-border);
    }

    .pm-nav.is-open {
        display: flex;
    }

    .pm-hero {
        min-height: auto;
        padding: 28px 0 36px;
    }

    .pm-hero-grid,
    .pm-page-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .pm-hero h1,
    .pm-page-copy h1 {
        font-size: 42px;
    }

    .pm-hero p,
    .pm-page-copy p {
        font-size: 16px;
    }

    .pm-line {
        flex-direction: column;
        align-items: flex-start;
    }

    .pm-line span {
        width: 100%;
        text-align: center;
    }

    .pm-card-grid,
    .pm-game-grid {
        grid-template-columns: 1fr;
    }

    .pm-section {
        padding: 48px 0;
    }

    .pm-float {
        right: 10px;
        bottom: 12px;
    }

    .pm-float a,
    .pm-float button {
        width: 43px;
        height: 43px;
        font-size: 13px;
    }
}
.pm-home-games {
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 223, 0, .12), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
}

.pm-featured-games {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.pm-featured-card {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    border-radius: 8px;
    background: #202228;
    border: 1px solid rgba(255, 223, 0, .22);
    box-shadow: var(--pm-shadow);
}

.pm-featured-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(0,0,0,.82));
}

.pm-featured-card img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    transition: transform .25s ease;
}

.pm-featured-card:hover img {
    transform: scale(1.05);
}

.pm-featured-info {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 2;
}

.pm-featured-info strong {
    display: block;
    margin-bottom: 6px;
    font-size: 22px;
    color: #fff;
}

.pm-featured-info span {
    display: inline-flex;
    padding: 7px 10px;
    border-radius: 999px;
    background: var(--pm-yellow);
    color: #000;
    font-size: 12px;
    font-weight: 1000;
}

.pm-center-action {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.pm-rich-card {
    position: relative;
    overflow: hidden;
}

.pm-rich-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    height: 3px;
    background: var(--pm-yellow);
    box-shadow: var(--pm-glow);
}

@media (max-width: 900px) {
    .pm-featured-games {
        grid-template-columns: 1fr;
    }

    .pm-featured-card,
    .pm-featured-card img {
        min-height: 260px;
    }
}
.pm-text-card {
    position: relative;
    max-width: 1120px;
    padding: 34px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(48, 50, 58, .92), rgba(28, 30, 36, .96));
    border: 1px solid rgba(255, 223, 0, .16);
    box-shadow: var(--pm-shadow);
}

.pm-text-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    right: 34px;
    height: 3px;
    background: var(--pm-yellow);
    box-shadow: var(--pm-glow);
}

.pm-text-card h2 {
    margin-top: 0;
}

.pm-text-card p {
    padding: 18px 0 18px 22px;
    margin: 0;
    border-left: 3px solid rgba(255, 223, 0, .26);
    color: #d9dce6;
}

.pm-text-card p + p {
    margin-top: 8px;
}

.pm-text-card p:hover {
    border-left-color: var(--pm-yellow);
    background: rgba(255, 255, 255, .025);
}

@media (max-width: 900px) {
    .pm-text-card {
        padding: 24px 18px;
    }

    .pm-text-card::before {
        left: 18px;
        right: 18px;
    }

    .pm-text-card p {
        padding-left: 14px;
    }
}
.pm-faq-section {
    background:
        radial-gradient(circle at 12% 10%, rgba(255, 223, 0, .08), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}

.pm-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.pm-faq-card {
    position: relative;
    overflow: hidden;
    min-height: 210px;
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(48,50,58,.95), rgba(35,37,44,.98));
    border: 1px solid rgba(255, 223, 0, .16);
    box-shadow: var(--pm-shadow);
}

.pm-faq-card::before {
    content: "Q";
    position: absolute;
    right: 18px;
    top: 10px;
    color: rgba(255, 223, 0, .12);
    font-size: 74px;
    line-height: 1;
    font-weight: 1000;
}

.pm-faq-card::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 3px;
    background: var(--pm-yellow);
    box-shadow: var(--pm-glow);
}

.pm-faq-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.25;
}

.pm-faq-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--pm-muted);
    line-height: 1.72;
}

@media (max-width: 900px) {
    .pm-faq-grid {
        grid-template-columns: 1fr;
    }

    .pm-faq-card {
        min-height: auto;
    }
}
.pm-float a,
.pm-float button,
.pm-footer-social a {
    overflow: hidden;
}

.pm-float img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.pm-footer-social img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.pm-float .cs img,
.pm-float .top img {
    width: 27px;
    height: 27px;
}

.pm-footer-social a {
    background: rgba(255, 223, 0, .1);
    border: 1px solid rgba(255, 223, 0, .22);
}

.pm-footer-social a:hover {
    background: var(--pm-yellow);
}
.pm-footer-pro {
    position: relative;
    overflow: hidden;
    padding: 64px 0 96px;
    border-top: 1px solid rgba(255, 223, 0, .16);
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 223, 0, .1), transparent 32%),
        linear-gradient(180deg, #181a20 0%, #101217 100%);
}

.pm-footer-pro::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--pm-yellow), transparent);
    box-shadow: var(--pm-glow);
}

.pm-footer-grid {
    display: grid;
    grid-template-columns: 1.4fr .8fr .8fr .8fr;
    gap: 28px;
}

.pm-footer-brand {
    padding: 24px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(48, 50, 58, .8), rgba(35, 37, 44, .92));
    border: 1px solid rgba(255, 223, 0, .14);
    box-shadow: var(--pm-shadow);
}

.pm-footer-logo img {
    width: 180px;
    max-height: 58px;
    object-fit: contain;
    margin-bottom: 16px;
}

.pm-footer-brand p {
    margin: 0 0 18px;
    color: var(--pm-muted);
    line-height: 1.72;
}

.pm-footer-lines {
    display: grid;
    gap: 8px;
}

.pm-footer-lines a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 8px;
    background: rgba(255, 223, 0, .08);
    border: 1px solid rgba(255, 223, 0, .18);
    color: #fff;
    font-weight: 900;
}

.pm-footer-lines a:hover {
    background: var(--pm-yellow);
    color: #000;
}

.pm-footer-col {
    padding: 24px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
}

.pm-footer-col h3 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 20px;
}

.pm-footer-col h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: var(--pm-yellow);
    box-shadow: var(--pm-glow);
}

.pm-footer-col a {
    display: block;
    padding: 8px 0;
    color: var(--pm-muted);
    font-weight: 700;
}

.pm-footer-col a:hover {
    color: var(--pm-yellow);
    transform: translateX(3px);
}

.pm-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 26px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.pm-footer-bottom p {
    margin: 0;
    color: var(--pm-muted);
}

.pm-footer-social {
    display: flex;
    gap: 8px;
}

.pm-footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--pm-yellow);
    color: #000;
    font-weight: 1000;
    box-shadow: var(--pm-glow);
}

@media (max-width: 900px) {
    .pm-footer-pro {
        padding: 48px 0 92px;
    }

    .pm-footer-grid {
        grid-template-columns: 1fr;
    }

    .pm-footer-brand,
    .pm-footer-col {
        padding: 20px;
    }

    .pm-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}
.pm-header-pro {
    background:
        linear-gradient(180deg, rgba(16, 18, 23, .96), rgba(16, 18, 23, .88));
    border-bottom: 1px solid rgba(255, 223, 0, .14);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
}

.pm-header-pro::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 223, 0, .65), transparent);
}

.pm-header-pro-inner {
    gap: 16px;
}

.pm-logo-pro {
    flex: 0 0 auto;
    min-width: 176px;
    min-height: 54px;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 223, 0, .1), rgba(255, 255, 255, .035));
    border: 1px solid rgba(255, 223, 0, .18);
    box-shadow: 0 0 22px rgba(255, 223, 0, .08);
}

.pm-logo-pro img {
    width: 168px;
    max-height: 48px;
}

.pm-nav-pro {
    flex: 1 1 auto;
    justify-content: center;
    gap: 6px;
    padding: 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
}

.pm-nav-pro a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-radius: 999px;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    font-weight: 900;
}

.pm-nav-pro a:hover {
    background: rgba(255, 223, 0, .12);
    color: var(--pm-yellow);
}

.pm-header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pm-lang-pro {
    padding: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
}

.pm-lang-pro a {
    width: 32px;
    height: 23px;
}

.pm-header-cta {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--pm-yellow);
    color: #000;
    font-size: 14px;
    font-weight: 1000;
    box-shadow: var(--pm-glow);
}

.pm-header-cta:hover {
    background: var(--pm-yellow-soft);
    transform: translateY(-1px);
}

.pm-menu-btn-pro {
    position: relative;
    display: none;
    place-items: center;
    padding: 0;
}

.pm-menu-btn-pro span {
    width: 20px;
    height: 2px;
    display: block;
    margin: 3px 0;
    border-radius: 999px;
    background: var(--pm-yellow);
}

@media (max-width: 1100px) {
    .pm-nav-pro a {
        padding: 0 9px;
        font-size: 12px;
    }

    .pm-logo-pro {
        min-width: 150px;
    }

    .pm-logo-pro img {
        width: 146px;
    }
}

@media (max-width: 900px) {
    .pm-header-pro-inner {
        min-height: 70px;
    }

    .pm-logo-pro {
        min-width: auto;
        min-height: 48px;
        padding: 6px 9px;
    }

    .pm-logo-pro img {
        width: 138px;
    }

    .pm-nav-pro {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 12px;
        border-radius: 8px;
        background: rgba(25, 27, 33, .98);
        border: 1px solid rgba(255, 223, 0, .18);
        box-shadow: var(--pm-shadow);
    }

    .pm-nav-pro.is-open {
        display: flex;
    }

    .pm-nav-pro a {
        min-height: 44px;
        justify-content: center;
        border-radius: 8px;
        font-size: 14px;
        background: rgba(255, 255, 255, .035);
    }

    .pm-header-cta {
        display: none;
    }

    .pm-menu-btn-pro {
        display: grid;
    }
}
.pm-header-pro-inner {
    gap: 10px;
}

.pm-logo-pro {
    min-width: 150px;
    padding: 6px 10px;
}

.pm-logo-pro img {
    width: 145px;
}

.pm-nav-pro {
    gap: 4px;
    padding: 5px;
}

.pm-nav-pro a {
    white-space: nowrap;
    min-height: 36px;
    padding: 0 10px;
    font-size: 12.5px;
    line-height: 1;
}

.pm-header-actions {
    gap: 7px;
}

.pm-lang-pro {
    padding: 5px;
}

.pm-header-cta {
    min-height: 38px;
    padding: 0 15px;
    font-size: 13px;
}

.pm-menu-btn-pro {
    width: 38px;
    height: 38px;
    border-radius: 8px;
}

.pm-menu-btn-pro span {
    width: 19px;
    height: 2px;
    margin: 2px 0;
}

@media (max-width: 1180px) {
    .pm-nav-pro a {
        padding: 0 8px;
        font-size: 12px;
    }

    .pm-logo-pro img {
        width: 132px;
    }

    .pm-logo-pro {
        min-width: 136px;
    }
}

@media (max-width: 900px) {
    .pm-header-pro-inner {
        gap: 8px;
    }

    .pm-logo-pro img {
        width: 132px;
    }

    .pm-lang-pro a {
        width: 30px;
        height: 21px;
    }

    .pm-menu-btn-pro {
        display: grid;
        width: 38px;
        height: 38px;
    }

    .pm-nav-pro a {
        white-space: nowrap;
        min-height: 42px;
        font-size: 14px;
    }
}
.pm-feature-section {
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 223, 0, .08), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0));
}

.pm-feature-section .pm-card {
    min-height: 210px;
}

.pm-feature-section .pm-card h3 {
    color: #fff;
}

.pm-feature-section .pm-card p {
    color: var(--pm-muted);
}
.pm-hero h1 {
    font-size: clamp(34px, 4.6vw, 58px);
    line-height: 1.06;
}

.pm-page-copy h1 {
    font-size: clamp(30px, 4vw, 50px);
    line-height: 1.08;
}

@media (max-width: 900px) {
    .pm-hero h1,
    .pm-page-copy h1 {
        font-size: 34px;
        line-height: 1.12;
    }
}

@media (max-width: 420px) {
    .pm-hero h1,
    .pm-page-copy h1 {
        font-size: 30px;
    }
}