/*
 * Sailmates main stylesheet
 * Cleaned 24 July 2026.
 *
 * Exact duplicate rules and duplicate declarations inside the same rule
 * have been removed. Cascade order and page-specific overrides are preserved.
 */

/* * Sailmates main stylesheet
 * Includes global, header, page, modal and shared footer styles. */

.site-footer {

    position: relative;
    width: 100%;
    margin-top: 80px;
    color: #fff;
    background: linear-gradient(
            rgba(7,20,30,.82),
            rgba(7,20,30,.94)
        ),
        url("/images/footer-ship-background.jpg");
    background-size: cover;
    background-position: center;
    border-top: 1px solid rgba(255,255,255,.12);

}

.site-footer-inner {

    width: min(92vw,1180px);
    margin: 0 auto;
    padding: 64px 0 48px;
    display: grid;
    grid-template-columns: 1.2fr 1fr .8fr;
    gap: 50px;
    align-items: center;

}

.site-footer-brand {

    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.site-footer-logo {

    width: 76px;
    height: 76px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,.35));

}

.site-footer-description {

    max-width: 480px;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.75;

}

.site-footer-coffee {

    text-align: center;

}

.site-footer-coffee h2 {

    color: var(--sand);
    font-size: 28px;
    margin: 5px 0 10px;

}

.site-footer-coffee p {

    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.65;
    max-width: 360px;
    margin: 0 auto 20px;

}

.site-footer-kicker {

    color: var(--sand) !important;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 11px !important;
    font-weight: 700;

}

.buymeacoffee-wrap {

    display: flex;
    justify-content: center;
    min-height: 72px;
    align-items: center;

}

.site-footer-follow {

    text-align: right;

}

.site-footer-socials {

    display: flex;
    justify-content: flex-end;
    gap: 18px;
    margin: 16px 0;

}

.site-footer-socials a {

    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    color: var(--sand);
    font-size: 22px;
    text-decoration: none;
    border: 1px solid rgba(232,207,169,.32);
    border-radius: 50%;
    background: rgba(255,255,255,.05);
    transition: transform .2s ease,
        background .2s ease,
        color .2s ease;

}

.site-footer-socials a:hover {

    transform: translateY(-3px);
    background: var(--sand);
    color: var(--navy);

}

.site-footer-email {

    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: .82;

}

.site-footer-email:hover {

    color: var(--sand);

}

.site-footer-bottom {

    border-top: 1px solid rgba(255,255,255,.12);
    width: min(92vw,1180px);
    margin: 0 auto;
    padding: 24px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;

}

.site-footer-legal {

    max-width: 720px;

}

.site-footer-legal p {

    color: rgba(255,255,255,.58);
    font-size: 11px;
    line-height: 1.65;
    margin-bottom: 4px;

}

.site-footer-links {

    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px;

}

.site-footer-links a {

    color: rgba(255,255,255,.7);
    text-decoration: none;
    font-size: 12px;

}

.site-footer-links a:hover {

    color: var(--sand);

}

@media (max-width:900px) {

    .site-footer-inner {

        grid-template-columns: 1fr 1fr;

    }

    .site-footer-follow {

        grid-column: 1 / -1;
        text-align: center;

    }

    .site-footer-socials {

        justify-content: center;

    }

}

@media (max-width:700px) {

    .site-footer {

        margin-top: 50px;

    }

    .site-footer-inner {

        padding: 48px 0 36px;
        grid-template-columns: 1fr;
        gap: 38px;
        text-align: center;

    }

    .site-footer-brand {

        align-items: center;

    }

    .site-footer-description {

        text-align: center;

    }

    .site-footer-follow {

        grid-column: auto;

    }

    .site-footer-bottom {

        flex-direction: column;
        align-items: center;
        text-align: center;

    }

    .site-footer-links {

        justify-content: center;

    }

}

:root {

    --navy: #1C2B3A;
    --sand: #E8CFA9;
    --glass: rgba(28,43,58,0.35);

}

html,body {

    min-height: 100%;
    font-family: Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    color: #fff;
    background: #000;

}

body {

    background-image: linear-gradient(180deg,rgba(0,0,0,0.35),rgba(0,0,0,0.55)),
    url("/images/sunset-deck-1600x900.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.wrap {

    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(16px,4vw,48px);
    gap: 18px;

}

.hero-brand {

    text-align: center;
    margin-top: 40px;

}

.hero-logo {

    width: 130px;
    height: 130px;
    object-fit: contain;
    margin-bottom: 18px;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.45));

}

.hero-brand h1 {

    color: var(--sand);
    font-size: clamp(42px,7vw,82px);
    line-height: 1;
    letter-spacing: .12em;
    margin-bottom: 12px;

}

.hero-brand p {

    font-size: clamp(16px,2vw,24px);
    margin-bottom: 10px;

}

.hero-brand span {

    display: inline-block;
    color: var(--sand);
    font-size: 12px;
    letter-spacing: .22em;
    text-transform: uppercase;

}

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

.hero-button{
    display:inline-flex;
    min-height:48px;
    padding:12px 22px;

    align-items:center;
    justify-content:center;
    gap:9px;

    border:1px solid transparent;
    border-radius:999px;

    font-size:14px;
    font-weight:700;
    text-decoration:none;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.hero-button:hover{
    transform:translateY(-2px);
}

.hero-button-primary{
    background:#0aaec2;
    color:#fff;
    box-shadow:0 10px 28px rgba(10,174,194,.25);
}

.hero-button-primary:hover{
    color:#fff;
    background:#0797aa;
}

.hero-button-secondary{
    color:#fff;
    background:rgba(255,255,255,.08);
    border-color:rgba(255,255,255,.28);

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

.hero-button-secondary:hover{
    color:#fff;
    background:rgba(255,255,255,.14);
    border-color:rgba(255,255,255,.45);
}

@media(max-width:600px){

    .hero-actions{
        display:grid;
        width:100%;
        max-width:360px;
        margin:24px auto 0;
    }

    .hero-button{
        width:100%;
    }
}

.about-us,
	.email-section,
.latest-video,
.work-with-us,
	.recent-cruises {

    width: min(92vw,980px);
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);

}

.about-us {

    display: flex;
    align-items: center;
    gap: 24px;

}

.about-avatar {

    width: 118px;
    height: 118px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--sand);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    flex: 0 0 auto;

}

.about-copy {

    text-align: left;

}

.about-kicker,
.section-kicker {

    color: var(--sand);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;

}

.about-copy h2,
.latest-video h2,
.work-with-us h2 {

    color: var(--sand);
    font-size: clamp(22px,3vw,36px);
    line-height: 1.15;
    margin-bottom: 10px;

}

.about-copy p,
.latest-video p,
.work-with-us p {

    font-size: 15px;
    line-height: 1.65;
    opacity: .92;
    margin-bottom: 8px;

}

.latest-video {

    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 24px;
    align-items: center;

}

.video-thumb {

    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.35);

}

.video-thumb img {

    width: 100%;
    display: block;

}

.play-button {

    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: 58px;
    color: #fff;
    text-shadow: 0 6px 20px rgba(0,0,0,0.55);

}

.watch-btn,
.work-btn {

    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0aaec2;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    padding: 13px 20px;
    font: inherit;
    cursor: pointer;

}

.about-us{
    display:grid;
    grid-template-columns:100px 1fr;
    align-items:center;
    gap:22px;
    padding:22px 26px;
}

.about-avatar{
    width:100px;
    height:100px;
}

.about-copy h2{
    font-size:clamp(21px,3vw,31px);
    margin-bottom:9px;
}

.about-copy p{
    font-size:14px;
    line-height:1.65;
}

@media(max-width:700px){

    .about-us{
        grid-template-columns:1fr;
        text-align:center;
    }

    .about-avatar{
        margin:0 auto;
    }

    .about-copy{
        text-align:center;
    }
}

.work-with-us {

    text-align: center;

}

.work-with-us p {

    max-width: 620px;
    margin: 0 auto 18px;

}

.work-btn:hover {

    transform: translateY(-2px);

}

/* MODALS */

.cruise-modal,
.privacy-modal {

    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    place-items: center;
    background: rgba(0,0,0,0.58);
    padding: 18px;

}

.cruise-modal.active,
.privacy-modal.active {

    display: grid;

}

.modal-panel,
.privacy-panel {

    width: 100%;
    max-width: 520px;
    max-height: 88vh;
    overflow: auto;
    background: #fff;
    color: var(--navy);
    border-radius: 24px;
    padding: 24px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.35);

}

.privacy-panel {

    max-width: 620px;

}

.modal-close,
.privacy-close {

    position: absolute;
    top: 12px;
    right: 14px;
    border: 0;
    background: transparent;
    font-size: 32px;
    line-height: 1;
    color: var(--navy);
    cursor: pointer;
    padding: 0;

}

.modal-panel h2,
.privacy-panel h2 {

    font-size: 28px;
    margin-right: 34px;
    margin-bottom: 8px;

}

.modal-panel p,
.privacy-panel p {

    font-size: 15px;
    line-height: 1.7;
    color: #3d4a58;
    margin-bottom: 16px;

}

.modal-form {

    display: grid;
    gap: 10px;

}

.modal-form input,
.modal-form select,
.modal-form textarea {

    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 13px 14px;
    font: inherit;
    color: var(--navy);
    background: #fff;

}

.modal-form button {

    height: 46px;
    border: 0;
    border-radius: 10px;
    padding: 0 20px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    background: #0aaec2;
    color: #fff;

}

/* Hidden old cruise enquiry bar */

.cruise-bar,
.mobile-cruise-cta {

    display: none !important;

}

.privacy-link {

    position: absolute;
    top: 14px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9a9a9a;
    font-size: 11px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: opacity .2s;

}

.privacy-link:hover {

    opacity: .7;

}

.privacy-icon {

    width: 16px;
    height: 16px;
    border: 1px solid #bdbdbd;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 10px;
    line-height: 1;
    color: #9a9a9a;

}

@media (max-width:760px) {

    .about-us {

        flex-direction: column;
        text-align: center;

    }

    .about-copy {

        text-align: center;

    }

    .about-avatar {

        width: 104px;
        height: 104px;

    }

    .latest-video {

        grid-template-columns: 1fr;

    }

}

.latest-blog {

    width: min(92vw,1180px);
    margin: 70px auto 0;

}

.section-heading {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;

}

.section-heading h2 {

    color: var(--sand);
    font-size: clamp(28px,4vw,44px);

}

.section-heading a {

    color: #fff;
    text-decoration: none;
    font-weight: 700;

}

.blog-grid {

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

}

.blog-card {

    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #fff;
    background: rgba(28,43,58,.74);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 24px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 12px 35px rgba(0,0,0,.28);

}

.blog-card img {

    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;

}

.blog-content {

    padding: 18px;

}

.blog-content h3 {

    color: var(--sand);
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;

}

.blog-content p {

    font-size: 14px;
    line-height: 1.55;
    opacity: .86;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.blog-content span {

    color: #fff;
    font-weight: 700;

}

@media (max-width:1000px) {

    .blog-grid {

        grid-template-columns: repeat(2,1fr);

    }

}

@media (max-width:700px) {

    .section-heading {

        flex-direction: column;
        align-items: flex-start;
        gap: 10px;

    }

    .blog-grid {

        grid-template-columns: 1fr;

    }

}

.blog-grid:has(.blog-card:only-child) {

    grid-template-columns: minmax(0,520px);

}

.cruise-section {

    width: min(92vw,980px);
    margin: 70px auto;

}

.cruise-box {

    padding: 36px;
    background: linear-gradient(
            135deg,
            rgba(255,255,255,.10),
            rgba(255,255,255,.04)
        );
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 36px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(0,0,0,.28);

}

.cruise-box .section-heading {

    margin-bottom: 28px;

}

.cruise-box .section-heading h2 {

    color: var(--sand);
    font-size: clamp(34px,4vw,52px);

}

.cruise-grid {

    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;

}

.cruise-card {

    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    overflow: hidden;
    transition: .25s ease;

}

.cruise-card:hover {

    transform: translateY(-6px);
    border-color: rgba(10,174,194,.5);

}

.cruise-card img {

    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;

}

.cruise-content {

    padding: 20px;

}

.cruise-content h3 {

    color: var(--sand);
    font-size: 28px;
    line-height: 1.15;
    margin: 14px 0;

}

.cruise-meta {

    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: .9;

}

@media (max-width:1000px) {

    .cruise-grid {

        grid-template-columns: 1fr 1fr;

    }

}

@media (max-width:700px) {

    .cruise-box {

        padding: 24px;

    }

    .cruise-grid {

        grid-template-columns: 1fr;

    }

}

.cruise-image-wrap {

    position: relative;
    overflow: hidden;

}

.coming-soon-image {

    filter: blur(14px);
    transform: scale(1.08);

}

.coming-soon-overlay {

    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    background: rgba(0,0,0,.25);
    text-shadow: 0 3px 10px rgba(0,0,0,.6);

}

.coming-soon-card {

    cursor: default;

}

.latest-blog {

    width: min(92vw,980px);
    margin: 70px auto 0;
    padding: 24px;
    border-radius: 28px;
    background: rgba(255,255,255,0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);

}

/* .email-section{
    width:min(92vw,1400px);
    margin:70px auto;
} */





:root {

    --navy: #1C2B3A;
    --sand: #E8CFA9;
    --teal: #0aaec2;

}

html,
        body {

    min-height: 100%;

}

body {

    font-family: Poppins,system-ui,-apple-system,BlinkMacSystemFont,
                "Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    color: #fff;
    background: linear-gradient(
                    180deg,
                    rgba(0,0,0,.58),
                    rgba(0,0,0,.78)
                ),
                url("/images/sunset-deck-1600x900.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.privacy-page {

    width: min(92vw,900px);
    margin: 0 auto;
    padding: 140px 0 80px;

}

.privacy-card {

    padding: clamp(24px,5vw,54px);
    border-radius: 30px;
    background: rgba(28,43,58,.84);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 20px 60px rgba(0,0,0,.35);

}

.privacy-kicker {

    color: var(--sand);
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;

}

h1 {

    color: var(--sand);
    font-size: clamp(38px,6vw,64px);
    line-height: 1.05;
    margin-bottom: 16px;

}

.last-updated {

    color: rgba(255,255,255,.6);
    font-size: 13px;
    margin-bottom: 34px;

}

h2 {

    color: var(--sand);
    font-size: 24px;
    line-height: 1.25;
    margin: 36px 0 12px;

}

h3 {

    color: #fff;
    font-size: 18px;
    margin: 22px 0 8px;

}

p,
        li {

    color: rgba(255,255,255,.86);
    font-size: 15px;
    line-height: 1.75;

}

p {

    margin-bottom: 14px;

}

ul {

    padding-left: 22px;
    margin: 10px 0 18px;

}

li {

    margin-bottom: 8px;

}

a {

    color: var(--sand);

}

a:hover {

    color: #fff;

}

.privacy-contact {

    margin-top: 24px;
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);

}

@media (max-width:700px) {

    .privacy-page {

        padding-top: 110px;

    }

    .privacy-card {

        border-radius: 22px;

    }

}

.wrap {

    width: min(92vw,900px);
    margin: 0 auto;
    padding: 42px 0 90px;

}

article {

    padding: clamp(22px,4vw,42px);
    border-radius: 28px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);

}

.featured {

    width: 100%;
    border-radius: 22px;
    margin-bottom: 24px;

}

h1 {

    color: var(--sand);
    font-size: clamp(34px,5vw,58px);
    line-height: 1.08;
    margin-bottom: 16px;

}

.date {

    opacity: .75;
    margin-bottom: 24px;

}

.video-embed {

    margin: 25px 0 35px;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);

}

.video-embed iframe {

    width: 100%;
    aspect-ratio: 16/9;
    display: block;

}

.content {

    font-size: 17px;
    line-height: 1.85;

}

.content h2 {

    color: var(--sand);
    font-size: 30px;
    margin: 34px 0 12px;

}

.content h3 {

    color: var(--sand);
    font-size: 24px;
    margin: 26px 0 10px;

}

.content p {

    margin-bottom: 18px;

}

.content a {

    color: var(--sand);

}

.content ul {

    margin: 0 0 18px 22px;

}

.post-header {

    margin-bottom: 28px;

}

.featured {

    width: 100%;
    max-height: 360px;
    object-fit: cover;
    border-radius: 22px;
    display: block;
    margin-bottom: 28px;

}

h1 {

    color: var(--sand);
    font-size: clamp(34px,5vw,58px);
    line-height: 1.08;
    margin-bottom: 14px;
    max-width: 820px;

}

.date {

    opacity: .75;
    margin-bottom: 26px;
    font-size: 14px;

}

.like-box {

    display: flex;
    align-items: center;
    gap: 14px;
    margin: 28px 0;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.14);

}

.like-btn {

    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: var(--aqua);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;

}

.like-btn i {

    margin-right: 7px;

}

#likeCount {

    color: var(--sand);
    font-weight: 700;

}

.article-product {

    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 22px;
    align-items: center;
    margin: 34px 0;
    padding: 20px;
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);

}

.article-product-media img {

    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 18px;
    display: block;

}

.article-product-icon {

    width: 100%;
    aspect-ratio: 1/1;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: rgba(255,255,255,.12);
    color: var(--sand);
    font-size: 54px;

}

.article-product-content span {

    display: inline-block;
    color: var(--aqua);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 6px;

}

.article-product-content h3 {

    color: var(--sand);
    font-size: 26px;
    margin-bottom: 8px;

}

.article-product-content p {

    margin-bottom: 14px;
    opacity: .9;

}

.article-product-content a {

    color: #fff;
    font-weight: 700;
    text-decoration: none;

}

@media (max-width:700px) {

    .article-product {

        grid-template-columns: 1fr;

    }

}

/* HEADER */

.mobile-menu a:hover {

    color: var(--aqua);

}

/* PAGE */

.logo {

    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 14px;

}

.intro {

    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    opacity: .95;

}

/* BLOG GRID */

.grid {

    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 24px;
    margin-top: 35px;

}

.card {

    display: flex;
    flex-direction: column;
    padding: 18px;
    border-radius: 26px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);

}

.card img {

    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 18px;

}

.card h2 {

    color: var(--sand);
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 12px;

}

.card p {

    font-size: 16px;
    line-height: 1.6;
    opacity: .85;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.btn {

    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0fd0f2;
    font-weight: 700;
    background: none;
    padding: 0;

}

.btn:hover {

    color: #fff;

}

.empty {

    margin-top: 30px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.10);

}

/* MOBILE */

@media (max-width:900px) {

    .grid {

        grid-template-columns: 1fr;

    }

}

@media (max-width:760px) {

    .site-header,
    .site-header-inner {

        height: 72px;

    }

    .site-header-inner {

        justify-content: center;

    }

    .header-logo {

        position: absolute;
        left: 50%;
        transform: translateX(-50%);

    }

    .header-logo img {

        width: 82px;
        height: 82px;
        transform: translateY(13px);

    }

    .desktop-nav {

        display: none;

    }

    .mobile-menu-toggle {

        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);

    }

    .wrap {

        padding-top: 118px;

    }

    h1 {

        font-size: clamp(36px,12vw,56px);

    }

    .card h2 {

        font-size: 26px;

    }

}

body {

    min-height: 100vh;
    font-family: Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    color: #fff;
    background: linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.72)),
        url("/images/sunset-deck-1600x900.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.wrap {

    width: min(92vw,1120px);
    margin: 0 auto;
    padding: 42px 0 90px;

}

.back {

    display: inline-flex;
    margin-bottom: 24px;
    color: var(--sand);
    text-decoration: none;
    font-weight: 700;

}

.hero {

    text-align: center;
    margin-bottom: 28px;

}

.logo {

    width: 110px;
    height: 110px;
    object-fit: contain;
    margin-bottom: 14px;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.45));

}

h1 {

    color: var(--sand);
    font-size: clamp(38px,6vw,72px);
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 14px;

}

.intro {

    max-width: 780px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    opacity: .95;

}

.notice,
    .empty {

    margin: 26px auto;
    padding: 20px 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    line-height: 1.7;

}

.section {

    margin-top: 34px;

}

.section h2 {

    color: var(--sand);
    font-size: clamp(24px,3vw,36px);
    margin-bottom: 16px;

}

.grid {

    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;

}

.card {

    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 26px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
    min-height: 100%;

}

.product-icon {

    width: 100%;
    aspect-ratio: 16/10;
    display: grid;
    place-items: center;
    border-radius: 18px;
    margin-bottom: 16px;
    font-size: 64px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12);

}

.card h3 {

    color: var(--sand);
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 8px;

}

.card p {

    font-size: 14px;
    line-height: 1.6;
    opacity: .92;
    margin-bottom: 18px;

}

.btn {

    margin-top: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 999px;
    background: var(--aqua);
    color: #fff;
    font-weight: 700;
    padding: 12px 16px;

}

@media (max-width:900px) {

    .grid {

        grid-template-columns: repeat(2,1fr);

    }

}

@media (max-width:640px) {

    .grid {

        grid-template-columns: 1fr;

    }

    .wrap {

        padding-top: 28px;

    }

}

.menu-toggle {

    position: fixed;
    top: 22px;
    right: 24px;
    z-index: 200;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: var(--sand);
    font-size: 22px;
    cursor: pointer;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}

.site-menu {

    position: fixed;
    top: 0;
    right: 0;
    z-index: 250;
    width: min(86vw,360px);
    height: 100vh;
    padding: 80px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: rgba(28,43,58,.92);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-left: 1px solid rgba(255,255,255,.16);
    transform: translateX(100%);
    transition: transform .28s ease;
    box-shadow: -20px 0 60px rgba(0,0,0,.35);

}

.site-menu.active {

    transform: translateX(0);

}

.site-menu a {

    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,.12);

}

.site-menu a:hover {

    color: var(--sand);

}

.menu-close {

    position: absolute;
    top: 20px;
    right: 24px;
    border: 0;
    background: transparent;
    color: var(--sand);
    font-size: 34px;
    cursor: pointer;

}

.product-image {

    width: 100%;
    aspect-ratio: 16/10;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 16px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);

}

.product-icon {

    width: 100%;
    aspect-ratio: 16/10;
    display: grid;
    place-items: center;
    border-radius: 18px;
    margin-bottom: 16px;
    font-size: 64px;
    color: var(--sand);
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.14);

}

.wrap {

    padding-top: 130px;

}

.site-header {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 200;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);

}

.header-logo {

    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 2;

}

.desktop-nav {

    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;

}

.desktop-nav a:hover {

    color: #0aaec2;

}

.mobile-menu-toggle {

    display: none;
    border: 0;
    background: transparent;
    color: var(--navy);
    font-size: 28px;
    cursor: pointer;

}

.mobile-menu {

    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    width: min(86vw,360px);
    height: 100vh;
    padding: 82px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .28s ease;
    box-shadow: -20px 0 60px rgba(0,0,0,.25);

}

.mobile-menu a:hover {

    color: #0aaec2;

}

@media (max-width:760px) {

    .site-header,
    .site-header-inner {

        height: 72px;

    }

    .site-header-inner {

        justify-content: center;

    }

    .header-logo {

        position: absolute;
        left: 50%;
        transform: translateX(-50%);

    }

    .header-logo img {

        width: 82px;
        height: 82px;
        transform: translateY(13px);

    }

    .desktop-nav {

        display: none;

    }

    .mobile-menu-toggle {

        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);

    }

}

:root {

    --navy: #1C2B3A;
    --sand: #E8CFA9;
    --aqua: #0aaec2;

}

* {

    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

body {

    min-height: 100vh;
    font-family: Poppins,system-ui,sans-serif;
    color: #fff;
    background: linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.72)),
        url("/images/sunset-deck-1600x900.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}

.wrap {

    width: min(92vw,1100px);
    margin: 0 auto;
    padding: 130px 0 90px;

}

.contact-hero {

    text-align: center;
    margin-bottom: 30px;

}

.contact-hero h1 {

    color: var(--sand);
    font-size: clamp(38px,6vw,72px);
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 14px;

}

.contact-hero p {

    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    opacity: .95;

}

.contact-grid {

    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 24px;
    align-items: start;

}

.glass-card {

    padding: 26px;
    border-radius: 28px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,.25);

}

.glass-card h2 {

    color: var(--sand);
    font-size: clamp(24px,3vw,34px);
    line-height: 1.15;
    margin-bottom: 14px;

}

.glass-card p {

    font-size: 15px;
    line-height: 1.7;
    opacity: .9;
    margin-bottom: 16px;

}

.contact-options {

    display: grid;
    gap: 14px;
    margin-top: 20px;

}

.contact-option {

    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.12);

}

.contact-option i {

    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--sand);
    background: rgba(255,255,255,.12);
    font-size: 19px;

}

.contact-option strong {

    display: block;
    color: #fff;
    margin-bottom: 4px;

}

.contact-option span {

    display: block;
    font-size: 13px;
    line-height: 1.6;
    opacity: .78;

}

.contact-form {

    display: grid;
    gap: 12px;

}

.contact-form .two {

    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;

}

.contact-form label {

    display: block;
    color: var(--sand);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;

}

.contact-form input,
.contact-form select,
.contact-form textarea {

    width: 100%;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 14px;
    padding: 13px 14px;
    font: inherit;
    color: #fff;
    background: rgba(255,255,255,.12);

}

.contact-form select option {

    color: #111;

}

.contact-form input::placeholder,
.contact-form textarea::placeholder {

    color: rgba(255,255,255,.65);

}

.contact-form textarea {

    min-height: 150px;
    resize: vertical;

}

.contact-form button {

    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    background: var(--aqua);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;

}

.form-message {

    display: none;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(0,190,120,.22);
    border: 1px solid rgba(255,255,255,.16);
    margin-bottom: 14px;

}

.form-message.error {

    background: rgba(255,60,60,.22);

}

/* header styles */

.site-header {

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 76px;
    z-index: 500;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,.18);

}

.site-header-inner {

    width: min(92vw,1180px);
    height: 76px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header-logo {

    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 5;

}

.header-logo img {

    width: 96px;
    height: 96px;
    object-fit: contain;
    transform: translateY(18px);
    filter: drop-shadow(0 8px 16px rgba(0,0,0,.22));

}

.desktop-nav {

    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
    position: relative;
    z-index: 10;

}

.desktop-nav a {

    color: var(--navy);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    padding: 0 18px;
    line-height: 1;
    border-right: 1px solid rgba(28,43,58,.25);

}

.desktop-nav a:last-child {

    border-right: 0;

}

.desktop-nav a:hover {

    color: var(--aqua);

}

.mobile-menu-toggle {

    display: none;
    border: 0;
    background: transparent;
    color: var(--navy);
    font-size: 28px;
    cursor: pointer;
    position: relative;
    z-index: 10;

}

.mobile-menu {

    position: fixed;
    top: 0;
    right: 0;
    z-index: 700;
    width: min(86vw,360px);
    height: 100vh;
    padding: 82px 28px 28px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #fff;
    transform: translateX(100%);
    transition: transform .28s ease;
    box-shadow: -20px 0 60px rgba(0,0,0,.25);

}

.mobile-menu.active {

    transform: translateX(0);

}

.mobile-menu a {

    color: var(--navy);
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 0;
    border-bottom: 1px solid rgba(28,43,58,.12);

}

.mobile-menu-close {

    position: absolute;
    top: 20px;
    right: 24px;
    border: 0;
    background: transparent;
    color: var(--navy);
    font-size: 38px;
    cursor: pointer;

}

@media (max-width:900px) {

    .contact-grid {

        grid-template-columns: 1fr;

    }

}

@media (max-width:760px) {

    .site-header,
    .site-header-inner {

        height: 72px;

    }

    .site-header-inner {

        justify-content: center;

    }

    .header-logo {

        position: absolute;
        left: 50%;
        transform: translateX(-50%);

    }

    .header-logo img {

        width: 82px;
        height: 82px;
        transform: translateY(13px);

    }

    .desktop-nav {

        display: none;

    }

    .mobile-menu-toggle {

        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);

    }

    .wrap {

        padding-top: 118px;

    }

    .contact-form .two {

        grid-template-columns: 1fr;

    }

}

.social-link {

    border-right: none !important;
    padding: 0 10px !important;

}

.social-link i {

    font-size: 22px;

}

.social-link:hover {

    color: #0aaec2;

}

/* ==========================================================================
   COOKIE POLICY AND CONSENT
   ========================================================================== */

.cookie-policy-page{
    width:min(92vw,900px);
    margin:0 auto;
    padding:140px 0 80px;
}

.cookie-policy-card{
    padding:clamp(24px,5vw,54px);
    border:1px solid rgba(255,255,255,.16);
    border-radius:30px;
    background:rgba(28,43,58,.88);
    box-shadow:0 20px 60px rgba(0,0,0,.35);
    backdrop-filter:blur(16px);
    -webkit-backdrop-filter:blur(16px);
}

.cookie-policy-card h1{
    margin-bottom:16px;
}

.cookie-policy-card h2{
    margin:36px 0 12px;
}

.cookie-policy-card p,
.cookie-policy-card li{
    color:rgba(255,255,255,.86);
    font-size:15px;
    line-height:1.75;
}

.cookie-policy-card p{
    margin-bottom:14px;
}

.cookie-policy-card ul{
    margin:10px 0 18px;
    padding-left:22px;
}

.cookie-policy-card li{
    margin-bottom:8px;
}

.cookie-policy-card a{
    color:var(--sand);
}

.cookie-policy-card a:hover{
    color:#fff;
}

.cookie-policy-kicker{
    margin-bottom:10px;
    color:var(--sand);
    font-size:12px;
    font-weight:700;
    letter-spacing:.18em;
    text-transform:uppercase;
}

.cookie-policy-updated{
    margin-bottom:34px !important;
    color:rgba(255,255,255,.6) !important;
    font-size:13px !important;
}

.cookie-table-wrap{
    width:100%;
    margin:18px 0 30px;
    overflow-x:auto;
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
}

.cookie-table{
    width:100%;
    min-width:680px;
    border-collapse:collapse;
    text-align:left;
}

.cookie-table th,
.cookie-table td{
    padding:15px 16px;
    border-bottom:1px solid rgba(255,255,255,.12);
    color:rgba(255,255,255,.84);
    font-size:13px;
    line-height:1.55;
    vertical-align:top;
}

.cookie-table th{
    color:var(--sand);
    background:rgba(255,255,255,.06);
    font-weight:700;
}

.cookie-table tr:last-child td{
    border-bottom:0;
}

.cookie-table code{
    color:#fff;
    font-size:12px;
}

.cookie-banner[hidden]{
    display:none !important;
}

.cookie-banner{
    position:fixed;
    right:18px;
    bottom:18px;
    left:18px;
    z-index:1000;
    color:#fff;
}

.cookie-banner-inner{
    display:flex;
    width:min(100%,1080px);
    margin:0 auto;
    padding:22px 24px;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    background:rgba(28,43,58,.98);
    box-shadow:0 18px 60px rgba(0,0,0,.42);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

.cookie-banner-copy{
    max-width:710px;
}

.cookie-banner-kicker{
    margin-bottom:4px;
    color:var(--sand);
    font-size:11px;
    font-weight:700;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.cookie-banner h2{
    margin:0 0 6px;
    color:var(--sand);
    font-size:21px;
    line-height:1.25;
}

.cookie-banner p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:13px;
    line-height:1.6;
}

.cookie-banner a{
    color:var(--sand);
}

.cookie-banner-actions{
    display:flex;
    flex:0 0 auto;
    gap:10px;
}

.cookie-button{
    min-height:44px;
    padding:11px 18px;
    border:1px solid var(--aqua, #0aaec2);
    border-radius:999px;
    background:var(--aqua, #0aaec2);
    color:#fff;
    font:inherit;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
    transition:transform .2s ease, opacity .2s ease;
}

.cookie-button:hover{
    transform:translateY(-1px);
}

.cookie-button:focus-visible{
    outline:3px solid #fff;
    outline-offset:3px;
}

.cookie-button-reject{
    border-color:rgba(255,255,255,.52);
    background:transparent;
}

@media(max-width:760px){
    .cookie-policy-page{
        padding-top:110px;
    }

    .cookie-policy-card{
        border-radius:22px;
    }

    .cookie-banner{
        right:10px;
        bottom:10px;
        left:10px;
    }

    .cookie-banner-inner{
        padding:19px;
        flex-direction:column;
        align-items:stretch;
        gap:18px;
        border-radius:18px;
    }

    .cookie-banner-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .cookie-button{
        width:100%;
    }
}

.cookie-banner{
    position:fixed;
    left:24px;
    bottom:24px;
    right:auto;
    z-index:1000;
    width:min(420px,calc(100vw - 32px));
    color:#fff;
}

.cookie-banner-inner{
    display:block;
    width:100%;
    padding:22px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:22px;
    background:rgba(28,43,58,.98);
    box-shadow:0 18px 60px rgba(0,0,0,.42);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
}

.cookie-banner-copy{
    max-width:none;
}

.cookie-banner-kicker{
    margin-bottom:5px;
    color:var(--sand);
    font-size:11px;
    font-weight:700;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.cookie-banner h2{
    margin:0 0 8px;
    color:var(--sand);
    font-size:22px;
    line-height:1.2;
}

.cookie-banner p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:13px;
    line-height:1.6;
}

.cookie-banner-actions{
    display:flex;
    gap:10px;
    margin-top:18px;
}

.cookie-button{
    min-height:44px;
    padding:11px 17px;
    border:1px solid var(--aqua,#0aaec2);
    border-radius:999px;
    background:var(--aqua,#0aaec2);
    color:#fff;
    font:inherit;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
}

.cookie-button-reject{
    border-color:rgba(255,255,255,.42);
    background:transparent;
}

@media(max-width:600px){
    .cookie-banner{
        left:12px;
        right:12px;
        bottom:12px;
        width:auto;
    }

    .cookie-banner-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .cookie-button{
        width:100%;
    }
}

/* COOKIE BANNER */

.cookie-banner[hidden]{
    display:none !important;
}

.cookie-banner{
    position:fixed;
    left:24px;
    bottom:24px;
    z-index:1000;
    width:min(430px,calc(100vw - 48px));
    color:#fff;
}

.cookie-banner-inner{
    width:100%;
    padding:24px;

    background:
        linear-gradient(
            135deg,
            rgba(28,43,58,.88),
            rgba(12,27,39,.94)
        );

    border:1px solid rgba(255,255,255,.20);
    border-radius:24px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.45),
        inset 0 1px 0 rgba(255,255,255,.08);

    backdrop-filter:blur(20px);
    -webkit-backdrop-filter:blur(20px);
}

.cookie-banner-copy{
    max-width:none;
}

.cookie-banner-kicker{
    margin-bottom:6px;
    color:var(--sand);
    font-size:11px;
    font-weight:700;
    letter-spacing:.16em;
    text-transform:uppercase;
}

.cookie-banner h2{
    margin:0 0 10px;
    color:var(--sand);
    font-size:22px;
    line-height:1.25;
}

.cookie-banner p{
    margin:0;
    color:rgba(255,255,255,.82);
    font-size:13px;
    line-height:1.65;
}

.cookie-banner a{
    color:var(--sand);
    font-weight:700;
}

.cookie-banner a:hover{
    color:#fff;
}

.cookie-banner-actions{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.cookie-button{
    min-height:44px;
    padding:11px 18px;

    border:1px solid var(--aqua,#0aaec2);
    border-radius:999px;

    background:var(--aqua,#0aaec2);
    color:#fff;

    font:inherit;
    font-size:13px;
    font-weight:700;
    cursor:pointer;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease;
}

.cookie-button:hover{
    transform:translateY(-2px);
}

.cookie-button-reject{
    border-color:rgba(255,255,255,.35);
    background:rgba(255,255,255,.06);
}

.cookie-button-reject:hover{
    border-color:rgba(255,255,255,.6);
    background:rgba(255,255,255,.12);
}

.cookie-button:focus-visible{
    outline:3px solid #fff;
    outline-offset:3px;
}

@media(max-width:600px){

    .cookie-banner{
        left:12px;
        right:12px;
        bottom:12px;
        width:auto;
    }

    .cookie-banner-inner{
        padding:20px;
        border-radius:20px;
    }

    .cookie-banner-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .cookie-button{
        width:100%;
    }
}

.video-thumb{
    display:block;
    position:relative;
    overflow:hidden;
    border-radius:22px;
    box-shadow:0 14px 35px rgba(0,0,0,.35);
}

.video-thumb img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    display:block;
    transition:transform .35s ease;
}

.video-thumb::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        transparent 45%,
        rgba(0,0,0,.30)
    );
    pointer-events:none;
}

.video-thumb:hover img{
    transform:scale(1.035);
}

.play-button{
    position:absolute;
    inset:0;
    z-index:2;
    display:grid;
    place-items:center;
    color:#fff;
    font-size:64px;
    text-shadow:0 8px 24px rgba(0,0,0,.55);
    transition:transform .25s ease;
}

.video-thumb:hover .play-button{
    transform:scale(1.08);
}

.latest-video-copy{
    text-align:left;
}

.cruise-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.cruise-card{
    display:flex;
    flex-direction:column;
    min-height:100%;

    overflow:hidden;

    color:#fff;
    text-decoration:none;

    border:1px solid rgba(255,255,255,.14);
    border-radius:24px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.09),
            rgba(255,255,255,.04)
        );

    box-shadow:0 14px 34px rgba(0,0,0,.20);

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}

a.cruise-card:hover{
    transform:translateY(-7px);
    border-color:rgba(10,174,194,.58);
    box-shadow:0 20px 42px rgba(0,0,0,.32);
}

.cruise-card-disabled{
    cursor:default;
}

.cruise-image-wrap{
    position:relative;
    overflow:hidden;
}

.cruise-card img{
    width:100%;
    height:220px;
    display:block;
    object-fit:cover;

    transition:transform .4s ease;
}

a.cruise-card:hover img{
    transform:scale(1.035);
}

.cruise-content{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:21px;
}

.cruise-content h3{
    margin:13px 0 15px;

    color:var(--sand);
    font-size:clamp(23px,2.4vw,29px);
    line-height:1.15;
}

.cruise-status{
    display:inline-flex;
    width:max-content;
    max-width:100%;
    padding:6px 10px;
    align-items:center;
    gap:6px;

    border:1px solid rgba(255,255,255,.15);
    border-radius:999px;

    color:rgba(255,255,255,.84);
    background:rgba(255,255,255,.07);

    font-size:11px;
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.cruise-status-recent{
    color:#fff;
    background:rgba(10,174,194,.20);
    border-color:rgba(10,174,194,.34);
}

.cruise-status-upcoming{
    color:var(--sand);
    background:rgba(232,207,169,.12);
    border-color:rgba(232,207,169,.28);
}

.cruise-status-planned{
    color:rgba(255,255,255,.78);
}

.cruise-meta{
    display:flex;
    flex-direction:column;
    gap:9px;
    margin-bottom:22px;

    color:rgba(255,255,255,.80);
    font-size:13px;
    line-height:1.5;
}

.cruise-meta div{
    display:grid;
    grid-template-columns:18px 1fr;
    align-items:start;
    gap:8px;
}

.cruise-meta i{
    margin-top:3px;
    color:var(--sand);
    text-align:center;
}

.cruise-card-cta{
    display:flex;
    margin-top:auto;
    padding-top:15px;
    align-items:center;
    justify-content:space-between;
    gap:10px;

    border-top:1px solid rgba(255,255,255,.12);

    color:#fff;
    font-size:13px;
    font-weight:700;
}

.cruise-card-cta i{
    color:var(--aqua,#0aaec2);
    transition:transform .2s ease;
}

a.cruise-card:hover .cruise-card-cta i{
    transform:translateX(4px);
}

.cruise-card-cta-muted{
    color:rgba(255,255,255,.58);
}

.coming-soon-image{
    filter:blur(13px);
    transform:scale(1.09);
}

.coming-soon-overlay{
    position:absolute;
    inset:0;

    display:grid;
    place-items:center;

    background:rgba(0,0,0,.25);
}

.coming-soon-overlay span{
    display:inline-flex;
    padding:9px 14px;
    align-items:center;
    gap:8px;

    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;

    color:#fff;
    background:rgba(28,43,58,.58);

    font-size:13px;
    font-weight:700;

    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
}

@media(max-width:1000px){

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

}

@media(max-width:700px){

    .cruise-box{
        padding:22px;
    }

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

    .cruise-card img{
        height:auto;
        aspect-ratio:16/9;
    }

}

/* =========================================
   NEWSLETTER
========================================= */

.email-section {
    margin: 60px 0;
}

.email-box {
    position: relative;
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 46px 32px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 211, 67, 0.1),
            transparent 36%
        ),
        linear-gradient(
            135deg,
            rgba(18, 33, 53, 0.98),
            rgba(10, 20, 34, 0.98)
        );
    box-shadow: 0 20px 48px rgba(5, 12, 24, 0.24);
    text-align: center;
}

.email-box::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -110px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 211, 67, 0.045);
    pointer-events: none;
	display: none;
}

.email-copy,
.email-form-wrap {
    position: relative;
    z-index: 1;
}

.email-copy {
    max-width: 720px;
    margin: 0 auto 20px;
}

.email-icon {
    position: static;
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 15px;
    background: #ffd343;
    color: #111b2b;
    font-size: 20px;
    box-shadow: 0 10px 22px rgba(255, 211, 67, 0.16);
}

.email-copy .section-kicker {
    margin: 0 0 5px;
    color: #ffd343;
    font-size: 0.76rem;
    letter-spacing: 0.16em;
}

.email-copy h2 {
    max-width: 680px;
    margin: 0 auto 10px;
    color: #ffffff;
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.email-copy > p:last-child {
    max-width: 640px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.98rem;
    line-height: 1.6;
}

.email-form-wrap {
    max-width: 680px;
    margin: 0 auto;
}

#newsletterForm {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    width: 100%;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

#newsletterForm input {
    width: 100%;
    min-width: 0;
    padding: 14px 15px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
}

#newsletterForm input::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

#newsletterForm:focus-within {
    border-color: rgba(255, 211, 67, 0.7);
    box-shadow: 0 0 0 3px rgba(255, 211, 67, 0.1);
}

#newsletterForm button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 21px;
    border: 0;
    border-radius: 10px;
    background: #ffd343;
    color: #111b2b;
    font: inherit;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}

#newsletterForm button:hover {
    transform: translateY(-1px);
    background: #ffe071;
    box-shadow: 0 8px 18px rgba(255, 211, 67, 0.16);
}

.email-reassurance {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 9px 5px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.76rem;
    line-height: 1.4;
}

.email-reassurance i {
    color: #ffd343;
    font-size: 0.68rem;
}

.newsletter-message {
    min-height: 0;
    margin: 7px 5px 0;
    font-size: 0.82rem;
    font-weight: 500;
}

.newsletter-message:empty {
    display: none;
}

.newsletter-message.is-success {
    color: #78e3aa;
}

.newsletter-message.is-error {
    color: #ff9c9c;
}

@media (max-width: 640px) {

    .email-section {
        margin: 46px 0;
    }

    .email-box {
        padding: 30px 20px 27px;
        border-radius: 20px;
    }

    .email-copy {
        margin-bottom: 21px;
    }

    .email-copy h2 {
        font-size: 2rem;
    }

    .email-copy > p:last-child {
        font-size: 0.92rem;
    }

    #newsletterForm {
        display: block;
    }

    #newsletterForm input {
        display: block;
        padding: 14px 12px;
        text-align: center;
    }

    #newsletterForm button {
        width: 100%;
        padding: 13px 15px;
    }

    .email-reassurance {
        padding: 0 8px;
    }
}


/* =========================================
   SECTION SPACING FIXES
========================================= */

/* Tighten kicker to heading spacing */
.cruise-section .section-heading .section-kicker,
.latest-video .section-kicker,
.about-us .about-kicker {
    margin-bottom: 6px;
}

/* Remove any excessive heading margin */
.cruise-section .section-heading h2,
.latest-video-copy h2,
.about-copy h2 {
    margin-top: 0;
}

/* Cruise title specifically */
.cruise-section .section-heading h2 {
    margin-bottom: 28px;
}

/* Add proper space between latest video and about */
.latest-video {
    margin-bottom: 28px;
}

/* Prevent the about section adding conflicting top spacing */
.about-us {
    margin-top: 0;
}

.cruise-section .section-heading {
    margin-bottom: 28px;
}

.cruise-section .section-heading .section-kicker {
    margin: 0 0 4px;
}

.cruise-section .section-heading h2 {
    margin: 0;
}

.latest-video-copy .section-kicker {
    margin: 0 0 8px;
}

.latest-video-copy h2 {
    margin: 0 0 12px;
}

.about-copy .about-kicker {
    margin: 0 0 8px;
}

.about-copy h2 {
    margin: 0 0 12px;
}

/* =========================================
   BLOG FILTERS
========================================= */

.blog-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1000px;
    margin: 28px auto 40px;
}

.blog-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.blog-filter:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 211, 67, 0.55);
    color: #ffffff;
}

.blog-filter.active {
    border-color: #ffd343;
    background: #ffd343;
    color: #111b2b;
    box-shadow: 0 8px 22px rgba(255, 211, 67, 0.16);
}

.blog-empty {
    grid-column: 1 / -1;
    padding: 50px 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 640px) {

    .blog-filters {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 22px -4px 30px;
        padding: 0 4px 8px;
        scrollbar-width: none;
    }

    .blog-filters::-webkit-scrollbar {
        display: none;
    }

    .blog-filter {
        flex: 0 0 auto;
        min-height: 39px;
        padding: 9px 15px;
        font-size: 0.8rem;
    }
}

/* =========================================
   BLOG PAGE
========================================= */

.blog-hero {
    max-width: 980px;
    margin: 0 auto 42px;
    text-align: center;
}

.blog-hero .section-kicker {
    margin: 0 0 8px;
}

.blog-hero h1 {
    max-width: 900px;
    margin: 0 auto 14px;
}

.blog-hero .intro {
    max-width: 720px;
    margin: 0 auto;
}

.blog-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px auto 0;
}

.blog-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.86rem;
    font-weight: 600;
    text-decoration: none;
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.blog-filter:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 211, 67, 0.55);
    color: #ffffff;
}

.blog-filter.active {
    border-color: #ffd343;
    background: #ffd343;
    color: #111b2b;
    box-shadow: 0 8px 22px rgba(255, 211, 67, 0.16);
}

.blog-results-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0 0 26px;
}

.blog-results-heading .section-kicker {
    margin: 0 0 4px;
}

.blog-results-heading h2 {
    margin: 0;
}

.blog-results-heading > a {
    color: #ffd343;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.blog-results-heading > a:hover {
    text-decoration: underline;
}

.blog-grid {
    align-items: stretch;
}

.blog-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

.blog-card-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: rgba(255, 255, 255, 0.04);
}

.blog-card-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.035);
}

.blog-image-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #ffd343;
    font-size: 2.4rem;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 211, 67, 0.16),
            transparent 42%
        ),
        rgba(255, 255, 255, 0.04);
}

.blog-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.blog-category-label {
    align-self: flex-start;
    margin: 0 0 10px;
    color: #ffd343;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.blog-category-label:hover {
    text-decoration: underline;
}

.blog-card h2 {
    margin: 0 0 12px;
    font-size: 1.35rem;
    line-height: 1.3;
}

.blog-card h2 a {
    color: inherit;
    text-decoration: none;
}

.blog-card h2 a:hover {
    color: #ffd343;
}

.blog-card-content > p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

.blog-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.76rem;
}

.blog-card-footer .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.blog-empty {
    max-width: 720px;
    margin: 30px auto 70px;
    padding: 55px 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}

.blog-empty-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: #ffd343;
    color: #111b2b;
    font-size: 24px;
}

.blog-empty h2 {
    margin: 0 0 10px;
}

.blog-empty p {
    margin: 0 0 22px;
    color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 700px) {

    .blog-hero {
        margin-bottom: 32px;
    }

    .blog-filters {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 24px -4px 0;
        padding: 0 4px 9px;
        scrollbar-width: none;
    }

    .blog-filters::-webkit-scrollbar {
        display: none;
    }

    .blog-filter {
        flex: 0 0 auto;
        min-height: 39px;
        padding: 9px 15px;
        font-size: 0.8rem;
    }

    .blog-results-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .blog-card-content {
        padding: 20px;
    }

    .blog-card-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

.affiliate-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 820px;
    margin: 28px auto 0;
    padding: 14px 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
    line-height: 1.55;
    text-align: left;
}

.affiliate-notice i {
    margin-top: 3px;
    color: #ffd343;
}

/* =========================================
   CRUISE ESSENTIALS PAGE
========================================= */

.essentials-hero {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto 58px;
    padding: 58px 24px 42px;
    text-align: center;
}

.essentials-hero .section-kicker {
    margin: 0 0 8px;
}

.essentials-hero h1 {
    max-width: 900px;
    margin: 0 auto 14px;
    color: var(--sand);
    font-size: clamp(3rem, 7vw, 6rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.essentials-hero-intro {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.7;
}

.essentials-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 30px auto 0;
}

.essentials-filter {
    display: inline-flex;
    min-height: 42px;
    padding: 10px 18px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.07);
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.essentials-filter:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 211, 67, 0.6);
    color: #fff;
}

.essentials-filter.active {
    border-color: #ffd343;
    color: #111b2b;
    background: #ffd343;
}

.affiliate-notice {
    display: flex;
    max-width: 800px;
    margin: 24px auto 0;
    padding: 13px 17px;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.64);
    background: rgba(11, 25, 40, 0.72);
    font-size: 0.78rem;
    line-height: 1.55;
    text-align: left;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.affiliate-notice i {
    margin-top: 3px;
    color: #ffd343;
}

.affiliate-notice p {
    margin: 0;
}

.essentials-section {
    width: 100%;
    margin: 0 0 68px;
    scroll-margin-top: 110px;
}

.essentials-section-heading {
    display: flex;
    margin: 0 0 24px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
}

.essentials-section-heading > div:first-child {
    max-width: 760px;
}

.essentials-section-heading .section-kicker {
    margin: 0 0 5px;
}

.essentials-section-heading h2 {
    margin: 0 0 8px;
    color: var(--sand);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.essentials-section-heading p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    line-height: 1.65;
}

.section-heading-icon {
    display: grid;
    width: 56px;
    height: 56px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 16px;
    color: #111b2b;
    background: #ffd343;
    font-size: 20px;
}

/* Featured container */

.favourites-section {
    padding: 32px;
    border: 1px solid rgba(255, 211, 67, 0.2);
    border-radius: 28px;
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 211, 67, 0.08),
            transparent 34%
        ),
        linear-gradient(
            145deg,
            rgba(17, 31, 48, 0.92),
            rgba(11, 22, 36, 0.96)
        );
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

/* Product grid */

.essentials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.essential-card {
    min-width: 0;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(27, 37, 47, 0.98);
    box-shadow: 0 14px 36px rgba(4, 10, 20, 0.22);
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.essential-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 211, 67, 0.42);
    box-shadow: 0 22px 48px rgba(4, 10, 20, 0.32);
}

.essential-card-link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

/* Full-bleed top image, matching the blog cards */

.essential-image-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #152231;
}

.essential-product-image {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
    border: 0;
    border-radius: 0;
    transition: transform 0.35s ease;
}

.essential-card:hover .essential-product-image {
    transform: scale(1.035);
}

.essential-product-icon {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--sand);
    background:
        radial-gradient(
            circle at top right,
            rgba(255, 211, 67, 0.12),
            transparent 42%
        ),
        #152231;
    font-size: 3rem;
}

.favourite-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    display: inline-flex;
    padding: 7px 11px;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    color: #111b2b;
    background: #ffd343;
    font-size: 0.68rem;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(8, 18, 30, 0.24);
}

.essential-card-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 22px 23px 23px;
}

.essential-category-label {
    display: block;
    margin: 0 0 9px;
    color: #ffd343;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.essential-card h3 {
    margin: 0 0 10px;
    color: var(--sand);
    font-size: 1.28rem;
    line-height: 1.32;
}

.essential-card-content > p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.essential-card-button {
    display: inline-flex;
    margin-top: auto;
    padding-top: 15px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffd343;
    background: transparent;
    font-size: 0.84rem;
    font-weight: 700;
}

.essential-card-button i {
    font-size: 0.76rem;
    transition: transform 0.2s ease;
}

.essential-card:hover .essential-card-button i {
    transform: translate(2px, -2px);
}

/* Empty state */

.essentials-empty {
    max-width: 720px;
    margin: 10px auto 80px;
    padding: 52px 28px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
}

.essentials-empty-icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    place-items: center;
    border-radius: 17px;
    color: #111b2b;
    background: #ffd343;
    font-size: 22px;
}

.essentials-empty h2 {
    margin: 0 0 10px;
}

.essentials-empty p {
    margin: 0;
    color: rgba(255, 255, 255, 0.65);
}

@media (max-width: 980px) {
    .essentials-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 650px) {
    .essentials-hero {
        margin-bottom: 42px;
        padding: 42px 4px 30px;
    }

    .essentials-hero h1 {
        font-size: clamp(2.8rem, 15vw, 4rem);
    }

    .essentials-hero-intro {
        font-size: 0.94rem;
    }

    .essentials-filters {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 25px -4px 0;
        padding: 0 4px 9px;
        scrollbar-width: none;
    }

    .essentials-filters::-webkit-scrollbar {
        display: none;
    }

    .essentials-filter {
        flex: 0 0 auto;
        min-height: 39px;
        padding: 9px 15px;
        font-size: 0.78rem;
    }

    .affiliate-notice {
        margin-top: 20px;
    }

    .essentials-section {
        margin-bottom: 52px;
    }

    .essentials-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 20px;
    }

    .essentials-section-heading h2 {
        font-size: 2rem;
    }

    .section-heading-icon {
        display: none;
    }

    .essentials-grid {
        grid-template-columns: 1fr;
        gap: 17px;
    }

    .favourites-section {
        padding: 22px 14px;
        border-radius: 22px;
    }

    .essential-image-wrap {
        aspect-ratio: 16 / 10;
    }

    .essential-card-content {
        padding: 20px;
    }
}