
:root {
  --sky: #d3e8f4;
  --sky-deep: #b9d8e9;
  --paper: #f8fbfd;
  --paper-blue: #edf6fa;
  --ink: #1f3441;
  --ink-soft: #4d6470;
  --berry: #b85373;
  --berry-dark: #7f3450;
  --gold: #c49a4a;
  --line: rgba(31, 52, 65, 0.2);
  --shadow: 0 18px 45px rgba(50, 82, 99, 0.16);
  --radius: 26px;
  --shell: min(1180px, calc(100% - 40px));
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --script: "Parisienne", "Brush Script MT", cursive;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--sky); font-family: var(--sans); line-height: 1.65; text-rendering: optimizeLegibility; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.20) 1px, transparent 1px); background-size: 34px 34px; opacity: .5; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-thickness: 1.5px; text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--berry); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.page-main { padding-top: 46px; padding-bottom: 90px; }
.section-pad { padding-block: 88px; }
.narrow-prose { max-width: 800px; margin-inline: auto; }
h1, h2, h3 { font-family: var(--serif); line-height: 1.1; margin: 0 0 .65em; letter-spacing: -.02em; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); }
h2 { font-size: clamp(2rem, 4vw, 4rem); }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); }
p { margin: 0 0 1.1em; }
.lead, .hero-dek { font-size: clamp(1.18rem, 2vw, 1.45rem); color: var(--ink-soft); max-width: 66ch; }
.eyebrow { margin: 0 0 12px; font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--berry-dark); }
.script-label { font-family: var(--script); font-size: clamp(2.2rem, 4vw, 3.5rem); color: var(--berry-dark); margin: 0 0 8px; line-height: 1; }
.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; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; background: var(--ink); color: white; padding: 10px 14px; border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.two-col { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 40px; }
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 36px; }
.page-hero.compact { max-width: 900px; padding: 70px 0 30px; }
.page-hero.compact h1 { font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero.compact > p:last-child { font-size: 1.2rem; color: var(--ink-soft); max-width: 65ch; }
@media (max-width: 760px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .section-pad { padding-block: 60px; }
  .two-col { grid-template-columns: 1fr; gap: 10px; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
