@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Sora:wght@300;400;500;600;700&display=swap');

:root {
    --body-bg: #f7f2ec;
    --text-color: #2f241c;
    --container-width: 540px;
    --hero-overlap-desktop: 130px;
    --hero-overlap-mobile: 90px;

    --block-radius: 28px;
    --block-gap: 16px;
    --block-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    --block-shadow-hover: 0 14px 30px rgba(0, 0, 0, 0.10);

    --about-radius: 20px;
    --about-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: var(--body-bg);
    color: var(--text-color);
    font-family: 'Sora', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font: inherit;
    border: none;
    cursor: pointer;
    background: none;
    padding: 0;
}

.font-andora {
    font-family: serif;
}

.font-bree {
    font-family: 'Bree Serif', serif;
}

.font-sora {
    font-family: 'Sora', sans-serif;
}

.page-shell {
    min-height: 100vh;
    padding: 0 12px 32px;
}

.page-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.hero-section {
    position: relative;
    z-index: 1;
}

.hero-image {
    width: 100%;
    height: auto;
    border: 0;
    outline: 0;
    box-shadow: none;
    user-select: none;
    -webkit-user-drag: none;
}

.client-subtitle {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 12px;
    padding: 0 8px;
    font-size: 12.5px;
    line-height: 1.42;
    color: #6e6155;
    font-family: 'Sora', sans-serif;
}

.blocks-section {
    position: relative;
    z-index: 2;
    margin-top: calc(var(--hero-overlap-desktop) * -1);
}

/* =========================================================
   BLOCOS PADRÃO (serviços, mapa, redes)
========================================================= */

.premium-block {
    position: relative;
    display: block;
    overflow: visible;
    border: 0;
    outline: 0;
    border-radius: var(--block-radius);
    padding: 14px 18px;
    margin-bottom: var(--block-gap);
    min-height: 100px;
    box-shadow: var(--block-shadow);
    transition: transform .22s ease, box-shadow .22s ease;
    will-change: transform;
    cursor: pointer;
}

.premium-block:hover {
    transform: translateY(-2px);
    box-shadow: var(--block-shadow-hover);
}

.premium-block:last-child {
    margin-bottom: 0;
}

.premium-block::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    z-index: 1;
}

.block-photo {
    position: absolute;
    left: -10px;
    bottom: -1px;
    height: 128%;
    max-width: 104px;
    object-fit: contain;
    pointer-events: none;
    z-index: 3;
    user-select: none;
    -webkit-user-drag: none;
}

.icon-1,
.icon-2 {
    position: absolute;
    top: 8px;
    width: 24px;
    z-index: 4;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.icon-1 {
    right: 12px;
}

.icon-2 {
    right: 40px;
}

.block-content {
    position: relative;
    z-index: 5;
    margin-left: 92px;
    padding-right: 78px;
    min-height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-title {
    margin: 0 0 3px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -0.01em;
    font-family: 'Bree Serif', serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .08);
}

.block-subtitle {
    margin: 0 0 2px;
    color: rgba(255, 255, 255, 0.95);
    font-size: 11.4px;
    line-height: 1.24;
    font-weight: 500;
    font-family: 'Sora', sans-serif;
}

.block-subtitle:last-of-type {
    margin-bottom: 0;
}

.block-button {
    position: absolute;
    right: 16px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
    color: #ffffff;
    font-size: 10.8px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Bree Serif', serif;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
    transition: transform .18s ease, background .18s ease, opacity .18s ease;
    z-index: 6;
    pointer-events: none;
}

.block-button.is-active {
    background: rgba(255, 255, 255, 0.24);
}

.expand-area {
    margin-top: 12px;
    padding-top: 0;
    animation: fadeExpand .22s ease;
}

.service-item,
.location-item {
    background: rgba(255, 255, 255, 0.16);
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 10px;
    backdrop-filter: blur(4px);
}

.service-item:last-child,
.location-item:last-child {
    margin-bottom: 0;
}

.service-item img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 10px;
}

.service-title {
    margin: 0 0 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    font-family: 'Bree Serif', serif;
}

.service-desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    line-height: 1.5;
    font-family: 'Sora', sans-serif;
}

.location-name {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
    font-family: 'Bree Serif', serif;
}

.location-item iframe {
    display: block;
    width: 100%;
    min-height: 210px;
    border: 0;
    border-radius: 14px;
}

.social-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.social-link {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    transition: transform .18s ease, background .18s ease;
}

.social-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.24);
}

.social-link img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

/* =========================================================
   BLOCO CONTATO - LAYOUT EXCLUSIVO
========================================================= */

.premium-block-contact {
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 24px;
    min-height: 230px;
    padding: 18px 22px 18px 12px;
    margin-bottom: 16px;
    border-radius: 30px;
    overflow: visible;
    text-decoration: none;
    background: linear-gradient(90deg, #7b6d57 0%, #4a443c 38%, #0d0d0d 100%);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
    cursor: pointer;
    transition: transform .22s ease, box-shadow .22s ease;
}

.premium-block-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
}

.premium-block-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 42%),
        linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(0,0,0,.06) 100%);
    border-radius: inherit;
    pointer-events: none;
    z-index: 1;
}

.contact-photo-wrap {
    position: relative;
    z-index: 2;
    flex: 0 0 250px;
    width: 250px;
    min-width: 250px;
    padding: 0px;
    box-shadow:
        inset 0 0 0 1px rgba(80, 60, 35, 0.10),
        0 8px 20px rgba(0, 0, 0, .10);
    margin-left: 6px;
    margin-top: -12px;
    margin-bottom: -12px;
}

.contact-photo {
    width: 85%;
    height: 100%;
    display: block;
}

.contact-content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 14px 17px 0px;
}

.contact-title {
    margin: 0px 0px 43px;
    color: #f3ead1;
    font-family: 'Bree Serif', serif;
    font-size: 45px;
    line-height: 0.95;
    letter-spacing: -0.03em;
    text-shadow:
        0 3px 0 rgba(0,0,0,.18),
        0 12px 18px rgba(0,0,0,.24);
    max-width: 100%;
}

.contact-title br {
    display: block;
    content: "";
    margin-bottom: 2px;
}

.contact-button {
    position: absolute;
    right: 26px;
    bottom: 24px;
    margin-top: 0;
    align-self: auto;
    min-width: 390px;
    max-width: 100%;
    height: 56px;
    padding: 0 26px 0 18px;
    border-radius: 10px;
    border: 3px solid rgba(255,255,255,.78);
    background: linear-gradient(180deg, #38d14d 0%, #24bb38 100%);
    box-shadow:
        0 10px 18px rgba(0,0,0,.18),
        inset 0 1px 0 rgba(255,255,255,.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.contact-button-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    flex: 0 0 52px;
    margin-left: -22px;
}

.contact-button span {
    display: inline-block;
    color: #f5eeda;
    font-family: 'Bree Serif', serif;
    font-size: 34px;
    line-height: 1;
    margin: 4px 0px 6px 0px;
}

.contact-top-icon {
    position: absolute;
    top: -30px;
    right: 15px;
    width: 90px;
    height: auto;
    object-fit: contain;
    z-index: 3;
    pointer-events: none;
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .18));
}

/* =========================================================
   SOBRE NÓS
========================================================= */

.about-section {
    margin-top: 30px;
    padding: 26px 24px;
    background: #ffffff;
    border-radius: var(--about-radius);
    box-shadow: var(--about-shadow);
}

.about-section h2 {
    margin: 0 0 16px;
    color: #2f241c;
    font-family: 'Bree Serif', serif;
    font-size: 27px;
    line-height: 1.18;
    font-weight: 700;
    text-transform: uppercase;
}

.about-section p {
    margin: 0;
    color: #56493d;
    font-size: 15px;
    line-height: 1.72;
    font-family: 'Sora', sans-serif;
}

.page-footer {
    padding: 24px 8px 10px;
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

@keyframes fadeExpand {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   RESPONSIVO - BLOCOS PADRÃO
========================================================= */

@media (max-width: 768px) {
    .blocks-section {
        margin-top: calc(var(--hero-overlap-mobile) * -1);
    }

    .premium-block {
        padding: 14px 16px;
        min-height: 98px;
        margin-bottom: 15px;
        border-radius: 26px;
    }

    .block-photo {
        left: -10px;
        bottom: -1px;
        height: 128%;
        max-width: 102px;
    }

    .icon-1,
    .icon-2 {
        top: 8px;
        width: 24px;
    }

    .icon-1 {
        right: 12px;
    }

    .icon-2 {
        right: 40px;
    }

    .block-content {
        margin-left: 90px;
        padding-right: 76px;
        min-height: 70px;
    }

    .block-title {
        font-size: 17px;
    }

    .block-subtitle {
        font-size: 11px;
        line-height: 1.22;
    }

    .block-button {
        right: 14px;
        bottom: 12px;
        min-height: 27px;
        padding: 5px 11px;
        font-size: 10.4px;
    }

    .about-section {
        margin-top: 28px;
        padding: 24px 22px;
        border-radius: 18px;
    }

    .about-section h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .about-section p {
        font-size: 14px;
        line-height: 1.68;
    }
}

@media (max-width: 420px) {
    .page-shell {
        padding: 0 10px 30px;
    }

    .premium-block {
        min-height: 96px;
        padding: 13px 15px;
    }

    .block-photo {
        max-width: 100px;
        height: 126%;
        left: -10px;
    }

    .block-content {
        margin-left: 88px;
        padding-right: 72px;
        min-height: 68px;
    }

    .block-title {
        font-size: 16px;
    }

    .block-subtitle {
        font-size: 10.6px;
    }

    .block-button {
        right: 13px;
        bottom: 11px;
        min-height: 26px;
        padding: 5px 10px;
        font-size: 10.2px;
    }

    .icon-1,
    .icon-2 {
        width: 23px;
        top: 8px;
    }

    .icon-1 {
        right: 11px;
    }

    .icon-2 {
        right: 37px;
    }
}

/* =========================================================
   RESPONSIVO - BLOCO CONTATO
========================================================= */

@media (max-width: 980px) {
    .premium-block-contact {
        min-height: 190px;
        gap: 45px;
        padding: 0px 2px 0px 0px;
        border-radius: 20px;
        overflow: visible;
    }

    .contact-photo-wrap {
        flex: 0 0 190px;
        width: 183px;
        min-width: 174px;
        padding: 0px;
        margin-top: -67px;
        margin-bottom: -25px;
    }

    .contact-content {
        padding: 0px 0px 0px 10px;
        justify-content: center;
    }

    .contact-title {
        font-size: 40px;
    }

    .contact-button {
        right: 16px;
        bottom: 16px;
        min-width: 270px;
        height: 44px;
        padding: 0 18px 0 14px;
        gap: 10px;
        border-radius: 9px;
        border-width: 2px;
    }

    .contact-button-icon {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        margin-left: -15px;
    }

    .contact-button span {
        font-size: 24px;
    }

    .contact-top-icon {
        width: 79px;
        top: -24px;
        right: 10px;
    }
}

@media (max-width: 640px) {
    .premium-block-contact {
        min-height: 170px;
        gap: 10px;
        border-radius: 13px;
        overflow: visible;
    }

    .contact-photo-wrap {
        flex: 0 0 130px;
        width: 94px;
        min-width: 160px;
        padding: 0px;
        border-radius: 0px;
        margin-top: -40px;
        margin-bottom: -13px;
    }

    .contact-photo {
        border-radius: 7px;
    }

    .contact-content {
        padding: 4px 15px 4px 0;
        justify-content: center;
    }

    .contact-title {
        font-size: 32px;
        line-height: 0.98;
        letter-spacing: -0.02em;
    }

    .contact-button {
        right: 16px;
        bottom: 15px;
        min-width: 168px;
        height: 30px;
        padding: 0 10px 0 9px;
        gap: 6px;
        border-radius: 20px;
        border-width: 2px;
    }

    .contact-button-icon {
        width: 50px;
        height: 40px;
        flex-basis: 40px;
        margin-left: -40x;
    }

    .contact-button span {
        font-size: 20px;
    }

    .contact-top-icon {
        width: 53px;
        top: -12px;
        right: 7px;
    }
}