* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Fredoka, Inter, system-ui, sans-serif;
    background: #fff8e7;
    color: #2b1b12;
    overflow-x: hidden
}

body:before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 12% 18%, rgba(255, 203, 72, .18), transparent 28%), radial-gradient(circle at 90% 15%, rgba(0, 132, 151, .15), transparent 25%), linear-gradient(90deg, rgba(111, 72, 32, .035) 1px, transparent 1px), linear-gradient(rgba(111, 72, 32, .035) 1px, transparent 1px);
    background-size: auto, auto, 42px 42px, 42px 42px;
    z-index: -1
}

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

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

.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px
}

.narrow {
    max-width: 760px;
    text-align: center
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: .35s
}

.navbar.scrolled {
    background: rgba(255, 248, 231, .96);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(43, 27, 18, .12);
    border-bottom: 3px solid #f3b63f
}

.nav-inner {
    height: 68px;
    max-width: 1120px;
    margin: auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand {
    font-family: Rye, serif;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .35)
}

.navbar.scrolled .brand {
    color: #2b1b12;
    text-shadow: none
}

.brand small {
    font-family: Fredoka, sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: rgba(255, 232, 170, .85);
    margin-left: 6px;
    font-weight: 800
}

.navbar.scrolled .brand small {
    color: #0f7480
}

.nav-links {
    display: flex;
    gap: 28px
}

.nav-links a {
    font-size: 14px;
    font-weight: 800;
    color: rgba(255, 255, 255, .92);
    transition: .2s
}

.navbar.scrolled .nav-links a {
    color: #4b2e1c
}

.nav-links a:hover {
    color: #ffd15c
}

.navbar.scrolled .nav-links a:hover {
    color: #0f7480
}

.menu-btn {
    display: none;
    background: none;
    border: 0;
    font-size: 30px;
    color: white
}

.navbar.scrolled .menu-btn {
    color: #2b1b12
}

.hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

.hero-bg {
    position: absolute;
    inset: 0;
    background: url('images/fondo.jpeg') center/cover no-repeat;
    transform: scale(1.03);
        opacity: 0.9;

}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(22, 55, 68, .72), rgba(105, 45, 24, .42), rgba(43, 27, 18, .82))
}

.hero:after {
    content: "⚓  🏴‍☠️  🪙  🧭";
    position: absolute;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 35px;
    letter-spacing: 18px;
    opacity: .9;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .35))
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    max-width: 820px
}

.eyebrow {
    display: inline-flex;
    border: 2px dashed rgba(255, 209, 92, .75);
    background: rgba(42, 104, 118, .42);
    color: #fff1b8;
    border-radius: 999px;
    padding: 10px 18px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 26px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, .18)
}

.hero h1,
.section h2,
.cta h2 {
    font-family: Rye, serif
}

.hero h1 {
    font-size: clamp(48px, 8vw, 94px);
    line-height: .98;
    margin: 0 0 18px;
    color: #fff;
    text-shadow: 0 8px 0 rgba(43, 27, 18, .3), 0 18px 28px rgba(0, 0, 0, .38)
}

.hero h1 em {
    font-style: normal;
    font-weight: 400;
    color: #ffd15c
}

.hero p {
    color: #fff3d1;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .04em;
    margin-bottom: 38px
}

.hero-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 16px 30px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
    transition: .2s;
    border: 2px solid transparent
}

.btn:hover {
    transform: translateY(-2px) rotate(-1deg)
}

.btn.primary {
    background: #e6392e;
    color: #fff;
    box-shadow: 0 12px 0 #8d2019, 0 20px 32px rgba(74, 28, 19, .3);
    border-color: #ffcf57
}

.btn.ghost {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 209, 92, .65);
    color: white;
    backdrop-filter: blur(8px)
}

.btn.white {
    background: #fff;
    color: #74310f;
    border-color: #ffcf57;
    box-shadow: 0 10px 0 rgba(116, 49, 15, .22)
}

.scroll-down {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 44px;
    color: #ffd15c;
    animation: bounce 1.8s infinite;
    z-index: 2
}

@keyframes bounce {
    50% {
        transform: translate(-50%, 8px)
    }
}

.section {
    padding: 96px 0
}

.two-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center
}

.section-kicker {
    color: #0f7480;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin: 0 0 14px
}

.section h2 {
    font-size: clamp(38px, 5vw, 55px);
    line-height: 1.08;
    margin: 0 0 24px;
    color: #2b1b12
}

.section h2 em {
    font-style: normal;
    color: #e6392e
}

.section p {
    color: #6c4b34;
    line-height: 1.75;
    font-weight: 500;
    font-size: 17px
}

.stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-top: 34px
}

.stats div {
    background: #fff;
    border: 2px solid #f3d18a;
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 8px 0 rgba(116, 49, 15, .08)
}

.stats strong {
    display: block;
    font-family: Rye, serif;
    font-size: 34px;
    color: #e6392e
}

.stats span {
    font-size: 12px;
    color: #6c4b34;
    text-transform: uppercase;
    font-weight: 900
}

.about-image-wrap {
    position: relative
}

.about-image-wrap:before {
    content: "";
    position: absolute;
    inset: 18px -18px -18px 18px;
    border-radius: 30px;
    background: linear-gradient(135deg, #e6392e, #7b2a18 60%, #2b1b12);
    z-index: -1
}

.about-image-wrap img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 30px;
    border: 6px solid #fff;
    box-shadow: 0 20px 45px rgba(43, 27, 18, .22)
}

.rating-card {
    position: absolute;
    left: -24px;
    bottom: -24px;
    background: #fff;
    border-radius: 22px;
    padding: 16px;
    border: 2px solid #ffcf57;
    display: flex;
    gap: 12px;
    box-shadow: 0 14px 0 rgba(116, 49, 15, .12)
}

.rating-card span {
    color: #f5b51b;
    font-size: 25px
}

.rating-card small {
    display: block;
    color: #0f7480;
    margin-top: 3px;
    font-weight: 800
}

.separator {
    max-width: 1120px;
    margin: auto;
    border-top: 3px dashed #f3d18a
}

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

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

.card {
    background: #fff;
    border: 2px solid #f3d18a;
    border-radius: 30px;
    padding: 32px;
    box-shadow: 0 10px 0 rgba(116, 49, 15, .08);
    transition: .25s;
    position: relative;
    overflow: hidden
}

.card:after {
    content: "";
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: rgba(15, 116, 128, .08)
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 0 rgba(116, 49, 15, .1);
    border-color: #e6392e
}

.icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: #fff0b8;
    border: 2px solid #ffcf57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    margin-bottom: 20px
}

.card h3 {
    font-family: Rye, serif;
    font-size: 22px;
    margin: 0 0 12px;
    color: #2b1b12
}

.card p {
    font-size: 15px;
    color: #6c4b34;
    line-height: 1.75
}

.gallery-section {
    background: linear-gradient(135deg, #e6392e, #7b2a18 60%, #2b1b12);
    color: white;
    position: relative
}

.gallery-section .section-kicker {
    color: #ffd15c
}

.gallery-section h2 {
    color: white
}

.gallery-section h2 em {
    color: #ffd15c
}

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

.gallery div {
    height: 230px;
    border-radius: 22px;
    overflow: hidden;
    border: 5px solid #fff3d1;
    box-shadow: 0 12px 0 rgba(43, 27, 18, .18)
}

.gallery .wide {
    grid-column: span 2;
    height: 290px
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .45s
}

.gallery img:hover {
    transform: scale(1.06)
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    display: grid;
    gap: 14px
}

.service-list li {
    color: #4b2e1c;
    font-weight: 700;
    display: flex;
    gap: 12px;
    align-items: center
}

.service-list li:before {
    content: '🪙';
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto
}

.service-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.service-images img {
    height: 215px;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
    border: 5px solid #fff;
    box-shadow: 0 12px 0 rgba(116, 49, 15, .1)
}

.service-images img:nth-child(2) {
    margin-top: 34px
}

.service-images img:nth-child(3) {
    margin-top: -18px
}

.service-images img:nth-child(4) {
    margin-top: 18px
}

.cta {
    background: linear-gradient(135deg, #e6392e, #7b2a18 60%, #2b1b12);
    color: white;
    padding: 86px 0;
    text-align: center;
    position: relative;
    overflow: hidden
}

.cta:before {
    content: "🏴‍☠️";
    position: absolute;
    font-size: 180px;
    opacity: .08;
    left: 8%;
    top: 18px
}

.cta:after {
    content: "🧭";
    position: absolute;
    font-size: 150px;
    opacity: .09;
    right: 10%;
    bottom: 10px
}

.calendar-icon {
    font-size: 44px;
    margin-bottom: 20px;
    opacity: .95
}

.cta h2 {
    font-size: clamp(38px, 5vw, 56px);
    line-height: 1.05;
    margin: 0 0 18px
}

.cta p {
    color: #fff3d1;
    font-size: 19px;
    font-weight: 600;
    margin: 0 auto 34px;
    max-width: 620px
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: start
}

.contact-cards {
    display: grid;
    gap: 18px
}

.contact-card {
    background: #fff;
    border: 2px solid #f3d18a;
    border-radius: 28px;
    padding: 24px;
    display: flex;
    gap: 18px;
    box-shadow: 0 10px 0 rgba(116, 49, 15, .08)
}

.contact-card>span {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    background: #fff0b8;
    border: 2px solid #ffcf57;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: 0 0 auto
}

.contact-card small {
    display: block;
    color: #0f7480;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 900;
    font-size: 11px;
    margin-bottom: 6px
}

.contact-card strong,
.contact-card a:not(.whatsapp) {
    display: block;
    color: #2b1b12;
    font-weight: 900
}

.contact-card p {
    margin: 4px 0 0;
    color: #6c4b34;
    font-size: 14px
}

.whatsapp {
    display: inline-flex;
    margin-top: 4px;
    background: #22c55e;
    color: white !important;
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900
}

.map-wrap {
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
    border: 5px solid #fff3d1;
    box-shadow: 0 12px 0 rgba(116, 49, 15, .12)
}
.map-wrap iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}
.footer {
    background: #2b1b12;
    color: white;
    padding: 46px 0 26px
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px
}

.footer strong {
    font-family: Rye, serif;
    font-size: 20px;
    color: #ffd15c
}

.footer p {
    color: #c9a675;
    margin: 6px 0 0
}

.footer-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center
}

.footer-links a {
    color: #f4d9a1;
    font-size: 14px;
    font-weight: 700
}

.footer-links a:hover {
    color: #ffcf57
}

.copy {
    text-align: center;
    border-top: 1px solid #5c3923;
    max-width: 1120px;
    margin: 30px auto 0 !important;
    padding-top: 24px;
    font-size: 12px;
    color: #c9a675 !important
}

@media(max-width:800px) {
    .brand small {
        display: none
    }

    .menu-btn {
        display: block
    }

    .nav-links {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        background: #fff8e7;
        display: none;
        flex-direction: column;
        gap: 0;
        box-shadow: 0 18px 30px rgba(43, 27, 18, .14)
    }

    .nav-links.open {
        display: flex
    }

    .nav-links a {
        color: #4b2e1c !important;
        padding: 15px 24px;
        border-bottom: 1px solid #f3d18a
    }

    .two-cols,
    .cards,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .hero p {
        font-size: 17px
    }

    .section {
        padding: 76px 0
    }

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

    .gallery .wide {
        grid-column: span 2
    }

    .rating-card {
        left: 14px
    }

    .footer-inner {
        flex-direction: column;
        text-align: center
    }

    .hero:after {
        font-size: 26px;
        letter-spacing: 10px
    }
}

@media(max-width:520px) {
    .container {
        padding: 0 18px
    }

    .hero-actions {
        flex-direction: column
    }

    .btn {
        width: 100%
    }

    .stats,
    .gallery {
        grid-template-columns: 1fr
    }

    .gallery .wide {
        grid-column: auto
    }

    .gallery div,
    .gallery .wide {
        height: 250px
    }

    .service-images {
        grid-template-columns: 1fr
    }

    .service-images img {
        margin: 0 !important
    }

    .contact-card {
        padding: 20px
    }

    .brand {
        font-size: 17px
    }

    .hero h1 {
        font-size: 46px
    }

    .hero:after {
        display: none
    }
}