:root {
    --ga-bg: #f3efe6;
    --ga-cream: #fbf8f1;
    --ga-dark: #18221f;
    --ga-green: #243a32;
    --ga-gold: #b89655;
    --ga-bronze: #8f6e3c;
    --ga-text: #252725;
    --ga-muted: #75766f;
    --ga-border: #d9d1c2;
    --ga-white: #fff;
    --ga-shadow: 0 20px 60px rgba(24, 34, 31, .12);
    --ga-radius: 2px;
    --ga-shell: min(1240px, calc(100% - 48px))
}

[hidden] {
    display: none !important
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ga-bg);
    color: var(--ga-text);
    font-family: Manrope, sans-serif;
    line-height: 1.65;
    overflow-x: hidden
}

body.gaau-lock {
    overflow: hidden
}

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

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

button,
input,
select,
textarea {
    font: inherit
}

button {
    cursor: pointer
}

.gaau-shell {
    width: var(--ga-shell);
    margin-inline: auto
}

.gaau-narrow {
    max-width: 920px
}

.gaau-section {
    padding: 110px 0
}

.gaau-eyebrow {
    display: inline-block;
    font-size: .74rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--ga-bronze);
    font-weight: 700;
    margin-bottom: 18px
}

h1,
h2,
h3 {
    font-family: "Cormorant Garamond", serif;
    margin: 0 0 20px;
    line-height: .98;
    font-weight: 600
}

h1 {
    font-size: clamp(3.5rem, 7vw, 7.8rem)
}

h2 {
    font-size: clamp(2.7rem, 5vw, 5.1rem)
}

h3 {
    font-size: clamp(1.55rem, 2.4vw, 2.2rem)
}

p {
    margin: 0 0 20px
}

.gaau-section-head {
    max-width: 820px;
    margin-bottom: 55px
}

.gaau-section-head p {
    max-width: 720px;
    color: var(--ga-muted)
}

.gaau-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center
}

.gaau-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 25px;
    border: 1px solid var(--ga-gold);
    background: var(--ga-green);
    color: var(--ga-white);
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: .75rem;
    transition: .25s ease
}

.gaau-btn:hover,
.gaau-btn:focus-visible {
    background: var(--ga-dark);
    transform: translateY(-2px)
}

.gaau-btn-sm {
    min-height: 42px;
    padding: 0 18px
}

.gaau-btn-light {
    background: var(--ga-cream);
    color: var(--ga-dark)
}

.gaau-link-btn {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    background: transparent;
    border: 0;
    color: inherit;
    font-weight: 700;
    padding: 12px 0
}

.gaau-link-btn i {
    font-size: .8em;
    transition: .2s
}

.gaau-link-btn:hover i {
    transform: translateX(4px)
}

.gaau-note,
.gaau-small {
    font-size: .84rem;
    color: var(--ga-muted)
}

.gaau-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    height: 82px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 0 4vw;
    border-bottom: 1px solid rgba(184, 150, 85, .5);
    color: var(--ga-white);
    transition: .3s
}

.gaau-header.gaau-scrolled {
    background: rgba(251, 248, 241, .96);
    color: var(--ga-dark);
    box-shadow: 0 8px 35px rgba(24, 34, 31, .08);
    backdrop-filter: blur(12px)
}

.gaau-logo {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .02em
}

.gaau-nav {
    justify-self: center
}

.gaau-nav-drawer {
    display: flex;
    gap: 27px;
    align-items: center
}

.gaau-nav-drawer a {
    font-size: .73rem;
    text-transform: uppercase;
    letter-spacing: .11em;
    font-weight: 700
}

.gaau-menu-toggle,
.gaau-menu-close {
    display: none;
    background: none;
    border: 0;
    color: inherit;
    font-size: 1.3rem
}

.gaau-header-cta {
    justify-self: end
}

.gaau-hero {
    position: relative;
    background: var(--ga-dark);
    padding-bottom: 32px
}

.gaau-hero-media {
    
    min-height: 340px;
    max-height: 380px;
    position: relative
}

.gaau-hero-media:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 20, 17, .55), rgba(10, 20, 17, .05) 60%, rgba(10, 20, 17, .18))
}

.gaau-hero-panel {
    position: relative;
    z-index: 3;
    width: min(720px, calc(100% - 10vw));
    margin-top: -215px;
    margin-left: 6vw;
    background: var(--ga-cream);
    padding: 50px 58px 48px;
    box-shadow: var(--ga-shadow)
}

.gaau-hero-panel:before,
.gaau-hero-panel:after {
    content: "";
    position: absolute;
    border: 1px solid var(--ga-gold);
    pointer-events: none
}

.gaau-hero-panel:before {
    inset: 14px
}

.gaau-hero-panel:after {
    width: 70px;
    height: 70px;
    right: -28px;
    top: -28px;
    border-left: 0;
    border-bottom: 0
}

.gaau-hero-panel h1 {
    font-size: clamp(3.7rem, 6vw, 6rem)
}

.gaau-hero-panel p {
    max-width: 570px;
    font-size: 1.05rem
}

.gaau-story-grid {
    display: grid;
    grid-template-columns: 1.06fr .94fr;
    gap: 8vw;
    align-items: center
}

.gaau-story-image {
    height: 680px;
    position: relative
}

.gaau-story-image:after {
    content: "";
    position: absolute;
    left: 25px;
    bottom: -25px;
    width: 45%;
    height: 55%;
    border: 1px solid var(--ga-gold);
    z-index: -1
}

.gaau-highlight-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid var(--ga-border);
    margin-top: 38px
}

.gaau-highlight-list span {
    padding: 18px 0;
    border-bottom: 1px solid var(--ga-border);
    font-weight: 600
}

.gaau-highlight-list span:nth-child(odd) {
    border-right: 1px solid var(--ga-border);
    padding-right: 20px
}

.gaau-highlight-list span:nth-child(even) {
    padding-left: 20px
}

.gaau-venues {
    background: var(--ga-cream)
}

.gaau-finder-grid {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 40px;
    align-items: start
}

.gaau-location-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: start;
    min-width: 0
}

.gaau-location-card {
    border: 1px solid var(--ga-border);
    background: var(--ga-white);
    padding: 28px;
    transition: .2s;
    min-height: 0;
    height: auto;
    flex: none
}

.gaau-location-card:hover {
    border-color: var(--ga-gold);
    transform: translateX(4px)
}

.gaau-location-card h3 {
    font-size: 1.7rem;
    margin-bottom: 16px
}

.gaau-location-card p {
    font-size: .91rem;
    margin: 8px 0;
    color: #4b4c48
}

.gaau-location-card i {
    width: 22px;
    color: var(--ga-gold)
}

.gaau-card-actions {
    display: flex;
    gap: 18px;
    margin-top: 18px;
    flex-wrap: wrap
}

.gaau-card-actions a {
    font-weight: 700;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em
}

.gaau-map-wrap {
    height: 630px;
    min-height: 630px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--ga-border);
    background: linear-gradient(145deg, #e9e2d5, #f8f4ec);
    isolation: isolate
}

.gaau-map {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    filter: saturate(.65) sepia(.08);
    z-index: 2
}

.gaau-map-fallback {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 42px;
    background: radial-gradient(circle at 68% 28%, rgba(184, 150, 85, .17), transparent 26%), radial-gradient(circle at 45% 62%, rgba(36, 58, 50, .08), transparent 30%), linear-gradient(145deg, #f8f4ec, #e8e0d2);
    color: var(--ga-dark)
}

.gaau-map-fallback:before {
    content: "";
    position: absolute;
    inset: 24px;
    border: 1px solid rgba(184, 150, 85, .48);
    pointer-events: none
}

.gaau-map-fallback h3 {
    font-size: 2rem;
    margin: 0 0 10px
}

.gaau-map-fallback p {
    max-width: 420px;
    color: var(--ga-muted);
    margin: 0
}

.gaau-map-fallback-points {
    display: grid;
    gap: 12px;
    position: relative
}

.gaau-map-fallback-point {
    display: flex;
    align-items: center;
    gap: 12px;
    width: max-content;
    max-width: 100%;
    padding: 10px 14px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid var(--ga-border);
    font-weight: 700
}

.gaau-map-fallback-point i {
    color: var(--ga-gold)
}

.gaau-map-wrap.gaau-map-ready .gaau-map-fallback {
    display: none
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: var(--ga-cream);
    color: var(--ga-dark)
}

.gaau-featured {
    padding-bottom: 130px
}

.gaau-venue-editorial {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    min-height: 560px;
    margin-bottom: 95px;
    align-items: center
}

.gaau-venue-media {
    height: 560px;
    overflow: hidden
}

.gaau-venue-text {
    background: var(--ga-cream);
    padding: 55px;
    position: relative;
    z-index: 2;
    box-shadow: var(--ga-shadow);
    margin-left: -80px
}

.gaau-venue-melbourne {
    grid-template-columns: .8fr 1.2fr
}

.gaau-venue-melbourne .gaau-venue-text {
    margin-left: 0;
    margin-right: -80px
}

.gaau-venue-brisbane {
    display: block;
    position: relative
}

.gaau-venue-brisbane .gaau-venue-media {
    height: 600px
}

.gaau-venue-brisbane .gaau-venue-text {
    position: absolute;
    right: 4%;
    bottom: -45px;
    width: 44%;
    margin: 0
}

.gaau-experience {
    background: var(--ga-cream)
}

.gaau-experience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.gaau-experience-panel {
    padding: 34px 28px;
    border-right: 1px solid var(--ga-gold);
    min-height: 280px
}

.gaau-experience-panel:first-child {
    border-left: 1px solid var(--ga-gold)
}

.gaau-experience-panel i {
    font-size: 1.6rem;
    color: var(--ga-gold);
    margin-bottom: 42px
}

.gaau-experience-panel h3 {
    font-size: 1.8rem
}

.gaau-gaming {
    background: var(--ga-green);
    color: var(--ga-cream)
}

.gaau-gaming .gaau-section-head p {
    color: #d8d2c7
}

.gaau-gaming-row {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 45px;
    align-items: center;
    padding: 28px 0;
    border-top: 1px solid rgba(184, 150, 85, .35)
}

.gaau-gaming-row:last-of-type {
    border-bottom: 1px solid rgba(184, 150, 85, .35)
}

.gaau-gaming-media {
    height: 170px
}

.gaau-gaming-row h3 {
    margin-bottom: 10px
}

.gaau-gaming-row p {
    color: #d8d2c7
}

.gaau-gaming-disclaimer {
    margin-top: 35px;
    color: #d8d2c7;
    font-size: .88rem
}

.gaau-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 7vw;
    align-items: center
}

.gaau-split-media {
    height: 620px
}

.gaau-split-copy ul {
    padding-left: 20px
}

.gaau-split-copy li {
    margin: 9px 0
}

.gaau-offers {
    background: #eee7da
}

.gaau-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ga-border);
    border-bottom: 1px solid var(--ga-border)
}

.gaau-offer-block {
    padding: 45px 38px;
    min-height: 260px;
    border-right: 1px solid var(--ga-border)
}

.gaau-offer-block:last-child {
    border-right: 0
}

.gaau-offer-block>span {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.2rem;
    color: var(--ga-gold)
}

.gaau-offer-foot {
    display: flex;
    justify-content: space-between;
    gap: 35px;
    align-items: center;
    margin-top: 35px
}

.gaau-offer-foot p {
    max-width: 600px;
    color: var(--ga-muted)
}

.gaau-membership {
    background: var(--ga-dark);
    color: var(--ga-cream);
    position: relative;
    overflow: hidden
}

.gaau-membership:before {
    content: "";
    position: absolute;
    inset: 35px;
    border: 1px solid rgba(184, 150, 85, .25);
    pointer-events: none
}

.gaau-membership-grid {
    display: grid;
    grid-template-columns: 1fr .78fr;
    gap: 7vw;
    align-items: center
}

.gaau-member-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 35px 0
}

.gaau-member-benefits>div {
    padding: 22px;
    border-top: 1px solid rgba(184, 150, 85, .35);
    border-right: 1px solid rgba(184, 150, 85, .35)
}

.gaau-member-benefits h3 {
    font-size: 1.5rem;
    margin-bottom: 8px
}

.gaau-member-benefits p {
    font-size: .9rem;
    color: #d8d2c7
}

.gaau-membership-media {
    height: 620px
}

.gaau-membership .gaau-small {
    color: #b9b6ae;
    margin-top: 20px
}

.gaau-responsible {
    background: var(--ga-cream)
}

.gaau-responsible-head {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: flex-start
}

.gaau-responsible-head>div:first-child {
    max-width: 800px
}

.gaau-age-badge {
    width: 130px;
    height: 130px;
    border: 1px solid var(--ga-gold);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 15px
}

.gaau-age-badge i {
    color: var(--ga-gold)
}

.gaau-age-badge strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 2.8rem;
    line-height: .8
}

.gaau-age-badge span {
    font-size: .7rem;
    letter-spacing: .15em
}

.gaau-principle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 60px 0 28px
}

.gaau-principle-grid article {
    padding: 28px;
    border-top: 1px solid var(--ga-gold);
    background: #fff
}

.gaau-principle-grid h3 {
    font-size: 1.55rem
}

.gaau-gallery-grid {
    display: grid;
    grid-template-columns: 1.5fr .75fr .75fr;
    grid-template-rows: 380px 260px;
    gap: 16px
}

.gaau-gallery-grid figure {
    margin: 0;
    position: relative;
    overflow: hidden
}

.gaau-gallery-large {
    grid-row: span 2
}

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

.gaau-gallery-grid img {
    transition: .5s
}

.gaau-gallery-grid figure:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 28, 23, .65), transparent 60%);
    opacity: .7
}

.gaau-gallery-grid figcaption {
    position: absolute;
    left: 20px;
    bottom: 17px;
    z-index: 2;
    color: #fff;
    transform: translateY(12px);
    opacity: 0;
    transition: .3s
}

.gaau-gallery-grid figure:hover img {
    transform: scale(1.035)
}

.gaau-gallery-grid figure:hover figcaption {
    opacity: 1;
    transform: none
}

.gaau-faq {
    background: var(--ga-cream)
}

.gaau-faq-item {
    border-top: 1px solid var(--ga-border)
}

.gaau-faq-item:last-child {
    border-bottom: 1px solid var(--ga-border)
}

.gaau-faq-item button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 24px 0;
    background: none;
    border: 0;
    text-align: left;
    font-weight: 700;
    color: var(--ga-dark)
}

.gaau-faq-item button i {
    color: var(--ga-gold);
    transition: .25s
}

.gaau-faq-item button[aria-expanded=true] i {
    transform: rotate(45deg)
}

.gaau-faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .3s
}

.gaau-faq-panel>p {
    overflow: hidden;
    margin: 0;
    color: var(--ga-muted)
}

.gaau-faq-item button[aria-expanded=true]+.gaau-faq-panel {
    grid-template-rows: 1fr
}

.gaau-faq-item button[aria-expanded=true]+.gaau-faq-panel>p {
    padding-bottom: 24px
}

.gaau-contact {
    background: #eee7da
}

.gaau-contact-grid {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    gap: 7vw
}

.gaau-contact-copy h2 {
    max-width: 360px
}

.gaau-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

.gaau-form label {
    display: grid;
    gap: 8px;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700
}

.gaau-form input,
.gaau-form select,
.gaau-form textarea {
    width: 100%;
    border: 1px solid var(--ga-border);
    background: var(--ga-cream);
    padding: 14px 15px;
    outline: none
}

.gaau-form input:focus,
.gaau-form select:focus,
.gaau-form textarea:focus {
    border-color: var(--ga-gold);
    box-shadow: 0 0 0 3px rgba(184, 150, 85, .15)
}

.gaau-form-full {
    grid-column: 1/-1
}

.gaau-check {
    grid-template-columns: auto 1fr !important;
    align-items: flex-start;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important
}

.gaau-check input {
    width: auto;
    margin-top: 4px
}

.gaau-form-message {
    min-height: 24px;
    margin: 0;
    color: var(--ga-green);
    font-weight: 700
}

.gaau-newsletter {
    padding: 65px 0;
    background: var(--ga-green);
    color: var(--ga-cream)
}

.gaau-newsletter-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 7vw;
    align-items: center
}

.gaau-newsletter-grid h2 {
    font-size: 3.5rem
}

.gaau-newsletter-grid label {
    display: block;
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 9px
}

.gaau-newsletter-control {
    display: flex
}

.gaau-newsletter-control input {
    flex: 1;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .05);
    color: #fff
}

.gaau-newsletter-control button {
    padding: 0 22px;
    background: var(--ga-gold);
    border: 0;
    color: var(--ga-dark);
    font-weight: 800
}

.gaau-newsletter form>p {
    font-size: .78rem;
    color: #cfc9bd;
    margin-top: 10px
}

.gaau-newsletter a {
    text-decoration: underline
}

.gaau-footer {
    background: #111a17;
    color: #d7d2c8;
    padding: 75px 0 30px
}

.gaau-footer-top {
    display: grid;
    grid-template-columns: 1.5fr repeat(4, 1fr);
    gap: 38px
}

.gaau-footer h3 {
    font-family: Manrope, sans-serif;
    font-size: .77rem;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: var(--ga-gold);
    margin-bottom: 18px
}

.gaau-footer-top>div:not(.gaau-footer-brand) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: .88rem
}

.gaau-footer-brand p {
    max-width: 250px;
    color: #aaa79f
}

.gaau-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 55px;
    padding-top: 24px;
    font-size: .78rem;
    color: #9b9b96
}

.gaau-age-modal,
.gaau-cookie-modal,
.gaau-underage {
    position: fixed;
    z-index: 5000;
    inset: 0
}

.gaau-age-modal {
    background: var(--ga-dark);
    padding: 26px
}

.gaau-age-frame {
    height: 100%;
    border: 1px solid var(--ga-gold);
    display: grid;
    place-items: center;
    padding: 30px
}

.gaau-age-card {
    max-width: 650px;
    background: var(--ga-cream);
    padding: 55px;
    text-align: center;
    box-shadow: var(--ga-shadow)
}

.gaau-age-number {
    font-family: "Cormorant Garamond", serif;
    font-size: 5.4rem;
    line-height: 1;
    color: var(--ga-gold)
}

.gaau-age-card h2 {
    font-size: 3rem
}

.gaau-age-card .gaau-actions {
    justify-content: center
}

.gaau-underage {
    background: var(--ga-dark);
    color: var(--ga-cream);
    display: grid;
    place-items: center;
    text-align: center;
    padding: 30px
}

.gaau-underage>div {
    max-width: 560px
}

.gaau-underage strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 6rem;
    color: var(--ga-gold)
}

.gaau-cookie-panel {
    position: fixed;
    z-index: 4000;
    left: 22px;
    bottom: 22px;
    width: min(420px, calc(100% - 44px));
    background: var(--ga-cream);
    border: 1px solid var(--ga-gold);
    padding: 24px;
    box-shadow: var(--ga-shadow)
}

.gaau-cookie-panel h2 {
    font-size: 2rem
}

.gaau-cookie-panel p {
    font-size: .88rem
}

.gaau-cookie-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.gaau-cookie-panel>a {
    font-size: .78rem;
    text-decoration: underline
}

.gaau-cookie-modal {
    background: rgba(10, 20, 17, .7);
    display: grid;
    place-items: center;
    padding: 25px
}

.gaau-cookie-card {
    width: min(540px, 100%);
    background: var(--ga-cream);
    padding: 34px;
    position: relative
}

.gaau-cookie-card h2 {
    font-size: 2.4rem
}

.gaau-cookie-card>label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-top: 1px solid var(--ga-border)
}

.gaau-cookie-card small {
    display: block;
    color: var(--ga-muted)
}

.gaau-modal-close {
    position: absolute;
    right: 18px;
    top: 18px;
    border: 0;
    background: none;
    font-size: 1.2rem
}

.gaau-cookie-card input {
    accent-color: var(--ga-green);
    width: 20px;
    height: 20px
}

.gaau-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .65s ease, transform .65s ease
}

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

*:focus-visible {
    outline: 2px solid var(--ga-gold);
    outline-offset: 3px
}

@media(max-width:1100px) {
    .gaau-header {
        grid-template-columns: 1fr auto auto;
        gap: 18px
    }

    .gaau-menu-toggle {
        display: block
    }

    .gaau-header-cta {
        display: none
    }

    .gaau-nav-drawer {
        position: fixed;
        inset: 0;
        background: var(--ga-green);
        color: var(--ga-cream);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 10vw;
        gap: 22px;
        transform: translateX(100%);
        transition: .35s;
        z-index: 500
    }

    .gaau-nav-drawer.gaau-open {
        transform: none
    }

    .gaau-nav-drawer a {
        font-family: "Cormorant Garamond", serif;
        font-size: clamp(2rem, 5vw, 3.6rem);
        text-transform: none;
        border-bottom: 1px solid rgba(184, 150, 85, .3);
        width: 100%;
        padding-bottom: 10px
    }

    .gaau-menu-close {
        display: block;
        position: absolute;
        right: 30px;
        top: 28px;
        color: var(--ga-cream)
    }

    .gaau-story-grid,
    .gaau-split,
    .gaau-membership-grid,
    .gaau-contact-grid {
        gap: 5vw
    }

    .gaau-featured .gaau-shell {
        width: min(100% - 48px, 1100px)
    }

    .gaau-venue-text {
        padding: 42px
    }

    .gaau-experience-grid {
        grid-template-columns: 1fr 1fr
    }

    .gaau-experience-panel:nth-child(3) {
        border-left: 1px solid var(--ga-gold)
    }

    .gaau-principle-grid {
        grid-template-columns: 1fr 1fr
    }

    .gaau-footer-top {
        grid-template-columns: 1.4fr 1fr 1fr
    }

    .gaau-footer-top>div:nth-child(4),
    .gaau-footer-top>div:nth-child(5) {
        margin-top: 15px
    }
}

@media(max-width:820px) {
    :root {
        --ga-shell: min(100% - 32px, 720px)
    }

    .gaau-section {
        padding: 78px 0
    }

    .gaau-hero {
        padding-bottom: 32px
    }

    .gaau-hero-media {
    
        min-height: 310px;
        max-height: 350px
    }

    .gaau-hero-panel {
        width: calc(100% - 32px);
        margin: -175px auto 0;
        padding: 42px 30px
    }

    .gaau-story-grid,
    .gaau-finder-grid,
    .gaau-split,
    .gaau-membership-grid,
    .gaau-contact-grid,
    .gaau-newsletter-grid {
        grid-template-columns: 1fr
    }

    .gaau-story-image,
    .gaau-split-media,
    .gaau-membership-media {
        height: 520px
    }

    .gaau-map-wrap {
        height: 450px;
        min-height: 450px
    }

    .gaau-map {
        min-height: 0
    }

    .gaau-venue-editorial,
    .gaau-venue-melbourne {
        display: flex;
        flex-direction: column;
        min-height: 0;
        margin-bottom: 60px
    }

    .gaau-venue-media,
    .gaau-venue-brisbane .gaau-venue-media {
        height: 440px;
        width: 100%
    }

    .gaau-venue-text,
    .gaau-venue-melbourne .gaau-venue-text,
    .gaau-venue-brisbane .gaau-venue-text {
        position: relative;
        width: calc(100% - 40px);
        right: auto;
        bottom: auto;
        margin: -55px auto 0;
        padding: 35px
    }

    .gaau-venue-melbourne .gaau-venue-text {
        order: 2
    }

    .gaau-offer-grid {
        grid-template-columns: 1fr
    }

    .gaau-offer-block {
        border-right: 0;
        border-bottom: 1px solid var(--ga-border)
    }

    .gaau-offer-block:last-child {
        border-bottom: 0
    }

    .gaau-offer-foot {
        align-items: flex-start;
        flex-direction: column
    }

    .gaau-responsible-head {
        flex-direction: column
    }

    .gaau-principle-grid {
        margin-top: 40px
    }

    .gaau-gallery-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 340px 280px 260px
    }

    .gaau-gallery-large {
        grid-column: span 2;
        grid-row: auto
    }

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

    .gaau-footer-top {
        grid-template-columns: 1fr 1fr
    }

    .gaau-footer-brand {
        grid-column: 1/-1
    }

    .gaau-form {
        grid-template-columns: 1fr
    }

    .gaau-form-full {
        grid-column: auto
    }

    .gaau-newsletter-grid {
        gap: 25px
    }
}

@media(max-width:560px) {
    .gaau-header {
        height: 72px;
        padding: 0 18px
    }

    .gaau-logo {
        font-size: 1.45rem
    }
 

    .gaau-hero-panel h1 {
        font-size: 3.3rem
    }

    .gaau-hero-panel {
        margin-top: -145px;
        padding: 36px 23px
    }

    .gaau-story-image,
    .gaau-split-media,
    .gaau-membership-media {
        height: 410px
    }

    .gaau-highlight-list {
        grid-template-columns: 1fr
    }

    .gaau-highlight-list span:nth-child(odd) {
        border-right: 0;
        padding-right: 0
    }

    .gaau-highlight-list span:nth-child(even) {
        padding-left: 0
    }

    .gaau-experience-grid,
    .gaau-principle-grid,
    .gaau-member-benefits {
        grid-template-columns: 1fr
    }

    .gaau-experience-panel,
    .gaau-experience-panel:first-child,
    .gaau-experience-panel:nth-child(3) {
        border-left: 1px solid var(--ga-gold);
        border-bottom: 1px solid var(--ga-gold)
    }

    .gaau-gaming-row {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .gaau-gaming-media {
        height: 220px
    }

    .gaau-gallery-grid {
        display: flex;
        flex-direction: column
    }

    .gaau-gallery-grid figure {
        height: 280px
    }

    .gaau-footer-top {
        grid-template-columns: 1fr
    }

    .gaau-footer-brand {
        grid-column: auto
    }

    .gaau-footer-bottom {
        flex-direction: column
    }

    .gaau-cookie-panel {
        left: 0;
        bottom: 0;
        width: 100%;
        max-width: none
    }

    .gaau-age-modal {
        padding: 10px
    }

    .gaau-age-frame {
        padding: 12px
    }

    .gaau-age-card {
        padding: 35px 22px
    }

    .gaau-age-card h2 {
        font-size: 2.35rem
    }

    .gaau-newsletter-control {
        flex-direction: column
    }

    .gaau-newsletter-control button {
        min-height: 50px
    }

    .gaau-form label {
        grid-column: auto
    }

    .gaau-venue-media,
    .gaau-venue-brisbane .gaau-venue-media {
        height: 340px
    }

    .gaau-map-wrap {
        height: 360px;
        min-height: 360px
    }

    .gaau-map {
        min-height: 0
    }
}

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

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }

    .gaau-reveal {
        opacity: 1;
        transform: none
    }
}

.gaau-legal-hero {
    padding: 155px 0 72px;
    background: var(--ga-dark);
    color: var(--ga-cream);
    border-bottom: 1px solid var(--ga-gold)
}

.gaau-legal-hero h1 {
    font-size: clamp(3.5rem, 7vw, 6.2rem);
    max-width: 900px
}

.gaau-legal-hero p {
    max-width: 760px;
    color: #d6d0c5
}

.gaau-legal-main {
    background: var(--ga-cream)
}

.gaau-legal-grid {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 7vw;
    align-items: start
}

.gaau-legal-toc {
    position: sticky;
    top: 110px;
    border-top: 1px solid var(--ga-gold);
    padding-top: 20px
}

.gaau-legal-toc h2 {
    font-family: Manrope, sans-serif;
    font-size: .8rem;
    letter-spacing: .12em;
    text-transform: uppercase
}

.gaau-legal-toc a {
    display: block;
    padding: 7px 0;
    color: var(--ga-muted);
    font-size: .86rem
}

.gaau-legal-content {
    max-width: 820px
}

.gaau-legal-content section {
    padding: 0 0 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid var(--ga-border)
}

.gaau-legal-content h2 {
    font-size: 2.35rem;
    line-height: 1.05
}

.gaau-legal-content h3 {
    font-size: 1.55rem;
    line-height: 1.1
}

.gaau-legal-content p,
.gaau-legal-content li {
    color: #4d4f4b
}

.gaau-legal-content li {
    margin: 8px 0
}

.gaau-legal-callout {
    padding: 25px;
    border-left: 3px solid var(--ga-gold);
    background: #eee7da;
    margin: 28px 0
}

.gaau-legal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 28px
}

@media(max-width:820px) {
    .gaau-legal-grid {
        grid-template-columns: 1fr
    }

    .gaau-legal-toc {
        position: static
    }

    .gaau-legal-toc nav {
        columns: 2
    }

    .gaau-legal-hero {
        padding-top: 125px
    }
}

@media(max-width:520px) {
    .gaau-legal-toc nav {
        columns: 1
    }
}

.gaau-cookie-card .gaau-cookie-accept {
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--ga-gold)
}