:root {
    --peehu-primary: #C65A2E;
    --peehu-dark: #8F3E1F;
    --peehu-orange: #E07A3F;
    --peehu-brown: #5B382E;
    --peehu-cream: #F7EFE5;
    --peehu-ivory: #FFF8F0;
    --peehu-border: #E8CDBB;
    --peehu-beige: #F2D9C2;
    --peehu-text: #3B241C;
    --peehu-footer: #6B321F;
    --peehu-leaf: #6C7A3D;
    --peehu-shadow: 0 18px 45px rgba(91, 56, 46, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: var(--peehu-text);
    font-family: "Poppins", sans-serif;
    background: var(--peehu-cream);
    overflow-x: hidden;
}

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

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

p {
    color: rgba(59, 36, 28, 0.76);
    line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5 {
    color: var(--peehu-brown);
    font-family: "Playfair Display", serif;
    font-weight: 800;
    letter-spacing: 0;
}

.peehu-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 248, 240, 0.96);
    border-bottom: 1px solid rgba(232, 205, 187, 0.8);
    backdrop-filter: blur(12px);
}

.peehu-header .navbar {
    min-height: 82px;
    padding: 12px 0;
}

.peehu-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 168px;
}

.peehu-logo-mark {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 45% 45% 48% 48%;
    background: linear-gradient(160deg, var(--peehu-orange), var(--peehu-dark));
    box-shadow: inset 0 3px 0 rgba(255, 255, 255, 0.3);
}

.peehu-logo-mark::before {
    content: "";
    position: absolute;
    left: 9px;
    right: 9px;
    top: -5px;
    height: 10px;
    border-radius: 999px;
    background: var(--peehu-dark);
}

.peehu-logo-mark::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    top: 12px;
    height: 2px;
    background: rgba(255, 248, 240, 0.45);
    box-shadow: 0 8px 0 rgba(255, 248, 240, 0.35), 0 16px 0 rgba(255, 248, 240, 0.25);
}

.peehu-logo-mark span {
    position: absolute;
    left: 6px;
    right: 6px;
    bottom: -3px;
    height: 8px;
    border-radius: 0 0 14px 14px;
    background: #A94724;
}

.peehu-logo-text {
    color: var(--peehu-text);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.05;
}

.frontend-logo {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 58px;
    object-fit: contain;
}

.footer-logo {
    display: block;
    width: auto;
    max-width: 240px;
    max-height: 70px;
    object-fit: contain;
}

.peehu-header .nav-link {
    position: relative;
    margin: 0 7px;
    color: var(--peehu-text);
    font-size: 14px;
    font-weight: 700;
    padding: 10px 4px;
}

.peehu-header .nav-link::after {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    height: 2px;
    transform: scaleX(0);
    transform-origin: left;
    background: var(--peehu-primary);
    transition: transform 0.2s ease;
}

.peehu-header .nav-link:hover,
.peehu-header .nav-link.active {
    color: var(--peehu-primary);
}

.peehu-header .nav-link:hover::after,
.peehu-header .nav-link.active::after {
    transform: scaleX(1);
}

.peehu-menu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--peehu-border);
    border-radius: 6px;
    color: var(--peehu-primary);
}

.peehu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border: 1px solid var(--peehu-primary);
    border-radius: 999px;
    background: var(--peehu-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 12px 24px rgba(198, 90, 46, 0.22);
    transition: 0.2s ease;
}

.peehu-btn:hover {
    border-color: var(--peehu-brown);
    background: var(--peehu-brown);
    color: #fff;
    transform: translateY(-1px);
}

.peehu-btn-sm {
    min-height: 40px;
    padding: 10px 18px;
    font-size: 13px;
}

.peehu-btn-outline {
    background: transparent;
    color: var(--peehu-primary);
    box-shadow: none;
}

.peehu-btn-outline:hover {
    color: #fff;
}

.peehu-hero,
.page-hero,
.inner-title {
    position: relative;
    padding: 86px 0 64px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(255, 248, 240, 0.98) 0%, rgba(247, 239, 229, 0.86) 100%);
}

.peehu-hero h1,
.page-hero h1,
.inner-title h1 {
    margin: 12px 0 18px;
    font-size: clamp(44px, 5vw, 78px);
    line-height: 0.98;
}

.peehu-hero p,
.page-hero p,
.inner-title p {
    max-width: 680px;
    font-size: 17px;
}

.section-kicker {
    display: inline-block;
    color: var(--peehu-primary);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.hero-image-frame,
.page-hero-image {
    position: relative;
    overflow: hidden;
    height: 560px;
    min-height: 0;
    border-radius: 8px;
    box-shadow: var(--peehu-shadow);
}

.hero-image-frame img,
.page-hero-image img,
.category-hero-img,
.rounded-media,
.contact-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.feature-strip {
    margin-top: -26px;
    position: relative;
    z-index: 2;
}

.feature-card,
.terracotta-card,
.product-card,
.category-card,
.industry-card,
.trust-card,
.size-card,
.process-card,
.stat-card,
.contact-form-wrap {
    border: 1px solid var(--peehu-border);
    border-radius: 8px;
    background: var(--peehu-ivory);
    box-shadow: 0 10px 30px rgba(91, 56, 46, 0.08);
}

.feature-card {
    height: 100%;
    padding: 28px;
}

.feature-card.compact {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 106px;
    padding: 18px;
}

.feature-card i {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 50%;
    background: rgba(198, 90, 46, 0.12);
    color: var(--peehu-primary);
    font-size: 18px;
}

.feature-card.compact i {
    flex: 0 0 44px;
    margin-bottom: 0;
}

.feature-card h3,
.industry-card h3,
.size-card h3,
.process-card h3,
.product-card h2 {
    margin-bottom: 8px;
    font-size: 21px;
}

.feature-card p,
.feature-card.compact p,
.industry-card p,
.size-card p,
.product-card p {
    margin-bottom: 0;
    font-size: 14px;
}

.peehu-section {
    padding: 86px 0;
}

.soft-band {
    background: linear-gradient(180deg, rgba(242, 217, 194, 0.42), rgba(255, 248, 240, 0.85));
}

.section-title {
    max-width: 780px;
    margin: 0 auto 42px;
    text-align: center;
}

.section-title h2,
.section-heading,
.peehu-cta h2 {
    margin: 8px 0 14px;
    font-size: clamp(34px, 3.2vw, 52px);
    line-height: 1.05;
}

.lead-copy {
    font-size: 17px;
}

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

.product-grid.six-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-card {
    display: grid;
    grid-template-rows: 240px 1fr;
    overflow: hidden;
    transition: 0.2s ease;
}

.category-card:hover,
.product-card:hover,
.gallery-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--peehu-shadow);
}

.category-card img,
.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.category-card div,
.product-card-body {
    padding: 20px;
}

.category-card h3 {
    font-size: 23px;
}

.product-card {
    overflow: hidden;
}

.product-image {
    display: block;
    height: 220px;
    background: var(--peehu-beige);
}

.product-card-body {
    min-height: 220px;
    display: flex;
    flex-direction: column;
}

.product-actions {
    display: flex;
    gap: 14px;
    margin-top: auto;
    padding-top: 18px;
}

.product-actions a {
    color: var(--peehu-primary);
    font-size: 13px;
    font-weight: 800;
}

.why-grid,
.industry-grid,
.size-grid,
.process-grid {
    display: grid;
    gap: 18px;
}

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

.industry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.industry-grid.wide {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.industry-card {
    min-height: 154px;
    padding: 24px;
    text-align: center;
}

.industry-card i {
    color: var(--peehu-leaf);
    font-size: 28px;
    margin-bottom: 16px;
}

.trust-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    padding: 18px;
    color: var(--peehu-brown);
    font-weight: 800;
}

.trust-card i {
    color: var(--peehu-primary);
}

.trust-card.large {
    min-height: 96px;
    font-size: 18px;
}

.peehu-cta {
    padding: 20px 0 88px;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--peehu-footer), var(--peehu-primary));
    color: #fff;
}

.cta-panel h2,
.cta-panel p,
.cta-panel .section-kicker {
    color: #fff;
}

.cta-panel p {
    margin-bottom: 0;
    opacity: 0.9;
}

.cta-panel .peehu-btn {
    border-color: #fff;
    background: #fff;
    color: var(--peehu-primary);
    box-shadow: none;
    white-space: nowrap;
}

.peehu-check-list {
    display: grid;
    gap: 12px;
    padding: 0;
    margin: 24px 0 0;
    list-style: none;
}

.peehu-check-list.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.peehu-check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--peehu-text);
    font-weight: 600;
}

.peehu-check-list li::before {
    content: "\f058";
    color: var(--peehu-primary);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.stats-band {
    background: linear-gradient(90deg, var(--peehu-dark), var(--peehu-primary));
}

.stat-card {
    padding: 26px 10px;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.stat-card strong,
.stat-card span {
    display: block;
    color: #fff;
}

.stat-card strong {
    font-family: "Playfair Display", serif;
    font-size: 34px;
    line-height: 1;
}

.stat-card span {
    margin-top: 7px;
    font-size: 13px;
}

.rounded-media {
    min-height: 440px;
    border-radius: 8px;
    box-shadow: var(--peehu-shadow);
}

.inner-title {
    padding-bottom: 58px;
}

.inner-title .container {
    max-width: 900px;
}

.category-hero {
    padding: 76px 0;
    background: var(--peehu-ivory);
}

.category-hero-img {
    height: 460px;
    border-radius: 8px;
    box-shadow: var(--peehu-shadow);
}

.size-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.size-card {
    overflow: hidden;
}

.size-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    object-position: center;
}

.size-card h3,
.size-card p {
    padding-left: 16px;
    padding-right: 16px;
}

.size-card h3 {
    margin-top: 18px;
}

.size-card p {
    padding-bottom: 18px;
}

.process-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.process-card {
    min-height: 164px;
    padding: 24px;
}

.process-card strong {
    color: var(--peehu-primary);
    font-family: "Playfair Display", serif;
    font-size: 34px;
}

.gallery-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.gallery-filter span {
    padding: 9px 16px;
    border: 1px solid var(--peehu-border);
    border-radius: 999px;
    background: var(--peehu-ivory);
    color: var(--peehu-brown);
    font-size: 13px;
    font-weight: 700;
}

.gallery-grid {
    column-count: 4;
    column-gap: 18px;
}

.gallery-card {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 18px;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: transparent;
    cursor: pointer;
    transition: 0.2s ease;
}

.gallery-card img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
}

.peehu-lightbox {
    position: fixed;
    inset: 0;
    z-index: 1100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 28px;
    background: rgba(59, 36, 28, 0.86);
}

.peehu-lightbox.is-open {
    display: flex;
}

.peehu-lightbox img {
    max-width: min(1100px, 92vw);
    max-height: 86vh;
    border-radius: 8px;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: var(--peehu-primary);
}

.contact-title {
    text-align: left;
}

.contact-info-stack {
    display: grid;
    gap: 14px;
    margin: 28px 0 22px;
}

.contact-info-stack a,
.contact-info-stack span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--peehu-text);
    font-weight: 600;
    min-width: 0;
    overflow-wrap: anywhere;
}

.contact-info-stack i {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    background: rgba(198, 90, 46, 0.12);
    color: var(--peehu-primary);
}

.contact-social {
    margin-top: 0;
}

.contact-image {
    height: 390px;
    border-radius: 8px;
    box-shadow: var(--peehu-shadow);
}

.contact-form-wrap {
    padding: 34px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--peehu-brown);
    font-size: 13px;
    font-weight: 800;
}

.contact-form label span {
    color: var(--peehu-primary);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--peehu-border);
    border-radius: 6px;
    background: #fff;
    color: var(--peehu-text);
    font: inherit;
    padding: 13px 14px;
    outline: none;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--peehu-primary);
    box-shadow: 0 0 0 4px rgba(198, 90, 46, 0.12);
}

.peehu-alert {
    border: 0;
    border-radius: 8px;
    box-shadow: var(--peehu-shadow);
}

.peehu-footer {
    background: linear-gradient(135deg, var(--peehu-footer), var(--peehu-dark));
    color: #fff;
    padding-top: 60px;
}

.peehu-brand-footer .peehu-logo-text {
    color: #fff;
}

.footer-copy,
.peehu-footer p {
    color: rgba(255, 255, 255, 0.78);
}

.peehu-footer h5 {
    color: #fff;
    margin-bottom: 18px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.footer-links,
.footer-contact {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 10px;
}

.footer-links a,
.footer-contact li {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact li {
    display: flex;
    gap: 10px;
    min-width: 0;
}

.footer-contact i {
    flex: 0 0 auto;
    color: #FFD4BD;
    margin-top: 4px;
}

.footer-contact span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.footer-social a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-social a:hover {
    background: #fff;
    color: var(--peehu-primary);
}

.footer-bottom {
    margin-top: 46px;
    padding: 20px 0;
    background: rgba(61, 29, 18, 0.28);
}

@media (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .industry-grid.wide,
    .size-grid,
    .process-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallery-grid {
        column-count: 3;
    }
}

@media (max-width: 991px) {
    .peehu-header .navbar-collapse {
        padding: 18px 0 10px;
    }

    .peehu-header .nav-link {
        margin: 0;
        padding: 12px 0;
    }

    .peehu-hero,
    .page-hero,
    .inner-title {
        padding: 64px 0 48px;
    }

    .hero-image-frame,
    .page-hero-image {
        height: 430px;
    }

    .product-grid,
    .product-grid.six-grid,
    .industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-grid {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .peehu-brand {
        min-width: auto;
    }

    .peehu-logo-mark {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .peehu-logo-text {
        font-size: 13px;
    }

    .frontend-logo {
        max-width: 170px;
        max-height: 44px;
    }

    .footer-logo {
        max-width: 210px;
        max-height: 62px;
    }

    .peehu-hero h1,
    .page-hero h1,
    .inner-title h1 {
        max-width: 100%;
        font-size: 38px;
        overflow-wrap: break-word;
    }

    .peehu-hero p,
    .page-hero p,
    .inner-title p {
        max-width: 100%;
        font-size: 15px;
        overflow-wrap: break-word;
    }

    .hero-actions,
    .hero-actions .peehu-btn,
    .contact-form .peehu-btn {
        width: 100%;
    }

    .peehu-section {
        padding: 62px 0;
    }

    .feature-strip {
        margin-top: 0;
        padding-top: 18px;
    }

    .product-grid,
    .product-grid.six-grid,
    .why-grid,
    .industry-grid,
    .industry-grid.wide,
    .size-grid,
    .process-grid,
    .peehu-check-list.two-col {
        grid-template-columns: 1fr;
    }

    .category-card {
        grid-template-rows: 220px 1fr;
    }

    .product-card-body {
        min-height: auto;
    }

    .category-hero-img,
    .rounded-media,
    .contact-image {
        height: 320px;
        min-height: 320px;
    }

    .hero-image-frame,
    .page-hero-image {
        height: 430px;
    }

    .gallery-grid {
        column-count: 1;
    }

    .contact-form-wrap,
    .cta-panel {
        padding: 24px;
    }
}
