/*
Theme Name: Ultimate Luxuria
Theme URI: https://luxuria.sa/
Author: Ultimate Luxuria
Description: Editorial one-page landing theme for Ultimate Luxuria — a Riyadh luxury mobility house. Dark gold-on-black editorial layout with cream interludes, ported from the original React presentation.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultimate-luxuria
Tags: one-page, landing-page, luxury, dark, editorial
*/

/* =========================================================================
   1. TOKENS
   ========================================================================= */

:root {
	--gold: #c5a880;
	--gold-bright: #d4af37;
	--gold-dark: #9c845a;

	--black: #060606;
	--charcoal: #0f0f0e;
	--cream: #faf9f5;
	--cream-shade: #f3f1ea;
	--ink: #1c1c1a;
	--bone: #f5f5f0;

	--gray-100: #f3f4f6;
	--gray-200: #e5e7eb;
	--gray-300: #d1d5db;
	--gray-400: #9ca3af;
	--gray-500: #6b7280;
	--gray-700: #374151;

	--f-display: "Cinzel", "Inter", sans-serif;
	--f-serif: "Cormorant Garamond", Georgia, serif;
	--f-body: "Inter", system-ui, sans-serif;
	--f-script: "Pinyon Script", cursive;

	--ease-lux: cubic-bezier(0.16, 1, 0.3, 1);

	--pad-x: 1.5rem;
	--shell: 80rem;
}

@media (min-width: 768px) {
	:root {
		--pad-x: 4rem;
	}
}

/* =========================================================================
   2. BASE
   ========================================================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
	background-color: var(--black);
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	background-color: var(--black);
	color: var(--bone);
	font-family: var(--f-body);
	font-weight: 300;
	line-height: 1.6;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
ul,
ol {
	margin: 0;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

img,
svg {
	display: block;
	max-width: 100%;
}

img {
	height: auto;
}

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

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

button {
	background: none;
	border: 0;
	cursor: pointer;
}

::selection {
	background-color: var(--gold-dark);
	color: var(--black);
}

::-webkit-scrollbar {
	width: 6px;
}

::-webkit-scrollbar-track {
	background: var(--black);
}

::-webkit-scrollbar-thumb {
	background: #252522;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--gold);
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ul-skip-link {
	position: absolute;
	top: -100px;
	left: 1rem;
	z-index: 100;
	padding: 0.75rem 1.25rem;
	background: var(--gold);
	color: var(--black);
	font-family: var(--f-display);
	font-size: 0.75rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.ul-skip-link:focus {
	top: 1rem;
}

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

.ul-icon {
	flex: none;
}

/* =========================================================================
   3. LAYOUT PRIMITIVES
   ========================================================================= */

.ul-page {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
}

.ul-main {
	padding-top: 4rem;
}

.ul-section {
	position: relative;
	padding: 6rem var(--pad-x);
	overflow: hidden;
}

.ul-section--tall {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ul-section--dark {
	background: var(--black);
}

.ul-section--charcoal {
	background: var(--charcoal);
}

.ul-section--cream {
	background: var(--cream);
	color: var(--ink);
	border-bottom: 1px solid rgba(156, 132, 90, 0.2);
}

.ul-section--edge-t {
	border-top: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-section--edge-b {
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-section--edge-y {
	border-top: 1px solid rgba(197, 168, 128, 0.1);
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-shell {
	position: relative;
	z-index: 10;
	width: 100%;
	max-width: var(--shell);
	margin-inline: auto;
}

.ul-shell--md {
	max-width: 64rem;
}

.ul-shell--sm {
	max-width: 56rem;
}

.ul-glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.ul-glow--center {
	background: radial-gradient(circle at center, rgba(197, 168, 128, 0.03) 0%, transparent 60%);
}

.ul-glow--tl {
	background: radial-gradient(circle at top left, rgba(197, 168, 128, 0.02) 0%, transparent 60%);
}

.ul-glow--tr {
	background: radial-gradient(circle at top right, rgba(197, 168, 128, 0.02) 0%, transparent 60%);
}

.ul-glow--br {
	background: radial-gradient(circle at bottom right, rgba(197, 168, 128, 0.03) 0%, transparent 60%);
}

.ul-glow--bl {
	background: radial-gradient(circle at bottom left, rgba(197, 168, 128, 0.03) 0%, transparent 60%);
}

/* =========================================================================
   4. TYPE HELPERS
   ========================================================================= */

.ul-eyebrow {
	display: block;
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--gold);
}

.ul-section--cream .ul-eyebrow {
	color: var(--gold-dark);
}

.ul-h2 {
	font-family: var(--f-serif);
	font-size: clamp(2.25rem, 5vw, 3rem);
	font-weight: 300;
	line-height: 1.12;
	color: var(--bone);
}

.ul-section--cream .ul-h2 {
	color: var(--ink);
}

.ul-h2 em {
	font-style: italic;
	font-weight: 400;
}

.ul-h3 {
	font-family: var(--f-serif);
	font-size: clamp(1.75rem, 3.5vw, 2.25rem);
	font-weight: 300;
	color: var(--bone);
}

.ul-lede {
	margin-top: 0.75rem;
	font-family: var(--f-serif);
	font-style: italic;
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 300;
	color: var(--gray-400);
}

.ul-lede--plain {
	font-family: var(--f-body);
	font-style: normal;
	font-size: 0.9375rem;
	line-height: 1.7;
}

.ul-gold-text {
	background: linear-gradient(135deg, var(--bone) 0%, var(--gold) 50%, var(--gold-dark) 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.ul-head-center {
	max-width: 42rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.ul-head-center .ul-eyebrow {
	margin-bottom: 0.75rem;
}

.ul-rule {
	height: 1px;
	width: 100%;
	background: rgba(197, 168, 128, 0.2);
	border: 0;
}

.ul-rule--short {
	width: 6rem;
	background: rgba(197, 168, 128, 0.4);
	margin: 1.5rem 0;
}

.ul-rule--center {
	margin-inline: auto;
}

.ul-glass {
	background: rgba(15, 15, 14, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-glowbox {
	box-shadow: 0 0 15px rgba(197, 168, 128, 0.15);
}

/* Corner accents used on framed imagery. */
.ul-corners {
	position: absolute;
	inset: 0;
	margin: 0.5rem;
	z-index: 20;
	border: 1px solid rgba(197, 168, 128, 0.05);
	pointer-events: none;
}

.ul-corners::before,
.ul-corners::after,
.ul-corners > i::before,
.ul-corners > i::after {
	content: "";
	position: absolute;
	width: 1rem;
	height: 1rem;
	border-color: rgba(197, 168, 128, 0.4);
	border-style: solid;
	border-width: 0;
	transition: transform 0.3s ease;
}

.ul-corners::before {
	top: 0;
	left: 0;
	border-top-width: 1px;
	border-left-width: 1px;
}

.ul-corners::after {
	top: 0;
	right: 0;
	border-top-width: 1px;
	border-right-width: 1px;
}

.ul-corners > i::before {
	bottom: 0;
	left: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.ul-corners > i::after {
	bottom: 0;
	right: 0;
	border-bottom-width: 1px;
	border-right-width: 1px;
}

.ul-corners--bold::before,
.ul-corners--bold::after,
.ul-corners--bold > i::before,
.ul-corners--bold > i::after {
	width: 1.5rem;
	height: 1.5rem;
	border-color: rgba(197, 168, 128, 0.5);
	border-width: 0;
}

.ul-corners--bold::before {
	border-top-width: 2px;
	border-left-width: 2px;
}

.ul-corners--bold::after {
	border-top-width: 2px;
	border-right-width: 2px;
}

.ul-corners--bold > i::before {
	border-bottom-width: 2px;
	border-left-width: 2px;
}

.ul-corners--bold > i::after {
	border-bottom-width: 2px;
	border-right-width: 2px;
}

/* =========================================================================
   5. BUTTONS
   ========================================================================= */

.ul-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.75rem 1.5rem;
	border-radius: 2px;
	font-family: var(--f-display);
	font-size: 0.75rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.ul-btn--ghost {
	border: 1px solid rgba(197, 168, 128, 0.3);
	background: rgba(197, 168, 128, 0.05);
	color: var(--gold);
	box-shadow: 0 0 15px rgba(197, 168, 128, 0.15);
}

.ul-btn--ghost:hover {
	background: rgba(197, 168, 128, 0.1);
}

.ul-btn--solid {
	background: var(--gold);
	color: var(--black);
	font-weight: 500;
}

.ul-btn--solid:hover {
	background: var(--gold-bright);
}

.ul-round {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	flex: none;
	border: 1px solid rgba(197, 168, 128, 0.25);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: var(--gold);
	transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, transform 0.15s ease;
}

.ul-round:hover {
	border-color: rgba(197, 168, 128, 0.55);
	background: rgba(197, 168, 128, 0.06);
	color: var(--gold-bright);
}

.ul-round:active {
	transform: scale(0.95);
}

/* =========================================================================
   6. SCROLL REVEAL
   ========================================================================= */

[data-reveal] {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.8s var(--ease-lux), transform 0.8s var(--ease-lux);
	transition-delay: var(--d, 0s);
	will-change: opacity, transform;
}

[data-reveal="x"] {
	transform: translateX(-16px);
}

[data-reveal="fade"] {
	transform: none;
}

[data-reveal].is-in {
	opacity: 1;
	transform: none;
}

.ul-words span {
	display: inline-block;
	margin-right: 0.25em;
	opacity: 0.15;
	transform: translateY(5px);
	color: rgba(156, 132, 90, 0.3);
	transition: opacity 0.5s var(--ease-lux), transform 0.5s var(--ease-lux), color 0.5s var(--ease-lux);
	transition-delay: var(--wd, 0s);
}

.ul-words.is-in span {
	opacity: 1;
	transform: none;
	color: var(--bone);
}

.ul-section--cream .ul-words span {
	color: rgba(28, 28, 26, 0.25);
}

.ul-section--cream .ul-words.is-in span {
	color: var(--ink);
}

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

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

	[data-reveal],
	.ul-words span {
		opacity: 1 !important;
		transform: none !important;
	}

	.ul-words span {
		color: inherit !important;
	}
}

/* =========================================================================
   7. PRELOADER + PROGRESS BAR + NAV
   ========================================================================= */

/* A black hold with the wordmark, cleared once the page is up. */
.ul-preloader {
	position: fixed;
	inset: 0;
	z-index: 120;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: var(--pad-x);
	background: var(--black);
	/*
	 * Self-clearing. The script drops it as soon as the page is ready; this
	 * delayed fade is the fallback, so a blocked or failed script can never
	 * leave a visitor staring at a black screen.
	 */
	animation: ul-preloader-out 0.8s ease 4s forwards;
}

/* Same fade, no delay — what the script triggers on load. */
.ul-preloader.is-done {
	animation: ul-preloader-out 0.8s ease forwards;
}

.ul-preloader__logo {
	width: min(30rem, 68vw);
	height: auto;
	animation: ul-preloader-breathe 2.4s ease-in-out infinite;
}

@keyframes ul-preloader-breathe {
	0%,
	100% {
		opacity: 0.45;
	}

	50% {
		opacity: 1;
	}
}

@keyframes ul-preloader-out {
	to {
		opacity: 0;
		visibility: hidden;
	}
}

@media (prefers-reduced-motion: reduce) {
	/* The global rule zeroes durations but not delays — shorten the hold too. */
	.ul-preloader {
		animation-delay: 0.6s;
	}

	.ul-preloader__logo {
		opacity: 1;
	}
}

.ul-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	z-index: 60;
	background: var(--gold-bright);
	transform: scaleX(0);
	transform-origin: 0 50%;
}

.ul-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 1rem var(--pad-x);
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(197, 168, 128, 0.05);
}

.ul-nav__brand {
	display: flex;
	align-items: center;
	/* Fixed, so resizing the logo never moves the rail off the 4rem the hero subtracts. */
	height: 2rem;
}

.ul-crest {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 2rem;
	flex: none;
	border: 1px solid rgba(197, 168, 128, 0.5);
	border-radius: 2px;
	background: #000;
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--gold);
}

.ul-crest--lg {
	width: 2.25rem;
	height: 2.75rem;
	position: relative;
	border-color: var(--gold);
	background: rgba(0, 0, 0, 0.6);
	font-size: 1.125rem;
	font-weight: 300;
}

.ul-crest--lg::after {
	content: "";
	position: absolute;
	top: -0.25rem;
	left: 50%;
	width: 0.375rem;
	height: 0.375rem;
	background: var(--gold);
	transform: translateX(-50%) rotate(45deg);
}

/*
 * The only knob for logo size: width follows the 2.5:1 artwork automatically.
 * The PNG carries ~24% transparent padding above and below the script, so the
 * visible wordmark is roughly half this value.
 */
.ul-nav__logo {
	display: block;
	width: auto;
	height: 3.75rem; /* 60px → 150px wide */
	flex: none;
}

@media (max-width: 480px) {
	.ul-nav__logo {
		height: 3rem; /* 48px → 120px wide */
	}
}

.ul-nav__links {
	display: none;
	align-items: center;
	gap: 2rem;
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.25em;
	color: var(--gray-400);
}

.ul-nav__link {
	transition: color 0.25s ease;
}

.ul-nav__link:hover {
	color: var(--gold);
}

.ul-nav__link.is-active {
	color: var(--gold-bright);
	font-weight: 600;
}

.ul-nav__cta {
	padding: 0.5rem 1rem;
	border: 1px solid rgba(197, 168, 128, 0.3);
	border-radius: 2px;
	color: var(--gold);
	font-weight: 600;
	transition: background-color 0.3s ease;
}

.ul-nav__cta:hover {
	background: rgba(197, 168, 128, 0.1);
}

.ul-nav__index {
	padding: 0.25rem 0.75rem;
	border: 1px solid rgba(197, 168, 128, 0.1);
	border-radius: 2px;
	background: rgba(197, 168, 128, 0.05);
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.2em;
	color: var(--gold);
	white-space: nowrap;
}

.ul-nav__index b {
	color: var(--bone);
	font-weight: 700;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.ul-nav__links {
		display: flex;
	}
}

@media (max-width: 560px) {
	.ul-nav__index {
		display: none;
	}
}

/* =========================================================================
   8. HERO
   ========================================================================= */

.ul-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	/* Discount the fixed nav rail so the hero's own footer bar stays on screen. */
	height: calc(100vh - 4rem);
	height: calc(100svh - 4rem);
	min-height: 38rem;
	overflow: hidden;
	background: var(--black);
	user-select: none;
}

.ul-hero__bg {
	position: absolute;
	inset: -5% 0;
	pointer-events: none;
	will-change: transform;
}

.ul-hero__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.05);
}

.ul-hero__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--black) 0%, rgba(6, 6, 6, 0.5) 50%, rgba(6, 6, 6, 0.3) 100%);
}

.ul-hero__veil--x {
	background: linear-gradient(to right, rgba(6, 6, 6, 0.7) 0%, transparent 50%, rgba(6, 6, 6, 0.4) 100%);
}

.ul-hero__ambient {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at center, rgba(156, 132, 90, 0.08) 0%, transparent 70%);
	will-change: transform;
}

.ul-hero__bar {
	position: relative;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	width: 100%;
	padding: 1.5rem var(--pad-x);
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.25em;
	color: var(--gray-400);
}

.ul-hero__bar--top {
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
	background: linear-gradient(to bottom, var(--black), transparent);
}

.ul-hero__bar--bottom {
	flex-direction: column;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
	background: linear-gradient(to top, var(--black), transparent);
}

.ul-hero__meta {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.ul-hero__meta b {
	color: rgba(197, 168, 128, 0.8);
	font-weight: 600;
}

.ul-hero__dot {
	display: none;
	color: rgba(197, 168, 128, 0.3);
}

.ul-hero__volume {
	color: var(--gold);
	font-weight: 500;
	white-space: nowrap;
}

.ul-hero__body {
	position: relative;
	z-index: 10;
	flex: 1;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: var(--shell);
	margin-inline: auto;
	padding: 2.5rem var(--pad-x);
}

.ul-hero__copy {
	max-width: 42rem;
	will-change: transform;
}

.ul-hero__script {
	margin-bottom: 0.75rem;
	font-family: var(--f-script);
	font-size: clamp(3rem, 9vw, 6rem);
	font-weight: 400;
	line-height: 1;
	color: var(--gold);
	filter: drop-shadow(0 4px 10px rgba(197, 168, 128, 0.25));
}

.ul-hero__display {
	margin-bottom: 1rem;
	font-family: var(--f-display);
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	font-weight: 300;
	line-height: 1.35;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: var(--bone);
}

.ul-hero__quote {
	max-width: 28rem;
	font-family: var(--f-serif);
	font-style: italic;
	font-size: clamp(1.125rem, 2.2vw, 1.25rem);
	font-weight: 300;
	line-height: 1.7;
	color: var(--gray-400);
}

.ul-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 2rem;
}

.ul-hero__crestgroup {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ul-hero__crestmeta {
	display: flex;
	flex-direction: column;
}

.ul-hero__crestmeta b {
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.25em;
	color: var(--bone);
}

.ul-hero__crestmeta span {
	font-size: 0.5rem;
	letter-spacing: 0.25em;
	color: rgba(197, 168, 128, 0.7);
}

.ul-hero__scroll {
	display: none;
	align-items: center;
	gap: 0.75rem;
	font-size: 0.5625rem;
	letter-spacing: 0.3em;
}

.ul-hero__scrollline {
	position: relative;
	width: 4rem;
	height: 1px;
	overflow: hidden;
	background: linear-gradient(to right, rgba(197, 168, 128, 0.6), transparent);
}

.ul-hero__scrollline i {
	position: absolute;
	top: 0;
	left: 0;
	width: 1rem;
	height: 1px;
	background: var(--gold-bright);
	animation: ul-sweep 2s linear infinite;
}

@keyframes ul-sweep {
	from {
		transform: translateX(-1rem);
	}
	to {
		transform: translateX(4rem);
	}
}

.ul-hero__cities {
	letter-spacing: 0.2em;
}

@media (min-width: 768px) {
	.ul-hero__bar {
		font-size: 0.75rem;
	}

	.ul-hero__bar--bottom {
		flex-direction: row;
	}

	.ul-hero__meta {
		flex-direction: row;
		align-items: center;
		gap: 1rem;
	}

	.ul-hero__dot {
		display: inline;
	}

	.ul-hero__scroll {
		display: flex;
	}
}

/* =========================================================================
   9. MANIFESTO
   ========================================================================= */

.ul-manifesto {
	min-height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ul-manifesto__inner {
	display: flex;
	flex-direction: column;
	min-height: 50vh;
}

.ul-manifesto__head,
.ul-manifesto__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.3em;
}

.ul-manifesto__head {
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
	color: var(--gold);
}

.ul-manifesto__head span:last-child {
	color: var(--gray-500);
}

.ul-manifesto__foot {
	margin-top: 4rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
	font-size: 0.5625rem;
	letter-spacing: 0.25em;
	color: var(--gray-500);
}

.ul-manifesto__quotes {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: auto 0;
}

.ul-manifesto__quote {
	font-family: var(--f-serif);
	font-style: italic;
	font-size: clamp(1.875rem, 6vw, 3.75rem);
	font-weight: 300;
	line-height: 1.15;
	color: var(--gray-200);
}

.ul-manifesto__quote b {
	color: var(--bone);
	font-style: normal;
	font-weight: 400;
}

.ul-manifesto__quote i {
	color: var(--gold);
	font-style: normal;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: rgba(197, 168, 128, 0.3);
	text-underline-offset: 8px;
}

.ul-manifesto__note {
	max-width: 36rem;
	margin-top: 3rem;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--gray-400);
}

.ul-manifesto__quote br,
.ul-hero__quote br {
	display: none;
}

@media (min-width: 768px) {
	.ul-manifesto__head,
	.ul-manifesto__foot {
		font-size: 0.75rem;
	}

	.ul-manifesto__foot {
		font-size: 0.5625rem;
	}

	.ul-manifesto__quotes {
		gap: 3rem;
	}

	.ul-manifesto__quote br {
		display: inline;
	}
}

/* =========================================================================
   10. FOUNDER FOREWORD (cream)
   ========================================================================= */

.ul-founder {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-block: 6rem;
}

.ul-founder__tint {
	position: absolute;
	inset-block: 0;
	right: 0;
	width: 33.333%;
	background: var(--cream-shade);
	pointer-events: none;
}

.ul-founder__orb {
	position: absolute;
	top: 25%;
	right: -8rem;
	width: 24rem;
	height: 24rem;
	border-radius: 999px;
	background: rgba(156, 132, 90, 0.1);
	filter: blur(120px);
	pointer-events: none;
	will-change: transform;
}

.ul-founder__mesh {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.3;
	pointer-events: none;
}

.ul-founder__mesh svg {
	width: 600px;
	height: 600px;
	max-width: none;
	stroke: rgba(156, 132, 90, 0.25);
	stroke-width: 1;
	fill: none;
	will-change: transform;
}

.ul-founder__grid {
	display: grid;
	gap: 3rem;
	align-items: center;
}

.ul-founder__visual {
	position: relative;
}

.ul-founder__frame {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(156, 132, 90, 0.4);
	border-radius: 2px;
	transform: translate(-0.75rem, 0.75rem);
	pointer-events: none;
	will-change: transform;
}

.ul-founder__photo {
	position: relative;
	aspect-ratio: 3 / 4;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(156, 132, 90, 0.2);
	border-radius: 2px;
	background: #eee;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 0 0 15px rgba(197, 168, 128, 0.15);
}

.ul-founder__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) brightness(0.95) contrast(1.02);
	will-change: transform;
}

.ul-founder__photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(28, 28, 26, 0.3), transparent 60%);
	pointer-events: none;
}

.ul-caption {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	z-index: 2;
	padding: 0.25rem 0.75rem;
	border: 1px solid rgba(156, 132, 90, 0.2);
	border-radius: 2px;
	background: rgba(28, 28, 26, 0.8);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	color: #fff;
	font-family: var(--f-display);
	font-size: 0.5rem;
	letter-spacing: 0.25em;
}

.ul-founder__copy {
	display: flex;
	flex-direction: column;
}

.ul-founder__eyebrow {
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(156, 132, 90, 0.3);
}

.ul-founder__title {
	margin-bottom: 2rem;
	font-family: var(--f-serif);
	font-size: clamp(2.25rem, 5.5vw, 3.75rem);
	font-weight: 300;
	line-height: 1.12;
	color: var(--ink);
}

.ul-founder__body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.ul-founder__body p {
	font-family: var(--f-serif);
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 300;
	line-height: 1.75;
	color: var(--gray-700);
}

.ul-founder__pull {
	margin-block: 0.75rem;
	padding-left: 1.5rem;
	border-left: 2px solid rgba(156, 132, 90, 0.5);
	font-family: var(--f-serif);
	font-style: italic;
	font-size: clamp(1.125rem, 2.4vw, 1.25rem) !important;
	font-weight: 500 !important;
	color: var(--gold-dark) !important;
}

.ul-founder__signoff {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 1rem;
	font-family: var(--f-display) !important;
	font-size: 0.75rem !important;
	font-weight: 500 !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold-dark) !important;
}

.ul-founder__signoff::before {
	content: "";
	width: 1.5rem;
	height: 1px;
	background: var(--gold-dark);
}

.ul-founder__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(156, 132, 90, 0.2);
	font-family: var(--f-display);
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	color: var(--gold-dark);
}

.ul-founder__foot b {
	display: block;
	color: var(--ink);
}

.ul-founder__foot span {
	display: block;
	margin-top: 0.125rem;
	color: var(--gray-500);
	font-weight: 300;
}

@media (min-width: 1024px) {
	.ul-founder__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 4rem;
	}

	.ul-founder__visual {
		grid-column: span 5;
	}

	.ul-founder__copy {
		grid-column: span 7;
	}

	.ul-founder__foot {
		font-size: 0.75rem;
	}
}

/* =========================================================================
   11. STATS BANNER
   ========================================================================= */

.ul-stats__grid {
	display: grid;
	gap: 2rem;
	grid-template-columns: 1fr;
}

.ul-stat {
	display: flex;
	flex-direction: column;
	padding: 0.5rem 0 0.5rem 1.5rem;
	border-left: 1px solid rgba(197, 168, 128, 0.2);
}

.ul-stat__value {
	font-family: var(--f-display);
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--gold-bright);
}

.ul-stat__label {
	margin-top: 0.5rem;
	font-family: var(--f-display);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bone);
}

.ul-stat__desc {
	margin-top: 0.25rem;
	font-size: 0.6875rem;
	color: var(--gray-500);
}

@media (min-width: 768px) {
	.ul-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.ul-stats__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

/* =========================================================================
   12. ECOSYSTEM — 9 DISCIPLINES + SIGNATURE SERVICES
   ========================================================================= */

.ul-eco__head {
	max-width: 42rem;
	margin: 0 auto 5rem;
	text-align: center;
}

.ul-eco__head .ul-eyebrow {
	margin-bottom: 1rem;
	font-size: 0.75rem;
}

.ul-eco__head .ul-h2 {
	margin-bottom: 1.5rem;
}

.ul-bento {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
	margin-bottom: 8rem;
}

.ul-disc {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 14rem;
	padding: 2rem;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.1);
	border-radius: 2px;
	background: rgba(15, 15, 14, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	transition: border-color 0.5s ease, transform 0.5s var(--ease-lux);
}

.ul-disc:hover {
	border-color: rgba(197, 168, 128, 0.4);
	transform: translateY(-6px);
}

.ul-disc::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 4rem;
	height: 4rem;
	background: linear-gradient(to bottom right, rgba(197, 168, 128, 0.1), transparent);
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.ul-disc:hover::before {
	opacity: 1;
}

.ul-disc__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.ul-disc__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	flex: none;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.4);
	color: var(--gold);
	transition: border-color 0.3s ease, color 0.3s ease;
}

.ul-disc:hover .ul-disc__icon {
	border-color: rgba(197, 168, 128, 0.6);
	color: var(--gold-bright);
}

.ul-disc__no {
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: rgba(197, 168, 128, 0.4);
}

.ul-disc__name {
	margin-bottom: 0.5rem;
	font-family: var(--f-display);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bone);
	transition: color 0.3s ease;
}

.ul-disc:hover .ul-disc__name {
	color: var(--gold);
}

.ul-disc__desc {
	font-size: 0.75rem;
	line-height: 1.65;
	color: var(--gray-400);
}

.ul-eco__services {
	padding-top: 6rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-eco__subhead {
	max-width: 36rem;
	margin: 0 auto 5rem;
	text-align: center;
}

.ul-eco__subhead .ul-h3 {
	margin-top: 0.75rem;
}

.ul-eco__subhead p {
	margin-top: 0.5rem;
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	color: var(--gray-500);
}

.ul-eco__list {
	display: flex;
	flex-direction: column;
	gap: 6rem;
}

.ul-svc {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: center;
}

.ul-svc__copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ul-svc__tagrow {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1rem;
}

.ul-svc__no {
	padding: 0.125rem 0.5rem;
	border: 1px solid rgba(197, 168, 128, 0.3);
	border-radius: 2px;
	background: rgba(197, 168, 128, 0.05);
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--gold);
	white-space: nowrap;
}

.ul-svc__tagrow i {
	width: 3rem;
	height: 1px;
	background: rgba(197, 168, 128, 0.2);
}

.ul-svc__tagrow span:last-child {
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gray-400);
}

.ul-svc__title {
	margin-bottom: 1rem;
	font-family: var(--f-serif);
	font-size: clamp(1.875rem, 4vw, 2.25rem);
	font-weight: 300;
	line-height: 1.15;
	letter-spacing: -0.01em;
	color: var(--bone);
}

.ul-svc__tagline {
	display: block;
	margin-bottom: 1.5rem;
	font-family: var(--f-display);
	font-style: italic;
	font-size: 0.625rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: var(--gold-bright);
}

.ul-svc__desc {
	margin-bottom: 2rem;
	padding-left: 1rem;
	border-left: 2px solid rgba(197, 168, 128, 0.4);
	font-family: var(--f-display);
	font-size: 0.8125rem;
	font-weight: 300;
	line-height: 1.8;
	color: var(--gray-400);
}

.ul-svc__features {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0.75rem;
	margin-bottom: 2rem;
}

.ul-svc__feature {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.ul-svc__tick {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	flex: none;
	margin-top: 0.15rem;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 999px;
	background: rgba(197, 168, 128, 0.05);
	color: var(--gold);
	transition: all 0.3s ease;
}

.ul-svc__feature:hover .ul-svc__tick {
	background: var(--gold);
	border-color: var(--gold-bright);
	color: #000;
	box-shadow: 0 0 8px rgba(197, 168, 128, 0.5);
	transform: scale(1.1);
}

.ul-svc__feature span {
	font-size: 0.75rem;
	line-height: 1.65;
	color: var(--gray-300);
	transition: color 0.3s ease;
}

.ul-svc__feature:hover span {
	color: var(--gold-bright);
}

.ul-svc__toggle {
	display: inline-flex;
	align-self: flex-start;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1.25rem;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.4);
	color: var(--gold);
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.ul-svc__toggle:hover {
	border-color: rgba(197, 168, 128, 0.5);
	background: rgba(197, 168, 128, 0.05);
}

.ul-svc__toggle[aria-expanded="true"] {
	border-color: var(--gold-bright);
	background: rgba(197, 168, 128, 0.2);
	color: var(--gold-bright);
	box-shadow: 0 0 15px rgba(197, 168, 128, 0.2);
}

.ul-svc__chev {
	transition: transform 0.3s ease;
}

.ul-svc__toggle[aria-expanded="true"] .ul-svc__chev {
	transform: rotate(180deg);
}

.ul-svc__protocols {
	display: grid;
	grid-template-rows: 0fr;
	opacity: 0;
	transition: grid-template-rows 0.4s ease, opacity 0.4s ease;
}

.ul-svc__protocols.is-open {
	grid-template-rows: 1fr;
	opacity: 1;
}

.ul-svc__protocols > div {
	overflow: hidden;
}

.ul-svc__sheet {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(197, 168, 128, 0.15);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.6);
}

.ul-svc__sheet-head {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
	font-family: var(--f-display);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
}

.ul-svc__sheet-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.ul-proto {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	padding-left: 0.75rem;
	border-left: 1px solid rgba(197, 168, 128, 0.2);
}

.ul-proto span {
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--gray-500);
}

.ul-proto b {
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 500;
	color: var(--gray-200);
}

.ul-svc__sheet-foot {
	margin-top: 0.5rem;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	text-align: right;
	color: rgba(197, 168, 128, 0.4);
}

.ul-svc__media {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ul-framed {
	position: relative;
	width: 100%;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.15);
	border-radius: 2px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.ul-framed--16x10 {
	aspect-ratio: 16 / 10;
}

.ul-framed img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) brightness(0.8) contrast(1.05);
	transition: filter 0.7s ease, transform 0.7s ease;
	user-select: none;
	pointer-events: none;
}

.ul-framed:hover img {
	filter: grayscale(0) brightness(0.95) contrast(1.05);
	transform: scale(1.05);
}

.ul-framed:hover .ul-corners::before,
.ul-framed:hover .ul-corners::after,
.ul-framed:hover .ul-corners > i::before,
.ul-framed:hover .ul-corners > i::after {
	transform: scale(1.1);
}

.ul-framed__veil {
	position: absolute;
	inset: 0;
	z-index: 10;
	background: linear-gradient(to top, #000, transparent 50%, rgba(0, 0, 0, 0.3));
	pointer-events: none;
}

.ul-framed__bar {
	position: absolute;
	inset-inline: 0;
	bottom: 1rem;
	z-index: 20;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-inline: 1.5rem;
}

.ul-pill {
	padding: 0.25rem 0.625rem;
	border: 1px solid rgba(197, 168, 128, 0.1);
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(250, 249, 245, 0.7);
}

.ul-framed__proto {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--gold);
	font-family: var(--f-display);
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	transition: color 0.3s ease;
}

.ul-framed:hover .ul-framed__proto {
	color: var(--gold-bright);
}

@media (min-width: 768px) {
	.ul-bento {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.ul-svc__desc {
		font-size: 0.875rem;
	}

	.ul-eco__list {
		gap: 8rem;
	}
}

@media (min-width: 1024px) {
	.ul-bento {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ul-svc {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 4rem;
	}

	.ul-svc__copy {
		grid-column: span 6;
	}

	.ul-svc__media {
		grid-column: span 6;
	}

	.ul-svc--flip .ul-svc__copy {
		order: 2;
	}

	.ul-svc--flip .ul-svc__media {
		order: 1;
	}
}

/* =========================================================================
   13. THE VAULT
   ========================================================================= */

.ul-vault {
	min-height: 100vh;
}

.ul-vault__ring {
	position: absolute;
	top: 25%;
	right: -6rem;
	width: 400px;
	height: 400px;
	border: 1px solid rgba(197, 168, 128, 0.05);
	border-radius: 999px;
	opacity: 0.2;
	pointer-events: none;
}

.ul-vault__head {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-bottom: 4rem;
}

.ul-vault__intro {
	max-width: 42rem;
}

.ul-vault__intro .ul-eyebrow {
	margin-bottom: 0.75rem;
}

.ul-climate {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	align-self: flex-start;
	padding: 1rem;
	border: 1px solid rgba(197, 168, 128, 0.15);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.4);
}

.ul-climate__cell {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-inline: 1rem;
	border-right: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-climate__cell:last-child {
	border-right: 0;
}

.ul-climate__cell .ul-icon {
	color: var(--gold);
}

.ul-climate__cell span {
	display: block;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.05em;
	color: var(--gray-400);
}

.ul-climate__cell b {
	display: block;
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--bone);
}

.ul-pulse {
	animation: ul-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes ul-pulse {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}

.ul-gallery {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem;
}

.ul-chamber {
	position: relative;
	display: block;
	width: 100%;
	height: 240px;
	padding: 0;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.1);
	border-radius: 2px;
	text-align: left;
	transition: border-color 0.7s ease;
}

.ul-chamber:hover {
	border-color: rgba(197, 168, 128, 0.4);
}

.ul-chamber img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1.2s ease-out;
}

.ul-chamber:hover img {
	transform: scale(1.05);
}

.ul-chamber__veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.3) 50%, transparent);
}

.ul-chamber__sheen {
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(197, 168, 128, 0.1) 0%, transparent 60%);
	opacity: 0;
	transition: opacity 0.7s ease;
}

.ul-chamber:hover .ul-chamber__sheen {
	opacity: 1;
}

.ul-chamber__cat {
	position: absolute;
	top: 1rem;
	left: 1rem;
	padding: 0.25rem 0.75rem;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	font-family: var(--f-display);
	font-size: 0.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
}

.ul-chamber__foot {
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding: 1.25rem;
}

.ul-chamber__title {
	font-family: var(--f-serif);
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.35;
	color: var(--bone);
	transition: color 0.3s ease;
}

.ul-chamber:hover .ul-chamber__title {
	color: var(--gold-bright);
}

.ul-chamber__eye {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	flex: none;
	border: 1px solid rgba(197, 168, 128, 0.3);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	color: var(--gold);
	opacity: 0;
	transform: translateY(0.5rem);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.ul-chamber:hover .ul-chamber__eye,
.ul-chamber:focus-visible .ul-chamber__eye {
	opacity: 1;
	transform: none;
}

@media (min-width: 768px) {
	.ul-vault__head {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}

	.ul-gallery {
		grid-template-columns: repeat(6, minmax(0, 1fr));
		grid-auto-rows: 240px;
	}

	.ul-chamber {
		height: auto;
	}

	.ul-chamber--0 {
		grid-column: span 4;
		grid-row: span 2;
	}

	.ul-chamber--1,
	.ul-chamber--2 {
		grid-column: span 2;
	}

	.ul-chamber--3,
	.ul-chamber--4 {
		grid-column: span 3;
	}

	.ul-chamber__foot {
		padding: 1.5rem;
	}

	.ul-chamber__title {
		font-size: 1.25rem;
	}
}

/* Lightbox */
.ul-lightbox {
	position: fixed;
	inset: 0;
	z-index: 80;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	overflow-y: auto;
	background: rgba(6, 6, 6, 0.95);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.ul-lightbox[hidden] {
	display: none;
}

.ul-lightbox.is-open {
	opacity: 1;
}

.ul-lightbox__bar {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
}

.ul-lightbox__close {
	width: 3rem;
	height: 3rem;
}

.ul-lightbox__grid {
	position: relative;
	z-index: 10;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	width: 100%;
	max-width: 72rem;
	padding-top: 4rem;
	align-items: center;
}

.ul-lightbox__media {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ul-lightbox__frame {
	position: relative;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: #000;
	box-shadow: 0 0 15px rgba(197, 168, 128, 0.15);
}

.ul-lightbox__frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.ul-lightbox__frame.is-swapping img {
	opacity: 0;
	transform: scale(0.98);
}

.ul-lightbox__nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline: 0.5rem;
}

.ul-lightbox__count {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	color: var(--gray-500);
}

.ul-lightbox__count b {
	color: var(--gold);
}

.ul-lightbox__nav-btns {
	display: flex;
	gap: 0.625rem;
}

.ul-lightbox__panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 2rem;
	border: 1px solid rgba(197, 168, 128, 0.15);
	border-radius: 2px;
	background: rgba(13, 13, 12, 0.4);
}

.ul-lightbox__tags {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-lightbox__cat {
	padding: 0.125rem 0.5rem;
	border: 1px solid rgba(197, 168, 128, 0.1);
	border-radius: 2px;
	background: rgba(197, 168, 128, 0.05);
	font-family: var(--f-display);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
}

.ul-lightbox__status {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gray-500);
}

.ul-lightbox__status::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: #22c55e;
}

.ul-lightbox__title {
	font-family: var(--f-serif);
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.35;
	color: var(--bone);
}

.ul-lightbox__desc {
	margin-top: 1rem;
	font-size: 0.75rem;
	line-height: 1.7;
	color: var(--gray-400);
}

.ul-lightbox__tele {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 1.5rem;
	padding: 1rem;
	border: 1px solid rgba(197, 168, 128, 0.1);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.6);
}

.ul-lightbox__tele div {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	color: var(--gold);
}

.ul-lightbox__tele span {
	display: block;
	font-family: var(--f-display);
	font-size: 0.5rem;
	color: var(--gray-500);
}

.ul-lightbox__tele b {
	display: block;
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 700;
	color: var(--bone);
}

.ul-lightbox__specs-head {
	display: flex;
	align-items: center;
	gap: 0.375rem;
	margin: 1.5rem 0 0.75rem;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold-bright);
}

.ul-lightbox__specs {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.ul-lightbox__specs li {
	display: flex;
	gap: 0.625rem;
	font-size: 0.75rem;
	line-height: 1.65;
	color: var(--gray-400);
}

.ul-lightbox__specs b {
	flex: none;
	font-family: var(--f-display);
	font-weight: 700;
	color: rgba(197, 168, 128, 0.6);
}

.ul-lightbox__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.1em;
	color: var(--gray-500);
}

.ul-lightbox__foot b {
	display: block;
	color: var(--gray-400);
	font-weight: 700;
}

.ul-lightbox__foot em {
	display: block;
	margin-top: 0.125rem;
	font-style: normal;
	font-weight: 300;
}

.ul-lightbox__foot > span:last-child {
	color: var(--gold);
}

@media (min-width: 1024px) {
	.ul-lightbox {
		padding: 2.5rem;
	}

	.ul-lightbox__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 3rem;
		padding-top: 0;
	}

	.ul-lightbox__media {
		grid-column: span 7;
	}

	.ul-lightbox__panel {
		grid-column: span 5;
	}
}

/* =========================================================================
   14. DETAILING STUDIO
   ========================================================================= */

.ul-studio {
	min-height: 100vh;
}

.ul-studio__stage {
	position: relative;
	width: 100%;
	aspect-ratio: 21 / 9;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: #000;
	box-shadow: 0 0 15px rgba(197, 168, 128, 0.15);
}

.ul-studio__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.04);
	transition: opacity 0.9s var(--ease-lux), transform 0.9s var(--ease-lux);
	pointer-events: none;
	user-select: none;
}

.ul-studio__slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.ul-studio__veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(to top, #000, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.4)),
		linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent 50%, rgba(0, 0, 0, 0.2));
}

.ul-studio__corners {
	margin: 0.75rem;
	border-color: rgba(197, 168, 128, 0.1);
}

.ul-studio__index {
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 10;
}

.ul-studio__caption {
	position: absolute;
	inset-inline: 1.5rem;
	bottom: 1.5rem;
	z-index: 10;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ul-studio__text {
	max-width: 36rem;
}

.ul-studio__title {
	font-family: var(--f-serif);
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	font-weight: 300;
	line-height: 1.2;
	color: var(--bone);
}

.ul-studio__desc {
	max-width: 28rem;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	line-height: 1.7;
	color: var(--gray-300);
}

.ul-studio__controls {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex: none;
}

.ul-studio__strip {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.5rem;
	margin-top: 2rem;
}

.ul-thumb {
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.12);
	border-radius: 2px;
	padding: 0;
	transition: border-color 0.3s ease;
}

.ul-thumb.is-active {
	border-color: rgba(197, 168, 128, 0.9);
}

.ul-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) brightness(0.55);
	transition: filter 0.5s ease;
}

.ul-thumb:hover img {
	filter: grayscale(1) brightness(0.75);
}

.ul-thumb.is-active img {
	filter: none;
}

.ul-thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%);
	pointer-events: none;
}

.ul-thumb__no {
	position: absolute;
	bottom: 0.375rem;
	left: 0.5rem;
	z-index: 2;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--gray-400);
}

.ul-thumb.is-active .ul-thumb__no {
	color: var(--gold-bright);
}

.ul-thumb__progress {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	width: 0;
	height: 2px;
	background: var(--gold-bright);
}

@media (min-width: 768px) {
	.ul-studio__stage {
		aspect-ratio: 21 / 8;
	}

	.ul-studio__index,
	.ul-studio__caption {
		inset-inline: auto;
	}

	.ul-studio__index {
		top: 2rem;
		left: 2rem;
	}

	.ul-studio__caption {
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	}

	.ul-studio__desc {
		font-size: 0.875rem;
	}

	.ul-studio__strip {
		grid-template-columns: repeat(8, minmax(0, 1fr));
		gap: 0.75rem;
	}

	.ul-thumb__no {
		font-size: 0.625rem;
	}
}

/* =========================================================================
   15. MEMBERSHIP
   ========================================================================= */

.ul-member {
	min-height: 100vh;
}

.ul-tiers {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	margin-bottom: 6rem;
	align-items: stretch;
}

.ul-tier {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 28rem;
	padding: 2rem;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.1);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.3);
	text-align: left;
	transition: border-color 0.5s ease, background 0.5s ease, box-shadow 0.5s ease, transform 0.4s var(--ease-lux);
}

.ul-tier:hover {
	border-color: rgba(197, 168, 128, 0.3);
	transform: translateY(-8px);
}

.ul-tier.is-active {
	transform: none;
}

.ul-tier--signature.is-active {
	border-color: var(--gray-500);
	background: linear-gradient(to bottom, var(--charcoal), #0d0d0d, #121213);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
}

.ul-tier--reserve.is-active {
	border-color: var(--gold);
	background: linear-gradient(to bottom, var(--charcoal), #10100f, #141210);
	box-shadow: 0 0 25px rgba(197, 168, 128, 0.15);
}

.ul-tier--black.is-active {
	border-color: var(--gold-bright);
	background: linear-gradient(to bottom, var(--charcoal), #000, #1a140d);
	box-shadow: 0 0 35px rgba(212, 175, 55, 0.25);
}

.ul-tier--reserve::before,
.ul-tier--black::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 8rem;
	height: 8rem;
	pointer-events: none;
	background: linear-gradient(to bottom right, rgba(197, 168, 128, 0.05), transparent);
}

.ul-tier--black::before {
	background: linear-gradient(to bottom right, rgba(212, 175, 55, 0.1), transparent);
}

.ul-tier__head {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.ul-tier__ident {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.ul-tier__no {
	display: block;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	color: rgba(197, 168, 128, 0.6);
}

.ul-tier__name {
	display: block;
	font-family: var(--f-display);
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--bone);
}

.ul-tier--black .ul-tier__name {
	color: var(--gold-bright);
	font-weight: 800;
}

.ul-tier__mark {
	color: rgba(197, 168, 128, 0.4);
}

.ul-tier--reserve .ul-tier__mark {
	color: var(--gold);
}

.ul-tier--black .ul-tier__mark {
	color: var(--gold-bright);
}

.ul-tier--signature .ul-tier__mark {
	color: var(--gray-400);
}

.ul-tier__mid {
	position: relative;
	z-index: 10;
	display: block;
	margin-block: 1.5rem;
}

.ul-tier__tagline {
	display: block;
	margin-bottom: 1.5rem;
	font-family: var(--f-serif);
	font-style: italic;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.7;
	color: var(--gray-400);
}

.ul-tier__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-tier__fact {
	display: block;
}

.ul-tier__fact > span {
	display: block;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.05em;
	color: var(--gray-500);
}

.ul-tier__fact b {
	display: block;
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 600;
	color: var(--bone);
}

.ul-tier__fact--gold b {
	color: var(--gold);
}

.ul-tier__foot {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-tier__price {
	display: block;
}

.ul-tier__price span {
	display: block;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.05em;
	color: var(--gray-500);
}

.ul-tier__price b {
	display: block;
	font-family: var(--f-display);
	font-size: 1.125rem;
	font-weight: 700;
	color: var(--bone);
}

.ul-tier__flag {
	padding: 0.25rem 0.625rem;
	border: 1px solid rgba(197, 168, 128, 0.3);
	border-radius: 2px;
	background: rgba(197, 168, 128, 0.1);
	font-family: var(--f-display);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--gold);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.ul-tier.is-active .ul-tier__flag {
	opacity: 1;
	animation: ul-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.ul-scope {
	position: relative;
	padding: 2rem;
	margin-bottom: 6rem;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: rgba(15, 15, 14, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
}

.ul-scope__watermark {
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-family: var(--f-display);
	font-size: clamp(4rem, 12vw, 8rem);
	font-weight: 700;
	text-transform: uppercase;
	color: rgba(197, 168, 128, 0.05);
	pointer-events: none;
	user-select: none;
	line-height: 1;
}

.ul-scope__head {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-bottom: 1.5rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-scope__head .ul-eyebrow {
	margin-bottom: 0.25rem;
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	font-weight: 600;
}

.ul-scope__title {
	font-family: var(--f-display);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--bone);
}

.ul-scope__price {
	font-family: var(--f-display);
	font-size: 1rem;
	font-weight: 700;
	color: var(--gold-bright);
}

.ul-scope__list {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 3rem;
	row-gap: 1rem;
}

.ul-scope__list[hidden] {
	display: none;
}

.ul-scope__list li {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding-block: 0.25rem;
	border-bottom: 1px solid rgba(197, 168, 128, 0.05);
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.7;
	letter-spacing: 0.02em;
	color: var(--bone);
}

.ul-scope__list .ul-icon {
	color: var(--gold);
}

.ul-matrix {
	padding-top: 6rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-matrix__head {
	max-width: 36rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.ul-matrix__head .ul-h3 {
	margin-top: 0.75rem;
}

.ul-matrix__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.ul-matrix table {
	width: 100%;
	min-width: 700px;
	border-collapse: collapse;
	font-family: var(--f-display);
	font-size: 0.75rem;
	text-align: left;
}

.ul-matrix thead tr {
	border-bottom: 1px solid rgba(197, 168, 128, 0.2);
}

.ul-matrix th {
	padding-block: 1rem;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gold);
}

.ul-matrix th:first-child {
	color: var(--gray-500);
}

.ul-matrix th:last-child {
	color: var(--gold-bright);
}

.ul-matrix tbody tr {
	border-bottom: 1px solid rgba(197, 168, 128, 0.05);
	transition: background-color 0.2s ease;
}

.ul-matrix tbody tr:hover {
	background: rgba(255, 255, 255, 0.05);
}

.ul-matrix td {
	padding-block: 1rem;
	color: var(--bone);
}

.ul-matrix tbody th {
	padding-block: 1rem;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: normal;
	text-transform: none;
	color: var(--gray-400);
}

.ul-matrix tbody th.is-caps {
	text-transform: uppercase;
	font-weight: 600;
}

.ul-matrix .is-gold {
	color: var(--gold);
	font-weight: 700;
}

.ul-matrix .is-bright {
	color: var(--gold-bright);
	font-weight: 700;
}

.ul-matrix .is-italic {
	font-style: italic;
}

.ul-matrix .is-caps {
	text-transform: uppercase;
	font-weight: 600;
}

@media (min-width: 768px) {
	.ul-scope {
		padding: 3rem;
	}

	.ul-scope__head {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.ul-scope__price {
		font-size: 1.25rem;
	}

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

	.ul-scope__list li {
		font-size: 0.875rem;
	}
}

@media (min-width: 1024px) {
	.ul-tiers {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/* =========================================================================
   16. BRAND PHILOSOPHY (cream)
   ========================================================================= */

.ul-why__glow {
	background: radial-gradient(circle at top right, rgba(156, 132, 90, 0.05) 0%, transparent 60%);
}

.ul-why .ul-eyebrow {
	margin-bottom: 0.75rem;
}

.ul-why__rule {
	background: rgba(156, 132, 90, 0.2);
	margin-bottom: 3rem;
}

.ul-why__title {
	max-width: 48rem;
	font-family: var(--f-serif);
	font-size: clamp(2.25rem, 5.5vw, 3.75rem);
	font-weight: 300;
	line-height: 1.12;
	color: var(--ink);
}

.ul-why__rule--mid {
	background: rgba(156, 132, 90, 0.2);
	margin-block: 3.5rem;
}

.ul-pillars {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.5rem;
}

.ul-pillar__numeral {
	display: block;
	margin-bottom: 1rem;
	font-family: var(--f-serif);
	font-style: italic;
	font-size: 1.5rem;
	color: var(--gold-dark);
}

.ul-pillar__title {
	display: block;
	margin-bottom: 0.75rem;
	font-family: var(--f-display);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ink);
}

.ul-pillar p {
	font-family: var(--f-serif);
	font-size: clamp(0.875rem, 2vw, 1rem);
	font-weight: 300;
	line-height: 1.75;
	color: var(--gray-700);
}

@media (min-width: 768px) {
	.ul-pillars {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0;
	}

	.ul-pillar {
		padding-inline: 2.5rem;
	}

	.ul-pillar + .ul-pillar {
		border-left: 1px solid rgba(156, 132, 90, 0.2);
	}

	.ul-pillar:first-child {
		padding-left: 0;
	}
}

/* =========================================================================
   17. CORPORATE B2B
   ========================================================================= */

.ul-corp__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
	align-items: stretch;
}

.ul-corp__media {
	position: relative;
	min-height: 320px;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.15);
	border-radius: 2px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.ul-corp__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1) brightness(0.8) contrast(1.05);
	transition: filter 0.7s ease, transform 0.7s ease;
	pointer-events: none;
	user-select: none;
}

.ul-corp__media:hover img {
	filter: grayscale(0) brightness(0.95) contrast(1.05);
	transform: scale(1.05);
}

.ul-corp__media .ul-framed__veil {
	background: linear-gradient(to top, #000, transparent 50%, rgba(0, 0, 0, 0.3));
}

.ul-corp__caption {
	position: absolute;
	inset-inline: 0;
	bottom: 1rem;
	z-index: 20;
	padding-inline: 1.25rem;
}

.ul-corp__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1rem;
}

.ul-b2b {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	border: 1px solid rgba(197, 168, 128, 0.1);
	border-radius: 2px;
	background: var(--charcoal);
	transition: border-color 0.3s ease;
}

.ul-b2b:hover {
	border-color: rgba(197, 168, 128, 0.3);
}

.ul-b2b__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
	height: 2.25rem;
	flex: none;
	border: 1px solid rgba(197, 168, 128, 0.15);
	border-radius: 999px;
	background: rgba(197, 168, 128, 0.05);
	color: var(--gold);
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.ul-b2b:hover .ul-b2b__icon {
	background: rgba(197, 168, 128, 0.1);
	border-color: rgba(197, 168, 128, 0.3);
}

.ul-b2b__no {
	display: block;
	margin-bottom: 0.125rem;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: rgba(197, 168, 128, 0.5);
}

.ul-b2b__title {
	display: block;
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--gray-300);
	transition: color 0.3s ease;
}

.ul-b2b:hover .ul-b2b__title {
	color: var(--gray-100);
}

@media (min-width: 640px) {
	.ul-corp__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.ul-corp__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 2.5rem;
	}

	.ul-corp__media {
		grid-column: span 4;
	}

	.ul-corp__list {
		grid-column: span 8;
	}
}

/* =========================================================================
   18. COLLECTORS WING (cream)
   ========================================================================= */

.ul-collectors__tint {
	position: absolute;
	inset-block: 0;
	left: 0;
	width: 33.333%;
	background: var(--cream-shade);
	pointer-events: none;
}

.ul-collectors__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

.ul-collectors__copy {
	order: 2;
	display: flex;
	flex-direction: column;
}

.ul-collectors__copy .ul-eyebrow {
	margin-bottom: 1.5rem;
}

.ul-collectors__title {
	margin-bottom: 2rem;
	font-family: var(--f-serif);
	font-size: clamp(2.25rem, 5.5vw, 3.75rem);
	font-weight: 300;
	line-height: 1.12;
	color: var(--ink);
}

.ul-collectors__body {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	max-width: 36rem;
}

.ul-collectors__body p {
	font-family: var(--f-serif);
	font-size: clamp(1rem, 2vw, 1.125rem);
	font-weight: 300;
	line-height: 1.75;
	color: var(--gray-700);
}

.ul-collectors__rule {
	background: rgba(156, 132, 90, 0.2);
	margin-block: 2.5rem;
}

.ul-provisions {
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 2rem;
	row-gap: 1rem;
}

.ul-provisions li {
	display: flex;
	align-items: baseline;
	gap: 0.75rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(156, 132, 90, 0.15);
}

.ul-provisions i {
	font-family: var(--f-serif);
	font-style: italic;
	font-size: 0.875rem;
	color: var(--gold-dark);
}

.ul-provisions span {
	font-family: var(--f-display);
	font-size: 0.875rem;
	color: var(--ink);
}

.ul-collectors__visual {
	order: 1;
	position: relative;
}

.ul-collectors__frame {
	position: absolute;
	inset: 0;
	border: 1px solid rgba(156, 132, 90, 0.4);
	border-radius: 2px;
	transform: translate(0.75rem, -0.75rem);
	pointer-events: none;
}

@media (min-width: 640px) {
	.ul-provisions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.ul-collectors__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
		gap: 4rem;
	}

	.ul-collectors__copy {
		order: 1;
		grid-column: span 7;
	}

	.ul-collectors__visual {
		order: 2;
		grid-column: span 5;
	}
}

/* =========================================================================
   19. SIGNATURE RITUALS
   ========================================================================= */

.ul-rituals__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
	align-items: center;
}

.ul-rituals__intro .ul-eyebrow {
	margin-bottom: 0.75rem;
}

.ul-rituals__intro .ul-h2 {
	font-size: clamp(2.25rem, 4.5vw, 2.25rem);
}

.ul-rituals__intro p {
	margin-top: 1rem;
	font-family: var(--f-serif);
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.75;
	color: var(--gray-400);
}

.ul-rituals__list {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.ul-ritual {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid rgba(197, 168, 128, 0.05);
}

.ul-ritual > div {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ul-ritual__no {
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 700;
	color: rgba(197, 168, 128, 0.4);
}

.ul-ritual__name {
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--bone);
}

.ul-ritual .ul-icon {
	color: rgba(197, 168, 128, 0.3);
}

@media (min-width: 1024px) {
	.ul-rituals__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.ul-rituals__intro {
		grid-column: span 5;
	}

	.ul-rituals__list {
		grid-column: span 7;
	}
}

/* =========================================================================
   20. TESTIMONIALS
   ========================================================================= */

.ul-voices__ring {
	position: absolute;
	left: -16rem;
	bottom: -16rem;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(197, 168, 128, 0.05);
	border-radius: 999px;
	opacity: 0.2;
	pointer-events: none;
}

.ul-voices__ring i {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	width: 1rem;
	height: 1rem;
	border-radius: 999px;
	background: var(--gold);
	animation: ul-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.ul-voices__head {
	max-width: 36rem;
	margin: 0 auto 4rem;
	text-align: center;
}

.ul-voices__head .ul-h3 {
	margin-top: 0.75rem;
}

.ul-voices__head p {
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	color: var(--gray-500);
}

.ul-voices__stage {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 24rem;
}

.ul-voices__track {
	position: relative;
}

.ul-voice {
	display: none;
	flex-direction: column;
	gap: 1.5rem;
}

.ul-voice.is-active {
	display: flex;
	animation: ul-voice-in 0.6s var(--ease-lux) both;
}

@keyframes ul-voice-in {
	from {
		opacity: 0;
		transform: translateX(var(--from, 80px));
		filter: blur(10px);
	}
	to {
		opacity: 1;
		transform: none;
		filter: blur(0);
	}
}

.ul-voice__mark {
	display: flex;
	justify-content: center;
	margin-bottom: -0.5rem;
	color: rgba(197, 168, 128, 0.2);
}

.ul-voice__mark .ul-icon {
	transform: scaleX(-1);
}

.ul-voice blockquote {
	font-family: var(--f-serif);
	font-style: italic;
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	font-weight: 300;
	line-height: 1.6;
	letter-spacing: 0.01em;
	text-align: center;
	color: var(--gray-200);
}

.ul-voice__foot {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
}

.ul-voice__who {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.25rem;
	text-align: center;
}

.ul-voice__author {
	font-family: var(--f-display);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gold-bright);
}

.ul-voice__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gray-400);
}

.ul-voice__meta i {
	font-style: normal;
	color: rgba(197, 168, 128, 0.4);
}

.ul-voice__meta em {
	font-style: normal;
	color: var(--gold);
}

.ul-voice__stat {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.625rem 1rem;
	border: 1px solid rgba(197, 168, 128, 0.15);
	border-radius: 2px;
	background: var(--charcoal);
}

.ul-voice__stat > div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	flex: none;
	border-radius: 999px;
	background: rgba(197, 168, 128, 0.1);
	color: var(--gold);
}

.ul-voice__stat span {
	display: block;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
	color: var(--gray-500);
}

.ul-voice__stat b {
	display: block;
	margin-top: 0.125rem;
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: var(--gold-bright);
}

.ul-voices__bar {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	margin-top: 3rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(197, 168, 128, 0.05);
}

.ul-voices__mode {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-family: var(--f-display);
	font-size: 0.5rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--gray-500);
}

.ul-voices__mode .is-on {
	color: var(--gold);
	font-weight: 700;
}

.ul-voices__meter {
	position: relative;
	width: 3rem;
	height: 1px;
	background: rgba(197, 168, 128, 0.2);
}

.ul-voices__meter i {
	position: absolute;
	inset: 0 auto 0 0;
	width: 0;
	background: var(--gold-bright);
}

.ul-voices__meter.is-running i {
	animation: ul-meter 8s linear forwards;
}

@keyframes ul-meter {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}

.ul-voices__dots {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.ul-dot {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.5rem;
	height: 1.5rem;
	padding: 0;
	border-radius: 999px;
}

.ul-dot::after {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 999px;
	background: rgba(197, 168, 128, 0.3);
	transition: background-color 0.25s ease;
}

.ul-dot:hover::after {
	background: var(--gold);
}

.ul-dot.is-active::after {
	background: var(--gold-bright);
}

.ul-dot.is-active::before {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid rgba(197, 168, 128, 0.6);
	border-radius: 999px;
}

.ul-voices__arrows {
	display: flex;
	gap: 0.75rem;
}

@media (min-width: 640px) {
	.ul-voices__bar {
		flex-direction: row;
		justify-content: space-between;
	}
}

@media (min-width: 1024px) {
	.ul-voice__mark {
		justify-content: flex-start;
	}

	.ul-voice blockquote {
		text-align: left;
	}

	.ul-voice__foot {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.ul-voice__who {
		align-items: flex-start;
		text-align: left;
	}

	.ul-voice__meta {
		justify-content: flex-start;
	}
}

/* =========================================================================
   21. CONTACT
   ========================================================================= */

.ul-contact {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ul-contact__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 4rem;
	align-items: start;
}

.ul-contact__intro .ul-eyebrow {
	margin-bottom: 0.75rem;
}

.ul-contact__intro .ul-h2 {
	margin-bottom: 2rem;
}

.ul-contact__intro > div > p {
	margin-bottom: 3rem;
	font-family: var(--f-serif);
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.75;
	color: var(--gray-400);
}

.ul-contact__directs {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
	font-family: var(--f-display);
	font-size: 0.75rem;
}

.ul-contact__direct {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
}

.ul-contact__direct .ul-icon {
	margin-top: 0.15rem;
	color: var(--gold);
}

.ul-contact__direct span {
	display: block;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--gray-500);
}

.ul-contact__direct a,
.ul-contact__direct b {
	display: block;
	margin-top: 0.25rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: var(--gold);
	transition: color 0.25s ease;
}

.ul-contact__direct a:hover {
	color: var(--gold-bright);
}

.ul-contact__direct b {
	color: var(--gray-300);
}

.ul-contact__panel {
	position: relative;
	width: 100%;
	min-height: 36rem;
	perspective: 1000px;
}

.ul-form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 2rem;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: rgba(15, 15, 14, 0.7);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	animation: ul-flip-in 0.6s var(--ease-lux) both;
}

@keyframes ul-flip-in {
	from {
		opacity: 0;
		transform: rotateY(-10deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.ul-form[hidden],
.ul-receipt[hidden] {
	display: none;
}

.ul-form__head {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid rgba(197, 168, 128, 0.1);
	font-family: var(--f-display);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--bone);
}

.ul-form__head .ul-icon {
	color: var(--gold);
}

.ul-form__fields {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.ul-field {
	display: flex;
	flex-direction: column;
	gap: 0.375rem;
}

.ul-field label {
	font-family: var(--f-display);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--gray-400);
}

.ul-field input,
.ul-field select,
.ul-field textarea {
	padding: 0.875rem;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.4);
	color: var(--bone);
	font-family: var(--f-body);
	font-size: 0.875rem;
	transition: border-color 0.25s ease;
}

.ul-field select {
	background: rgba(0, 0, 0, 0.6);
	font-family: var(--f-display);
	font-size: 0.75rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.ul-field textarea {
	resize: none;
}

.ul-field input:focus,
.ul-field select:focus,
.ul-field textarea:focus {
	outline: none;
	border-color: var(--gold);
}

.ul-field input::placeholder,
.ul-field textarea::placeholder {
	color: var(--gray-500);
}

.ul-field--error input,
.ul-field--error .ul-tel {
	border-color: rgba(239, 68, 68, 0.5);
}

.ul-field--error input:focus {
	border-color: #ef4444;
}

.ul-field__error {
	font-family: var(--f-display);
	font-size: 0.625rem;
	text-transform: uppercase;
	color: #f87171;
}

.ul-field__error:empty {
	display: none;
}

.ul-tel {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	border: 1px solid rgba(197, 168, 128, 0.2);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.4);
}

.ul-tel__cc {
	display: flex;
	align-items: center;
	padding-inline: 1rem;
	border-right: 1px solid rgba(197, 168, 128, 0.2);
	background: rgba(197, 168, 128, 0.05);
	font-family: var(--f-display);
	font-size: 0.75rem;
	color: var(--gold);
}

.ul-tel input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
}

.ul-form__submit {
	width: 100%;
	margin-top: 1.5rem;
	padding-block: 1rem;
	font-weight: 700;
}

.ul-form__submit[disabled] {
	opacity: 0.6;
	cursor: progress;
}

.ul-form__notice {
	margin-top: 0.75rem;
	font-family: var(--f-display);
	font-size: 0.625rem;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	color: #f87171;
}

.ul-form__notice:empty {
	display: none;
}

/* Success receipt card */
.ul-receipt {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 2.5rem;
	overflow: hidden;
	border: 2px solid var(--gold-bright);
	border-radius: 2px;
	background: linear-gradient(to bottom right, #1c140c, #000, var(--charcoal));
	box-shadow: 0 0 50px rgba(212, 175, 55, 0.3);
	animation: ul-flip-in-2 0.6s var(--ease-lux) both;
}

@keyframes ul-flip-in-2 {
	from {
		opacity: 0;
		transform: rotateY(-90deg);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.ul-receipt::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top right, transparent, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1));
	opacity: 0.3;
	pointer-events: none;
}

.ul-receipt__seal {
	position: absolute;
	right: -6rem;
	bottom: -6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20rem;
	height: 20rem;
	border: 1px solid rgba(197, 168, 128, 0.05);
	border-radius: 999px;
	font-family: var(--f-display);
	font-size: 8rem;
	font-weight: 200;
	color: rgba(197, 168, 128, 0.05);
	pointer-events: none;
	user-select: none;
}

.ul-receipt__head {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(212, 175, 55, 0.25);
}

.ul-receipt__brand {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.ul-receipt__brand .ul-crest--lg {
	border-color: var(--gold-bright);
	background: var(--black);
	color: var(--gold-bright);
	font-weight: 600;
}

.ul-receipt__brand .ul-crest--lg::after {
	display: none;
}

.ul-receipt__brand b {
	display: block;
	font-family: var(--f-display);
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.25em;
	color: var(--cream);
}

.ul-receipt__brand span {
	display: block;
	font-family: var(--f-display);
	font-size: 0.4375rem;
	letter-spacing: 0.25em;
	color: rgba(212, 175, 55, 0.8);
}

.ul-receipt__code {
	text-align: right;
}

.ul-receipt__code span {
	display: block;
	font-family: var(--f-display);
	font-size: 0.5rem;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	color: rgba(212, 175, 55, 0.6);
}

.ul-receipt__code b {
	display: block;
	font-family: var(--f-display);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: var(--cream);
}

.ul-receipt__body {
	position: relative;
	margin-block: auto;
	padding-block: 1.5rem;
	text-align: center;
}

.ul-receipt__tick {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin: 0 auto 1.5rem;
	border: 1px solid rgba(212, 175, 55, 0.35);
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.1);
	color: var(--gold-bright);
}

.ul-receipt__title {
	margin-bottom: 1rem;
	font-family: var(--f-serif);
	font-style: italic;
	font-size: clamp(1.5rem, 4vw, 1.875rem);
	font-weight: 300;
	color: var(--gold-bright);
}

.ul-receipt__copy {
	max-width: 28rem;
	margin-inline: auto;
	font-family: var(--f-serif);
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.75;
	color: var(--gray-300);
}

.ul-receipt__copy strong {
	font-family: var(--f-display);
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--cream);
}

.ul-receipt__copy em {
	font-family: var(--f-display);
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--gold-bright);
}

.ul-receipt__sub {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(212, 175, 55, 0.1);
	font-family: var(--f-display);
	font-size: 0.75rem;
	letter-spacing: 0.02em;
	color: var(--gray-400);
}

.ul-receipt__sub b {
	font-weight: 500;
	color: var(--cream);
}

.ul-receipt__foot {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(212, 175, 55, 0.2);
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.1em;
	color: rgba(212, 175, 55, 0.6);
}

.ul-receipt__again {
	padding: 0.5rem 1rem;
	border: 1px solid rgba(212, 175, 55, 0.2);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.6);
	color: var(--gold-bright);
	text-transform: uppercase;
	transition: color 0.25s ease, border-color 0.25s ease;
}

.ul-receipt__again:hover {
	border-color: rgba(212, 175, 55, 0.8);
	color: var(--cream);
}

@media (min-width: 768px) {
	.ul-form {
		padding: 2.5rem;
	}
}

@media (min-width: 1024px) {
	.ul-contact__grid {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.ul-contact__intro {
		grid-column: span 5;
		position: sticky;
		top: 6rem;
	}

	.ul-contact__panel {
		grid-column: span 7;
	}
}

/* =========================================================================
   22. FOOTER
   ========================================================================= */

.ul-footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 50vh;
	padding: 6rem var(--pad-x);
	overflow: hidden;
	border-top: 1px solid rgba(197, 168, 128, 0.1);
	background: var(--black);
	text-align: center;
}

.ul-footer::before {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 10rem;
	background: linear-gradient(to top, rgba(197, 168, 128, 0.05), transparent);
	pointer-events: none;
}

.ul-footer__body {
	position: relative;
	max-width: 56rem;
	margin: auto;
	padding-block: 3rem;
}

.ul-footer__quote {
	font-family: var(--f-serif);
	font-style: italic;
	font-size: clamp(1.5rem, 4vw, 2.25rem);
	font-weight: 300;
	line-height: 1.6;
	color: var(--gray-300);
}

.ul-footer__quote b {
	color: var(--cream);
	font-style: normal;
	font-weight: 400;
}

.ul-footer__quote br {
	display: none;
}

.ul-footer__script {
	display: block;
	font-family: var(--f-script);
	font-size: clamp(2.25rem, 7vw, 3.75rem);
	color: var(--gold-bright);
	filter: drop-shadow(0 2px 8px rgba(197, 168, 128, 0.2));
}

.ul-footer__tag {
	display: block;
	margin-top: 1rem;
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: var(--gray-400);
}

.ul-footer__meta {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(197, 168, 128, 0.05);
	font-family: var(--f-display);
	font-size: 0.5625rem;
	letter-spacing: 0.1em;
	color: var(--gray-500);
}

@media (min-width: 768px) {
	.ul-footer__quote br {
		display: inline;
	}

	.ul-footer__meta {
		flex-direction: row;
	}
}

/* =========================================================================
   23. WORDPRESS EDITOR CONTENT (page template body copy)
   ========================================================================= */

.ul-editor {
	max-width: 48rem;
	margin-inline: auto;
}

.ul-editor h1,
.ul-editor h2,
.ul-editor h3 {
	font-family: var(--f-serif);
	font-weight: 300;
	margin-block: 1.5rem 0.75rem;
}

.ul-editor p {
	margin-bottom: 1.25rem;
	line-height: 1.8;
	color: var(--gray-300);
}

.ul-editor a {
	color: var(--gold);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ul-editor ul,
.ul-editor ol {
	margin-bottom: 1.25rem;
	padding-left: 1.5rem;
	list-style: revert;
	color: var(--gray-300);
}

/* =========================================================================
   24. SMALL SCREENS
   ========================================================================= */

@media (max-width: 480px) {
	.ul-hero__script {
		font-size: 2.75rem;
	}

	.ul-hero__display {
		letter-spacing: 0.2em;
	}

	/* The oversized display letterforms are decoration; below this width they
	   crowd the copy they sit behind. */
	.ul-scope__watermark,
	.ul-receipt__seal {
		display: none;
	}

	.ul-form,
	.ul-receipt {
		padding: 1.5rem;
	}

	.ul-contact__panel {
		min-height: 0;
	}

	.ul-lightbox__panel {
		padding: 1.5rem;
	}
}

.ul-404 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.5rem;
	min-height: 70vh;
	text-align: center;
}
