@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800&display=swap");

.naphat-home {
    --nph-green: #0d5f52;
    --nph-green-dark: #073e37;
    --nph-mint: #e7f3ed;
    --nph-gold: #c7a56d;
    --nph-ink: #17302c;
    --nph-muted: #6e7f7b;
    --nph-line: rgba(19, 77, 68, 0.16);
    margin: 0;
    color: var(--nph-ink);
    background: #ffffff;
    font-family: "Prompt", "Noto Sans Thai", Arial, sans-serif;
    letter-spacing: 0;
}

.naphat-home * {
    box-sizing: border-box;
}

.naphat-home a {
    color: inherit;
    text-decoration: none;
}

.naphat-home ::-moz-selection {
    color: #ffffff;
    background: #1d4ed8;
    text-shadow: none;
}

.naphat-home ::selection {
    color: #ffffff;
    background: #1d4ed8;
    text-shadow: none;
}

.naphat-home.nph-menu-lock {
    overflow: hidden;
}

.naphat-home h1,
.naphat-home h2,
.naphat-home h3 {
    font-family: "Prompt", "Noto Sans Thai", Arial, sans-serif;
}

.nph-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.nph-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(5, 38, 33, 0.72), rgba(5, 38, 33, 0));
}

.nph-header .nph-container {
    width: min(100% - 72px, 1760px);
}

.nph-header-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 70px;
    gap: 22px;
}

.nph-brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
}

.nph-brand img {
    display: block;
    width: 122px;
    height: auto;
}

.nph-nav {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    gap: clamp(14px, 1.12vw, 24px);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.nph-nav a {
    position: relative;
    padding: 7px 0;
    opacity: 0.92;
}

.nph-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
}

.nph-nav a:hover,
.nph-nav a:focus,
.nph-nav a.is-active,
.naphat-home[data-nph-current-page="home"] .nph-nav a[data-nph-nav-item="home"],
.naphat-home[data-nph-current-page="projects"] .nph-nav a[data-nph-nav-item="projects"],
.naphat-home[data-nph-current-page="detached"] .nph-nav a[data-nph-nav-item="detached"],
.naphat-home[data-nph-current-page="consult"] .nph-nav a[data-nph-nav-item="consult"],
.naphat-home[data-nph-current-page="finance"] .nph-nav a[data-nph-nav-item="finance"],
.naphat-home[data-nph-current-page="articles"] .nph-nav a[data-nph-nav-item="articles"] {
    color: #ffffff;
    opacity: 1;
}

.nph-nav a:hover::after,
.nph-nav a:focus::after,
.nph-nav a.is-active::after,
.naphat-home[data-nph-current-page="home"] .nph-nav a[data-nph-nav-item="home"]::after,
.naphat-home[data-nph-current-page="projects"] .nph-nav a[data-nph-nav-item="projects"]::after,
.naphat-home[data-nph-current-page="detached"] .nph-nav a[data-nph-nav-item="detached"]::after,
.naphat-home[data-nph-current-page="consult"] .nph-nav a[data-nph-nav-item="consult"]::after,
.naphat-home[data-nph-current-page="finance"] .nph-nav a[data-nph-nav-item="finance"]::after,
.naphat-home[data-nph-current-page="articles"] .nph-nav a[data-nph-nav-item="articles"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.nph-header-actions {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(14px, 1.25vw, 24px);
    margin-left: auto;
}

.nph-header-action-link {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 7px 0;
    white-space: nowrap;
    opacity: 0.94;
}

.nph-header-action-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
}

.nph-header-action-link:hover,
.nph-header-action-link:focus,
.naphat-home[data-nph-current-page="about"] .nph-header-action-link[data-nph-nav-item="about"] {
    color: #ffffff;
    opacity: 1;
}

.nph-header-action-link:hover::after,
.nph-header-action-link:focus::after,
.naphat-home[data-nph-current-page="about"] .nph-header-action-link[data-nph-nav-item="about"]::after {
    opacity: 1;
    transform: scaleX(1);
}

.nph-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #ffffff;
    font-size: 27px;
    line-height: 1;
}

.nph-header-icon.is-search {
    font-size: 31px;
}

.nph-header-icon:hover {
    color: #ffffff;
}

.nph-menu-toggle {
    display: flex;
    width: 32px;
    height: 34px;
    padding: 6px 2px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.nph-menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    margin: 3px 0;
    border-radius: 999px;
    background: #ffffff;
}

.nph-menu-panel {
    position: fixed;
    inset: 0;
    z-index: 90;
    color: #ffffff;
    background: rgba(63, 63, 61, 0.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nph-menu-panel.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.nph-menu-panel-scroll {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    padding: 34px clamp(32px, 4.8vw, 72px) 56px;
}

.nph-menu-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.nph-menu-panel-brand {
    display: inline-flex;
    align-items: center;
}

.nph-menu-panel-brand img {
    display: block;
    width: 122px;
    height: auto;
}

.nph-menu-panel-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.nph-menu-panel-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 24px;
    line-height: 1;
}

.nph-menu-panel-icon:hover {
    color: #ffffff;
}

.nph-menu-close {
    position: relative;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.nph-menu-close span {
    position: absolute;
    top: 20px;
    left: 7px;
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
}

.nph-menu-close span:first-child {
    transform: rotate(45deg);
}

.nph-menu-close span:last-child {
    transform: rotate(-45deg);
}

.nph-menu-utility {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 54px;
}

.nph-menu-search {
    display: none;
    align-items: center;
    gap: 10px;
    height: 44px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.76);
}

.nph-menu-search i {
    font-size: 20px;
}

.nph-menu-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    color: #ffffff;
    background: transparent;
}

.nph-menu-booking,
.nph-menu-benefit,
.nph-menu-language a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    color: #ffffff;
    border: 1px solid rgba(139, 194, 35, 0.72);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.nph-menu-booking {
    gap: 8px;
    background: #6aa20f;
    border-color: #6aa20f;
}

.nph-menu-benefit:hover,
.nph-menu-booking:hover,
.nph-menu-language a:hover {
    color: #ffffff;
}

.nph-menu-language {
    display: inline-flex;
    align-items: stretch;
}

.nph-menu-language a {
    min-width: 42px;
    padding: 0 12px;
}

.nph-menu-language a.is-active {
    color: #2d3632;
    background: #ffffff;
    border-color: #ffffff;
}

.nph-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px clamp(32px, 4vw, 70px);
    width: min(80vw, 1500px);
    margin: 28px auto 0;
}

.nph-menu-group {
    min-width: 0;
}

.nph-menu-group-toggle {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 26px 12px 0;
    border: 0;
    border-bottom: 2px solid rgba(106, 162, 15, 0.9);
    color: #ffffff;
    background: transparent;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    cursor: default;
}

.nph-menu-group-toggle::after {
    content: "";
    position: absolute;
    right: 3px;
    top: 6px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #75ad18;
    border-right: 2px solid #75ad18;
    transform: rotate(45deg);
}

.nph-menu-group-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 34px;
    padding-top: 16px;
}

.nph-menu-group-list a {
    display: block;
    padding: 0 0 12px;
    color: rgba(255, 255, 255, 0.94);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.nph-menu-group-list a:hover {
    color: #ffffff;
}

.nph-menu-group:not(:first-child) .nph-menu-group-list,
.nph-menu-social-group .nph-menu-group-list {
    grid-template-columns: 1fr;
}

.nph-menu-social {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.nph-menu-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    color: #424240;
    background: #ffffff;
    font-size: 19px;
}

.nph-menu-social a:hover {
    color: #ffffff;
    background: #6aa20f;
}

.nph-hero {
    position: relative;
    min-height: 760px;
    color: #ffffff;
    overflow: hidden;
}

.nph-hero-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.nph-hero-slider .swiper-wrapper,
.nph-hero-slide {
    height: 100%;
}

.nph-hero-slide {
    position: relative;
    background-position: center;
    background-size: cover;
}

.nph-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 53, 46, 0.76), rgba(6, 53, 46, 0.22) 48%, rgba(6, 53, 46, 0.12));
}

.nph-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 760px;
    padding-top: 90px;
}

.nph-hero-logo {
    width: 166px;
    height: auto;
    margin-bottom: 20px;
}

.nph-eyebrow {
    margin: 0 0 8px;
    color: var(--nph-gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.nph-hero h1 {
    max-width: 540px;
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
}

.nph-hero-copy {
    max-width: 510px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    line-height: 1.75;
}

.nph-primary-link,
.nph-outline-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 24px;
    border-radius: 0;
    font-weight: 700;
    line-height: 1.2;
}

.nph-primary-link {
    width: fit-content;
    color: #ffffff;
    background: var(--nph-green);
    box-shadow: 0 18px 42px rgba(5, 60, 52, 0.28);
}

.nph-outline-link {
    min-width: 190px;
    gap: 12px;
    color: var(--nph-green);
    border: 1px solid var(--nph-green);
    background: rgba(255, 255, 255, 0.75);
}

.nph-outline-link i {
    font-size: 13px;
}

.nph-hero-pagination {
    left: auto !important;
    right: 64px;
    bottom: 48px !important;
    z-index: 4;
    width: auto !important;
}

.nph-hero-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.nph-hero-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.nph-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    background: rgba(10, 48, 42, 0.32);
}

.nph-hero-arrow::before {
    content: "";
    position: absolute;
    top: 15px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.nph-hero-prev {
    left: 28px;
}

.nph-hero-prev::before {
    left: 17px;
    transform: rotate(-135deg);
}

.nph-hero-next {
    right: 28px;
}

.nph-hero-next::before {
    right: 17px;
    transform: rotate(45deg);
}

.nph-family {
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.nph-family-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.nph-family-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.82) 70%, #ffffff);
}

.nph-family-inner {
    position: relative;
    z-index: 1;
    min-height: 720px;
    padding: 78px 0 0;
}

.nph-family-copy {
    width: min(520px, 100%);
    margin-left: auto;
    text-align: center;
}

.nph-family-copy h2,
.nph-section-head h2,
.nph-kpi-copy h2 {
    margin: 0;
    color: var(--nph-green);
    font-size: 36px;
    line-height: 1.28;
    font-weight: 800;
}

.nph-family-copy p,
.nph-section-head p {
    margin: 12px auto 0;
    color: var(--nph-muted);
    font-size: 17px;
    line-height: 1.7;
}

.nph-line-icon {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--nph-gold);
    font-size: 14px;
    font-weight: 700;
}

.nph-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: min(940px, calc(100% - 40px));
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid rgba(199, 165, 109, 0.7);
    border-radius: 8px;
    box-shadow: 0 24px 62px rgba(14, 62, 55, 0.22);
    overflow: hidden;
}

.nph-stats article {
    min-height: 198px;
    padding: 28px 34px 24px;
    text-align: center;
    border-right: 1px solid var(--nph-line);
}

.nph-stats article:last-child {
    border-right: 0;
}

.nph-stats img {
    width: 68px;
    height: 68px;
    object-fit: contain;
    margin-bottom: 12px;
}

.nph-stats strong {
    display: block;
    color: var(--nph-green);
    font-size: 58px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0;
}

.nph-stats span {
    display: block;
    margin-top: 14px;
    color: var(--nph-gold);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.nph-stats.is-counting strong,
.nph-stats.is-counted strong {
    animation: nph-stat-number-pop 520ms ease both;
}

@keyframes nph-stat-number-pop {
    0% {
        opacity: 0.25;
        transform: translateY(10px) scale(0.92);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.nph-life-strip {
    position: relative;
    z-index: 2;
    padding: 34px 0 42px;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 46%, #e2f8ff 100%);
    overflow: hidden;
}

.nph-life-slider {
    position: relative;
    width: 100%;
    height: 390px;
    background: transparent;
    overflow: visible;
}

.nph-life-slider .swiper-wrapper {
    height: 100%;
    align-items: center;
}

.nph-life-slider .swiper-slide {
    width: clamp(260px, 29vw, 430px);
    height: 320px;
    overflow: visible;
    opacity: 0.72;
    background: transparent;
    transform: translateY(0) scale(0.92);
    transform-origin: center center;
    transition: opacity 280ms ease, transform 280ms ease;
    z-index: 1;
}

.nph-life-slider .swiper-slide-prev,
.nph-life-slider .swiper-slide-next {
    opacity: 0.94;
    transform: translateY(0) scale(1);
    z-index: 2;
}

.nph-life-slider .swiper-slide-active {
    opacity: 1;
    transform: translateY(0) scale(1.18);
    z-index: 5;
}

.nph-life-card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 24px 52px rgba(10, 70, 60, 0);
    transition: box-shadow 280ms ease;
}

.nph-life-slider .swiper-slide-active .nph-life-card {
    box-shadow: 0 18px 52px rgba(10, 70, 60, 0.22);
}

.nph-life-card img,
.nph-happiness-card img,
.nph-project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nph-life-card span,
.nph-happiness-card span {
    position: absolute;
    right: 16px;
    bottom: 14px;
    padding: 6px 12px;
    color: #ffffff;
    background: var(--nph-green);
    font-size: 13px;
    font-weight: 700;
}

.nph-projects {
    position: relative;
    padding: 88px 0 96px;
    overflow: hidden;
    background: linear-gradient(180deg, #dff6ff 0%, #f8fcff 46%, #ffffff 100%);
}

.nph-sky {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0) 38%),
                linear-gradient(180deg, rgba(117, 205, 238, 0.45), rgba(255, 255, 255, 0));
}

.nph-projects .nph-container {
    position: relative;
    z-index: 1;
    width: min(1210px, calc(100% - 48px));
}

.nph-section-head {
    margin-bottom: 36px;
    text-align: center;
}

.nph-project-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.nph-project-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(34, 88, 82, 0.18);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.nph-project-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 42px rgba(34, 88, 82, 0.24);
}

.nph-project-media {
    position: relative;
    height: 232px;
    overflow: hidden;
    background: #dfeee9;
}

.nph-project-media .nph-project-image {
    height: 100%;
}

.nph-project-mark {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 48px;
    height: 22px;
    background: url("/naphat-app-assets/dsa_e67349a3c4cd4bae7e930f25a87bd6bb/logo-white-menu.png") center / contain no-repeat;
    opacity: 0.92;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.24));
}

.nph-project-type {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 112px;
    padding: 8px 16px 9px;
    color: #ffffff;
    background: rgba(16, 120, 110, 0.92);
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
}

.nph-project-body {
    padding: 20px 18px 22px;
}

.nph-project-cat {
    display: block;
    margin-bottom: 10px;
    color: var(--nph-green);
    font-size: 13px;
    font-weight: 700;
}

.nph-project-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.nph-project-body h3 {
    min-height: 54px;
    margin: 0;
    color: var(--nph-ink);
    font-size: 19px;
    line-height: 1.32;
    font-weight: 800;
}

.nph-project-price {
    display: block;
    flex: 0 0 auto;
    color: var(--nph-green);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
    white-space: nowrap;
}

.nph-project-meta {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 22px 0 0;
    color: var(--nph-muted);
    font-size: 14px;
    line-height: 1;
}

.nph-project-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 0 12px;
    border-left: 1px solid rgba(17, 49, 45, 0.36);
    white-space: nowrap;
}

.nph-project-meta span:first-child {
    padding-left: 0;
    border-left: 0;
}

.nph-project-meta i {
    width: 16px;
    color: rgba(17, 49, 45, 0.72);
    font-size: 15px;
    text-align: center;
}

.nph-center {
    margin-top: 42px;
    text-align: center;
}

.nph-project-hero {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    background: #d9e7e5;
}

.nph-project-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.nph-project-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 43, 38, 0.44), rgba(5, 43, 38, 0.03) 46%, rgba(255, 255, 255, 0));
}

.nph-project-finder {
    position: relative;
    padding: 54px 0 58px;
    background: #ffffff;
}

.nph-project-finder .nph-container {
    width: min(1210px, calc(100% - 48px));
}

.nph-project-page-title {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.nph-project-page-title span {
    display: block;
    width: 7px;
    height: 40px;
    background: var(--nph-green);
}

.nph-project-page-title h1 {
    margin: 0;
    color: var(--nph-ink);
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
}

.nph-promo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 210px 210px;
    gap: 18px;
}

.nph-promo-card {
    position: relative;
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #ffffff;
    background: #dfeee9;
}

.nph-promo-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 62, 54, 0.58), rgba(5, 62, 54, 0.04) 65%);
}

.nph-promo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 320ms ease;
}

.nph-promo-card:hover img {
    transform: scale(1.04);
}

.nph-promo-card span {
    position: absolute;
    left: 28px;
    bottom: 30px;
    z-index: 1;
    max-width: 310px;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.28;
    font-weight: 800;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.nph-promo-card-small span {
    font-size: 24px;
}

.nph-promo-card-large {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.nph-promo-card-large span {
    right: 32px;
    left: auto;
    bottom: 42px;
    max-width: 410px;
    text-align: right;
    color: #ffe34b;
    font-size: 40px;
}

.nph-project-search-panel {
    display: grid;
    grid-template-columns: minmax(170px, 0.9fr) repeat(4, minmax(135px, 1fr)) minmax(150px, 0.82fr);
    gap: 14px;
    align-items: stretch;
    margin-top: 32px;
}

.nph-project-search-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    color: var(--nph-ink);
}

.nph-project-search-copy strong {
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 800;
}

.nph-project-search-copy span {
    color: var(--nph-muted);
    font-size: 14px;
    line-height: 1.5;
}

.nph-project-filter {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    align-items: center;
    min-height: 70px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(34, 88, 82, 0.18);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(34, 88, 82, 0.09);
}

.nph-project-filter i {
    grid-row: 1 / span 2;
    color: rgba(16, 120, 110, 0.78);
    font-size: 22px;
}

.nph-project-filter span {
    color: var(--nph-ink);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.nph-project-filter select {
    grid-column: 2 / span 2;
    width: 100%;
    height: auto;
    padding: 0 18px 0 0;
    border: 0;
    color: var(--nph-muted);
    background: transparent;
    font-size: 13px;
    line-height: 1.3;
    cursor: pointer;
}

.nph-project-search-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 70px;
    border: 0;
    color: #ffffff;
    background: var(--nph-green);
    box-shadow: 0 10px 22px rgba(5, 78, 68, 0.22);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.nph-detached-hero {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #11312d;
}

.nph-detached-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    transform: scale(1.01);
}

.nph-detached-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 47, 41, 0.68) 0%, rgba(5, 47, 41, 0.22) 50%, rgba(5, 47, 41, 0.02) 100%),
                linear-gradient(180deg, rgba(5, 47, 41, 0.3), rgba(5, 47, 41, 0) 42%);
}

.nph-detached-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 560px;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 72px;
    color: #ffffff;
}

.nph-detached-hero-content h1 {
    max-width: 620px;
    margin: 0 0 12px;
    color: #ffffff;
    font-size: clamp(38px, 4.2vw, 64px);
    line-height: 1.08;
    font-weight: 800;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
}

.nph-detached-hero-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.96);
    font-size: clamp(23px, 2vw, 33px);
    line-height: 1.35;
    font-weight: 700;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.nph-detached-listing {
    padding: 60px 0 112px;
    background: #ffffff;
}

.nph-detached-listing .nph-container {
    width: min(1210px, calc(100% - 48px));
}

.nph-detached-title {
    margin-bottom: 28px;
    text-align: center;
}

.nph-detached-title h2 {
    margin: 0;
    color: var(--nph-ink);
    font-size: clamp(28px, 2.5vw, 42px);
    line-height: 1.2;
    font-weight: 800;
}

.nph-detached-search-panel {
    margin-top: 0;
    margin-bottom: 78px;
}

.nph-detached-grid {
    row-gap: 72px;
}

.nph-project-types {
    position: relative;
    overflow: hidden;
    padding: 84px 0 18px;
    background: #dff6ff;
}

.nph-project-types .nph-container {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 48px));
}

.nph-project-type-row {
    display: grid;
    grid-template-columns: 350px minmax(0, 1fr);
    min-height: 260px;
    overflow: hidden;
}

.nph-project-type-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 32px;
    color: #ffffff;
    background: #083f38;
}

.nph-project-type-copy.is-muted {
    background: #135d58;
}

.nph-project-type-copy.is-blue {
    background: #2295ab;
}

.nph-project-type-copy h2 {
    margin: 0 0 18px;
    color: #ffdf25;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
}

.nph-project-type-copy p {
    max-width: 250px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 22px;
    line-height: 1.45;
    font-weight: 600;
}

.nph-project-type-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 116px;
    min-height: 42px;
    padding: 8px 20px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.nph-project-type-row img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    display: block;
    object-fit: cover;
}

.nph-projects-recommended {
    padding-top: 74px;
}

.nph-projects-recommended .nph-section-head {
    margin-bottom: 32px;
}

.nph-happiness {
    padding: 92px 0 96px;
    background: #ffffff;
}

.nph-happiness .nph-container {
    width: min(1180px, calc(100% - 40px));
}

.nph-happiness-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 2fr);
    grid-template-rows: 245px 180px;
    gap: 18px;
}

.nph-happiness-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    min-width: 0;
}

.nph-happiness-card.is-wide {
    grid-column: 1 / span 2;
}

.nph-happiness-card.is-large {
    grid-column: 3;
    grid-row: 1 / span 2;
}

.nph-kpi {
    position: relative;
    min-height: 820px;
    overflow: hidden;
    color: var(--nph-ink);
}

.nph-kpi-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(1.08) contrast(1.04);
}

.nph-kpi-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.14) 48%, rgba(255, 255, 255, 0.02));
}

.nph-kpi .nph-container {
    width: min(1320px, calc(100% - 72px));
}

.nph-kpi-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 48px;
    padding: 92px 0 80px;
}

.nph-kpi-copy {
    align-self: start;
    padding-top: 50px;
}

.nph-kpi-copy p {
    margin: 0 0 8px;
    color: var(--nph-green);
    font-size: 18px;
    font-weight: 500;
}

.nph-kpi-copy span {
    display: block;
    margin-top: 48px;
    color: var(--nph-green);
    font-size: 18px;
    font-weight: 800;
}

.nph-kpi-controls {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.nph-kpi-controls button {
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 2px solid #0c8a7e;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.26);
    cursor: pointer;
}

.nph-kpi-controls button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: 2px solid #0c8a7e;
    border-left: 2px solid #0c8a7e;
    transform: translate(-35%, -50%) rotate(-45deg);
}

.nph-kpi-controls .nph-kpi-next::before {
    transform: translate(-65%, -50%) rotate(135deg);
}

.nph-kpi-progress {
    width: 250px;
    height: 4px;
    margin-top: 22px;
    background: rgba(13, 95, 82, 0.18);
}

.nph-kpi-progress span {
    display: block;
    width: 86px;
    height: 100%;
    background: #0c8a7e;
}

.nph-testimonials {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.nph-testimonials article {
    display: flex;
    min-height: 272px;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px 36px 30px;
    border-radius: 9px;
    color: var(--nph-green-dark);
    color-scheme: light;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 251, 0.94));
    box-shadow: 0 16px 38px rgba(30, 78, 72, 0.18);
    isolation: isolate;
}

.nph-testimonials p {
    margin: 0 0 28px;
    color: var(--nph-green-dark) !important;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.58;
    text-shadow: none;
}

.nph-testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.nph-testimonial-author img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
}

.nph-testimonials strong {
    color: var(--nph-green) !important;
    font-size: 19px;
    font-weight: 800;
}

.nph-contact-panel {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.55fr);
    gap: 48px;
    align-items: stretch;
    padding: 40px 58px 44px;
    background: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    box-shadow: 0 18px 44px rgba(16, 74, 66, 0.12);
}

.nph-line-panel {
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 24px;
    align-items: center;
    padding: 0;
    background: transparent;
}

.nph-qr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 190px;
    height: 190px;
    padding: 15px;
    background: #eaf9ef;
    border: 8px solid #34b769;
    box-shadow: 0 18px 36px rgba(10, 98, 72, 0.14);
}

.nph-qr span {
    display: block;
    background: repeating-linear-gradient(45deg, #0d9f51 0, #0d9f51 6px, #ffffff 6px, #ffffff 11px);
}

.nph-line-copy p,
.nph-line-copy li {
    margin: 0;
    color: var(--nph-green);
    font-weight: 700;
    line-height: 1.7;
    white-space: nowrap;
}

.nph-line-copy p {
    margin-bottom: 8px;
    font-size: 17px;
}

.nph-line-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nph-line-copy li {
    font-size: 16px;
}

.nph-contact-social {
    display: flex;
    gap: 14px;
    margin-top: 16px;
}

.nph-contact-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 3px solid var(--nph-green);
    border-radius: 8px;
    color: var(--nph-green);
    background: rgba(255, 255, 255, 0.22);
    font-size: 18px;
}

.nph-form h3 {
    margin: 0 0 20px;
    color: var(--nph-green);
    font-size: 30px;
    font-weight: 800;
}

.nph-form input,
.nph-form textarea {
    width: 100%;
    min-height: 58px;
    margin-bottom: 16px;
    padding: 14px 18px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--nph-ink);
    font-size: 16px;
    box-shadow: 0 8px 22px rgba(22, 69, 64, 0.06);
}

.nph-form textarea {
    min-height: 94px;
    resize: vertical;
}

.nph-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.nph-form button {
    display: block;
    width: min(300px, 100%);
    min-height: 60px;
    margin: 6px auto 0;
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    background: var(--nph-green);
    box-shadow: 0 16px 28px rgba(5, 80, 70, 0.22);
    font-weight: 800;
    font-size: 17px;
}

.nph-footer {
    font-family: "Prompt", "Noto Sans Thai", Arial, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    background:
        linear-gradient(90deg, rgba(7, 62, 55, 0.98), rgba(7, 62, 55, 0.88)),
        url("/naphat-app-assets/dsa_d08138b60bf9e44b214280e6afb1449d/home-e-tag-bg-service-02.png") right center/cover;
}

.nph-footer h4,
.nph-footer p,
.nph-footer a,
.nph-footer span {
    font-family: "Prompt", "Noto Sans Thai", Arial, sans-serif;
}

.nph-footer .nph-container {
    width: min(1240px, calc(100% - 56px));
}

.nph-footer-inner {
    display: grid;
    grid-template-columns: minmax(360px, 1.8fr) minmax(150px, 0.72fr) minmax(150px, 0.72fr) minmax(230px, 1fr);
    gap: 0;
    padding: 34px 0 42px;
}

.nph-footer-logo-lockup {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
    color: #ffffff;
}

.nph-footer-logo-mark {
    display: block;
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.nph-footer-logo-full {
    display: block;
    width: 210px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.nph-footer-logo-word {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.nph-footer-logo-word strong {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 6px;
}

.nph-footer-logo-word small {
    margin-top: 9px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 7px;
}

.nph-footer-brand-col {
    padding-right: 42px;
}

.nph-footer-col {
    min-height: 178px;
    padding-left: 28px;
    border-left: 2px solid rgb(255 255 255 / 12%);
}

.nph-footer p,
.nph-footer a {
    display: block;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.68;
}

.nph-footer-address {
    max-width: 390px;
    margin-bottom: 28px !important;
}

.nph-footer h4 {
    margin: 0 0 14px;
    color: #ffffff;
    font-family: "Prompt", "Noto Sans Thai", Arial, sans-serif;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0;
}

.nph-social {
    display: flex;
    gap: 14px;
}

.nph-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 13px;
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1;
}

.nph-footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 46px;
    align-items: center;
    padding: 10px 0 24px;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
}

.nph-footer-bottom a {
    margin: 0;
    font-size: 15px;
}

.nph-footer-legal {
    display: flex;
    gap: 54px;
    align-items: center;
}

.nph-scroll-up {
    display: inline-flex !important;
    align-items: center;
    gap: 14px;
    color: #ffffff !important;
    font-weight: 700 !important;
}

.nph-scroll-up span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    font-size: 18px;
}

.nph-articles-hero {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    background: #f2f0ea;
}

.nph-articles-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(1.04) contrast(1.02);
    transform: scale(1.02);
}

.nph-articles-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.28) 46%, rgba(255, 255, 255, 0.86) 100%),
                linear-gradient(180deg, rgba(5, 47, 41, 0.32) 0%, rgba(5, 47, 41, 0) 34%);
}

.nph-articles-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 430px;
    align-items: center;
    justify-content: flex-end;
    padding-top: 70px;
}

.nph-articles-hero-copy {
    width: min(440px, 44vw);
    color: var(--nph-green);
}

.nph-articles-hero-copy span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 13px;
    color: #ffffff;
    background: var(--nph-green);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
}

.nph-articles-hero-copy h1 {
    margin: 0 0 10px;
    color: var(--nph-green);
    font-size: clamp(44px, 5vw, 72px);
    line-height: 0.96;
    font-weight: 800;
}

.nph-articles-hero-copy p {
    max-width: 390px;
    margin: 0;
    color: rgba(15, 64, 57, 0.82);
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
}

.nph-article-tabs-section {
    padding: 20px 0;
    border-bottom: 1px solid rgba(8, 63, 56, 0.16);
    background: #ffffff;
}

.nph-article-tabs-section .nph-container {
    width: min(1260px, calc(100% - 44px));
}

.nph-article-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.nph-article-tabs::-webkit-scrollbar {
    display: none;
}

.nph-article-tabs a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 24px;
    border: 1px solid rgba(8, 63, 56, 0.56);
    color: var(--nph-ink);
    background: #ffffff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 700;
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nph-article-tabs a:hover,
.nph-article-tabs a:focus,
.nph-article-tabs a.is-active {
    color: #ffffff;
    border-color: var(--nph-green);
    background: var(--nph-green);
}

.nph-article-trending {
    position: relative;
    overflow: hidden;
    padding: 46px 0;
    background: #102f2b;
}

.nph-article-trending-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0.46;
    filter: saturate(1.05) contrast(1.04);
}

.nph-article-trending-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 38, 34, 0.88), rgba(4, 38, 34, 0.55) 44%, rgba(4, 38, 34, 0.34));
}

.nph-article-trending-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 235px minmax(0, 1fr);
    align-items: center;
    gap: 36px;
}

.nph-trending-label strong {
    display: block;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.05;
    font-weight: 800;
}

.nph-trending-label strong span {
    color: #e4e018;
}

.nph-trending-label p {
    position: relative;
    margin: 18px 0 0;
    padding-top: 17px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.55;
    font-weight: 500;
}

.nph-trending-label p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
}

.nph-trending-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.nph-trending-card,
.nph-article-card {
    min-width: 0;
}

.nph-trending-card {
    background: #ffffff;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.16);
}

.nph-trending-media,
.nph-article-media {
    position: relative;
    overflow: hidden;
    background: #eaf2ef;
}

.nph-trending-media {
    aspect-ratio: 1.56 / 1;
}

.nph-trending-media img,
.nph-article-media img,
.nph-article-promo-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nph-trending-media time,
.nph-article-media time {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 48px;
    height: 58px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: var(--nph-green);
    font-weight: 800;
}

.nph-trending-media time strong,
.nph-article-media time strong {
    font-size: 20px;
    line-height: 1;
}

.nph-trending-media time span,
.nph-article-media time span {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1;
}

.nph-trending-body {
    min-height: 112px;
    padding: 14px 16px 13px;
}

.nph-trending-body h2 {
    margin: 0 0 10px;
    color: var(--nph-ink);
    font-size: 16px;
    line-height: 1.42;
    font-weight: 600;
}

.nph-trending-body a {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    color: var(--nph-green);
    font-size: 13px;
    font-weight: 700;
}

.nph-article-list-section {
    padding: 54px 0 112px;
    background: #ffffff;
}

.nph-article-list-section .nph-container {
    width: min(1080px, calc(100% - 48px));
}

.nph-article-section-head {
    display: grid;
    grid-template-columns: 7px minmax(0, 1fr);
    align-items: start;
    gap: 18px;
    margin-bottom: 44px;
}

.nph-article-section-head > span {
    display: block;
    width: 7px;
    min-height: 52px;
    margin-top: 7px;
    background: var(--nph-green);
}

.nph-article-section-head h2 {
    max-width: 900px;
    margin: 0;
    color: var(--nph-ink);
    font-size: clamp(28px, 2.35vw, 36px);
    line-height: 1.22;
    font-weight: 800;
}

.nph-article-section-head p {
    margin: 6px 0 0;
    color: #46635e;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 500;
}

.nph-article-content-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 318px;
    align-items: start;
    gap: 36px;
}

.nph-article-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 28px;
}

.nph-article-card {
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(8, 63, 56, 0.18);
}

.nph-article-media {
    aspect-ratio: 1.66 / 1;
    margin-bottom: 14px;
}

.nph-article-card h3 {
    margin: 0;
    color: #102f2b;
    font-size: 17px;
    line-height: 1.48;
    font-weight: 600;
}

.nph-article-read {
    display: inline-flex;
    align-self: flex-end;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 120px;
    min-height: 38px;
    margin-top: 18px;
    padding: 7px 16px;
    border: 1px solid rgba(8, 63, 56, 0.62);
    color: #102f2b;
    background: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.nph-article-read:hover,
.nph-article-read:focus {
    color: #ffffff;
    border-color: var(--nph-green);
    background: var(--nph-green);
}

.nph-article-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.nph-article-promo-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #eaf2ef;
    box-shadow: 0 18px 34px rgba(5, 48, 42, 0.14);
}

.nph-article-promo-card img {
    aspect-ratio: 0.78 / 1;
}

.nph-article-promo-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.nph-article-promo-dots span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
}

.nph-article-promo-dots span.is-active {
    background: var(--nph-green);
}

.nph-article-promo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 218px;
    min-height: 48px;
    padding: 10px 22px;
    border: 1px solid rgba(8, 63, 56, 0.74);
    color: #102f2b;
    background: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.nph-article-promo-button:hover,
.nph-article-promo-button:focus {
    color: #ffffff;
    background: var(--nph-green);
}

.nph-article-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 72px;
    color: #102f2b;
    font-size: 15px;
    font-weight: 600;
}

.nph-article-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 26px;
    border-radius: 999px;
}

.nph-article-pagination a.is-active {
    border: 1px solid var(--nph-green);
    color: var(--nph-green);
}

@media (max-width: 1024px) {
    .nph-project-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .nph-project-search-panel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nph-project-search-copy,
    .nph-project-search-button {
        grid-column: 1 / -1;
    }

    .nph-detached-hero,
    .nph-detached-hero-content {
        min-height: 500px;
    }

    .nph-project-type-row {
        grid-template-columns: 300px minmax(0, 1fr);
    }

    .nph-project-media {
        height: 250px;
    }

    .nph-kpi-inner {
        grid-template-columns: 1fr;
    }

    .nph-kpi-copy {
        padding-top: 0;
    }

    .nph-testimonials {
        gap: 18px;
    }

    .nph-testimonials article {
        min-height: 246px;
    }

    .nph-footer-inner {
        grid-template-columns: 1fr 1fr;
        row-gap: 34px;
    }

    .nph-footer-brand-col,
    .nph-footer-col {
        min-height: auto;
        padding-left: 0;
        padding-right: 28px;
        border-left: 0;
    }

    .nph-footer-col:nth-child(even) {
        border-left: 2px solid rgba(255, 255, 255, 0.34);
        padding-left: 28px;
    }

    .nph-footer-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 1320px) {
    .nph-header .nph-container {
        width: min(100% - 48px, 1240px);
    }

    .nph-header-inner {
        gap: 18px;
    }

    .nph-brand img {
        width: 112px;
    }

    .nph-nav {
        gap: 13px;
        font-size: 13px;
    }

    .nph-header-actions {
        gap: 14px;
    }

    .nph-header-action-link {
        font-size: 13px;
    }
}

@media (max-width: 1180px) {
    .nph-header {
        background: rgba(5, 47, 41, 0.92);
    }

    .nph-header .nph-container {
        width: min(100% - 32px, 1120px);
    }

    .nph-nav {
        display: none;
    }

    .nph-menu-toggle {
        display: flex;
    }

    .nph-menu-utility {
        flex-wrap: wrap;
    }

    .nph-menu-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 1020px);
    }
}

@media (max-width: 820px) {
    .nph-container {
        width: min(100% - 28px, 720px);
    }

    .nph-kpi .nph-container {
        width: min(100% - 28px, 720px);
    }

    .nph-projects .nph-container {
        width: min(100% - 28px, 720px);
    }

    .nph-footer .nph-container {
        width: min(100% - 28px, 720px);
    }

    .nph-menu-panel-scroll {
        padding: 28px 24px 92px;
    }

    .nph-menu-panel-brand img {
        width: 104px;
    }

    .nph-menu-panel-icons {
        gap: 16px;
    }

    .nph-menu-panel-icon {
        width: 30px;
        height: 30px;
        font-size: 22px;
    }

    .nph-menu-panel-search-icon {
        display: none;
    }

    .nph-menu-close {
        width: 38px;
        height: 38px;
    }

    .nph-menu-close span {
        top: 18px;
        left: 6px;
        width: 28px;
    }

    .nph-menu-utility {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px;
        margin-top: 34px;
    }

    .nph-menu-search {
        display: flex;
        grid-column: 1;
    }

    .nph-menu-booking {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .nph-menu-benefit {
        grid-column: 1 / -1;
        justify-content: flex-start;
        border-color: transparent;
        min-height: auto;
        padding: 16px 0 12px;
        font-size: 18px;
    }

    .nph-menu-language {
        grid-column: 2;
        grid-row: 1;
    }

    .nph-menu-grid {
        display: block;
        width: 100%;
        margin-top: 16px;
    }

    .nph-menu-group {
        border-bottom: 1px solid rgba(117, 173, 24, 0.82);
    }

    .nph-menu-group-toggle {
        min-height: 64px;
        padding: 18px 34px 18px 0;
        border-bottom: 0;
        font-size: 20px;
        cursor: pointer;
    }

    .nph-menu-group-toggle::after {
        top: 24px;
        right: 2px;
        transform: rotate(135deg);
        transition: transform 160ms ease;
    }

    .nph-menu-group.is-open .nph-menu-group-toggle::after {
        transform: rotate(-45deg);
    }

    .nph-menu-group-list,
    .nph-menu-group:not(:first-child) .nph-menu-group-list,
    .nph-menu-social-group .nph-menu-group-list {
        display: none;
        grid-template-columns: 1fr;
        padding: 0 0 20px 24px;
    }

    .nph-menu-group.is-open .nph-menu-group-list {
        display: grid;
    }

    .nph-menu-group-list a {
        padding-bottom: 13px;
        font-size: 16px;
    }

    .nph-menu-social {
        margin-top: 4px;
    }

    .nph-header-action-link {
        display: none;
    }

    .nph-header-actions {
        gap: 12px;
    }

    .nph-hero,
    .nph-hero-content {
        min-height: 640px;
    }

    .nph-hero h1 {
        font-size: 36px;
    }

    .nph-hero-copy {
        font-size: 16px;
    }

    .nph-hero-arrow {
        display: none;
    }

    .nph-family,
    .nph-family-inner {
        min-height: auto;
    }

    .nph-family-inner {
        padding: 64px 0 32px;
    }

    .nph-family-copy {
        margin: 0 auto 260px;
    }

    .nph-stats {
        position: relative;
        left: auto;
        bottom: auto;
        grid-template-columns: 1fr;
        transform: none;
        width: 100%;
    }

    .nph-stats article {
        min-height: 170px;
        padding: 24px 22px;
        border-right: 0;
        border-bottom: 1px solid var(--nph-line);
    }

    .nph-stats img {
        width: 56px;
        height: 56px;
    }

    .nph-stats strong {
        font-size: 46px;
    }

    .nph-stats span {
        font-size: 17px;
    }

    .nph-life-strip {
        padding: 28px 0 42px;
    }

    .nph-life-slider {
        height: 300px;
    }

    .nph-life-slider .swiper-slide {
        width: min(78vw, 360px);
        height: 250px;
        opacity: 0.82;
        transform: translateY(0) scale(0.96);
    }

    .nph-life-slider .swiper-slide-prev,
    .nph-life-slider .swiper-slide-next {
        opacity: 0.9;
        transform: translateY(0) scale(0.98);
    }

    .nph-life-slider .swiper-slide-active {
        transform: translateY(0) scale(1.05);
    }

    .nph-project-grid,
    .nph-project-search-panel,
    .nph-happiness-grid,
    .nph-testimonials,
    .nph-contact-panel,
    .nph-line-panel,
    .nph-form-row {
        grid-template-columns: 1fr;
    }

    .nph-project-media {
        height: min(265px, 62vw);
    }

    .nph-detached-hero,
    .nph-detached-hero-content {
        min-height: 430px;
    }

    .nph-detached-hero-content {
        padding-bottom: 48px;
    }

    .nph-detached-listing {
        padding: 48px 0 76px;
    }

    .nph-detached-listing .nph-container {
        width: min(100% - 28px, 720px);
    }

    .nph-detached-search-panel {
        margin-bottom: 54px;
    }

    .nph-detached-grid {
        row-gap: 34px;
    }

    .nph-project-hero {
        min-height: 300px;
    }

    .nph-project-finder {
        padding: 42px 0 48px;
    }

    .nph-project-finder .nph-container,
    .nph-project-types .nph-container {
        width: min(100% - 28px, 720px);
    }

    .nph-project-page-title h1 {
        font-size: 26px;
    }

    .nph-promo-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .nph-promo-card,
    .nph-promo-card-large {
        grid-column: auto;
        grid-row: auto;
        min-height: 245px;
    }

    .nph-promo-card span,
    .nph-promo-card-large span {
        right: auto;
        left: 22px;
        bottom: 22px;
        max-width: calc(100% - 44px);
        text-align: left;
        font-size: 25px;
    }

    .nph-project-type-row {
        grid-template-columns: 1fr;
    }

    .nph-project-type-copy {
        padding: 32px 26px;
    }

    .nph-project-type-copy h2 {
        font-size: 32px;
    }

    .nph-project-type-copy p {
        max-width: none;
        font-size: 19px;
    }

    .nph-project-type-row img {
        min-height: 230px;
    }

    .nph-line-copy p,
    .nph-line-copy li {
        white-space: normal;
    }

    .nph-happiness-grid {
        grid-template-rows: auto;
    }

    .nph-happiness-card,
    .nph-happiness-card.is-wide,
    .nph-happiness-card.is-large {
        height: 260px;
        grid-column: auto;
        grid-row: auto;
    }

    .nph-testimonials article {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .nph-brand img {
        width: 104px;
    }

    .nph-hero,
    .nph-hero-content {
        min-height: 590px;
    }

    .nph-hero-logo {
        width: 132px;
    }

    .nph-hero h1,
    .nph-family-copy h2,
    .nph-section-head h2,
    .nph-kpi-copy h2 {
        font-size: 30px;
    }

    .nph-projects,
    .nph-happiness {
        padding: 64px 0;
    }

    .nph-project-hero {
        min-height: 240px;
    }

    .nph-detached-hero,
    .nph-detached-hero-content {
        min-height: 370px;
    }

    .nph-detached-hero-content {
        padding-bottom: 38px;
    }

    .nph-detached-listing {
        padding: 40px 0 62px;
    }

    .nph-detached-title {
        margin-bottom: 22px;
    }

    .nph-detached-title h2 {
        font-size: 26px;
    }

    .nph-project-page-title {
        gap: 12px;
        margin-bottom: 24px;
    }

    .nph-project-page-title h1 {
        font-size: 23px;
    }

    .nph-promo-card,
    .nph-promo-card-large {
        min-height: 210px;
    }

    .nph-promo-card span,
    .nph-promo-card-large span {
        font-size: 22px;
    }

    .nph-project-filter,
    .nph-project-search-button {
        min-height: 62px;
    }

    .nph-project-types {
        padding-top: 60px;
    }

    .nph-project-type-copy h2 {
        font-size: 28px;
    }

    .nph-stats article {
        min-height: 150px;
    }

    .nph-stats strong {
        font-size: 40px;
    }

    .nph-kpi-inner {
        padding: 64px 0;
    }

    .nph-kpi-progress {
        width: 100%;
        max-width: 250px;
    }

    .nph-testimonials article {
        padding: 28px 24px;
    }

    .nph-testimonials p {
        font-size: 18px;
    }

    .nph-contact-panel {
        padding: 16px;
    }

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

    .nph-footer-logo-mark {
        width: 50px;
        height: 50px;
    }

    .nph-footer-logo-full {
        width: 180px;
    }

    .nph-footer-logo-word strong {
        font-size: 25px;
        letter-spacing: 5px;
    }

    .nph-footer-logo-word small {
        font-size: 10px;
        letter-spacing: 5px;
    }

    .nph-footer p,
    .nph-footer a {
        font-size: 16px;
    }

    .nph-footer-col:nth-child(even) {
        border-left: 0;
        padding-left: 0;
    }

    .nph-footer-legal {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .nph-footer-bottom {
        flex-direction: column;
    }
}

@media (max-width: 1180px) {
    .nph-article-tabs {
        justify-content: flex-start;
    }

    .nph-article-content-layout {
        grid-template-columns: 1fr;
    }

    .nph-article-sidebar {
        width: min(420px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 900px) {
    .nph-articles-hero,
    .nph-articles-hero-inner {
        min-height: 380px;
    }

    .nph-articles-hero-shade {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.86));
    }

    .nph-articles-hero-copy {
        width: min(420px, 70vw);
    }

    .nph-article-trending-inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .nph-trending-label {
        max-width: 360px;
    }

    .nph-trending-cards {
        grid-template-columns: 1fr;
    }

    .nph-trending-card {
        display: grid;
        grid-template-columns: 42% minmax(0, 1fr);
    }

    .nph-trending-media {
        aspect-ratio: auto;
        min-height: 160px;
    }
}

@media (max-width: 700px) {
    .nph-articles-hero,
    .nph-articles-hero-inner {
        min-height: 340px;
    }

    .nph-articles-hero-inner {
        justify-content: flex-start;
        padding-top: 92px;
        padding-bottom: 32px;
    }

    .nph-articles-hero-copy {
        width: 100%;
    }

    .nph-articles-hero-copy h1 {
        font-size: 40px;
    }

    .nph-articles-hero-copy p {
        max-width: 310px;
        font-size: 16px;
    }

    .nph-article-tabs-section .nph-container,
    .nph-article-list-section .nph-container {
        width: min(100% - 32px, 1120px);
    }

    .nph-article-tabs a {
        min-height: 38px;
        padding: 8px 16px;
        font-size: 13px;
    }

    .nph-article-list-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .nph-article-section-head {
        gap: 14px;
        margin-bottom: 30px;
    }

    .nph-article-section-head h2 {
        font-size: 24px;
    }

    .nph-article-section-head p {
        font-size: 15px;
    }

    .nph-article-list-section {
        padding-bottom: 76px;
    }

    .nph-article-pagination {
        flex-wrap: wrap;
        margin-top: 48px;
    }
}

@media (max-width: 520px) {
    .nph-trending-card {
        grid-template-columns: 1fr;
    }

    .nph-trending-media {
        aspect-ratio: 1.55 / 1;
        min-height: 0;
    }

    .nph-article-read {
        align-self: stretch;
    }
}

.nph-article-detail-hero {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #f1f4f2;
}

.nph-article-detail-hero-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    filter: saturate(1.04) contrast(1.02);
}

.nph-article-detail-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 47, 41, 0.34) 0%, rgba(5, 47, 41, 0.02) 38%, rgba(255, 255, 255, 0) 100%);
}

.nph-article-detail-wrap {
    padding: 52px 0 78px;
    background: #ffffff;
}

.nph-article-detail-wrap .nph-container,
.nph-article-detail-after .nph-container {
    width: min(1080px, calc(100% - 48px));
}

.nph-article-detail-head {
    margin-bottom: 42px;
}

.nph-article-detail-tag {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 18px;
    color: var(--nph-green);
    background: #e4f0ec;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

.nph-article-detail-head h1 {
    max-width: 920px;
    margin: 0;
    color: #111111;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.2;
    font-weight: 800;
}

.nph-article-detail-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
    gap: 48px;
}

.nph-article-detail-sidebar {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.nph-article-detail-meta {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 20px;
    border-top: 2px solid var(--nph-green);
    color: #233c38;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.nph-article-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.nph-article-detail-meta i {
    color: var(--nph-green);
}

.nph-detail-ad-card {
    overflow: hidden;
    border: 1px solid rgba(8, 63, 56, 0.16);
    background: #ffffff;
    box-shadow: 0 14px 28px rgba(8, 63, 56, 0.09);
}

.nph-detail-ad-card img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 0.88;
    object-fit: cover;
}

.nph-detail-ad-body {
    padding: 18px 18px 20px;
    color: #ffffff;
    background: #0b4c43;
    text-align: center;
}

.nph-detail-ad-body strong {
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 800;
}

.nph-detail-ad-body span {
    display: block;
    margin: 6px 0 18px;
    color: #f7d64d;
    font-size: 20px;
    font-weight: 800;
}

.nph-detail-ad-body a,
.nph-detail-follow-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 18px;
    color: var(--nph-green);
    background: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

.nph-detail-follow-card {
    padding: 44px 24px 36px;
    border: 2px solid rgba(8, 132, 119, 0.8);
    color: var(--nph-green);
    background: #ffffff;
    text-align: center;
}

.nph-detail-follow-card h2 {
    margin: 0 0 18px;
    color: var(--nph-green);
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
}

.nph-detail-follow-card p {
    margin: 0 0 22px;
    color: #496963;
    font-size: 14px;
    line-height: 1.65;
}

.nph-detail-follow-button {
    width: 100%;
    color: #ffffff;
    background: var(--nph-green);
}

.nph-detail-follow-social {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 24px;
}

.nph-detail-follow-social a {
    color: var(--nph-green);
    font-size: 18px;
}

.nph-article-detail-content {
    color: #1e2d2a;
    font-size: 17px;
    line-height: 1.85;
}

.nph-article-detail-content p {
    margin: 0 0 24px;
}

.nph-article-detail-content h2 {
    position: relative;
    margin: 42px 0 12px;
    padding-left: 18px;
    color: #111111;
    font-size: clamp(28px, 2.7vw, 38px);
    line-height: 1.25;
    font-weight: 800;
}

.nph-article-detail-content h2::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 7px;
    left: 0;
    width: 5px;
    background: rgba(8, 132, 119, 0.45);
}

.nph-article-detail-content h3 {
    margin: 40px 0 10px;
    color: #111111;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
}

.nph-article-detail-figure {
    margin: 34px 0 36px;
}

.nph-article-detail-figure img {
    display: block;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
}

.nph-article-detail-trending {
    padding-top: 52px;
    padding-bottom: 52px;
}

.nph-article-detail-after {
    padding: 42px 0 0;
    background: #ffffff;
}

.nph-article-detail-all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(330px, 100%);
    min-height: 56px;
    margin: 0 auto 42px;
    border: 1px solid rgba(17, 24, 39, 0.74);
    color: #152420;
    background: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.nph-article-detail-all:hover,
.nph-article-detail-all:focus {
    color: #ffffff;
    border-color: var(--nph-green);
    background: var(--nph-green);
}

.nph-detail-contact-strip {
    display: grid;
    grid-template-columns: minmax(180px, 1fr) 210px 180px 185px;
    align-items: center;
    gap: 16px;
    padding: 18px 26px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(90deg, #7fbaf7, #83e4b5);
}

.nph-detail-contact-strip strong {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
}

.nph-detail-contact-strip input {
    width: 100%;
    min-height: 42px;
    border: 0;
    border-radius: 5px;
    padding: 10px 15px;
    color: #16342f;
    background: #ffffff;
    box-shadow: 0 5px 13px rgba(5, 47, 41, 0.18);
    font: inherit;
    font-size: 14px;
}

.nph-detail-contact-strip button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 42px;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
    background: var(--nph-green);
    box-shadow: 0 5px 13px rgba(5, 47, 41, 0.18);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 1024px) {
    .nph-article-detail-hero {
        min-height: 430px;
    }

    .nph-article-detail-layout {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 34px;
    }

    .nph-detail-contact-strip {
        grid-template-columns: 1fr 1fr;
    }

    .nph-detail-contact-strip strong,
    .nph-detail-contact-strip button {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    .nph-article-detail-hero {
        min-height: 320px;
    }

    .nph-article-detail-wrap {
        padding-top: 38px;
    }

    .nph-article-detail-wrap .nph-container,
    .nph-article-detail-after .nph-container {
        width: min(100% - 32px, 1080px);
    }

    .nph-article-detail-head {
        margin-bottom: 30px;
    }

    .nph-article-detail-head h1 {
        font-size: 30px;
    }

    .nph-article-detail-layout {
        grid-template-columns: 1fr;
    }

    .nph-article-detail-sidebar {
        order: 2;
    }

    .nph-article-detail-content {
        order: 1;
        font-size: 16px;
    }

    .nph-detail-ad-card,
    .nph-detail-follow-card {
        width: min(360px, 100%);
        margin: 0 auto;
    }

    .nph-detail-contact-strip {
        grid-template-columns: 1fr;
        padding: 18px;
    }
}

.naphat-home.nph-article-detail-page main {
    background: #ffffff;
}

.naphat-home.nph-article-detail-page .nph-article-detail-hero {
    height: min(430px, 38vw);
    min-height: 340px;
    margin: 0;
    padding: 0;
    background: #eef3f0;
}

.naphat-home.nph-article-detail-page .nph-article-detail-hero-bg {
    background-position: center center;
}

.naphat-home.nph-article-detail-page .nph-article-detail-wrap {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 44px 0 78px;
    color: #14211f;
    background: #ffffff;
    overflow: hidden;
}

.naphat-home.nph-article-detail-page .nph-article-detail-wrap .nph-container {
    width: min(1080px, calc(100% - 48px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

.naphat-home.nph-article-detail-page .nph-article-detail-head {
    position: static !important;
    top: auto !important;
    left: auto !important;
    z-index: auto !important;
    width: auto !important;
    margin: 0 0 42px;
    padding: 0;
    color: #111111;
    background: transparent;
}

.naphat-home.nph-article-detail-page .nph-article-detail-head h1 {
    display: block;
    max-width: 900px;
    margin: 0;
    color: #111111;
    font-size: clamp(34px, 3.2vw, 48px);
    line-height: 1.22;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.naphat-home.nph-article-detail-page .nph-article-detail-layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.naphat-home.nph-article-detail-page .nph-detail-follow-button,
.naphat-home.nph-article-detail-page .nph-detail-follow-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 48px;
    padding: 11px 18px;
    color: #ffffff;
    background: var(--nph-green);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
    text-indent: 0;
    opacity: 1;
}

.naphat-home.nph-article-detail-page .nph-detail-follow-button i,
.naphat-home.nph-article-detail-page .nph-detail-follow-button span {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
}

.naphat-home.nph-article-detail-page .nph-detail-follow-button:hover,
.naphat-home.nph-article-detail-page .nph-detail-follow-button:focus {
    color: #ffffff;
    background: #0a4d43;
}

@media (max-width: 1024px) {
    .naphat-home.nph-article-detail-page .nph-article-detail-hero {
        height: 360px;
        min-height: 320px;
    }

    .naphat-home.nph-article-detail-page .nph-article-detail-layout {
        grid-template-columns: 240px minmax(0, 1fr);
        gap: 34px;
    }
}

@media (max-width: 760px) {
    .naphat-home.nph-article-detail-page .nph-article-detail-hero {
        height: 300px;
        min-height: 280px;
    }

    .naphat-home.nph-article-detail-page .nph-article-detail-wrap {
        padding: 34px 0 58px;
    }

    .naphat-home.nph-article-detail-page .nph-article-detail-wrap .nph-container {
        width: min(100% - 32px, 1080px);
    }

    .naphat-home.nph-article-detail-page .nph-article-detail-head {
        margin-bottom: 30px;
    }

    .naphat-home.nph-article-detail-page .nph-article-detail-head h1 {
        font-size: 30px;
    }

    .naphat-home.nph-article-detail-page .nph-article-detail-layout {
        grid-template-columns: 1fr;
    }
}

/* Naphat pre-approval page */
.naphat-home.nph-preapproval-page {
    background: #eef7f5;
}

.naphat-home.nph-preapproval-page .nph-pre-hero {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    color: #ffffff;
    background: #bfe6f7;
}

.naphat-home.nph-preapproval-page .nph-pre-hero-bg,
.naphat-home.nph-preapproval-page .nph-pre-checker-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.naphat-home.nph-preapproval-page .nph-pre-hero-bg {
    background-position: center 42%;
}

.naphat-home.nph-preapproval-page .nph-pre-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0, 116, 158, 0.78) 0%, rgba(15, 152, 190, 0.44) 42%, rgba(255, 255, 255, 0.15) 100%),
        linear-gradient(180deg, rgba(4, 20, 37, 0.18) 0%, rgba(4, 20, 37, 0.02) 62%, rgba(255, 255, 255, 0.88) 100%);
}

.naphat-home.nph-preapproval-page .nph-pre-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 250px;
    gap: 48px;
    align-items: center;
    min-height: 500px;
    padding-top: 74px;
}

.naphat-home.nph-preapproval-page .nph-pre-hero-copy {
    max-width: 620px;
}

.naphat-home.nph-preapproval-page .nph-pre-hero-copy p {
    margin: 0 0 10px;
    color: #dff9ff;
    font-size: 21px;
    font-weight: 800;
}

.naphat-home.nph-preapproval-page .nph-pre-hero-copy h1 {
    margin: 0;
    color: #ffffff;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 76px;
    line-height: 1.05;
    font-weight: 900;
    text-shadow: 0 10px 28px rgba(1, 45, 60, 0.24);
}

.naphat-home.nph-preapproval-page .nph-pre-hero-copy span {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 18px;
    color: #ffffff;
    background: rgba(0, 94, 87, 0.9);
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
}

.naphat-home.nph-preapproval-page .nph-pre-phone-card {
    justify-self: end;
    width: 220px;
    min-height: 290px;
    padding: 28px 22px;
    border: 8px solid rgba(4, 79, 86, 0.85);
    border-radius: 26px;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0, 128, 142, 0.92), rgba(0, 82, 91, 0.96));
    box-shadow: 0 28px 60px rgba(0, 72, 86, 0.26);
}

.naphat-home.nph-preapproval-page .nph-pre-phone-card i {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 50%;
    font-size: 24px;
}

.naphat-home.nph-preapproval-page .nph-pre-phone-card strong {
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 900;
}

.naphat-home.nph-preapproval-page .nph-pre-phone-card p {
    margin: 8px 0 18px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
}

.naphat-home.nph-preapproval-page .nph-pre-phone-card ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.naphat-home.nph-preapproval-page .nph-pre-phone-card li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.4;
}

.naphat-home.nph-preapproval-page .nph-pre-phone-card li::before {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    color: #bdefff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.naphat-home.nph-preapproval-page .nph-pre-checker {
    position: relative;
    min-height: 720px;
    overflow: hidden;
}

.naphat-home.nph-preapproval-page .nph-pre-checker-bg {
    filter: saturate(1.03);
}

.naphat-home.nph-preapproval-page .nph-pre-checker::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 255, 255, 0.72) 42%, rgba(255, 255, 255, 0.22) 100%);
}

.naphat-home.nph-preapproval-page .nph-pre-checker-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 46px;
    align-items: center;
    min-height: 720px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.naphat-home.nph-preapproval-page .nph-pre-form {
    width: 100%;
    padding: 34px 34px 40px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 70px rgba(3, 75, 80, 0.16);
}

.naphat-home.nph-preapproval-page .nph-pre-form-kicker {
    display: block;
    margin-bottom: 26px;
    color: var(--nph-green);
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
    font-weight: 800;
}

.naphat-home.nph-preapproval-page .nph-pre-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 30px;
}

.naphat-home.nph-preapproval-page .nph-pre-steps::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 18%;
    left: 18%;
    height: 3px;
    background: #b7c2cc;
}

.naphat-home.nph-preapproval-page .nph-pre-steps span {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 8px;
    color: #8e9aa6;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.naphat-home.nph-preapproval-page .nph-pre-steps b {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 3px solid #b7c2cc;
    border-radius: 50%;
    color: #8e9aa6;
    background: #ffffff;
    font-size: 20px;
    font-weight: 800;
}

.naphat-home.nph-preapproval-page .nph-pre-steps .is-active {
    color: var(--nph-green);
}

.naphat-home.nph-preapproval-page .nph-pre-steps .is-active b {
    border-color: var(--nph-green);
    color: #ffffff;
    background: var(--nph-green);
}

.naphat-home.nph-preapproval-page .nph-pre-steps em {
    font-style: normal;
    line-height: 1.3;
}

.naphat-home.nph-preapproval-page .nph-pre-form-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
}

.naphat-home.nph-preapproval-page .nph-pre-form-title > span {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--nph-green);
    font-size: 32px;
}

.naphat-home.nph-preapproval-page .nph-pre-form-title em {
    display: block;
    margin-bottom: 3px;
    color: var(--nph-green);
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
}

.naphat-home.nph-preapproval-page .nph-pre-form-title h2 {
    margin: 0;
    color: #061c1a;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
}

.naphat-home.nph-preapproval-page .nph-pre-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.naphat-home.nph-preapproval-page .nph-pre-fields label {
    position: relative;
    display: block;
    margin: 0;
}

.naphat-home.nph-preapproval-page .nph-pre-fields .is-wide {
    grid-column: 1 / -1;
}

.naphat-home.nph-preapproval-page .nph-pre-fields i {
    position: absolute;
    top: 50%;
    left: 14px;
    color: #8a9ca8;
    transform: translateY(-50%);
}

.naphat-home.nph-preapproval-page .nph-pre-fields input,
.naphat-home.nph-preapproval-page .nph-pre-fields select {
    width: 100%;
    height: 48px;
    padding: 0 14px 0 40px;
    border: 1px solid #b9c5ce;
    border-radius: 3px;
    color: #31414a;
    background: #ffffff;
    font-size: 14px;
    outline: 0;
}

.naphat-home.nph-preapproval-page .nph-pre-fields select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #758791 50%), linear-gradient(135deg, #758791 50%, transparent 50%);
    background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.naphat-home.nph-preapproval-page .nph-pre-form button[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 220px;
    min-height: 54px;
    margin: 18px auto 0;
    border: 0;
    color: #ffffff;
    background: var(--nph-green);
    box-shadow: 0 12px 28px rgba(0, 84, 77, 0.2);
    font-size: 16px;
    font-weight: 800;
}

.naphat-home.nph-preapproval-page .nph-pre-form-note {
    display: flex;
    gap: 10px;
    margin: 26px 0 0;
    color: #9aabb5;
    font-size: 12px;
    line-height: 1.6;
}

.naphat-home.nph-preapproval-page .nph-pre-form-note i {
    margin-top: 3px;
}

.naphat-home.nph-preapproval-page .nph-pre-quote {
    position: relative;
    min-height: 520px;
    color: #ffffff;
}

.naphat-home.nph-preapproval-page .nph-pre-quote > span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 80px 0 0 185px;
    color: #e4d713;
    font-size: 88px;
    line-height: 0.8;
    font-weight: 900;
}

.naphat-home.nph-preapproval-page .nph-pre-quote h2 {
    position: relative;
    z-index: 2;
    max-width: 470px;
    margin: 0 0 0 215px;
    color: #ffffff;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 54px;
    line-height: 1.16;
    font-weight: 900;
    text-shadow: 0 10px 28px rgba(1, 55, 58, 0.25);
}

.naphat-home.nph-preapproval-page .nph-pre-house-line {
    position: absolute;
    top: 92px;
    right: 56px;
    width: 410px;
    height: 410px;
    border-right: 20px solid rgba(0, 132, 122, 0.9);
    border-bottom: 20px solid rgba(0, 132, 122, 0.9);
}

.naphat-home.nph-preapproval-page .nph-pre-house-line::before,
.naphat-home.nph-preapproval-page .nph-pre-house-line::after {
    content: "";
    position: absolute;
    top: -34px;
    width: 290px;
    height: 20px;
    background: rgba(0, 132, 122, 0.9);
    transform-origin: left center;
}

.naphat-home.nph-preapproval-page .nph-pre-house-line::before {
    left: -10px;
    transform: rotate(-42deg);
}

.naphat-home.nph-preapproval-page .nph-pre-house-line::after {
    left: 190px;
    transform: rotate(42deg);
}

.naphat-home.nph-preapproval-page .nph-pre-easy {
    position: relative;
    overflow: hidden;
    min-height: 440px;
    padding: 0;
    background: #dcebea;
}

.naphat-home.nph-preapproval-page .nph-pre-easy-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.naphat-home.nph-preapproval-page .nph-pre-easy-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.78) 42%, rgba(255, 255, 255, 0.94) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.2));
}

.naphat-home.nph-preapproval-page .nph-pre-easy-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.9fr);
    gap: 0;
    align-items: stretch;
    min-height: 440px;
}

.naphat-home.nph-preapproval-page .nph-pre-easy-media {
    min-height: 380px;
    margin: 0;
}

.naphat-home.nph-preapproval-page .nph-pre-easy-media img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
}

.naphat-home.nph-preapproval-page .nph-pre-easy-copy {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 440px;
    padding: 64px 0 64px 58px;
}

.naphat-home.nph-preapproval-page .nph-pre-easy-copy h2,
.naphat-home.nph-preapproval-page .nph-pre-section-head h2 {
    margin: 0 0 10px;
    color: var(--nph-green);
    font-family: "Prompt", Arial, sans-serif;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 900;
}

.naphat-home.nph-preapproval-page .nph-pre-easy-copy p,
.naphat-home.nph-preapproval-page .nph-pre-section-head p {
    margin: 0;
    color: #49635f;
    font-size: 16px;
    line-height: 1.7;
}

.naphat-home.nph-preapproval-page .nph-pre-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 34px;
}

.naphat-home.nph-preapproval-page .nph-pre-benefits article {
    text-align: center;
}

.naphat-home.nph-preapproval-page .nph-pre-benefits span {
    display: grid;
    place-items: center;
    width: 112px;
    height: 112px;
    margin: 0 auto 15px;
    border: 3px solid var(--nph-green);
    border-radius: 50%;
    color: var(--nph-green);
    background: rgba(255, 255, 255, 0.86);
    font-size: 38px;
}

.naphat-home.nph-preapproval-page .nph-pre-benefits h3 {
    margin: 0;
    color: #213431;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
}

.naphat-home.nph-preapproval-page .nph-pre-promo {
    padding: 86px 0 74px;
    background: #dcebea;
}

.naphat-home.nph-preapproval-page .nph-pre-section-head {
    margin-bottom: 34px;
    text-align: center;
}

.naphat-home.nph-preapproval-page .nph-pre-promo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.naphat-home.nph-preapproval-page .nph-pre-promo-card {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(18, 67, 65, 0.14);
}

.naphat-home.nph-preapproval-page .nph-pre-promo-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.naphat-home.nph-preapproval-page .nph-pre-promo-card h3 {
    margin: 22px 24px 6px;
    color: var(--nph-green);
    font-family: "Prompt", Arial, sans-serif;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 900;
}

.naphat-home.nph-preapproval-page .nph-pre-promo-card p {
    margin: 0 24px 24px;
    color: #4d625f;
    font-size: 15px;
    line-height: 1.55;
}

.naphat-home.nph-preapproval-page .nph-pre-line-button,
.naphat-home.nph-preapproval-page .nph-pre-line-button:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 230px;
    min-height: 54px;
    margin: 38px auto 0;
    border: 2px solid var(--nph-green);
    color: var(--nph-green);
    background: #ffffff;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.naphat-home.nph-preapproval-page .nph-pre-line-button:hover,
.naphat-home.nph-preapproval-page .nph-pre-line-button:focus {
    color: #ffffff;
    background: var(--nph-green);
}

@media (max-width: 1180px) {
    .naphat-home.nph-preapproval-page .nph-pre-hero-copy h1 {
        font-size: 62px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-checker-grid {
        grid-template-columns: 410px minmax(0, 1fr);
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote h2 {
        margin-left: 130px;
        font-size: 46px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote > span {
        margin-left: 100px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-house-line {
        right: 10px;
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 980px) {
    .naphat-home.nph-preapproval-page .nph-pre-hero-inner,
    .naphat-home.nph-preapproval-page .nph-pre-checker-grid,
    .naphat-home.nph-preapproval-page .nph-pre-easy-grid {
        grid-template-columns: 1fr;
    }

    .naphat-home.nph-preapproval-page .nph-pre-phone-card {
        justify-self: start;
        width: 260px;
        min-height: 250px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-checker-grid {
        gap: 30px;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote {
        min-height: 330px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote h2 {
        margin-left: 70px;
        font-size: 42px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote > span {
        margin-top: 28px;
        margin-left: 42px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-house-line {
        top: 42px;
        right: 70px;
        width: 280px;
        height: 280px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-easy-copy {
        grid-column: 1;
        padding: 36px 0;
    }

    .naphat-home.nph-preapproval-page .nph-pre-promo-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .naphat-home.nph-preapproval-page .nph-pre-hero,
    .naphat-home.nph-preapproval-page .nph-pre-hero-inner {
        min-height: 560px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-hero-inner {
        gap: 24px;
        align-content: center;
        padding-top: 90px;
        padding-bottom: 44px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-hero-copy h1 {
        font-size: 44px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-hero-copy p {
        font-size: 17px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-hero-copy span {
        font-size: 20px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-form {
        padding: 26px 20px 30px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-fields,
    .naphat-home.nph-preapproval-page .nph-pre-benefits {
        grid-template-columns: 1fr;
    }

    .naphat-home.nph-preapproval-page .nph-pre-steps {
        gap: 8px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-steps b {
        width: 42px;
        height: 42px;
        font-size: 17px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-form button[type="submit"] {
        width: 100%;
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote {
        min-height: 270px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote > span {
        margin-left: 20px;
        font-size: 64px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-quote h2 {
        margin-left: 46px;
        font-size: 32px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-house-line {
        top: 54px;
        right: 8px;
        width: 210px;
        height: 210px;
        border-right-width: 12px;
        border-bottom-width: 12px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-house-line::before,
    .naphat-home.nph-preapproval-page .nph-pre-house-line::after {
        top: -22px;
        width: 150px;
        height: 12px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-house-line::after {
        left: 104px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-easy-copy h2,
    .naphat-home.nph-preapproval-page .nph-pre-section-head h2 {
        font-size: 28px;
    }

    .naphat-home.nph-preapproval-page .nph-pre-promo {
        padding: 56px 0;
    }
}

/* Naphat contact page */
.naphat-home.nph-contact-page {
    background: #ffffff;
}

.naphat-home.nph-contact-page .nph-contact-hero {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    color: #ffffff;
}

.naphat-home.nph-contact-page .nph-contact-hero-bg,
.naphat-home.nph-contact-page .nph-contact-inquiry-bg,
.naphat-home.nph-contact-page .nph-contact-career-bg,
.naphat-home.nph-contact-page .nph-contact-finance-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.naphat-home.nph-contact-page .nph-contact-hero-bg {
    background-position: center 58%;
}

.naphat-home.nph-contact-page .nph-contact-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 27, 31, 0.48), rgba(4, 27, 31, 0.22));
}

.naphat-home.nph-contact-page .nph-contact-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    align-content: center;
    min-height: 260px;
    padding-top: 76px;
    text-align: center;
}

.naphat-home.nph-contact-page .nph-contact-hero h1 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 38px;
    line-height: 1.25;
    font-weight: 900;
    text-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.naphat-home.nph-contact-page .nph-contact-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.65;
    font-weight: 600;
}

.naphat-home.nph-contact-page .nph-contact-inquiry {
    position: relative;
    min-height: 640px;
    overflow: hidden;
}

.naphat-home.nph-contact-page .nph-contact-inquiry-bg {
    background-position: center 45%;
}

.naphat-home.nph-contact-page .nph-contact-inquiry-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05) 45%, rgba(0, 0, 0, 0.35)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 59, 54, 0.18));
}

.naphat-home.nph-contact-page .nph-contact-inquiry-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    gap: 56px;
    align-items: center;
    min-height: 640px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.naphat-home.nph-contact-page .nph-contact-inquiry-copy {
    max-width: 440px;
    color: #ffffff;
}

.naphat-home.nph-contact-page .nph-contact-inquiry-copy span {
    display: inline-block;
    margin-bottom: 8px;
    color: #ddf7f1;
    font-size: 17px;
    font-weight: 800;
}

.naphat-home.nph-contact-page .nph-contact-inquiry-copy h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 900;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.naphat-home.nph-contact-page .nph-contact-inquiry-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
}

.naphat-home.nph-contact-page .nph-contact-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    align-items: start;
}

.naphat-home.nph-contact-page .nph-contact-form label {
    display: block;
    margin: 0;
}

.naphat-home.nph-contact-page .nph-contact-form label span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.naphat-home.nph-contact-page .nph-contact-form input,
.naphat-home.nph-contact-page .nph-contact-form select,
.naphat-home.nph-contact-page .nph-contact-career-fields input,
.naphat-home.nph-contact-page .nph-contact-career-fields select {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 0;
    border-radius: 3px;
    color: #31414a;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
    font-size: 14px;
    outline: 0;
}

.naphat-home.nph-contact-page .nph-contact-form select,
.naphat-home.nph-contact-page .nph-contact-career-fields select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #819199 50%), linear-gradient(135deg, #819199 50%, transparent 50%);
    background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.naphat-home.nph-contact-page .nph-contact-form button,
.naphat-home.nph-contact-page .nph-contact-career-card button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    border: 0;
    color: #ffffff;
    background: var(--nph-green);
    box-shadow: 0 14px 28px rgba(0, 75, 70, 0.22);
    font-size: 17px;
    font-weight: 900;
}

.naphat-home.nph-contact-page .nph-contact-form button {
    grid-column: 1 / -1;
    justify-self: center;
    width: 240px;
    margin-top: 6px;
}

.naphat-home.nph-contact-page .nph-contact-form p {
    grid-column: 1 / -1;
    max-width: 560px;
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.naphat-home.nph-contact-page .nph-contact-career {
    position: relative;
    overflow: hidden;
    min-height: 760px;
}

.naphat-home.nph-contact-page .nph-contact-career-bg {
    background-position: center;
}

.naphat-home.nph-contact-page .nph-contact-career::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.02));
}

.naphat-home.nph-contact-page .nph-contact-career-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(420px, 560px) minmax(0, 1fr);
    gap: 34px;
    align-items: end;
    min-height: 760px;
    padding-top: 80px;
}

.naphat-home.nph-contact-page .nph-contact-career-card {
    margin: 0 0 86px;
    padding: 48px 46px 42px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(0, 132, 126, 0.96), rgba(0, 83, 78, 0.96)),
        radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.18), transparent 30%);
    box-shadow: 0 26px 70px rgba(0, 55, 52, 0.25);
}

.naphat-home.nph-contact-page .nph-contact-career-card h2 {
    margin: 0 0 8px;
    color: #f7d70e;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 900;
}

.naphat-home.nph-contact-page .nph-contact-career-card strong {
    display: block;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 800;
}

.naphat-home.nph-contact-page .nph-contact-career-card p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    line-height: 1.75;
}

.naphat-home.nph-contact-page .nph-contact-career-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.naphat-home.nph-contact-page .nph-contact-career-card button {
    width: 220px;
    margin: 24px auto 0;
    background: #ffffff;
    color: var(--nph-green);
}

.naphat-home.nph-contact-page .nph-contact-career-card small {
    display: block;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.65;
}

.naphat-home.nph-contact-page .nph-contact-career-agent {
    align-self: end;
    justify-self: center;
    margin: 0;
}

.naphat-home.nph-contact-page .nph-contact-career-agent img {
    display: block;
    width: min(420px, 38vw);
    max-height: 620px;
    object-fit: contain;
    filter: drop-shadow(0 24px 38px rgba(0, 0, 0, 0.18));
}

.naphat-home.nph-contact-page .nph-contact-finance-cta {
    position: relative;
    min-height: 420px;
    overflow: hidden;
}

.naphat-home.nph-contact-page .nph-contact-finance-bg {
    background-position: center 45%;
}

.naphat-home.nph-contact-page .nph-contact-finance-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.06));
}

.naphat-home.nph-contact-page .nph-contact-finance-cta .nph-container {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    min-height: 420px;
}

.naphat-home.nph-contact-page .nph-contact-finance-copy {
    max-width: 390px;
    color: #ffffff;
}

.naphat-home.nph-contact-page .nph-contact-finance-copy h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 42px;
    line-height: 1.22;
    font-weight: 900;
    text-shadow: 0 10px 28px rgba(0, 0, 0, 0.3);
}

.naphat-home.nph-contact-page .nph-contact-finance-copy p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.7;
}

.naphat-home.nph-contact-page .nph-contact-finance-copy a,
.naphat-home.nph-contact-page .nph-contact-finance-copy a:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 28px;
    color: var(--nph-green);
    background: #ffffff;
    font-weight: 900;
}

.naphat-home.nph-contact-page .nph-contact-public {
    padding: 88px 0 86px;
    background:
        linear-gradient(180deg, rgba(227, 250, 255, 0.88), rgba(255, 255, 255, 0.88)),
        url("/naphat-app-assets/dsa_5f2d60aed23d4eb7e03248fcfd16cb70/1.webp") center bottom / cover no-repeat;
}

.naphat-home.nph-contact-page .nph-contact-public-grid {
    display: grid;
    grid-template-columns: minmax(300px, 0.75fr) minmax(480px, 1fr);
    gap: 80px;
    align-items: center;
}

.naphat-home.nph-contact-page .nph-contact-public-copy h2 {
    margin: 0 0 18px;
    color: #102b27;
    font-family: "Prompt", Arial, sans-serif;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 900;
}

.naphat-home.nph-contact-page .nph-contact-public-copy p {
    margin: 0 0 24px;
    color: #2e4944;
    font-size: 17px;
    line-height: 1.8;
}

.naphat-home.nph-contact-page .nph-contact-facebook,
.naphat-home.nph-contact-page .nph-contact-facebook:visited {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 44px;
    padding: 0 18px;
    color: var(--nph-green);
    background: rgba(255, 255, 255, 0.82);
    font-weight: 900;
}

.naphat-home.nph-contact-page .nph-contact-public-copy ul {
    display: grid;
    gap: 6px;
    margin: 32px 0 0;
    padding: 0;
    color: #2e4944;
    list-style: none;
    font-size: 15px;
    line-height: 1.6;
}

.naphat-home.nph-contact-page .nph-contact-map {
    margin: 0;
}

.naphat-home.nph-contact-page .nph-contact-map-canvas {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.86);
    background:
        linear-gradient(90deg, rgba(31, 98, 83, 0.14) 1px, transparent 1px),
        linear-gradient(0deg, rgba(31, 98, 83, 0.14) 1px, transparent 1px),
        linear-gradient(135deg, #9ab08e, #d3cab6 42%, #789a83 100%);
    background-size: 64px 64px, 64px 64px, cover;
    box-shadow: 0 22px 48px rgba(47, 85, 82, 0.18);
}

.naphat-home.nph-contact-page .nph-contact-map-canvas::before,
.naphat-home.nph-contact-page .nph-contact-map-canvas::after {
    content: "";
    position: absolute;
    inset: auto -12% 42% -12%;
    height: 34px;
    background: rgba(220, 230, 214, 0.72);
    transform: rotate(-8deg);
}

.naphat-home.nph-contact-page .nph-contact-map-canvas::after {
    inset: 34% -14% auto -14%;
    height: 28px;
    transform: rotate(18deg);
}

.naphat-home.nph-contact-page .nph-contact-map-canvas strong {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    padding: 12px 18px;
    color: #ffffff;
    background: var(--nph-green);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 900;
}

.naphat-home.nph-contact-page .nph-map-pin {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #e4487a;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}

.naphat-home.nph-contact-page .nph-map-pin.is-main {
    top: 48%;
    left: 52%;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: var(--nph-green);
    font-size: 20px;
}

.naphat-home.nph-contact-page .nph-map-pin.is-one {
    top: 28%;
    right: 24%;
}

.naphat-home.nph-contact-page .nph-map-pin.is-two {
    right: 16%;
    bottom: 22%;
    background: #2a9ec9;
}

.naphat-home.nph-contact-page .nph-map-pin.is-three {
    bottom: 30%;
    left: 22%;
    background: #f2a200;
}

@media (max-width: 1100px) {
    .naphat-home.nph-contact-page .nph-contact-inquiry-grid,
    .naphat-home.nph-contact-page .nph-contact-career-inner,
    .naphat-home.nph-contact-page .nph-contact-public-grid {
        grid-template-columns: 1fr;
    }

    .naphat-home.nph-contact-page .nph-contact-inquiry-copy {
        max-width: 620px;
    }

    .naphat-home.nph-contact-page .nph-contact-career-inner {
        align-items: center;
        padding-bottom: 48px;
    }

    .naphat-home.nph-contact-page .nph-contact-career-card {
        margin: 0;
    }

    .naphat-home.nph-contact-page .nph-contact-career-agent img {
        width: min(380px, 80vw);
    }

    .naphat-home.nph-contact-page .nph-contact-public-grid {
        gap: 44px;
    }
}

@media (max-width: 760px) {
    .naphat-home.nph-contact-page .nph-contact-hero,
    .naphat-home.nph-contact-page .nph-contact-hero-inner {
        min-height: 300px;
    }

    .naphat-home.nph-contact-page .nph-contact-hero h1 {
        font-size: 30px;
    }

    .naphat-home.nph-contact-page .nph-contact-hero p {
        font-size: 15px;
    }

    .naphat-home.nph-contact-page .nph-contact-inquiry-grid {
        gap: 28px;
        min-height: 620px;
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .naphat-home.nph-contact-page .nph-contact-inquiry-copy h2,
    .naphat-home.nph-contact-page .nph-contact-career-card h2,
    .naphat-home.nph-contact-page .nph-contact-finance-copy h2 {
        font-size: 32px;
    }

    .naphat-home.nph-contact-page .nph-contact-inquiry-copy p {
        font-size: 17px;
    }

    .naphat-home.nph-contact-page .nph-contact-form,
    .naphat-home.nph-contact-page .nph-contact-career-fields {
        grid-template-columns: 1fr;
    }

    .naphat-home.nph-contact-page .nph-contact-form button,
    .naphat-home.nph-contact-page .nph-contact-career-card button {
        width: 100%;
    }

    .naphat-home.nph-contact-page .nph-contact-career {
        min-height: auto;
    }

    .naphat-home.nph-contact-page .nph-contact-career-inner {
        min-height: auto;
        padding-top: 44px;
    }

    .naphat-home.nph-contact-page .nph-contact-career-card {
        padding: 34px 22px;
    }

    .naphat-home.nph-contact-page .nph-contact-finance-cta,
    .naphat-home.nph-contact-page .nph-contact-finance-cta .nph-container {
        min-height: 360px;
    }

    .naphat-home.nph-contact-page .nph-contact-public {
        padding: 56px 0;
    }

    .naphat-home.nph-contact-page .nph-contact-map-canvas {
        min-height: 300px;
    }
}

/* About page */
.naphat-home.nph-about-page main {
    background: #ffffff;
}

.naphat-home.nph-about-page .nph-about-hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    color: #ffffff;
}

.naphat-home.nph-about-page .nph-about-hero-bg,
.naphat-home.nph-about-page .nph-about-leader-bg,
.naphat-home.nph-about-page .nph-about-standard-bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
}

.naphat-home.nph-about-page .nph-about-hero-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(3, 58, 50, 0.54), rgba(3, 58, 50, 0.1) 44%, rgba(3, 58, 50, 0.42)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.18));
}

.naphat-home.nph-about-page .nph-about-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 620px;
}

.naphat-home.nph-about-page .nph-about-hero-copy {
    max-width: 600px;
    padding-top: 54px;
    text-align: right;
}

.naphat-home.nph-about-page .nph-about-hero-copy span {
    display: block;
    color: #ffffff;
    font-size: clamp(96px, 14vw, 190px);
    line-height: 0.75;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.naphat-home.nph-about-page .nph-about-hero h1 {
    margin: 8px 0 14px;
    color: #ffffff;
    font-size: clamp(28px, 3.6vw, 54px);
    line-height: 1.15;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-hero p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
}

.naphat-home.nph-about-page .nph-about-intro {
    position: relative;
    z-index: 2;
    margin-top: -56px;
    background: #ffffff;
}

.naphat-home.nph-about-page .nph-about-intro-grid {
    display: grid;
    grid-template-columns: minmax(240px, 380px) 1fr minmax(220px, 310px);
    align-items: stretch;
    gap: 0;
}

.naphat-home.nph-about-page .nph-about-intro-photo,
.naphat-home.nph-about-page .nph-about-intro-photo img {
    min-height: 220px;
}

.naphat-home.nph-about-page .nph-about-intro-photo {
    margin: 0;
    overflow: hidden;
}

.naphat-home.nph-about-page .nph-about-intro-photo img,
.naphat-home.nph-about-page .nph-about-team img,
.naphat-home.nph-about-page .nph-about-timeline-card img,
.naphat-home.nph-about-page .nph-about-expertise img,
.naphat-home.nph-about-page .nph-about-gallery img,
.naphat-home.nph-about-page .nph-about-gallery-strip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.naphat-home.nph-about-page .nph-about-intro-copy,
.naphat-home.nph-about-page .nph-about-intro-highlight {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 220px;
    padding: 34px 42px;
    border-bottom: 2px solid rgba(13, 95, 82, 0.85);
}

.naphat-home.nph-about-page .nph-about-intro-copy h2,
.naphat-home.nph-about-page .nph-about-intro-highlight strong {
    margin: 0 0 12px;
    color: var(--nph-green);
    font-size: 28px;
    line-height: 1.25;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-intro-copy p,
.naphat-home.nph-about-page .nph-about-intro-highlight span {
    margin: 0;
    color: #48615c;
    font-size: 15px;
    line-height: 1.75;
}

.naphat-home.nph-about-page .nph-about-intro-highlight {
    background: #edf5f2;
}

.naphat-home.nph-about-page .nph-about-value-grid {
    display: grid;
    grid-template-columns: minmax(0, 62%) minmax(320px, 38%);
    width: 100%;
}

.naphat-home.nph-about-page .nph-about-team {
    min-height: 560px;
    margin: 0;
}

.naphat-home.nph-about-page .nph-about-value-list {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    background: #dfece8;
}

.naphat-home.nph-about-page .nph-about-value-list article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 44px 56px;
    border-bottom: 1px solid rgba(13, 95, 82, 0.14);
    background: rgba(255, 255, 255, 0.42);
}

.naphat-home.nph-about-page .nph-about-value-list article:nth-child(2) {
    background: rgba(255, 255, 255, 0.22);
}

.naphat-home.nph-about-page .nph-about-value-list h3 {
    margin: 0 0 10px;
    color: #018d8e;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-value-list p {
    margin: 0;
    color: #4f6864;
    font-size: 15px;
    line-height: 1.75;
}

.naphat-home.nph-about-page .nph-about-timeline {
    padding: 76px 0;
    color: #ffffff;
    background: #0a4a41;
}

.naphat-home.nph-about-page .nph-about-timeline-grid {
    display: grid;
    grid-template-columns: minmax(280px, 430px) 1fr;
    align-items: center;
    gap: 58px;
}

.naphat-home.nph-about-page .nph-about-timeline-card {
    margin: 0;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.naphat-home.nph-about-page .nph-about-timeline-card img {
    aspect-ratio: 4 / 3;
}

.naphat-home.nph-about-page .nph-about-timeline-list {
    display: grid;
    gap: 22px;
}

.naphat-home.nph-about-page .nph-about-timeline-list div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.naphat-home.nph-about-page .nph-about-timeline-list strong {
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-timeline-list p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.75;
}

.naphat-home.nph-about-page .nph-about-leader {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

.naphat-home.nph-about-page .nph-about-leader::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(227, 247, 255, 0.74) 48%, rgba(255, 255, 255, 0.34));
}

.naphat-home.nph-about-page .nph-about-leader-inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 520px;
}

.naphat-home.nph-about-page .nph-about-leader-copy {
    max-width: 520px;
}

.naphat-home.nph-about-page .nph-about-leader-copy span {
    display: block;
    margin-bottom: 12px;
    color: var(--nph-green);
    font-size: 24px;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-leader-copy h2 {
    margin: 0;
    color: #172e2a;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.28;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-expertise-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.naphat-home.nph-about-page .nph-about-expertise figure {
    position: relative;
    min-height: 360px;
    margin: 0;
    overflow: hidden;
}

.naphat-home.nph-about-page .nph-about-expertise figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 280px;
    padding: 18px 28px;
    color: var(--nph-gold);
    background: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-standard {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    color: #ffffff;
}

.naphat-home.nph-about-page .nph-about-standard-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 59, 52, 0.62), rgba(6, 59, 52, 0.1) 45%, rgba(55, 29, 15, 0.58)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.16));
}

.naphat-home.nph-about-page .nph-about-standard .nph-container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 520px;
    padding-bottom: 72px;
}

.naphat-home.nph-about-page .nph-about-standard-copy {
    max-width: 620px;
}

.naphat-home.nph-about-page .nph-about-standard-copy h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(30px, 3.6vw, 52px);
    line-height: 1.18;
    font-weight: 900;
}

.naphat-home.nph-about-page .nph-about-standard-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.85;
}

.naphat-home.nph-about-page .nph-about-standard-icons {
    display: flex;
    justify-content: flex-end;
    gap: 34px;
    margin-top: 54px;
}

.naphat-home.nph-about-page .nph-about-standard-icons span {
    display: grid;
    place-items: center;
    width: 150px;
    height: 150px;
    border: 2px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
}

.naphat-home.nph-about-page .nph-about-standard-icons i {
    margin-bottom: 10px;
    font-size: 36px;
}

.naphat-home.nph-about-page .nph-about-standard-icons b {
    font-size: 13px;
    line-height: 1.3;
}

.naphat-home.nph-about-page .nph-about-gallery {
    padding: 76px 0 0;
    background: #ffffff;
}

.naphat-home.nph-about-page .nph-about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 38px;
}

.naphat-home.nph-about-page .nph-about-gallery-grid figure {
    position: relative;
    min-height: 230px;
    margin: 0;
    overflow: hidden;
}

.naphat-home.nph-about-page .nph-about-gallery-grid figcaption,
.naphat-home.nph-about-page .nph-about-gallery-strip figcaption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.naphat-home.nph-about-page .nph-about-gallery-grid figure::after,
.naphat-home.nph-about-page .nph-about-gallery-strip figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.44));
}

.naphat-home.nph-about-page .nph-about-gallery-grid figcaption,
.naphat-home.nph-about-page .nph-about-gallery-strip figcaption {
    z-index: 1;
}

.naphat-home.nph-about-page .nph-about-gallery-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    margin-top: 70px;
    overflow: hidden;
}

.naphat-home.nph-about-page .nph-about-gallery-strip figure {
    position: relative;
    height: 300px;
    margin: 0;
    overflow: hidden;
}

@media (max-width: 1180px) {
    .naphat-home.nph-about-page .nph-about-intro-grid,
    .naphat-home.nph-about-page .nph-about-value-grid,
    .naphat-home.nph-about-page .nph-about-timeline-grid {
        grid-template-columns: 1fr;
    }

    .naphat-home.nph-about-page .nph-about-intro {
        margin-top: 0;
    }

    .naphat-home.nph-about-page .nph-about-value-list {
        grid-template-rows: none;
        grid-template-columns: repeat(3, 1fr);
    }

    .naphat-home.nph-about-page .nph-about-team {
        min-height: 420px;
    }
}

@media (max-width: 860px) {
    .naphat-home.nph-about-page .nph-about-hero,
    .naphat-home.nph-about-page .nph-about-hero-inner {
        min-height: 520px;
    }

    .naphat-home.nph-about-page .nph-about-hero-copy {
        text-align: left;
    }

    .naphat-home.nph-about-page .nph-about-value-list,
    .naphat-home.nph-about-page .nph-about-expertise-grid,
    .naphat-home.nph-about-page .nph-about-gallery-grid {
        grid-template-columns: 1fr;
    }

    .naphat-home.nph-about-page .nph-about-value-list article {
        min-height: 210px;
        padding: 34px 28px;
    }

    .naphat-home.nph-about-page .nph-about-timeline-list div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .naphat-home.nph-about-page .nph-about-standard-icons {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 18px;
    }

    .naphat-home.nph-about-page .nph-about-gallery-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .naphat-home.nph-about-page .nph-about-intro-copy,
    .naphat-home.nph-about-page .nph-about-intro-highlight {
        padding: 30px 22px;
    }

    .naphat-home.nph-about-page .nph-about-timeline,
    .naphat-home.nph-about-page .nph-about-gallery {
        padding-top: 54px;
    }

    .naphat-home.nph-about-page .nph-about-leader,
    .naphat-home.nph-about-page .nph-about-leader-inner,
    .naphat-home.nph-about-page .nph-about-standard,
    .naphat-home.nph-about-page .nph-about-standard .nph-container {
        min-height: 460px;
    }

    .naphat-home.nph-about-page .nph-about-standard-icons span {
        width: 126px;
        height: 126px;
    }

    .naphat-home.nph-about-page .nph-about-gallery-strip {
        grid-template-columns: 1fr;
    }
}

/* House detail page */
.naphat-home.nph-house-detail-page {
    background: #fff;
}

.naphat-home.nph-house-detail-page .nph-house-detail-main {
    padding: 86px 0 0;
    background: #fff;
}

.nph-house-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 10px;
    align-items: stretch;
    margin: 0 auto 34px;
}

.nph-house-gallery figure {
    overflow: hidden;
    margin: 0;
    background: #eef4f2;
}

.nph-house-gallery img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.nph-house-gallery img.nph-zoomable-image {
    cursor: zoom-in;
    transition: transform 240ms ease, filter 240ms ease;
}

.nph-house-gallery figure:hover img.nph-zoomable-image {
    transform: scale(1.025);
    filter: saturate(1.04);
}

.nph-house-gallery-main {
    min-height: 430px;
}

.nph-house-gallery-side {
    display: grid;
    grid-template-rows: repeat(3, 1fr) 44px;
    gap: 10px;
    min-height: 430px;
}

.nph-house-gallery-side button {
    width: 100%;
    border: 1px solid rgba(4, 77, 68, 0.28);
    background: #fff;
    color: #044d44;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.12);
}

.nph-zoom-lock {
    overflow: hidden;
}

.nph-image-zoom {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: rgba(4, 18, 20, 0.92);
}

.nph-image-zoom.is-open {
    display: flex;
}

.nph-image-zoom-dialog {
    position: relative;
    width: min(1180px, 100%);
    height: min(780px, calc(100vh - 64px));
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 12px;
}

.nph-image-zoom-stage {
    overflow: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(0, 0, 0, 0.24);
    cursor: zoom-in;
}

.nph-image-zoom-stage img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 160ms ease;
}

.nph-image-zoom-close,
.nph-image-zoom-nav,
.nph-image-zoom-tools button {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-family: var(--heading-font);
    font-weight: 800;
}

.nph-image-zoom-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 28px;
    line-height: 1;
}

.nph-image-zoom-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 46px;
    height: 64px;
    transform: translateY(-50%);
    font-size: 42px;
    line-height: 1;
}

.nph-image-zoom-prev {
    left: 14px;
}

.nph-image-zoom-next {
    right: 14px;
}

.nph-image-zoom-tools {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.nph-image-zoom-tools button {
    min-width: 54px;
    height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 15px;
}

.nph-image-zoom-caption {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    font-size: 13px;
}

.nph-image-zoom-close:hover,
.nph-image-zoom-nav:hover,
.nph-image-zoom-tools button:hover {
    background: rgba(255, 255, 255, 0.22);
}

.nph-house-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: clamp(38px, 6vw, 78px);
    align-items: start;
}

.nph-house-detail-copy h1 {
    margin: 0 0 8px;
    color: #06100f;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
}

.nph-house-location,
.nph-house-type {
    margin: 0 0 10px;
    color: #182522;
    font-size: 17px;
    line-height: 1.65;
}

.nph-house-type {
    margin-bottom: 34px;
}

.nph-house-function {
    margin-bottom: 58px;
}

.nph-house-detail-page .nph-house-function,
.nph-house-detail-page .nph-house-info {
    padding: 0;
}

.nph-house-function h2,
.nph-house-info h2 {
    margin: 0 0 22px;
    color: #17201e;
    font-size: 21px;
    line-height: 1.25;
}

.nph-house-function-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 34px;
}

.nph-house-function-list span {
    width: 78px;
    display: grid;
    gap: 12px;
    justify-items: center;
    color: #1f2927;
    text-align: center;
    font-size: 13px;
}

.nph-house-function-list i {
    color: #3a3a3a;
    font-size: 34px;
}

.nph-house-info {
    margin-bottom: 42px;
    color: #303a37;
    font-size: 16px;
    line-height: 1.78;
}

.nph-house-info dl {
    display: grid;
    gap: 8px;
    margin: 0 0 22px;
}

.nph-house-info dl div {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 18px;
}

.nph-house-info dt {
    color: #05816f;
    font-weight: 800;
}

.nph-house-info dd {
    margin: 0;
}

.nph-house-info ul {
    margin: 12px 0 0;
    padding-left: 20px;
}

.nph-house-check-list {
    padding-left: 0 !important;
    list-style: none;
}

.nph-house-check-list li {
    position: relative;
    padding-left: 26px;
}

.nph-house-check-list li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: #0bb44a;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
}

.nph-house-sidebar {
    display: grid;
    gap: 24px;
}

.nph-house-price {
    display: block;
    color: #008675;
    font-family: var(--heading-font);
    font-size: clamp(30px, 4vw, 38px);
    font-weight: 800;
    line-height: 1;
    text-align: right;
}

.nph-house-contact-card {
    display: grid;
    gap: 8px;
    padding: 30px 18px 26px;
    background: #c6dfdc;
}

.nph-house-contact-card h2 {
    margin: 0 0 10px;
    color: #00695d;
    font-size: 19px;
}

.nph-house-contact-card input {
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 12px;
    background: rgba(255, 255, 255, 0.95);
    color: #273633;
    font-size: 14px;
}

.nph-house-contact-card input::placeholder {
    color: rgba(54, 69, 66, 0.58);
}

.nph-house-consent {
    display: grid;
    grid-template-columns: 14px 1fr;
    gap: 7px;
    align-items: start;
    margin: 8px 0 12px;
    color: #41524f;
    font-size: 11px;
    line-height: 1.55;
}

.nph-house-consent input {
    width: 12px;
    height: 12px;
    margin-top: 3px;
}

.nph-house-contact-card button,
.nph-house-phone-button,
.nph-house-line-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    border: 0;
    background: #00786d;
    color: #fff;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(0, 81, 72, 0.22);
}

.nph-house-promo-card {
    overflow: hidden;
    margin: 0;
    background: #064f45;
    box-shadow: 0 16px 34px rgba(17, 24, 39, 0.12);
}

.nph-house-promo-card img {
    width: 100%;
    display: block;
    aspect-ratio: 1.22;
    object-fit: cover;
}

.nph-house-promo-card div {
    padding: 18px 18px 22px;
    color: #fff;
    text-align: center;
}

.nph-house-promo-card span,
.nph-house-promo-card strong {
    display: block;
    font-family: var(--heading-font);
}

.nph-house-promo-card span {
    font-size: 27px;
    font-weight: 900;
}

.nph-house-promo-card strong {
    color: #ffe14d;
    font-size: 24px;
    line-height: 1.25;
}

.nph-house-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px 250px;
    gap: 20px;
    align-items: center;
    margin: 44px 0 62px;
    padding: 34px 48px;
    border: 1px solid rgba(4, 77, 68, 0.22);
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 39, 0.12);
}

.nph-house-cta h2 {
    margin: 0 0 8px;
    color: #17201e;
    font-size: 22px;
}

.nph-house-cta p {
    margin: 0;
    color: #5c6966;
    font-size: 15px;
}

.nph-house-phone-button,
.nph-house-line-button {
    min-height: 54px;
    text-decoration: none;
}

.nph-house-line-button {
    border: 1px solid rgba(4, 77, 68, 0.28);
    background: #fff;
    color: #047568;
}

.nph-house-map-section {
    margin-bottom: 78px;
}

.nph-house-map-canvas {
    position: relative;
    overflow: hidden;
    width: min(620px, 100%);
    min-height: 335px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.55) 1px, transparent 1px) 0 0 / 56px 56px,
        linear-gradient(0deg, rgba(255,255,255,.6) 1px, transparent 1px) 0 0 / 56px 56px,
        linear-gradient(135deg, #b9d8c8 0%, #dcebd8 48%, #d4c4a8 100%);
    box-shadow: inset 0 0 0 1px rgba(4, 77, 68, 0.16);
}

.nph-house-map-canvas::before,
.nph-house-map-canvas::after,
.nph-house-map-road {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.72);
    content: "";
}

.nph-house-map-canvas::before {
    width: 112%;
    height: 30px;
    left: -5%;
    top: 48%;
    transform: rotate(-18deg);
}

.nph-house-map-canvas::after {
    width: 28px;
    height: 120%;
    left: 54%;
    top: -8%;
    transform: rotate(23deg);
}

.nph-house-map-road.is-main {
    width: 78%;
    height: 24px;
    left: 4%;
    top: 28%;
    transform: rotate(8deg);
}

.nph-house-map-road.is-secondary {
    width: 24px;
    height: 82%;
    left: 28%;
    top: 8%;
    transform: rotate(-12deg);
}

.nph-house-map-pin {
    position: absolute;
    left: 54%;
    top: 46%;
    transform: translate(-50%, -100%);
    color: #e63737;
    font-size: 44px;
    filter: drop-shadow(0 8px 12px rgba(17, 24, 39, 0.25));
}

.nph-house-map-label {
    position: absolute;
    left: 50%;
    top: 24%;
    transform: translateX(-50%);
    padding: 9px 14px;
    border-radius: 4px;
    background: #fff;
    color: #044d44;
    font-family: var(--heading-font);
    font-size: 15px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(17, 24, 39, 0.14);
}

@media (max-width: 1100px) {
    .nph-house-gallery,
    .nph-house-content-grid {
        grid-template-columns: 1fr;
    }

    .nph-house-gallery-side {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 150px 44px;
        min-height: 0;
    }

    .nph-house-gallery-side button {
        grid-column: 1 / -1;
    }

    .nph-house-price {
        text-align: left;
    }

    .nph-house-sidebar {
        grid-template-columns: minmax(0, 1fr) minmax(220px, 285px);
        align-items: start;
    }

    .nph-house-price {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .naphat-home.nph-house-detail-page .nph-house-detail-main {
        padding-top: 76px;
    }

    .nph-house-gallery-main {
        min-height: 300px;
    }

    .nph-house-gallery-side {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 130px) 44px;
    }

    .nph-house-info dl div,
    .nph-house-cta,
    .nph-house-sidebar {
        grid-template-columns: 1fr;
    }

    .nph-house-cta {
        padding: 28px 22px;
    }

    .nph-house-map-canvas {
        min-height: 280px;
    }
}

@media (max-width: 540px) {
    .nph-house-function-list {
        gap: 22px;
    }

    .nph-house-function-list span {
        width: calc(50% - 12px);
    }

    .nph-house-contact-card {
        padding: 24px 16px;
    }
}
