@font-face {
  font-family: "Nunito";
  src: url("/assets/nunito-latin.woff") format("woff");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  color-scheme: light;
  --paper: #fff9f5;
  --surface: #fff;
  --petal: #fff0f2;
  --blush: #f6d7df;
  --rose: #925968;
  --rose-dark: #744454;
  --cream: #fff1d9;
  --ink: #493e42;
  --muted: #786971;
  --line: #eadbe0;
  --sage: #edf3e9;
  --sage-ink: #4c654b;
  --shadow: 0 6px 24px #78495308, 0 1px 3px #78495304;
  --radius: 24px;
  font-family: "Nunito", "Avenir Next", ui-rounded, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}
* { box-sizing: border-box; }
body { margin: 0; }
button, input, select, textarea { font: inherit; }
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
button, input, select { color: var(--ink); }
button:disabled { cursor: default; }
button, a { touch-action: manipulation; }
button, a, input, select, textarea { outline-offset: 4px; }
:focus-visible { outline: 3px solid var(--rose); }
[hidden] { display: none !important; }
::selection { background: var(--blush); color: var(--ink); }
img { display: block; max-width: 100%; }
svg.icon { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.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; left: 16px; top: -100px; z-index: 200; background: white; padding: 12px 20px; border-radius: 12px; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; min-height: 88px; padding-top: env(safe-area-inset-top); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; text-decoration: none; font-size: 1.5rem; font-weight: 850; letter-spacing: -.06em; white-space: nowrap; }
.brand .icon { color: var(--rose); width: 23px; height: 23px; fill: var(--blush); }
.brand span { color: var(--rose); }
.header-note { color: var(--muted); font-size: .875rem; }
.eyebrow { color: var(--rose); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 11px 20px; background: var(--petal); border: 1px solid var(--line); border-radius: 14px; text-decoration: none; font-weight: 800; font-size: .875rem; transition: background .18s, border-color .18s, transform .18s; }
.button-primary { background: var(--blush); border-color: #edc5d0; color: var(--rose-dark); }
.button-quiet { background: white; }
.muted { color: var(--muted); }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 40px; padding-block: 24px calc(24px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line); font-size: .875rem; color: var(--muted); }
.site-footer .icon { width: 15px; height: 15px; vertical-align: middle; color: var(--rose); }
@media (hover: hover) {
  .button:hover { background: #f9e3e9; border-color: #dcb4c0; transform: translateY(-1px); }
  .brand:hover { color: var(--rose); }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 32px); }
  .site-header { min-height: 72px; }
  .brand { font-size: 1.35rem; }
  .header-note { font-size: .8125rem; }
  .site-footer { flex-wrap: wrap; gap: 6px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
