

:root {
  
  --plum: #4A1F2A;           
  --plum-deep: #3A1822;      
  --rust: #8E3A1F;           
  --oxblood: #6B1A1A;        
  --ink: #0E0E0C;            
  --ink-90: rgba(14,14,12,0.90);
  --ink-70: rgba(14,14,12,0.70);
  --ink-50: rgba(14,14,12,0.50);
  --ink-15: rgba(14,14,12,0.15);
  --ink-08: rgba(14,14,12,0.08);
  --paper: #FCFBF9;          
  --bone: #F2EFE8;           
  --bone-2: #E8E4DA;         
  --bone-3: #DDD7C8;         
  --smoke: #6B6862;          

  
  --bg: var(--paper);
  --bg-alt: var(--bone);
  --ink-soft: var(--smoke);
  --ink-muted: #6F6C65;      
  --accent: var(--plum);
  --accent-dark: var(--plum-deep);
  --stone: var(--bone-3);
  --stone-soft: var(--bone-2);
  --line: var(--ink-15);
  --white: #FBFAF6;          

  
  --trt-tint: #E6ECEF;
  --trt-tint-soft: #EEF1F2;
  --trt-tint-edge: #D2DBDF;
  --hair-tint: #E3E8DF;
  --hair-tint-soft: #ECEFE7;
  --hair-tint-edge: #CFD7C8;
  --sexual-tint: #EDDFD9;
  --sexual-tint-soft: #F3E8E2;
  --sexual-tint-edge: #DAC7BD;

  
  --ff-display: "Source Serif 4", "Times New Roman", Georgia, serif;   
  --ff-editorial: "Source Serif 4", "Times New Roman", Georgia, serif; 
  --ff-sans: "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --ff-wordmark: "Bodoni Moda", "Times New Roman", Georgia, serif;     

  
  --serif: var(--ff-display);
  --sans: var(--ff-sans);

  --container: 1200px;
  --container-narrow: 880px;
  --container-wide: 1400px;

  --radius-sm: 2px;          
  --radius: 4px;

  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
  
  overscroll-behavior-y: contain;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--ff-sans);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior-y: contain;
}

body.menu-open {
  position: fixed;
  inset: 0;
  width: 100%;
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

img, picture, video { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
input, textarea, select { font: inherit; color: inherit; }

h1, h2, h3, h4, h5, .serif {
  font-family: var(--ff-display);
  font-variation-settings: "opsz" 96;
  font-weight: 320;
  letter-spacing: -0.022em;
  line-height: 1.05;
  margin: 0 0 0.4em;
  color: inherit;
}
h1 {
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-variation-settings: "opsz" 96;
  font-weight: 420;
  letter-spacing: -0.03em;
  line-height: 0.97;
}
h2 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-variation-settings: "opsz" 60;
  font-weight: 320;
  letter-spacing: -0.022em;
  line-height: 1.05;
}
h3 {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-variation-settings: "opsz" 36;
  font-weight: 380;
  letter-spacing: -0.012em;
  line-height: 1.1;
}
h4 {
  font-size: 1.25rem;
  font-variation-settings: "opsz" 24;
  font-weight: 400;
  line-height: 1.2;
}
h1 em, h2 em, h3 em, h4 em { font-style: italic; }

p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }
p em { font-style: italic; }

.eyebrow {
  font-family: var(--ff-sans);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 600;
  color: var(--ink-70);
  margin: 0 0 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}
.eyebrow.eyebrow-plum { color: var(--plum); }
.eyebrow.eyebrow-no-rule::before { display: none; }

.lead, .lede {
  font-family: var(--ff-editorial);
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--ink-90);
  font-weight: 400;
}
.lead em, .lede em { font-style: italic; }

blockquote {
  font-family: var(--ff-display);
  font-variation-settings: "opsz" 60;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 320;
  line-height: 1.2;
  letter-spacing: -0.018em;
  margin: 2rem 0;
  color: var(--ink);
  border-left: 1px solid var(--oxblood);
  padding-left: 1.5rem;
}
blockquote em { font-style: italic; }

.shortmark {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--ff-wordmark);
  font-variation-settings: "opsz" 96;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 0.9;
  font-size: var(--shortmark-size, 1.45rem);
  color: var(--ink);
}
.shortmark .dr {
  font-style: italic;
  font-weight: 400;
  font-size: 0.55em;
  opacity: 0.85;
  transform: translateY(-0.06em);
  padding-right: 0.01em;
}
.shortmark .b-dom {
  color: var(--plum);
  font-size: 1.1em;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.02em;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.container-narrow { max-width: var(--container-narrow); margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: var(--container-wide); margin: 0 auto; padding: 0 24px; }

section { padding: 96px 0; }
section.tight { padding: 64px 0; }

.section-head {
  margin-bottom: 3rem;
  max-width: 720px;
}

.grid { display: grid; gap: 24px; }

@media (max-width: 800px) {
  
  section { padding: 64px 0; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  font-family: var(--ff-sans);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease), opacity 0.2s var(--ease);
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--plum);
  color: var(--bone);
}
.btn-primary:hover { background: var(--plum-deep); }
.btn-outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-outline:hover { background: var(--ink); color: var(--bone); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  padding: 14px 4px;
  border-bottom: 1px solid var(--ink-15);
  border-radius: 0;
}
.btn-ghost:hover { color: var(--plum); border-bottom-color: var(--plum); }
.btn-lg { padding: 18px 34px; font-size: 0.92rem; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
