html,
body {
    overflow-x: clip;
}
body {
    font-family: Helvetica, Arial, sans-serif;
}
:root {
    --green: #49a841;
    --green-dark: #235b27;
    --charcoal: #202321;
    --ink: #151715;
    --cream: #f5f2e9;
    --gold: #d4a72c;
    --white: #fff;
    --muted: #6d736e;
    --font-head: Helvetica, Arial, sans-serif;
    --font-body: Helvetica, Arial, sans-serif;
}
.topbar {
    background: var(--charcoal);
    color: #ced2ce;
    font: 500 12px var(--font-body);
    letter-spacing: 0.04em;
    padding: 9px 0;
}
.topbar a {
    color: #ced2ce;
    text-decoration: none;
}
.site-header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 7px 30px rgba(20, 30, 20, 0.07);
}
.nav-shell {
    min-height: 88px;
}
.navbar-brand {
    align-self: stretch;
    display: flex;
    align-items: center;
    background: var(--charcoal);
    padding: 0 28px;
    margin-left: -12px;
}
.navbar-brand img {
    width: 320px;
    height: 76px;
    object-fit: contain;
    object-position: left center;
}
.nav-link {
    color: var(--ink) !important;
    font: 600 14px var(--font-head);
    padding: 34px 15px !important;
    position: relative;
}
.nav-link:after {
    border: 0 !important;
}
.nav-link:before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 24px;
    height: 2px;
    background: var(--green);
    transform: scaleX(0);
    transition: 0.25s;
}
.nav-link:hover:before,
.nav-link.active:before {
    transform: scaleX(1);
}
.dropdown-menu {
    border: 0;
    border-top: 3px solid var(--green);
    border-radius: 0;
    padding: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}
.dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
}
.dropdown-item:active {
    background: var(--green);
}
.btn {
    border-radius: 0;
    font: 700 13px var(--font-head);
    letter-spacing: 0.02em;
    padding: 14px 24px;
}
.btn-brand {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.btn-brand:hover {
    background: var(--green-dark);
    border-color: var(--green-dark);
    color: #fff;
    transform: translateY(-2px);
}
.btn-lg {
    padding: 17px 29px;
}
.hero-slide {
    min-height: calc(100vh - 123px);
    background-size: cover;
    background-position: center;
}
.hero-one {
    background-image: url("https://images.unsplash.com/photo-1600607687920-4e2a09cf159d?auto=format&fit=crop&w=2000&q=90");
}
.hero-two {
    background-image: url("https://images.unsplash.com/photo-1600566753051-f0b89df2dd90?auto=format&fit=crop&w=2000&q=90");
}
.hero-three {
    background-image: url("https://images.unsplash.com/photo-1565793298595-6a879b1d9492?auto=format&fit=crop&w=2000&q=90");
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(12, 19, 13, 0.85) 0%,
        rgba(20, 25, 21, 0.52) 54%,
        rgba(20, 25, 21, 0.05) 100%
    );
}
.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: inherit;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 100px;
}
.eyebrow {
    display: block;
    color: var(--green);
    font: 700 12px var(--font-head);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 20px;
}
.eyebrow:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 2px;
    vertical-align: middle;
    background: currentColor;
    margin-right: 14px;
}
.hero-content h1 {
    font: 700 clamp(3.3rem, 6.4vw, 6.9rem)/0.98 var(--font-head);
    letter-spacing: -0.065em;
    margin-bottom: 28px;
}
.hero-content h1 em,
h2 em {
    font-style: normal;
    color: var(--green);
}
.hero-content p {
    font-size: 18px;
    line-height: 1.75;
    max-width: 650px;
    color: #e1e5e1;
    margin-bottom: 36px;
}
.hero-control {
    width: 56px;
    height: 56px;
    top: auto;
    bottom: 30px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.carousel-control-prev {
    left: auto;
    right: 96px;
}
.carousel-control-next {
    right: 30px;
}
.carousel-indicators {
    justify-content: flex-start;
    margin: 0 0 45px max(7%, 20px);
    gap: 7px;
}
.carousel-indicators [data-bs-target] {
    width: 28px;
    height: 3px;
    border: 0;
}
.hero-trust {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    background: #fff;
    padding: 25px 45px;
    gap: 48px;
    box-shadow: 0 -8px 35px rgba(0, 0, 0, 0.08);
}
.hero-trust div {
    display: flex;
    flex-direction: column;
}
.hero-trust strong {
    font: 800 20px var(--font-head);
    color: var(--ink);
}
.hero-trust span {
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.section-space {
    padding: 120px 0;
}
h2 {
    font: 700 clamp(2.5rem, 4.6vw, 4.8rem)/1.06 var(--font-head);
    letter-spacing: -0.055em;
    color: var(--ink);
}
.lead-copy {
    font-size: 18px;
    line-height: 1.8;
    color: var(--muted);
}
.products-section {
    background: var(--cream);
}
.product-card {
    background: #fff;
    position: relative;
    transition: 0.4s;
    height: 100%;
}
.product-card:hover {
    transform: translateY(-9px);
    box-shadow: 0 22px 50px rgba(23, 40, 26, 0.13);
}
.product-card img {
    width: 100%;
    height: 330px;
    object-fit: cover;
}
.product-body {
    padding: 28px 78px 30px 30px;
    position: relative;
    min-height: 190px;
}
.product-body span {
    font: 700 11px var(--font-head);
    color: var(--green);
    letter-spacing: 0.12em;
}
.product-body h3 {
    font: 700 23px var(--font-head);
    margin: 10px 0;
}
.product-body p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    margin: 0;
}
.product-body a {
    position: absolute;
    right: 26px;
    top: 32px;
    width: 43px;
    height: 43px;
    border: 1px solid #d8ddd8;
    display: grid;
    place-items: center;
    color: var(--ink);
    transition: 0.25s;
}
.product-card:hover .product-body a {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.about-section {
    background: #fff;
}
.about-visual {
    position: relative;
    padding: 0 55px 55px 0;
}
.about-visual:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: 72%;
    background: var(--green);
    z-index: 0;
}
.about-visual img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.year-stamp {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 50px;
    background: var(--charcoal);
    color: #fff;
    padding: 25px 32px;
    display: flex;
    flex-direction: column;
}
.year-stamp strong {
    font: 800 34px var(--font-head);
    color: var(--gold);
}
.year-stamp span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.about-section p:not(.lead-copy) {
    color: var(--muted);
    line-height: 1.8;
}
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    font: 700 13px var(--font-head);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-bottom: 2px solid var(--green);
    padding-bottom: 7px;
}
.milestones {
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid #e4e6e4;
}
.milestones div {
    display: flex;
    flex-direction: column;
}
.milestones strong {
    font: 800 30px var(--font-head);
}
.milestones span {
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.why-section {
    background: var(--charcoal);
    position: relative;
}
.why-section:after {
    content: "SPC";
    position: absolute;
    right: 2%;
    top: 0;
    font: 800 20vw/1 var(--font-head);
    color: rgba(255, 255, 255, 0.025);
}
.feature-box {
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding: 34px 20px 20px 0;
    color: #fff;
}
.feature-box i {
    font-size: 38px;
    color: var(--green);
}
.feature-box h3 {
    font: 700 21px var(--font-head);
    margin: 26px 0 12px;
}
.feature-box p {
    color: #aeb5af;
    line-height: 1.7;
    font-size: 14px;
}
.section-heading {
    max-width: 700px;
    margin-bottom: 60px;
}
.inspiration-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: 320px 320px;
    gap: 20px;
}
.inspire-card {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.inspire-card.tall {
    grid-row: 1/3;
}
.inspire-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9, 17, 10, 0.78), transparent 60%);
}
.inspire-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}
.inspire-card:hover img {
    transform: scale(1.05);
}
.inspire-card div {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 34px;
}
.inspire-card span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #cfe3ce;
}
.inspire-card h3 {
    font: 700 24px var(--font-head);
    margin-top: 7px;
}
.contact-section {
    padding: 0 0 100px;
}
.contact-panel {
    background: var(--green);
    padding: 70px 75px;
    position: relative;
    overflow: hidden;
}
.contact-panel:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 60px solid rgba(255, 255, 255, 0.09);
    border-radius: 50%;
    right: -90px;
    top: -140px;
}
.contact-panel > * {
    position: relative;
    z-index: 2;
}
.contact-panel h2 em {
    color: #17291a;
}
footer {
    background: #171917;
    color: #aeb3af;
    padding-top: 80px;
}
.footer-logo {
    width: 290px;
    max-width: 100%;
    height: 125px;
    object-fit: contain;
    object-position: left center;
    margin-bottom: 25px;
}
.footer-main p {
    line-height: 1.7;
}
.footer-main h4 {
    font: 700 13px var(--font-head);
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #fff;
    margin-bottom: 24px;
}
.footer-main a {
    display: block;
    color: #aeb3af;
    text-decoration: none;
    margin-bottom: 13px;
    font-size: 14px;
}
.footer-main a:hover {
    color: var(--green);
}
.socials {
    display: flex;
    gap: 10px;
}
.socials a {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border: 1px solid #3a3d3a;
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid #303330;
    margin-top: 65px;
    padding: 25px 0;
    font-size: 12px;
}
.footer-bottom div {
    display: flex;
    gap: 25px;
}
.whatsapp,
.back-top {
    position: fixed;
    right: 24px;
    width: 48px;
    height: 48px;
    border: 0;
    display: grid;
    place-items: center;
    color: #fff;
    z-index: 20;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
}
.whatsapp {
    bottom: 24px;
    background: #25d366;
    font-size: 22px;
    border-radius: 50%;
}
.back-top {
    bottom: 82px;
    background: var(--charcoal);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
}
.back-top.show {
    opacity: 1;
    visibility: visible;
}
.offcanvas {
    background: var(--charcoal);
    color: #fff;
}
.offcanvas-header {
    border-bottom: 1px solid #343734;
}
.mobile-logo {
    width: 180px;
    height: 80px;
    object-fit: contain;
}
.mobile-nav a:not(.btn) {
    display: block;
    color: #fff;
    font: 600 24px var(--font-head);
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px solid #343734;
}
.menu-lines,
.menu-lines:before,
.menu-lines:after {
    display: block;
    width: 26px;
    height: 2px;
    background: var(--ink);
    position: relative;
}
.menu-lines:before,
.menu-lines:after {
    content: "";
    position: absolute;
    left: 0;
}
.menu-lines:before {
    top: -7px;
}
.menu-lines:after {
    top: 7px;
}
@media (max-width: 991.98px) {
    .nav-shell {
        min-height: 76px;
    }
    .navbar-brand {
        padding: 0 14px;
    }
    .navbar-brand img {
        width: 235px;
        height: 64px;
    }
    .hero-slide {
        min-height: 740px;
    }
    .hero-content {
        padding-top: 60px;
    }
    .section-space {
        padding: 90px 0;
    }
    .about-visual img {
        height: 530px;
    }
    .contact-panel {
        padding: 55px 40px;
    }
}
@media (max-width: 767.98px) {
    .hero-slide {
        min-height: 660px;
    }
    .hero-overlay {
        background: rgba(12, 19, 13, 0.66);
    }
    .hero-content h1 {
        font-size: 3.25rem;
    }
    .hero-content p {
        font-size: 16px;
    }
    .hero-control {
        display: none;
    }
    .carousel-indicators {
        margin-left: 12px;
    }
    .section-space {
        padding: 75px 0;
    }
    .product-card img {
        height: 280px;
    }
    .about-visual {
        padding: 0 25px 25px 0;
    }
    .about-visual img {
        height: 440px;
    }
    .year-stamp {
        right: 0;
        bottom: 25px;
        padding: 18px 22px;
    }
    .inspiration-grid {
        display: flex;
        flex-direction: column;
    }
    .inspire-card,
    .inspire-card.tall {
        height: 380px;
    }
    .contact-section {
        padding-bottom: 60px;
    }
    .contact-panel {
        padding: 45px 25px;
    }
    .footer-logo {
        width: 250px;
    }
    .whatsapp,
    .back-top {
        right: 16px;
    }
}
/* Scroll and hero motion */
.reveal-delay-1 {
    transition-delay: 0.12s;
}
.reveal-delay-2 {
    transition-delay: 0.24s;
}
.reveal-delay-3 {
    transition-delay: 0.36s;
}
.carousel-item.active {
    animation: heroZoom 5.5s ease-out both;
}

/* Premium gold accents and directional motion */
:root {
    --gold: #d8ad36;
    --gold-soft: #f0d27a;
}
.hero-content h1 em,
h2 em {
    color: var(--gold);
}
.eyebrow:before {
    background: var(--gold);
}
.product-body span {
    color: var(--gold);
}
.product-body a {
    border-color: rgba(216, 173, 54, 0.65);
}
.product-card:hover .product-body a {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
}
.text-link {
    border-bottom-color: var(--gold);
}
.feature-box {
    border-top-color: rgba(216, 173, 54, 0.38);
}
.feature-box i {
    color: var(--gold);
}
.inspire-card span {
    color: var(--gold-soft);
}
.contact-panel {
    border-left: 7px solid var(--gold);
}
.contact-panel h2 em {
    color: var(--gold-soft);
}
.footer-main h4 {
    color: var(--gold-soft);
}
.socials a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
}
.navbar-brand {
    border-bottom: 3px solid var(--gold);
}
.btn-brand {
    box-shadow: inset 0 0 0 0 var(--gold);
    transition:
        color 0.35s,
        background 0.35s,
        transform 0.35s,
        box-shadow 0.35s;
}
.btn-brand:hover {
    background: var(--green-dark);
    box-shadow: inset 5px 0 0 var(--gold);
}
.reveal {
    opacity: 0;
    clip-path: inset(0 10%);
    will-change: transform, opacity;
    transition:
        opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.15s cubic-bezier(0.16, 1, 0.3, 1),
        clip-path 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.reveal-left {
    transform: translate3d(-105px, 20px, 0) rotateY(4deg);
    transform-origin: left center;
}
.reveal.reveal-right {
    transform: translate3d(105px, 20px, 0) rotateY(-4deg);
    transform-origin: right center;
}
.reveal.is-visible {
    opacity: 1;
    clip-path: inset(0);
    transform: translate3d(0, 0, 0) rotateY(0);
}
.reveal img {
    transform: scale(1.055);
    transition: transform 1.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible img {
    transform: scale(1);
}
.carousel-item.active .hero-content .eyebrow {
    animation: heroLeft 0.85s 0.12s both;
}
.carousel-item.active .hero-content h1 {
    animation: heroLeft 1.05s 0.25s both;
}
.carousel-item.active .hero-content p {
    animation: heroRight 1s 0.42s both;
}
.carousel-item.active .hero-content .d-flex,
.carousel-item.active .hero-content > a {
    animation: heroRight 1s 0.56s both;
}
@keyframes heroLeft {
    from {
        opacity: 0;
        transform: translate3d(-90px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes heroRight {
    from {
        opacity: 0;
        transform: translate3d(90px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes heroZoom {
    from {
        background-size: 106%;
    }
    to {
        background-size: 100%;
    }
}
@media (max-width: 767.98px) {
    .reveal.reveal-left {
        transform: translate3d(-55px, 12px, 0);
    }
    .reveal.reveal-right {
        transform: translate3d(55px, 12px, 0);
    }
    .reveal.is-visible {
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .reveal,
    .carousel-item.active,
    .carousel-item.active .hero-content * {
        animation: none !important;
        transition: none !important;
    }
    .reveal {
        opacity: 1;
        transform: none;
        clip-path: none;
    }
}

/* Every section carries its own editorial motion language */
.motion-heading {
    transform: translate3d(-90px, 0, 0);
    clip-path: inset(0 100% 0 0);
}
.motion-heading:nth-child(even) {
    transform: translate3d(90px, 0, 0);
    clip-path: inset(0 0 0 100%);
}
.motion-heading.is-visible {
    transform: none;
    clip-path: inset(0);
}
.motion-product {
    transform: translate3d(0, 100px, 0) rotate(2.5deg) scale(0.94);
    clip-path: inset(12% 0 0);
    transition-duration: 1.05s;
}
.motion-product:nth-child(even) {
    transform: translate3d(0, 120px, 0) rotate(-2.5deg) scale(0.94);
}
.motion-product.is-visible {
    transform: none;
    clip-path: inset(0);
}
.motion-wipe {
    transform: none;
    clip-path: inset(0 100% 0 0);
    transition:
        clip-path 1.35s cubic-bezier(0.77, 0, 0.18, 1),
        opacity 0.3s;
}
.motion-wipe:after {
    transform: translateX(-100%);
    transition: transform 1.3s cubic-bezier(0.77, 0, 0.18, 1);
}
.motion-wipe.is-visible {
    clip-path: inset(0);
}
.motion-wipe.is-visible:after {
    transform: none;
}
.motion-copy {
    transform: translate3d(110px, 0, 0);
    clip-path: inset(0 0 0 16%);
}
.motion-copy.is-visible {
    transform: none;
    clip-path: inset(0);
}
.motion-heading-dark {
    transform: translate3d(-100px, 0, 0);
    clip-path: inset(0 100% 0 0);
}
.motion-heading-dark.is-visible {
    transform: none;
    clip-path: inset(0);
}
.motion-flip {
    transform: perspective(900px) rotateX(58deg) translate3d(0, 70px, 0);
    transform-origin: center bottom;
    clip-path: none;
    transition-duration: 1.1s;
}
.motion-flip.is-visible {
    transform: perspective(900px) rotateX(0) translate3d(0, 0, 0);
}
.motion-heading-center {
    transform: scale(0.82) translateY(35px);
    clip-path: inset(45% 0);
}
.motion-heading-center.is-visible {
    transform: none;
    clip-path: inset(0);
}
.motion-mosaic {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: scale(0.92);
    transition:
        clip-path 1.15s cubic-bezier(0.77, 0, 0.18, 1),
        transform 1.3s cubic-bezier(0.16, 1, 0.3, 1),
        opacity 0.5s;
}
.motion-mosaic:nth-child(2) {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.motion-mosaic:nth-child(3) {
    clip-path: inset(100% 0 0);
}
.motion-mosaic.is-visible {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: none;
}
.motion-zoom {
    transform: scale(0.82);
    clip-path: inset(12%);
    transition-duration: 1.25s;
}
.motion-zoom.is-visible {
    transform: scale(1);
    clip-path: inset(0);
}
@media (max-width: 767.98px) {
    .motion-heading,
    .motion-heading:nth-child(even),
    .motion-copy,
    .motion-heading-dark {
        transform: translate3d(0, 55px, 0);
    }
    .motion-product,
    .motion-product:nth-child(even) {
        transform: translate3d(0, 75px, 0) scale(0.96);
    }
    .motion-flip {
        transform: perspective(700px) rotateX(38deg) translateY(50px);
    }
    .motion-heading.is-visible,
    .motion-copy.is-visible,
    .motion-heading-dark.is-visible,
    .motion-product.is-visible,
    .motion-flip.is-visible {
        transform: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal.is-visible,
    .motion-heading,
    .motion-product,
    .motion-wipe,
    .motion-copy,
    .motion-heading-dark,
    .motion-flip,
    .motion-heading-center,
    .motion-mosaic,
    .motion-zoom {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        transition: none !important;
    }
}

/* Global typography tracking */
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 2px;
}
.hero-content h1,
h2 {
    letter-spacing: 2px;
}
p {
    letter-spacing: 1.5px;
}

/* Lighter premium heading weight */
h1,
h2,
h3,
h4,
h5,
h6,
.hero-content h1,
.product-body h3,
.feature-box h3,
.inspire-card h3 {
    font-weight: 600;
}

/* Premium header motion */
.site-header {
    animation: headerDrop 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
    transition:
        background 0.35s,
        box-shadow 0.35s;
}
.nav-shell,
.navbar-brand img,
.nav-link {
    transition:
        min-height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        width 0.4s cubic-bezier(0.16, 1, 0.3, 1),
        padding 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.navbar-brand {
    position: relative;
    overflow: hidden;
}
.navbar-brand:after {
    content: "";
    position: absolute;
    inset: -30% auto -30% -45%;
    width: 25%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(240, 210, 122, 0.42),
        transparent
    );
    transform: skewX(-18deg);
    animation: logoSheen 4.8s 1.1s ease-in-out infinite;
}
.navbar-nav .nav-item {
    opacity: 0;
    animation: navItemIn 0.65s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.navbar-nav .nav-item:nth-child(1) {
    animation-delay: 0.22s;
}
.navbar-nav .nav-item:nth-child(2) {
    animation-delay: 0.3s;
}
.navbar-nav .nav-item:nth-child(3) {
    animation-delay: 0.38s;
}
.navbar-nav .nav-item:nth-child(4) {
    animation-delay: 0.46s;
}
.navbar-nav .nav-item:nth-child(5) {
    animation-delay: 0.54s;
}
.navbar-nav .nav-item:nth-child(6) {
    animation-delay: 0.62s;
}
.site-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 35px rgba(20, 30, 20, 0.13);
}
.site-header.scrolled .nav-shell {
    min-height: 72px;
}
.site-header.scrolled .navbar-brand img {
    width: 285px;
    height: 62px;
}
.site-header.scrolled .nav-link {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
@keyframes headerDrop {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes navItemIn {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes logoSheen {
    0%,
    65% {
        left: -45%;
    }
    100% {
        left: 125%;
    }
}

/* Premium footer motion */
footer {
    position: relative;
    overflow: hidden;
}
footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--green), var(--gold), var(--green));
    transform-origin: left;
    animation: footerLine 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.motion-footer {
    transform: translate3d(0, 70px, 0);
    clip-path: inset(25% 0 0);
    transition-duration: 1.05s;
}
.motion-footer:nth-child(even) {
    transform: translate3d(35px, 70px, 0);
}
.motion-footer.is-visible {
    transform: none;
    clip-path: inset(0);
}
.motion-footer-bottom {
    transform: translate3d(0, 35px, 0);
    clip-path: inset(100% 0 0);
}
.motion-footer-bottom.is-visible {
    transform: none;
    clip-path: inset(0);
}
.footer-logo {
    transition: transform 0.45s;
}
.footer-logo:hover {
    transform: translateY(-3px);
}
@keyframes footerLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
@media (max-width: 991.98px) {
    .site-header.scrolled .navbar-brand img {
        width: 220px;
        height: 58px;
    }
    .navbar-nav .nav-item {
        opacity: 1;
        animation: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .site-header,
    .navbar-nav .nav-item,
    footer:before,
    .navbar-brand:after {
        animation: none !important;
    }
    .navbar-nav .nav-item {
        opacity: 1;
    }
    .motion-footer,
    .motion-footer-bottom {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
    }
}

/* Project showcase */
.showcase-section {
    background: var(--charcoal);
    overflow: hidden;
}
.showcase-heading p {
    color: #aeb5af;
    line-height: 1.8;
}
.showcase-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    grid-template-rows: 310px 310px;
    gap: 18px;
}
.showcase-item {
    position: relative;
    overflow: hidden;
}
.showcase-large {
    grid-row: 1/3;
}
.showcase-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(8, 12, 9, 0.88), transparent 64%);
}
.showcase-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.showcase-item:hover img {
    transform: scale(1.06);
}
.showcase-copy {
    position: absolute;
    z-index: 2;
    left: 30px;
    right: 28px;
    bottom: 27px;
    color: #fff;
}
.showcase-copy span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--gold-soft);
}
.showcase-copy h3 {
    font-size: 24px;
    margin: 8px 55px 0 0;
}
.showcase-copy a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
}
.showcase-copy a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
}
.motion-showcase-heading {
    transform: translateX(-85px);
    clip-path: inset(0 100% 0 0);
}
.motion-showcase-heading:nth-child(even) {
    transform: translateX(85px);
    clip-path: inset(0 0 0 100%);
}
.motion-showcase-heading.is-visible {
    transform: none;
    clip-path: inset(0);
}
.motion-showcase-card {
    transform: scale(0.88) rotate(-1.5deg);
    clip-path: inset(8%);
}
.motion-showcase-card:nth-child(even) {
    transform: translateX(75px);
    clip-path: inset(0 0 0 100%);
}
.motion-showcase-card:nth-child(3) {
    transform: translateY(75px);
    clip-path: inset(100% 0 0);
}
.motion-showcase-card.is-visible {
    transform: none;
    clip-path: inset(0);
}

/* Responsibility / We Care */
.care-section {
    background: var(--cream);
}
.care-panel {
    background: #fff;
    box-shadow: 0 25px 70px rgba(26, 39, 28, 0.09);
    overflow: hidden;
}
.care-image {
    position: relative;
    min-height: 650px;
}
.care-image > img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.care-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(14, 35, 17, 0.5), transparent 55%);
}
.care-badge {
    position: absolute;
    z-index: 2;
    left: 35px;
    bottom: 35px;
    background: var(--green);
    color: #fff;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 15px;
}
.care-badge i {
    grid-row: 1/3;
    font-size: 32px;
    color: var(--gold-soft);
}
.care-badge strong {
    font-size: 16px;
}
.care-badge span {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.care-content {
    padding: 75px 70px;
}
.care-content h2 {
    font-size: clamp(2.4rem, 4vw, 4.2rem);
}
.care-points {
    margin: 35px 0;
}
.care-points div {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 17px 0;
    border-bottom: 1px solid #e5e8e5;
}
.care-points i {
    font-size: 23px;
    color: var(--green);
}
.care-points span {
    color: var(--muted);
    letter-spacing: 1px;
}
.care-points strong {
    color: var(--ink);
}
.motion-care-image {
    transform: none;
    clip-path: inset(0 100% 0 0);
    transition:
        clip-path 1.35s cubic-bezier(0.77, 0, 0.18, 1),
        opacity 0.4s;
}
.motion-care-image.is-visible {
    clip-path: inset(0);
}
.motion-care-copy {
    transform: translateX(100px);
    clip-path: inset(0 0 0 15%);
}
.motion-care-copy.is-visible {
    transform: none;
    clip-path: inset(0);
}
@media (max-width: 991.98px) {
    .showcase-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 480px 310px;
    }
    .showcase-large {
        grid-column: 1/3;
        grid-row: auto;
    }
    .care-image {
        min-height: 520px;
    }
    .care-content {
        padding: 60px 45px;
    }
}
@media (max-width: 767.98px) {
    .showcase-grid {
        display: flex;
        flex-direction: column;
    }
    .showcase-item,
    .showcase-large {
        height: 390px;
    }
    .care-image {
        min-height: 450px;
    }
    .care-content {
        padding: 48px 25px;
    }
    .motion-showcase-heading,
    .motion-showcase-heading:nth-child(even),
    .motion-care-copy {
        transform: translateY(55px);
    }
}
@media (prefers-reduced-motion: reduce) {
    .motion-showcase-heading,
    .motion-showcase-card,
    .motion-care-image,
    .motion-care-copy {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        transition: none !important;
    }
}

/* Transparent hero header, solid after scroll */
.site-header {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    background: transparent;
    box-shadow: none;
}
.site-header .nav-link {
    color: #fff !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}
.site-header .menu-lines,
.site-header .menu-lines:before,
.site-header .menu-lines:after {
    background: #fff;
}
.site-header.scrolled {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 35px rgba(20, 30, 20, 0.13);
}
.site-header.scrolled .nav-link {
    color: var(--ink) !important;
    text-shadow: none;
}
.site-header.scrolled .menu-lines,
.site-header.scrolled .menu-lines:before,
.site-header.scrolled .menu-lines:after {
    background: var(--ink);
}
.site-header:not(.scrolled) .nav-link:before {
    background: var(--gold);
}
.hero-slide {
    min-height: calc(100vh - 36px);
}
@media (max-width: 991.98px) {
    .site-header {
        top: 0;
    }
    .hero-slide {
        min-height: 100vh;
    }
    .navbar-brand {
        background: rgba(32, 35, 33, 0.92);
    }
}

/* Clean transparent logo lockup */
.navbar-brand {
    align-self: center;
    background: transparent;
    border: 0;
    padding: 5px 0;
    margin-left: 0;
    overflow: visible;
}
.navbar-brand img {
    width: 300px;
    height: 76px;
    object-fit: contain;
    object-position: left center;
}
.navbar-brand:after {
    display: none;
}
.site-header.scrolled .navbar-brand img {
    width: 275px;
    height: 62px;
}
.mobile-logo {
    width: 245px;
    height: 76px;
    object-fit: contain;
    object-position: left center;
}
@media (max-width: 1199.98px) {
    .navbar-brand img {
        width: 250px;
    }
    .site-header.scrolled .navbar-brand img {
        width: 235px;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand {
        background: transparent;
        padding: 5px 0;
    }
    .navbar-brand img {
        width: 230px;
        height: 64px;
    }
    .site-header.scrolled .navbar-brand img {
        width: 215px;
        height: 57px;
    }
}
@media (max-width: 420px) {
    .navbar-brand img {
        width: 205px;
    }
    .site-header.scrolled .navbar-brand img {
        width: 195px;
    }
}

/* Compact editorial hero */
.hero-section {
    background: var(--cream);
}
.hero-slide {
    height: min(720px, calc(100vh - 105px));
    min-height: 620px;
}
.hero-content {
    min-height: 100%;
    height: 100%;
    align-items: flex-end;
    padding-top: 145px;
    padding-bottom: 82px;
}
.hero-content .row {
    width: 100%;
}
.hero-content .col-lg-8 {
    max-width: 730px;
}
.hero-content h1 {
    font-size: clamp(2.8rem, 4.8vw, 5rem);
    line-height: 1.04;
    margin-bottom: 20px;
    max-width: 700px;
}
.hero-content p {
    font-size: 16px;
    line-height: 1.65;
    max-width: 570px;
    margin-bottom: 27px;
}
.hero-content .eyebrow {
    margin-bottom: 15px;
}
.hero-content .btn-lg {
    padding: 14px 24px;
}
.hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(11, 18, 12, 0.88) 0%,
        rgba(18, 24, 19, 0.55) 48%,
        rgba(18, 24, 19, 0.08) 82%
    );
}
.hero-control {
    width: 50px;
    height: 50px;
    bottom: 26px;
    border: 1px solid rgba(216, 173, 54, 0.8);
    border-radius: 50%;
    background: rgba(18, 23, 19, 0.58);
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
}
.hero-control:hover {
    background: var(--green);
    border-color: var(--green);
    transform: translateY(-3px);
}
.carousel-control-prev {
    right: 90px;
}
.carousel-control-next {
    right: 26px;
}
.carousel-indicators {
    left: 50%;
    right: auto;
    bottom: 25px;
    margin: 0;
    transform: translateX(-50%);
    align-items: center;
    gap: 10px;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    margin: 0;
    transition:
        background 0.3s,
        border-color 0.3s,
        transform 0.3s;
}
.carousel-indicators .active {
    background: var(--gold);
    border-color: var(--gold);
    transform: scale(1.25);
}
.hero-trust {
    padding: 18px 32px;
    gap: 34px;
}
.hero-trust strong {
    font-size: 18px;
}
@media (max-width: 991.98px) {
    .hero-slide {
        height: 650px;
        min-height: 650px;
    }
    .hero-content {
        padding-top: 120px;
        padding-bottom: 72px;
    }
    .hero-content h1 {
        font-size: clamp(2.7rem, 7vw, 4.2rem);
    }
    .hero-content .col-lg-8 {
        max-width: 660px;
    }
    .carousel-indicators {
        left: 24px;
        transform: none;
    }
    .hero-trust {
        display: none !important;
    }
}
@media (max-width: 767.98px) {
    .hero-slide {
        height: 590px;
        min-height: 590px;
    }
    .hero-content {
        align-items: center;
        padding-top: 95px;
        padding-bottom: 55px;
    }
    .hero-content h1 {
        font-size: 2.65rem;
        line-height: 1.08;
        margin-bottom: 16px;
    }
    .hero-content p {
        font-size: 14px;
        line-height: 1.55;
        margin-bottom: 22px;
    }
    .hero-content .eyebrow {
        font-size: 10px;
    }
    .hero-content .btn-lg {
        padding: 12px 18px;
    }
    .carousel-indicators {
        bottom: 18px;
    }
    .hero-control {
        display: none;
    }
}
@media (max-width: 420px) {
    .hero-slide {
        height: 560px;
        min-height: 560px;
    }
    .hero-content h1 {
        font-size: 2.3rem;
    }
    .hero-content p {
        max-width: 340px;
    }
    .hero-content .d-flex {
        gap: 8px !important;
    }
}

.hero-content h1 {
    font-weight: 300;
    font-size: clamp(2.4rem, 4vw, 4.25rem);
}
@media (max-width: 767.98px) {
    .hero-content h1 {
        font-size: 2.25rem;
    }
}
@media (max-width: 420px) {
    .hero-content h1 {
        font-size: 2.05rem;
    }
}

.site-header .nav-link,
.mobile-nav a:not(.btn) {
    font-weight: 400;
    letter-spacing: 1.5px;
}
.site-header .btn-brand,
.mobile-nav .btn-brand {
    letter-spacing: 1.5px;
}

main section h2 {
    font-weight: 300;
    font-size: clamp(2.4rem, 4vw, 4.25rem);
    line-height: 1.04;
}
@media (max-width: 767.98px) {
    main section h2 {
        font-size: 2.25rem;
    }
}
@media (max-width: 420px) {
    main section h2 {
        font-size: 2.05rem;
    }
}

/* Redesigned icon-led footer */
.site-footer {
    padding-top: 0;
    background: #151815;
    color: #aeb5af;
}
.site-footer:before {
    height: 3px;
}
.footer-cta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--green);
    transform: translateY(-50%);
    margin-bottom: -15px;
    position: relative;
    z-index: 2;
}
.footer-cta > a {
    min-height: 118px;
    padding: 25px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.23);
    transition:
        background 0.3s,
        color 0.3s;
}
.footer-cta > a:last-child {
    border-right: 0;
}
.footer-cta > a:hover {
    background: var(--gold);
    color: var(--charcoal);
}
.footer-cta-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 21px;
}
.footer-cta > a:hover .footer-cta-icon {
    border-color: rgba(21, 24, 21, 0.35);
}
.footer-cta a > span:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.footer-cta small {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0.76;
}
.footer-cta strong {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 4px;
}
.footer-cta-arrow {
    margin-left: auto;
    font-size: 18px;
}
.motion-footer-cta {
    transform: translateY(45px) scale(0.94);
    clip-path: inset(15%);
    transition-duration: 0.9s;
}
.motion-footer-cta.is-visible {
    transform: none;
    clip-path: inset(0);
}
.site-footer .footer-main {
    padding-top: 55px;
}
.footer-brand {
    padding-right: 45px;
}
.site-footer .footer-logo {
    width: 330px;
    max-width: 100%;
    height: 105px;
    object-fit: contain;
    object-position: left center;
    margin: 0 0 25px;
}
.footer-brand > p {
    max-width: 390px;
    line-height: 1.8;
    margin-bottom: 28px;
}
.footer-trust {
    display: flex;
    align-items: center;
    gap: 14px;
}
.footer-trust > i {
    font-size: 29px;
    color: var(--gold);
}
.footer-trust span {
    display: flex;
    flex-direction: column;
}
.footer-trust strong {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.footer-trust small {
    font-size: 11px;
    letter-spacing: 0.7px;
    margin-top: 3px;
}
.site-footer .footer-main h4 {
    color: var(--gold-soft);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 27px;
}
.site-footer .footer-links a {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
    color: #b6bbb7;
    font-size: 13px;
    letter-spacing: 1px;
}
.footer-links a i {
    font-size: 9px;
    color: var(--green);
    transition: transform 0.25s;
}
.footer-links a:hover i {
    transform: translateX(4px);
}
.site-footer .footer-contact .contact-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #b6bbb7;
    text-decoration: none;
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #2d312e;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.footer-contact .contact-row > i {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #252925;
    color: var(--gold);
    font-size: 13px;
}
.footer-contact a.contact-row:hover {
    color: #fff;
}
.footer-social-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #303430;
    margin-top: 55px;
    padding: 25px 0;
}
.footer-social-row > span {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
}
.site-footer .socials {
    display: flex;
    gap: 9px;
}
.site-footer .socials a {
    margin: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #3b403c;
    display: grid;
    place-items: center;
    color: #fff;
}
.site-footer .socials a:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
    transform: translateY(-3px);
}
.site-footer .footer-bottom {
    margin-top: 0;
    border-top: 1px solid #303430;
    padding: 24px 0 27px;
}
.site-footer .footer-bottom a {
    display: inline;
    color: #8f9690;
    margin: 0;
    text-decoration: none;
}
.site-footer .footer-bottom a:hover {
    color: var(--gold);
}
@media (max-width: 991.98px) {
    .footer-cta {
        grid-template-columns: 1fr;
        transform: translateY(-35px);
        margin-bottom: -5px;
    }
    .footer-cta > a {
        min-height: 94px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.23);
        padding: 20px 24px;
    }
    .site-footer .footer-main {
        padding-top: 30px;
    }
    .footer-brand {
        padding-right: 12px;
    }
    .site-footer .footer-logo {
        width: 300px;
    }
    .footer-social-row {
        margin-top: 40px;
    }
}
@media (max-width: 575.98px) {
    .footer-cta {
        margin-left: 0;
        margin-right: 0;
    }
    .footer-cta-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
    }
    .footer-cta strong {
        font-size: 15px;
    }
    .site-footer .footer-logo {
        width: 270px;
        height: 90px;
    }
    .footer-social-row {
        align-items: flex-start;
        gap: 18px;
        flex-direction: column;
    }
    .site-footer .footer-bottom div {
        gap: 13px;
        flex-wrap: wrap;
    }
    .site-footer .footer-bottom a {
        font-size: 11px;
    }
}

/* Footer alignment correction */
.site-footer {
    scroll-margin-top: 72px;
}
.footer-cta {
    transform: none;
    margin-bottom: 0;
}
.site-footer .footer-main {
    padding-top: 72px;
    align-items: flex-start;
}
.site-footer .footer-logo {
    width: 285px;
    height: 86px;
    margin-bottom: 22px;
}
.footer-brand > p {
    font-size: 14px;
    line-height: 1.75;
}
.site-footer .footer-main h4 {
    padding-top: 8px;
}
.footer-contact .contact-row:first-of-type {
    padding-top: 5px;
}
.footer-social-row {
    margin-top: 48px;
}
@media (max-width: 991.98px) {
    .footer-cta {
        transform: none;
        margin-bottom: 0;
    }
    .site-footer .footer-main {
        padding-top: 55px;
    }
    .site-footer .footer-logo {
        width: 270px;
        height: 84px;
    }
}
@media (max-width: 575.98px) {
    .site-footer .footer-main {
        padding-top: 45px;
    }
    .site-footer .footer-logo {
        width: 245px;
        height: 78px;
    }
    .footer-brand > p {
        font-size: 13px;
    }
}

/* Unique, performance-friendly card hover interactions */
.product-card {
    overflow: hidden;
    transform-style: preserve-3d;
}
.product-card:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--green), var(--gold));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card img {
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-card:hover {
    transform: translateY(-10px) rotateX(1.5deg);
    box-shadow: 0 24px 55px rgba(23, 40, 26, 0.16);
}
.product-card:hover:before {
    transform: scaleX(1);
}
.product-card:hover img {
    transform: scale(1.045);
}
.product-card:hover .product-body h3 {
    color: var(--green);
}
.product-card .product-body h3 {
    transition: color 0.3s;
}
.feature-box {
    overflow: hidden;
    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        border-color 0.35s,
        padding-left 0.45s;
}
.feature-box:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--green));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-box i {
    display: inline-block;
    transition:
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        color 0.3s;
}
.feature-box h3 {
    transition: color 0.3s;
}
.feature-box:hover {
    transform: translateY(-8px);
    border-top-color: var(--gold);
    padding-left: 12px;
}
.feature-box:hover:after {
    transform: scaleX(1);
}
.feature-box:hover i {
    transform: translateY(-5px) rotate(-8deg) scale(1.12);
    color: var(--green);
}
.feature-box:hover h3 {
    color: var(--gold-soft);
}
.inspire-card {
    transition:
        transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.55s;
}
.inspire-card div {
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.inspire-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 45px rgba(20, 34, 22, 0.2);
}
.inspire-card:hover img {
    transform: scale(1.07);
}
.inspire-card:hover div {
    transform: translateX(10px);
}
.inspire-card h3 {
    transition: color 0.3s;
}
.inspire-card:hover h3 {
    color: var(--gold-soft);
}
.showcase-item {
    transition:
        transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.55s;
}
.showcase-copy,
.showcase-copy a {
    transition:
        transform 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.3s,
        color 0.3s,
        border-color 0.3s;
}
.showcase-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.28);
}
.showcase-item:hover .showcase-copy {
    transform: translateY(-6px);
}
.showcase-item:hover .showcase-copy a {
    transform: rotate(45deg);
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
}
.care-points div {
    position: relative;
    transition:
        transform 0.38s cubic-bezier(0.16, 1, 0.3, 1),
        padding-left 0.38s,
        background 0.38s;
}
.care-points div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.care-points div:hover {
    transform: translateX(10px);
    padding-left: 12px;
    background: rgba(73, 168, 65, 0.06);
}
.care-points div:hover:after {
    transform: scaleX(1);
}
.care-points div i {
    transition:
        transform 0.4s,
        color 0.3s;
}
.care-points div:hover i {
    transform: scale(1.15) rotate(6deg);
    color: var(--gold);
}
@media (hover: none) {
    .product-card:hover,
    .feature-box:hover,
    .inspire-card:hover,
    .showcase-item:hover,
    .care-points div:hover {
        transform: none;
    }
    .product-card:hover img,
    .inspire-card:hover img {
        transform: none;
    }
}

/* Layer-reveal hover treatments */
.product-card:after {
    content: "View collection  ↗";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 330px;
    display: grid;
    place-items: center;
    background: linear-gradient(
        135deg,
        rgba(35, 91, 39, 0.9),
        rgba(20, 35, 22, 0.76)
    );
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    transform: scale(0.94);
    transition:
        opacity 0.42s ease,
        transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}
.product-card:hover:after {
    opacity: 1;
    transform: scale(1);
}
.feature-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(
        145deg,
        rgba(73, 168, 65, 0.2),
        rgba(216, 173, 54, 0.08)
    );
    transform: translateY(102%);
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.feature-box:hover:before {
    transform: translateY(0);
}
.inspire-card:after {
    transition: background 0.5s ease;
}
.inspire-card:hover:after {
    background: linear-gradient(
        0deg,
        rgba(25, 82, 29, 0.9),
        rgba(20, 31, 22, 0.18) 72%
    );
}
.showcase-item:after {
    transition: background 0.5s ease;
}
.showcase-item:hover:after {
    background: linear-gradient(
        0deg,
        rgba(15, 65, 20, 0.92),
        rgba(8, 12, 9, 0.12) 72%
    );
}
@media (max-width: 767.98px) {
    .product-card:after {
        height: 280px;
    }
}
@media (hover: none) {
    .product-card:after {
        display: none;
    }
    .feature-box:before {
        display: none;
    }
}

/* Three reference-led section redesigns */
.products-editorial {
    display: grid;
    grid-template-columns: 1.28fr 0.72fr;
    grid-template-rows: 310px 310px;
    gap: 18px;
}
.products-editorial .product-card {
    min-width: 0;
}
.product-main {
    grid-row: 1/3;
}
.product-main > img {
    height: 430px;
}
.product-main .product-body {
    min-height: 208px;
    padding: 34px 95px 32px 35px;
}
.product-main .product-body h3 {
    font-size: 29px;
}
.product-side {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
}
.product-side > img {
    width: 100%;
    height: 100%;
}
.product-side .product-body {
    min-height: 0;
    padding: 30px 65px 25px 25px;
}
.product-side .product-body h3 {
    font-size: 20px;
}
.product-side .product-body p {
    font-size: 12px;
}
.product-side .product-body a {
    right: 18px;
    top: 25px;
}
.products-editorial .product-main:after {
    height: 430px;
}
.products-editorial .product-side:after {
    width: 44%;
    height: 100%;
    font-size: 10px;
}
.products-editorial .product-side:nth-child(2):after {
    content: "View finishes  ↗";
}
.products-editorial .product-side:nth-child(3):after {
    content: "View boards  ↗";
}
.about-intro {
    max-width: 860px;
    margin: 0 auto 80px;
}
.about-intro .eyebrow:before {
    display: none;
}
.about-intro p {
    max-width: 660px;
    margin: 24px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}
.about-editorial {
    position: relative;
}
.about-section .about-heading {
    font-size: clamp(1.75rem, 2.7vw, 2.85rem);
    line-height: 1.1;
}
.about-editorial:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    width: 1px;
    background: #e1e5e1;
}
.about-section .about-visual {
    height: 650px;
    padding: 0 90px 60px 0;
}
.about-section .about-visual:after {
    right: 30px;
    width: 58%;
    height: 62%;
    background: var(--gold);
}
.about-section .about-img-main {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 65px;
    width: 78%;
    height: 520px;
    object-fit: cover;
}
.about-section .about-img-detail {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 42%;
    height: 255px;
    object-fit: cover;
    border: 10px solid #fff;
}
.about-year {
    position: absolute;
    z-index: 3;
    right: 0;
    top: -35px;
    font-size: clamp(5rem, 10vw, 9rem);
    font-weight: 300;
    line-height: 1;
    color: rgba(73, 168, 65, 0.15);
    letter-spacing: -5px;
}
.about-editorial .milestones {
    margin-top: 42px;
}
.why-section {
    background: var(--cream);
}
.why-section:after {
    color: rgba(73, 168, 65, 0.035);
}
.why-section .eyebrow {
    color: var(--green) !important;
}
.why-section h2 {
    color: var(--ink) !important;
}
.why-section .why-heading {
    font-size: clamp(1.75rem, 2.7vw, 2.85rem);
    line-height: 1.18;
    max-width: 680px;
}
.why-section .why-heading span {
    color: var(--green);
    font-style: normal;
}
.why-intro {
    color: var(--muted);
    line-height: 1.8;
}
.proof-band {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--green);
    margin: 10px 0 55px;
}
.proof-band > div {
    padding: 28px 35px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}
.proof-band > div:last-child {
    border-right: 0;
}
.proof-band strong {
    font-size: 34px;
    font-weight: 300;
    color: var(--gold-soft);
}
.proof-band span {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.feature-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}
.feature-list .feature-box {
    display: grid;
    grid-template-columns: 54px 64px 1fr;
    align-items: center;
    gap: 20px;
    color: var(--ink);
    min-height: 112px;
    padding: 22px 30px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(48, 36, 29, 0.1);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(48, 36, 29, 0.045);
}
.feature-list .feature-box > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    font-size: 11px;
    letter-spacing: 2px;
    color: var(--gold);
    border: 1px solid rgba(212, 167, 44, 0.35);
    border-radius: 50%;
}
.feature-list .feature-box > i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    font-size: 27px;
    color: var(--green);
    background: rgba(73, 168, 65, 0.09);
    border-radius: 10px;
}
.feature-list .feature-box h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.3;
}
.feature-list .feature-box p {
    margin: 0;
    color: var(--muted);
}
.feature-list .feature-box:hover {
    padding-left: 38px;
    background: #fff;
    border-color: rgba(73, 168, 65, 0.28);
    box-shadow: 0 14px 34px rgba(48, 36, 29, 0.08);
}
.feature-list .feature-box:after {
    background: linear-gradient(90deg, var(--green), var(--gold));
}
@media (max-width: 991.98px) {
    .products-editorial {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
    .product-main {
        grid-row: auto;
    }
    .product-side {
        min-height: 300px;
    }
    .about-editorial:before {
        display: none;
    }
    .about-section .about-visual {
        height: 590px;
    }
    .proof-band {
        grid-template-columns: 1fr;
    }
    .proof-band > div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    }
}
@media (max-width: 767.98px) {
    .products-editorial {
        display: flex;
        flex-direction: column;
    }
    .product-main > img {
        height: 320px;
    }
    .product-side {
        display: block;
        min-height: 0;
    }
    .product-side > img {
        height: 280px;
    }
    .products-editorial .product-side:after {
        width: 100%;
        height: 280px;
    }
    .about-intro {
        margin-bottom: 50px;
    }
    .about-section .about-visual {
        height: 500px;
        padding-right: 45px;
    }
    .about-section .about-img-main {
        height: 410px;
        width: 82%;
        top: 45px;
    }
    .about-section .about-img-detail {
        height: 190px;
        width: 48%;
        border-width: 7px;
    }
    .about-year {
        top: -25px;
    }
    .proof-band {
        margin-bottom: 38px;
    }
    .feature-list .feature-box {
        grid-template-columns: 38px 48px 1fr;
        gap: 12px;
        min-height: 92px;
        padding: 16px;
    }
    .feature-list .feature-box > span {
        width: 34px;
        height: 34px;
        font-size: 9px;
    }
    .feature-list .feature-box > i {
        width: 44px;
        height: 44px;
        font-size: 22px;
    }
    .feature-list .feature-box:hover {
        padding-left: 16px;
    }
}

/* Immersive responsibility redesign */
.care-section {
    background: #fff;
}
.care-impact {
    background: var(--green-dark);
    color: #fff;
    padding: 80px 80px 0;
    box-shadow: none;
    position: relative;
}
.care-impact:before {
    content: "SPC";
    position: absolute;
    left: -12px;
    top: -30px;
    font-size: 18vw;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.025);
    pointer-events: none;
}
.care-impact .care-content {
    padding: 0 40px 55px 0;
    position: relative;
    z-index: 1;
}
.care-impact .care-content h2 {
    color: #fff;
}
.care-impact .care-content .lead-copy {
    max-width: 690px;
    color: rgba(255, 255, 255, 0.73);
}
.care-impact .eyebrow {
    color: var(--gold-soft);
}
.care-impact .care-image {
    min-height: 520px;
    position: relative;
}
.care-arch {
    position: absolute;
    inset: 0 0 -35px;
    overflow: hidden;
    border-radius: 220px 220px 0 0;
}
.care-arch:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(10, 45, 15, 0.68), transparent 56%);
}
.care-arch img,
.care-image .care-arch img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.care-arch > span {
    position: absolute;
    z-index: 2;
    left: 35px;
    bottom: 28px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.care-action {
    display: inline-flex;
    align-items: center;
    gap: 17px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin-top: 15px;
}
.care-action span {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition:
        background 0.3s,
        color 0.3s,
        transform 0.3s;
}
.care-action:hover span {
    background: var(--gold);
    color: var(--charcoal);
    transform: rotate(45deg);
}
.care-values {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 -80px;
    background: #fff;
    color: var(--ink);
}
.care-values article {
    position: relative;
    padding: 35px 40px;
    border-right: 1px solid #e0e5e1;
    overflow: hidden;
    transition:
        transform 0.4s,
        background 0.4s;
}
.care-values article:last-child {
    border-right: 0;
}
.care-values article:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        145deg,
        rgba(73, 168, 65, 0.12),
        rgba(216, 173, 54, 0.08)
    );
    transform: translateY(101%);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.care-values article > * {
    position: relative;
    z-index: 1;
}
.care-values article > span {
    font-size: 10px;
    letter-spacing: 2px;
    color: var(--gold);
}
.care-values article i {
    display: block;
    font-size: 28px;
    color: var(--green);
    margin: 18px 0;
}
.care-values article h3 {
    font-size: 19px;
    margin-bottom: 10px;
}
.care-values article p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
}
.care-values article:hover {
    transform: translateY(-7px);
}
.care-values article:hover:before {
    transform: none;
}

/* Editorial conversation CTA */
.contact-modern {
    padding: 30px 0 110px;
    background: var(--cream);
}
.contact-modern .contact-panel {
    background: transparent;
    border: 0;
    border-top: 1px solid #cfd5cf;
    border-bottom: 1px solid #cfd5cf;
    padding: 55px 0;
    overflow: visible;
}
.contact-modern .contact-panel:after {
    display: none;
}
.contact-kicker {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.contact-line {
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, var(--green), var(--gold));
}
.contact-modern h2 {
    color: var(--ink);
}
.contact-modern h2 em {
    color: var(--green);
}
.contact-circle {
    margin-left: auto;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    background: var(--gold);
    color: var(--charcoal);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    text-decoration: none;
    text-align: left;
    font-size: 11px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    transition:
        transform 0.55s cubic-bezier(0.16, 1, 0.3, 1),
        background 0.35s,
        color 0.35s;
}
.contact-circle i {
    font-size: 19px;
    transition: transform 0.4s;
}
.contact-circle:hover {
    background: var(--green);
    color: #fff;
    transform: rotate(-6deg) scale(1.04);
}
.contact-circle:hover i {
    transform: translate(5px, -5px);
}
@media (max-width: 991.98px) {
    .care-impact {
        padding: 65px 45px 0;
    }
    .care-impact .care-content {
        padding-right: 0;
    }
    .care-impact .care-image {
        min-height: 500px;
    }
    .care-arch {
        inset: 0 10% -30px;
    }
    .care-values {
        margin: 0 -45px;
        grid-template-columns: 1fr;
    }
    .care-values article {
        border-right: 0;
        border-bottom: 1px solid #e0e5e1;
    }
    .contact-circle {
        margin: 20px 0 0;
    }
}
@media (max-width: 575.98px) {
    .care-impact {
        padding: 50px 24px 0;
    }
    .care-impact .care-image {
        min-height: 410px;
    }
    .care-arch {
        inset: 0 0 -22px;
    }
    .care-values {
        margin: 0 -24px;
    }
    .care-values article {
        padding: 28px 25px;
    }
    .contact-modern {
        padding-bottom: 75px;
    }
    .contact-modern .contact-panel {
        padding: 42px 0;
    }
    .contact-kicker {
        gap: 10px;
    }
    .contact-kicker span:last-child {
        display: none;
    }
    .contact-circle {
        width: 135px;
        height: 135px;
    }
}
.care-impact .care-image:after {
    display: none;
}
.about-intro {
    margin-bottom: 55px;
}
.about-section .milestones strong {
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 300;
    letter-spacing: 1px;
    overflow-wrap: anywhere;
}
.about-section .milestones span {
    letter-spacing: 1.5px;
}

/* Light application-portfolio showcase */
.showcase-section {
    background: var(--cream);
    color: var(--ink);
}
.showcase-heading h2 {
    color: var(--ink) !important;
}
.showcase-heading p {
    color: var(--muted);
    font-size: 14px;
}
.showcase-grid {
    grid-template-columns: 1.18fr 0.82fr;
    grid-template-rows: 360px 360px;
    gap: 22px;
}
.showcase-item {
    border: 1px solid rgba(73, 168, 65, 0.2);
    box-shadow: 0 14px 35px rgba(27, 47, 30, 0.08);
}
.showcase-item:after {
    background: linear-gradient(
        0deg,
        rgba(22, 75, 27, 0.93),
        rgba(22, 75, 27, 0.18) 76%
    );
}
.showcase-item:hover:after {
    background: linear-gradient(
        0deg,
        rgba(28, 92, 33, 0.97),
        rgba(28, 92, 33, 0.3) 82%
    );
}
.showcase-copy {
    left: 32px;
    right: 28px;
    bottom: 28px;
}
.showcase-copy span {
    color: var(--gold-soft);
}
.showcase-copy h3 {
    font-size: 21px;
    margin: 8px 55px 8px 0;
}
.showcase-large .showcase-copy h3 {
    font-size: 28px;
}
.showcase-copy p {
    max-width: 520px;
    margin: 0 60px 13px 0;
    font-size: 11px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
}
.showcase-large .showcase-copy p {
    font-size: 13px;
}
.showcase-meta {
    font-size: 9px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.showcase-meta b {
    font-weight: 500;
    color: var(--gold-soft);
    margin-right: 5px;
}
.showcase-copy a {
    border-radius: 50%;
    border-color: rgba(240, 210, 122, 0.7);
}
@media (max-width: 991.98px) {
    .showcase-grid {
        grid-template-rows: 520px 360px;
    }
}
@media (max-width: 767.98px) {
    .showcase-grid {
        gap: 18px;
    }
    .showcase-item,
    .showcase-large {
        height: 460px;
    }
    .showcase-copy {
        left: 23px;
        right: 20px;
        bottom: 22px;
    }
    .showcase-copy p,
    .showcase-large .showcase-copy p {
        font-size: 11px;
    }
    .showcase-large .showcase-copy h3 {
        font-size: 23px;
    }
}

/* About-section contextual hover */
.about-section .about-img-main,
.about-section .about-img-detail,
.about-year,
.about-section .about-visual:after {
    transition:
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1),
        color 0.4s,
        background 0.4s;
}
.about-section .about-visual {
    overflow: visible;
}
.about-section .about-visual:hover .about-img-main {
    transform: scale(1.025) translateX(7px);
}
.about-section .about-visual:hover .about-img-detail {
    transform: translate(-9px, -10px) rotate(-2deg);
}
.about-section .about-visual:hover .about-year {
    transform: translateY(-9px);
    color: rgba(216, 173, 54, 0.28);
}
.about-section .about-visual:hover:after {
    transform: translate(8px, 8px);
    background: var(--green);
}
.about-section .milestones > div {
    position: relative;
    padding: 14px 10px;
    overflow: hidden;
    transition:
        transform 0.4s,
        color 0.3s;
}
.about-section .milestones > div:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(73, 168, 65, 0.12),
        rgba(216, 173, 54, 0.12)
    );
    transform: translateY(102%);
    transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.about-section .milestones > div > * {
    position: relative;
    z-index: 1;
}
.about-section .milestones > div:hover {
    transform: translateY(-5px);
}
.about-section .milestones > div:hover:before {
    transform: none;
}
.about-section .milestones > div:hover strong {
    color: var(--green);
}
@media (hover: none) {
    .about-section .about-visual:hover .about-img-main,
    .about-section .about-visual:hover .about-img-detail,
    .about-section .about-visual:hover .about-year,
    .about-section .about-visual:hover:after,
    .about-section .milestones > div:hover {
        transform: none;
    }
}

/* Stable, glitch-free hero transitions */
.hero-slide {
    background-size: cover !important;
    background-repeat: no-repeat;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: opacity;
}
.carousel-fade .carousel-item {
    transform: none !important;
    transition: opacity 0.9s ease-in-out !important;
}
.carousel-item.active {
    animation: none !important;
}
#heroCarousel .carousel-inner {
    transform: translateZ(0);
    background: var(--green-dark);
    overflow: hidden;
}

/* Card-free application portfolio explorer */
.portfolio-explorer {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    min-height: 610px;
    border-top: 1px solid #cfd6cf;
    border-bottom: 1px solid #cfd6cf;
}
.portfolio-list {
    display: flex;
    flex-direction: column;
}
.portfolio-row {
    position: relative;
    isolation: isolate;
    flex: 1;
    display: grid;
    grid-template-columns: 48px 1fr 42px;
    align-items: center;
    gap: 18px;
    width: 100%;
    padding: 30px 30px 30px 0;
    border: 0;
    border-bottom: 1px solid #d9ded9;
    background: transparent;
    color: var(--ink);
    text-align: left;
    overflow: hidden;
    transition:
        padding 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        color 0.35s;
}
.portfolio-row:last-child {
    border-bottom: 0;
}
.portfolio-row:before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(
        110deg,
        rgba(73, 168, 65, 0.13),
        rgba(216, 173, 54, 0.08)
    );
    transform: translateX(-102%);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.portfolio-row:hover:before,
.portfolio-row:focus-visible:before,
.portfolio-row.active:before {
    transform: none;
}
.portfolio-row:hover,
.portfolio-row:focus-visible,
.portfolio-row.active {
    padding-left: 22px;
    outline: 0;
}
.portfolio-no {
    align-self: start;
    padding-top: 5px;
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 2px;
}
.portfolio-text {
    display: block;
}
.portfolio-text small {
    display: block;
    margin-bottom: 10px;
    color: var(--green);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.portfolio-text strong {
    display: block;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.35;
}
.portfolio-text p {
    max-width: 390px;
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 1.5px;
    line-height: 1.7;
}
.portfolio-row > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #bfc8bf;
    border-radius: 50%;
    color: var(--green);
    transition:
        transform 0.4s,
        background 0.35s,
        color 0.35s,
        border-color 0.35s;
}
.portfolio-row:hover > i,
.portfolio-row.active > i {
    transform: rotate(45deg);
    background: var(--gold);
    border-color: var(--gold);
    color: var(--charcoal);
}
.portfolio-visual {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(--green-dark);
}
.portfolio-visual img {
    width: 100%;
    height: 100%;
    min-height: 610px;
    object-fit: cover;
    opacity: 1;
    transform: scale(1);
    transition:
        opacity 0.22s ease,
        transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.portfolio-visual:hover img {
    transform: scale(1.025);
}
.portfolio-visual.is-switching img {
    opacity: 0;
    transform: scale(1.015);
}
.portfolio-visual > div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 38px 30px;
    background: linear-gradient(
        0deg,
        rgba(18, 73, 24, 0.95),
        rgba(18, 73, 24, 0)
    );
    color: #fff;
}
.portfolio-visual span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold-soft);
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.portfolio-visual strong {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}
.portfolio-row.motion-showcase-card {
    transform: translateX(-55px);
    clip-path: inset(0 100% 0 0);
}
.portfolio-row.motion-showcase-card:nth-child(even) {
    transform: translateX(55px);
    clip-path: inset(0 0 0 100%);
}
.portfolio-row.motion-showcase-card.is-visible {
    transform: none;
    clip-path: inset(0);
}
@media (max-width: 991.98px) {
    .portfolio-explorer {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .portfolio-visual {
        grid-row: 1;
        min-height: 500px;
    }
    .portfolio-visual img {
        min-height: 500px;
    }
    .portfolio-row {
        min-height: 175px;
        padding-right: 15px;
    }
}
@media (max-width: 575.98px) {
    .portfolio-visual,
    .portfolio-visual img {
        min-height: 370px;
    }
    .portfolio-row {
        grid-template-columns: 32px 1fr 36px;
        gap: 10px;
        min-height: 165px;
        padding: 24px 8px 24px 0;
    }
    .portfolio-row:hover,
    .portfolio-row:focus-visible,
    .portfolio-row.active {
        padding-left: 10px;
    }
    .portfolio-text strong {
        font-size: 17px;
    }
    .portfolio-text p {
        font-size: 10px;
    }
    .portfolio-visual > div {
        padding: 45px 22px 22px;
    }
}
@media (hover: none) {
    .portfolio-visual:hover img {
        transform: none;
    }
}

/* Continuous brand-logo marquee */
.brand-marquee-section {
    padding: 46px 0 52px;
    background: #fff;
    border-top: 1px solid #e3e7e3;
    border-bottom: 1px solid #e3e7e3;
    overflow: hidden;
}
.brand-marquee-heading {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 32px;
    color: var(--green);
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.brand-marquee-heading > div {
    height: 1px;
    flex: 1;
    background: linear-gradient(
        90deg,
        rgba(73, 168, 65, 0.55),
        rgba(212, 167, 44, 0.25)
    );
}
.brand-marquee-heading small {
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 1.5px;
}
.brand-marquee {
    width: 100%;
    overflow: hidden;
}
.brand-marquee-track {
    display: flex;
    width: max-content;
    animation: brandMarquee 28s linear infinite;
    will-change: transform;
}
.brand-marquee:hover .brand-marquee-track {
    animation-play-state: paused;
}
.brand-logo {
    width: 245px;
    height: 88px;
    flex: 0 0 245px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-right: 1px solid #e2e6e2;
    color: #29302a;
    filter: none;
    transition:
        color 0.3s,
        background 0.3s,
        transform 0.35s;
}
.brand-logo:hover {
    color: var(--green);
    background: rgba(73, 168, 65, 0.045);
    transform: translateY(-3px);
}
.brand-logo strong {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.brand-logo span {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1.8px;
    color: var(--gold);
}
.brand-logo i {
    font-size: 20px;
    color: var(--green);
}
.brand-archid,
.brand-kitply,
.brand-duro,
.brand-merino {
    flex-direction: column;
    gap: 1px;
}
.brand-greenply strong {
    color: #287d32;
}
.brand-century strong {
    letter-spacing: 2px;
}
.brand-duro strong {
    font-size: 24px;
}
.brand-merino strong {
    letter-spacing: 3px;
}
@keyframes brandMarquee {
    to {
        transform: translateX(-50%);
    }
}
@media (max-width: 767.98px) {
    .brand-marquee-section {
        padding: 36px 0 42px;
    }
    .brand-marquee-heading {
        margin-bottom: 24px;
    }
    .brand-marquee-heading small {
        display: none;
    }
    .brand-logo {
        width: 190px;
        flex-basis: 190px;
        height: 76px;
    }
    .brand-logo strong {
        font-size: 17px;
    }
    .brand-marquee-track {
        animation-duration: 23s;
    }
}
@media (prefers-reduced-motion: reduce) {
    .brand-marquee-track {
        animation-play-state: paused;
    }
}

/* Editorial testimonials */
.testimonials-section {
    position: relative;
    background: #fff;
    overflow: hidden;
}
.testimonial-top {
    margin-bottom: 55px;
}
.testimonial-shell {
    display: grid;
    grid-template-columns: 0.38fr 0.62fr;
    min-height: 480px;
    background: var(--cream);
    border: 1px solid #e0e4df;
}

/* Three-card testimonial carousel */
.testimonial-carousel {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    padding: 8px 0 24px;
}
.testimonial-track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    width: calc(200% + 24px);
    animation: testimonialScroll 24s linear infinite;
    will-change: transform;
}
.testimonial-carousel:hover .testimonial-track,
.testimonial-carousel:focus-within .testimonial-track {
    animation-play-state: paused;
}
.testimonial-card {
    position: relative;
    display: flex;
    min-height: 360px;
    flex-direction: column;
    padding: 34px 30px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(147, 99, 63, 0.2);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(81, 55, 40, 0.08);
}
.testimonial-card:before {
    content: "“";
    position: absolute;
    right: 18px;
    bottom: -42px;
    color: rgba(73, 168, 65, 0.07);
    font-family: Georgia, serif;
    font-size: 170px;
    line-height: 1;
}
.testimonial-card-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}
.testimonial-card .testimonial-no {
    margin: 0;
}
.testimonial-stars {
    color: var(--gold);
    font-size: 12px;
    letter-spacing: 2px;
}
.testimonial-card blockquote {
    position: relative;
    z-index: 1;
    flex: 1;
    margin: 34px 0 0;
    color: var(--ink);
    font-size: clamp(17px, 1.35vw, 21px);
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.5px;
}
.testimonial-card .testimonial-person {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
@keyframes testimonialScroll {
    to {
        transform: translateX(calc(-50% - 12px));
    }
}
@media (max-width: 991.98px) {
    .testimonial-track {
        width: calc(300% + 48px);
    }
}
@media (max-width: 575.98px) {
    .testimonial-track {
        width: calc(600% + 120px);
    }
    .testimonial-card {
        min-height: 340px;
        padding: 28px 24px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .testimonial-track {
        animation: none;
    }
}
.testimonial-aside {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 46px;
    background: var(--green);
    color: #fff;
    overflow: hidden;
}
.testimonial-aside:after {
    content: "SPC";
    position: absolute;
    right: -15px;
    bottom: -25px;
    color: rgba(255, 255, 255, 0.055);
    font-size: 120px;
    font-weight: 300;
    letter-spacing: -8px;
}
.quote-mark {
    height: 80px;
    color: var(--gold-soft);
    font-family: Georgia, serif;
    font-size: 110px;
    line-height: 1;
}
.testimonial-aside > strong {
    position: relative;
    z-index: 1;
    max-width: 260px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 2px;
}
.testimonial-rating {
    position: relative;
    z-index: 1;
}
.testimonial-rating > span {
    display: block;
    font-size: 38px;
    font-weight: 300;
    color: var(--gold-soft);
}
.testimonial-rating div {
    display: flex;
    gap: 5px;
    margin: 5px 0 8px;
    color: var(--gold-soft);
    font-size: 11px;
}
.testimonial-rating small {
    font-size: 9px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}
.testimonial-carousel {
    min-width: 0;
}
.testimonial-carousel .carousel-inner,
.testimonial-carousel .carousel-item {
    height: 100%;
}
.testimonial-slide {
    height: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 85px 95px;
}
.testimonial-no {
    margin-bottom: 32px;
    color: var(--gold);
    font-size: 10px;
    letter-spacing: 2px;
}
.testimonial-slide blockquote {
    max-width: 760px;
    margin: 0;
    color: var(--ink);
    font-size: clamp(22px, 2.35vw, 35px);
    font-weight: 300;
    line-height: 1.48;
    letter-spacing: 1.2px;
}
.testimonial-person {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}
.testimonial-person > span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--green-dark);
    color: var(--gold-soft);
    font-size: 11px;
    letter-spacing: 1px;
}
.testimonial-person div {
    display: flex;
    flex-direction: column;
}
.testimonial-person strong {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.testimonial-person small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 9px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.testimonial-controls {
    position: absolute;
    right: 38px;
    bottom: 32px;
    z-index: 3;
    display: flex;
    gap: 10px;
}
.testimonial-controls button {
    width: 46px;
    height: 46px;
    border: 1px solid #c8cec8;
    border-radius: 50%;
    background: transparent;
    color: var(--ink);
    transition:
        background 0.3s,
        color 0.3s,
        border-color 0.3s,
        transform 0.3s;
}
.testimonial-controls button:hover {
    background: var(--gold);
    border-color: var(--gold);
    transform: rotate(-8deg);
}
@media (max-width: 991.98px) {
    .testimonial-shell {
        grid-template-columns: 1fr;
    }
    .testimonial-aside {
        min-height: 300px;
    }
    .testimonial-aside > strong {
        max-width: 420px;
    }
    .testimonial-slide {
        min-height: 460px;
        padding: 55px 45px 95px;
    }
}
@media (max-width: 575.98px) {
    .testimonial-top {
        margin-bottom: 38px;
    }
    .testimonial-shell {
        border: 0;
    }
    .testimonial-aside {
        min-height: 270px;
        padding: 32px 26px;
    }
    .testimonial-aside > strong {
        font-size: 19px;
    }
    .quote-mark {
        font-size: 85px;
    }
    .testimonial-rating > span {
        font-size: 30px;
    }
    .testimonial-slide {
        min-height: 500px;
        padding: 45px 25px 95px;
    }
    .testimonial-slide blockquote {
        font-size: 20px;
    }
    .testimonial-person {
        margin-top: 30px;
    }
    .testimonial-controls {
        right: 22px;
        bottom: 25px;
    }
}

/* Brand-theme dark replacements: deep green instead of black */
.testimonials-section {
    background: var(--cream);
}
.testimonial-shell {
    background: #fff;
    border-color: rgba(73, 168, 65, 0.22);
    box-shadow: 0 18px 45px rgba(35, 91, 39, 0.08);
}
.testimonial-aside {
    background: linear-gradient(145deg, var(--green), var(--green-dark));
}
.testimonial-slide blockquote,
.testimonial-controls button {
    color: var(--green-dark);
}
.testimonial-person > span {
    background: var(--green);
    color: #fff;
}
.site-footer,
footer {
    background: var(--green-dark);
}
.offcanvas,
.back-top {
    background: var(--green-dark);
}
.footer-social-row,
.footer-bottom {
    border-color: rgba(255, 255, 255, 0.16);
}
.socials a {
    border-color: rgba(255, 255, 255, 0.28);
}
.hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(35, 91, 39, 0.9),
        rgba(35, 91, 39, 0.48) 58%,
        rgba(35, 91, 39, 0.08)
    );
}

/* Plywood-inspired walnut palette — replaces the former green theme */
:root {
    --green: #93633f;
    --green-dark: #513728;
    --charcoal: #3d2b21;
    --ink: #30241d;
    --cream: #f6f0e7;
    --muted: #756960;
    --gold: #d4a72c;
}
.hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(81, 55, 40, 0.92),
        rgba(81, 55, 40, 0.54) 58%,
        rgba(81, 55, 40, 0.1)
    );
}
.site-header:not(.scrolled) .nav-link:before {
    background: var(--gold);
}
.site-header.scrolled .nav-link:before {
    background: var(--green);
}
.product-card:after {
    background: linear-gradient(
        135deg,
        rgba(81, 55, 40, 0.92),
        rgba(61, 43, 33, 0.78)
    );
}
.feature-box:before,
.care-values article:before,
.about-section .milestones > div:before,
.portfolio-row:before {
    background: linear-gradient(
        145deg,
        rgba(147, 99, 63, 0.16),
        rgba(212, 167, 44, 0.1)
    );
}
.inspire-card:hover:after {
    background: linear-gradient(
        0deg,
        rgba(81, 55, 40, 0.94),
        rgba(61, 43, 33, 0.18) 72%
    );
}
.portfolio-visual,
.testimonial-person > span {
    background: var(--green-dark);
}
.portfolio-visual > div {
    background: linear-gradient(
        0deg,
        rgba(81, 55, 40, 0.96),
        rgba(81, 55, 40, 0)
    );
}
.testimonial-shell {
    border-color: rgba(147, 99, 63, 0.24);
    box-shadow: 0 18px 45px rgba(81, 55, 40, 0.09);
}
.testimonial-aside {
    background: linear-gradient(145deg, var(--green), var(--green-dark));
}
.brand-greenply strong,
.brand-logo i {
    color: var(--green);
}
.brand-logo:hover {
    background: rgba(147, 99, 63, 0.055);
}
.brand-marquee-heading > div {
    background: linear-gradient(
        90deg,
        rgba(147, 99, 63, 0.6),
        rgba(212, 167, 44, 0.3)
    );
}
.about-year {
    color: rgba(147, 99, 63, 0.15);
}
.about-section .about-visual:hover .about-year {
    color: rgba(212, 167, 44, 0.3);
}
.proof-band,
.btn-brand {
    background: var(--green);
}
.btn-brand {
    border-color: var(--green);
}
.whatsapp {
    background: #25d366;
}
.whatsapp:hover {
    background: #1ebe5a;
    color: #fff;
}
.site-footer,
footer,
.offcanvas,
.back-top {
    background: var(--green-dark);
}

/* Scroll-built hero experience */
.hero-build-section {
    --hero-progress: 0;
    --assemble: 0;
    --finish: 0;
    --copy-one: 1;
    --copy-two: 0;
    --copy-three: 0;
    position: relative;
    height: 310vh;
    background: var(--green-dark);
}
.hero-build-sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
    color: #fff;
}
.hero-build-bg {
    position: absolute;
    inset: -4%;
    background: url("https://images.unsplash.com/photo-1600566753086-00f18fb6b3ea?auto=format&fit=crop&w=2000&q=88")
        center/cover;
    transform: scale(calc(1.08 - var(--hero-progress) * 0.04))
        translateY(calc(var(--hero-progress) * -1.5%));
    will-change: transform;
}
.hero-build-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(55, 36, 25, 0.97) 0%,
        rgba(72, 47, 31, 0.9) 42%,
        rgba(64, 42, 29, 0.48) 70%,
        rgba(53, 35, 25, 0.72) 100%
    );
}
.hero-build-layout {
    position: relative;
    z-index: 2;
    height: 100%;
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
    gap: 5vw;
    padding-top: 100px;
}
.hero-story {
    position: relative;
    height: 410px;
}
.hero-story-step {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    will-change: transform, opacity;
}
.hero-story-step h1 {
    font-size: clamp(2.7rem, 4.4vw, 5rem);
    font-weight: 300;
    line-height: 1.04;
    letter-spacing: 2px;
    margin: 0 0 24px;
}
.hero-story-step h1 em {
    font-style: normal;
    color: var(--gold);
}
.hero-story-step p {
    max-width: 570px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1.5px;
}
.story-one {
    opacity: var(--copy-one);
    transform: translateY(calc((1 - var(--copy-one)) * -45px));
}
.story-two {
    opacity: var(--copy-two);
    transform: translateY(calc((1 - var(--copy-two)) * 45px));
}
.story-three {
    opacity: var(--copy-three);
    transform: translateY(calc((1 - var(--copy-three)) * 45px));
    pointer-events: auto;
}
.scroll-cue {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.scroll-cue i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: scrollCue 1.6s ease-in-out infinite;
}
.build-stage {
    position: relative;
    height: min(68vh, 650px);
    min-height: 500px;
}
.build-blueprint {
    position: absolute;
    inset: 3% 3% 7%;
    border: 1px solid rgba(240, 210, 122, 0.34);
    background-image:
        linear-gradient(rgba(240, 210, 122, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(240, 210, 122, 0.08) 1px, transparent 1px);
    background-size: 34px 34px;
    opacity: calc(1 - var(--finish) * 0.9);
    transform: scale(calc(0.96 + var(--assemble) * 0.04));
    transition: opacity 0.1s;
}
.measure {
    position: absolute;
    color: rgba(255, 255, 255, 0.58);
    font-size: 8px;
    letter-spacing: 1.5px;
}
.measure-x {
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
}
.measure-y {
    right: -55px;
    top: 50%;
    transform: rotate(90deg);
}
.cabinet-build {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(29vw, 420px);
    height: min(58vh, 540px);
    transform: translate(-50%, -50%) perspective(1100px)
        rotateY(calc((1 - var(--finish)) * -6deg));
    transform-style: preserve-3d;
}
.wood-panel {
    position: absolute;
    background: linear-gradient(100deg, #b98658, #8a5937 48%, #c28d5e);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.14),
        0 12px 30px rgba(43, 27, 18, 0.2);
    will-change: transform, opacity;
}
.wood-panel:after {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        7deg,
        transparent 0 12px,
        rgba(65, 35, 18, 0.12) 13px,
        transparent 15px
    );
    mix-blend-mode: multiply;
}
.cabinet-back {
    inset: 4%;
    opacity: calc(0.2 + var(--assemble) * 0.8);
    transform: scale(calc(0.75 + var(--assemble) * 0.25));
}
.cabinet-left,
.cabinet-right {
    top: 0;
    width: 7%;
    height: 100%;
}
.cabinet-left {
    left: 0;
    transform: translateX(calc((1 - var(--assemble)) * -230px)) rotateY(8deg);
}
.cabinet-right {
    right: 0;
    transform: translateX(calc((1 - var(--assemble)) * 230px)) rotateY(-8deg);
}
.cabinet-top,
.cabinet-bottom {
    left: 0;
    width: 100%;
    height: 6%;
}
.cabinet-top {
    top: 0;
    transform: translateY(calc((1 - var(--assemble)) * -190px));
}
.cabinet-bottom {
    bottom: 0;
    transform: translateY(calc((1 - var(--assemble)) * 190px));
}
.cabinet-shelf {
    left: 5%;
    width: 90%;
    height: 4%;
}
.shelf-one {
    top: 35%;
    transform: translateX(calc((1 - var(--assemble)) * 220px));
}
.shelf-two {
    top: 66%;
    transform: translateX(calc((1 - var(--assemble)) * -220px));
}
.cabinet-door {
    top: 3%;
    width: 45%;
    height: 94%;
    z-index: 3;
    background: linear-gradient(100deg, #a56e43, #75472c 50%, #af784a);
    opacity: var(--finish);
}
.door-left {
    left: 4%;
    transform-origin: left;
    transform: translateX(calc((1 - var(--finish)) * -180px))
        rotateY(calc(var(--finish) * -7deg));
}
.door-right {
    right: 4%;
    transform-origin: right;
    transform: translateX(calc((1 - var(--finish)) * 180px))
        rotateY(calc(var(--finish) * 7deg));
}
.cabinet-door > span {
    position: absolute;
    z-index: 2;
    top: 48%;
    width: 4px;
    height: 36px;
    border-radius: 4px;
    background: var(--gold);
}
.door-left > span {
    right: 13px;
}
.door-right > span {
    left: 13px;
}
.cabinet-glow {
    position: absolute;
    inset: 5%;
    box-shadow: inset 0 0 60px rgba(240, 210, 122, calc(var(--finish) * 0.22));
    pointer-events: none;
}
.build-status {
    position: absolute;
    left: 3%;
    right: 3%;
    bottom: -18px;
    display: grid;
    grid-template-columns: 28px 1fr repeat(3, auto);
    align-items: center;
    gap: 15px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 8px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.build-status > span {
    color: var(--gold);
    font-size: 11px;
}
.build-status > div {
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}
.build-status > div i {
    display: block;
    width: calc(var(--hero-progress) * 100%);
    height: 1px;
    background: var(--gold);
}
.build-status strong {
    font-weight: 300;
}
.hero-scroll-progress {
    position: absolute;
    z-index: 4;
    right: 24px;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}
.hero-scroll-progress span {
    display: block;
    width: 3px;
    height: calc(var(--hero-progress) * 100%);
    margin-left: -1px;
    background: var(--gold);
}
@keyframes scrollCue {
    50% {
        transform: translateY(7px);
    }
}
@media (max-width: 991.98px) {
    .hero-build-section {
        height: 280vh;
    }
    .hero-build-layout {
        grid-template-columns: 1fr;
        padding-top: 105px;
    }
    .hero-story {
        height: 300px;
        align-self: end;
    }
    .build-stage {
        height: 47vh;
        min-height: 340px;
        align-self: start;
    }
    .cabinet-build {
        width: min(46vw, 360px);
        height: min(42vh, 410px);
    }
    .hero-story-step h1 {
        font-size: clamp(2.5rem, 7vw, 4.3rem);
    }
    .hero-story-step p {
        max-width: 620px;
    }
    .build-status {
        bottom: -8px;
    }
}
@media (max-width: 575.98px) {
    .hero-build-sticky {
        min-height: 620px;
    }
    .hero-build-layout {
        padding-top: 88px;
    }
    .hero-story {
        height: 310px;
    }
    .hero-story-step {
        justify-content: flex-end;
        padding-bottom: 20px;
    }
    .hero-story-step h1 {
        font-size: 2.45rem;
        letter-spacing: 1px;
        margin-bottom: 16px;
    }
    .hero-story-step p {
        font-size: 11px;
        line-height: 1.65;
    }
    .build-stage {
        height: 40vh;
        min-height: 285px;
    }
    .cabinet-build {
        width: 54vw;
        height: 31vh;
        min-height: 250px;
    }
    .build-blueprint {
        inset: 1% 5% 9%;
    }
    .build-status {
        left: 5%;
        right: 5%;
        grid-template-columns: 22px 1fr;
    }
    .build-status strong {
        display: none;
    }
    .hero-scroll-progress {
        right: 10px;
    }
    .story-three .btn {
        align-self: flex-start;
    }
}
@media (prefers-reduced-motion: reduce) {
    .scroll-cue i {
        animation: none;
    }
    .hero-build-section {
        height: 110vh;
    }
    .wood-panel,
    .hero-story-step,
    .hero-build-bg {
        will-change: auto;
    }
}

/* Scroll hero performance pass: compositor-only movement, no blur/blend paints */
.hero-build-sticky {
    contain: layout paint;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.hero-build-bg,
.hero-story-step,
.cabinet-build,
.wood-panel,
.build-blueprint,
.hero-scroll-progress span,
.build-status > div i {
    backface-visibility: hidden;
    transform-style: preserve-3d;
}
.hero-build-bg {
    transform: translate3d(0, calc(var(--hero-progress) * -1.5%), 0)
        scale(calc(1.08 - var(--hero-progress) * 0.04));
}
.wood-panel {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.wood-panel:after {
    mix-blend-mode: normal;
    opacity: 0.42;
}
.cabinet-left {
    transform: translate3d(calc((1 - var(--assemble)) * -230px), 0, 0)
        rotateY(8deg);
}
.cabinet-right {
    transform: translate3d(calc((1 - var(--assemble)) * 230px), 0, 0)
        rotateY(-8deg);
}
.cabinet-top {
    transform: translate3d(0, calc((1 - var(--assemble)) * -190px), 0);
}
.cabinet-bottom {
    transform: translate3d(0, calc((1 - var(--assemble)) * 190px), 0);
}
.shelf-one {
    transform: translate3d(calc((1 - var(--assemble)) * 220px), 0, 0);
}
.shelf-two {
    transform: translate3d(calc((1 - var(--assemble)) * -220px), 0, 0);
}
.door-left {
    transform: translate3d(calc((1 - var(--finish)) * -180px), 0, 1px)
        rotateY(calc(var(--finish) * -7deg));
}
.door-right {
    transform: translate3d(calc((1 - var(--finish)) * 180px), 0, 1px)
        rotateY(calc(var(--finish) * 7deg));
}
.cabinet-glow {
    box-shadow: none;
    background: radial-gradient(
        circle at center,
        rgba(240, 210, 122, 0.2),
        transparent 68%
    );
    opacity: var(--finish);
    transform: translateZ(2px);
}

/* Full-screen blueprint-to-interior room */
.hero-build-section {
    height: 360vh;
}
.hero-build-sticky {
    min-height: 620px;
    background: #6f4a31;
}
.room-build-scene {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #754d32;
    isolation: isolate;
}
.room-blueprint-grid {
    position: absolute;
    z-index: 1;
    inset: 0;
    background-color: #6f4930;
    background-image:
        linear-gradient(rgba(244, 218, 177, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 218, 177, 0.09) 1px, transparent 1px),
        linear-gradient(rgba(244, 218, 177, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(244, 218, 177, 0.035) 1px, transparent 1px);
    background-size:
        80px 80px,
        80px 80px,
        16px 16px,
        16px 16px;
    opacity: calc(1 - var(--finish) * 0.86);
}
.room-blueprint {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0d27a;
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
    opacity: calc(1 - var(--finish) * 0.88);
}
.room-blueprint path,
.room-blueprint circle {
    stroke-dasharray: 1;
    stroke-dashoffset: calc(1 - var(--assemble));
    pathlength: 1;
    vector-effect: non-scaling-stroke;
}
.room-blueprint g:nth-child(2) {
    opacity: calc(0.25 + var(--assemble) * 0.75);
}
.room-blueprint g:nth-child(3),
.room-blueprint g:nth-child(4) {
    opacity: var(--assemble);
}
.room-blueprint g:nth-child(5),
.room-blueprint g:nth-child(6),
.room-blueprint g:nth-child(7) {
    opacity: var(--finish);
}
.room-finished {
    position: absolute;
    z-index: 3;
    inset: 0;
    clip-path: inset(0 calc((1 - var(--assemble)) * 100%) 0 0);
    will-change: clip-path;
    transform: translateZ(0);
}
.room-finished-image {
    position: absolute;
    inset: -2%;
    background: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2400&q=90")
        center/cover;
    transform: scale(calc(1.05 - var(--finish) * 0.025));
    will-change: transform;
}
.room-finished:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(65, 39, 23, 0.3),
        transparent 45%,
        rgba(65, 39, 23, 0.08)
    );
}
.room-warmth {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        rgba(212, 167, 44, 0.12),
        transparent 48%
    );
    opacity: var(--finish);
}
.room-reveal-line {
    position: absolute;
    z-index: 5;
    left: calc(var(--assemble) * 100%);
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(240, 210, 122, 0.9);
    box-shadow: 0 0 0 1px rgba(81, 55, 40, 0.3);
    transform: translateX(-1px);
    opacity: calc(1 - var(--finish));
}
.room-reveal-line span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42px;
    height: 42px;
    border: 1px solid var(--gold);
    border-radius: 50%;
    background: #513728;
    transform: translate(-50%, -50%);
}
.room-reveal-line span:before,
.room-reveal-line span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--gold);
    border-left: 1px solid var(--gold);
}
.room-reveal-line span:before {
    left: 9px;
    transform: translateY(-50%) rotate(-45deg);
}
.room-reveal-line span:after {
    right: 9px;
    transform: translateY(-50%) rotate(135deg);
}
.room-material {
    position: absolute;
    z-index: 6;
    opacity: var(--finish);
    transform: translateY(calc((1 - var(--finish)) * 22px));
    will-change: transform, opacity;
}
.room-material:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 0 5px rgba(212, 167, 44, 0.24);
}
.room-material:after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, 0.62);
}
.room-material span {
    display: block;
    padding: 9px 13px;
    background: rgba(81, 55, 40, 0.88);
    color: #fff;
    font-size: 8px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    white-space: nowrap;
}
.material-wall {
    left: 15%;
    top: 31%;
    padding-left: 75px;
}
.material-wall:before {
    left: 0;
    top: 50%;
}
.material-wall:after {
    left: 8px;
    top: 50%;
    width: 68px;
}
.material-storage {
    right: 10%;
    top: 39%;
    padding-right: 90px;
}
.material-storage:before {
    right: 0;
    top: 50%;
}
.material-storage:after {
    right: 8px;
    top: 50%;
    width: 82px;
}
.material-floor {
    left: 46%;
    bottom: 15%;
    padding-top: 62px;
}
.material-floor:before {
    left: 50%;
    top: 0;
}
.material-floor:after {
    left: 50%;
    top: 8px;
    width: 1px;
    height: 54px;
}
.room-build-label {
    position: absolute;
    z-index: 7;
    left: 4%;
    bottom: 5%;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #fff;
}
.room-build-label > span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 50%;
    color: var(--gold);
    font-size: 10px;
}
.room-build-label > div {
    display: flex;
    align-items: center;
    gap: 12px;
}
.room-build-label strong {
    font-size: 8px;
    font-weight: 300;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.room-build-label i {
    width: 38px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
}
.room-scroll-cue {
    position: absolute;
    z-index: 7;
    right: 4%;
    bottom: 5%;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}
.room-scroll-cue i {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    color: var(--gold);
    animation: scrollCue 1.6s ease-in-out infinite;
}
.room-scroll-cue span {
    font-size: 8px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}
.hero-scroll-progress {
    z-index: 8;
}
.room-blueprint,
.room-finished-image,
.room-reveal-line,
.room-material {
    backface-visibility: hidden;
}
@media (max-width: 767.98px) {
    .hero-build-section {
        height: 320vh;
    }
    .room-blueprint {
        width: 145%;
        left: -22.5%;
    }
    .room-finished-image {
        background-position: 58% center;
    }
    .room-material {
        display: none;
    }
    .room-build-label {
        left: 20px;
        bottom: 28px;
    }
    .room-build-label i {
        width: 18px;
    }
    .room-scroll-cue {
        right: 22px;
        bottom: 30px;
    }
    .room-scroll-cue span {
        display: none;
    }
    .room-build-label > div {
        gap: 7px;
    }
    .room-build-label strong {
        font-size: 7px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hero-build-section {
        height: 120vh;
    }
    .room-scroll-cue i {
        animation: none;
    }
}
.room-blueprint path,
.room-blueprint circle {
    stroke-dasharray: 3000;
    stroke-dashoffset: calc((1 - var(--assemble)) * 3000);
}

/* Staged room construction inspired by the supplied motion reference */
.hero-build-section {
    --room-architecture: 0;
    --room-storage: 0;
    --room-furniture: 0;
    --room-final: 0;
}
.room-finished {
    clip-path: none;
    background: transparent;
}
.room-layer {
    position: absolute;
    inset: -2%;
    background-image: url("https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?auto=format&fit=crop&w=2400&q=90");
    background-position: center;
    background-size: cover;
    backface-visibility: hidden;
    will-change: opacity, clip-path, transform;
}
.room-layer-architecture {
    opacity: var(--room-architecture);
    clip-path: polygon(0 0, 100% 0, 100% 39%, 83% 47%, 17% 47%, 0 39%);
    transform: translate3d(0, calc((1 - var(--room-architecture)) * -18px), 0);
}
.room-layer-storage {
    opacity: var(--room-storage);
    clip-path: polygon(
        0 16%,
        28% 19%,
        34% 78%,
        0 100%,
        100% 100%,
        100% 16%,
        72% 19%,
        66% 78%,
        34% 78%,
        28% 19%
    );
    transform: scaleX(calc(0.97 + var(--room-storage) * 0.03));
}
.room-layer-furniture {
    opacity: var(--room-furniture);
    clip-path: polygon(22% 50%, 78% 50%, 92% 100%, 8% 100%);
    transform: translate3d(0, calc((1 - var(--room-furniture)) * 35px), 0);
}
.room-layer-final {
    opacity: var(--room-final);
    transform: scale(calc(1.025 - var(--room-final) * 0.025));
}
.room-warmth {
    z-index: 2;
    opacity: var(--room-final);
}
.room-reveal-line {
    display: none;
}
.room-blueprint-grid {
    opacity: calc(1 - var(--room-final) * 0.94);
}
.room-blueprint {
    opacity: calc(1 - var(--room-final) * 0.94);
}
.room-material {
    opacity: var(--room-final);
    transform: translate3d(0, calc((1 - var(--room-final)) * 20px), 0);
}
.room-build-label > div strong:nth-of-type(1) {
    color: rgba(255, 255, 255, calc(0.55 + var(--room-architecture) * 0.45));
}
.room-build-label > div strong:nth-of-type(2) {
    color: rgba(255, 255, 255, calc(0.55 + var(--room-storage) * 0.45));
}
.room-build-label > div strong:nth-of-type(3) {
    color: rgba(255, 255, 255, calc(0.55 + var(--room-final) * 0.45));
}

/* Four aligned generated stages: empty room -> frame -> cabinetry -> dressed room */
.room-blueprint-grid,
.room-blueprint {
    display: none;
}
.room-finished {
    opacity: 1;
}
.room-layer {
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: none;
    transform: none;
    image-rendering: auto;
}
.room-layer-architecture {
    z-index: 1;
    opacity: 1;
    background-image: url("../images/hero-sequence/spc-hero-01.webp");
}
.room-layer-storage {
    z-index: 2;
    opacity: var(--room-architecture);
    background-image: url("../images/hero-sequence/spc-hero-02.webp");
    clip-path: inset(
        calc((1 - var(--room-architecture)) * 42%)
            calc((1 - var(--room-architecture)) * 18%) 0
    );
}
.room-layer-furniture {
    z-index: 3;
    opacity: var(--room-furniture);
    background-image: url("../images/hero-sequence/spc-hero-03.webp");
    clip-path: none;
}
.room-layer-final {
    z-index: 4;
    opacity: var(--room-final);
    background-image: url("../images/hero-sequence/spc-hero-04.webp");
}
.room-layer-storage {
    clip-path: none;
}
.room-layer-storage,
.room-layer-furniture,
.room-layer-final {
    transform: scale(calc(1.018 - var(--room-final) * 0.018));
    will-change: opacity, transform;
}
.room-warmth {
    z-index: 5;
}
.room-finished:after {
    z-index: 6;
    background: linear-gradient(0deg, rgba(81, 55, 40, 0.18), transparent 30%);
}
.room-material {
    display: none;
}
.room-build-scene {
    background: #e9dfd2;
}
.room-build-label,
.room-scroll-cue {
    z-index: 10;
    text-shadow: 0 1px 10px rgba(61, 43, 33, 0.45);
}

.room-stage-caption {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 3%;
    width: min(760px, 66vw);
    padding: 0 30px;
    color: #fff;
    text-align: center;
    background: transparent;
    opacity: 0;
    transform: translate3d(-50%, 14px, 0);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.room-stage-caption.is-visible {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
}

.room-stage-caption span,
.room-stage-caption strong {
    display: block;
}

.room-stage-caption span {
    margin-bottom: 11px;
    color: var(--gold-soft);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.room-stage-caption strong {
    font: 300 clamp(22px, 2.35vw, 38px)/1.2 var(--font-head);
    letter-spacing: -0.7px;
    text-shadow: 0 3px 24px rgba(28, 17, 11, 0.72);
}

.room-stage-caption:after {
    content: "";
    display: block;
    width: 72px;
    height: 2px;
    margin: 18px auto 0;
    background: var(--gold);
}

@media (max-width: 767.98px) {
    .room-stage-caption {
        bottom: 18%;
        width: calc(100% - 40px);
        padding: 0 12px;
    }

    .room-stage-caption strong {
        font-size: clamp(18px, 5.5vw, 25px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .room-stage-caption {
        transition: none;
    }
}

/* KPI navigation structure */
.kpi-nav {
    gap: 0 !important;
}
.kpi-nav .nav-link {
    padding-left: 9px !important;
    padding-right: 9px !important;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    white-space: nowrap;
}
.kpi-nav .nav-link:before {
    left: 9px;
    right: 9px;
}
.kpi-dropdown-menu {
    min-width: 230px;
}
.kpi-submenu {
    position: relative;
}
.kpi-submenu-menu {
    top: -12px;
    left: calc(100% + 12px);
    min-width: 260px;
}
.kpi-submenu:hover > .kpi-submenu-menu,
.kpi-submenu:focus-within > .kpi-submenu-menu {
    display: block;
}
.kpi-dropdown-menu .dropdown-item {
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 11px 15px;
    color: var(--ink);
}
.kpi-dropdown-menu .dropdown-item:hover {
    background: var(--cream);
    color: var(--green);
}
.mobile-nav details {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.mobile-nav summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1.5px;
    cursor: pointer;
}
.mobile-nav summary::-webkit-details-marker {
    display: none;
}
.mobile-nav details[open] summary i {
    transform: rotate(180deg);
}
.mobile-nav summary i {
    font-size: 14px;
    transition: transform 0.3s;
}
.mobile-nav details a {
    padding: 10px 10px 10px 22px !important;
    border-bottom: 0 !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    letter-spacing: 1px;
}
.mobile-nav details a:last-child {
    padding-bottom: 18px !important;
}
@media (min-width: 992px) and (max-width: 1260px) {
    .navbar-brand img {
        width: 220px !important;
    }
    .kpi-nav .nav-link {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 10px;
        letter-spacing: 0.8px;
    }
    .kpi-nav .nav-link:before {
        left: 6px;
        right: 6px;
    }
}
.header-contact-btn {
    padding: 11px 13px;
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1.2px;
    white-space: nowrap;
}
.kpi-dropdown-menu .dropdown-divider {
    margin: 6px 0;
    border-color: rgba(147, 99, 63, 0.2);
}
@media (min-width: 992px) and (max-width: 1260px) {
    .header-contact-btn {
        padding: 10px 9px;
        font-size: 9px;
    }
    .navbar-brand {
        padding-right: 8px !important;
    }
}

/* Product range mega menu */
.nav-shell {
    position: relative;
}
.mega-dropdown {
    position: static;
}
.mega-menu {
    left: 12px !important;
    right: 12px !important;
    top: 100% !important;
    width: auto;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    margin: 0 !important;
    padding: 0;
    border-top: 3px solid var(--gold);
    border-radius: 0;
    background: #fff;
    box-shadow: 0 26px 65px rgba(61, 43, 33, 0.2);
    transform: none !important;
}
.mega-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 26px;
    background: var(--cream);
    border-bottom: 1px solid rgba(147, 99, 63, 0.16);
}
.mega-menu-head span {
    font: 400 19px var(--font-head);
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--green-dark);
}
.mega-menu-head small {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--muted);
}
.mega-menu-head > a {
    padding-bottom: 3px;
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    border-bottom: 1px solid currentColor;
}
.mega-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    padding: 24px 14px 28px;
}
.mega-column {
    padding: 0 18px;
    border-right: 1px solid rgba(147, 99, 63, 0.16);
}
.mega-column:last-child {
    border-right: 0;
}
.mega-brand + .mega-brand {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(147, 99, 63, 0.16);
}
.mega-brand h3 {
    position: relative;
    margin: 0 0 12px;
    padding-bottom: 10px;
    font: 500 14px var(--font-head);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--green-dark);
}
.mega-brand h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background: var(--gold);
}
.mega-brand a {
    display: block;
    padding: 5px 0;
    color: var(--muted);
    font: 300 11px/1.35 var(--font-body);
    letter-spacing: 0.75px;
    text-decoration: none;
    transition:
        color 0.22s,
        transform 0.22s;
}
.mega-brand a:hover {
    color: var(--green);
    transform: translateX(4px);
}
.mobile-product-grid > div {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-product-grid strong {
    display: block;
    margin: 0 0 5px;
    padding: 0 10px;
    color: var(--gold);
    font: 500 12px var(--font-head);
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.mobile-product-grid strong:not(:first-child) {
    margin-top: 18px;
}
.mobile-products[open] {
    padding-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 1260px) {
    .mega-grid {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }
    .mega-column:nth-child(3) {
        border-right: 0;
    }
    .mega-column:nth-child(n + 4) {
        padding-top: 24px;
        border-top: 1px solid rgba(147, 99, 63, 0.16);
    }
    .mega-menu-head {
        padding: 15px 22px;
    }
}
@media (max-width: 991.98px) {
    .mega-menu {
        display: none !important;
    }
}

/* Contact page */
.page-hero {
    position: relative;
    overflow: hidden;
    padding: 190px 0 90px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(21, 23, 21, 0.86), rgba(21, 23, 21, 0.93)),
        url("../images/hero-sequence/luxury-04-final-fullhd.webp")
            center/cover no-repeat;

  
}
.page-hero:after {
    content: "SPC";
    position: absolute;
    right: 2%;
    top: 0;
    font: 800 20vw/1 var(--font-head);
    color: rgba(255, 255, 255, 0.025);
}
.page-hero .eyebrow {
    color: var(--green);
}
.page-hero h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    margin-bottom: 22px;
}
.page-hero-contact {
    background:
        linear-gradient(180deg, rgba(21, 23, 21, 0.86), rgba(21, 23, 21, 0.93)),
        url("../images/hero-sequence/luxury-03-sofa-fullhd.webp")
            center/cover no-repeat;
}
.page-crumb {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    font: 600 12px var(--font-head);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #aeb5af;
}
.page-crumb a {
    color: #aeb5af;
    text-decoration: none;
}
.page-crumb a:hover {
    color: var(--green);
}
.page-crumb i {
    font-size: 10px;
}
.page-crumb span {
    color: var(--green);
}
.contact-page-section {
    background: #fff;
}
.contact-page-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    align-items: start;
}
.contact-info-list {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact-info-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px 24px;
    background: var(--cream);
    text-decoration: none;
    color: var(--ink);
    transition: 0.25s;
}
a.contact-info-card:hover {
    background: var(--green);
    color: #fff;
}
a.contact-info-card:hover i {
    color: #fff;
}
.contact-info-card i {
    font-size: 20px;
    color: var(--green);
    margin-top: 3px;
}
.contact-info-card strong {
    display: block;
    font: 700 14px var(--font-head);
    margin-bottom: 4px;
}
.contact-info-card span {
    font-size: 13px;
    line-height: 1.6;
    color: inherit;
    opacity: 0.85;
}
.contact-socials {
    margin-top: 36px;
}
.contact-socials a {
    border-color: #e4e6e4;
    color: var(--ink);
}
.contact-socials a:hover {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.contact-form-card {
    background: var(--cream);
    padding: 50px;
}
.contact-form-card h3 {
    font: 700 26px var(--font-head);
    letter-spacing: -0.02em;
    margin: 8px 0 28px;
    color: var(--ink);
}
.contact-form .form-label {
    font: 700 11px var(--font-head);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--muted);
    margin-bottom: 8px;
}
.contact-form .form-control,
.contact-form .form-select {
    border: 0;
    border-bottom: 2px solid #d8ddd8;
    border-radius: 0;
    background: transparent;
    padding: 12px 4px;
    font-size: 15px;
    color: var(--ink);
}
.contact-form .form-control:focus,
.contact-form .form-select:focus {
    box-shadow: none;
    border-color: var(--green);
}
.contact-form textarea.form-control {
    resize: vertical;
}
.contact-map-section {
    line-height: 0;
}
.contact-map {
    width: 100%;
    height: 420px;
    border: 0;
    filter: grayscale(0.15);
}
@media (max-width: 991.98px) {
    .page-hero {
        padding: 150px 0 70px;
    }
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .contact-form-card {
        padding: 36px 26px;
    }
}
@media (max-width: 575.98px) {
    .page-hero {
        padding: 130px 0 55px;
    }
    .contact-map {
        height: 320px;
    }
    .contact-info-card {
        padding: 16px 18px;
    }
}

/* About page */
.about-page .about-story-section,
.about-page .about-team-section {
    background: #fff;
}

.about-page .about-mv-section,
.about-page .brand-marquee-section {
    background: var(--cream);
}

.feature-box.on-light {
    color: var(--ink);
    border-top-color: #e4e6e4;
}
.feature-box.on-light p {
    color: var(--muted);
}
.about-mv-section {
    background: var(--cream);
}
.about-mv-section .feature-box {
    padding: 34px 30px 30px;
    background: #fff;
}
.about-mv-section .row.g-4 > div > .feature-box {
    height: 100%;
}
.about-timeline-section {
    background: #fff;
}
.about-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px 24px;
}
.about-values-grid .feature-box {
    opacity: 1 !important;
    transform: none !important;
    clip-path: none !important;
    transition: none !important;
}
.about-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}
.about-timeline:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    height: 1px;
    background: #e1e5e1;
}
.timeline-item {
    position: relative;
    padding-top: 34px;
}
.timeline-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green);
}
.timeline-item strong {
    display: block;
    font: 800 30px var(--font-head);
    color: var(--ink);
    margin-bottom: 10px;
}
.timeline-item span {
    display: block;
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
}
@media (max-width: 991.98px) {
    .about-values-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 34px;
    }
    .about-timeline {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
    }
}
@media (max-width: 575.98px) {
    .about-values-grid {
        grid-template-columns: 1fr;
    }
    .about-timeline {
        grid-template-columns: 1fr;
    }
    .about-mv-section .feature-box {
        padding: 28px 22px 24px;
    }
}

/* Product browser page */
.product-page-hero {
    background:
        linear-gradient(90deg, rgba(27, 47, 30, 0.94), rgba(27, 47, 30, 0.62)),
        url("../images/hero-sequence/stage-03-cabinet-hd.webp") center/cover no-repeat;
}
.product-browser-section {
    background: var(--cream);
}
.product-browser-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 54px;
}
.product-browser-heading .eyebrow {
    align-self: flex-start;
    margin-top: 12px;
}
.product-browser-heading h2 {
    max-width: 650px;
    margin: 0;
    text-align: right;
}
.product-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(48, 36, 29, 0.16);
    border-bottom: 1px solid rgba(48, 36, 29, 0.16);
}
.product-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 23px 20px;
    color: var(--muted);
    font: 600 14px var(--font-head);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    border-right: 1px solid rgba(48, 36, 29, 0.16);
    transition: color 0.3s ease, background 0.3s ease;
}
.product-tab:last-child {
    border-right: 0;
}
.product-tab span {
    color: var(--gold);
    font-size: 9px;
    letter-spacing: 1px;
}
.product-tab:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 3px;
    background: var(--green);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}
.product-tab:hover,
.product-tab.is-active {
    color: var(--green-dark);
    background: rgba(255, 255, 255, 0.68);
}
.product-tab.is-active:after {
    transform: scaleX(1);
}
.product-panels {
    padding-top: 50px;
}
.product-panel[hidden] {
    display: none;
}
.product-panel-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(48, 36, 29, 0.12);
}
.product-panel-heading span {
    color: var(--green);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-panel-heading h3 {
    margin: 0;
    color: var(--ink);
    font-size: 24px;
    font-weight: 500;
}
.product-accordion-list {
    display: grid;
    gap: 14px;
    padding-top: 28px;
}
.product-accordion {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(48, 36, 29, 0.12);
    border-radius: 18px;
    transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.product-accordion.is-open {
    background: rgba(255, 255, 255, 0.88);
    border-color: rgba(73, 168, 65, 0.28);
    box-shadow: 0 16px 38px rgba(48, 36, 29, 0.06);
}
.product-accordion-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    color: var(--ink);
    text-align: left;
    background: transparent;
    border: 0;
}
.product-accordion-trigger span {
    font: 500 19px var(--font-head);
    letter-spacing: 1px;
}
.product-accordion-trigger i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    color: var(--green);
    background: rgba(73, 168, 65, 0.08);
    border-radius: 50%;
    transition: transform 0.3s ease, color 0.3s ease, background 0.3s ease;
}
.product-accordion.is-open .product-accordion-trigger i {
    color: #fff;
    background: var(--green);
    transform: rotate(45deg);
}
.product-accordion-content {
    padding: 0 24px 28px;
}
.product-accordion-content[hidden] {
    display: none;
}
.product-card-stage {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding-top: 4px;
}
.catalog-card {
    display: block;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(48, 36, 29, 0.1);
    border-radius: 22px;
    box-shadow: 0 12px 30px rgba(48, 36, 29, 0.07);
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.catalog-card:hover {
    transform: translateY(-7px);
    border-color: rgba(73, 168, 65, 0.34);
    box-shadow: 0 20px 44px rgba(48, 36, 29, 0.12);
}
.catalog-card-image {
    position: relative;
    display: block;
    aspect-ratio: 1.15 / 1;
    overflow: hidden;
    background: #e9ece7;
    border-radius: 20px 20px 0 0;
}
.catalog-card-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 65%, rgba(27, 47, 30, 0.18));
}
.catalog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
}
.catalog-card:hover .catalog-card-image img {
    transform: scale(1.05);
}
.catalog-card-arrow {
    position: absolute;
    z-index: 1;
    right: 14px;
    bottom: 14px;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #fff;
    background: var(--green);
    border-radius: 50%;
}
.catalog-card-copy {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 20px 20px 22px;
}
.catalog-card-copy small {
    color: var(--green);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}
.catalog-card-copy strong {
    color: var(--ink);
    font: 500 17px/1.35 var(--font-head);
    letter-spacing: 0.6px;
}
.product-dialog {
    width: min(980px, calc(100% - 32px));
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow: auto;
    background: #fff;
    border: 0;
    border-radius: 24px;
    box-shadow: 0 35px 90px rgba(15, 31, 18, 0.3);
}
.product-dialog::backdrop {
    background: rgba(15, 25, 17, 0.72);
    backdrop-filter: blur(5px);
}
.product-dialog-close {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--ink);
    background: rgba(255, 255, 255, 0.92);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}
.product-dialog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
}
.product-dialog-image,
.product-dialog-image img {
    min-height: 620px;
}
.product-dialog-image {
    background: #e9ece7;
}
.product-dialog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-dialog-content {
    padding: 64px 48px 48px;
}
.product-dialog-brand {
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.product-dialog-content > h2 {
    margin: 12px 0 32px;
    color: var(--ink);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.08;
}
.product-dialog-features h3 {
    margin: 0 0 14px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.product-dialog-features ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-dialog-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: 13px;
}
.product-dialog-features li:before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 auto;
    background: var(--gold);
    border-radius: 50%;
}
.product-dialog-specs {
    margin: 30px 0;
    border-top: 1px solid rgba(48, 36, 29, 0.12);
}
.product-dialog-specs div {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(48, 36, 29, 0.12);
}
.product-dialog-specs dt {
    color: var(--muted);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.product-dialog-specs dd {
    margin: 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 600;
}
.product-dialog-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}
.decorative-card-copy {
    justify-content: center;
}
.product-dialog.is-decorative .product-dialog-brand,
.product-dialog.is-decorative .product-dialog-features,
.product-dialog.is-decorative .product-dialog-specs,
.product-dialog.is-decorative .product-dialog-cta {
    display: none;
}
.product-dialog.is-decorative .product-dialog-content {
    position: absolute;
    z-index: 3;
    right: 30px;
    bottom: 30px;
    left: 30px;
    display: block;
    padding: 0;
    pointer-events: none;
}
.product-dialog.is-decorative .product-dialog-content > h2 {
    margin: 0;
    color: #fff;
    font: 500 clamp(1.45rem, 3vw, 2rem)/1.1 var(--font-head);
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
    transition: color 0.3s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-dialog.is-decorative {
    width: min(760px, calc(100% - 32px));
    overflow: hidden;
    border-radius: var(--frontend-card-radius-lg);
    background: var(--ink);
    box-shadow: 0 12px 32px rgba(48, 36, 29, 0.2);
}
.product-dialog.is-decorative .product-dialog-layout {
    position: relative;
    display: block;
    overflow: hidden;
    isolation: isolate;
}
.product-dialog.is-decorative .product-dialog-layout::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(20, 27, 21, 0.82) 100%);
    opacity: 0.82;
    pointer-events: none;
    transition: opacity 0.45s ease;
}
.product-dialog.is-decorative .product-dialog-image,
.product-dialog.is-decorative .product-dialog-image img {
    min-height: min(76vh, 700px);
}
.product-dialog.is-decorative .product-dialog-image {
    overflow: hidden;
}
.product-dialog.is-decorative .product-dialog-image img {
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}
.product-dialog.is-decorative .product-dialog-close {
    z-index: 4;
}
.product-dialog.is-decorative .product-dialog-layout:hover::after {
    opacity: 1;
}
.product-dialog.is-decorative .product-dialog-layout:hover .product-dialog-content > h2 {
    color: #f4dea0;
    transform: translateY(-5px);
}
.product-dialog.is-decorative .product-dialog-layout:hover .product-dialog-image img {
    transform: scale(1.055);
}
@media (max-width: 767.98px) {
    .product-browser-heading {
        display: block;
        margin-bottom: 38px;
    }
    .product-browser-heading h2 {
        margin-top: 18px;
        text-align: left;
    }
    .product-tabs {
        grid-template-columns: 1fr;
    }
    .product-tab {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(48, 36, 29, 0.12);
    }
    .product-tab:last-child {
        border-bottom: 0;
    }
    .product-panel-heading {
        display: block;
    }
    .product-panel-heading h3 {
        margin-top: 8px;
    }
    .product-card-stage {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        padding-top: 2px;
    }
    .product-accordion-list {
        padding-top: 20px;
    }
    .product-accordion {
        border-radius: 14px;
    }
    .product-accordion-trigger {
        padding: 17px 16px;
    }
    .product-accordion-trigger span {
        font-size: 16px;
    }
    .product-accordion-content {
        padding: 0 10px 14px;
    }
    .catalog-card {
        border-radius: 16px;
    }
    .catalog-card-image {
        border-radius: 14px 14px 0 0;
    }
    .catalog-card-copy {
        padding: 14px 12px 16px;
    }
    .catalog-card-copy strong {
        font-size: 13px;
    }
    .catalog-card-arrow {
        right: 10px;
        bottom: 10px;
        width: 32px;
        height: 32px;
    }
    .product-dialog {
        width: min(calc(100% - 20px), 560px);
        border-radius: 18px;
    }
    .product-dialog.is-decorative .product-dialog-content {
        right: 14px;
        bottom: 14px;
        left: 14px;
    }
    .product-dialog.is-decorative .product-dialog-content > h2 {
        font-size: 1.35rem;
    }
    .product-dialog.is-decorative .product-dialog-image,
    .product-dialog.is-decorative .product-dialog-image img {
        min-height: 70vh;
    }
    .product-dialog-layout {
        display: block;
    }
    .product-dialog-image,
    .product-dialog-image img {
        min-height: 0;
        height: 270px;
    }
    .product-dialog-content {
        padding: 32px 22px 28px;
    }
    .product-dialog-content > h2 {
        margin-bottom: 24px;
    }
}

/* Homepage advantage panel */
.why-section {
    overflow: hidden;
    background: var(--cream);
}
.advantage-panel {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
    gap: 80px;
    padding: 12px 0 0;
    color: var(--ink);
    background: transparent;
    border-top: 1px solid rgba(48, 36, 29, 0.14);
}
.advantage-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 38px;
    margin-bottom: 22px;
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
.advantage-label:before {
    content: "";
    width: 32px;
    height: 1px;
    background: currentColor;
}
.why-section .advantage-intro h2 {
    max-width: 520px;
    margin: 0;
    color: var(--ink) !important;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 1.12;
}
.advantage-intro h2 span {
    display: block;
    margin-top: 8px;
    color: var(--green);
}
.advantage-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(48, 36, 29, 0.12);
}
.advantage-stats div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.advantage-stats strong {
    color: var(--green-dark);
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
}
.advantage-stats span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-top: 38px;
}
.advantage-tile {
    position: relative;
    min-height: 190px;
    padding: 25px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(48, 36, 29, 0.1);
    border-top: 3px solid var(--gold);
    box-shadow: 0 12px 28px rgba(48, 36, 29, 0.05);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.advantage-tile:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 100px;
    height: 100px;
    border: 1px solid rgba(73, 168, 65, 0.12);
    border-radius: 50%;
}
.advantage-number {
    position: absolute;
    top: 24px;
    right: 24px;
    color: rgba(48, 36, 29, 0.35);
    font-size: 10px;
    letter-spacing: 2px;
}
.advantage-tile > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: var(--green);
    font-size: 24px;
    background: rgba(73, 168, 65, 0.08);
    border: 1px solid rgba(73, 168, 65, 0.16);
}
.advantage-tile h3 {
    position: absolute;
    right: 26px;
    bottom: 24px;
    left: 26px;
    margin: 0;
    color: var(--ink);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.35;
}
.advantage-tile:hover {
    transform: translateY(-5px);
    background: #fff;
    border-color: rgba(73, 168, 65, 0.3);
    border-top-color: var(--green);
    box-shadow: 0 18px 38px rgba(48, 36, 29, 0.09);
}
@media (max-width: 1199.98px) {
    .advantage-panel {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .advantage-stats {
        max-width: 580px;
    }
}
@media (max-width: 767.98px) {
    .advantage-panel {
        gap: 16px;
        padding: 0;
    }
    .why-section .advantage-intro h2 {
        font-size: 2rem;
    }
    .advantage-stats {
        gap: 10px;
        margin-top: 34px;
        padding-top: 20px;
    }
    .advantage-stats strong {
        font-size: 28px;
    }
    .advantage-stats span {
        font-size: 11px;
    }
    .advantage-grid {
        grid-template-columns: 1fr;
        padding-top: 24px;
    }
    .advantage-tile {
        min-height: 155px;
    }
}

/* About story — image + narrative with overlapping quote */
.about-story-grid {
    margin-bottom: 0;
}
.about-story-visual {
    position: relative;
}
.about-story-visual img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    display: block;
}
.about-story-year {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--charcoal);
    color: var(--gold);
    font: 800 13px var(--font-head);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 22px;
}
.about-story-quote {
    position: relative;
    z-index: 2;
    background: var(--green);
    color: #fff;
    padding: 32px 36px;
    margin: -46px 0 0 28px;
    box-shadow: 0 20px 45px rgba(23, 40, 26, 0.22);
}
.about-story-quote .about-quote-mark {
    display: block;
    color: #eafbe6;
    font-family: Georgia, serif;
    font-size: 52px;
    line-height: 1;
    margin-bottom: 4px;
}
.about-story-section .about-story-quote p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    color: #fff;
}
.about-story-stats {
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px;
    padding-top: 30px;
    border-top: 1px solid #e4e6e4;
}
.about-story-stats > div {
    flex: 1 1 33%;
    padding: 0 26px;
}
.about-story-stats > div:first-child {
    padding-left: 0;
}
.about-story-stats > div + div {
    border-left: 1px solid #e4e6e4;
}
.about-story-stats strong {
    display: block;
    font: 800 30px var(--font-head);
    color: var(--ink);
}
.about-story-stats span {
    font-size: 12px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
@media (max-width: 991.98px) {
    .about-story-visual img {
        height: 440px;
    }
    .about-story-quote {
        margin: -40px 0 0 20px;
        padding: 26px 26px;
    }
    .about-story-quote p {
        font-size: 15px;
    }
    .about-story-stats {
        margin-top: 60px;
    }
}
@media (max-width: 575.98px) {
    .about-story-visual img {
        height: 340px;
    }
    .about-story-quote {
        margin: -30px 16px 0;
    }
    .about-story-stats > div {
        flex: 1 1 100%;
        padding: 14px 0;
        border-left: 0 !important;
        border-top: 1px solid #e4e6e4;
    }
    .about-story-stats > div:first-child {
        border-top: 0;
        padding-top: 0;
    }
}

/* About page — large dark brand marquee (no green, gold accents) */
.about-brands-section {
    background: var(--charcoal);
    padding: 80px 0;
    overflow: hidden;
}
.about-brands-heading {
    margin-bottom: 48px;
}
.about-brands-heading .eyebrow {
    color: var(--gold);
}
.about-brands-heading h2 {
    color: #fff;
}
.about-brands-heading h2 em {
    color: var(--gold);
}
.about-brand-marquee {
    width: 100%;
    overflow: hidden;
}
.about-brand-marquee-track {
    display: flex;
    width: max-content;
    animation: brandMarquee 34s linear infinite;
    will-change: transform;
}
.about-brand-marquee:hover .about-brand-marquee-track {
    animation-play-state: paused;
}
.about-brand-tile {
    width: 340px;
    height: 140px;
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    transition:
        color 0.3s,
        background 0.3s;
}
.about-brand-tile strong {
    font: 800 32px var(--font-head);
    letter-spacing: 1px;
}
.about-brand-tile span {
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9aa19c;
    margin-left: 2px;
}
.about-brand-tile i {
    font-size: 26px;
    color: var(--gold);
}
.about-brand-tile:hover {
    color: var(--gold);
    background: rgba(255, 255, 255, 0.03);
}
.about-brand-tile:hover span {
    color: #d8ddd8;
}
@media (max-width: 767.98px) {
    .about-brands-section {
        padding: 56px 0;
    }
    .about-brands-heading {
        margin-bottom: 32px;
    }
    .about-brand-tile {
        width: 250px;
        height: 110px;
        flex: 0 0 250px;
    }
    .about-brand-tile strong {
        font-size: 24px;
    }
    .about-brand-marquee-track {
        animation-duration: 26s;
    }
}

/* Career page */
.page-hero-career {
    background:
        linear-gradient(180deg, rgba(21, 23, 21, 0.86), rgba(21, 23, 21, 0.93)),
        url("../images/hero-sequence/luxury-02-frame-fullhd.webp")
            center/cover no-repeat;
}
.career-apply-section {
    background: #fff;
}
.career-apply-card {
    max-width: 900px;
    margin: 0 auto;
}
.career-file-hint {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 0.02em;
}
.contact-form input[type="file"].form-control {
    padding: 10px 0;
    font-size: 14px;
    color: var(--muted);
}
.contact-form input[type="file"].form-control::file-selector-button {
    border: 0;
    background: var(--charcoal);
    color: #fff;
    font: 700 11px var(--font-head);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 10px 18px;
    margin-right: 16px;
    cursor: pointer;
    transition: 0.25s;
}
.contact-form input[type="file"].form-control::file-selector-button:hover {
    background: var(--green);
}
@media (max-width: 767.98px) {
    .career-apply-card {
        padding: 32px 22px;
    }
}

/* Boiling Water Resistant product page — full-bleed water image, glass panel + seal badge */
.water-hero {
    position: relative;
    min-height: 680px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.water-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.water-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        rgba(15, 17, 15, 0.82) 0%,
        rgba(15, 17, 15, 0.25) 45%,
        rgba(15, 17, 15, 0.05) 65%
    );
    z-index: 1;
}
.water-hero-seal {
    position: absolute;
    z-index: 2;
    top: 150px;
    right: 60px;
    width: 132px;
    height: 132px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.55);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background: rgba(21, 23, 21, 0.35);
    backdrop-filter: blur(6px);
}
.water-hero-seal span {
    font: 800 20px var(--font-head);
    color: var(--gold);
}
.water-hero-seal small {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #e4e6e4;
    max-width: 90px;
    margin-top: 4px;
}
.water-hero-panel {
    position: relative;
    z-index: 2;
    max-width: 680px;
    margin: 0 0 70px 60px;
    padding: 40px 44px;
    background: rgba(21, 23, 21, 0.42);
    backdrop-filter: blur(10px);
    border-left: 3px solid var(--gold);
}
.water-hero-panel .page-crumb {
    margin-bottom: 22px;
    color: #d8ddd8;
}
.water-hero-panel .page-crumb a {
    color: #d8ddd8;
}
.water-hero-panel .eyebrow {
    color: var(--gold);
}
.water-hero-panel h2 {
    color: #fff;
    margin-bottom: 20px;
}
.water-hero-panel h2 em {
    color: var(--gold);
}
.water-hero-panel > p {
    color: #e4e6e4;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 30px;
}
.water-hero-panel .text-link {
    color: #fff;
    border-bottom-color: var(--gold);
}
@media (max-width: 991.98px) {
    .water-hero {
        min-height: 0;
        padding-top: 130px;
    }
    .water-hero-seal {
        top: 110px;
        right: 28px;
        width: 104px;
        height: 104px;
    }
    .water-hero-panel {
        margin: 0 24px 50px;
        padding: 32px 28px;
    }
}
@media (max-width: 575.98px) {
    .water-hero-seal {
        width: 88px;
        height: 88px;
        top: 98px;
        right: 18px;
    }
    .water-hero-seal span {
        font-size: 16px;
    }
    .water-hero-panel {
        margin: 0 16px 40px;
        padding: 26px 22px;
    }
    .water-hero-panel > p {
        font-size: 14px;
    }
}
.bwr-spec-section {
    background: #fff;
}
.bwr-spec-visual {
    position: relative;
}
.bwr-spec-visual img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}
.bwr-spec-visual-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--charcoal);
    color: #fff;
    font: 700 11px var(--font-head);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 14px 22px;
}
.bwr-spec-list {
    list-style: none;
    margin: 30px 0 32px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.bwr-spec-list li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.bwr-spec-list i {
    color: var(--green);
    font-size: 19px;
    margin-top: 2px;
}
.bwr-spec-list strong {
    display: block;
    font: 700 15px var(--font-head);
    color: var(--ink);
    margin-bottom: 3px;
}
.bwr-spec-list span {
    font-size: 14px;
    color: var(--muted);
    line-height: 1.6;
}

.bwr-process-section {
    background: var(--charcoal);
    position: relative;
    overflow: hidden;
}
.bwr-process-section:after {
    content: "BWR";
    position: absolute;
    right: 2%;
    top: 0;
    font: 800 18vw/1 var(--font-head);
    color: rgba(255, 255, 255, 0.025);
}
.bwr-process-section .eyebrow {
    color: var(--gold);
}
.bwr-process-section h2 {
    color: #fff;
}
.bwr-process-section h2 em {
    color: var(--gold);
}
.bwr-process-section .lead-copy {
    color: #aeb5af;
}
.bwr-process-track {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}
.bwr-process-track:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    height: 1px;
    background: rgba(255, 255, 255, 0.18);
}
.bwr-process-step {
    position: relative;
}
.bwr-process-num {
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--charcoal);
    border: 1px solid var(--gold);
    color: var(--gold);
    font: 800 15px var(--font-head);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}
.bwr-process-step i {
    font-size: 26px;
    color: var(--green);
    margin-bottom: 14px;
    display: block;
}
.bwr-process-step h3 {
    font: 700 19px var(--font-head);
    color: #fff;
    margin: 0 0 10px;
}
.bwr-process-step p {
    font-size: 14px;
    line-height: 1.7;
    color: #aeb5af;
    margin: 0;
}

.bwr-uses-section {
    background: var(--cream);
}
.bwr-uses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.bwr-use-card {
    position: relative;
    display: block;
    height: 260px;
    overflow: hidden;
    text-decoration: none;
}
.bwr-use-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.bwr-use-card:hover img {
    transform: scale(1.06);
}
.bwr-use-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(9, 17, 10, 0.82), transparent 60%);
}
.bwr-use-card > div {
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.bwr-use-card i {
    font-size: 17px;
    color: var(--gold-soft);
}
.bwr-use-card span {
    font: 700 14px var(--font-head);
}
@media (max-width: 991.98px) {
    .bwr-process-track {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 44px;
    }
    .bwr-process-track:before {
        display: none;
    }
    .bwr-uses-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575.98px) {
    .bwr-spec-visual img {
        height: 340px;
    }
    .bwr-uses-grid {
        grid-template-columns: 1fr;
    }
    .bwr-use-card {
        height: 220px;
    }
}

@media (min-width: 992px) {
    .site-header .navbar {
        position: relative;
    }
    .site-header .nav-shell {
        position: static;
    }
    .navbar-nav .mega-dropdown {
        transform: none !important;
    }
    .mega-menu {
        left: 50% !important;
        right: auto !important;
        width: min(1260px, calc(100vw - 32px)) !important;
        transform: translateX(-50%) !important;
    }
    .mega-dropdown:hover > .mega-menu,
    .mega-dropdown:focus-within > .mega-menu {
        display: block;
    }
    .mega-dropdown:hover > .nav-link:before,
    .mega-dropdown:focus-within > .nav-link:before {
        transform: scaleX(1);
    }
}
@media (min-width: 992px) {
    .mega-menu {
        position: fixed !important;
        left: 16px !important;
        right: 16px !important;
        top: 124px !important;
        width: auto !important;
        transform: none !important;
    }
    .site-header.scrolled .mega-menu {
        top: 72px !important;
    }
}
@media (min-width: 992px) {
    .mega-menu {
        position: absolute !important;
        left: var(--mega-offset, -900px) !important;
        right: auto !important;
        top: 100% !important;
        width: calc(100vw - 32px) !important;
        transform: none !important;
    }
    .site-header.scrolled .mega-menu {
        top: 100% !important;
    }
}
.brand-logo,
.about-brand-tile {
    width: 260px !important;
    height: 130px !important;
    flex: 0 0 260px !important;
    padding: 20px 28px !important;
    background: #fff !important;
    border-right: 1px solid rgba(147, 99, 63, 0.16) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.brand-logo img,
.about-brand-tile img {
    display: block;
    width: 100% !important;
    height: 82px !important;
    max-width: 190px !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: none !important;
}
.brand-logo:hover,
.about-brand-tile:hover {
    background: var(--cream) !important;
}
.brand-logo:hover img,
.about-brand-tile:hover img {
    transform: scale(1.04);
    transition: transform 0.3s ease;
}
.about-brand-tile {
    color: inherit !important;
}
@media (max-width: 767.98px) {
    .brand-logo,
    .about-brand-tile {
        width: 210px !important;
        height: 110px !important;
        flex-basis: 210px !important;
        padding: 16px 22px !important;
    }
    .brand-logo img,
    .about-brand-tile img {
        height: 68px !important;
        max-width: 160px !important;
    }
}
.inspiration-gallery-link {
    margin: 4px auto 0;
}
.gallery-hero {
    min-height: 480px;
    background:
        linear-gradient(90deg, rgba(61, 43, 33, 0.9), rgba(61, 43, 33, 0.4)),
        url("../images/spc-showroom/20250523_113536.jpg") center 52% / cover no-repeat;
}
.gallery-section {
    background: var(--cream);
}
.showroom-gallery {
    columns: 3;
    column-gap: 18px;
}
.gallery-item {
    position: relative;
    display: block;
    margin: 0 0 18px;
    overflow: hidden;
    background: #fff;
    break-inside: avoid;
    box-shadow: 0 10px 28px rgba(61, 43, 33, 0.08);
}
.gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}
.gallery-item:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(61, 43, 33, 0.72), transparent 48%);
    opacity: 0;
    transition: opacity 0.35s;
}
.gallery-item span {
    position: absolute;
    z-index: 2;
    left: 22px;
    right: 22px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font: 400 11px var(--font-head);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    opacity: 0;
    transform: translateY(12px);
    transition:
        opacity 0.35s,
        transform 0.35s;
}
.gallery-item:hover img {
    transform: scale(1.035);
}
.gallery-item:hover:after,
.gallery-item:hover span {
    opacity: 1;
}
.gallery-item:hover span {
    transform: none;
}
.gallery-item span i {
    font-size: 18px;
    color: var(--gold);
}
.glightbox-container .gslide-description {
    background: var(--green-dark) !important;
}
.glightbox-container .gslide-title {
    color: #fff !important;
    font-family: var(--font-head) !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
@media (max-width: 991.98px) {
    .showroom-gallery {
        columns: 2;
    }
}
@media (max-width: 575.98px) {
    .gallery-hero {
        min-height: 390px;
    }
    .showroom-gallery {
        columns: 1;
    }
    .gallery-item span {
        opacity: 1;
        transform: none;
    }
    .gallery-item:after {
        opacity: 0.72;
    }
}
.gallery-item:after,
.gallery-item span,
.glightbox-container .gslide-description {
    display: none !important;
}

/* Consistent curved card language across the public website. */
:root {
    --frontend-card-radius-lg: 26px;
    --frontend-card-radius-md: 20px;
    --frontend-card-radius-sm: 16px;
}

.product-card,
.inspire-card,
.testimonial-card,
.contact-panel,
.contact-form-card,
.about-story-visual,
.portfolio-visual,
.product-dialog {
    border-radius: var(--frontend-card-radius-lg);
}

.feature-box,
.advantage-tile,
.contact-info-card,
.gallery-item,
.about-brand-tile,
.product-accordion,
.catalog-card,
.care-values article,
.proof-band {
    border-radius: var(--frontend-card-radius-md);
}

.product-card,
.feature-box,
.advantage-tile,
.contact-info-card,
.contact-form-card,
.about-story-visual,
.portfolio-visual,
.about-brand-tile,
.care-values article,
.proof-band {
    overflow: hidden;
}

.product-card > img,
.about-story-visual > img,
.portfolio-visual > img {
    border-radius: var(--frontend-card-radius-lg) var(--frontend-card-radius-lg) 0 0;
}

.catalog-card-image {
    border-radius: var(--frontend-card-radius-md) var(--frontend-card-radius-md) 0 0;
}

.year-stamp {
    border-radius: var(--frontend-card-radius-sm) 0 0 var(--frontend-card-radius-sm);
}

@media (max-width: 767.98px) {
    :root {
        --frontend-card-radius-lg: 22px;
        --frontend-card-radius-md: 17px;
        --frontend-card-radius-sm: 14px;
    }
}

/* About team */
.about-team-section {
    background: var(--cream);
    overflow: hidden;
}

.about-team-heading {
    max-width: 760px;
    margin: 0 0 64px;
    text-align: left;
}

.about-team-heading h2 {
    margin: 12px 0 28px;
}

.about-team-heading-line {
    display: block;
    width: 74px;
    height: 2px;
    margin: 0;
    background: var(--gold);
}

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

.about-team-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: var(--green-dark);
    border: 1px solid rgba(35, 91, 39, 0.16);
    border-radius: var(--frontend-card-radius-lg);
    box-shadow: 0 14px 36px rgba(32, 35, 33, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}

.about-team-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 58px;
    content: "";
    border-right: 3px solid var(--gold);
    border-bottom: 3px solid var(--gold);
    border-radius: 0 0 var(--frontend-card-radius-lg) 0;
    opacity: 0.8;
    pointer-events: none;
}

.about-team-card:hover {
    border-color: rgba(212, 167, 44, 0.55);
    box-shadow: 0 24px 50px rgba(32, 35, 33, 0.17);
    transform: translateY(-5px);
}

.about-team-image {
    position: relative;
    aspect-ratio: 4 / 4.55;
    margin: 10px 10px 0;
    overflow: hidden;
    background: #e9e3dc;
    border-radius: calc(var(--frontend-card-radius-lg) - 8px) calc(var(--frontend-card-radius-lg) - 8px) 10px 10px;
}

.about-team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.9);
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.45s ease;
}

.about-team-card:hover .about-team-image img {
    filter: saturate(1);
    transform: scale(1.055);
}

.about-team-copy {
    position: relative;
    min-height: 112px;
    padding: 20px 22px 21px;
    text-align: left;
}

.about-team-copy::before {
    position: absolute;
    top: 0;
    left: 22px;
    width: 30px;
    height: 3px;
    content: "";
    background: var(--gold);
}

.about-team-copy h3 {
    margin: 5px 0 0;
    color: #fff;
    font: 600 clamp(18px, 1.45vw, 22px)/1.35 var(--font-head);
    letter-spacing: 2px;
}

.about-team-designation {
    margin: 0;
    color: #e5c56b;
    font: 600 10px/1.45 var(--font-body);
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.about-team-description {
    display: -webkit-box;
    margin: 8px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.7);
    font: 400 12px/1.55 var(--font-body);
    letter-spacing: 0.7px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.about-team-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 32px;
    color: var(--muted);
    text-align: center;
    background: #fff;
    border: 1px solid rgba(48, 36, 29, 0.1);
    border-radius: var(--frontend-card-radius-lg);
}

@media (max-width: 991.98px) {
    .about-team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .about-team-heading {
        margin-bottom: 44px;
    }

    .about-team-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 380px;
        margin: 0 auto;
    }

    .about-team-copy {
        min-height: 0;
    }
}

/* Homepage journal */
.blog-section {
    position: relative;
    overflow: hidden;
    background: var(--cream);
}

.blog-section-heading {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    align-items: end;
    gap: 60px;
    margin-bottom: 55px;
}

.blog-section-heading p {
    max-width: 430px;
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

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

.blog-card {
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(48, 36, 29, 0.1);
    border-radius: var(--frontend-card-radius-lg);
    box-shadow: 0 14px 38px rgba(61, 43, 33, 0.07);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 52px rgba(61, 43, 33, 0.13);
}

.blog-card-image {
    position: relative;
    display: block;
    height: 285px;
    overflow: hidden;
}

.blog-card-image:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(31, 25, 20, 0.42), transparent 48%);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.055);
}

.blog-card-image span {
    position: absolute;
    z-index: 1;
    left: 22px;
    bottom: 20px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.blog-card-body {
    padding: 26px 26px 28px;
}

.blog-card-body small {
    color: var(--green);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.blog-card-body h3 {
    min-height: 76px;
    margin: 12px 0 24px;
    color: var(--ink);
    font: 500 clamp(19px, 1.65vw, 24px)/1.35 var(--font-head);
}

.blog-card-body > a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-card-body > a i {
    color: var(--green);
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-body > a i {
    transform: translate(3px, -3px);
}

@media (max-width: 991.98px) {
    .blog-section-heading {
        grid-template-columns: 1fr;
        gap: 22px;
    }

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

@media (max-width: 575.98px) {
    .blog-card-grid {
        grid-template-columns: 1fr;
    }

    .blog-card-image {
        height: 245px;
    }

    .blog-card-body h3 {
        min-height: 0;
    }
}

/* Balanced contact information and form columns. */
.contact-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    align-items: start;
}

.contact-info-col,
.contact-form-col {
    min-width: 0;
}

.contact-intro {
    position: relative;
    max-width: 550px;
    padding: 4px 0 5px 26px;
    border-left: 3px solid var(--gold);
}

.contact-intro .eyebrow {
    margin-bottom: 13px;
    color: var(--green-dark);
}

.contact-intro .eyebrow:before {
    display: none;
}

.contact-info-col h2 {
    max-width: 520px;
    margin: 0 0 16px;
    font-size: clamp(2rem, 2.8vw, 3rem);
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

.contact-info-col h2 em {
    display: block;
    margin-top: 4px;
    color: var(--green);
    font-weight: 300;
}

.contact-intro > .lead-copy {
    max-width: 540px;
    margin: 0;
    font-size: 15px;
    line-height: 1.65;
}

.contact-info-col .contact-info-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 24px;
}

.contact-info-col .contact-info-card {
    min-width: 0;
    padding: 14px 18px;
}

.contact-info-col .contact-info-card span {
    overflow-wrap: anywhere;
}

.contact-info-col .contact-socials {
    margin-top: 24px;
}

@media (max-width: 991.98px) {
    .contact-page-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }
}

@media (max-width: 575.98px) {
    .contact-info-col .contact-info-list {
        grid-template-columns: 1fr;
    }
}

/* Premium utility bar above the main navigation. */
.media-section { background: var(--cream); }
.media-section h2 { font-size: clamp(2rem, 3vw, 3rem); }
.media-video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.media-video-card { overflow: hidden; background: #fff; border: 1px solid rgba(48, 36, 29, .08); border-radius: var(--frontend-card-radius-lg); box-shadow: 0 10px 30px rgba(48, 36, 29, .06); transition: transform .3s ease, box-shadow .3s ease; }
.media-video-card:hover { transform: translateY(-4px); box-shadow: 0 16px 38px rgba(48, 36, 29, .1); }
.media-thumbnail-link { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 10; background: #202321; }
.media-thumbnail-link img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .35s ease; }
.media-thumbnail-link span { position: absolute; right: 18px; bottom: 18px; display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; box-shadow: 0 8px 24px rgba(22, 62, 26, .28); transition: background-color .25s ease, transform .25s ease; }
.media-video-card:hover .media-thumbnail-link img { opacity: .88; transform: scale(1.045); }
.media-video-card:hover .media-thumbnail-link span { background: var(--green-dark); transform: rotate(8deg); }
.media-video-copy { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px 20px; }
.media-video-copy h3 { margin: 0; color: var(--brown); font-size: 18px; font-weight: 400; line-height: 1.4; overflow-wrap: anywhere; }
.media-empty { grid-column: 1 / -1; padding: 60px 24px; text-align: center; background: #fff; border-radius: var(--frontend-card-radius-lg); }
.media-empty > i { display: block; margin-bottom: 20px; font-size: 44px; color: var(--green); }
.media-empty p { color: var(--muted); }
@media (max-width: 991.98px) { .media-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575.98px) { .media-video-grid { grid-template-columns: 1fr; } }

.topbar {
    padding: 0;
    background: var(--green-dark);
    border-bottom: 1px solid rgba(240, 210, 122, 0.55);
}

.topbar-shell {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.topbar-trust {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.topbar-trust small {
    padding-left: 10px;
    color: #f4dea0;
    font-size: 9px;
    letter-spacing: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.topbar-dot {
    width: 7px;
    height: 7px;
    background: var(--gold-soft);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(240, 210, 122, 0.18);
}

.topbar-contact {
    display: flex;
    align-self: stretch;
}

.topbar-contact a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 18px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.25s ease;
}

.topbar-contact a:hover {
    background: rgba(255, 255, 255, 0.06);
}

.topbar-contact i {
    color: #f4dea0;
    font-size: 13px;
}

.topbar-contact a > span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.topbar-contact small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.topbar-contact strong {
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.product-group-stack {
    display: grid;
    gap: 30px;
    padding-top: 4px;
}

.product-category-group + .product-category-group {
    padding-top: 28px;
    border-top: 1px solid rgba(48, 36, 29, 0.1);
}

.product-category-group > h4,
.decorative-direct-list > h4 {
    margin: 0 0 18px;
    color: var(--green-dark);
    font: 500 15px var(--font-head);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.decorative-direct-list {
    padding: 26px 24px 28px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(48, 36, 29, 0.1);
    border-radius: var(--frontend-card-radius-md);
}

.product-empty-state {
    padding: 52px 24px;
    color: var(--muted);
    text-align: center;
    background: rgba(255, 255, 255, 0.62);
    border: 1px dashed rgba(48, 36, 29, 0.2);
    border-radius: var(--frontend-card-radius-md);
}

.product-empty-state i {
    display: block;
    margin-bottom: 14px;
    color: var(--green);
    font-size: 28px;
}

.product-empty-state h4 {
    margin: 0 0 8px;
    color: var(--ink);
    font: 500 19px var(--font-head);
}

.product-empty-state p {
    margin: 0;
    font-size: 13px;
}

@media (max-width: 767.98px) {
    .product-group-stack {
        gap: 22px;
    }

    .product-category-group + .product-category-group {
        padding-top: 20px;
    }

    .decorative-direct-list {
        padding: 18px 10px 14px;
    }
}

/* Homepage product range: image-first cards with persistent labels and hover emphasis. */
.products-editorial {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 22px;
}

.product-image-card {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: var(--frontend-card-radius-lg);
    background: var(--ink);
    box-shadow: 0 12px 32px rgba(48, 36, 29, 0.1);
    color: #fff;
    text-decoration: none;
    isolation: isolate;
}

.product-image-card::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg, transparent 38%, rgba(20, 27, 21, 0.82) 100%);
    opacity: 0.82;
    transition: opacity 0.45s ease;
}

.product-image-card img {
    width: 100%;
    height: 100%;
    min-height: 470px;
    object-fit: cover;
    transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-image-card-content {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 30px;
    left: 30px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-image-card-content span {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.76);
    font: 500 10px var(--font-head);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.product-image-card-content h3 {
    margin: 0;
    color: #fff;
    font: 500 clamp(1.45rem, 2vw, 2rem)/1.1 var(--font-head);
}

.product-image-card:hover::after,
.product-image-card:focus-visible::after {
    opacity: 1;
}

.product-image-card:hover img,
.product-image-card:focus-visible img {
    transform: scale(1.055);
}

.product-image-card:hover .product-image-card-content,
.product-image-card:focus-visible .product-image-card-content {
    opacity: 1;
    transform: translateY(-5px);
}

.product-image-card:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 4px;
}

@media (max-width: 991.98px) {
    .products-editorial {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-image-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px), (hover: none) {
    .products-editorial {
        grid-template-columns: 1fr;
    }

    .product-image-card,
    .product-image-card img {
        min-height: 390px;
    }

    .product-image-card:last-child {
        grid-column: auto;
    }

    .product-image-card::after,
    .product-image-card-content {
        opacity: 1;
    }

    .product-image-card-content {
        right: 24px;
        bottom: 24px;
        left: 24px;
        transform: none;
    }
}

/* Premium, image-count-aware gallery collage. */
.gallery-section {
    background: #f7f5f1;
}
.showroom-gallery {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 86px;
    gap: 18px;
    columns: auto;
}
.showroom-gallery .gallery-item {
    grid-column: span 4;
    grid-row: span 4;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(61, 43, 33, 0.1);
    border-radius: var(--frontend-card-radius-lg);
    box-shadow: 0 14px 34px rgba(61, 43, 33, 0.09);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
}
.showroom-gallery.gallery-count-4 .gallery-item:nth-child(8n + 1) {
    grid-column: span 7;
    grid-row: span 6;
}
.showroom-gallery.gallery-count-4 .gallery-item:nth-child(8n + 2),
.showroom-gallery.gallery-count-4 .gallery-item:nth-child(8n + 3) {
    grid-column: span 5;
    grid-row: span 3;
}
.showroom-gallery.gallery-count-4 .gallery-item:nth-child(8n + 7) {
    grid-column: span 5;
    grid-row: span 5;
}
.showroom-gallery.gallery-count-4 .gallery-item:nth-child(8n + 8) {
    grid-column: span 7;
    grid-row: span 5;
}
.showroom-gallery.gallery-count-1 .gallery-item {
    grid-column: 1 / -1;
    grid-row: span 6;
}
.showroom-gallery.gallery-count-2 .gallery-item {
    grid-column: span 6;
    grid-row: span 5;
}
.showroom-gallery.gallery-count-3 .gallery-item:first-child {
    grid-column: span 7;
    grid-row: span 6;
}
.showroom-gallery.gallery-count-3 .gallery-item:nth-child(n + 2) {
    grid-column: span 5;
    grid-row: span 3;
}
.showroom-gallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom-gallery .gallery-item::after {
    display: block !important;
    background: linear-gradient(0deg, rgba(24, 35, 26, 0.72), transparent 45%);
    opacity: 0.28;
}
.showroom-gallery .gallery-item span {
    display: flex !important;
    opacity: 0;
    transform: translateY(10px);
}
.showroom-gallery .gallery-item span small {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    font: 500 10px var(--font-head);
    backdrop-filter: blur(6px);
}
.showroom-gallery .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(61, 43, 33, 0.15);
}
.showroom-gallery .gallery-item:hover img {
    transform: scale(1.055);
}
.showroom-gallery .gallery-item:hover::after {
    opacity: 0.78;
}
.showroom-gallery .gallery-item:hover span {
    opacity: 1;
    transform: none;
}
@media (max-width: 991.98px) {
    .showroom-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 250px;
        gap: 14px;
    }
    .showroom-gallery .gallery-item,
    .showroom-gallery.gallery-count-1 .gallery-item,
    .showroom-gallery.gallery-count-2 .gallery-item,
    .showroom-gallery.gallery-count-3 .gallery-item:first-child,
    .showroom-gallery.gallery-count-3 .gallery-item:nth-child(n + 2),
    .showroom-gallery.gallery-count-4 .gallery-item:nth-child(n) {
        grid-column: span 1;
        grid-row: span 1;
    }
    .showroom-gallery.gallery-count-1 .gallery-item,
    .showroom-gallery.gallery-count-3 .gallery-item:first-child,
    .showroom-gallery.gallery-count-4 .gallery-item:nth-child(6n + 1) {
        grid-column: 1 / -1;
        grid-row: span 2;
    }
}
@media (max-width: 575.98px) {
    .showroom-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 300px;
        gap: 14px;
    }
    .showroom-gallery .gallery-item,
    .showroom-gallery.gallery-count-1 .gallery-item,
    .showroom-gallery.gallery-count-2 .gallery-item,
    .showroom-gallery.gallery-count-3 .gallery-item:first-child,
    .showroom-gallery.gallery-count-3 .gallery-item:nth-child(n + 2),
    .showroom-gallery.gallery-count-4 .gallery-item:nth-child(n) {
        grid-column: 1;
        grid-row: span 1;
    }
    .showroom-gallery .gallery-item:nth-child(5n + 1) {
        min-height: 380px;
    }
    .showroom-gallery .gallery-item span {
        opacity: 1;
        transform: none;
    }
}
.spc-pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.spc-page-item {
    display: flex;
}
.spc-page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    padding: 0 6px;
    border: 1px solid #e1e4e0;
    border-radius: 0;
    background: var(--white);
    color: var(--ink);
    font: 700 13px var(--font-head);
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: all 0.2s ease;
}
.spc-page-item a.spc-page-link:hover {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
    transform: translateY(-2px);
}
.spc-page-item.active .spc-page-link {
    background: var(--green);
    border-color: var(--green);
    color: #fff;
}
.spc-page-item.disabled .spc-page-link {
    background: var(--cream);
    border-color: #e1e4e0;
    color: var(--muted);
    cursor: default;
}
.enquiry-sticky-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 20;
    width: 40px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 10px 0 0 10px;
    background: var(--green);
    color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.2s;
}
.enquiry-sticky-btn:hover {
    background: var(--green-dark);
}
.enquiry-sticky-btn span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font: 700 12px var(--font-head);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .enquiry-sticky-btn {
        width: 34px;
        min-height: 110px;
    }
    .enquiry-sticky-btn span {
        font-size: 11px;
    }
}
.enquiry-modal .modal-content {
    border: 0;
    border-radius: 0;
}
.enquiry-modal .modal-header {
    background: var(--cream);
    border-bottom: 0;
    align-items: flex-start;
    padding: 30px 30px 10px;
}
.enquiry-modal .modal-title {
    display: block;
    font: 700 22px var(--font-head);
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-top: 6px;
}
.enquiry-modal .modal-body {
    padding: 20px 30px 30px;
}
