@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&family=IBM+Plex+Mono:wght@300;400;500&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@300,400,500,700,800&f[]=satoshi@300,400,500,700&display=swap');

:root {
  --c-emerald: #45695A;
  --c-sage: #9AAE9A;
  --c-gold: #B99657;
  --c-stone: #7C7065;
  --c-mist: #F5F4EE;
  --c-ink: #29302D;
  --c-ink-60: rgba(41, 48, 45, 0.60);
  --c-ink-40: rgba(41, 48, 45, 0.40);
  --c-ink-12: rgba(41, 48, 45, 0.12);
  --c-ink-06: rgba(41, 48, 45, 0.06);
  --c-emerald-08: rgba(69, 105, 90, 0.08);
  --c-emerald-28: rgba(69, 105, 90, 0.28);
  --c-gold-08: rgba(185, 150, 87, 0.08);
  --c-white: #ffffff;
  --c-white-90: rgba(255, 255, 255, 0.90);
  --c-white-60: rgba(255, 255, 255, 0.60);
  --c-white-20: rgba(255, 255, 255, 0.20);

  --g-hero: linear-gradient(145deg, #45695A 0%, #7D9887 55%, #DDE4DE 100%);
  --g-btn: linear-gradient(90deg, #B99657 0%, #D3B77D 100%);
  --g-bg: linear-gradient(180deg, #F5F4EE 0%, #ECE9E0 100%);
  --g-overlay-dark: linear-gradient(to bottom, rgba(41, 48, 45, 0.08) 0%, rgba(41, 48, 45, 0.55) 100%);
  --g-overlay-side: linear-gradient(to right, rgba(41, 48, 45, 0.60) 0%, transparent 70%);
  --g-emerald-fade: linear-gradient(180deg, var(--c-emerald) 0%, rgba(69, 105, 90, 0.0) 100%);
  --g-card-hover: linear-gradient(180deg, transparent 40%, rgba(41, 48, 45, 0.72) 100%);

  --f-display: 'Cormorant Garamond', 'Georgia', serif;
  --f-sub: 'Cabinet Grotesk', 'DM Sans', system-ui, sans-serif;
  --f-body: 'Inter', system-ui, -apple-system, sans-serif;
  --f-ui: 'Satoshi', 'DM Sans', system-ui, sans-serif;
  --f-mono: 'IBM Plex Mono', 'Courier New', monospace;

  --fs-2xs: clamp(0.625rem, 0.55rem + 0.2vw, 0.6875rem);
  --fs-xs: clamp(0.6875rem, 0.62rem + 0.22vw, 0.75rem);
  --fs-sm: clamp(0.8125rem, 0.74rem + 0.24vw, 0.875rem);
  --fs-base: clamp(0.9375rem, 0.86rem + 0.26vw, 1rem);
  --fs-md: clamp(1rem, 0.92rem + 0.28vw, 1.125rem);
  --fs-lg: clamp(1.125rem, 1.02rem + 0.35vw, 1.375rem);
  --fs-xl: clamp(1.375rem, 1.2rem + 0.65vw, 1.875rem);
  --fs-2xl: clamp(1.875rem, 1.5rem + 1.4vw, 2.75rem);
  --fs-3xl: clamp(2.5rem, 2rem + 2.2vw, 3.875rem);
  --fs-4xl: clamp(3.25rem, 2.5rem + 3.8vw, 5.75rem);
  --fs-5xl: clamp(4rem, 3rem + 5.5vw, 8rem);
  --fs-6xl: clamp(5rem, 4rem + 7vw, 10rem);

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-extrabold: 800;

  --lh-none: 1;
  --lh-tight: 1.05;
  --lh-snug: 1.2;
  --lh-normal: 1.45;
  --lh-relaxed: 1.65;
  --lh-loose: 1.85;

  --ls-tighter: -0.05em;
  --ls-tight: -0.03em;
  --ls-snug: -0.02em;
  --ls-normal: 0em;
  --ls-wide: 0.04em;
  --ls-wider: 0.08em;
  --ls-widest: 0.16em;
  --ls-ultra: 0.22em;

  --sp-1: 0.25rem;
  --sp-2: 0.5rem;
  --sp-3: 0.75rem;
  --sp-4: 1rem;
  --sp-5: 1.25rem;
  --sp-6: 1.5rem;
  --sp-8: 2rem;
  --sp-10: 2.5rem;
  --sp-12: 3rem;
  --sp-16: 4rem;
  --sp-20: 5rem;
  --sp-24: 6rem;
  --sp-28: 7rem;
  --sp-32: 8rem;
  --sp-40: 10rem;
  --sp-48: 12rem;
  --sp-56: 14rem;
  --sp-64: 16rem;

  --r-xs: 2px;
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;
  --r-xl: 20px;
  --r-2xl: 32px;
  --r-3xl: 48px;
  --r-full: 9999px;

  --sh-xs: 0 1px 3px rgba(41, 48, 45, 0.04), 0 2px 8px rgba(41, 48, 45, 0.04);
  --sh-sm: 0 2px 6px rgba(41, 48, 45, 0.05), 0 6px 20px rgba(41, 48, 45, 0.05);
  --sh-md: 0 4px 16px rgba(41, 48, 45, 0.07), 0 16px 48px rgba(41, 48, 45, 0.06);
  --sh-lg: 0 12px 40px rgba(41, 48, 45, 0.09), 0 32px 80px rgba(41, 48, 45, 0.08);
  --sh-xl: 0 24px 64px rgba(41, 48, 45, 0.12), 0 56px 120px rgba(41, 48, 45, 0.09);
  --sh-gold: 0 8px 32px rgba(185, 150, 87, 0.22);
  --sh-emerald: 0 8px 32px rgba(69, 105, 90, 0.18);

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-expo: cubic-bezier(0.19, 1, 0.22, 1);

  --dur-instant: 80ms;
  --dur-fast: 180ms;
  --dur-med: 360ms;
  --dur-slow: 600ms;
  --dur-slower: 900ms;
  --dur-sluggish: 1200ms;

  --container-xl: 1440px;
  --container-lg: 1280px;
  --container-md: 1120px;
  --container-sm: 800px;
  --container-xs: 600px;

  --header-h: 80px;
  --header-h-sm: 64px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  max-width: 100vw;
}

body {
  font-family: var(--f-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
  color: var(--c-ink);
  background-color: var(--c-mist);
  overflow-x: hidden;
  position: relative;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
picture,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--dur-fast) var(--ease-out);
}

ul,
ol {
  list-style: none;
}

button,
input,
textarea,
select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--f-display);
  font-weight: var(--fw-light);
  line-height: var(--lh-tight);
  letter-spacing: var(--ls-tight);
  color: var(--c-ink);
}

p {
  font-family: var(--f-body);
  line-height: var(--lh-relaxed);
}

strong {
  font-weight: var(--fw-semibold);
}

.t-display {
  font-family: var(--f-display);
  font-weight: var(--fw-light);
  letter-spacing: var(--ls-tight);
  line-height: var(--lh-tight);
}

.t-sub {
  font-family: var(--f-sub);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-snug);
}

.t-body {
  font-family: var(--f-body);
  font-weight: var(--fw-regular);
  line-height: var(--lh-relaxed);
}

.t-ui {
  font-family: var(--f-ui);
  font-weight: var(--fw-medium);
}

.t-mono {
  font-family: var(--f-mono);
}

.t-label {
  font-family: var(--f-ui);
  font-size: var(--fs-xs);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--c-ink-60);
}

.t-label-gold {
  font-family: var(--f-mono);
  font-size: var(--fs-xs);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--c-gold);
}

.c-emerald { color: var(--c-emerald); }
.c-sage { color: var(--c-sage); }
.c-gold { color: var(--c-gold); }
.c-stone { color: var(--c-stone); }
.c-ink-light { color: var(--c-ink-60); }
.c-white { color: var(--c-white); }

.bg-mist { background-color: var(--c-mist); }
.bg-emerald { background-color: var(--c-emerald); }
.bg-white { background-color: var(--c-white); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html, body {
  overflow-x: hidden !important;
  max-width: 100vw;
}
