@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Source+Sans+3:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap");

:root {
    --goh-navy: #274254;
    --goh-navy-deep: #0e1b2b;
    --goh-navy-dark: #0e1b2b;
    --goh-gold: #42748c;
    --goh-gold-soft: #b6e4fa;
    --goh-ivory: #fbf6f0;
    --goh-card: #fff;
    --goh-line: #dacec2;
    --goh-text: #274254;
    --goh-muted: #42748c;
    --goh-brand-teal: #42748c;
    --goh-brand-black: #0e1b2b;
    --goh-brand-charcoal: #274254;
    --goh-brand-blue: #b6e4fa;
    --goh-brand-pink: #ddb0a7;
    --goh-serif: "Playfair Display", Georgia, "Times New Roman", serif;
    --goh-display: "Playfair Display", Georgia, "Times New Roman", serif;
    --goh-sans: "Proxima Nova", "Source Sans 3", "Segoe UI", Arial, sans-serif;
    --goh-arabic: "El Messiri", Tahoma, Arial, sans-serif;
    --goh-type-hero: clamp(2.8rem, 4.35vw, 4.15rem);
    --goh-type-page-title: clamp(2.5rem, 3.7vw, 3.65rem);
    --goh-type-section: clamp(2rem, 2.65vw, 2.55rem);
    --goh-type-card: clamp(1.35rem, 1.7vw, 1.65rem);
    --goh-type-body: 1.0625rem;
    --goh-type-lead: clamp(1.125rem, 1.3vw, 1.25rem);
    --goh-type-small: .875rem;
    --goh-leading-body: 1.62;
    --goh-leading-heading: 1.1;
    --goh-tracking-display: -.024em;
    --goh-section-space: clamp(72px, 7vw, 104px);
    --goh-max-width: 1280px;
    --goh-stage-width: 1680px;
    --goh-page-width: min(var(--goh-max-width), calc(100% - clamp(40px, 6vw, 96px)));
}

@media (max-width: 700px) {
    .goh-page .goh-header .goh-mobile-menu-toggle {
        background: linear-gradient(145deg, #0e1b2b, #17394a) !important;
        border: 0 !important;
        border-radius: 3px 17px 3px 17px !important;
        box-shadow: 0 12px 28px rgba(3, 14, 24, .32) !important;
        color: #fff !important;
        gap: 5px;
        height: 48px !important;
        overflow: hidden;
        right: 18px !important;
        top: 18px !important;
        width: 54px !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle::after {
        background: var(--goh-gold-soft);
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle > span {
        background: currentColor !important;
        height: 2px !important;
        margin-left: 0;
        transform-origin: center;
        width: 23px !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle > span:nth-child(2) {
        margin-left: 8px;
        width: 15px !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(1),
    .goh-page .goh-header .goh-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        margin-left: 0;
        width: 24px !important;
    }

    .goh-page .goh-header .goh-nav {
        align-items: stretch !important;
        background:
            radial-gradient(circle at 100% 0, rgba(94, 188, 214, .2), transparent 40%),
            linear-gradient(145deg, #0e1b2b 0%, #123345 100%) !important;
        border: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        height: 100dvh !important;
        inset: 0 !important;
        justify-content: flex-start !important;
        max-height: none !important;
        min-height: 100dvh !important;
        opacity: 0;
        overflow-y: auto;
        padding: 112px 24px 36px !important;
        pointer-events: none;
        position: fixed !important;
        transform: translateX(100%) !important;
        visibility: hidden;
        width: 100% !important;
        z-index: 60;
    }

    .goh-page .goh-header .goh-nav::before {
        color: var(--goh-gold-soft) !important;
        content: "GRAND OCEANS  /  HOSPITALITY" !important;
        font: 600 10px/1 var(--goh-sans) !important;
        left: 24px !important;
        letter-spacing: .22em !important;
        position: absolute;
        right: auto !important;
        top: 34px !important;
    }

    .goh-page .goh-header .goh-nav::after {
        bottom: -12px;
        color: rgba(182, 228, 250, .055);
        content: "OCEANS";
        font: 500 24vw/.8 var(--goh-serif);
        pointer-events: none;
        position: fixed;
        right: -8px;
        z-index: -1;
    }

    .goh-page .goh-header .goh-nav.is-open {
        opacity: 1 !important;
        pointer-events: auto;
        transform: translateX(0) !important;
        visibility: visible;
    }

    .goh-page .goh-header .goh-nav > a,
    .goh-page .goh-header .goh-nav__item > a {
        align-items: center;
        border: 0 !important;
        border-bottom: 1px solid rgba(182, 228, 250, .19) !important;
        color: #fff !important;
        display: flex !important;
        font: 500 clamp(2rem, 10vw, 2.7rem)/1 var(--goh-serif) !important;
        justify-content: space-between;
        min-height: 72px;
        padding: 15px 2px !important;
    }

    .goh-page .goh-header .goh-nav > a.is-active {
        color: var(--goh-gold-soft) !important;
        padding-left: 16px !important;
    }

    .goh-page .goh-header .goh-nav > a.is-active::after {
        background: var(--goh-gold-soft) !important;
        bottom: auto !important;
        height: 2px !important;
        left: 0 !important;
        top: 50%;
        width: 8px !important;
    }

    .goh-page .goh-header .goh-mega {
        display: none !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle:focus-visible {
        outline: 3px solid #fff;
        outline-offset: 3px;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.goh-page {
    background: var(--goh-ivory);
    color: var(--goh-text);
    display: block;
    font-family: var(--goh-serif);
    margin: 0;
    min-height: 100vh;
    padding: 0;
}

.goh-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.goh-page a {
    color: inherit;
    text-decoration: none;
}

.goh-page button,
.goh-page a {
    -webkit-tap-highlight-color: transparent;
}

.goh-page button {
    font: inherit;
}

.goh-request-status {
    border: 1px solid rgba(218, 206, 194, .75);
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 14px;
    padding: 12px 14px;
}

.goh-request-status.is-sent {
    background: rgba(218, 206, 194, .14);
}

.goh-request-status.is-failed {
    background: rgba(160, 55, 42, .08);
    border-color: rgba(160, 55, 42, .45);
}

.goh-page .request-contact-note {
    background: rgba(218, 206, 194, .13);
    border: 1px solid rgba(218, 206, 194, .72);
    color: var(--goh-text);
    display: grid;
    font-family: var(--goh-sans);
    gap: 4px;
    line-height: 1.45;
    margin: 0 0 14px;
    padding: 12px 14px;
}

.goh-page .request-contact-note strong,
.goh-page .request-contact-note span {
    display: block;
}

.goh-container {
    margin: 0 auto;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-hero,
.goh-subhero,
.goh-about-hero,
.goh-contact-hero,
.goh-careers-hero,
.goh-news-hero,
.goh-article-hero,
.goh-hotel-detail-hero,
.goh-about-story {
    margin-inline: auto;
    max-width: var(--goh-stage-width);
}

.goh-page--home .goh-header {
    left: 50%;
    max-width: var(--goh-stage-width);
    transform: translateX(-50%);
}

.goh-page--not-found {
    background: var(--goh-navy-dark);
    color: #fff;
    min-height: 100vh;
}

.goh-not-found {
    align-items: center;
    background: linear-gradient(rgba(14, 27, 43, .78), rgba(14, 27, 43, .9)), url("../imgs/hospitality/hero-resort.webp") center / cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 137px);
    padding: 72px 24px;
    text-align: center;
}

.goh-not-found__code {
    color: var(--goh-gold);
    font: 600 20px/1 var(--goh-sans);
    letter-spacing: .35em;
    margin: 0 0 18px;
}

.goh-not-found h1 {
    font: 400 clamp(48px, 7vw, 92px)/1 var(--goh-serif);
    margin: 0;
}

.goh-not-found > p:not(.goh-not-found__code) {
    font-size: 18px;
    margin: 24px auto 32px;
    max-width: 620px;
}

.goh-not-found > div {
    display: flex;
    gap: 14px;
}

.goh-not-found__footer {
    background: var(--goh-navy-dark);
    color: rgba(255, 255, 255, .74);
    min-height: 50px;
    padding: 16px 24px;
    text-align: center;
}

.goh-header {
    align-items: flex-start;
    color: #fff;
    display: grid;
    grid-template-columns: 200px 1fr 92px;
    left: 0;
    max-width: none;
    padding: 10px 67px 0 34px;
    position: absolute;
    top: 0;
    transform: none;
    width: 100%;
    z-index: 20;
}

.goh-header__logo {
    display: inline-flex;
    width: 124px;
}

.goh-logo {
    display: block;
    height: auto;
    width: 100%;
}

.goh-mobile-menu-toggle {
    align-items: center;
    background: transparent;
    border: 1px solid currentColor;
    color: inherit;
    cursor: pointer;
    display: none;
    flex-direction: column;
    gap: 5px;
    height: 44px;
    justify-content: center;
    padding: 0;
    width: 44px;
}

.goh-mobile-menu-toggle > span {
    background: currentColor;
    display: block;
    height: 1px;
    transition: transform .2s ease, opacity .2s ease;
    width: 20px;
}

.goh-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.goh-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(2) {
    opacity: 0;
}

.goh-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.goh-nav {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: center;
    min-height: 42px;
    position: relative;
}

.goh-nav > a,
.goh-nav__item > a {
    color: rgba(255,255,255,.94);
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 14px;
    line-height: 1;
    padding: 9px 0;
    position: relative;
}

.goh-nav > a.is-active::after,
.goh-nav > a:hover::after,
.goh-nav__item > a.is-active::after,
.goh-nav__item:hover > a::after {
    background: var(--goh-gold);
    bottom: 4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.goh-nav__item {
    position: relative;
}

.goh-nav__item span {
    font-size: 14px;
    margin-left: 6px;
}

.goh-book {
    align-items: center;
    background: rgba(14,27,43,.42);
    border: 1px solid var(--goh-gold);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 14px;
    height: 30px;
    justify-content: center;
    margin-top: 5px;
    min-width: 92px;
    transition: background .25s ease, color .25s ease;
}

.goh-book:hover,
.goh-book:focus-visible {
    background: var(--goh-gold);
    color: var(--goh-navy-dark);
    outline: 0;
}

.goh-mega {
    backdrop-filter: blur(18px);
    background: rgba(31,86,106,.76);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 20px 60px rgba(0,0,0,.22);
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 1fr 128px;
    height: 126px;
    left: -28px;
    min-height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 36px;
    transform: translateY(8px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    width: 380px;
}

.goh-nav__item:hover .goh-mega,
.goh-nav__item:focus-within .goh-mega {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.goh-mega > div {
    padding: 18px 18px 10px;
}

.goh-mega > div + div {
    border-left: 1px solid rgba(255,255,255,.22);
}

.goh-mega p {
    color: var(--goh-gold-soft);
    font-size: 12px;
    line-height: 1;
    margin: 0 0 13px;
}

.goh-mega a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1.08;
    margin: 0 0 9px;
}

.goh-mega figure {
    background: #fff;
    display: grid;
    grid-template-rows: 82px 1fr;
    margin: 0;
}

.goh-mega img {
    height: 82px;
    object-fit: cover;
    width: 100%;
}

.goh-mega figcaption {
    align-items: center;
    color: var(--goh-text);
    display: flex;
    font-size: 12px;
    justify-content: center;
}

.goh-mega figcaption span {
    color: var(--goh-gold);
    margin-left: 12px;
}

.goh-header--solid {
    align-items: center;
    background: var(--goh-navy-dark);
    grid-template-columns: 250px 1fr 152px;
    height: 74px;
    padding: 0 96px;
    position: relative;
}

.goh-header--solid .goh-header__logo {
    width: 260px;
}

.goh-header--solid .goh-logo {
    height: 58px;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

.goh-header--solid .goh-nav {
    gap: 42px;
    min-height: 74px;
}

.goh-header--solid .goh-nav > a,
.goh-header--solid .goh-nav__item > a {
    font-size: 18px;
    padding: 22px 0;
}

.goh-header--solid .goh-book {
    background: transparent;
    font-size: 18px;
    height: 42px;
    margin-top: 0;
    min-width: 152px;
}

.goh-header--solid .goh-mega {
    left: -34px;
    top: 59px;
}

.goh-hero {
    align-items: flex-start;
    background: url("../imgs/hospitality/hero-resort.webp") center / cover no-repeat;
    color: #fff;
    display: flex;
    height: clamp(560px, 43vw, 720px);
    overflow: hidden;
    position: relative;
}

.goh-hero::after {
    display: none;
}

.goh-hero__slides,
.goh-hero__slides span {
    inset: 0;
    position: absolute;
}

.goh-hero__slides {
    overflow: hidden;
    z-index: 0;
}

.goh-hero__slides span {
    animation: gohHeroSlide 18s infinite ease-in-out;
    background-image: var(--goh-hero-image);
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.02);
}

.goh-hero__slides span:nth-child(2) {
    animation-delay: 6s;
}

.goh-hero__slides span:nth-child(3) {
    animation-delay: 12s;
}

.goh-hero__content {
    margin: clamp(176px, 13vw, 220px) auto 0;
    max-width: var(--goh-max-width);
    position: relative;
    width: var(--goh-page-width);
    z-index: 2;
}

.goh-hero h1 {
    color: #fff;
    font-family: var(--goh-display);
    font-size: clamp(52px, 5vw, 78px);
    font-weight: 500;
    letter-spacing: .025em;
    line-height: .9;
    margin: 0 0 20px;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
    text-transform: capitalize;
}

.goh-hero h1 span {
    display: block;
    font-size: .54em;
    letter-spacing: .34em;
    margin-top: 10px;
    text-transform: uppercase;
}

.goh-hero h1::after {
    background: var(--goh-gold);
    content: "";
    display: block;
    height: 2px;
    margin-top: 16px;
    width: 96px;
}

.goh-hero p {
    color: rgba(255,255,255,.94);
    font-size: 19px;
    line-height: 1.5;
    margin: 0 0 18px;
    max-width: 460px;
    text-shadow: 0 2px 14px rgba(0,0,0,.62);
}

.goh-hero__actions {
    display: flex;
    gap: 16px;
}

.goh-btn {
    align-items: center;
    border: 1px solid var(--goh-gold);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    height: 38px;
    justify-content: center;
    min-width: 136px;
    padding: 0 22px;
    transition: background .25s ease, color .25s ease, border-color .25s ease;
}

.goh-btn--gold {
    background: var(--goh-gold);
    color: #fff;
}

.goh-btn--outline {
    background: rgba(14,27,43,.22);
    color: #fff;
}

.goh-btn:hover,
.goh-btn:focus-visible {
    background: #fff;
    border-color: #fff;
    color: var(--goh-navy-dark);
    outline: 0;
}

.goh-dots {
    bottom: 22px;
    display: flex;
    gap: 11px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 2;
}

.goh-dots span {
    background: #fff;
    border-radius: 50%;
    height: 8px;
    opacity: .9;
    width: 8px;
}

.goh-dots span:first-child {
    background: var(--goh-gold);
}

@keyframes gohHeroSlide {
    0% {
        opacity: 0;
        transform: scale(1.02);
    }

    6%,
    30% {
        opacity: 1;
    }

    39% {
        opacity: 0;
        transform: scale(1.09);
    }

    100% {
        opacity: 0;
        transform: scale(1.09);
    }
}

.goh-why {
    background: var(--goh-ivory);
    padding: 52px 0 0;
}

.goh-page h2 {
    color: var(--goh-text);
    font-family: var(--goh-display);
    font-size: clamp(32px, 3vw, 44px);
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.1;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.goh-rule {
    background: var(--goh-gold);
    height: 2px;
    margin: 12px auto 28px;
    width: 44px;
}

.goh-stats {
    border-bottom: 1px solid var(--goh-line);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 0 28px;
}

.goh-stats article {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 50px 1fr;
    min-height: 108px;
    padding: 14px 24px;
}

.goh-stats article + article {
    border-left: 1px solid var(--goh-line);
}

.goh-stat__icon svg {
    fill: none;
    height: 44px;
    stroke: #42748c;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    width: 44px;
}

.goh-stats strong {
    color: var(--goh-text);
    display: inline-block;
    font-size: 38px;
    font-weight: 500;
    line-height: .8;
    margin-right: 7px;
}

.goh-stats span {
    color: var(--goh-text);
    display: inline-block;
    font-family: var(--goh-display);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    vertical-align: middle;
}

.goh-stats p {
    color: var(--goh-muted);
    font-size: 14px;
    line-height: 1.25;
    margin: 4px 0 0;
}

.goh-brands,
.goh-hotels,
.goh-news {
    background: var(--goh-ivory);
}

.goh-brands {
    padding: 48px 0 0;
}

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

.goh-brand-card {
    background: #fff;
    border: 1px solid rgba(218,206,194,.9);
    height: clamp(300px, 22vw, 350px);
    overflow: hidden;
    position: relative;
}

.goh-brand-card::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.goh-brand-card__bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.goh-brand-card div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 0;
    padding: 28px 34px;
    position: relative;
    width: min(55%, 282px);
    z-index: 2;
}

.goh-brand-card--ocean {
    color: #fff;
}

.goh-brand-card--ocean::after {
    background: linear-gradient(90deg, rgba(14,27,43,.86) 0%, rgba(14,27,43,.52) 50%, rgba(14,27,43,.06) 100%);
}

.goh-brand-card--stay {
    color: var(--goh-text);
}

.goh-brand-card--stay::after {
    background: linear-gradient(90deg, rgba(248,245,239,.98) 0%, rgba(248,245,239,.9) 48%, rgba(248,245,239,.22) 78%, rgba(248,245,239,0) 100%);
}

.goh-brand-card__logo {
    display: block;
    height: auto;
    margin: 0 0 15px;
    object-fit: contain;
    position: static;
}

.goh-brand-card__logo--ocean {
    width: 136px;
}

.goh-brand-card__logo--stay {
    margin-bottom: 13px;
    width: 108px;
}

.goh-brand-card p {
    font-size: 16px;
    line-height: 1.32;
    margin: 0 0 16px;
}

.goh-brand-card a,
.goh-dining__cta,
.goh-news__head > a {
    align-items: center;
    border: 1px solid var(--goh-gold);
    display: inline-flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    min-width: 110px;
    padding: 0 16px;
}

.goh-hotels {
    padding: 52px 0 60px;
}

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

.goh-hotel-card {
    background: var(--goh-card);
    border: 1px solid rgba(218,206,194,.86);
}

.goh-hotel-card img {
    aspect-ratio: 1.7 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.goh-hotel-card > div {
    padding: 20px 20px 22px;
}

.goh-hotel-card h3,
.goh-news-card h3 {
    color: var(--goh-text);
    font-family: var(--goh-display);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .06em;
    line-height: 1.16;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.goh-hotel-card p {
    color: #274254;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 18px;
    min-height: 45px;
}

.goh-hotel-card footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.goh-hotel-card footer a,
.goh-hotel-card footer button,
.goh-news-card a {
    background: none;
    border: 0;
    color: var(--goh-text);
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}

.goh-hotel-card span,
.goh-news-card span {
    color: var(--goh-gold);
    margin-left: 4px;
}

.goh-dining {
    background:
        rgba(39,66,84,.88)
        url("../imgs/brand/main-text-background-pattern.webp") center / 560px auto repeat;
    color: #fff;
    padding: 56px 0 60px;
}

.goh-dining h2 {
    color: #fff;
}

.goh-dining-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
}

.goh-dining-grid img {
    aspect-ratio: 1 / 1;
    border: 1px solid var(--goh-gold);
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.goh-dining-grid h3 {
    color: #fff;
    font-family: var(--goh-display);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .04em;
    margin: 10px 0 4px;
    text-transform: uppercase;
}

.goh-dining-grid p {
    color: rgba(255,255,255,.88);
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 210px;
}

.goh-dining__cta {
    color: #fff;
    height: 32px;
    margin: 24px auto 0;
    width: 150px;
}

.goh-news {
    padding: 56px 0 72px;
    overflow: hidden;
}

.goh-news__head {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr auto;
}

.goh-news__head .goh-rule {
    margin-bottom: 8px;
}

.goh-news-marquee {
    margin-top: 16px;
    overflow: hidden;
    padding: 0 0 4px;
    position: relative;
}

.goh-news-track {
    align-items: stretch;
    animation: gohNewsTicker 46s linear infinite;
    display: flex;
    gap: 24px;
    width: max-content;
}

.goh-news-marquee:hover .goh-news-track,
.goh-news-marquee:focus-within .goh-news-track {
    animation-play-state: paused;
}

.goh-news-card {
    background: #fff;
    border: 1px solid rgba(218,206,194,.86);
    display: grid;
    flex: 0 0 clamp(340px, 27vw, 420px);
    grid-template-rows: auto 1fr auto;
    min-height: 360px;
}

.goh-news-card__image {
    position: relative;
}

.goh-news-card img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.goh-news-card time {
    background: #fff;
    bottom: -20px;
    color: var(--goh-text);
    display: grid;
    font-family: var(--goh-display);
    height: 40px;
    left: 12px;
    line-height: 1;
    place-items: center;
    position: absolute;
    text-transform: uppercase;
    width: 38px;
}

.goh-news-card time strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.goh-news-card time {
    font-size: 9px;
}

.goh-news-card h3 {
    font-family: var(--goh-serif);
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 30px 20px 0;
    text-transform: none;
}

.goh-news-card a {
    display: inline-flex;
    margin: 18px 20px 22px;
}

@keyframes gohNewsTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 13px));
    }
}

.goh-careers {
    align-items: center;
    background: url("../imgs/hospitality/careers-page-hero.webp") center / cover no-repeat;
    color: #fff;
    display: flex;
    justify-content: center;
    min-height: 150px;
    margin-top: 0;
    text-align: center;
}

.goh-careers__content {
    max-width: 620px;
    padding: 10px 24px 12px;
    position: relative;
    z-index: 1;
}

.goh-careers h2 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: 22px;
    letter-spacing: 0;
    line-height: .98;
    text-shadow: 0 2px 16px rgba(0,0,0,.5);
    text-transform: none;
}

.goh-careers p {
    font-size: 15px;
    margin: 8px 0 12px;
    text-shadow: 0 2px 14px rgba(0,0,0,.55);
}

.goh-careers .goh-btn {
    height: 34px;
    min-width: 150px;
}

.goh-footer {
    background: var(--goh-navy-dark);
    color: rgba(255,255,255,.82);
    padding: 14px 0 0;
}

.goh-footer__grid {
    display: grid;
    gap: 34px;
    grid-template-columns: 1.7fr repeat(4, 1fr);
}

.goh-footer .goh-logo {
    max-width: 116px;
}

.goh-footer p {
    font-size: 12px;
    line-height: 1.35;
    margin: 8px 0 0;
}

.goh-footer h3 {
    color: #fff;
    font-family: var(--goh-display);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .08em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.goh-footer a {
    color: rgba(255,255,255,.82);
    display: block;
    font-size: 12px;
    line-height: 1.35;
}

.goh-social {
    display: flex;
    gap: 8px;
    margin-top: 10px;
}

.goh-social a {
    align-items: center;
    border: 1px solid rgba(255,255,255,.36);
    border-radius: 50%;
    display: inline-flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.goh-social svg {
    display: block;
    fill: currentColor;
    height: 12px;
    width: 12px;
}

.goh-footer__bottom {
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    font-size: 11px;
    justify-content: space-between;
    margin: 6px auto 0;
    max-width: var(--goh-max-width);
    padding: 8px 0;
    width: var(--goh-page-width);
}

.goh-footer__bottom i {
    background: rgba(255,255,255,.4);
    display: inline-block;
    height: 10px;
    margin: 0 10px;
    vertical-align: -2px;
    width: 1px;
}

.goh-page--hotels {
    background: var(--goh-ivory);
}

.goh-subhero {
    color: #fff;
    display: flex;
    position: relative;
}

.goh-subhero--hotels {
    align-items: center;
    background: url("../imgs/hospitality/hero-resort.webp") center 54% / cover no-repeat;
    height: clamp(520px, 39vw, 650px);
}

.goh-subhero__content {
    margin: 0 auto;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-subhero h1 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: clamp(58px, 5vw, 76px);
    font-weight: 500;
    line-height: .95;
    margin: 0;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
}

.goh-subhero__mark {
    background: var(--goh-gold);
    height: 1px;
    margin: 17px 0 17px;
    position: relative;
    width: 195px;
}

.goh-subhero__mark::after {
    background: transparent;
    border: 1px solid var(--goh-gold);
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
}

.goh-subhero p {
    color: rgba(255,255,255,.94);
    font-size: 22px;
    line-height: 1.25;
    margin: 0;
    max-width: 660px;
    text-shadow: 0 2px 16px rgba(0,0,0,.65);
}

.goh-directory {
    background: var(--goh-ivory);
    padding: 60px 0 72px;
}

.goh-directory__container {
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-filter-tabs {
    align-items: center;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(218,206,194,.9);
    border-radius: 999px;
    display: grid;
    grid-template-columns: 1.3fr repeat(4, 1fr);
    height: 36px;
    margin: 0 auto 18px;
    max-width: 594px;
    overflow: hidden;
}

.goh-filter-tabs button {
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(218,206,194,.9);
    color: var(--goh-text);
    cursor: pointer;
    font-family: var(--goh-serif);
    font-size: 14px;
    height: 100%;
    padding: 0 20px;
}

.goh-filter-tabs button:first-child {
    border-left: 0;
}

.goh-filter-tabs button.is-active {
    background: var(--goh-navy);
    border-radius: 999px;
    color: #fff;
}

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

.goh-directory-card {
    background: #fff;
    border: 1px solid rgba(218,206,194,.9);
    border-radius: 6px;
    box-shadow: 0 14px 35px rgba(0,0,0,.08);
    overflow: hidden;
}

.goh-directory-card__image {
    aspect-ratio: 1.7 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.goh-directory-card__body {
    padding: 22px 24px 24px;
}

.goh-directory-card__location {
    align-items: center;
    color: #274254;
    display: flex;
    font-family: var(--goh-sans);
    font-size: 12px;
    gap: 10px;
    margin: 0 0 8px;
}

.goh-directory-card__location svg {
    fill: none;
    height: 18px;
    stroke: #42748c;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.3;
    width: 18px;
}

.goh-directory-card h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

.goh-directory-card__rule {
    background: var(--goh-gold);
    height: 1px;
    margin: 9px 0 9px;
    position: relative;
    width: 86px;
}

.goh-directory-card__rule::after {
    background: var(--goh-ivory);
    border: 1px solid var(--goh-gold);
    content: "";
    height: 7px;
    left: 31px;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
    width: 7px;
}

.goh-directory-card__copy {
    color: #274254;
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 18px;
    min-height: 63px;
}

.goh-directory-features {
    border-bottom: 1px solid rgba(218,206,194,.9);
    border-top: 1px solid rgba(218,206,194,.9);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 12px;
}

.goh-directory-features span {
    align-items: center;
    color: var(--goh-text);
    display: flex;
    flex-direction: column;
    font-family: var(--goh-sans);
    font-size: 10px;
    gap: 4px;
    justify-content: center;
    min-height: 48px;
    padding: 6px 4px;
    text-align: center;
}

.goh-directory-features span + span {
    border-left: 1px solid rgba(218,206,194,.9);
}

.goh-directory-features svg {
    fill: none;
    height: 21px;
    stroke: #42748c;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    width: 21px;
}

.goh-directory-card footer {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1.1fr;
}

.goh-directory-btn {
    align-items: center;
    border: 1px solid var(--goh-gold);
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 16px;
    height: 35px;
    justify-content: center;
}

.goh-directory-btn--outline {
    color: #42748c;
}

.goh-directory-btn--solid {
    background: var(--goh-navy);
    color: #fff;
    cursor: pointer;
}

.goh-page a.goh-directory-btn--solid {
    color: #fff;
}

.goh-footer--directory {
    border-top: 3px solid var(--goh-gold);
    padding: 14px 0 6px;
}

.goh-footer--directory__grid {
    align-items: flex-start;
    display: grid;
    gap: 44px;
    grid-template-columns: 1.45fr .78fr .92fr 1fr 1.55fr;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-footer--directory .goh-logo {
    max-width: 150px;
}

.goh-footer--directory p {
    font-size: 12px;
    line-height: 1.15;
    margin-top: 7px;
}

.goh-footer--directory h3 {
    color: var(--goh-gold-soft);
    font-size: 12px;
    letter-spacing: .12em;
    margin-bottom: 8px;
}

.goh-footer--directory a {
    font-size: 13px;
    line-height: 1.3;
}

.goh-footer--directory .goh-social {
    gap: 10px;
    margin-top: 10px;
}

.goh-footer--directory .goh-social a {
    font-size: 11px;
    height: 24px;
    width: 24px;
}

.goh-newsletter {
    border-left: 1px solid rgba(255,255,255,.32);
    padding-left: 54px;
}

.goh-newsletter form {
    border: 1px solid var(--goh-gold);
    display: grid;
    grid-template-columns: 1fr 45px;
    height: 46px;
    margin-top: 12px;
}

.goh-newsletter input {
    background: transparent;
    border: 0;
    color: #fff;
    font-family: var(--goh-sans);
    font-size: 13px;
    min-width: 0;
    padding: 0 17px;
}

.goh-newsletter input::placeholder {
    color: rgba(255,255,255,.75);
}

.goh-newsletter button {
    background: var(--goh-gold);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    line-height: 1;
}

.goh-footer--directory__bottom {
    justify-content: center;
    margin-top: 6px;
    padding: 2px 0 0;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-page--dining {
    background: var(--goh-ivory);
}

.goh-subhero--dining {
    align-items: center;
    background: url("../imgs/hospitality/dining-signature.webp") center / cover no-repeat;
    height: clamp(520px, 39vw, 650px);
}

.goh-subhero--dining .goh-subhero__content {
    margin: 0 auto;
}

.goh-subhero--dining h1 {
    font-size: clamp(56px, 4.8vw, 72px);
    line-height: .94;
}

.goh-subhero--dining .goh-subhero__mark {
    margin: 20px 0 17px;
    width: 205px;
}

.goh-subhero--dining p {
    font-size: 20px;
    line-height: 1.5;
}

.goh-dining-page {
    background: var(--goh-ivory);
    padding: 60px 0 72px;
}

.goh-dining-page__container {
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-dining-page h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 32px;
    font-weight: 500;
    letter-spacing: .01em;
    line-height: 1;
    text-align: center;
    text-transform: none;
}

.goh-dining-page__title-mark {
    margin: 13px auto 16px;
    width: 118px;
}

.goh-dining-page__title-mark::after {
    background: var(--goh-ivory);
}

.goh-dining-page-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.goh-dining-page-card {
    background: #fff;
    border: 1px solid rgba(218,206,194,.95);
    border-radius: 4px;
    box-shadow: 0 10px 26px rgba(0,0,0,.06);
    min-width: 0;
    overflow: hidden;
}

.goh-dining-page-card figure {
    margin: 0;
    position: relative;
}

.goh-dining-page-card img {
    aspect-ratio: 1.75 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.goh-dining-page-card figcaption {
    background: rgba(255,255,255,.92);
    color: var(--goh-brand-teal);
    font-family: var(--goh-sans);
    font-size: 11px;
    letter-spacing: .08em;
    left: 0;
    line-height: 1;
    padding: 8px 13px 7px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
}

.goh-dining-page-card__body {
    min-height: 132px;
    padding: 27px 26px 17px;
    position: relative;
    text-align: center;
}

.goh-dining-page-card__icon {
    align-items: center;
    background: var(--goh-card);
    border: 1px solid rgba(218,206,194,.95);
    border-radius: 50%;
    display: inline-flex;
    height: 52px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -26px;
    transform: translateX(-50%);
    width: 52px;
}

.goh-dining-page-card__icon svg,
.goh-dining-note__icon svg {
    fill: none;
    stroke: var(--goh-brand-teal);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
}

.goh-dining-page-card__icon svg {
    height: 28px;
    width: 28px;
}

.goh-dining-page-card h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 10px;
}

.goh-dining-page-card p {
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 272px;
}

.goh-dining-page-card a {
    bottom: 10px;
    color: var(--goh-brand-teal);
    font-family: var(--goh-serif);
    font-size: 28px;
    line-height: 1;
    position: absolute;
    right: 18px;
}

.goh-dining-note {
    align-items: center;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(218,206,194,.95);
    border-radius: 4px;
    display: grid;
    gap: 28px;
    grid-template-columns: 162px 1fr 268px;
    margin-top: 16px;
    min-height: 66px;
    padding: 10px 33px;
}

.goh-dining-note__icon {
    align-items: center;
    display: flex;
    justify-content: center;
}

.goh-dining-note__icon svg {
    height: 54px;
    width: 74px;
}

.goh-dining-note p {
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1.42;
    margin: 0;
}

.goh-dining-note a {
    align-items: center;
    background: var(--goh-navy);
    color: #fff;
    display: inline-flex;
    font-size: 19px;
    height: 40px;
    justify-content: center;
    min-width: 268px;
}

.goh-dining-note a span {
    color: var(--goh-gold);
    font-size: 26px;
    margin-left: 20px;
}

.goh-footer--dining {
    padding: 15px 0 0;
}

.goh-footer--dining__grid {
    align-items: flex-start;
    display: grid;
    gap: 64px;
    grid-template-columns: 2.1fr 1fr 1.2fr 1fr 1.55fr;
    max-width: 1380px;
    width: calc(100% - 156px);
}

.goh-footer--dining .goh-logo {
    max-width: 128px;
}

.goh-footer--dining p {
    color: rgba(255,255,255,.86);
    font-size: 12px;
    line-height: 1.25;
    margin-top: 5px;
}

.goh-footer--dining h3 {
    color: var(--goh-gold-soft);
    font-size: 12px;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

.goh-footer--dining a {
    font-size: 11px;
    line-height: 1.38;
}

.goh-footer--dining .goh-social {
    gap: 9px;
    margin-top: 8px;
}

.goh-footer--dining .goh-social a {
    font-size: 11px;
    height: 22px;
    line-height: 1;
    width: 22px;
}

.goh-footer--dining__bottom {
    margin-top: 8px;
    max-width: 1380px;
    padding: 6px 0;
    width: calc(100% - 156px);
}

.goh-header--light {
    align-items: center;
    background: #fff;
    color: var(--goh-text);
    grid-template-columns: 220px 1fr 126px;
    height: 87px;
    padding: 0 clamp(36px, 6vw, 96px);
    position: relative;
}

.goh-header--light .goh-header__logo {
    width: 160px;
}

.goh-header--light .goh-nav {
    gap: 34px;
    min-height: 87px;
}

.goh-header--light .goh-nav > a,
.goh-header--light .goh-nav__item > a {
    color: var(--goh-text);
    font-size: 16px;
    padding: 32px 0 24px;
}

.goh-header--light .goh-nav > a.is-active::after,
.goh-header--light .goh-nav > a:hover::after,
.goh-header--light .goh-nav__item > a.is-active::after,
.goh-header--light .goh-nav__item:hover > a::after {
    bottom: 18px;
}

.goh-header--light .goh-book {
    background: var(--goh-navy);
    color: #fff;
    font-size: 16px;
    height: 44px;
    margin-top: 0;
    min-width: 126px;
}

.goh-header--light .goh-book:hover,
.goh-header--light .goh-book:focus-visible {
    background: var(--goh-gold);
}

.goh-header--light .goh-mega {
    top: 68px;
}

.goh-page--about {
    background: var(--goh-ivory);
}

.goh-about-container {
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-about-hero {
    align-items: center;
    background: url("../imgs/hospitality/hero-resort.webp") center / cover no-repeat;
    color: #fff;
    display: flex;
    min-height: clamp(520px, 39vw, 650px);
}

.goh-about-hero__content {
    margin: 0 auto;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-about-hero h1 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: clamp(43px, 5.4vw, 74px);
    font-weight: 500;
    line-height: 1.03;
    margin: 0;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
    max-width: 680px;
}

.goh-about-hero .goh-subhero__mark {
    margin: 18px 0 18px;
    width: 150px;
}

.goh-about-hero .goh-subhero__mark::after {
    display: none;
}

.goh-about-hero p {
    color: rgba(255,255,255,.95);
    font-family: var(--goh-serif);
    font-size: 18px;
    line-height: 1.55;
    max-width: 620px;
    margin: 0;
    text-shadow: 0 2px 16px rgba(0,0,0,.65);
}

.goh-about-story {
    background: #fff;
    display: grid;
    grid-template-columns: 45% 55%;
    min-height: 430px;
}

.goh-about-story > img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.goh-about-story__copy {
    align-self: center;
    padding: 44px clamp(42px, 7vw, 110px) 44px 62px;
}

.goh-about-story h2,
.goh-about-principles h2,
.goh-about-values h2,
.goh-about-brands h2,
.goh-about-journey h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: clamp(40px, 3.6vw, 58px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
    text-align: center;
    text-transform: none;
}

.goh-about-story h2 {
    text-align: left;
}

.goh-about-story .goh-subhero__mark {
    margin: 17px 0 24px;
    width: 92px;
}

.goh-about-story .goh-subhero__mark::after {
    display: none;
}

.goh-about-story p {
    color: var(--goh-text);
    font-size: 18px;
    line-height: 1.62;
    margin: 0 0 22px;
    max-width: 560px;
}

.goh-about-story p:last-child {
    margin-bottom: 0;
}

.goh-about-principles {
    align-items: center;
    background:
        linear-gradient(rgba(39,66,84,.88), rgba(39,66,84,.88)),
        url("../imgs/hospitality/brand-grand-ocean-bg.webp") center / cover no-repeat;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    min-height: 272px;
    padding: 36px clamp(64px, 10vw, 190px);
}

.goh-about-principles article {
    margin: 0 auto;
    max-width: 470px;
    text-align: center;
}

.goh-about-principles > span {
    background: rgba(218,206,194,.8);
    height: 138px;
    position: relative;
}

.goh-about-principles > span::after {
    background: var(--goh-navy);
    border: 1px solid var(--goh-gold);
    content: "";
    height: 12px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 12px;
}

.goh-about-principles svg {
    fill: none;
    height: 44px;
    margin-bottom: 12px;
    stroke: var(--goh-gold-soft);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.35;
    width: 44px;
}

.goh-about-principles h2 {
    color: #fff;
    font-size: clamp(38px, 3vw, 50px);
}

.goh-about-principles .goh-subhero__mark {
    margin: 13px auto 17px;
    width: 78px;
}

.goh-about-principles .goh-subhero__mark::after {
    display: none;
}

.goh-about-principles p {
    color: rgba(255,255,255,.9);
    font-family: var(--goh-sans);
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.goh-about-values {
    padding: 48px 0 30px;
}

.goh-about-values .goh-rule {
    margin: 14px auto 26px;
}

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

.goh-about-values article {
    background: rgba(255,255,255,.58);
    border: 1px solid rgba(218,206,194,.86);
    border-radius: 5px;
    min-height: 238px;
    padding: 34px 28px 28px;
    text-align: center;
}

.goh-about-values svg {
    fill: none;
    height: 58px;
    margin-bottom: 22px;
    stroke: var(--goh-brand-teal);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    width: 58px;
}

.goh-about-values h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 16px;
}

.goh-about-values p {
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.goh-about-brands {
    padding: 18px 0 42px;
}

.goh-about-brands h2 {
    margin-bottom: 26px;
}

.goh-about-brands__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 1fr;
}

.goh-about-brand {
    border: 1px solid rgba(218,206,194,.9);
    border-radius: 6px;
    min-height: 360px;
    overflow: hidden;
    position: relative;
}

.goh-about-brand__bg {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.goh-about-brand::after {
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.goh-about-brand--ocean::after {
    background: linear-gradient(90deg, rgba(0,50,70,.84), rgba(0,50,70,.5));
}

.goh-about-brand--stay::after {
    background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 52%, rgba(255,255,255,.12) 100%);
}

.goh-about-brand > div {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 48px 58px;
    position: relative;
    width: 58%;
    z-index: 2;
}

.goh-about-brand__logo {
    display: block;
    height: auto;
    margin-bottom: 18px;
    object-fit: contain;
}

.goh-about-brand__logo--ocean {
    width: 210px;
}

.goh-about-brand__logo--stay {
    width: 174px;
}

.goh-about-brand p {
    font-family: var(--goh-sans);
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 26px;
}

.goh-about-brand--ocean p {
    color: rgba(255,255,255,.94);
}

.goh-about-brand--stay p {
    color: var(--goh-text);
}

.goh-about-brand a {
    align-items: center;
    border: 1px solid var(--goh-gold);
    display: inline-flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    min-width: 166px;
}

.goh-about-brand--ocean a {
    color: #fff;
}

.goh-about-brand--stay a {
    color: #42748c;
}

.goh-about-journey {
    padding: 0 0 58px;
}

.goh-about-journey h2 {
    margin-bottom: 34px;
}

.goh-about-timeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.goh-about-timeline::before {
    background: var(--goh-gold);
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 16px;
}

.goh-about-timeline article {
    padding: 0 24px;
    position: relative;
    text-align: center;
}

.goh-about-timeline article > span {
    background: var(--goh-ivory);
    border: 3px solid var(--goh-gold);
    border-radius: 50%;
    display: block;
    height: 18px;
    margin: 7px auto 22px;
    position: relative;
    width: 18px;
    z-index: 1;
}

.goh-about-timeline h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
}

.goh-about-timeline strong {
    color: var(--goh-text);
    display: block;
    font-family: var(--goh-serif);
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 16px;
}

.goh-about-timeline p {
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 230px;
}

.goh-footer--about {
    padding: 20px 0 0;
}

.goh-footer--about__grid {
    align-items: flex-start;
    display: grid;
    gap: 50px;
    grid-template-columns: 1.7fr .9fr 1fr .9fr 1.35fr;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-footer--about .goh-logo {
    max-width: 138px;
}

.goh-footer--about p {
    color: rgba(255,255,255,.84);
    font-size: 12px;
    line-height: 1.25;
    margin-top: 10px;
}

.goh-footer--about h3 {
    color: #fff;
    font-size: 12px;
    letter-spacing: .01em;
    margin-bottom: 11px;
    text-transform: none;
}

.goh-footer--about a {
    font-size: 11px;
    line-height: 1.55;
}

.goh-footer--about .goh-social {
    gap: 8px;
    margin-top: 11px;
}

.goh-footer--about .goh-social a {
    font-size: 11px;
    height: 22px;
    width: 22px;
}

.goh-footer--about__bottom {
    margin-top: 20px;
    max-width: 790px;
    padding: 13px 0 16px;
    width: calc(100% - 76px);
}

.goh-page--contact {
    background: #fbf6f0;
}

.goh-header--contact {
    grid-template-columns: 250px 1fr 160px;
    height: 87px;
    padding: 0 clamp(64px, 7.8vw, 120px);
}

.goh-header--contact .goh-header__logo {
    width: 205px;
}

.goh-header--contact .goh-logo {
    height: 76px;
}

.goh-header--contact .goh-nav {
    gap: 36px;
    min-height: 87px;
}

.goh-header--contact .goh-nav > a,
.goh-header--contact .goh-nav__item > a {
    font-size: 17px;
    padding: 32px 0 27px;
}

.goh-header--contact .goh-nav > a.is-active::after,
.goh-header--contact .goh-nav > a:hover::after,
.goh-header--contact .goh-nav__item > a.is-active::after,
.goh-header--contact .goh-nav__item:hover > a::after {
    bottom: 20px;
}

.goh-header--contact .goh-book {
    font-size: 17px;
    height: 46px;
    margin-top: 0;
    min-width: 160px;
}

.goh-header--contact .goh-mega {
    top: 66px;
}

.goh-contact-hero {
    align-items: center;
    background: url("../imgs/hospitality/hero-resort.webp") center 62% / cover no-repeat;
    color: #fff;
    display: flex;
    height: clamp(500px, 36vw, 600px);
    justify-content: center;
    text-align: center;
}

.goh-contact-hero__content {
    margin-top: 3px;
}

.goh-contact-hero h1 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: clamp(56px, 4.7vw, 72px);
    font-weight: 500;
    line-height: .92;
    margin: 0;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
}

.goh-contact-hero .goh-subhero__mark {
    margin: 18px auto 13px;
    width: 190px;
}

.goh-contact-hero p {
    color: rgba(255,255,255,.96);
    font-size: 18px;
    margin: 0;
    text-shadow: 0 2px 16px rgba(0,0,0,.65);
}

.goh-contact-content {
    background: #fbf6f0;
    padding: 60px 0 0;
}

.goh-contact-container {
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-contact-workspace {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: 1.52fr 1fr;
}

.goh-contact-form {
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(226,220,209,.78);
    box-shadow: 0 8px 20px rgba(21,48,60,.04);
    padding: 30px 36px 34px;
}

.goh-contact-form__grid {
    display: grid;
    gap: 17px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goh-contact-field {
    min-width: 0;
}

.goh-contact-field--full,
.goh-contact-submit {
    grid-column: 1 / -1;
}

.goh-contact-field label {
    color: var(--goh-text);
    display: block;
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1;
    margin-bottom: 8px;
}

.goh-contact-field input,
.goh-contact-field select,
.goh-contact-field textarea {
    background: rgba(255,255,255,.5);
    border: 1px solid #dacec2;
    border-radius: 0;
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 14px;
    outline: 0;
    padding: 0 10px;
    transition: border-color .2s ease, box-shadow .2s ease;
    width: 100%;
}

.goh-contact-field input,
.goh-contact-field select {
    height: 44px;
}

.goh-contact-field textarea {
    height: 104px;
    padding-top: 10px;
    resize: vertical;
}

.goh-contact-field input::placeholder,
.goh-contact-field textarea::placeholder {
    color: rgba(39, 66, 84, .68);
    opacity: 1;
}

.goh-contact-field input:focus,
.goh-contact-field select:focus,
.goh-contact-field textarea:focus {
    border-color: var(--goh-gold);
    box-shadow: 0 0 0 2px rgba(218,206,194,.16);
}

.goh-contact-submit {
    background: var(--goh-brand-teal);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: var(--goh-serif);
    font-size: 16px;
    height: 46px;
    margin-top: -6px;
    transition: background .2s ease;
}

.goh-contact-submit:hover,
.goh-contact-submit:focus-visible {
    background: var(--goh-navy);
    outline: 0;
}

.goh-contact-departments {
    display: grid;
    gap: 11px;
    grid-auto-rows: minmax(92px, auto);
}

.goh-contact-department {
    align-items: center;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(226,220,209,.8);
    box-shadow: 0 5px 18px rgba(21,48,60,.035);
    display: grid;
    gap: 14px;
    grid-template-columns: 58px 1fr 22px;
    min-height: 112px;
    padding: 10px 22px 10px 13px;
    transition: border-color .2s ease, transform .2s ease;
}

.goh-contact-department:hover,
.goh-contact-department:focus-visible {
    border-color: var(--goh-gold);
    outline: 0;
    transform: translateX(3px);
}

.goh-contact-department__icon {
    align-items: center;
    background: #fbf6f0;
    border-radius: 50%;
    display: inline-flex;
    height: 56px;
    justify-content: center;
    width: 56px;
}

.goh-contact-department__icon svg {
    fill: none;
    height: 35px;
    stroke: var(--goh-text);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.2;
    width: 35px;
}

.goh-contact-department__details {
    display: block;
    min-width: 0;
}

.goh-contact-department strong {
    color: var(--goh-text);
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}

.goh-contact-department small {
    color: var(--goh-text);
    display: block;
    font-family: var(--goh-sans);
    font-size: 13px;
    line-height: 1.52;
    overflow-wrap: anywhere;
    white-space: normal;
}

.goh-contact-department__arrow {
    color: var(--goh-text);
    font-size: 25px;
    line-height: 1;
}

.goh-contact-map {
    display: block;
    height: 220px;
    margin-top: 14px;
    overflow: hidden;
}

.goh-contact-map img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center 62%;
    transition: transform .4s ease;
    width: 100%;
}

.goh-contact-map:hover img,
.goh-contact-map:focus-visible img {
    transform: scale(1.015);
}

.goh-footer--contact {
    padding: 15px 0 0;
}

.goh-footer--contact__grid {
    align-items: flex-start;
    display: grid;
    gap: 60px;
    grid-template-columns: 1.65fr .92fr 1.12fr 1.04fr 1.42fr;
    max-width: var(--goh-max-width);
    min-height: 177px;
    width: var(--goh-page-width);
}

.goh-footer--contact .goh-logo {
    max-width: 185px;
}

.goh-footer--contact p {
    color: rgba(255,255,255,.86);
    font-size: 12px;
    line-height: 1.42;
    margin: 8px 0 0;
}

.goh-footer--contact h3 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 7px 0 12px;
    text-transform: none;
}

.goh-footer--contact a {
    font-size: 13px;
    line-height: 1.48;
}

.goh-footer--contact .goh-social {
    gap: 11px;
    margin-top: 12px;
}

.goh-footer--contact .goh-social a {
    border-color: rgba(231,197,132,.74);
    color: #fff;
    font-size: 11px;
    height: 25px;
    width: 25px;
}

.goh-footer--contact__address p {
    padding-left: 25px;
    position: relative;
}

.goh-footer--contact__address p span {
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
}

.goh-footer--contact__bottom {
    border-top-color: rgba(218,206,194,.58);
    justify-content: center;
    margin-top: 0;
    max-width: none;
    padding: 13px 0 16px;
    width: 100%;
}

.goh-page--careers {
    background: var(--goh-ivory);
    overflow-x: hidden;
}

.goh-header--careers {
    grid-template-columns: 220px 1fr 122px;
    height: 76px;
    padding: 0 clamp(38px, 7vw, 108px);
}

.goh-header--careers .goh-header__logo {
    width: 168px;
}

.goh-header--careers .goh-logo {
    height: 68px;
}

.goh-header--careers .goh-nav {
    gap: 32px;
    min-height: 76px;
}

.goh-header--careers .goh-nav > a,
.goh-header--careers .goh-nav__item > a {
    font-size: 15px;
    padding: 28px 0 23px;
}

.goh-header--careers .goh-nav > a.is-active::after,
.goh-header--careers .goh-nav > a:hover::after,
.goh-header--careers .goh-nav__item > a.is-active::after,
.goh-header--careers .goh-nav__item:hover > a::after {
    bottom: 17px;
}

.goh-header--careers .goh-book {
    font-size: 15px;
    height: 40px;
    margin-top: 0;
    min-width: 122px;
}

.goh-header--careers .goh-mega {
    top: 58px;
}

.goh-careers-container {
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-careers-hero {
    align-items: center;
    background: url("../imgs/hospitality/careers-page-hero.webp") center / cover no-repeat;
    color: #fff;
    display: flex;
    height: clamp(520px, 39vw, 650px);
}

.goh-careers-hero__content {
    margin: 0 auto;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-careers-hero h1 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: clamp(49px, 5.2vw, 76px);
    font-weight: 500;
    line-height: .92;
    margin: 0;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
}

.goh-careers-hero__rule {
    background: var(--goh-gold);
    height: 3px;
    margin: 21px 0 17px;
    width: 42px;
}

.goh-careers-hero p {
    color: rgba(255,255,255,.94);
    font-family: var(--goh-sans);
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 20px;
    max-width: 420px;
    text-shadow: 0 2px 16px rgba(0,0,0,.65);
}

.goh-careers-hero a,
.goh-careers-grow__intro > a,
.goh-career-areas__cta,
.goh-career-openings__cta,
.goh-career-apply-form button {
    align-items: center;
    display: inline-flex;
    justify-content: center;
}

.goh-careers-hero a {
    background: var(--goh-brand-teal);
    color: #fff;
    font-size: 16px;
    gap: 18px;
    height: 43px;
    min-width: 195px;
}

.goh-careers-grow {
    padding: 64px 0 56px;
}

.goh-careers-grow__grid {
    align-items: stretch;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(250px, 1.2fr) 2.3fr;
}

.goh-careers-grow__intro > span {
    color: var(--goh-brand-teal);
    display: block;
    font-family: var(--goh-serif);
    font-size: 14px;
    margin-bottom: 9px;
}

.goh-careers-grow__intro h2,
.goh-career-areas h2,
.goh-career-openings h2,
.goh-career-apply h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: none;
}

.goh-careers-grow__intro .goh-subhero__mark,
.goh-career-apply .goh-subhero__mark {
    margin: 14px 0 17px;
    width: 116px;
}

.goh-careers-grow__intro p {
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 18px;
    max-width: 380px;
}

.goh-careers-grow__intro > a {
    background: var(--goh-navy);
    color: #fff;
    font-size: 14px;
    gap: 34px;
    height: 39px;
    min-width: 145px;
}

.goh-careers-values {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.goh-careers-values article {
    background: rgba(255,255,255,.64);
    border: 1px solid rgba(218,206,194,.86);
    min-height: 190px;
    padding: 22px 14px 16px;
    text-align: center;
}

.goh-careers-values svg {
    fill: none;
    height: 40px;
    margin-bottom: 17px;
    stroke: var(--goh-brand-teal);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.3;
    width: 40px;
}

.goh-careers-values h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.15;
    margin: 0 0 13px;
}

.goh-careers-values p {
    color: #274254;
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.goh-career-areas {
    padding: 56px 0 64px;
    text-align: center;
}

.goh-career-areas h2 {
    font-size: 31px;
}

.goh-career-areas > div > .goh-subhero__mark,
.goh-career-openings > div > .goh-subhero__mark {
    margin: 13px auto 17px;
    width: 135px;
}

.goh-career-areas__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.goh-career-areas article {
    background: #fff;
    border: 1px solid rgba(218,206,194,.86);
    min-width: 0;
    position: relative;
}

.goh-career-areas article > img {
    aspect-ratio: 1.06 / 1;
    display: block;
    object-fit: cover;
    width: 100%;
}

.goh-career-area__icon {
    align-items: center;
    background: var(--goh-navy);
    border: 2px solid var(--goh-gold);
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: -24px auto 0;
    position: relative;
    width: 48px;
}

.goh-career-area__icon svg {
    fill: none;
    height: 27px;
    stroke: var(--goh-gold-soft);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    width: 27px;
}

.goh-career-areas article > div {
    min-height: 145px;
    padding: 16px 16px 18px;
}

.goh-career-areas h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.06;
    margin: 0 0 13px;
}

.goh-career-areas p {
    color: #274254;
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.goh-career-areas__cta {
    background: var(--goh-navy);
    color: #fff;
    font-size: 14px;
    gap: 42px;
    height: 39px;
    margin-top: 18px;
    min-width: 180px;
}

.goh-career-areas .goh-career-areas__cta {
    color: #fff;
}

.goh-career-openings {
    background:
        linear-gradient(rgba(14,27,43,.94), rgba(14,27,43,.94)),
        url("../imgs/hospitality/brand-grand-ocean-bg.webp") center / cover no-repeat;
    color: #fff;
    padding: 56px 0;
    text-align: center;
}

.goh-career-openings h2 {
    color: #fff;
    font-size: 33px;
}

.goh-career-filters {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-bottom: 17px;
}

.goh-career-filters label {
    width: 190px;
}

.goh-career-filters select {
    appearance: none;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%2342748c'/%3E%3C/svg%3E") calc(100% - 14px) center / 10px 7px no-repeat;
    border: 1px solid var(--goh-gold);
    border-radius: 0;
    color: #fff;
    font-family: var(--goh-serif);
    font-size: 14px;
    height: 40px;
    padding: 0 38px 0 14px;
    width: 100%;
}

.goh-career-filters select option {
    background: var(--goh-navy);
    color: #fff;
}

.goh-career-filters button {
    background: transparent;
    border: 0;
    color: rgba(255,255,255,.9);
    cursor: pointer;
    font-size: 13px;
    min-height: 44px;
    padding: 10px 0;
}

.goh-career-filters button span {
    margin-right: 6px;
}

.goh-career-table-wrap {
    background: rgba(255,255,255,.97);
    overflow-x: auto;
    text-align: left;
}

.goh-career-table {
    border-collapse: collapse;
    color: var(--goh-text);
    min-width: 720px;
    width: 100%;
}

.goh-career-table th,
.goh-career-table td {
    border-bottom: 1px solid var(--goh-line);
    padding: 12px 18px;
}

.goh-career-table th {
    color: #42748c;
    font-family: var(--goh-sans);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.goh-career-table td {
    font-family: var(--goh-sans);
    font-size: 14px;
}

.goh-career-table th:first-child,
.goh-career-table td:first-child {
    font-family: var(--goh-serif);
    font-size: 16px;
    width: 30%;
}

.goh-career-table th:nth-child(2) {
    width: 30%;
}

.goh-career-table th:last-child,
.goh-career-table td:last-child {
    padding-right: 26px;
    text-align: right;
}

.goh-career-table td:last-child a {
    color: #42748c;
    font-size: 21px;
}

.goh-career-table tbody tr:last-child td {
    border-bottom: 0;
}

.goh-career-table__empty td {
    padding: 28px;
    text-align: center !important;
}

.goh-career-openings__status {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    margin: 22px auto 0;
    max-width: 720px;
    padding: 24px 28px;
}

.goh-career-openings__cta {
    border-bottom: 1px solid var(--goh-gold);
    color: #fff;
    font-size: 14px;
    gap: 34px;
    margin-top: 20px;
    padding: 0 5px 7px;
}

.goh-career-apply {
    padding: 64px 0;
}

.goh-career-apply__grid {
    display: grid;
    gap: 54px;
    grid-template-columns: 300px 1fr;
}

.goh-career-apply h2 {
    font-size: 34px;
}

.goh-career-apply__intro p {
    color: #274254;
    font-family: var(--goh-sans);
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 17px;
    max-width: 300px;
}

.goh-career-upload {
    align-items: center;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(218,206,194,.9);
    cursor: pointer;
    display: grid;
    grid-template-columns: 46px 1fr;
    min-height: 67px;
    padding: 10px 14px;
    width: 245px;
}

.goh-career-upload > span {
    color: var(--goh-text);
    font-size: 34px;
    grid-row: 1 / 3;
}

.goh-career-upload strong {
    font-size: 14px;
    font-weight: 600;
}

.goh-career-upload small,
.goh-career-upload__name {
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 12px;
}

.goh-career-upload__name {
    display: block;
    margin-top: 6px;
    overflow-wrap: anywhere;
    width: 245px;
}

.goh-career-apply-form {
    display: grid;
    gap: 14px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goh-career-apply-form input:not([type="file"]),
.goh-career-apply-form textarea {
    background: rgba(255,255,255,.55);
    border: 1px solid #dacec2;
    border-radius: 0;
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 14px;
    outline: 0;
    padding: 0 14px;
    width: 100%;
}

.goh-career-apply-form input:not([type="file"]) {
    height: 39px;
}

.goh-career-apply-form textarea {
    grid-column: 1 / -1;
    height: 73px;
    padding-top: 12px;
    resize: vertical;
}

.goh-career-apply-form input:focus,
.goh-career-apply-form textarea:focus {
    border-color: var(--goh-gold);
    box-shadow: 0 0 0 2px rgba(218,206,194,.14);
}

.goh-career-apply-form button {
    background: var(--goh-navy);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: var(--goh-serif);
    font-size: 14px;
    gap: 44px;
    grid-column: 1 / -1;
    height: 39px;
    justify-self: start;
    min-width: 155px;
}

.goh-footer--careers {
    padding: 18px 0 0;
}

.goh-footer--careers__grid {
    display: grid;
    gap: 56px;
    grid-template-columns: 1.65fr 1fr 1.1fr .9fr 1.35fr;
    max-width: var(--goh-max-width);
    min-height: 175px;
    width: var(--goh-page-width);
}

.goh-footer--careers .goh-logo {
    max-width: 160px;
}

.goh-footer--careers p {
    color: rgba(255,255,255,.85);
    font-size: 11px;
    line-height: 1.45;
    margin: 8px 0 0;
    max-width: 190px;
}

.goh-footer--careers h3 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 7px 0 12px;
    text-transform: uppercase;
}

.goh-footer--careers a {
    font-size: 11px;
    line-height: 1.55;
}

.goh-footer--careers .goh-social {
    gap: 9px;
    margin-top: 12px;
}

.goh-footer--careers .goh-social a {
    border-color: rgba(231,197,132,.72);
    font-size: 10px;
    height: 23px;
    width: 23px;
}

.goh-footer--careers__bottom {
    border-top-color: rgba(218,206,194,.35);
    justify-content: center;
    margin-top: 0;
    max-width: none;
    padding: 12px 0 15px;
    width: 100%;
}

@media (max-width: 1100px) {
    .goh-careers-container,
    .goh-footer--careers__grid {
        width: calc(100% - 48px);
    }

    .goh-careers-grow {
        padding: 48px 0;
    }

    .goh-careers-grow__grid {
        gap: 26px;
        grid-template-columns: 1fr;
    }

    .goh-careers-grow__intro h2 {
        font-size: 31px;
    }

    .goh-careers-grow__intro .goh-subhero__mark {
        margin: 9px 0 11px;
    }

    .goh-careers-grow__intro p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 13px;
    }

    .goh-careers-grow__intro > a {
        height: 35px;
    }

    .goh-careers-values {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .goh-careers-values article {
        min-height: 180px;
        padding: 24px 18px;
    }

    .goh-careers-values svg {
        height: 34px;
        margin-bottom: 12px;
        width: 34px;
    }

    .goh-careers-values h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .goh-career-areas {
        padding: 48px 0;
    }

    .goh-career-areas__grid {
        gap: 12px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .goh-career-areas article > div {
        min-height: 150px;
        padding: 16px 16px 18px;
    }

    .goh-career-areas h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .goh-career-areas__cta {
        height: 35px;
        margin-top: 10px;
    }

    .goh-career-openings {
        padding: 48px 0;
    }

    .goh-career-openings h2 {
        font-size: 31px;
    }

    .goh-career-openings > div > .goh-subhero__mark {
        margin: 9px auto 12px;
    }

    .goh-career-filters {
        gap: 18px;
        margin-bottom: 10px;
    }

    .goh-career-filters label {
        width: 160px;
    }

    .goh-career-filters select {
        height: 36px;
    }

    .goh-career-table th,
    .goh-career-table td {
        padding: 12px 14px;
    }

    .goh-career-openings__cta {
        margin-top: 8px;
    }

    .goh-career-apply {
        padding: 48px 0;
    }

    .goh-career-apply__grid {
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .goh-career-apply h2 {
        font-size: 31px;
    }

    .goh-career-apply .goh-subhero__mark {
        margin: 10px 0 12px;
    }

    .goh-career-apply__intro p {
        margin-bottom: 12px;
    }

    .goh-career-apply-form {
        gap: 10px;
    }

    .goh-career-apply-form input:not([type="file"]) {
        height: 44px;
    }

    .goh-career-apply-form textarea {
        height: 96px;
        padding-top: 9px;
    }

    .goh-career-apply-form button {
        height: 44px;
    }

    .goh-footer--careers__grid {
        gap: 34px;
        min-height: 252px;
    }
}

@media (max-width: 700px) {
    .goh-header--careers {
        grid-template-columns: 132px 1fr;
        height: 72px;
        padding: 10px 18px;
    }

    .goh-header--careers .goh-header__logo {
        width: 118px;
    }

    .goh-header--careers .goh-logo {
        height: auto;
    }

    .goh-careers-hero {
        background-position: 61% center;
        height: 500px;
        padding-top: 72px;
    }

    .goh-careers-hero__content {
        margin: 0 24px;
        max-width: 320px;
        width: auto;
    }

    .goh-careers-hero h1 {
        font-size: 49px;
    }

    .goh-careers-hero p {
        font-size: 14px;
    }

    .goh-careers-container,
    .goh-footer--careers__grid {
        width: calc(100% - 36px);
    }

    .goh-careers-grow__grid,
    .goh-career-apply__grid {
        grid-template-columns: 1fr;
    }

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

    .goh-career-areas__grid {
        grid-template-columns: 1fr;
    }

    .goh-career-areas article > img {
        aspect-ratio: 1.5 / 1;
    }

    .goh-career-areas article > div {
        min-height: 0;
    }

    .goh-career-filters {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .goh-career-filters label {
        width: 100%;
    }

    .goh-career-filters button {
        align-self: center;
    }

    .goh-career-table-wrap {
        margin-left: -18px;
        margin-right: -18px;
    }

    .goh-career-apply__grid {
        gap: 28px;
    }

    .goh-career-upload,
    .goh-career-upload__name {
        width: 100%;
    }

    .goh-career-apply-form {
        grid-template-columns: 1fr;
    }

    .goh-career-apply-form textarea,
    .goh-career-apply-form button {
        grid-column: auto;
    }

    .goh-career-apply-form button {
        width: 100%;
    }

    .goh-footer--careers__grid {
        gap: 24px;
        grid-template-columns: 1fr;
        padding-bottom: 28px;
    }

    .goh-footer--careers__bottom {
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
        width: 100%;
    }
}

:root {
    --goh-hero-height: clamp(560px, 43vw, 720px);
}

.goh-page .goh-header,
.goh-page .goh-header.goh-header--light,
.goh-page .goh-header.goh-header--solid,
.goh-page .goh-header.goh-header--contact,
.goh-page .goh-header.goh-header--careers,
.goh-page .goh-header.goh-header--news,
.goh-page .goh-header.goh-header--news-article,
.goh-page .goh-header.goh-header--hotel-detail {
    align-items: flex-start;
    background: linear-gradient(180deg, rgba(14, 27, 43, .82), rgba(14, 27, 43, .22) 72%, transparent);
    border-bottom: 1px solid rgba(255, 255, 255, .16);
    box-shadow: none;
    color: #fff;
    height: auto;
    left: 50%;
    max-width: var(--goh-stage-width);
    min-height: 76px;
    padding: 10px clamp(18px, 4vw, 67px) 0;
    position: fixed;
    right: auto;
    top: 0;
    transform: translateX(-50%);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .24s ease;
    width: 100%;
    z-index: 70;
}

.goh-page .goh-header__logo,
.goh-page .goh-header.goh-header--light .goh-header__logo,
.goh-page .goh-header.goh-header--solid .goh-header__logo {
    width: 160px;
}

.goh-page .goh-header.goh-header--solid .goh-logo {
    height: auto;
    width: 100%;
}

.goh-page .goh-header .goh-nav {
    min-height: 66px;
}

.goh-page .goh-header .goh-nav > a,
.goh-page .goh-header .goh-nav__item > a,
.goh-page .goh-header.goh-header--light .goh-nav > a,
.goh-page .goh-header.goh-header--light .goh-nav__item > a,
.goh-page .goh-header.goh-header--solid .goh-nav > a,
.goh-page .goh-header.goh-header--solid .goh-nav__item > a,
.goh-page .goh-header.goh-header--contact .goh-nav > a,
.goh-page .goh-header.goh-header--contact .goh-nav__item > a,
.goh-page .goh-header.goh-header--careers .goh-nav > a,
.goh-page .goh-header.goh-header--careers .goh-nav__item > a {
    color: rgba(255, 255, 255, .94);
}

.goh-page .goh-header .goh-book,
.goh-page .goh-header.goh-header--light .goh-book,
.goh-page .goh-header.goh-header--solid .goh-book,
.goh-page .goh-header.goh-header--contact .goh-book,
.goh-page .goh-header.goh-header--careers .goh-book {
    background: rgba(14, 27, 43, .42);
    border-color: var(--goh-gold);
    color: #fff;
}

.goh-page .goh-header .goh-mobile-menu-toggle,
.goh-page .goh-header.goh-header--light .goh-mobile-menu-toggle,
.goh-page .goh-header.goh-header--solid .goh-mobile-menu-toggle,
.goh-page .goh-header.goh-header--contact .goh-mobile-menu-toggle,
.goh-page .goh-header.goh-header--careers .goh-mobile-menu-toggle {
    color: #fff;
}

.goh-page :is(
    .goh-hero,
    .goh-subhero--hotels,
    .goh-subhero--dining,
    .goh-about-hero,
    .goh-contact-hero,
    .goh-careers-hero,
    .goh-news-hero,
    .goh-article-hero,
    .goh-hotel-detail-hero
) {
    height: var(--goh-hero-height);
    min-height: var(--goh-hero-height);
}

@media (max-width: 700px) {
    :root {
        --goh-hero-height: 560px;
    }

    .goh-page .goh-header,
    .goh-page .goh-header.goh-header--light,
    .goh-page .goh-header.goh-header--solid,
    .goh-page .goh-header.goh-header--contact,
    .goh-page .goh-header.goh-header--careers,
    .goh-page .goh-header.goh-header--news,
    .goh-page .goh-header.goh-header--news-article,
    .goh-page .goh-header.goh-header--hotel-detail {
        align-items: center;
        background: linear-gradient(180deg, rgba(14, 27, 43, .9), rgba(14, 27, 43, .42) 78%, transparent);
        min-height: 72px;
        padding: 10px 18px;
        position: fixed;
        width: 100%;
    }

    .goh-page .goh-header__logo,
    .goh-page .goh-header.goh-header--light .goh-header__logo,
    .goh-page .goh-header.goh-header--solid .goh-header__logo {
        width: 118px;
    }

    .goh-page .goh-header .goh-nav,
    .goh-page .goh-header.goh-header--light .goh-nav,
    .goh-page .goh-header.goh-header--solid .goh-nav,
    .goh-page .goh-header.goh-header--contact .goh-nav,
    .goh-page .goh-header.goh-header--careers .goh-nav {
        background: linear-gradient(180deg, rgba(12, 75, 98, .99), rgba(14, 27, 43, .99));
        border: 1px solid rgba(240, 203, 128, .3);
        box-shadow: 0 22px 54px rgba(14, 27, 43, .4);
    }

    .goh-page .goh-header .goh-nav > a,
    .goh-page .goh-header .goh-nav__item > a,
    .goh-page .goh-header.goh-header--light .goh-nav > a,
    .goh-page .goh-header.goh-header--light .goh-nav__item > a,
    .goh-page .goh-header.goh-header--solid .goh-nav > a,
    .goh-page .goh-header.goh-header--solid .goh-nav__item > a,
    .goh-page .goh-header.goh-header--contact .goh-nav > a,
    .goh-page .goh-header.goh-header--contact .goh-nav__item > a,
    .goh-page .goh-header.goh-header--careers .goh-nav > a,
    .goh-page .goh-header.goh-header--careers .goh-nav__item > a {
        border-bottom-color: rgba(255, 255, 255, .16);
        color: #fff;
    }

    .goh-page .goh-header.goh-header--light .goh-mobile-menu-toggle,
    .goh-page .goh-header.goh-header--contact .goh-mobile-menu-toggle,
    .goh-page .goh-header.goh-header--careers .goh-mobile-menu-toggle {
        color: #fff;
    }
}

@media (min-width: 701px) and (max-width: 820px) {
    .goh-header,
    .goh-header--light,
    .goh-header--solid,
    .goh-header--contact,
    .goh-header--careers {
        align-items: center;
        grid-template-columns: 160px minmax(0, 1fr);
        min-height: 72px;
        padding: 10px 24px;
        width: 100%;
    }

    .goh-header--light {
        min-height: 87px;
    }

    .goh-header--solid {
        height: 74px;
    }

    .goh-header__logo,
    .goh-header--light .goh-header__logo,
    .goh-header--solid .goh-header__logo {
        width: 148px;
    }

    .goh-header--solid .goh-logo {
        height: auto;
        width: 100%;
    }

    .goh-book {
        display: none;
    }

    .goh-mobile-menu-toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        position: relative;
        z-index: 2;
    }

    .goh-nav {
        align-items: stretch;
        background: rgba(14, 27, 43, .98);
        box-shadow: 0 18px 34px rgba(14, 27, 43, .24);
        display: flex;
        flex-direction: column;
        gap: 0;
        left: 0;
        max-height: calc(100vh - 72px);
        opacity: 0;
        overflow-y: auto;
        padding: 18px 24px 24px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 72px;
        transform: translateY(-10px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        visibility: hidden;
        width: 100%;
        z-index: 3;
    }

    .goh-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .goh-nav > a,
    .goh-nav__item > a {
        border-bottom: 1px solid rgba(255, 255, 255, .16);
        color: #fff;
        font-size: 18px;
        justify-content: center;
        padding: 15px 0;
    }

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

    .goh-header--light .goh-nav {
        background: #fff;
    }

    .goh-header--light .goh-nav > a,
    .goh-header--light .goh-nav__item > a {
        border-bottom-color: rgba(14, 27, 43, .12);
        color: var(--goh-text);
    }

    .goh-page .goh-container,
    .goh-page .goh-about-container,
    .goh-page .goh-contact-container,
    .goh-page .goh-careers-container,
    .goh-page .goh-dining-page__container,
    .goh-page .goh-directory__container,
    .goh-page .goh-news-container,
    .goh-page .goh-article-container,
    .goh-page .goh-hotel-detail-container {
        width: calc(100% - 48px);
    }
}

@media (max-width: 760px) {
    .goh-header {
        grid-template-columns: 170px 1fr 110px;
        width: calc(100% - 48px);
    }

    .goh-nav {
        gap: 20px;
    }

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

    .goh-stats,
    .goh-dining-grid,
    .goh-footer__grid,
    .goh-dining-page-grid,
    .goh-footer--dining__grid,
    .goh-about-values__grid,
    .goh-footer--about__grid,
    .goh-footer--contact__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .goh-news-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .goh-dining-page__container,
    .goh-footer--dining__grid,
    .goh-footer--dining__bottom,
    .goh-footer--about__grid,
    .goh-footer--about__bottom {
        width: calc(100% - 48px);
    }

    .goh-header--light {
        width: 100%;
    }

    .goh-about-container {
        width: calc(100% - 48px);
    }

    .goh-about-story,
    .goh-about-brands__grid,
    .goh-about-timeline {
        grid-template-columns: 1fr;
    }

    .goh-about-principles {
        gap: 26px;
        grid-template-columns: 1fr;
        padding: 32px 48px;
    }

    .goh-about-principles > span {
        height: 1px;
        width: 100%;
    }

    .goh-dining-note {
        grid-template-columns: 86px 1fr;
    }

    .goh-dining-note a {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .goh-news__head > a {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .goh-contact-container,
    .goh-footer--contact__grid {
        width: calc(100% - 48px);
    }

    .goh-contact-workspace {
        grid-template-columns: 1fr;
    }

    .goh-contact-departments {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
    }

    .goh-contact-department {
        min-height: 104px;
    }
}

@media (max-width: 700px) {
    .goh-header {
        align-items: center;
        background: rgba(14,27,43,.9);
        grid-template-columns: 132px 1fr;
        padding: 10px 18px;
        position: fixed;
        width: 100%;
    }

    .goh-header--light {
        background: #fff;
        position: fixed;
    }

    .goh-header--solid .goh-header__logo,
    .goh-header__logo {
        width: 118px;
    }

    .goh-header--solid .goh-logo {
        height: auto;
        width: 100%;
    }

    .goh-book {
        display: none;
    }

    .goh-mobile-menu-toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        position: relative;
        z-index: 2;
    }

    .goh-nav {
        align-items: stretch;
        background: rgba(14, 27, 43, .98);
        box-shadow: 0 18px 34px rgba(14, 27, 43, .24);
        display: flex;
        flex-direction: column;
        gap: 0;
        left: 0;
        max-height: calc(100vh - 72px);
        opacity: 0;
        overflow-y: auto;
        padding: 18px 24px 24px;
        pointer-events: none;
        position: fixed;
        right: 0;
        top: 72px;
        transform: translateY(-10px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        visibility: hidden;
    }

    .goh-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
        visibility: visible;
    }

    .goh-nav > a,
    .goh-nav__item > a {
        border-bottom: 1px solid rgba(255, 255, 255, .16);
        color: #fff;
        font-size: 18px;
        justify-content: center;
        padding: 15px 0;
    }

    .goh-header--light .goh-mobile-menu-toggle {
        color: var(--goh-navy);
    }

    .goh-header--light .goh-nav {
        background: #fff;
    }

    .goh-header--light .goh-nav > a,
    .goh-header--light .goh-nav__item > a {
        border-bottom-color: rgba(14, 27, 43, .12);
        color: var(--goh-text);
    }

    body.goh-mobile-nav-open {
        overflow: hidden;
    }

    .goh-not-found {
        min-height: calc(100vh - 50px);
        padding-top: 130px;
    }

    .goh-not-found > div {
        flex-direction: column;
        width: min(100%, 280px);
    }

    .goh-hero {
        height: 560px;
    }

    .goh-hero__content {
        margin: 96px 28px 0;
        width: auto;
    }

    .goh-hero h1 {
        font-size: 48px;
    }

    .goh-hero p {
        font-size: 19px;
    }

    .goh-hero__actions {
        flex-direction: column;
        width: min(280px, 100%);
    }

    .goh-btn {
        width: 100%;
    }

    .goh-stats,
    .goh-brand-grid,
    .goh-hotel-grid,
    .goh-dining-grid,
    .goh-news-grid,
    .goh-footer__grid,
    .goh-dining-page-grid,
    .goh-footer--dining__grid,
    .goh-about-values__grid,
    .goh-about-brands__grid,
    .goh-about-timeline,
    .goh-footer--about__grid,
    .goh-footer--contact__grid {
        grid-template-columns: 1fr;
    }

    .goh-header--contact {
        grid-template-columns: 132px 1fr;
        height: 72px;
        padding: 10px 18px;
    }

    .goh-header--contact .goh-header__logo {
        width: 118px;
    }

    .goh-header--contact .goh-logo {
        height: auto;
    }

    .goh-contact-hero {
        height: 460px;
        padding-top: 72px;
    }

    .goh-contact-hero h1 {
        font-size: 50px;
    }

    .goh-contact-hero p {
        font-size: 17px;
        padding: 0 28px;
    }

    .goh-contact-container {
        width: calc(100% - 32px);
    }

    .goh-contact-form {
        padding: 22px 18px;
    }

    .goh-contact-form__grid {
        grid-template-columns: 1fr;
    }

    .goh-contact-field--full,
    .goh-contact-submit {
        grid-column: auto;
    }

    .goh-contact-departments {
        grid-template-columns: 1fr;
    }

    .goh-contact-department {
        min-height: 92px;
    }

    .goh-contact-map {
        height: 160px;
    }

    .goh-footer--contact__grid {
        gap: 24px;
        padding-bottom: 28px;
        width: calc(100% - 48px);
    }

    .goh-footer--contact__bottom {
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
        width: 100%;
    }

    .goh-about-hero {
        background: url("../imgs/hospitality/hero-resort.webp") center / cover no-repeat;
        min-height: 430px;
        padding-top: 72px;
    }

    .goh-about-hero__content {
        margin: 0 28px;
        width: auto;
    }

    .goh-about-hero h1 {
        font-size: 44px;
    }

    .goh-about-hero p br {
        display: none;
    }

    .goh-about-story__copy {
        padding: 34px 28px;
    }

    .goh-about-story p {
        max-width: none;
    }

    .goh-about-principles {
        padding: 36px 28px;
    }

    .goh-about-values article {
        min-height: 0;
    }

    .goh-about-brand {
        min-height: 260px;
    }

    .goh-about-brand > div {
        padding: 34px 28px;
        width: 75%;
    }

    .goh-about-timeline::before {
        bottom: 0;
        height: auto;
        left: 7px;
        right: auto;
        top: 6px;
        width: 1px;
    }

    .goh-about-timeline article {
        padding: 0 0 30px 38px;
        text-align: left;
    }

    .goh-about-timeline article > span {
        left: 1px;
        margin: 4px 0 0;
        position: absolute;
        top: 0;
    }

    .goh-about-timeline p {
        margin: 0;
        max-width: none;
    }

    .goh-subhero--dining {
        height: 500px;
        padding-top: 72px;
    }

    .goh-subhero--dining .goh-subhero__content {
        margin: 0 28px;
        width: auto;
    }

    .goh-subhero--dining h1 {
        font-size: 48px;
    }

    .goh-subhero--dining p {
        font-size: 18px;
    }

    .goh-dining-page__container {
        width: calc(100% - 40px);
    }

    .goh-dining-page h2 {
        font-size: 30px;
        line-height: 1.08;
    }

    .goh-dining-note {
        gap: 10px;
        grid-template-columns: 1fr;
        padding: 18px;
        text-align: center;
    }

    .goh-dining-note p br {
        display: none;
    }

    .goh-dining-note a {
        min-width: 0;
        width: 100%;
    }

    .goh-brand-card,
    .goh-brand-card div {
        min-height: 260px;
    }

    .goh-brand-card div {
        padding: 34px 28px;
        width: 100%;
    }

    .goh-brand-card--ocean::after {
        background: linear-gradient(90deg, rgba(14,27,43,.9), rgba(14,27,43,.5));
    }

    .goh-brand-card--stay::after {
        background: linear-gradient(90deg, rgba(248,245,239,.96), rgba(248,245,239,.66));
    }

    .goh-stats article + article {
        border-left: 0;
        border-top: 1px solid var(--goh-line);
    }

    .goh-news__head {
        grid-template-columns: 1fr;
    }

    .goh-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: calc(100% - 48px);
    }
}

@media (max-width: 700px) {
    .goh-careers-container,
    .goh-footer--careers__grid {
        width: calc(100% - 36px);
    }

    .goh-career-apply__grid {
        gap: 28px;
        grid-template-columns: 1fr;
    }

    .goh-career-table-wrap {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
    }

    .goh-career-table {
        min-width: 0;
        table-layout: fixed;
    }

    .goh-career-table th:nth-child(3),
    .goh-career-table td:nth-child(3),
    .goh-career-table th:nth-child(4),
    .goh-career-table td:nth-child(4) {
        display: none;
    }

    .goh-career-table th,
    .goh-career-table td {
        padding-left: 8px;
        padding-right: 8px;
    }

    .goh-career-table th:first-child,
    .goh-career-table td:first-child {
        width: 54%;
    }

    .goh-career-table th:nth-child(2) {
        width: 36%;
    }

    .goh-career-table th:last-child,
    .goh-career-table td:last-child {
        padding-right: 8px;
        width: 10%;
    }

    .goh-footer--careers__bottom {
        align-items: center;
        padding-left: 24px;
        padding-right: 24px;
        text-align: center;
        width: 100%;
    }
}

.goh-page--hotel-detail {
    background: var(--goh-ivory);
    overflow-x: hidden;
}

.goh-hotel-detail-container {
    margin: 0 auto;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-header--hotel-detail {
    grid-template-columns: 190px 1fr 100px;
    padding: 10px 28px 0;
}

.goh-header--hotel-detail .goh-header__logo {
    width: 128px;
}

.goh-header--hotel-detail .goh-nav {
    gap: 28px;
}

.goh-hotel-detail-hero {
    background-image: var(--goh-detail-hero);
    background-position: center;
    background-size: cover;
    color: #fff;
    align-items: center;
    display: flex;
    min-height: clamp(560px, 41vw, 680px);
    position: relative;
}

.goh-hotel-detail-hero__content {
    padding-top: 0;
}

.goh-hotel-detail-hero h1 {
    font-family: var(--goh-serif);
    font-size: clamp(56px, 5vw, 72px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: .98;
    margin: 0 0 12px;
    max-width: 760px;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
    text-transform: none;
}

.goh-hotel-detail-hero__location {
    align-items: center;
    display: flex;
    font-family: var(--goh-sans);
    font-size: 14px;
    gap: 7px;
    margin: 0;
}

.goh-hotel-detail-hero__location svg,
.goh-hotel-detail-related__location svg {
    fill: none;
    height: 19px;
    stroke: var(--goh-gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    width: 19px;
}

.goh-hotel-detail-heading-mark {
    height: 22px;
    margin: 10px 0 6px;
    position: relative;
    width: 95px;
}

.goh-hotel-detail-heading-mark::before,
.goh-hotel-detail-heading-mark::after {
    background: var(--goh-gold);
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 42px;
}

.goh-hotel-detail-heading-mark::before {
    left: 0;
}

.goh-hotel-detail-heading-mark::after {
    right: 0;
}

.goh-hotel-detail-heading-mark span {
    border: 1px solid var(--goh-gold);
    height: 7px;
    left: 44px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 7px;
}

.goh-hotel-detail-hero__intro {
    font-family: var(--goh-sans);
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    max-width: 500px;
    text-shadow: 0 2px 16px rgba(0,0,0,.65);
}

.goh-hotel-detail-hero__actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.goh-hotel-detail-button {
    align-items: center;
    border: 1px solid var(--goh-gold);
    cursor: pointer;
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 16px;
    gap: 20px;
    height: 48px;
    justify-content: center;
    min-width: 176px;
    padding: 0 18px;
}

.goh-hotel-detail-button--gold {
    background: var(--goh-gold);
    color: #fff;
}

.goh-hotel-detail-button--outline {
    background: rgba(0, 41, 57, .38);
    color: #fff;
}

.goh-hotel-detail-breadcrumb {
    align-items: center;
    background: var(--goh-navy-dark);
    color: rgba(255, 255, 255, .84);
    display: flex;
    font-family: var(--goh-sans);
    font-size: 12px;
    height: 38px;
}

.goh-hotel-detail-breadcrumb .goh-hotel-detail-container {
    display: flex;
    gap: 12px;
}

.goh-hotel-detail-overview {
    background: var(--goh-ivory);
    padding: 68px 0;
}

.goh-hotel-detail-overview__grid {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.goh-hotel-detail-overview__copy h2,
.goh-hotel-detail-why h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-align: left;
    text-transform: none;
}

.goh-hotel-detail-title-line {
    background: var(--goh-gold);
    height: 1px;
    margin: 14px 0 26px;
    width: 85px;
}

.goh-hotel-detail-overview__copy > p {
    color: #274254;
    font-family: var(--goh-sans);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 26px;
}

.goh-hotel-detail-highlights {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(2, 1fr);
}

.goh-hotel-detail-highlights > div {
    align-items: center;
    color: #274254;
    display: grid;
    font-family: var(--goh-sans);
    font-size: 14px;
    gap: 12px;
    grid-template-columns: 28px 1fr;
}

.goh-hotel-detail-highlights svg,
.goh-hotel-detail-feature-icon svg,
.goh-hotel-detail-why__points svg {
    fill: none;
    height: 23px;
    stroke: var(--goh-gold);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    width: 23px;
}

.goh-hotel-detail-overview__media {
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.goh-hotel-detail-overview__media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.goh-hotel-detail-overview__media a {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    color: var(--goh-navy);
    display: flex;
    font-size: 19px;
    height: 48px;
    justify-content: center;
    left: 50%;
    padding-left: 3px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
}

.goh-hotel-detail-features {
    background: #fbf6f0;
    padding: 64px 0;
}

.goh-hotel-detail-features__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.goh-hotel-detail-features article {
    background: var(--goh-ivory);
    border: 1px solid #dacec2;
    padding-bottom: 24px;
    position: relative;
    text-align: center;
}

.goh-hotel-detail-features article > img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.goh-hotel-detail-feature-icon {
    align-items: center;
    background: var(--goh-navy);
    border: 2px solid #fbf6f0;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    margin: -26px auto 0;
    position: relative;
    width: 48px;
}

.goh-hotel-detail-features article h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 16px 16px 10px;
    text-transform: none;
}

.goh-hotel-detail-features article p {
    color: var(--goh-muted);
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 240px;
}

.goh-hotel-detail-gallery {
    background: var(--goh-ivory);
    padding: 64px 0 56px;
    text-align: center;
}

.goh-hotel-detail-gallery h2,
.goh-hotel-detail-related > .goh-hotel-detail-container > h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-transform: none;
}

.goh-hotel-detail-gallery__mark {
    background: var(--goh-gold);
    height: 1px;
    margin: 14px auto 24px;
    position: relative;
    width: 64px;
}

.goh-hotel-detail-gallery__mark::after {
    background: var(--goh-gold);
    content: "";
    height: 6px;
    left: 29px;
    position: absolute;
    top: -3px;
    transform: rotate(45deg);
    width: 6px;
}

.goh-hotel-detail-gallery__grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.goh-hotel-detail-gallery__grid img {
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.goh-hotel-detail-gallery__link {
    align-items: center;
    color: var(--goh-text);
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 15px;
    gap: 10px;
    margin-top: 20px;
}

.goh-hotel-detail-gallery__link span {
    color: var(--goh-gold);
    font-size: 18px;
}

.goh-hotel-detail-why {
    background: var(--goh-navy);
    color: #fff;
    padding: 64px 0;
}

.goh-hotel-detail-why__grid {
    align-items: center;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
}

.goh-hotel-detail-why h2 {
    color: #fff;
}

.goh-hotel-detail-why__points {
    display: grid;
    gap: 20px;
}

.goh-hotel-detail-why__points article {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: 32px 1fr;
}

.goh-hotel-detail-why__points h3 {
    font-family: var(--goh-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 5px;
}

.goh-hotel-detail-why__points p {
    color: rgba(255, 255, 255, .76);
    font-family: var(--goh-sans);
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.goh-hotel-detail-why figure {
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.goh-hotel-detail-why figure img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.goh-hotel-detail-why figure a {
    align-items: center;
    background: rgba(14, 27, 43, .75);
    border: 1px solid var(--goh-gold);
    bottom: 10px;
    color: #fff;
    display: flex;
    font-family: var(--goh-serif);
    font-size: 15px;
    gap: 28px;
    height: 44px;
    justify-content: center;
    min-width: 178px;
    position: absolute;
    right: 12px;
}

.goh-hotel-detail-related {
    background: var(--goh-ivory);
    padding: 56px 0 64px;
    text-align: center;
}

.goh-hotel-detail-related__grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.goh-hotel-detail-related .goh-hotel-detail-gallery__mark {
    margin-bottom: 24px;
    margin-top: 14px;
}

.goh-hotel-detail-related article {
    border: 1px solid #dacec2;
    display: grid;
    grid-template-columns: 44% 56%;
    min-height: 250px;
    text-align: left;
}

.goh-hotel-detail-related article > img {
    height: 100%;
    min-height: 250px;
    object-fit: cover;
    width: 100%;
}

.goh-hotel-detail-related article > div {
    display: flex;
    flex-direction: column;
    padding: 24px 26px 22px;
}

.goh-hotel-detail-related h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}

.goh-hotel-detail-related__location {
    align-items: center;
    display: flex;
    font-family: var(--goh-sans);
    font-size: 13px;
    gap: 6px;
    margin: 0 0 14px;
}

.goh-hotel-detail-related__location svg {
    height: 12px;
    width: 12px;
}

.goh-hotel-detail-related article > div > p:not(.goh-hotel-detail-related__location) {
    color: var(--goh-muted);
    font-family: var(--goh-sans);
    font-size: 15px;
    line-height: 1.58;
    margin: 0;
}

.goh-hotel-detail-related article a {
    align-items: center;
    color: var(--goh-text);
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 14px;
    gap: 12px;
    margin-top: auto;
}

.goh-hotel-detail-related article a span {
    color: var(--goh-gold);
    font-size: 17px;
}

.goh-footer--hotel-detail {
    background: var(--goh-navy);
    color: #fff;
    padding: 0;
}

.goh-footer--hotel-detail__grid {
    display: grid;
    gap: 42px;
    grid-template-columns: 220px repeat(4, 1fr);
    min-height: 127px;
    padding: 20px 0 13px;
}

.goh-footer--hotel-detail .goh-logo {
    margin-bottom: 4px;
    width: 130px;
}

.goh-footer--hotel-detail h3 {
    font-family: var(--goh-sans);
    font-size: 11px;
    font-weight: 500;
    margin: 2px 0 10px;
    text-transform: uppercase;
}

.goh-footer--hotel-detail p,
.goh-footer--hotel-detail a {
    color: rgba(255, 255, 255, .8);
    display: block;
    font-family: var(--goh-sans);
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.goh-footer--hotel-detail__grid > div:first-child > p {
    max-width: 230px;
}

.goh-footer--hotel-detail .goh-social {
    display: flex;
    gap: 8px;
    margin-top: 9px;
}

.goh-footer--hotel-detail .goh-social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    display: inline-flex;
    height: 22px;
    justify-content: center;
    width: 22px;
}

.goh-footer--hotel-detail__grid > div:last-child p + p {
    margin-top: 9px;
}

.goh-footer--hotel-detail__bottom {
    align-items: center;
    border-top: 1px solid rgba(218, 206, 194, .45);
    color: rgba(255, 255, 255, .7);
    display: flex;
    font-family: var(--goh-sans);
    font-size: 11px;
    height: 32px;
    justify-content: space-between;
}

.goh-footer--hotel-detail__bottom i {
    background: var(--goh-gold);
    display: inline-block;
    height: 12px;
    margin: 0 14px;
    vertical-align: middle;
    width: 1px;
}

@media (max-width: 800px) {
    .goh-header--hotel-detail {
        grid-template-columns: 150px 1fr 90px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .goh-header--hotel-detail .goh-nav {
        gap: 18px;
    }

    .goh-hotel-detail-overview__grid {
        gap: 24px;
    }

    .goh-hotel-detail-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .goh-hotel-detail-why__grid {
        gap: 30px;
    }

    .goh-footer--hotel-detail__grid {
        gap: 24px;
        grid-template-columns: 190px repeat(4, 1fr);
    }
}

@media (max-width: 700px) {
    .goh-hotel-detail-container {
        width: calc(100% - 36px);
    }

    .goh-header--hotel-detail {
        grid-template-columns: 132px 1fr;
        height: 72px;
        padding: 10px 18px;
    }

    .goh-header--hotel-detail .goh-header__logo {
        width: 118px;
    }

    .goh-hotel-detail-hero {
        min-height: 560px;
        margin-top: 72px;
    }

    .goh-hotel-detail-hero__content {
        padding-top: 0;
    }

    .goh-hotel-detail-hero h1 {
        font-size: 48px;
    }

    .goh-hotel-detail-hero__actions {
        align-items: stretch;
        flex-direction: column;
        max-width: 270px;
    }

    .goh-hotel-detail-overview,
    .goh-hotel-detail-features,
    .goh-hotel-detail-gallery,
    .goh-hotel-detail-why,
    .goh-hotel-detail-related {
        padding: 40px 0;
    }

    .goh-hotel-detail-overview__grid,
    .goh-hotel-detail-why__grid {
        grid-template-columns: 1fr;
    }

    .goh-hotel-detail-overview__copy > p {
        font-size: 15px;
    }

    .goh-hotel-detail-overview__media {
        height: auto;
    }

    .goh-hotel-detail-features__grid {
        grid-template-columns: 1fr;
    }

    .goh-hotel-detail-features article {
        min-height: 0;
    }

    .goh-hotel-detail-features article > img {
        height: auto;
    }

    .goh-hotel-detail-feature-icon {
        margin-top: -26px;
        top: auto;
    }

    .goh-hotel-detail-features article h2 {
        font-size: 23px;
    }

    .goh-hotel-detail-features article p {
        font-size: 14px;
        max-width: 260px;
    }

    .goh-hotel-detail-gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .goh-hotel-detail-gallery__grid img {
        height: auto;
    }

    .goh-hotel-detail-gallery__grid img:first-child {
        aspect-ratio: 16 / 10;
        grid-column: 1 / -1;
        height: auto;
    }

    .goh-hotel-detail-why figure {
        height: auto;
        width: 100%;
    }

    .goh-hotel-detail-related__grid,
    .goh-footer--hotel-detail__grid {
        grid-template-columns: 1fr;
    }

    .goh-hotel-detail-related article {
        grid-template-columns: 1fr;
    }

    .goh-hotel-detail-related article > img {
        aspect-ratio: 16 / 10;
        height: auto;
        min-height: 0;
    }

    .goh-hotel-detail-related article > div {
        min-height: 170px;
    }

    .goh-footer--hotel-detail__grid {
        padding: 32px 0;
    }

    .goh-footer--hotel-detail__bottom {
        flex-direction: column;
        gap: 8px;
        height: auto;
        padding: 14px 0;
        text-align: center;
    }
}

.goh-hotel-picker[hidden] {
    display: none;
}

body.goh-hotel-picker-open {
    overflow: hidden;
}

.goh-hotel-picker {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 40px 24px;
    position: fixed;
    z-index: 1000;
}

.goh-hotel-picker__backdrop {
    background: rgba(0, 24, 35, .72);
    inset: 0;
    position: absolute;
}

.goh-hotel-picker__dialog {
    background: var(--goh-ivory);
    border: 1px solid #dacec2;
    border-radius: 6px;
    box-shadow: 0 22px 70px rgba(0, 20, 30, .28);
    max-height: calc(100vh - 80px);
    max-width: 900px;
    overflow-y: auto;
    padding: 25px 30px 22px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.goh-hotel-picker__close {
    background: transparent;
    border: 0;
    color: var(--goh-brand-teal);
    cursor: pointer;
    font-family: var(--goh-serif);
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 13px;
}

.goh-hotel-picker__dialog > h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-transform: none;
}

.goh-hotel-picker__mark {
    height: 20px;
    margin: 4px auto 10px;
    position: relative;
    width: 98px;
}

.goh-hotel-picker__mark::before,
.goh-hotel-picker__mark::after {
    background: var(--goh-gold);
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 42px;
}

.goh-hotel-picker__mark::before {
    left: 0;
}

.goh-hotel-picker__mark::after {
    right: 0;
}

.goh-hotel-picker__mark span {
    border: 1px solid var(--goh-gold);
    height: 7px;
    left: 46px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 7px;
}

.goh-hotel-picker__grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.goh-hotel-picker__card {
    background: #fff;
    border: 1px solid #dacec2;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.goh-hotel-picker__card > img {
    display: block;
    height: 168px;
    object-fit: cover;
    width: 100%;
}

.goh-hotel-picker__card > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 166px;
    padding: 13px 16px 15px;
    text-align: center;
}

.goh-hotel-picker__card h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0 0 7px;
    text-transform: none;
}

.goh-hotel-picker__card p {
    color: var(--goh-muted);
    font-family: var(--goh-serif);
    font-size: 15px;
    line-height: 1.25;
    margin: 0 auto 14px;
    max-width: 220px;
}

.goh-hotel-picker__card a {
    align-items: center;
    background: var(--goh-brand-teal);
    color: #fff;
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 16px;
    height: 43px;
    justify-content: center;
    margin-top: auto;
    width: 100%;
}

@media (max-width: 700px) {
    .goh-hotel-picker {
        align-items: flex-start;
        padding: 18px;
    }

    .goh-hotel-picker__dialog {
        max-height: calc(100vh - 36px);
        padding: 24px 18px 18px;
    }

    .goh-hotel-picker__dialog > h2 {
        font-size: 29px;
        padding: 0 24px;
    }

    .goh-hotel-picker__grid {
        grid-template-columns: 1fr;
    }

    .goh-hotel-picker__card {
        display: grid;
        grid-template-columns: 120px 1fr;
    }

    .goh-hotel-picker__card > img {
        height: 100%;
        min-height: 178px;
    }

    .goh-hotel-picker__card > div {
        min-height: 178px;
        padding: 13px;
    }

    .goh-hotel-picker__card h3 {
        font-size: 19px;
    }

    .goh-hotel-picker__card p {
        font-size: 12px;
    }
}

.goh-page--news {
    background: #fbf6f0;
    overflow-x: hidden;
}

.goh-news-container {
    margin: 0 auto;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-header--news {
    height: 80px;
}

.goh-news-hero {
    align-items: center;
    background: url("../imgs/hospitality/hotel-sokhna.webp") center 54% / cover no-repeat;
    color: #fff;
    display: flex;
    height: clamp(500px, 36vw, 600px);
}

.goh-news-hero__content {
    padding-bottom: 4px;
}

.goh-news-hero h1 {
    font-family: var(--goh-serif);
    font-size: clamp(60px, 5vw, 78px);
    font-weight: 500;
    line-height: .9;
    margin: 0;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
}

.goh-news-hero__mark {
    height: 20px;
    margin: 6px 0 2px;
    position: relative;
    width: 142px;
}

.goh-news-hero__mark::before,
.goh-news-hero__mark::after {
    background: var(--goh-gold);
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 64px;
}

.goh-news-hero__mark::before {
    left: 0;
}

.goh-news-hero__mark::after {
    right: 0;
}

.goh-news-hero__mark {
    background: transparent;
}

.goh-news-hero__mark span {
    border: 1px solid var(--goh-gold);
    height: 7px;
    left: 68px;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 7px;
}

.goh-news-hero p {
    font-family: var(--goh-sans);
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    text-shadow: 0 2px 16px rgba(0,0,0,.65);
}

.goh-news-page-feed {
    background: #fbf6f0;
    border-bottom: 1px solid var(--goh-line);
    padding: 34px 0 30px;
}

.goh-news-filters {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
}

.goh-news-filters button {
    background: transparent;
    border: 0;
    color: var(--goh-text);
    cursor: pointer;
    font-family: var(--goh-sans);
    font-size: 16px;
    height: 46px;
    min-width: 132px;
    padding: 0 20px;
}

.goh-news-filters button.is-active {
    background: var(--goh-navy-dark);
    color: #fff;
}

.goh-news-page-layout {
    align-items: start;
    display: grid;
    gap: 64px;
    grid-template-columns: minmax(0, 1fr) 330px;
}

.goh-news-page-articles {
    min-width: 0;
}

.goh-news-page-feature[hidden],
.goh-news-page-card[hidden] {
    display: none;
}

.goh-news-page-feature {
    background: var(--goh-navy);
    color: #fff;
    display: grid;
    grid-template-columns: 48% 52%;
    min-height: 360px;
    overflow: hidden;
}

.goh-news-page-feature > img {
    height: 360px;
    object-fit: cover;
    width: 100%;
}

.goh-news-page-feature__content {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 30px 36px 26px 40px;
}

.goh-news-page-meta {
    align-items: center;
    display: flex;
    font-family: var(--goh-sans);
    justify-content: space-between;
    text-transform: uppercase;
}

.goh-news-page-meta span {
    color: var(--goh-gold-soft);
    font-size: 12px;
}

.goh-news-page-meta time {
    color: inherit;
    font-size: 12px;
    opacity: .86;
    text-transform: none;
}

.goh-news-page-feature h2 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: clamp(36px, 3vw, 48px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 18px 0 0;
    max-width: 620px;
    text-align: left;
    text-transform: none;
}

.goh-news-page-feature__rule {
    background: var(--goh-gold);
    height: 1px;
    margin: 18px 0 16px;
    width: 76px;
}

.goh-news-page-feature p {
    font-family: var(--goh-sans);
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
    max-width: 560px;
}

.goh-news-page-feature a,
.goh-news-page-card a {
    align-items: center;
    display: inline-flex;
    font-family: var(--goh-sans);
    font-size: 14px;
    gap: 12px;
    margin-left: auto;
    margin-top: auto;
}

.goh-news-page-feature a span,
.goh-news-page-card a span {
    color: var(--goh-gold);
    font-size: 20px;
    line-height: .7;
}

.goh-news-page-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
}

.goh-news-page-card {
    background: #fff;
    border: 1px solid #dacec2;
    display: flex;
    flex-direction: column;
    min-height: 360px;
    min-width: 0;
    overflow: hidden;
}

.goh-news-page-card > img {
    display: block;
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.goh-news-page-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
    padding: 16px 18px 14px;
}

.goh-news-page-card .goh-news-page-meta {
    color: var(--goh-muted);
}

.goh-news-page-card .goh-news-page-meta span {
    color: var(--goh-brand-teal);
    font-size: 12px;
}

.goh-news-page-card .goh-news-page-meta time {
    font-size: 12px;
}

.goh-news-page-card h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 10px 0 8px;
    text-align: left;
    text-transform: none;
}

.goh-news-page-card p {
    color: var(--goh-muted);
    font-family: var(--goh-sans);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.goh-news-page-card a {
    color: var(--goh-text);
    font-size: 13px;
}

.goh-news-page-empty {
    border: 1px solid var(--goh-line);
    color: var(--goh-muted);
    font-family: var(--goh-sans);
    font-size: 14px;
    margin: 0;
    padding: 48px 24px;
    text-align: center;
}

.goh-news-popular {
    border: 1px solid #dacec2;
    min-height: 570px;
    padding: 24px 24px 18px;
}

.goh-news-popular > h2 {
    border-bottom: 1px solid #dacec2;
    color: var(--goh-text);
    font-family: var(--goh-display);
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 18px;
    text-transform: uppercase;
}

.goh-news-popular article {
    align-items: center;
    border-bottom: 1px solid var(--goh-line);
    display: grid;
    gap: 16px;
    grid-template-columns: 110px 1fr;
    min-height: 118px;
    padding: 16px 0;
}

.goh-news-popular article:last-child {
    border-bottom: 0;
}

.goh-news-popular img {
    height: 78px;
    object-fit: cover;
    width: 110px;
}

.goh-news-popular h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 7px;
}

.goh-news-popular time {
    color: rgba(39, 66, 84, .68);
    font-family: var(--goh-sans);
    font-size: 12px;
}

.goh-news-subscribe {
    background: #fbf6f0;
    border-bottom: 1px solid var(--goh-line);
    min-height: 102px;
}

.goh-news-subscribe__inner {
    align-items: center;
    display: grid;
    gap: 18px;
    grid-template-columns: 48px 270px 1fr;
    min-height: 102px;
}

.goh-news-subscribe__icon {
    align-items: center;
    border: 1px solid var(--goh-gold);
    border-radius: 50%;
    color: var(--goh-gold);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.goh-news-subscribe__icon svg {
    fill: none;
    height: 25px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.25;
    width: 25px;
}

.goh-news-subscribe h2 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 3px;
}

.goh-news-subscribe p {
    color: var(--goh-muted);
    font-family: var(--goh-sans);
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.goh-news-subscribe form {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 118px;
}

.goh-news-subscribe input {
    background: #fff;
    border: 1px solid var(--goh-line);
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: 14px;
    height: 46px;
    min-width: 0;
    padding: 0 15px;
}

.goh-news-subscribe button {
    background: var(--goh-navy);
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: var(--goh-serif);
    font-size: 18px;
    height: 46px;
}

.goh-footer--news {
    background: var(--goh-navy);
    color: #fff;
    padding: 0;
}

.goh-footer--news__grid {
    display: grid;
    gap: 52px;
    grid-template-columns: 230px repeat(4, 1fr);
    min-height: 142px;
    padding: 20px 0 12px;
}

.goh-footer--news__grid > div {
    min-width: 0;
}

.goh-footer--news__brand .goh-logo {
    margin-bottom: 3px;
    width: 130px;
}

.goh-footer--news p,
.goh-footer--news a {
    color: rgba(255, 255, 255, .82);
    display: block;
    font-family: var(--goh-sans);
    font-size: 12px;
    line-height: 1.45;
    margin: 0;
}

.goh-footer--news__brand > p {
    max-width: 240px;
}

.goh-footer--news h3 {
    color: #fff;
    font-family: var(--goh-sans);
    font-size: 11px;
    font-weight: 500;
    margin: 4px 0 10px;
    text-transform: uppercase;
}

.goh-footer--news .goh-social {
    display: flex;
    gap: 9px;
    margin-top: 8px;
}

.goh-footer--news .goh-social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 50%;
    display: inline-flex;
    font-family: var(--goh-sans);
    height: 22px;
    justify-content: center;
    width: 22px;
}

.goh-footer--news__grid > div:last-child p + p {
    margin-top: 8px;
}

.goh-footer--news__bottom {
    align-items: center;
    border-top: 1px solid rgba(218, 206, 194, .55);
    color: rgba(255, 255, 255, .72);
    display: flex;
    font-family: var(--goh-sans);
    font-size: 11px;
    height: 32px;
    justify-content: space-between;
}

.goh-footer--news__bottom i {
    background: var(--goh-gold);
    display: inline-block;
    height: 12px;
    margin: 0 15px;
    vertical-align: middle;
    width: 1px;
}

@media (min-width: 1200px) {
    .goh-header--news {
        padding-left: calc((100% - 1144px) / 2);
        padding-right: calc((100% - 1144px) / 2);
    }

    .goh-header--news .goh-logo {
        height: 64px;
    }

    .goh-news-page-layout {
        grid-template-columns: minmax(0, 1fr) 330px;
    }

    .goh-news-subscribe__inner {
        grid-template-columns: 58px 330px minmax(420px, 1fr);
        max-width: 1200px;
    }
}

@media (max-width: 980px) {
    .goh-news-page-layout {
        gap: 24px;
        grid-template-columns: minmax(0, 1fr) 230px;
    }

    .goh-news-page-feature h2 {
        font-size: 23px;
    }

    .goh-news-subscribe__inner {
        grid-template-columns: 48px 220px 1fr;
    }

    .goh-footer--news__grid {
        gap: 28px;
        grid-template-columns: 200px repeat(4, 1fr);
    }
}

@media (max-width: 820px) {
    .goh-news-container {
        width: calc(100% - 48px);
    }

    .goh-news-filters {
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .goh-news-filters button {
        flex: 0 0 auto;
    }

    .goh-news-page-layout {
        grid-template-columns: 1fr;
    }

    .goh-news-popular {
        height: auto;
    }

    .goh-news-popular article {
        grid-template-columns: 110px 1fr;
    }

    .goh-news-popular img {
        height: 76px;
        width: 110px;
    }

    .goh-news-subscribe {
        padding: 18px 0;
    }

    .goh-news-subscribe__inner {
        grid-template-columns: 48px 1fr;
    }

    .goh-news-subscribe form {
        grid-column: 1 / -1;
    }

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

    .goh-footer--news__brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 700px) {
    .goh-header--news {
        height: 72px;
    }

    .goh-news-hero {
        height: 460px;
        margin-top: 72px;
    }

    .goh-news-hero h1 {
        font-size: 46px;
    }

    .goh-news-hero p {
        font-size: 16px;
    }

    .goh-news-page-feature {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .goh-news-page-feature > img {
        height: 220px;
    }

    .goh-news-page-feature__content {
        min-height: 270px;
        padding: 22px;
    }

    .goh-news-page-feature h2 {
        font-size: 28px;
    }

    .goh-news-page-feature p {
        font-size: 15px;
    }

    .goh-news-page-cards {
        grid-template-columns: 1fr;
    }

    .goh-news-page-card {
        height: auto;
        min-height: 330px;
    }

    .goh-news-page-card > img {
        height: 190px;
    }

    .goh-news-page-card__body {
        min-height: 140px;
        padding: 14px;
    }

    .goh-news-page-card h2 {
        font-size: 20px;
    }

    .goh-news-page-card p,
    .goh-news-page-card a {
        font-size: 14px;
    }

    .goh-news-popular article {
        grid-template-columns: 94px 1fr;
    }

    .goh-news-popular img {
        height: 70px;
        width: 94px;
    }

    .goh-news-popular h3 {
        font-size: 15px;
    }

    .goh-news-subscribe form {
        grid-template-columns: 1fr;
    }

    .goh-footer--news__grid {
        grid-template-columns: 1fr;
    }

    .goh-footer--news__brand {
        grid-column: auto;
    }

    .goh-footer--news__bottom {
        flex-direction: column;
        gap: 8px;
        height: auto;
        padding: 14px 0;
        text-align: center;
    }
}

.goh-page--news-article {
    background: #fbf6f0;
    overflow-x: hidden;
}

.goh-article-container {
    margin: 0 auto;
    max-width: var(--goh-max-width);
    width: var(--goh-page-width);
}

.goh-header--news-article {
    height: 82px;
    padding-left: 48px;
    padding-right: 64px;
}

.goh-header--news-article .goh-header__logo {
    width: 124px;
}

.goh-article-hero {
    background: url("../imgs/hospitality/hero-resort.webp") center 51% / cover no-repeat;
    color: #fff;
    height: clamp(520px, 39vw, 650px);
}

.goh-article-hero__content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding-top: 0;
}

.goh-article-hero__content > p {
    font-family: var(--goh-sans);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.goh-article-hero__content > span {
    background: var(--goh-gold);
    display: block;
    height: 1px;
    margin: 10px 0 19px;
    width: 74px;
}

.goh-article-hero h1 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: clamp(44px, 4vw, 58px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.02;
    margin: 0 0 27px;
    max-width: 760px;
    text-align: left;
    text-shadow: 0 3px 24px rgba(0,0,0,.62);
    text-transform: none;
}

.goh-article-hero time {
    align-items: center;
    display: flex;
    font-family: var(--goh-sans);
    font-size: 14px;
    gap: 10px;
}

.goh-article-hero time i {
    display: inline-flex;
    height: 17px;
    width: 17px;
}

.goh-article-hero time svg {
    fill: none;
    height: 100%;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
    width: 100%;
}

.goh-article-body {
    background: #fbf6f0;
    min-height: 1087px;
    padding: 64px 0 0;
}

.goh-article-layout {
    align-items: start;
    display: grid;
    gap: 48px;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
    justify-content: center;
}

.goh-article-content {
    color: var(--goh-brand-black);
    min-width: 0;
}

.goh-article-brand-visual {
    height: 286px;
    margin: 0 0 32px;
    overflow: hidden;
    position: relative;
}

.goh-article-brand-visual::after {
    background: rgba(0, 41, 57, .17);
    content: "";
    inset: 0;
    position: absolute;
}

.goh-article-brand-visual__background {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.goh-article-brand-visual__logo {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
    z-index: 1;
}

.goh-article-content > p {
    font-family: var(--goh-serif);
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.goh-article-rich-text p,
.goh-article-rich-text li {
    font-family: var(--goh-serif);
    font-size: 17px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.goh-article-rich-text h2,
.goh-article-rich-text h3 {
    color: var(--goh-text);
    font-family: var(--goh-display);
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1.18;
    margin: 32px 0 14px;
    text-align: left;
    text-transform: uppercase;
}

.goh-article-rich-text ul,
.goh-article-rich-text ol {
    margin: 0 0 24px 22px;
    padding: 0;
}

.goh-article-rich-text a {
    border-bottom: 1px solid var(--goh-gold);
    color: var(--goh-text);
}

.goh-article-content > .goh-article-lead {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.goh-article-quote-row {
    display: grid;
    grid-template-columns: 57% 43%;
    height: 210px;
    margin: 25px 0 27px;
}

.goh-article-quote-row blockquote {
    border-left: 2px solid var(--goh-gold);
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 10px 22px 7px 16px;
}

.goh-article-quote-row blockquote > span {
    color: var(--goh-gold);
    font-family: Georgia, serif;
    font-size: 43px;
    height: 28px;
    line-height: 1;
}

.goh-article-quote-row blockquote > p {
    font-family: var(--goh-serif);
    font-size: 16px;
    font-style: italic;
    line-height: 1.48;
    margin: 7px 0 0;
}

.goh-article-quote-row blockquote footer {
    margin-top: auto;
}

.goh-article-quote-row blockquote strong,
.goh-article-quote-row blockquote small {
    display: block;
}

.goh-article-quote-row blockquote strong {
    color: var(--goh-gold);
    font-family: var(--goh-serif);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
}

.goh-article-quote-row blockquote small {
    font-family: var(--goh-sans);
    font-size: 12px;
}

.goh-article-lobby {
    height: 210px;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.goh-article-lobby::after {
    background: rgba(23, 12, 5, .1);
    content: "";
    inset: 0;
    position: absolute;
}

.goh-article-lobby__photo {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.goh-article-lobby__logo {
    left: 50%;
    position: absolute;
    top: 34%;
    transform: translate(-50%, -50%);
    width: 112px;
    z-index: 1;
}

.goh-article-share {
    align-items: center;
    border-top: 1px solid var(--goh-line);
    display: flex;
    gap: 14px;
    margin-top: 34px;
    padding-top: 24px;
}

.goh-article-share > span {
    font-family: var(--goh-serif);
    font-size: 13px;
    margin-right: 5px;
}

.goh-article-share a {
    align-items: center;
    border: 1px solid var(--goh-line);
    border-radius: 50%;
    display: inline-flex;
    font-family: var(--goh-sans);
    font-size: 11px;
    height: 30px;
    justify-content: center;
    width: 30px;
}

.goh-article-share a svg {
    fill: none;
    height: 14px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.4;
    width: 14px;
}

.goh-article-related {
    min-width: 0;
}

.goh-article-related > h2 {
    border-bottom: 1px solid var(--goh-gold);
    color: var(--goh-text);
    font-family: var(--goh-display);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 4px 0 21px;
    padding: 0 0 8px;
    text-align: left;
    text-transform: uppercase;
}

.goh-article-related article {
    border-bottom: 1px solid var(--goh-line);
    margin-bottom: 18px;
    padding-bottom: 19px;
}

.goh-article-related article:last-child {
    margin-bottom: 0;
}

.goh-article-related article > img {
    display: block;
    height: 120px;
    margin-bottom: 12px;
    object-fit: cover;
    width: 100%;
}

.goh-article-related time {
    color: rgba(39, 66, 84, .68);
    display: block;
    font-family: var(--goh-sans);
    font-size: 12px;
    margin-bottom: 9px;
}

.goh-article-related h3 {
    color: var(--goh-text);
    font-family: var(--goh-serif);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 0 10px;
}

.goh-article-related a {
    align-items: center;
    color: var(--goh-text);
    display: inline-flex;
    font-family: var(--goh-serif);
    font-size: 14px;
    gap: 8px;
}

.goh-article-related a span {
    color: var(--goh-gold);
    font-size: 17px;
}

.goh-article-subscribe {
    align-items: center;
    background:
        linear-gradient(90deg, rgba(14, 27, 43, .92), rgba(14, 27, 43, .75)),
        url("../imgs/hospitality/brand-grand-ocean-bg.webp") center 57% / cover no-repeat;
    color: #fff;
    display: flex;
    height: 162px;
    text-align: center;
}

.goh-article-subscribe h2 {
    color: #fff;
    font-family: var(--goh-serif);
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 9px;
    text-transform: none;
}

.goh-article-subscribe p {
    font-family: var(--goh-sans);
    font-size: 14px;
    margin: 0 0 16px;
}

.goh-article-subscribe form {
    display: grid;
    grid-template-columns: 1fr 128px;
    margin: 0 auto;
    max-width: 535px;
}

.goh-article-subscribe input {
    background: rgba(0, 31, 44, .45);
    border: 1px solid rgba(255, 255, 255, .8);
    border-right: 0;
    color: #fff;
    font-family: var(--goh-sans);
    font-size: 14px;
    height: 44px;
    padding: 0 14px;
}

.goh-article-subscribe input::placeholder {
    color: rgba(255, 255, 255, .82);
}

.goh-article-subscribe button {
    background: var(--goh-gold);
    border: 1px solid var(--goh-gold);
    color: #fff;
    cursor: pointer;
    font-family: var(--goh-serif);
    font-size: 13px;
    min-height: 44px;
}

.goh-footer--article {
    min-height: 240px;
}

.goh-footer--article .goh-footer--news__grid {
    min-height: 196px;
    padding-top: 25px;
}

.goh-footer--article .goh-footer--news__bottom {
    height: 44px;
}

@media (min-width: 1200px) {
    .goh-header--news-article {
        padding-left: calc((100% - 1144px) / 2);
        padding-right: calc((100% - 1144px) / 2);
    }

    .goh-article-layout {
        gap: clamp(56px, 5vw, 88px);
        grid-template-columns: minmax(0, 1000px) minmax(300px, 360px);
        justify-content: center;
    }

    .goh-article-body {
        height: auto;
        min-height: 1240px;
    }

    .goh-article-brand-visual {
        aspect-ratio: 16 / 9;
        height: auto;
    }
}

@media (max-width: 820px) {
    .goh-article-container {
        width: calc(100% - 48px);
    }

    .goh-article-layout {
        gap: 28px;
        grid-template-columns: minmax(0, 1fr) 190px;
    }

    .goh-article-brand-visual {
        height: 260px;
    }

    .goh-article-content > p {
        font-size: 16px;
    }

    .goh-article-content > .goh-article-lead {
        font-size: 15px;
    }

    .goh-article-related article > img {
        height: 112px;
    }

    .goh-footer--article .goh-footer--news__grid {
        grid-template-columns: 190px repeat(4, 1fr);
    }
}

@media (max-width: 700px) {
    .goh-header--news-article {
        background: rgba(0, 40, 56, .86);
        height: 72px;
        padding: 10px 18px;
    }

    .goh-article-container {
        width: calc(100% - 36px);
    }

    .goh-article-hero {
        background-position: 64% center;
        height: 500px;
    }

    .goh-article-hero__content {
        justify-content: flex-end;
        padding-bottom: 48px;
        padding-top: 72px;
    }

    .goh-article-hero h1 {
        font-size: 39px;
        margin-bottom: 24px;
    }

    .goh-article-body {
        height: auto;
        padding: 28px 0 36px;
    }

    .goh-article-layout {
        grid-template-columns: 1fr;
    }

    .goh-article-brand-visual {
        height: 220px;
    }

    .goh-article-brand-visual__logo {
        width: 190px;
    }

    .goh-article-content > p,
    .goh-article-content > .goh-article-lead {
        font-size: 15px;
    }

    .goh-article-quote-row {
        grid-template-columns: 1fr;
        height: auto;
    }

    .goh-article-quote-row blockquote {
        min-height: 230px;
        padding-bottom: 18px;
    }

    .goh-article-lobby {
        height: 280px;
    }

    .goh-article-related {
        display: grid;
        gap: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .goh-article-related > h2 {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .goh-article-related article {
        margin: 0;
    }

    .goh-article-related article > img {
        height: 120px;
    }

    .goh-article-subscribe {
        height: auto;
        min-height: 260px;
        padding: 44px 0;
    }

    .goh-article-subscribe form {
        grid-template-columns: 1fr;
    }

    .goh-article-subscribe input {
        border-right: 1px solid rgba(255, 255, 255, .8);
    }

    .goh-article-subscribe button {
        height: 42px;
    }

    .goh-footer--article {
        height: auto;
    }

    .goh-footer--article .goh-footer--news__grid {
        grid-template-columns: 1fr;
        padding-bottom: 28px;
    }

    .goh-footer--article .goh-footer--news__bottom {
        height: auto;
    }
}

@media (max-width: 700px) {
    .goh-subhero--hotels {
        height: 500px;
        overflow: hidden;
    }

    .goh-subhero__content {
        margin: 88px 24px 0;
        max-width: calc(100% - 48px);
        width: auto;
    }

    .goh-subhero h1 {
        font-size: clamp(48px, 16vw, 64px);
    }

    .goh-subhero p {
        font-size: 19px;
    }

    .goh-subhero__mark {
        width: min(180px, 100%);
    }

    .goh-directory__container {
        max-width: none;
        width: calc(100% - 48px);
    }

    .goh-filter-tabs {
        border-radius: 18px;
        display: flex;
        height: auto;
        justify-content: flex-start;
        max-width: 100%;
        overflow-x: auto;
    }

    .goh-filter-tabs button {
        flex: 0 0 auto;
        min-height: 44px;
        padding: 0 18px;
    }

    .goh-directory-grid {
        grid-template-columns: 1fr;
    }

    .goh-directory-card h2 {
        font-size: 34px;
    }

    .goh-directory-card__copy {
        min-height: 0;
    }

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

    .goh-directory-card footer {
        gap: 12px;
        grid-template-columns: 1fr 1fr;
    }

    .goh-footer--directory__grid {
        gap: 24px;
        grid-template-columns: 1fr;
        width: calc(100% - 48px);
    }

    .goh-newsletter {
        border-left: 0;
        padding-left: 0;
    }

    .goh-footer--directory__bottom {
        text-align: center;
        width: calc(100% - 48px);
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .goh-hero__slides span:first-child {
        opacity: 1;
    }

    .goh-news-track {
        animation: none;
        overflow-x: auto;
    }
}
.goh-form-trap {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.goh-page {
    overflow-x: hidden;
}

.goh-page main,
.goh-page section,
.goh-page article,
.goh-page .goh-container,
.goh-page .goh-news-container,
.goh-page .goh-article-container,
.goh-page .goh-hotel-detail-container,
.goh-page .goh-careers-container,
.goh-page .goh-contact-container,
.goh-page .goh-about-container,
.goh-page .goh-directory__container,
.goh-page .goh-dining-page__container {
    min-width: 0;
}

.goh-page img {
    max-width: 100%;
}

@media (max-width: 1100px) {
    .goh-header {
        padding-left: 28px;
        padding-right: 28px;
    }

    .goh-header--solid {
        padding-left: 40px;
        padding-right: 40px;
    }

    .goh-header--solid .goh-nav {
        gap: 28px;
    }

    .goh-nav {
        gap: 24px;
    }

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

@media (max-width: 700px) {
    .goh-dining-page-grid {
        grid-template-columns: 1fr;
    }

    .goh-page .goh-btn,
    .goh-page .goh-book,
    .goh-page .goh-hotel-picker__card a {
        min-height: 44px;
    }

    .goh-page .goh-hero__content,
    .goh-page .goh-subhero__content,
    .goh-page .goh-about-hero__content,
    .goh-page .goh-contact-hero__content,
    .goh-page .goh-careers-hero__content,
    .goh-page .goh-news-hero__content {
        max-width: calc(100% - 36px);
    }

    .goh-page .goh-news-marquee {
        max-width: 100%;
        overflow: hidden;
    }
}

body.goh-page {
    background: var(--goh-ivory);
    color: var(--goh-text);
    font-family: var(--goh-sans);
    font-size: var(--goh-type-body);
    font-synthesis: none;
    font-kerning: normal;
    font-optical-sizing: auto;
    line-height: var(--goh-leading-body);
    text-rendering: optimizeLegibility;
}

body.goh-page :is(button, input, select, textarea) {
    font-family: var(--goh-sans);
}

body.goh-page main :is(h1, h2, h3, h4) {
    color: inherit;
    font-family: var(--goh-serif);
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: var(--goh-tracking-display);
    line-height: var(--goh-leading-heading);
    text-transform: none;
    text-wrap: balance;
}

body.goh-page main h2 {
    font-size: var(--goh-type-section);
}

body.goh-page main h3 {
    font-size: var(--goh-type-card);
}

body.goh-page main :is(p, li) {
    font-family: var(--goh-sans);
    letter-spacing: normal;
    line-height: var(--goh-leading-body);
    text-wrap: pretty;
}

body.goh-page main p {
    font-size: 1rem;
}

body.goh-page :is(.goh-nav, .goh-btn, .goh-book, .goh-directory-btn, .goh-dining__cta, .goh-news-filter, .goh-hotel-picker__card a) {
    font-family: var(--goh-sans);
}

body.goh-page .goh-hero h1 {
    font-size: var(--goh-type-hero);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.02;
    max-width: 16ch;
    text-shadow: 0 3px 24px rgba(14, 27, 43, .58);
    text-transform: none;
}

body.goh-page .goh-hero h1 span {
    font-size: .48em;
    letter-spacing: .12em;
    line-height: 1.15;
    margin-top: .42em;
}

body.goh-page :is(
    .goh-subhero,
    .goh-about-hero,
    .goh-contact-hero,
    .goh-careers-hero,
    .goh-news-hero,
    .goh-article-hero,
    .goh-hotel-detail-hero,
    .goh-not-found
) h1 {
    font-size: var(--goh-type-page-title);
    font-weight: 500;
    letter-spacing: -.026em;
    line-height: 1.06;
    max-width: 18ch;
    text-transform: none;
}

body.goh-page :is(
    .goh-hero__content,
    .goh-subhero__content,
    .goh-about-hero__content,
    .goh-contact-hero__content,
    .goh-careers-hero__content,
    .goh-news-hero__content,
    .goh-hotel-detail-hero__content
) > p {
    font-size: var(--goh-type-lead);
    line-height: 1.55;
    max-width: 52ch;
}

body.goh-page :is(
    .goh-hotel-card,
    .goh-news-card,
    .goh-dining-grid,
    .goh-directory-card,
    .goh-dining-page-card,
    .goh-about-values,
    .goh-about-timeline,
    .goh-careers-values,
    .goh-career-areas,
    .goh-hotel-detail-features,
    .goh-hotel-detail-why__points,
    .goh-hotel-detail-related,
    .goh-hotel-picker__card,
    .goh-news-page-card,
    .goh-news-popular,
    .goh-article-related
) :is(h2, h3) {
    font-size: var(--goh-type-card);
    letter-spacing: -.018em;
    line-height: 1.18;
}

body.goh-page :is(
    .goh-about-story,
    .goh-about-principles,
    .goh-about-values,
    .goh-about-brands,
    .goh-about-journey,
    .goh-careers-grow__intro,
    .goh-career-areas,
    .goh-career-openings,
    .goh-career-apply,
    .goh-hotel-detail-overview__copy,
    .goh-hotel-detail-why,
    .goh-hotel-detail-gallery,
    .goh-news-subscribe,
    .goh-article-related,
    .goh-article-subscribe
) > h2,
body.goh-page .goh-hotel-detail-related > .goh-hotel-detail-container > h2,
body.goh-page .goh-article-related > h2 {
    font-size: var(--goh-type-section);
    letter-spacing: var(--goh-tracking-display);
    line-height: 1.12;
}

body.goh-page .goh-article-rich-text {
    color: var(--goh-text);
    font-size: var(--goh-type-body);
    line-height: 1.7;
    max-width: 68ch;
}

body.goh-page .goh-article-rich-text h2 {
    font-size: clamp(1.75rem, 2.2vw, 2.15rem);
    margin: 2.2em 0 .55em;
}

body.goh-page .goh-article-rich-text h3 {
    font-size: clamp(1.35rem, 1.6vw, 1.6rem);
    margin: 1.8em 0 .45em;
}

body.goh-page .goh-article-rich-text p {
    font-size: var(--goh-type-body);
    margin: 0 0 1em;
}

body.goh-page :is(.goh-footer, .goh-footer--directory, .goh-footer--dining, .goh-footer--about, .goh-footer--contact, .goh-footer--careers, .goh-footer--hotel-detail, .goh-footer--news) h3 {
    font-family: var(--goh-sans);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 1.3;
    text-transform: uppercase;
}

body.goh-page :is(.goh-footer, .goh-footer--directory, .goh-footer--dining, .goh-footer--about, .goh-footer--contact, .goh-footer--careers, .goh-footer--hotel-detail, .goh-footer--news) :is(p, a) {
    font-family: var(--goh-sans);
    font-size: .875rem;
    line-height: 1.55;
}

body.goh-page .goh-request-status,
body.goh-page .goh-form-status {
    font-size: .9375rem;
    line-height: 1.5;
}

body.goh-page [dir="rtl"],
body.goh-page :lang(ar) {
    font-family: var(--goh-arabic);
}

@media (max-width: 700px) {
    :root {
        --goh-type-hero: clamp(2.35rem, 10.5vw, 2.85rem);
        --goh-type-page-title: clamp(2.2rem, 9.5vw, 2.65rem);
        --goh-type-section: clamp(1.75rem, 7.5vw, 2.1rem);
        --goh-type-card: clamp(1.25rem, 5.7vw, 1.5rem);
        --goh-type-body: 1rem;
        --goh-type-lead: 1.0625rem;
        --goh-section-space: 64px;
    }

    body.goh-page .goh-hero h1 {
        letter-spacing: -.022em;
        line-height: 1.04;
        max-width: 12ch;
    }

    body.goh-page .goh-hero h1 span {
        font-size: .5em;
        letter-spacing: .095em;
    }

    body.goh-page :is(
        .goh-subhero,
        .goh-about-hero,
        .goh-contact-hero,
        .goh-careers-hero,
        .goh-news-hero,
        .goh-article-hero,
        .goh-hotel-detail-hero,
        .goh-not-found
    ) h1 {
        letter-spacing: -.018em;
        max-width: 14ch;
    }

    body.goh-page :is(.goh-footer, .goh-footer--directory, .goh-footer--dining, .goh-footer--about, .goh-footer--contact, .goh-footer--careers, .goh-footer--hotel-detail, .goh-footer--news) :is(p, a) {
        font-size: .9375rem;
    }
}

.goh-page .goh-header:not(.is-solid):not(.is-menu-open),
.goh-page .goh-header.goh-header--light:not(.is-solid):not(.is-menu-open),
.goh-page .goh-header.goh-header--solid:not(.is-solid):not(.is-menu-open),
.goh-page .goh-header.goh-header--contact:not(.is-solid):not(.is-menu-open),
.goh-page .goh-header.goh-header--careers:not(.is-solid):not(.is-menu-open),
.goh-page .goh-header.goh-header--news:not(.is-solid):not(.is-menu-open),
.goh-page .goh-header.goh-header--news-article:not(.is-solid):not(.is-menu-open),
.goh-page .goh-header.goh-header--hotel-detail:not(.is-solid):not(.is-menu-open) {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

.goh-page .goh-header.is-solid,
.goh-page .goh-header.is-menu-open {
    background: linear-gradient(135deg, rgba(14, 27, 43, .96), rgba(23, 57, 74, .94)) !important;
    border-bottom: 1px solid rgba(182, 228, 250, .32) !important;
    box-shadow: 0 16px 38px rgba(14, 27, 43, .22) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    backdrop-filter: blur(14px) !important;
}

.goh-page .goh-header.is-hidden {
    pointer-events: none;
    transform: translateX(-50%) translateY(calc(-100% - 12px));
}

@media (max-width: 700px) {
    .goh-page .goh-header,
    .goh-page .goh-header.goh-header--light,
    .goh-page .goh-header.goh-header--solid,
    .goh-page .goh-header.goh-header--contact,
    .goh-page .goh-header.goh-header--careers,
    .goh-page .goh-header.goh-header--news,
    .goh-page .goh-header.goh-header--news-article,
    .goh-page .goh-header.goh-header--hotel-detail {
        display: block;
        height: 0;
        min-height: 0;
        padding: 0;
        position: fixed;
        width: 100%;
    }

    .goh-page .goh-header.is-hidden {
        transform: translateX(-50%) translateY(-86px);
    }

    .goh-page .goh-header.is-menu-open {
        pointer-events: auto;
        transform: translateX(-50%);
    }

    .goh-page .goh-header__logo {
        display: none !important;
    }

    .goh-page .goh-header .goh-book {
        display: none !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle {
        align-items: center;
        background: transparent !important;
        border: 1px solid rgba(255, 255, 255, .9);
        border-radius: 999px;
        display: inline-flex;
        height: 46px;
        justify-content: center;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 46px;
        z-index: 70;
    }

    .goh-page .goh-header .goh-nav {
        top: 72px !important;
    }
}

@media (max-width: 700px) {
    .goh-page .goh-header .goh-mobile-menu-toggle {
        background: var(--goh-navy-dark) !important;
        border-color: var(--goh-gold-soft);
        box-shadow: 0 10px 24px rgba(14, 27, 43, .3), inset 0 0 0 1px rgba(255, 255, 255, .12);
        color: #fff;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle > span {
        height: 2px;
        width: 21px;
    }

    .goh-page .goh-header .goh-nav {
        background: var(--goh-navy-dark);
        border: 0;
        border-left: 1px solid rgba(182, 228, 250, .42);
        box-shadow: -22px 0 60px rgba(14, 27, 43, .34);
        max-height: none;
        padding: 116px 28px 30px;
        right: 0;
        top: 0 !important;
        transform: translateX(100%);
        transition: opacity .26s ease, transform .32s cubic-bezier(.22, .8, .25, 1), visibility .26s ease;
        width: min(430px, 100vw);
    }

    .goh-page .goh-header .goh-nav::before {
        color: var(--goh-gold-soft);
        content: "MENU";
        font: 600 12px/1 var(--goh-sans);
        letter-spacing: .26em;
        position: absolute;
        right: 28px;
        top: 72px;
    }

    .goh-page .goh-header .goh-nav.is-open {
        transform: translateX(0);
    }

    .goh-page .goh-header .goh-nav > a,
    .goh-page .goh-header .goh-nav__item > a {
        border-bottom: 1px solid rgba(255, 255, 255, .15);
        font-size: 20px;
        justify-content: flex-start;
        padding: 17px 0;
    }
}

@media (max-width: 700px) {
    .goh-page .goh-header .goh-mobile-menu-toggle {
        background: linear-gradient(145deg, #0e1b2b, #17394a) !important;
        border: 0 !important;
        border-radius: 3px 17px 3px 17px !important;
        box-shadow: 0 12px 28px rgba(3, 14, 24, .32) !important;
        color: #fff !important;
        gap: 5px;
        height: 48px !important;
        overflow: hidden;
        right: 18px !important;
        top: 18px !important;
        width: 54px !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle::after {
        background: var(--goh-gold-soft);
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle > span {
        background: currentColor !important;
        height: 2px !important;
        margin-left: 0;
        width: 23px !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle > span:nth-child(2) {
        margin-left: 8px;
        width: 15px !important;
    }

    .goh-page .goh-header .goh-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(1),
    .goh-page .goh-header .goh-mobile-menu-toggle[aria-expanded="true"] > span:nth-child(3) {
        margin-left: 0;
        width: 24px !important;
    }

    .goh-page .goh-header .goh-nav {
        align-items: stretch !important;
        background: radial-gradient(circle at 100% 0, rgba(94, 188, 214, .2), transparent 40%), linear-gradient(145deg, #0e1b2b 0%, #123345 100%) !important;
        border: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
        height: 100dvh !important;
        inset: 0 !important;
        justify-content: flex-start !important;
        max-height: none !important;
        min-height: 100dvh !important;
        opacity: 0;
        overflow-y: auto;
        padding: 112px 24px 36px !important;
        pointer-events: none;
        position: fixed !important;
        transform: translateX(100%) !important;
        visibility: hidden;
        width: 100% !important;
        z-index: 60;
    }

    .goh-page .goh-header .goh-nav::before {
        color: var(--goh-gold-soft) !important;
        content: "GRAND OCEANS  /  HOSPITALITY" !important;
        font: 600 10px/1 var(--goh-sans) !important;
        left: 24px !important;
        letter-spacing: .22em !important;
        right: auto !important;
        top: 34px !important;
    }

    .goh-page .goh-header .goh-nav.is-open {
        opacity: 1 !important;
        pointer-events: auto;
        transform: translateX(0) !important;
        visibility: visible;
    }

    .goh-page .goh-header .goh-nav > a,
    .goh-page .goh-header .goh-nav__item > a {
        align-items: center;
        border: 0 !important;
        border-bottom: 1px solid rgba(182, 228, 250, .19) !important;
        color: #fff !important;
        display: flex !important;
        font: 500 clamp(2rem, 10vw, 2.7rem)/1 var(--goh-serif) !important;
        justify-content: space-between;
        min-height: 72px;
        padding: 15px 2px !important;
    }

    .goh-page .goh-header .goh-nav > a.is-active {
        color: var(--goh-gold-soft) !important;
        padding-left: 16px !important;
    }

    .goh-page .goh-header .goh-nav > a.is-active::after {
        background: var(--goh-gold-soft) !important;
        bottom: auto !important;
        height: 2px !important;
        left: 0 !important;
        top: 50%;
        width: 8px !important;
    }

    .goh-page .goh-header .goh-mega {
        display: none !important;
    }
}
