:root {
    --cream: #fbf7ef;
    --sand: #efe1c9;
    --paper: #fffdf9;
    --ink: #281b14;
    --muted: #756255;
    --sage: #72846a;
    --sage-dark: #4d604c;
    --orange: #ca5b2c;
    --purple: #3d3586;
    --gold: #ffcf02;
    --line: rgba(65, 43, 28, .12);
    --shadow: 0 25px 70px rgba(72, 48, 30, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: linear-gradient(180deg, #fffdf9, #fbf5ea);
    color: var(--ink);
    font-family: 'DM Sans', Arial, sans-serif;
    line-height: 1.7
}

body.menu-open {
    overflow: hidden
}

img {
    display: block;
    width: 100%
}

a {
    color: inherit
}

.shell {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 253, 249, .82);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid transparent;
    transition: .25s
}

.site-header.is-scrolled {
    border-color: var(--line);
    box-shadow: 0 8px 30px rgba(40, 27, 20, .06)
}

.header-inner {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.brand img {
    width: 210px
}

.desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px
}

.desktop-nav a {
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 600
}

.header-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    text-decoration: none;
    font-size: .84rem;
    font-weight: 600;
    transition: .25s
}

.header-cta {
    background: linear-gradient(135deg, var(--sage-dark), var(--sage));
    color: #fff
}

.menu-toggle,
.mobile-menu {
    display: none
}

.hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at 12% 4%, rgba(255, 207, 2, .12), transparent 26%), radial-gradient(circle at 90% 12%, rgba(61, 53, 134, .08), transparent 24%), linear-gradient(180deg, #fcf7ef, #f6ecdd)
}

.hero-inner {
    padding: 72px 0 0;
    text-align: center
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: .68rem;
    font-weight: 600;
    color: #7d5947
}

.hero h1,
.section-head h2,
.about h2,
.vision h2,
.booking h2 {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500
}

.hero h1 {
    font-size: clamp(3rem, 5.2vw, 4.75rem);
    line-height: 1.06;
    max-width: 1040px;
    margin: 24px auto 18px;
    letter-spacing: -.035em
}

.hero h1 em,
.section-head h2 em,
.about h2 em,
.booking h2 em {
    color: var(--orange);
    font-weight: 500
}

.hero-question {
    font-weight: 600;
    color: var(--orange);
    font-size: 1.08rem
}

.hero-copy {
    max-width: 780px;
    margin: 0 auto;
    color: var(--muted)
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 28px 0 38px
}

.btn.primary {
    background: linear-gradient(135deg, #b94920, var(--orange));
    color: #fff;
    box-shadow: 0 14px 30px rgba(202, 91, 44, .22)
}

.btn.secondary {
    border: 1px solid rgba(77, 96, 76, .45);
    background: rgba(255, 255, 255, .55);
    color: var(--sage-dark)
}

.btn:hover,
.header-cta:hover {
    transform: translateY(-2px)
}

.hero-photo {
    width: min(430px, 88vw);
    height: 560px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .88);
    box-shadow: var(--shadow)
}

.arch {
    border-radius: 220px 220px 18px 18px
}

.hero-photo img {
    height: 100%;
    object-fit: cover;
    object-position: center 22%
}

.photo-badge {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%);
    padding: 13px 20px;
    border-radius: 16px;
    background: rgba(255, 253, 249, .87);
    backdrop-filter: blur(9px);
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    white-space: nowrap
}

.photo-badge small {
    font: 500 .68rem 'DM Sans';
    color: var(--muted)
}

.assurance-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 44px;
    padding: 24px 0;
    color: #5f534b;
    font-size: .75rem
}

.trust {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 42px 0;
    background: #52664e
}

.trust::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(-45deg,
            #4d604c,
            #52664e,
            #6d8264,
            #8a9d7f,
            #5a6f54,
            #72846a,
            #4d604c);
    background-size: 320% 320%;
    animation: trust-gradient 16s ease infinite
}

.trust::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 90% at 12% 50%, rgba(255, 207, 2, .08), transparent 55%),
        radial-gradient(ellipse 45% 80% at 88% 50%, rgba(255, 255, 255, .06), transparent 50%);
    pointer-events: none
}

.trust .shell {
    position: relative;
    z-index: 1
}

@keyframes trust-gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.trust blockquote {
    text-align: center;
    font: italic 1.45rem 'Playfair Display', serif;
    margin: 0 0 30px
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.trust article {
    text-align: center;
    padding: 10px
}

.trust i {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 12px;
    color: #f5dfb4
}

.trust svg,
.service-grid svg,
.difference-grid svg,
.process-grid article svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 25px
}

.trust h3 {
    margin: 0 0 4px;
    font-size: .86rem
}

.trust p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .75rem
}

.about {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    align-items: center
}

.about-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 50px;
    background: linear-gradient(180deg, #f6ecdd, #fcf7ef)
}

.about-photo-frame {
    width: min(380px, 100%);
    height: 500px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .88);
    box-shadow: var(--shadow)
}

.about-photo-frame img {
    height: 100%;
    object-fit: cover;
    object-position: center 18%
}

.about-copy {
    padding: 90px max(40px, calc((100vw - 1160px)/2)) 80px 70px;
    background: linear-gradient(140deg, #fff, #fffaf2)
}

.about h2 {
    font-size: clamp(2.25rem, 3.4vw, 3.5rem);
    line-height: 1.12;
    margin: 18px 0 24px
}

.about p {
    color: var(--muted)
}

.text-link {
    color: var(--orange);
    text-decoration: none;
    font-weight: 600
}

.vision {
    padding: 75px 0;
    background: linear-gradient(180deg, #faf5ec, #f5eee4)
}

.vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px
}

.vision article {
    padding: 48px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(255, 252, 246, .84));
    border: 1px solid var(--line);
    box-shadow: 0 18px 50px rgba(52, 35, 24, .07)
}

.vision-icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff, #f8efe2);
    color: var(--orange);
    box-shadow: 0 8px 20px rgba(72, 48, 30, .08)
}

.vision-icon--mission {
    color: var(--sage-dark)
}

.vision-icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round
}

.vision-icon:not(.vision-icon--mission) svg path:last-child {
    fill: currentColor;
    stroke: none
}

.vision h2 {
    font-size: 2rem;
    margin: 18px 0 12px
}

.vision p,
.vision li {
    color: var(--muted)
}

.vision ul {
    list-style: none;
    padding: 0
}

.vision li {
    margin: 11px 0
}

.vision li:before {
    content: '✓';
    color: var(--sage);
    font-weight: 700;
    margin-right: 12px
}

.numbers {
    padding: 42px 0;
    background: linear-gradient(90deg, #f4eadb, #fff9ee, #f3e8d8)
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center
}

.numbers strong {
    display: block;
    font: 500 2.8rem 'Playfair Display', serif;
    color: var(--orange)
}

.numbers span {
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: .67rem;
    color: var(--muted)
}

.section {
    padding: 100px 0
}

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

.section-head h2 {
    font-size: clamp(2.25rem, 3.6vw, 3.5rem);
    line-height: 1.12;
    margin: 15px 0 10px
}

.section-head p {
    color: var(--muted)
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.service-grid article {
    padding: 34px 30px 32px;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #f8efe2);
    border: 1px solid var(--line);
    box-shadow: 0 14px 36px rgba(70, 45, 27, .06)
}

.service-icon {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff, #f8efe2);
    box-shadow: 0 10px 28px rgba(72, 48, 30, .1)
}

.service-icon__img {
    width: 65px;
    height: 65px;
    object-fit: contain
}

.service-grid h3 {
    font: 600 1.2rem 'Playfair Display', serif;
    margin: 20px 0 10px
}

.service-grid p,
.difference-grid p {
    font-size: .88rem;
    color: var(--muted);
    margin: 0
}

.quote-band {
    padding: 54px 0;
    background: linear-gradient(135deg, #bd4925, #dc7136);
    color: #fff;
    text-align: center;
    font: italic clamp(1.5rem, 2.8vw, 2.3rem) 'Playfair Display', serif
}

.quote-band span {
    display: block;
    margin-top: 14px;
    text-transform: uppercase;
    letter-spacing: .26em;
    font: 600 .66rem 'DM Sans'
}

.difference {
    background: linear-gradient(180deg, #fbf7ef, #fff)
}

.difference-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px
}

.difference-grid article {
    padding: 38px 26px 34px;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86)
}

.difference-icon {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(145deg, #fff, #f8efe2);
    box-shadow: 0 10px 28px rgba(72, 48, 30, .1)
}

.difference-icon__img {
    width: 65px;
    height: 65px;
    object-fit: contain
}

.difference-grid h3 {
    font: 600 1.2rem 'Playfair Display', serif;
    margin: 22px 0 10px
}

.process {
    position: relative;
    overflow: visible
}

.process.section {
    padding: 80px 0 50px
}

.process:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 5% 10%, rgba(255, 207, 2, .09), transparent 24%), radial-gradient(circle at 95% 85%, rgba(61, 53, 134, .07), transparent 28%);
    pointer-events: none
}

.process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 0
}

.process-path {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    pointer-events: none;
    overflow: visible
}

.process-path path {
    stroke-width: 3;
    stroke-dasharray: 6 8
}

.process-grid article {
    position: relative;
    z-index: 1;
    text-align: center
}

.process-grid article:nth-child(odd) {
    margin-top: 78px
}

.process-grid .step {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    margin: 0 auto 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--sage-dark), var(--sage));
    color: #fff;
    box-shadow: 0 0 0 8px var(--paper)
}

.process-grid i {
    display: none
}

.process-grid h3 {
    font: 600 1rem 'Playfair Display', serif;
    margin: 0 0 8px
}

.process-grid p {
    font-size: .78rem;
    color: var(--muted);
    margin: 0
}

.voices {
    background: linear-gradient(180deg, #f4eadb, #eee1d0)
}

.voice-card {
    max-width: 800px;
    margin: auto;
    padding: 42px;
    text-align: center;
    background: #fff;
    border-radius: 22px;
    box-shadow: var(--shadow)
}

.voice-card i {
    color: var(--gold)
}

.voice-card svg {
    width: 35px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6
}

.voice-card p {
    color: var(--muted);
    margin: 18px 0 26px
}

.booking {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 580px;
    background: linear-gradient(145deg, #1c0e08, #28150e);
    color: #fff
}

.booking-copy {
    padding: 100px 56px 100px max(50px, calc((100vw - 1160px) / 2));
    align-self: center;
    min-width: 0
}

.booking h2 {
    font-size: clamp(2.2rem, 3.6vw, 3.75rem);
    line-height: 1.15;
    margin: 16px 0
}

.booking p {
    color: rgba(255, 255, 255, .7);
    max-width: 42rem
}

.btn.whatsapp {
    margin-top: 20px;
    background: linear-gradient(135deg, #1f9d60, #38bd7a);
    color: #fff
}

.btn.whatsapp svg,
.floating-wa svg {
    width: 21px;
    fill: currentColor
}

.booking-photo {
    min-height: 580px
}

.booking-photo img {
    height: 100%;
    object-fit: cover
}

.site-footer {
    padding: 60px 0 22px;
    background: #180d09;
    color: #fff
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .6fr 1fr;
    gap: 55px
}

.footer-intro img {
    width: 220px;
    filter: brightness(0) invert(1);
    opacity: .95
}

.footer-intro p,
.site-footer p {
    color: rgba(255, 255, 255, .62);
    font-size: .82rem;
    max-width: 480px
}

.site-footer h2 {
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .7rem;
    color: rgba(255, 255, 255, .55)
}

.site-footer a {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, .75);
    font-size: .82rem;
    margin: 8px 0
}

.footer-bottom {
    margin-top: 45px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .7rem;
    color: rgba(255, 255, 255, .42)
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 40;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #1f9d60;
    color: #fff;
    box-shadow: 0 15px 35px rgba(31, 157, 96, .35)
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .75s ease, transform .75s ease
}

[data-reveal].is-visible {
    opacity: 1;
    transform: none
}

@media(max-width:900px) {
    .desktop-nav {
        display: none
    }

    .menu-toggle {
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        border-radius: 50%;
        background: #fff
    }

    .menu-toggle span,
    .menu-toggle span:before,
    .menu-toggle span:after {
        content: '';
        display: block;
        width: 18px;
        height: 2px;
        background: var(--ink);
        position: relative
    }

    .menu-toggle span:before {
        position: absolute;
        top: -6px
    }

    .menu-toggle span:after {
        position: absolute;
        top: 6px
    }

    .menu-toggle.is-open span {
        background: transparent
    }

    .menu-toggle.is-open span:before {
        top: 0;
        transform: rotate(45deg)
    }

    .menu-toggle.is-open span:after {
        top: 0;
        transform: rotate(-45deg)
    }

    .mobile-menu {
        position: fixed;
        top: 82px;
        left: 14px;
        right: 14px;
        padding: 18px;
        background: rgba(255, 253, 249, .97);
        border: 1px solid var(--line);
        border-radius: 20px;
        box-shadow: var(--shadow)
    }

    .mobile-menu.is-open {
        display: block
    }

    .mobile-menu a {
        display: block;
        padding: 10px;
        text-decoration: none
    }

    .about {
        grid-template-columns: 1fr
    }

    .about-photo {
        padding: 60px 30px
    }

    .about-photo-frame {
        width: min(340px, 100%);
        height: 440px
    }

    .about-copy {
        padding: 70px 30px
    }

    .assurance-list,
    .trust-grid,
    .numbers-grid,
    .difference-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .process-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: 0;
        padding: 0
    }

    .process-path {
        display: none
    }

    .process-grid article {
        display: grid;
        grid-template-columns: 60px 1fr;
        text-align: left;
        gap: 15px;
        align-items: center
    }

    .process-grid article:nth-child(odd) {
        margin-top: 0
    }

    .process-grid .step {
        margin: 0
    }

    .process-grid p,
    .process-grid h3 {
        grid-column: 2
    }

    .booking {
        grid-template-columns: 1fr
    }

    .booking-copy {
        padding: 80px clamp(28px, 6vw, 72px)
    }

    .booking-photo {
        min-height: 500px
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }

    .footer-intro {
        grid-column: 1/-1
    }
}

@media(max-width:620px) {
    .shell {
        width: min(100% - 24px, 560px)
    }

    .header-inner {
        height: 72px
    }

    .brand img {
        width: 175px
    }

    .mobile-menu {
        top: 72px
    }

    .hero-inner {
        padding-top: 52px
    }

    .hero h1 {
        font-size: clamp(2.45rem, 12vw, 3.4rem)
    }

    .hero-actions {
        flex-direction: column
    }

    .hero-actions .btn {
        width: 100%
    }

    .hero-photo {
        height: 440px
    }

    .assurance-list,
    .trust-grid,
    .vision-grid,
    .numbers-grid,
    .service-grid,
    .difference-grid {
        grid-template-columns: 1fr
    }

    .trust article {
        padding: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }

    .numbers-grid {
        gap: 28px
    }

    .service-grid article {
        padding: 26px
    }

    .section {
        padding: 75px 0
    }

    .vision article {
        padding: 32px 24px
    }

    .booking-copy {
        padding: 75px 24px
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .footer-intro {
        grid-column: auto
    }
}

@media print {
    [data-reveal] {
        opacity: 1 !important;
        transform: none !important
    }

    .floating-wa {
        display: none !important
    }

    .site-header {
        position: relative !important
    }

    .trust::before {
        animation: none;
        background-size: 100% 100%;
        background-position: 50% 50%
    }
}

@media (prefers-reduced-motion: reduce) {
    .trust::before {
        animation: none;
        background-size: 100% 100%;
        background-position: 50% 50%
    }
}