:root {
	--night: #071525;
	--night-deep: #030b14;
	--night-soft: #10263a;
	--cream: #f2eadc;
	--cream-muted: #c8bdac;
	--gold: #d0a95c;
	--gold-light: #f0d79b;
	--line: rgba(242, 234, 220, 0.18);
	--max: 1440px;
	--pad: clamp(1.25rem, 4vw, 4rem);
	--space: clamp(6rem, 13vw, 12rem);
	--header: 6.25rem;
	--display: "Helvetica Neue", "Arial Nova", Arial, sans-serif;
	--body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header); }
body { margin: 0; background: var(--night); color: var(--cream); font-family: var(--body); line-height: 1.6; overflow-x: hidden; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, picture { display: block; max-width: 100%; }
button { font: inherit; }
::selection { background: var(--gold); color: var(--night-deep); }

.skip-link { position: fixed; top: .7rem; left: .7rem; z-index: 1000; padding: .8rem 1rem; background: var(--cream); color: var(--night); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: var(--header); border-bottom: 1px solid transparent; transition: background-color .25s ease, border-color .25s ease, backdrop-filter .25s ease; }
.site-header.is-scrolled { background: rgba(3,11,20,.84); border-color: var(--line); backdrop-filter: blur(16px); }
.admin-bar .site-header { top: 32px; }
.site-header__inner { width: min(100%, var(--max)); height: 100%; margin-inline: auto; padding-inline: var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { position: relative; z-index: 102; height: 100%; display: inline-flex; align-items: center; padding-top: .25rem; }
.brand img { width: 6.5rem; height: auto; transform: translateY(.22rem); }
.primary-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.8rem); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.primary-nav a { opacity: .84; transition: opacity .2s ease, color .2s ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { opacity: 1; color: var(--gold-light); }
.nav-cta { padding: .72rem 1rem; border: 1px solid rgba(208,169,92,.72); color: var(--gold-light); }
.nav-toggle { display: none; position: relative; z-index: 102; padding: .5rem; border: 0; background: transparent; color: var(--cream); font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; cursor: pointer; }

.hero { position: relative; min-height: 100svh; isolation: isolate; overflow: hidden; display: flex; align-items: flex-end; }
.hero__media, .hero__media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media { z-index: -3; }
.hero__media img { object-fit: cover; object-position: 56% 42%; }
.hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3,11,20,.96) 0%, rgba(3,11,20,.76) 36%, rgba(3,11,20,.12) 68%, rgba(3,11,20,.28) 100%), linear-gradient(0deg, rgba(3,11,20,.93) 0%, transparent 52%); }
.hero__content { width: min(100%, var(--max)); margin-inline: auto; padding: calc(var(--header) + 5rem) var(--pad) clamp(6rem, 11vh, 9rem); }
.eyebrow { margin: 0 0 1.4rem; color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .statement h2, .story h2, .live h2, .room h2, .content-page h1, .error-page h1 { margin: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.055em; }
.hero h1 { max-width: 13ch; font-size: clamp(3.6rem, 7.8vw, 8.3rem); line-height: .93; text-wrap: balance; }
.hero__copy { max-width: 37rem; margin: 1.5rem 0 0; color: var(--cream-muted); font-size: clamp(1rem, 1.4vw, 1.22rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button-row--center { justify-content: center; }
.button { min-height: 3.3rem; padding: .88rem 1.2rem; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; font-size: .72rem; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { background: var(--gold); color: var(--night-deep); }
.button--primary:hover, .button--primary:focus-visible { background: var(--gold-light); }
.button--glass { border-color: rgba(242,234,220,.42); background: rgba(3,11,20,.3); backdrop-filter: blur(8px); }
.button--outline { border-color: var(--line); }
.button--outline:hover, .button--outline:focus-visible { border-color: var(--gold-light); color: var(--gold-light); }
.hero__scroll { position: absolute; right: var(--pad); bottom: 2rem; display: inline-flex; gap: 1rem; align-items: center; color: var(--cream-muted); font-size: .66rem; font-weight: 650; letter-spacing: .15em; text-transform: uppercase; }
.hero__scroll span { color: var(--gold); font-size: 1rem; }

.statement { padding: var(--space) var(--pad); background: var(--night-deep); }
.statement__inner, .story__inner, .journey__inner, .live, .room__inner, .site-footer__main, .site-footer__bottom { width: min(100%, var(--max)); margin-inline: auto; }
.statement h2, .story h2, .live h2, .room h2 { font-size: clamp(3.2rem, 7.2vw, 7.5rem); line-height: .93; }
.statement__copy { max-width: 34rem; margin: 1.5rem 0 0; color: var(--cream-muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.platform-grid { margin-top: clamp(3rem, 7vw, 6rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.platform-card { min-height: 18rem; padding: clamp(1.5rem, 3vw, 3rem); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background-color .25s ease, color .25s ease; }
.platform-card:hover, .platform-card:focus-visible { background: var(--cream); color: var(--night-deep); }
.platform-card span { color: var(--gold); font-size: .7rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.platform-card:hover span, .platform-card:focus-visible span { color: #755922; }
.platform-card strong { font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.2rem); font-weight: 500; letter-spacing: -.05em; }
.platform-card em { font-style: normal; font-size: .78rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }

.story { padding: var(--space) var(--pad); background: var(--cream); color: var(--night-deep); }
.story__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, .78fr); gap: clamp(3rem, 9vw, 10rem); }
.story .eyebrow { color: #775b25; }
.story__copy { padding-top: 3.5rem; }
.story__copy p { margin: 0 0 1.35rem; font-family: var(--display); font-size: clamp(1.25rem, 2.15vw, 2rem); line-height: 1.44; letter-spacing: -.025em; }
.story__copy strong { color: #775b25; font-weight: 650; }

.journey { padding: var(--space) var(--pad); background: var(--night); }
.journey ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.journey li { padding: clamp(1.3rem, 3vw, 2.3rem) 0; display: grid; grid-template-columns: minmax(3.5rem, 7rem) 1fr; align-items: baseline; border-bottom: 1px solid var(--line); }
.journey li span { color: var(--gold); font-size: .68rem; font-weight: 750; letter-spacing: .14em; }
.journey li strong { font-family: var(--display); font-size: clamp(2.4rem, 6vw, 6.2rem); font-weight: 500; line-height: 1; letter-spacing: -.055em; }

.live { padding: var(--space) var(--pad); display: grid; grid-template-columns: minmax(18rem, .8fr) minmax(0, 1fr); gap: clamp(3rem, 9vw, 10rem); align-items: center; }
.live__image { position: relative; }
.live__image::before { content: ""; position: absolute; inset: -1rem 1rem 1rem -1rem; z-index: -1; border: 1px solid rgba(208,169,92,.45); }
.live__image img { width: 100%; height: auto; filter: saturate(.88) contrast(1.04); }
.live__copy > p:not(.eyebrow):not(.live__status) { max-width: 40rem; color: var(--cream-muted); font-size: clamp(1rem, 1.35vw, 1.2rem); }
.live__status { margin-top: 2.5rem; padding: 1.4rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: var(--display); font-size: clamp(1.3rem, 2vw, 2rem); line-height: 1.25; }
.live__status span { display: block; margin-bottom: .45rem; color: var(--gold); font-family: var(--body); font-size: .68rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }

.room { padding: var(--space) var(--pad); background: radial-gradient(circle at 50% 40%, rgba(208,169,92,.16), transparent 36%), var(--night-deep); text-align: center; }
.room__inner { max-width: 75rem; }
.room h2 { text-wrap: balance; }
.room__inner > p:not(.eyebrow) { max-width: 48rem; margin: 1.5rem auto 0; color: var(--cream-muted); font-size: clamp(1rem, 1.4vw, 1.2rem); }

.site-footer { padding: 5rem var(--pad) 1.5rem; border-top: 1px solid var(--line); background: #02070c; }
.site-footer__main { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 10vw, 10rem); }
.site-footer__brand img { width: min(15rem, 65%); height: auto; }
.site-footer__brand p { margin: 1rem 0 0; color: var(--cream-muted); }
.site-footer__columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
.site-footer__columns > div { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.footer-label { margin: 0 0 .55rem; color: var(--gold); font-size: .67rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.site-footer__columns a { color: var(--cream-muted); font-size: .88rem; }
.site-footer__columns a:hover, .site-footer__columns a:focus-visible { color: var(--gold-light); }
.site-footer__bottom { margin-top: 4rem; padding-top: 1.2rem; display: flex; justify-content: space-between; gap: 2rem; border-top: 1px solid var(--line); color: #837d73; font-size: .66rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }

.content-page, .error-page { min-height: 78svh; padding: calc(var(--header) + 6rem) var(--pad) 7rem; }
.content-page__article, .error-page { width: min(100%, 60rem); margin-inline: auto; }
.content-page h1, .error-page h1 { font-size: clamp(3rem, 7vw, 6.5rem); line-height: .95; }
.content-page__body { margin-top: 3rem; color: var(--cream-muted); }
.content-page__body h2, .content-page__body h3 { color: var(--cream); }
.content-page__body a { color: var(--gold-light); text-decoration: underline; text-underline-offset: .2em; }
.error-page p { color: var(--cream-muted); }
.error-page .button { margin-top: 1.5rem; }

.js [data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s cubic-bezier(.22,1,.36,1); }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
	.admin-bar .site-header { top: 46px; }
	.nav-toggle { display: inline-flex; }
	.primary-nav { position: fixed; inset: 0; z-index: 101; padding: calc(var(--header) + 4rem) var(--pad) 3rem; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; background: rgba(3,11,20,.98); font-family: var(--display); font-size: clamp(2.3rem, 8vw, 4.3rem); font-weight: 500; letter-spacing: -.045em; text-transform: none; opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: opacity .22s ease, transform .22s ease, visibility .22s ease; }
	.primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
	.nav-cta { margin-top: 1rem; font-family: var(--body); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
	.hero__shade { background: linear-gradient(90deg, rgba(3,11,20,.92) 0%, rgba(3,11,20,.5) 58%, rgba(3,11,20,.22) 100%), linear-gradient(0deg, rgba(3,11,20,.94) 0%, rgba(3,11,20,.1) 70%); }
	.story__inner, .live, .site-footer__main { grid-template-columns: 1fr; }
	.story__copy { padding-top: 0; max-width: 48rem; }
	.live__image { max-width: 38rem; }
	.site-footer__columns { max-width: 50rem; }
}

@media (max-width: 720px) {
	:root { --header: 5.5rem; }
	.brand { padding-top: .15rem; }
	.brand img { width: 5.75rem; transform: translateY(.18rem); }
	.hero__media img { object-position: 58% 38%; }
	.hero__shade { background: linear-gradient(0deg, rgba(3,11,20,.98) 0%, rgba(3,11,20,.66) 45%, rgba(3,11,20,.1) 85%), linear-gradient(90deg, rgba(3,11,20,.5), transparent 75%); }
	.hero__content { padding-bottom: 5.5rem; }
	.hero h1 { font-size: clamp(3.1rem, 14.7vw, 5.8rem); }
	.hero__copy { max-width: 29rem; }
	.hero__scroll { display: none; }
	.button-row { flex-direction: column; }
	.button-row .button { width: 100%; }
	.platform-grid { grid-template-columns: 1fr; }
	.platform-card { min-height: 13rem; }
	.journey li { grid-template-columns: 3rem 1fr; }
	.site-footer__columns { grid-template-columns: 1fr 1fr; }
	.site-footer__bottom { flex-direction: column; gap: .4rem; }
}

@media (max-width: 460px) {
	.site-footer__columns { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
	.js [data-reveal] { opacity: 1; transform: none; }
}

/* Version 0.4: legal footer and designed information pages. */
.site-footer__columns { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.footer-link-button,
.content-page__cookie-button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--cream-muted);
	font: inherit;
	font-size: .88rem;
	text-align: left;
	cursor: pointer;
}
.footer-link-button:hover,
.footer-link-button:focus-visible { color: var(--gold-light); }

.content-page {
	min-height: 100svh;
	padding: 0;
	background: var(--night-deep);
}
.content-page__hero {
	min-height: min(58svh, 40rem);
	padding: calc(var(--header) + 5rem) var(--pad) 5rem;
	display: flex;
	align-items: flex-end;
	background:
		radial-gradient(circle at 78% 30%, rgba(208,169,92,.13), transparent 26%),
		linear-gradient(145deg, var(--night-soft), var(--night-deep) 64%);
	border-bottom: 1px solid var(--line);
}
.content-page__hero-inner,
.content-page__layout {
	width: min(100%, var(--max));
	margin-inline: auto;
}
.content-page__hero h1 {
	max-width: 13ch;
	font-size: clamp(3.6rem, 8vw, 8.5rem);
	line-height: .91;
	text-wrap: balance;
}
.content-page__updated {
	margin: 1.5rem 0 0;
	color: var(--cream-muted);
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.content-page__surface {
	padding: clamp(4rem, 8vw, 8rem) var(--pad);
	background: var(--cream);
	color: var(--night-deep);
}
.content-page__layout {
	display: grid;
	grid-template-columns: minmax(11rem, .28fr) minmax(0, 1fr);
	gap: clamp(3rem, 8vw, 8rem);
	align-items: start;
}
.content-page:not(.content-page--legal) .content-page__layout { grid-template-columns: 1fr; }
.content-page__rail {
	position: sticky;
	top: calc(var(--header) + 2rem);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: .65rem;
}
.content-page__rail-label {
	margin: 0 0 .8rem;
	color: #775b25;
	font-size: .67rem;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}
.content-page__rail a,
.content-page__cookie-button {
	color: rgba(3,11,20,.62);
	font-size: .84rem;
	font-weight: 650;
}
.content-page__rail a:hover,
.content-page__rail a:focus-visible,
.content-page__rail a[aria-current="page"],
.content-page__cookie-button:hover,
.content-page__cookie-button:focus-visible { color: var(--night-deep); }
.content-page__rail a[aria-current="page"]::before {
	content: "— ";
	color: #775b25;
}
.content-page__article {
	width: min(100%, 52rem);
	margin: 0;
}
.content-page__body {
	margin: 0;
	color: rgba(3,11,20,.76);
	font-size: clamp(1rem, 1.15vw, 1.08rem);
	line-height: 1.78;
}
.content-page__body > :first-child { margin-top: 0; }
.content-page__body > :last-child { margin-bottom: 0; }
.content-page__body h2,
.content-page__body h3,
.content-page__body h4 {
	color: var(--night-deep);
	font-family: var(--display);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.12;
}
.content-page__body h2 {
	margin: 4rem 0 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(3,11,20,.15);
	font-size: clamp(2rem, 4vw, 3.5rem);
}
.content-page__body h3 {
	margin: 2.6rem 0 .8rem;
	font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.content-page__body h4 { margin: 2rem 0 .65rem; font-size: 1.2rem; }
.content-page__body p { margin: 0 0 1.25rem; }
.content-page__body ul,
.content-page__body ol { margin: 1rem 0 1.75rem; padding-left: 1.3rem; }
.content-page__body li + li { margin-top: .55rem; }
.content-page__body a {
	color: #654b19;
	text-decoration-color: rgba(101,75,25,.4);
	text-underline-offset: .22em;
}
.content-page__body a:hover,
.content-page__body a:focus-visible { text-decoration-color: currentColor; }
.content-page__body blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.5rem;
	border-left: 3px solid var(--gold);
	background: rgba(208,169,92,.09);
}
.content-page__body table {
	width: 100%;
	margin: 2rem 0;
	border-collapse: collapse;
	font-size: .92rem;
}
.content-page__body th,
.content-page__body td {
	padding: .85rem;
	border: 1px solid rgba(3,11,20,.17);
	text-align: left;
	vertical-align: top;
}
.content-page__body th { background: rgba(3,11,20,.06); color: var(--night-deep); }
.content-page__body hr { margin: 3rem 0; border: 0; border-top: 1px solid rgba(3,11,20,.16); }

/* Complianz legal documents inherit the Sam Keanu legal-page design. */
.content-page #cmplz-document,
.content-page .cmplz-document {
	max-width: none;
	margin: 0;
	padding: 0;
	font-size: inherit;
	color: inherit;
}
.content-page #cmplz-document h2,
.content-page #cmplz-document h3,
.content-page #cmplz-document h4 { color: var(--night-deep); }
.content-page #cmplz-document a { color: #654b19; }

/* Light visual integration for the existing Complianz banner. */
.cmplz-cookiebanner {
	font-family: var(--body) !important;
	border-radius: 0 !important;
	box-shadow: 0 -1rem 4rem rgba(3,11,20,.24) !important;
}
.cmplz-cookiebanner .cmplz-btn { border-radius: 0 !important; font-weight: 750 !important; }

@media (max-width: 980px) {
	.site-footer__columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.content-page__layout { grid-template-columns: 1fr; }
	.content-page__rail {
		position: static;
		padding-bottom: 2rem;
		flex-direction: row;
		flex-wrap: wrap;
		gap: .7rem 1.25rem;
		border-bottom: 1px solid rgba(3,11,20,.15);
	}
	.content-page__rail-label { width: 100%; }
	.content-page__article { width: min(100%, 52rem); }
}

@media (max-width: 520px) {
	.site-footer__columns { grid-template-columns: 1fr; }
	.content-page__hero { min-height: 48svh; padding-bottom: 3rem; }
	.content-page__hero h1 { font-size: clamp(3.15rem, 15vw, 5.4rem); }
	.content-page__surface { padding-top: 3rem; }
}
