@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/fonts/manrope-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Manrope";
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url("/fonts/manrope-latin-ext.woff2") format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --bg: #f6f1e8;
    --bg-soft: #fcfaf6;
    --surface: rgba(255, 255, 255, 0.9);
    --surface-strong: #ffffff;
    --ink: #16212b;
    --muted: #58636f;
    --line: rgba(22, 33, 43, 0.12);
    --line-strong: rgba(22, 33, 43, 0.2);
    --accent: #c47634;
    --accent-deep: #8f4c14;
    --accent-soft: #f6e2cf;
    --olive: #6e7659;
    --shadow: 0 22px 60px rgba(22, 33, 43, 0.12);
    --shadow-soft: 0 14px 32px rgba(22, 33, 43, 0.08);
    --radius-xl: 30px;
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
    --container: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(196, 118, 52, 0.10), transparent 32%),
        linear-gradient(180deg, #fffdf8 0%, var(--bg) 100%);
    color: var(--ink);
    line-height: 1.7;
}

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

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

p {
    margin: 0;
}

.container {
    width: min(var(--container), calc(100% - 32px)) !important;
    max-width: none !important;
    margin: 0 auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
}

.site-main {
    min-height: 60vh;
}

.utility-bar {
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.88);
}

.utility-bar-inner,
.utility-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 48px;
}

.utility-bar p,
.utility-bar a {
    font-size: 14px;
    color: var(--muted);
}

.utility-bar a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 6px 0;
}

.utility-bar i {
    color: var(--accent);
    margin-right: 8px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(252, 250, 246, 0.97);
    border-bottom: 1px solid rgba(22, 33, 43, 0.08);
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 88px;
}

.brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    min-width: 0;
}

.brand,
.brand:hover,
.brand:focus,
.brand:active,
.brand small,
.brand small:hover,
.brand small:focus {
    text-decoration: none !important;
}

.brand-logo {
    width: 182px;
    height: auto;
}

.brand strong,
.brand-footer strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.brand small,
.brand-footer small {
    display: block;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.35;
}

.primary-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.primary-nav ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.primary-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
    color: var(--muted);
    transition: 160ms ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
    color: var(--ink);
    background: rgba(196, 118, 52, 0.12);
}

.primary-nav .nav-cta,
.primary-nav .nav-cta:hover,
.primary-nav .nav-cta:focus,
.primary-nav .nav-cta:active {
    color: #fff;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
}

.nav-cta,
.btn-solid,
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.nav-cta,
.btn-solid {
    color: #fff;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-deep) 100%);
    box-shadow: 0 16px 34px rgba(143, 76, 20, 0.28);
}

.btn-outline {
    border: 1px solid var(--line-strong);
    color: var(--ink);
    background: rgba(255, 255, 255, 0.7);
}

.nav-cta:hover,
.btn-solid:hover,
.btn-outline:hover {
    transform: translateY(-2px);
}

.nav-toggle {
    display: none;
    width: 52px;
    height: 52px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 14px;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav-toggle span {
    display: block;
    width: 22px;
    height: 2.5px;
    margin: 0;
    background: var(--accent-deep);
    border-radius: 999px;
}

.hero,
.page-hero {
    padding: 64px 0 34px;
}

.hero-home {
    padding-top: 72px;
}

.hero-home h1 {
    max-width: 12ch;
}

.hero-home .hero-text {
    max-width: 42ch;
    font-size: 17px;
}

.hero-grid,
.page-hero-grid,
.contact-grid,
.insight-grid,
.card-grid,
.process-grid,
.comparison-grid,
.footer-grid {
    display: grid;
    gap: 24px;
}

.hero-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.page-hero-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px;
    align-items: start;
}

.hero-side-image {
    min-height: 280px;
}

.page-hero-grid > .hero-side-image {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    margin-top: 0;
}

.page-hero-grid > :not(.hero-side-image) {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
}

.hero-side-image img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    border-radius: var(--radius-lg);
}

.eyebrow,
.card-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(196, 118, 52, 0.12);
    color: var(--accent-deep);
}

h1,
h2,
h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    letter-spacing: -0.035em;
}

h1 {
    font-size: clamp(34px, 5vw, 60px);
    line-height: 1.02;
    margin-top: 18px;
}

h2 {
    font-size: clamp(28px, 3.8vw, 42px);
    line-height: 1.08;
}

h3 {
    font-size: 22px;
    line-height: 1.2;
}

.hero-text,
.page-hero p,
.section-head p {
    margin-top: 18px;
    color: var(--muted);
    font-size: 18px;
    max-width: 760px;
}

.cta-row,
.chip-row,
.metric-row,
.footer-bottom,
.footer-bottom-links,
.cta-band,
.cta-band-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.cta-band-actions > a {
    min-height: 52px;
}

.cta-row,
.chip-row {
    margin-top: 24px;
}

.inline-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--line);
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
}

.surface-card {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

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

.surface-card-body,
.hero-panel-body {
    padding: 26px;
}

.surface-card-body {
    display: flex;
    flex-direction: column;
}

.hero-panel {
    overflow: hidden;
}

.hero-panel-body p {
    color: var(--muted);
}

.metric-row {
    gap: 18px;
    margin-bottom: 18px;
}

.metric-row div {
    min-width: 90px;
}

.metric-row strong {
    display: block;
    font-size: 28px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
}

.metric-row span,
.card-meta {
    color: var(--muted);
    font-size: 14px;
}

.section-shell {
    padding: 34px 0;
}

.section-shell-tight {
    padding-top: 16px;
}

.section-shell-muted {
    background:
        linear-gradient(180deg, rgba(196, 118, 52, 0.06) 0%, rgba(255, 255, 255, 0) 100%),
        var(--bg-soft);
}

.section-head {
    margin-bottom: 26px;
}

.section-head h2 {
    margin-top: 16px;
}

.service-grid,
.location-grid,
.project-grid,
.media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.surface-card-body h3 {
    margin-top: 14px;
}

.surface-card-body h3 a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 10px 4px;
}

.surface-card-body p {
    margin-top: 14px;
    color: var(--muted);
}

.mini-list,
.detail-list,
.footer-list,
.breadcrumb-list {
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.mini-list li,
.detail-list li,
.footer-list li {
    position: relative;
    padding-left: 18px;
    margin-top: 14px;
    color: var(--muted);
}

.mini-list li::before,
.detail-list li::before,
.footer-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
    transform: translateY(-50%);
}

.text-link {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 10px 4px;
    margin-top: 20px;
    font-weight: 700;
    color: var(--accent-deep);
}

.process-grid,
.comparison-grid,
.insight-grid,
.contact-grid,
.media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.insight-grid {
    align-items: stretch;
}

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

.process-card,
.comparison-card,
.insight-card,
.contact-card,
.narrative-card,
.media-card {
    padding: 24px;
}

.process-card p,
.comparison-card p,
.insight-card p,
.contact-card p,
.narrative-card p,
.media-card p {
    margin-top: 12px;
    color: var(--muted);
}

.contact-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 30px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 244, 236, 0.96) 100%);
    border: 1px solid rgba(196, 118, 52, 0.14);
    box-shadow: 0 22px 44px rgba(22, 33, 43, 0.09);
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--accent) 0%, rgba(196, 118, 52, 0.28) 100%);
}

.contact-card-head {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-card-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(196, 118, 52, 0.16), rgba(143, 76, 20, 0.24));
    color: var(--accent-deep);
    font-size: 22px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.contact-card .card-kicker {
    padding-inline: 12px;
}

.contact-card h2 {
    margin-top: 22px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 0.98;
}

.contact-card h2 a {
    text-decoration: none;
}

.contact-card p {
    margin-top: 16px;
    max-width: 34ch;
    font-size: 16px;
}

.contact-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.contact-card-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(196, 118, 52, 0.1);
    border: 1px solid rgba(196, 118, 52, 0.12);
    color: var(--accent-deep);
    font-size: 14px;
    font-weight: 700;
}

.contact-card-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 22px;
    font-weight: 800;
    color: var(--accent-deep);
}

.contact-card-link i {
    font-size: 13px;
}

.contact-card:nth-child(2) .contact-card-icon {
    background: linear-gradient(135deg, rgba(31, 174, 101, 0.16), rgba(31, 174, 101, 0.3));
    color: #178954;
}

.contact-card:nth-child(2)::before {
    background: linear-gradient(90deg, #1fae65 0%, rgba(31, 174, 101, 0.24) 100%);
}

.contact-card:nth-child(3) .contact-card-icon {
    background: linear-gradient(135deg, rgba(110, 118, 89, 0.16), rgba(110, 118, 89, 0.28));
    color: var(--olive);
}

.contact-card:nth-child(4) .contact-card-icon {
    background: linear-gradient(135deg, rgba(22, 33, 43, 0.12), rgba(22, 33, 43, 0.2));
    color: var(--ink);
}

.media-grid {
    display: grid;
    gap: 24px;
}

.media-card {
    padding: 0;
}

.media-card img {
    aspect-ratio: 4 / 3;
}

.content-stack {
    display: grid;
    gap: 22px;
}

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 0 22px;
    box-shadow: var(--shadow-soft);
}

.faq-item summary {
    cursor: pointer;
    list-style: none;
    padding: 20px 0;
    font-weight: 700;
    font-size: 18px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-answer {
    padding-bottom: 20px;
    color: var(--muted);
}

.cta-band {
    justify-content: space-between;
    padding: 28px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(135deg, rgba(196, 118, 52, 0.16), rgba(110, 118, 89, 0.12)),
        var(--surface-strong);
    border: 1px solid rgba(196, 118, 52, 0.16);
    box-shadow: var(--shadow);
}

.cta-band h2 {
    margin-top: 14px;
}

.cta-band p {
    margin-top: 14px;
    max-width: 640px;
    color: var(--muted);
}

.section-foot {
    margin-top: 24px;
}

.top-spaced {
    margin-top: 24px;
}

.breadcrumb-wrap {
    padding-top: 16px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb-item:not(:last-child)::after {
    content: "/";
    color: rgba(88, 99, 111, 0.6);
}

.site-footer {
    margin-top: 48px;
    padding: 38px 0 22px;
    background:
        radial-gradient(circle at top left, rgba(196, 118, 52, 0.22), transparent 28%),
        linear-gradient(180deg, #1b2631 0%, #121a22 100%);
    color: rgba(255, 255, 255, 0.88);
}

.footer-spotlight {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.25fr);
    gap: 26px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 54px rgba(7, 10, 14, 0.24);
}

.footer-brand-block,
.footer-cta-panel,
.footer-column {
    min-width: 0;
}

.footer-brand-logo {
    width: 210px;
    height: auto;
}

.footer-brand-tag {
    margin-top: 14px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.78);
}

.footer-copy,
.footer-list li,
.footer-list a,
.footer-bottom p,
.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-copy {
    margin-top: 16px;
    max-width: 460px;
}

.footer-eyebrow {
    background: rgba(196, 118, 52, 0.18);
    color: #ffd9ba;
}

.footer-cta-panel h2,
.footer-title {
    margin-top: 14px;
    font-size: 24px;
    color: #fff;
}

.footer-cta-panel p {
    margin-top: 14px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.72);
}

.footer-meta-list,
.footer-cta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.footer-meta-list {
    margin-top: 18px;
}

.footer-meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
}

.footer-meta-chip i {
    color: #ffcfaa;
}

.footer-cta-row {
    margin-top: 22px;
}

.footer-main-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 30px;
    padding: 4px 2px 0;
}

.footer-column-contact {
    padding: 24px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}

.footer-list {
    margin-top: 18px;
}

.footer-list li {
    margin-top: 14px;
}

.footer-list a,
.footer-bottom-links a {
    display: inline-flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 8px 0;
}

.site-footer h2 {
    margin-bottom: 0;
}

.footer-bottom {
    justify-content: space-between;
    padding-top: 28px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: grid;
    gap: 12px;
    z-index: 50;
}

.floating-button {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 18px 34px rgba(22, 33, 43, 0.24);
    font-size: 22px;
}

.floating-button-whatsapp {
    background: #1fae65;
}

.floating-button-phone {
    background: var(--accent);
}

.map-shell {
    margin: 0 0 24px;
}

body.nav-open {
    overflow: visible;
}

.site-main > .section-shell,
.site-main > .map-shell {
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
}

@media (max-width: 1100px) {
    .hero-grid,
    .footer-spotlight,
    .footer-main-grid {
        grid-template-columns: 1fr;
    }

    .page-hero-grid {
        grid-template-columns: 1.2fr 0.8fr !important;
    }

    .service-grid,
    .location-grid,
    .project-grid,
    .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .primary-nav {
        position: fixed;
        inset: 88px 16px auto;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px;
        background: rgba(252, 250, 246, 0.97);
        border: 1px solid var(--line);
        border-radius: 24px;
        box-shadow: var(--shadow);
    }

    .primary-nav ul {
        flex-direction: column;
        align-items: stretch;
    }

    .primary-nav a {
        justify-content: flex-start;
    }

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

    .nav-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .utility-bar {
        display: none;
    }

    .utility-bar-inner,
    .utility-actions,
    .cta-band,
    .cta-band-actions,
    .footer-bottom,
    .footer-bottom-links {
        align-items: flex-start;
    }

    .cta-band-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .cta-band-actions > a {
        width: 100%;
    }

    .utility-bar-inner,
    .utility-actions {
        flex-direction: column;
        justify-content: center;
        min-height: auto;
        padding: 10px 0;
    }

    .hero,
    .page-hero,
    .section-shell {
        padding: 28px 0;
    }

    .site-footer {
        padding-top: 28px;
    }

    .footer-spotlight {
        padding: 22px;
        border-radius: 24px;
    }

    .footer-brand-logo {
        width: 172px;
    }

    .footer-main-grid {
        gap: 18px;
    }

    .footer-column-contact {
        padding: 18px;
    }

    .contact-card {
        padding: 24px;
    }

    .contact-card h2 {
        font-size: 32px;
    }

    .contact-card-link {
        padding-top: 18px;
    }

    .page-hero-grid,
    .contact-grid,
    .process-grid,
    .comparison-grid,
    .insight-grid,
    .service-grid,
    .location-grid,
    .project-grid,
    .media-grid {
        grid-template-columns: 1fr !important;
    }

    .page-hero-grid > .hero-side-image,
    .page-hero-grid > :not(.hero-side-image) {
        grid-column: auto;
        grid-row: auto;
    }

    .page-hero-grid > :not(.hero-side-image) {
        order: 1;
    }

    .page-hero-grid > .hero-side-image {
        order: 2;
        min-height: 0;
        width: 100%;
    }

    h1 {
        font-size: 34px;
    }

    .hero-home h1 {
        max-width: 11ch;
    }

    .hero-home .hero-text {
        font-size: 16px;
        max-width: 32ch;
    }

    .brand-logo {
        width: 146px;
    }

    .brand small {
        font-size: 12px;
    }

    .footer-bottom,
    .footer-bottom-links,
    .footer-meta-list,
    .footer-cta-row {
        align-items: flex-start;
    }

    .nav-shell {
        min-height: 76px;
    }

    .primary-nav {
        inset: 76px 16px auto;
    }

    .floating-actions {
        right: 14px;
        bottom: 14px;
    }
}
