/* Campaign Almanac legal pages: colourful issue inserts, misregistered tabs and irregular editorial reading bands. */
:root{--butter:#f6d95b;--plum:#5b214a;--tomato:#f2543d;--sky:#bfe8ff;--ink:#132238;--paper:#fffdf4}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font:400 16px/1.6 Manrope,sans-serif}a{color:inherit;text-decoration:none}.insert-head{position:sticky;z-index:20;top:0;display:grid;grid-template-columns:1fr auto auto;min-height:68px;background:var(--butter);border-bottom:3px solid var(--ink)}.insert-head a{display:flex;align-items:center;padding:0 1rem;border-left:2px solid;font-weight:700}.insert-head .brand{gap:.6rem;border:0}.insert-head img{width:36px;height:36px}.insert-head .contact{color:#fff;background:var(--tomato)}.insert-hero{position:relative;display:grid;grid-template-columns:1.15fr .85fr;min-height:500px;overflow:hidden;background:var(--sky);border-bottom:3px solid}.insert-hero:before{content:"";position:absolute;width:280px;height:280px;right:-80px;top:-70px;border-radius:50%;background:var(--tomato);mix-blend-mode:multiply}.insert-title{z-index:1;align-self:center;padding:5rem 6vw}.insert-title p{margin:0;color:var(--plum);font-size:.62rem;font-weight:800;letter-spacing:.1em}.insert-title h1{margin:1rem 0;font:700 clamp(4rem,8vw,8rem)/.82 Fraunces,serif;letter-spacing:-.06em}.insert-cover{z-index:1;margin:3rem;padding:2rem;background:var(--butter);transform:rotate(2deg);box-shadow:16px 16px 0 var(--plum)}.insert-cover img{display:block;width:100%;height:100%;object-fit:contain}.insert-layout{display:grid;grid-template-columns:.35fr 1fr;max-width:1450px;margin:auto}.insert-index{position:sticky;top:68px;align-self:start;display:grid;padding:2rem;background:var(--plum);color:#fff}.insert-index p{color:var(--butter);font-size:.6rem;font-weight:700}.insert-index a{padding:1rem 0;border-top:1px solid #ffffff55}.insert-copy{padding:3rem 5vw}.insert-copy section{position:relative;padding:2.7rem 0;border-bottom:2px solid}.insert-copy section:nth-child(even){padding-left:8vw;background:linear-gradient(90deg,var(--paper),#fff0 70%)}.insert-copy section:before{content:attr(data-card);position:absolute;right:0;top:2rem;color:var(--tomato);font:700 1rem Manrope}.insert-copy h2{margin:0 0 .8rem;font:700 clamp(2rem,4vw,3.5rem)/1 Fraunces,serif}.insert-copy p,.insert-copy li{max-width:800px}.insert-note{padding:1rem;background:var(--butter);border-left:9px solid var(--tomato)}.insert-foot{display:grid;grid-template-columns:1fr auto auto;gap:2rem;padding:2rem 4vw;color:#fff;background:var(--plum)}.insert-foot nav{display:flex;gap:1rem;flex-wrap:wrap}.lost-insert{min-height:calc(100vh - 68px);display:grid;grid-template-columns:1.1fr .9fr;background:var(--butter)}.lost-number{display:grid;place-items:center;margin:4rem;background:var(--sky);box-shadow:18px 18px 0 var(--tomato);transform:rotate(-2deg);font:700 clamp(10rem,25vw,24rem)/1 Fraunces,serif}.lost-copy{display:flex;flex-direction:column;justify-content:center;padding:5rem}.lost-copy>p:first-child{color:var(--plum);font-size:.62rem;font-weight:800}.lost-copy h1{max-width:700px;margin:1rem 0;font:700 clamp(3.3rem,7vw,7rem)/.86 Fraunces,serif}.lost-copy a{width:max-content;margin-top:1rem;padding:1rem 1.2rem;color:#fff;background:var(--plum);font-weight:700}@media(max-width:820px){.insert-hero{grid-template-columns:1fr}.insert-cover{min-height:230px}.insert-layout{grid-template-columns:1fr}.insert-index{position:static;grid-template-columns:repeat(2,1fr)}.insert-copy{padding:2rem 1rem}.insert-copy section:nth-child(even){padding-left:1rem}.lost-insert{grid-template-columns:1fr}.lost-number{min-height:300px;margin:2rem}.lost-copy{padding:4rem 1rem}.insert-foot{grid-template-columns:1fr}}@media(max-width:520px){.insert-head{min-height:60px}.insert-head a{padding:0 .6rem}.insert-head .brand b{font-size:.9rem}.insert-title{padding:4rem 1rem}.insert-title h1{font-size:3.5rem}.insert-cover{margin:1rem 1rem 3rem;padding:1rem;box-shadow:8px 8px 0 var(--plum)}.insert-index{grid-template-columns:1fr}.lost-number{font-size:9rem}.insert-foot{padding:2rem 1rem}}
/* Contact is a regular almanac-header route rather than a filled accent button. */
.insert-head .contact{color:var(--ink)!important;background:transparent!important}
.insert-head .contact:hover,.insert-head .contact:focus-visible{color:var(--plum)!important;background:#fff5bf!important}
