
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; background: #f3ede1; color: #241f17; }
body { font-family: 'EB Garamond', Georgia, serif; }
.variation-frame { width: 100%; min-height: 100vh; background: #f3ede1; container-type: inline-size; }
.wt-frame { --wt-scale: 1; --wt-para: 1; --wt-accent: initial; min-height: 100vh; zoom: var(--wt-scale, 1); }
.wt-frame.wt-hyphen { hyphens: auto; -webkit-hyphens: auto; }
.wt-frame.wt-no-liga { font-variant-ligatures: none; }
.wt-frame.wt-sc h1, .wt-frame.wt-sc h2, .wt-frame.wt-sc h3 { font-variant-caps: all-small-caps; letter-spacing: 0.08em; }
.wt-frame.wt-no-motion * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.wt-frame.wt-high-contrast { filter: contrast(1.18); }
.wt-frame p { margin-top: 0 !important; margin-bottom: calc(1.1em * var(--wt-para, 1)) !important; }
.wt-frame h1, .wt-frame h2, .wt-frame h3 { zoom: var(--wt-hscale, 1); }
.wt-frame.wt-align-c h1, .wt-frame.wt-align-c h2 { text-align: center !important; }
.wt-frame.wt-no-borders hr, .wt-frame.wt-no-borders *[style*="border-top"] { border-top-color: transparent !important; }
.wt-frame.wt-no-borders *[style*="border-bottom"] { border-bottom-color: transparent !important; }
.wt-frame.wt-no-borders *[style*="border-right"] { border-right-color: transparent !important; }
.wt-frame.wt-no-borders *[style*="border-left"] { border-left-color: transparent !important; }
.wt-banner {
  position: sticky; top: 0; z-index: 5; padding: 8px 16px; font-size: 13px; text-align: center;
  background: #241f17; color: #f3ede1; font-family: 'Inter', sans-serif; letter-spacing: 0.2px;
}
.wt-banner em { font-style: normal; opacity: 0.7; margin-right: 8px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; }
details > summary::-webkit-details-marker { display: none; }
img { max-width: 100%; }
