* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding-top: 78px;
    font-family: Arial, Helvetica, sans-serif;
    color: #172033;
    background:
        radial-gradient(circle at top left, rgba(249, 115, 22, 0.12), transparent 34rem),
        radial-gradient(circle at 92% 14%, rgba(20, 184, 166, 0.13), transparent 32rem),
        #f7f3ea;
    line-height: 1.6;
}

body.nav-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.container {
    width: min(1120px, calc(100% - 36px));
    margin: 0 auto;
}

.section-pad {
    padding: 82px 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(247, 243, 234, 0.9);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(16, 24, 39, 0.08);
}

.header-inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #fbbf24);
    font-weight: 900;
    letter-spacing: -1px;
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.16);
}

.brand strong {
    display: block;
    color: #101827;
    font-size: 1rem;
    line-height: 1.1;
}

.brand small {
    display: block;
    color: #697386;
    font-size: 0.78rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #4b5563;
    font-size: 0.94rem;
    font-weight: 700;
}

.site-nav a {
    transition: color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover {
    color: #101827;
    transform: translateY(-1px);
}

.nav-cta {
    color: #ffffff !important;
    background: #101827;
    padding: 11px 17px;
    border-radius: 999px;
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.2);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 26px rgba(16, 24, 39, 0.12);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    background: #101827;
    margin: 4px auto;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hero section */
.hero {
    position: relative;
    overflow: hidden;
    padding-top: 48px;
    padding-bottom: 54px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 32px auto auto 48%;
    width: 900px;
    height: 900px;
    transform: translateX(-8%);
    background:
        linear-gradient(90deg, rgba(16, 24, 39, 0.045) 1px, transparent 1px),
        linear-gradient(rgba(16, 24, 39, 0.045) 1px, transparent 1px);
    background-size: 34px 34px;
    mask-image: radial-gradient(circle, #000 0%, transparent 68%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    align-items: center;
    gap: 48px;
}

.eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #b45309;
    font-weight: 900;
    font-size: 0.78rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #14b8a6;
    box-shadow: 0 0 0 6px rgba(20, 184, 166, 0.14);
}

.hero h1,
.section-heading h2,
.quote-copy h2,
.showcase-copy h2,
.contact-copy h2,
.faq-intro h2 {
    margin: 16px 0 18px;
    color: #101827;
    line-height: 0.98;
    letter-spacing: -0.06em;
}

.hero h1 {
    font-size: clamp(2.55rem, 5vw, 4.55rem);
    max-width: 660px;
}

.hero-text {
    max-width: 560px;
    margin: 0 0 24px;
    color: #526071;
    font-size: 1rem;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 22px;
    border-radius: 999px;
    border: 0;
    font-weight: 900;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #f97316, #fb923c);
    box-shadow: 0 18px 36px rgba(249, 115, 22, 0.28);
}

.btn-light {
    color: #101827;
    background: #ffffff;
    border: 1px solid rgba(16, 24, 39, 0.1);
}

.btn-dark {
    color: #ffffff;
    background: #101827;
    box-shadow: 0 18px 36px rgba(16, 24, 39, 0.22);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
    max-width: 560px;
}

.hero-stats div {
    padding: 15px 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(16, 24, 39, 0.08);
    box-shadow: 0 18px 44px rgba(16, 24, 39, 0.06);
}

.hero-stats strong {
    display: block;
    color: #101827;
    font-size: 1.12rem;
}

.hero-stats span {
    color: #6b7280;
    font-size: 0.82rem;
}

.hero-media {
    position: relative;
}

.hero-image-card {
    position: relative;
    min-height: 410px;
    border-radius: 38px;
    overflow: hidden;
    background: #101827;
    box-shadow: 0 34px 90px rgba(16, 24, 39, 0.22);
}

.hero-image-card img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.hero-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(16, 24, 39, 0.05), rgba(16, 24, 39, 0.62)),
        radial-gradient(circle at 20% 20%, rgba(249, 115, 22, 0.18), transparent 22rem);
}

.image-badge {
    position: absolute;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #101827;
    padding: 14px 17px;
    box-shadow: 0 18px 46px rgba(16, 24, 39, 0.18);
    font-weight: 900;
}

.image-badge span {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #14b8a6;
}

.image-badge strong {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #f97316;
}

.badge-top {
    top: 28px;
    left: -22px;
}

.badge-bottom {
    right: 24px;
    bottom: 28px;
}

.swatch-row {
    position: absolute;
    left: 30px;
    bottom: -24px;
    z-index: 3;
    display: flex;
}

.swatch {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin-left: -12px;
    border: 5px solid #ffffff;
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.16);
}

.swatch.navy {
    background: #101827;
}

.swatch.cream {
    background: #f7f3ea;
}

.swatch.orange {
    background: #f97316;
}

.swatch.teal {
    background: #14b8a6;
}

/* Continuous moving product bar */
.ticker-band {
    width: 100%;
    overflow: hidden;
    background: #101827;
    color: #ffffff;
    padding: 21px 0;
}

.ticker-track {
    display: flex;
    width: max-content;
    animation: tickerMove 36s linear infinite;
    will-change: transform;
}

.ticker-group {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 44px;
    padding-right: 44px;
}

.ticker-group span {
    color: #ffffff;
    font-weight: 900;
    white-space: nowrap;
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-25%);
    }
}

.section-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.section-heading h2,
.quote-copy h2,
.showcase-copy h2,
.contact-copy h2,
.faq-intro h2 {
    font-size: clamp(2.1rem, 4.6vw, 4.2rem);
}

.section-heading p,
.quote-copy p,
.showcase-copy p,
.contact-copy p,
.faq-intro p {
    margin: 0;
    color: #5b6678;
    font-size: 1rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.service-card,
.process-card,
.testimonial-card,
.gallery-card,
.quote-card,
.contact-card,
.faq-list {
    border: 1px solid rgba(16, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 22px 60px rgba(16, 24, 39, 0.08);
}

.service-card {
    padding: 28px;
    border-radius: 30px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 70px rgba(16, 24, 39, 0.12);
}

.service-icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #101827;
    color: #ffffff;
    font-weight: 900;
}

.service-card h3,
.process-card h3,
.gallery-card strong {
    color: #101827;
    margin: 18px 0 10px;
}

.service-card p,
.process-card p,
.testimonial-card p {
    margin: 0;
    color: #606b7c;
    font-size: 0.95rem;
}

.quote-section {
    background:
        linear-gradient(135deg, rgba(16, 24, 39, 0.04), rgba(20, 184, 166, 0.08));
}

.quote-grid {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 24px;
    align-items: stretch;
}

.quote-copy,
.quote-card {
    border-radius: 36px;
    padding: 36px;
}

.quote-copy {
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(16, 24, 39, 0.08);
    box-shadow: 0 22px 60px rgba(16, 24, 39, 0.08);
}

.check-list {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.check-list span {
    position: relative;
    padding: 14px 16px 14px 44px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.84);
    color: #374151;
    font-weight: 800;
}

.check-list span::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 14px;
    color: #f97316;
    font-weight: 900;
}

.quote-card {
    background: #101827;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.quote-card::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    bottom: -90px;
    border-radius: 50%;
    background: rgba(249, 115, 22, 0.26);
}

.quote-card-header,
.quote-items,
.quote-link {
    position: relative;
    z-index: 1;
}

.quote-card-header {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.quote-card-header span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.86rem;
}

.quote-card-header strong {
    display: block;
    font-size: 2rem;
    line-height: 1.05;
    margin-top: 8px;
}

.quote-items {
    display: grid;
    gap: 14px;
    margin: 28px 0;
}

.quote-items div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
}

.quote-items span {
    color: rgba(255, 255, 255, 0.72);
}

.quote-link {
    display: inline-flex;
    color: #ffffff;
    font-weight: 900;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.process-card {
    border-radius: 30px;
    padding: 28px;
}

.process-card span {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: #ffffff;
    background: #101827;
    font-weight: 900;
}

.showcase-section {
    background: #fffaf2;
}

.showcase-grid {
    display: grid;
    grid-template-columns: 0.76fr 1.24fr;
    align-items: center;
    gap: 42px;
}

.showcase-copy {
    max-width: 430px;
}

.showcase-copy .btn {
    margin-top: 26px;
}

.showcase-gallery {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 18px;
}

.gallery-card {
    min-height: 250px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    background: #ffffff;
}

.gallery-large {
    grid-row: span 2;
    min-height: 520px;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
}

.gallery-large img {
    min-height: 520px;
}

.gallery-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 32%, rgba(16, 24, 39, 0.76));
}

.gallery-card div {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
}

.gallery-card span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.gallery-card strong {
    display: block;
    color: #ffffff;
    margin: 6px 0 0;
    font-size: 1.2rem;
    line-height: 1.15;
}

.dark-card {
    background: #101827;
}

.testimonials-section {
    background: #101827;
    color: #ffffff;
}

.testimonials-section .section-heading h2 {
    color: #ffffff;
}

.testimonials-section .section-kicker {
    color: #fed7aa;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial-card {
    border-radius: 30px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.1);
}

.testimonial-card p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 1rem;
}

.testimonial-card strong {
    display: block;
    margin-top: 22px;
    color: #ffffff;
}

.testimonial-card span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 32px;
    align-items: start;
}

.faq-list {
    border-radius: 34px;
    overflow: hidden;
}

.faq-item + .faq-item {
    border-top: 1px solid rgba(16, 24, 39, 0.08);
}

.faq-item button {
    width: 100%;
    padding: 22px 24px;
    border: 0;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    text-align: left;
    color: #101827;
    font-weight: 900;
    cursor: pointer;
}

.faq-item button::after {
    content: "+";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(249, 115, 22, 0.14);
    color: #c2410c;
    flex: 0 0 auto;
}

.faq-item.active button::after {
    content: "−";
}

.faq-answer {
    display: none;
    padding: 0 24px 22px;
    color: #5b6678;
    background: #ffffff;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    margin: 0;
}

.contact-section {
    padding-top: 30px;
}

.contact-card {
    border-radius: 42px;
    padding: 42px;
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    gap: 38px;
    align-items: start;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.94), rgba(255,255,255,0.78)),
        radial-gradient(circle at 90% 20%, rgba(249,115,22,0.16), transparent 26rem);
}

.contact-details {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}

.contact-details a {
    display: block;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(16, 24, 39, 0.08);
}

.contact-details span {
    display: block;
    color: #6b7280;
    font-size: 0.82rem;
}

.contact-details strong {
    color: #101827;
}

.quote-form {
    display: grid;
    gap: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.form-field {
    display: grid;
    gap: 7px;
}

.form-field label {
    color: #101827;
    font-weight: 900;
    font-size: 0.9rem;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(16, 24, 39, 0.12);
    border-radius: 18px;
    background: #ffffff;
    color: #101827;
    padding: 14px 15px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-field textarea {
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: #f97316;
    box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.16);
}

.form-submit {
    width: 100%;
    color: #ffffff;
    background: #101827;
    box-shadow: 0 18px 36px rgba(16, 24, 39, 0.2);
}

.form-note {
    margin: 0;
    color: #697386;
    font-size: 0.88rem;
}

.form-success {
    display: none;
    margin: 0;
    padding: 14px 16px;
    border-radius: 16px;
    color: #064e3b;
    background: rgba(20, 184, 166, 0.14);
    font-weight: 800;
}

.form-success.show {
    display: block;
}

.site-footer {
    padding: 28px 0;
    color: #6b7280;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.footer-inner p {
    margin: 0;
}

.footer-inner a {
    color: #101827;
    font-weight: 900;
}

.back-to-top {
    cursor: pointer;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 120;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 999px;
    color: #ffffff;
    background: #25d366;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.32);
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 980px) {
    body {
        padding-top: 72px;
    }

    .header-inner {
        min-height: 72px;
    }

    .nav-toggle {
        display: inline-block;
    }

    .site-nav {
        position: fixed;
        inset: 84px 18px auto 18px;
        display: grid;
        gap: 10px;
        padding: 18px;
        border-radius: 24px;
        background: #ffffff;
        box-shadow: 0 24px 70px rgba(16, 24, 39, 0.18);
        transform: translateY(-18px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease, transform 0.2s ease;
    }

    body.nav-open .site-nav {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    body.nav-open .nav-toggle span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    body.nav-open .nav-toggle span:nth-child(2) {
        opacity: 0;
    }

    body.nav-open .nav-toggle span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .hero {
        padding-top: 52px;
        padding-bottom: 58px;
    }

    .hero-grid,
    .quote-grid,
    .showcase-grid,
    .faq-grid,
    .contact-card {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        max-width: 760px;
    }

    .hero-text {
        max-width: 720px;
    }

    .hero-image-card,
    .hero-image-card img {
        min-height: 390px;
        height: 390px;
    }

    .services-grid,
    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
    }

    .showcase-copy {
        max-width: 720px;
    }
}

@media (max-width: 680px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    .section-pad {
        padding: 58px 0;
    }

    .brand small {
        display: none;
    }

    .hero {
        padding-top: 42px;
        padding-bottom: 52px;
    }

    .hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.65rem);
    }

    .hero-stats,
    .services-grid,
    .process-grid,
    .showcase-gallery,
    .form-row {
        grid-template-columns: 1fr;
    }

    .hero-image-card,
    .hero-image-card img {
        min-height: 320px;
        height: 320px;
        border-radius: 30px;
    }

    .image-badge {
        position: static;
        margin-top: 12px;
        width: 100%;
        justify-content: center;
    }

    .badge-top,
    .badge-bottom {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .swatch-row {
        left: 24px;
        bottom: -20px;
    }

    .quote-copy,
    .quote-card,
    .contact-card {
        padding: 26px;
        border-radius: 30px;
    }

    .quote-items div {
        display: block;
    }

    .gallery-large,
    .gallery-large img {
        min-height: 320px;
    }

    .gallery-card,
    .gallery-card img {
        min-height: 280px;
    }

    .ticker-group {
        gap: 30px;
        padding-right: 30px;
    }

    .footer-inner {
        display: grid;
        text-align: center;
        justify-content: center;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
    }
}