:root {
  --line-light: #5c6b2f;
  --surface-clear: #2b2410;
  --tone-extra-8: #2b2718;
  --shadow-strong: 0 10px 20px rgba(0,0,0,0.06);
  --paint-base: #fdfaf1;
  --tone-extra-17: #f1ebd9;
  --line-main: #e2dbc6;
  --ink-primary: linear-gradient(135deg, #fbf7ec 0%, #f1ebd9 55%, #e6dfca 100%);
  --line-base: #e0a52b;
  --copy-body: calc(15.2px * 1.35);
  --line-warm: #fbf7ec;
  --speed-soft: cubic-bezier(0.16,1,0.3,1);
  --paint-cool: #fbf7ec;
  --ink-page: #2b2718;
  --tone-extra-15: #5c6b2f;
  --ink-deep: #2b2718;
  --tone-muted: #ffffff;
  --type-base: 1.76;
  --tone-extra-18: #3a3527;
  --surface-page: #2b2718;
}

body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .primary-form{width:min(20rem,calc(100vw - 28px));padding:14px;border:1px solid var(--line-main);border-radius:20px;background:var(--tone-muted);color:var(--tone-extra-8);box-shadow:var(--shadow-strong)}
.cookies .public-shell{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:var(--copy-body)}
.cookies .public-shell button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:var(--type-base)}
.cookies .site-form{margin-top:12px;display:flex;gap:8px}
.cookies .site-form button{flex:1;border:1px solid var(--line-main);background:var(--tone-extra-17);color:var(--tone-extra-18);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .site-form button.cookie-accept{background:var(--line-base);color:var(--surface-clear);border-color:transparent}
.offer-footer{position:relative;overflow:hidden;isolation:isolate;}
.offer-footer>*{position:relative;z-index:1;}
.offer-footer::after{content:"";position:absolute;top:12%;bottom:12%;left:calc(1 * 8%);width:1px;background:linear-gradient(180deg,transparent,color-mix(in srgb,currentColor 28%,transparent),transparent);opacity:.45;animation:wpAccentGlint calc(18s + (1 * 5s)) ease-in-out infinite alternate;pointer-events:none;}
@keyframes wpAccentGlint{from{transform:translateX(0);opacity:.24;}to{transform:translateX(calc(1 * 2rem));opacity:.55;}}
@media (prefers-reduced-motion: reduce){.offer-footer::before,.offer-footer::after{animation:none!important;}}
