html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Cormorant Garamond", sans-serif;}
.cookies{position:fixed;left:1.56rem;bottom:1.5rem;z-index:1200}
:root {
  --tone-deep: #2e2721;
  --tone-extra-8: #ece3d3;
  --speed-base: ease;
  --tone-inverse: #8a3a1e;
  --paint-light: #fbf6ec;
  --line-panel: #1c1613;
  --ink-page: #d8cbb6;
}

.cookies .strong-section{width:min(34rem,calc(100vw - 1.56rem*2));padding:1.5rem;border-radius:1.14rem;background:var(--tone-inverse);color:#fdf6ec;box-shadow:0 24px 54px rgba(0,0,0,0.28)}
.cookies p{margin:0;line-height:1.77}
.cookies strong{font-size:calc(16.5px * 1.35)}
.cookies .featured-form{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .featured-form>*{min-width:0;flex:1 1 16rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.26rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75);cursor:pointer}
.cookies button.cookie-accept{background:#b04a22;color:#fdf6ec;border-color:#b04a22}
