:root {
    --black: #0a0a0a;
    --ivory: #f6f4ef;
    --navy: #1e2530;
    --gold: #b7925b;
    --line: rgba(10, 10, 10, .16)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ivory);
    color: var(--black);
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300
}

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

:where(a, button):focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    box-shadow: 0 0 0 5px #0a0a0a
}

img {
    display: block
}

.site-header {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
    padding: 0 4.5vw;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .28)
}

.brand,
.footer-brand {
    display: flex;
    align-items: center;
    gap: 16px;
    width: max-content
}

.main-nav {
    display: flex;
    gap: 38px;
    font-size: 12px;
    letter-spacing: .04em
}

.main-nav a,
.header-cta {
    transition: opacity .25s
}

.main-nav a {
    color: #fff;
    font-weight: 500;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .35)
}

.main-nav a:hover,
.header-cta:hover {
    opacity: .65
}

.header-cta {
    justify-self: end;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .75);
    font-size: 12px
}

.menu-button {
    display: none;
    border: 0;
    background: none;
    padding: 8px
}

.menu-button span {
    display: block;
    width: 25px;
    height: 1px;
    background: #fff;
    margin: 6px
}

.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 0 7vw 9vh;
    color: #fff;
    background: #111;
    overflow: hidden
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(5, 8, 7, .76), rgba(5, 8, 7, .12) 74%), linear-gradient(0deg, rgba(5, 8, 7, .48), transparent 55%);
    z-index: 1
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 990px
}

.eyebrow,
.section-number {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .28em
}

.hero h1,
.section h2,
.groups-content h2,
.contact-main h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400
}

.hero h1 {
    font-size: clamp(48px, 6vw, 90px);
    line-height: .86;
    margin: 22px 0 30px;
    letter-spacing: -.03em
}

.hero-copy {
    max-width: 670px;
    font-size: 18px;
    line-height: 1.7
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 38px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 23px;
    font-size: 12px;
    font-weight: 400
}

.button-light {
    background: #fff;
    color: #111
}

.button-outline {
    border: 1px solid rgba(255, 255, 255, .65)
}

.section {
    padding: 125px 7vw
}

.section-number {
    color: var(--gold);
    margin: 0 0 58px
}

.editorial-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 10vw
}

.section h2,
.groups-content h2,
.contact-main h2 {
    font-size: clamp(48px, 5.5vw, 82px);
    line-height: 1.02;
    margin: 0;
    letter-spacing: -.025em
}

.body-copy {
    font-size: 17px;
    line-height: 1.9;
    color: #555b57
}

.statement {
    position: relative;
    min-height: 690px;
    height: 78vh;
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    background: url("assets/aurora.jpeg") center/cover
}

.statement-shade {
    position: absolute;
    inset: 0;
    background: rgba(8, 10, 9, .4)
}

.statement-copy {
    position: relative;
    z-index: 2
}

.statement-copy p {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(45px, 6vw, 86px);
    line-height: 1.04;
    margin: 0
}

.experiences-section {
    background: #eeebe4
}

.experiences-heading {
    align-items: end
}

.experience-list {
    margin-top: 85px
}

.experience {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 7vw;
    align-items: center;
    padding: 55px 0;
    border-top: 1px solid var(--line)
}

.experience:nth-child(even) {
    grid-template-columns: .95fr 1.05fr
}

.experience:nth-child(even) .experience-image {
    order: 2
}

.experience-image {
    min-height: 480px;
    background-size: cover;
    background-position: center
}

.image-europe {
    background-image: url('https://images.unsplash.com/photo-1529260830199-42c24126f198?auto=format&fit=crop&w=1600&q=88')
}

.image-family {
    background-image: url("assets/disney.jpeg")
}

.image-cruise {
    background-image: url('https://images.unsplash.com/photo-1548574505-5e239809ee19?auto=format&fit=crop&w=1600&q=88')
}

.experience span,
.why-items span {
    font-size: 10px;
    letter-spacing: .2em;
    color: var(--gold)
}

.experience h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(42px, 4vw, 66px);
    font-weight: 400;
    margin: 22px 0 14px
}

.experience p {
    max-width: 520px;
    color: #5d625f;
    line-height: 1.75
}

.groups-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 820px;
    background: var(--navy);
    color: #fff
}

.groups-image {
    background: url('https://images.unsplash.com/photo-1464278533981-50106e6176b1?auto=format&fit=crop&w=1800&q=88') center/cover
}

.groups-content {
    padding: 115px 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.groups-content>p:not(.section-number) {
    font-size: 17px;
    line-height: 1.8;
    color: #c8ced4;
    max-width: 620px
}

.text-link {
    margin-top: 45px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    width: max-content;
    font-size: 12px
}

.text-link span {
    margin-left: 12px
}

.why-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 10vw
}

.why-items article {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 28px 0;
    border-top: 1px solid var(--line)
}

.why-items h3 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 29px;
    font-weight: 500
}

.why-items p {
    margin: 8px 0 0;
    color: #686d69;
    line-height: 1.6
}

.health-section {
    padding: 125px 7vw;
    background: #eeebe4;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(56px, 7vw, 120px);
    align-items: stretch
}

.health-image {
    min-width: 0;
    min-height: 860px;
    overflow: hidden
}

.health-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.health-content {
    min-width: 0
}

.health-heading {
    max-width: 1100px;
    margin-bottom: 85px
}

.health-heading h2 {
    margin: 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(48px, 5.5vw, 82px);
    font-weight: 400;
    line-height: 1.02;
    letter-spacing: -.025em
}

.health-grid {
    display: block
}

.health-introduction,
.health-details {
    font-size: 17px;
    line-height: 1.9;
    color: #555b57
}

.health-introduction>p:first-child,
.health-details>p:first-child {
    margin-top: 0
}

.health-introduction {
    margin-bottom: 48px
}

.health-lead {
    margin: 38px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 1.15;
    color: var(--black)
}

.health-commitment {
    margin: 40px 0;
    padding: 34px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    color: var(--black)
}

.health-commitment p {
    margin: 0
}

.health-commitment p:first-child {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    line-height: 1.2
}

.health-commitment p+p {
    margin-top: 24px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase
}

.health-services p:first-child {
    margin: 0 0 10px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase
}

.health-services p:last-child {
    margin: 0
}

.health-closing {
    margin: 42px 0 0;
    font-family: 'Cormorant Garamond', serif;
    font-size: 29px;
    line-height: 1.25;
    color: var(--black)
}

.health-button {
    margin-top: 34px;
    background: var(--navy);
    color: #fff
}

.contact-section {
    display: grid;
    grid-template-columns: .42fr 1fr;
    background: #081823;
    color: #fff;
    min-height: 0;
}

 .contact-brand {
    height: 430px;
align-self: center;
position: relative;
top: 40px;
    margin: 0 0 0 110px;
    background: #7fa9bd;
    overflow: hidden;
}

.contact-brand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.contact-main {
    padding: 110px 8vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-number.light {
    color: #d5b889
}

.contact-main>p:not(.section-number) {
    color: #aaa;
    font-size: 17px
}

.contact-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 35px 0
}

.contact-links a {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(30px, 3.5vw, 52px)
}

.contact-links span {
    color: #aaa;
    font-size: 13px
}

footer {
    padding: 34px 5vw;
    background: #050505;
    color: #b8b8b8;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    font-size: 11px
}

.footer-brand {
    color: #fff
}

.reveal {
    opacity: 1;
    transform: none
}

.reveal-observer .reveal {
    opacity: 0;
    transform: translateY(25px);
    transition: opacity .8s ease, transform .8s ease
}

.reveal-observer .reveal.visible {
    opacity: 1;
    transform: none
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto
    }

    .reveal-observer .reveal,
    .reveal-observer .reveal.visible {
        opacity: 1;
        transform: none;
        transition: none
    }

    .hero-background,
    #hero-title {
        transition: none
    }
}

@media(max-width:960px) {
    .site-header {
        grid-template-columns: 1fr auto;
        height: 82px;
        padding: 0 24px
    }

    .main-nav,
    .header-cta {
        display: none
    }

    .menu-button {
        display: block
    }

    .site-header.open .main-nav {
        display: flex;
        position: absolute;
        top: 82px;
        left: 0;
        width: 100%;
        padding: 28px 24px;
        background: #0a0a0a;
        flex-direction: column;
        gap: 22px
    }

    .hero {
        padding: 0 24px 68px
    }

    .editorial-grid,
    .why-grid {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .section {
        padding: 90px 24px
    }

    .health-section {
        padding: 90px 24px;
        grid-template-columns: 1fr;
        gap: 55px
    }

    .health-image {
        min-height: 0;
        height: clamp(360px, 110vw, 620px)
    }

    .health-heading {
        margin-bottom: 55px
    }

    .experience,
    .experience:nth-child(even) {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .experience:nth-child(even) .experience-image {
        order: 0
    }

    .experience-image {
        min-height: 380px
    }

    .groups-section {
        grid-template-columns: 1fr
    }

    .groups-image {
        min-height: 500px
    }

    .groups-content {
        padding: 90px 24px
    }

    .contact-section {
        grid-template-columns: 1fr
    }

    .contact-brand {
        display: none
    }

    .contact-main {
        padding: 90px 24px
    }

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

    .hero h1 {
        font-size: 58px
    }

    .statement {
        min-height: 540px;
        height: 65vh
    }
}

@media(max-width:560px) {
    .hero h1 {
        font-size: 48px
    }

    .hero-copy {
        font-size: 16px
    }

    .hero-actions {
        flex-direction: column
    }

    .button {
        width: 100%
    }

    .section h2,
    .groups-content h2,
    .contact-main h2,
    .health-heading h2 {
        font-size: 43px
    }

    .experience-image {
        min-height: 300px
    }

    .statement-copy p {
        font-size: 42px
    }

    .contact-links a {
        font-size: 29px
    }
}

/* CARRUSEL PORTADA */
.hero-background {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 1;
    transition: opacity .7s ease-in-out;
    z-index: 0;
}

#hero-title {
    transition: opacity .7s ease-in-out;
}
.hero-eyebrow {
    position: absolute;
    top: 115px;
    left: 5.5vw;
    z-index: 5;
    margin: 0;
}
.brand-logo-oficial {
    width: 190px;
    height: 70px;
    object-fit: contain;
    display: block;
}
.footer-logo-oficial {
    width: 120px;
    height: auto;
    display: block;
}
