@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.heading-display,
.heading-lg,
.heading-md,
.heading-xl {
    font-family: var(--font-serif);
    font-weight: 500;
    color: var(--text)
}

.heading-display,
.heading-lg,
.heading-md,
.heading-xl,
body {
    color: var(--text)
}

.ambient-glow,
body::after {
    position: fixed;
    pointer-events: none
}

:root {
    --bg: #0a0705;
    --bg-2: #0f0c09;
    --bg-3: #1a1610;
    --bg-4: #231f17;
    --gold: #c9a96e;
    --gold-light: #dfc090;
    --gold-dim: rgba(201, 169, 110, 0.15);
    --gold-border: rgba(201, 169, 110, 0.2);
    --text: #f5f0e8;
    --text-2: #c8bfb0;
    --text-3: #8a7f72;
    --text-4: #534a3f;
    --font-serif: 'Playfair Display', Georgia, serif;
    --font-sans: 'Inter', system-ui, sans-serif;
    --section-py: clamp(6rem, 12vw, 12rem);
    --container: 1280px;
    --gutter: clamp(1.5rem, 5vw, 3rem);
    --radius-sm: 0.375rem;
    --radius: 0.75rem;
    --radius-lg: 1.5rem;
    --ease: cubic-bezier(0.2, 0, 0, 1);
    --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --dur: 400ms;
    --dur-slow: 800ms;
    --shadow-gold: 0 12px 48px rgba(201, 169, 110, 0.08);
    --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.6);
    --glass-border: rgba(255, 255, 255, 0.04)
}

[data-theme="light"] {
    --bg: #faf7f2;
    --bg-2: #f3ede3;
    --bg-3: #ece4d6;
    --bg-4: #e3d8c8;
    --gold: #a87c3a;
    --gold-light: #c49348;
    --gold-dim: rgba(168, 124, 58, .12);
    --gold-border: rgba(168, 124, 58, .22);
    --text: #1a1208;
    --text-2: #3d3022;
    --text-3: #6b5a45;
    --text-4: #9e8a72;
    --shadow-gold: 0 12px 48px rgba(168, 124, 58, .1);
    --shadow-card: 0 8px 32px rgba(0, 0, 0, .12);
    --glass-border: rgba(0, 0, 0, .06)
}

[data-theme="light"] body::after {
    opacity: .006
}

[data-theme="light"] img,
[data-theme="light"] video {
    filter: none
}

[data-theme="light"] ::-webkit-scrollbar-track {
    background: var(--bg-2)
}

[data-theme="light"] ::-webkit-scrollbar-thumb {
    background: rgba(168, 124, 58, .3)
}

[data-theme="light"] ::-webkit-scrollbar-thumb:hover {
    background: var(--gold)
}

[data-theme="light"] .ambient-glow {
    background: radial-gradient(circle, rgba(168, 124, 58, .03) 0, transparent 70%)
}

[data-theme="light"] ::selection {
    background: var(--gold);
    color: #fff
}

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

.container,
.divider--center {
    margin-inline: auto
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: var(--font-sans);
    background-color: var(--bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-variation-settings: 'wght' 400
}

body::after {
    content: "";
    inset: 0;
    z-index: 9999;
    opacity: .015;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")
}

img,
video {
    display: block;
    max-width: 100%;
    filter: sepia(10%) contrast(105%) brightness(95%);
    transition: filter var(--dur-slow) var(--ease)
}

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

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer
}

ol,
ul {
    list-style: none
}

.serif {
    font-family: var(--font-serif)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.1;
    font-weight: 700
}

.heading-display {
    font-size: clamp(3.5rem, 8vw, 6.5rem);
    line-height: 1.02;
    letter-spacing: -.02em
}

.heading-xl {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    letter-spacing: -.01em
}

.heading-lg {
    font-size: clamp(1.75rem, 3.5vw, 2.75rem);
    line-height: 1.2
}

.heading-md {
    font-size: clamp(1.375rem, 2.5vw, 2rem)
}

.eyebrow {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--gold)
}

.body-lg,
.body-md {
    color: var(--text-2)
}

.body-lg {
    font-size: clamp(1.0625rem, 1.8vw, 1.25rem);
    font-weight: 300;
    line-height: 1.8
}

.body-md {
    font-size: clamp(1rem, 1.4vw, 1.0625rem);
    font-weight: 400;
    line-height: 1.75
}

.body-sm {
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--text-3);
    letter-spacing: .01em
}

.container {
    width: 100%;
    max-width: var(--container);
    padding-inline: var(--gutter)
}

.section {
    padding-block: var(--section-py)
}

.divider {
    width: 3rem;
    height: 1px;
    background: var(--gold);
    opacity: .5
}

.ambient-glow {
    top: 0;
    left: 0;
    width: 25vmax;
    height: 25vmax;
    background: radial-gradient(circle, rgba(201, 169, 110, .02) 0, transparent 70%);
    z-index: 1000;
    border-radius: 50%;
    margin-left: -12.5vmax;
    margin-top: -12.5vmax;
    will-change: transform;
    mix-blend-mode: plus-lighter
}

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

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-track {
    background: var(--bg)
}

::-webkit-scrollbar-thumb {
    background: rgba(201, 169, 110, .3);
    border-radius: 99px;
    transition: background var(--dur) var(--ease)
}

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

:focus-visible {
    outline: 1.5px solid var(--gold);
    outline-offset: 4px
}

.btn,
.nav__link,
.nav__logo {
    transition: color var(--dur) var(--ease), background var(--dur) var(--ease), border-color var(--dur) var(--ease), transform .35s cubic-bezier(.23, 1, .32, 1)
}

.btn-inner,
.nav__logo-icon,
.nav__logo-text {
    display: inline-flex;
    align-items: center;
    gap: inherit;
    pointer-events: none;
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.btn:active,
.nav__link:active {
    transform: scale(.95);
    transition: transform .1s var(--ease)
}

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

[data-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .7s var(--ease-out), transform .7s var(--ease-out)
}

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

[data-reveal][data-delay="1"] {
    transition-delay: 0.1s
}

[data-reveal][data-delay="2"] {
    transition-delay: 0.2s
}

[data-reveal][data-delay="3"] {
    transition-delay: 0.3s
}

[data-reveal][data-delay="4"] {
    transition-delay: 0.4s
}

[data-reveal][data-delay="5"] {
    transition-delay: 0.5s
}