:root {
    --accent: #9a7435;
    --ink: #111318;
    --muted: #616872;
    --soft: #f5f6f7;
    --white: #fff;
    --line: #e3e5e8;
    --dark: #12161d;
    --shadow: 0 24px 70px rgba(17, 19, 24, .13)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Inter, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.65
}

img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

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

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

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    color: #000;
    background-color: #fff;
    
}

.compact-header {
    position: relative;
    
}

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

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: -.02em
}
.brand img{
    width: 230px;
    height: auto;
}
.brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    background: var(--accent);
    color: #fff;
    border-radius: 50%
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 28px;
    font-size: 14px;
    font-weight: 650
}

.nav-cta,
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-weight: 800;
    transition: .25s ease
}

.nav-cta {
    padding: 12px 18px;
    background: #000;
    color: #fff;
    border-radius: 10px;
}

.menu-toggle {
    display: none;
    background: none;
    border: 1px solid rgba(255, 255, 255, .5);
    color: inherit;
    padding: 9px 12px
}

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center
}

.hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 780px;
    padding-top: 90px
}

.hero h1 {
    font-size: clamp(48px, 6vw, 80px);
    line-height: 1.02;
    letter-spacing: -.055em;
    margin: 18px 0 24px
}

.hero p {
    font-size: 19px;
    max-width: 700px;
    color: rgba(255, 255, 255, .86)
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 850;
    color: var(--accent)
}

.eyebrow.light {
    color: #fff
}

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

.btn {
    min-height: 54px;
    padding: 0 26px
}

.btn-primary {
    background: var(--accent);
    color: #fff
}

.btn-light {
    background: #fff;
    color: var(--ink)
}

.btn-ghost {
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
     border-radius: 10px;
}

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

.section {
    padding: 30px 0
}

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

.section-head.left {
    text-align: left;
    margin-left: 0
}

.section-head.compact {
    max-width: 620px
}

.section-head h2,
.content-panel h2,
.visual-copy h2,
.editorial-copy h2,
.lux-title h2,
.faq-grid h2,
.final-cta h2,
.cta-lux h2 {
    font-size: clamp(20px, 3vw, 36px);
    line-height: 1.08;
    letter-spacing: -.045em;
    margin: 14px 0 20px
}

.section-head p,
.content-panel p,
.visual-copy p,
.editorial-copy p,
.lux-title p,
.faq-grid p {
    color: var(--muted);
    font-size: 16px
}

.soft {
    background: var(--soft)
}

.site-footer {
    background: #090909;
    color: #fff;
    padding: 70px 0 0
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr .8fr .8fr;
    gap: 70px
}

.footer-grid h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .12em
}

.footer-grid a,
.footer-grid p {
    display: block;
    color: rgba(255, 255, 255, .68);
    margin: 9px 0
}

.footer-brand {
    color: #fff !important;
    margin-bottom: 16px !important
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 54px;
    padding: 22px 0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: rgba(255, 255, 255, .55);
    font-size: 13px
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 28px 0
}

.check-list li {
    padding: 11px 0 11px 30px;
    border-bottom: 1px solid var(--line);
    position: relative
}

.check-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--accent);
    font-weight: 900
}

.text-cta {
    color: var(--accent);
    font-weight: 850
}

.legal-shell {
    padding: 80px 0;
    background: var(--soft)
}

.legal-card {
    background: #fff;
    padding: 64px;
    box-shadow: var(--shadow)
}

.legal-card h1 {
    font-size: 28px;
    letter-spacing: -.05em;
    margin: 10px 0
}

.legal-card section {
    padding: 10px 0;
    border-top: 1px solid var(--line)
}

.legal-card h2 {
    font-size: 18px;
    margin: 0;
}

.legal-card p {
    color: var(--muted)
}

.text-link {
    font-weight: 750
}

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

.revealed {
    opacity: 1;
    transform: none
}

.cruise-hero{
    min-height:90vh;
    display:flex;
    align-items:center;
    position:relative;
}

.cruise-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:650px;
    color:#fff;
    text-align: center;
}

.hero-tag{
    display:inline-block;
    margin-bottom:18px;
    padding:8px 18px;
    background:#D1AF78;
    color:#111;
    font-size:14px;
    font-weight:600;
    border-radius:30px;
}

.hero-content h1{
    font-size:40px;
    line-height:1.2;
    margin-bottom:20px;
}

.hero-content p{
    font-size:16px;
    line-height:1.8;
    margin-bottom:25px;
    color:#f5f5f5;
}

.hero-list{
    list-style:none;
    padding:0;
    margin:0 0 35px;
}

.hero-list li{
    margin-bottom:12px;
    padding-left:26px;
    position:relative;
}



.hero-btns{
    display:flex;
    gap:15px;
}

.btn-primary{
    background:#D1AF78;
    color:#fff;
    padding:14px 34px;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-3px);
}
.cruise-hero {
    min-height: 660px;
    background-image: url('https://images.unsplash.com/photo-1645004479295-fa9d11d565bc?q=80&w=2071&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    align-items: flex-end;
    padding-bottom: 70px
}

.cruise-hero:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(12, 19, 25, .26)
}

.hero-card {
    position: relative;
    z-index: 2;
    background: #fff;
    color: var(--ink);
    padding: 54px;
    max-width: 1040px;
   
    box-shadow: var(--shadow)
}

.hero-card h1 {
    font-size: 58px;
    color: var(--ink);
    margin: 14px 0 20px
}

.hero-card p {
    color: var(--muted);
    font-size: 18px
}

.hero-list {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 26px 0;
    justify-content: center;
}

.hero-list li {
    border: 1px solid var(--line);
    padding: 8px 11px;
    font-size: 13px;
    border-radius: 10px;
}

.intro-lux {
    padding-bottom: 70px
}

.lux-title {
    max-width: 800px;
    text-align: center;
    margin: auto
}

.icon-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top:20px
}

.icon-row article {
    text-align: center;
    padding: 20px 30px
}

.icon-row b {
    font-family: Georgia, serif;
    font-size: 44px;
    color: var(--accent);
    font-weight: 400
}

.icon-row p {
    color: var(--muted)
}

.gallery-section {
    background: #f4f0e9
}

.destination-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 260px 260px;
    gap: 18px
}

.destination {
    position: relative;
    overflow: hidden
}

.destination.large {
    grid-row: 1/3
}

.destination:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9, 12, 15, .28)
}

.destination div {
    position: absolute;
    z-index: 2;
    left: 28px;
    bottom: 24px;
    color: #fff
}

.destination span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .15em
}

.destination h3 {
    font-size: 34px;
    margin: 2px 0
}

.editorial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 90px;
    align-items: center
}

.editorial-image {
    height: 670px
}

.detail-list {
    margin: 32px 0
}

.detail-list div {
    padding: 20px 0;
    border-top: 1px solid var(--line)
}

.detail-list strong,
.detail-list span {
    display: block
}

.detail-list span {
    color: var(--muted);
    font-size: 14px
}

.dark-lux {
    background: #151515;
    color: #fff
}

.dark-lux .section-head p {
    color: rgba(255, 255, 255, .65)
}

.question-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, .15)
}

.question-grid article {
    background: #151515;
    padding: 36px
}

.question-grid span {
    color: #d1af78;
    font-weight: 850
}

.question-grid p {
    color: rgba(255, 255, 255, .62)
}

.cta-lux {
    background: #d1af78
}

.cta-lux-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

.cta-lux .btn-primary {
    background: #111
}

.cta-lux .eyebrow {
    color: #111
}
/* =====================================================
   COMPLETE RESPONSIVE CSS
   Add this code at the END of style.css
===================================================== */

/* Large tablets and small laptops */
@media (max-width: 1100px) {

    .container {
        width: min(100% - 48px, 1180px);
    }

    .hero {
        min-height: 680px;
    }

    .hero-content {
        max-width: 680px;
    }

    .hero-content h1,
    .hero h1 {
        font-size: 58px;
    }

    .section {
        padding: 90px 0;
    }

    .editorial-grid {
        gap: 55px;
    }

    .editorial-image {
        height: 580px;
    }

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


/* Tablets */
@media (max-width: 900px) {

    .container {
        width: min(100% - 36px, 1180px);
    }

    .nav-wrap {
        min-height: 74px;
    }

    .menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .nav-links {
        position: absolute;
        top: 74px;
        left: 18px;
        right: 18px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 20px;
        background: #fff;
        color: var(--ink);
        box-shadow: var(--shadow);
        z-index: 100;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links a {
        width: 100%;
        padding: 11px 4px;
    }

    .nav-links .nav-cta {
        justify-content: center;
        background: var(--accent);
        color: #fff;
        margin-top: 6px;
    }

    .cruise-hero,
    .hero {
        min-height: 650px;
        align-items: center;
        padding: 120px 0 70px;
        background-position: center;
    }

    .hero-content {
        max-width: 660px;
        padding-top: 40px;
    }

    .hero-content h1,
    .hero h1 {
        font-size: 50px;
        line-height: 1.08;
        letter-spacing: -0.04em;
    }

    .hero-content p,
    .hero p {
        max-width: 600px;
        font-size: 17px;
        line-height: 1.7;
    }

    .hero-list {
        gap: 10px;
    }

    .hero-actions,
    .hero-btns {
        gap: 12px;
    }

    .section {
        padding: 80px 0;
    }

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

    .section-head h2,
    .content-panel h2,
    .visual-copy h2,
    .editorial-copy h2,
    .lux-title h2,
    .faq-grid h2,
    .final-cta h2,
    .cta-lux h2 {
        font-size: 34px;
    }

    .icon-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        margin-top: 45px;
    }

    .destination-grid {
        grid-template-columns: 1fr;
        grid-template-rows: 420px 280px 280px;
    }

    .destination.large {
        grid-row: auto;
    }

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

    .editorial-image {
        height: 520px;
        order: -1;
    }

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

    .cta-lux-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .footer-grid > div:first-child {
        grid-column: 1 / -1;
    }
}


/* Mobile and smaller tablets */
@media (max-width: 700px) {

    .container {
        width: min(100% - 28px, 1180px);
    }

    .site-header {
        position: absolute;
    }

    .brand {
        font-size: 15px;
    }

    .brand-mark {
        width: 34px;
        height: 34px;
    }

    .nav-wrap {
        min-height: 68px;
    }

    .nav-links {
        top: 68px;
        left: 14px;
        right: 14px;
    }

    .cruise-hero,
    .hero {
        min-height: auto;
        padding: 125px 0 70px;
        align-items: center;
        background-position: 58% center;
    }

    .cruise-hero::before {
        background: rgba(0, 0, 0, 0.56);
    }

    .hero-content {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }

    .hero-tag {
        padding: 7px 14px;
        font-size: 11px;
        letter-spacing: 0.05em;
        margin-bottom: 14px;
    }

    .hero-content h1,
    .hero h1 {
        font-size: 40px;
        line-height: 1.1;
        letter-spacing: -0.035em;
        margin: 14px 0 20px;
    }

    .hero-content p,
    .hero p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .hero-list {
        display: block;
        margin: 22px 0 28px;
    }

    .hero-list li {
        width: 100%;
        margin-bottom: 10px;
        padding: 9px 10px 9px 28px;
        font-size: 14px;
        border-color: rgba(255, 255, 255, 0.35);
    }

    .hero-list li::before {
        content: "✓";
        position: absolute;
        left: 9px;
        color: #d1af78;
        font-weight: 800;
    }

    .hero-actions,
    .hero-btns {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .hero-actions .btn,
    .hero-btns .btn,
    .hero-content > .btn {
        width: 100%;
    }

    .btn {
        min-height: 52px;
        padding: 0 20px;
    }

    .section {
        padding: 65px 0;
    }

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

    .section-head.left {
        text-align: left;
    }

    .section-head h2,
    .content-panel h2,
    .visual-copy h2,
    .editorial-copy h2,
    .lux-title h2,
    .faq-grid h2,
    .final-cta h2,
    .cta-lux h2 {
        font-size: 31px;
        line-height: 1.15;
        letter-spacing: -0.035em;
    }

    .section-head p,
    .content-panel p,
    .visual-copy p,
    .editorial-copy p,
    .lux-title p,
    .faq-grid p {
        font-size: 16px;
    }

    .icon-row {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 35px;
    }

    .icon-row article {
        padding: 25px 20px;
        border: 1px solid var(--line);
    }

    .destination-grid {
        grid-template-rows: 340px 240px 240px;
        gap: 14px;
    }

    .destination div {
        left: 20px;
        bottom: 18px;
    }

    .destination h3 {
        font-size: 28px;
    }

    .editorial-grid {
        gap: 34px;
    }

    .editorial-image {
        height: 430px;
    }

    .question-grid {
        grid-template-columns: 1fr;
    }

    .question-grid article {
        padding: 28px 24px;
    }

    .cta-lux-inner {
        text-align: left;
    }

    .cta-lux-inner .btn {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-grid > div:first-child {
        grid-column: auto;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 38px;
    }

    .legal-shell {
        padding: 50px 0;
    }

    .legal-card {
        padding: 34px 24px;
    }

    .legal-card h1 {
        font-size: 40px;
    }

    .legal-card h2 {
        font-size: 18px;
    }
}


/* Small mobile screens */
@media (max-width: 480px) {

    .container {
        width: calc(100% - 24px);
    }

    .brand {
        gap: 8px;
        font-size: 14px;
    }

    .brand-mark {
        width: 32px;
        height: 32px;
    }

    .menu-toggle {
        padding: 8px 10px;
    }

    .cruise-hero,
    .hero {
        padding: 112px 0 55px;
        background-position: 62% center;
    }

    .hero-content h1,
    .hero h1 {
        font-size: 32px;
        line-height: 1.12;
        letter-spacing: -0.03em;
    }

    .hero-content p,
    .hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    .hero-tag {
        font-size: 10px;
        padding: 6px 12px;
    }

    .hero-list li {
        font-size: 13px;
    }

    .btn {
        min-height: 50px;
        font-size: 14px;
    }

    .section {
        padding: 55px 0;
    }

    .section-head h2,
    .content-panel h2,
    .visual-copy h2,
    .editorial-copy h2,
    .lux-title h2,
    .faq-grid h2,
    .final-cta h2,
    .cta-lux h2 {
        font-size: 28px;
    }

    .destination-grid {
        grid-template-rows: 290px 220px 220px;
    }

    .destination h3 {
        font-size: 25px;
    }

    .editorial-image {
        height: 350px;
    }

    .detail-list div {
        padding: 16px 0;
    }

    .question-grid article {
        padding: 25px 20px;
    }

    .legal-card {
        padding: 28px 20px;
    }

    .legal-card h1 {
        font-size: 24px;
    }
}


/* Very small devices */
@media (max-width: 360px) {

    .hero-content h1,
    .hero h1 {
        font-size: 30px;
    }

    .hero-content p,
    .hero p {
        font-size: 14px;
    }

    .section-head h2,
    .content-panel h2,
    .visual-copy h2,
    .editorial-copy h2,
    .lux-title h2,
    .faq-grid h2,
    .final-cta h2,
    .cta-lux h2 {
        font-size: 25px;
    }

    .destination-grid {
        grid-template-rows: 260px 200px 200px;
    }
}
/* =========================================
   CRUISE PAGE CTA BUTTON STYLES
========================================= */

.section-main-cta {
    margin-top: 24px;
}

.experience-card,
.question-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.experience-card p,
.question-card p {
    text-align: left;
}
.experience-card h3,
.question-card h3 {
    text-align: left;
    margin: 0;
}
.card-cta,
.question-cta,
.detail-cta,
.destination-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 800;
    transition: .25s ease;
}

.card-cta {
    min-height: 44px;
    margin-top: auto;
    padding: 0 18px;
    background: var(--accent);
    color: #fff;
    font-size: 13px;
     border-radius: 10px;
}

.card-cta:hover {
    background: #7c5b29;
    transform: translateY(-2px);
}

.destination-content {
    right: 24px;
}

.destination-cta {
    min-height: 40px;
    margin-top: 12px;
    padding: 0 16px;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
     border-radius: 10px;
}

.destination-cta:hover {
    background: var(--accent);
    color: #fff;
    transform: translateY(-2px);
}

.detail-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.detail-cta {
    min-height: 38px;
    margin-top: 14px;
    padding: 0 15px;
    border: 1px solid var(--accent);
    color: var(--accent);
    font-size: 12px;
     border-radius: 10px;
}

.detail-cta:hover {
    background: var(--accent);
    color: #fff;
}

.question-cta {
    min-height: 42px;
    margin-top: auto;
    padding: 0 17px;
    background: #d1af78;
    color: #111;
    font-size: 13px;
     border-radius: 10px;
}

.question-cta:hover {
    background: #fff;
    transform: translateY(-2px);
}

.footer-cta {
    width: fit-content;
    min-height: 46px;
    margin-top: 18px;
}

.footer-text-cta {
    display: inline-block !important;
    margin-top: 14px !important;
    color: #d1af78 !important;
    font-weight: 800;
}

@media (max-width: 900px) {

    .destination-content {
        right: 20px;
    }

    .destination-cta {
        font-size: 11px;
    }
}

@media (max-width: 700px) {

    .section-main-cta {
        width: 100%;
    }

    .card-cta,
    .question-cta,
    .detail-cta {
        width: 100%;
    }

    .destination-content {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .destination-cta {
        width: 100%;
        padding: 0 12px;
        text-align: center;
    }

    .footer-cta {
        width: 100%;
    }
}

@media (max-width: 480px) {

    .destination-cta {
        min-height: 38px;
        font-size: 10px;
    }

    .card-cta,
    .question-cta {
        min-height: 42px;
        font-size: 12px;
    }
}

/* ===========================
   FIXED CALL BUTTON
=========================== */

.call-now-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9999;

    display: inline-flex;
    align-items: center;
    gap: 12px;

    height: 60px;
    padding: 0 22px;

    background: #D1AF78;
    color: #fff;
    border-radius: 10px;

    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .2px;

    transition: .3s ease;
    overflow: hidden;
}

.call-now-btn svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    animation: callPulse 1.8s infinite;
}

.call-now-btn span {
    white-space: nowrap;
}

.call-now-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-4px);
}

.call-now-btn:active {
    transform: scale(.96);
}

/* Mobile */

@media (max-width:768px){

    .call-now-btn{
        right:16px;
        bottom:16px;

        height:54px;
        padding:0 18px;

        font-size:15px;
    }

    .call-now-btn svg{
        width:20px;
        height:20px;
    }

}

@media (max-width:480px){

    .call-now-btn{
        right:14px;
        bottom:14px;

        width:56px;
        height:56px;
        padding:0;
        justify-content:center;
        border-radius:50%;
    }

    .call-now-btn span{
        display:none;
    }

    .call-now-btn svg{
        width:24px;
        height:24px;
    }

}