:root {
  --tone-accent: #3E3627;
  --ink-cool: #FBF7EC;
  --delay-panel: cubic-bezier(0.22,1,0.36,1);
  --line-main: #2B2418;
  --surface-soft: #6B7248;
}

body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    left: 2.13rem;
    right: 2.13rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .strong-quote {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.4rem;
    padding: 1.5rem 2.13rem;
    background: radial-gradient(circle at top right, #B8894A, var(--surface-soft));
    color: #241A0C;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
    border: 1px solid rgba(148, 163, 184, 0.35);
}
.cookies .team-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .team-body strong {
    font-size: 16px;
}
.cookies .team-body a {
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .contact-quote {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .contact-quote button {
    flex: 1;
    border-radius: 0.39rem;
    border: 1px solid rgba(148, 163, 184, 0.45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, 0.65);
    cursor: pointer;
}
.cookies .contact-quote button.cookie-accept {
    background: #241A0C;
    border-color: transparent;
    color: #B8894A;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .strong-quote {
        max-width: none;
    }
}
.primary-shell{position:relative;overflow:hidden;isolation:isolate;}
.primary-shell>*{position:relative;z-index:1;}
.primary-shell::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){.primary-shell::before,.primary-shell::after{animation:none!important;}}
