* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-sans);
  color: var(--ff-espresso);
  background:
    radial-gradient(circle at top left, rgba(226, 195, 117, .18), transparent 33rem),
    linear-gradient(180deg, #fffaf0 0%, var(--ff-ivory) 45%, #f8efdf 100%);
  line-height: 1.65;
  min-height: 100vh;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--ff-bronze); }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(184, 137, 61, .45); outline-offset: 3px; }
::selection { background: rgba(184, 137, 61, .25); }
.container { width: min(100% - 32px, var(--ff-container)); margin-inline: auto; }
.section { padding: clamp(56px, 8vw, 104px) 0; }
.section-tight { padding: clamp(36px, 5vw, 72px) 0; }
.eyebrow { color: var(--ff-bronze); text-transform: uppercase; letter-spacing: .18em; font-weight: 700; font-size: .75rem; margin: 0 0 10px; }
h1, h2, h3, h4 { font-family: var(--ff-serif); line-height: .98; color: var(--ff-charcoal); margin: 0; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 7vw, 6.8rem); }
h2 { font-size: clamp(2.2rem, 4.6vw, 4.8rem); }
h3 { font-size: clamp(1.55rem, 2vw, 2.2rem); }
p { margin: 0; color: var(--ff-muted); }
.lead { font-size: clamp(1.05rem, 1.8vw, 1.35rem); max-width: 66ch; }
.small { font-size: .92rem; }
.muted { color: var(--ff-muted); }
.gold { color: var(--ff-gold); }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 999; padding: 10px 14px; border-radius: 999px; background: #fff; color: var(--ff-charcoal); }
.skip-link:focus { left: 12px; }

/* V2.0/V2.1 refinement: softer scale, more boutique polish */
body {
  background:
    radial-gradient(circle at 12% 0%, rgba(226, 195, 117, .16), transparent 30rem),
    radial-gradient(circle at 88% 14%, rgba(75, 23, 31, .08), transparent 28rem),
    linear-gradient(180deg, #fffaf0 0%, #fbf4e6 48%, #f6ead6 100%);
  line-height: 1.58;
}
.section { padding: clamp(48px, 7vw, 88px) 0; }
.section-tight { padding: clamp(32px, 5vw, 60px) 0; }
h1, h2, h3, h4 { line-height: 1.03; letter-spacing: -.018em; }
h1 { font-size: clamp(2.65rem, 5.8vw, 5.6rem); }
h2 { font-size: clamp(2rem, 3.9vw, 3.85rem); }
h3 { font-size: clamp(1.35rem, 1.75vw, 1.95rem); }
.lead { font-size: clamp(1rem, 1.35vw, 1.18rem); line-height: 1.72; }
.eyebrow { letter-spacing: .16em; font-size: .72rem; }
