:root{
  --ink:#0B0A09;
  --ink-2:#141210;
  --cream:#E9D8B4;
  --body:#BDB3A3;
  --muted:#8A8175;
  --violet:#9B7FC4;
  --gold:#CE9C67;      /* sampled from the album back cover */
  --gold-dim:#BA895B;
  --rule:rgba(233,216,180,.16);
  --measure:34rem;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;
  background:var(--ink);
  color:var(--body);
  font:400 1.0625rem/1.75 ui-sans-serif,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  letter-spacing:.005em;
}
body::after{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:9;opacity:.22;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/></filter><rect width='160' height='160' filter='url(%23n)' opacity='.5'/></svg>");
}
body::before{
  content:"";position:fixed;inset:0;pointer-events:none;z-index:8;
  background:radial-gradient(120% 90% at 50% 0%,transparent 40%,rgba(0,0,0,.55) 100%);
}
img{max-width:100%;height:auto;display:block}
a{color:var(--cream);text-decoration-color:var(--rule);text-underline-offset:.25em}
a:hover{text-decoration-color:var(--cream)}
.wrap{width:min(100% - 2.5rem,64rem);margin-inline:auto}
.narrow{width:min(100% - 2.5rem,44rem);margin-inline:auto}
h1,h2,h3{
  font-family:ui-serif,Georgia,"Times New Roman",serif;
  color:var(--cream);font-weight:500;line-height:1.15;letter-spacing:-.015em;margin:0;
}
.eyebrow{
  font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;
  color:var(--muted);margin:0 0 1rem;
}

/* ---------- nav ---------- */
.topbar{
  position:sticky;top:0;z-index:30;
  padding:.9rem 0;
  background:rgba(11,10,9,.55);
  -webkit-backdrop-filter:blur(14px) saturate(.9);
  backdrop-filter:blur(14px) saturate(.9);
  border-bottom:1px solid var(--rule);
}
nav{display:flex;align-items:center;gap:1.5rem}
.brand{display:inline-flex;line-height:0}
.neq{width:38px;height:auto;opacity:.92;flex:none;transition:opacity .18s ease}
.brand:hover .neq{opacity:1}
nav ul{display:flex;gap:.6rem;list-style:none;margin:0 0 0 auto;padding:0}
nav a{
  display:inline-block;text-decoration:none;
  padding:.55rem 1.05rem;
  border:1px solid var(--rule);border-radius:2px;
  color:var(--body);
  font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;
  transition:color .18s ease,border-color .18s ease,background .18s ease;
}
nav a:hover{color:var(--gold);border-color:var(--gold);background:rgba(206,156,103,.08)}
nav a:focus-visible{outline:1px solid var(--gold);outline-offset:2px}
@media(max-width:26rem){nav a{padding:.5rem .7rem;letter-spacing:.1em}}

/* ---------- the mark ---------- */
.mark{
  display:block;width:clamp(170px,27vw,380px);height:auto;
  margin:0 auto clamp(2rem,4.5vw,3rem);
  opacity:.95;
  filter:drop-shadow(0 6px 54px rgba(0,0,0,.9));
}
/* hero stack is centred on the mark */
.hero .hero-grid{justify-items:center}
.hero .hero-grid > div{text-align:center}

/* ---------- the equation — set as it appears on the album back cover ---------- */
.eq-link{
  display:inline-flex;align-items:center;gap:clamp(.75rem,2.5vw,1.75rem);
  color:var(--gold);text-decoration:none;
  transition:color .2s ease,opacity .2s ease;
}
.eq-link:hover{color:#E7B98A}
.equation{
  font-family:ui-serif,Georgia,"Times New Roman",serif;
  font-style:italic;
  font-size:clamp(1.9rem,6.5vw,4rem);
  line-height:1;color:inherit;
  letter-spacing:.06em;margin:0;white-space:nowrap;
}
/* the flanking rule with its terminal dot */
.orn{flex:0 0 auto;width:clamp(28px,9vw,132px);height:6px;position:relative}
.orn::before{
  content:"";position:absolute;top:2px;left:0;right:0;height:1px;
  background:currentColor;opacity:.55;
}
.orn::after{
  content:"";position:absolute;top:0;width:6px;height:6px;border-radius:50%;
  background:currentColor;opacity:.85;
}
.orn:first-child::after{left:0}
.orn:last-child::after{right:0}
@media(max-width:32rem){.orn{display:none}}

.ask{
  font-family:ui-serif,Georgia,"Times New Roman",serif;
  font-size:clamp(1.9rem,5vw,3.4rem);
  line-height:1.2;color:var(--cream);
  margin:0 0 clamp(2rem,4vw,2.75rem);
  text-shadow:0 2px 44px rgba(0,0,0,.9);
}
.wordmark{
  font-size:.8125rem;letter-spacing:.34em;text-transform:uppercase;
  color:var(--muted);margin:0 0 2.25rem;
}
.hero{
  position:relative;z-index:10;
  min-height:76vh;display:flex;align-items:center;
  padding:clamp(3rem,10vw,7rem) 0;
}
.hero-grid{display:grid;gap:clamp(2.5rem,6vw,4.5rem);grid-template-columns:1fr;align-items:center;width:100%}
@media(min-width:52rem){.hero-grid{grid-template-columns:1.2fr .8fr}}
.portrait{border-radius:2px;filter:saturate(.9) contrast(1.02) brightness(.92)}
.portrait-frame{position:relative}
.portrait-frame::after{
  content:"";position:absolute;inset:0;border-radius:2px;
  box-shadow:inset 0 0 100px 26px rgba(11,10,9,.85);
}
.quiet-link{
  display:inline-block;margin-top:2.5rem;font-size:.9375rem;
  color:var(--muted);text-decoration:none;
  border-bottom:1px solid var(--rule);padding-bottom:.15rem;
}
.quiet-link:hover{color:var(--cream);border-color:var(--cream)}

/* ---------- buttons ---------- */
.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}
.btn{
  display:inline-block;padding:.85rem 1.5rem;border-radius:2px;font-size:.9375rem;
  text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.btn-primary{background:var(--cream);color:var(--ink);font-weight:500}
.btn-primary:hover{background:#fff}
.btn-ghost{border:1px solid var(--rule);color:var(--cream)}
.btn-ghost:hover{border-color:var(--cream)}

/* ---------- sections ---------- */
section{position:relative;z-index:10;padding:clamp(3.5rem,8vw,6rem) 0;border-top:1px solid var(--rule)}

/* ---------- release ---------- */
.release{display:grid;gap:clamp(2rem,5vw,3.5rem);grid-template-columns:1fr;align-items:start}
@media(min-width:52rem){.release{grid-template-columns:.9fr 1.1fr}}
.sleeve{box-shadow:0 24px 60px -20px rgba(0,0,0,.9);border-radius:2px}
.tracks{list-style:none;margin:2rem 0 0;padding:0;border-top:1px solid var(--rule)}
.tracks li{display:flex;gap:1rem;align-items:baseline;padding:.9rem 0;border-bottom:1px solid var(--rule)}
.tracks .num{color:var(--muted);font-size:.8125rem;font-variant-numeric:tabular-nums}
.tracks .name{color:var(--cream)}
.tracks .tag{margin-left:auto;color:var(--muted);font-size:.75rem;letter-spacing:.12em;text-transform:uppercase}
.meta{margin-top:1.5rem;color:var(--muted);font-size:.875rem}
.sub{max-width:var(--measure);margin:1.25rem 0 0;color:var(--body)}
.byline{
  margin:.55rem 0 0;font-size:.75rem;letter-spacing:.28em;text-transform:uppercase;
  color:var(--muted);
}
.byline-centre{margin-top:1.25rem;text-shadow:0 2px 30px rgba(0,0,0,.9)}

/* ---------- story page ---------- */
/* (article layout retired 2026-08-19) */
.pull{
  font-family:ui-serif,Georgia,serif;font-size:clamp(1.3rem,3vw,1.75rem);line-height:1.4;
  color:var(--cream);border-left:2px solid var(--violet);
  padding-left:1.5rem;margin:2.5rem 0;
}
.eq-block{
  margin:3rem 0;padding:2.5rem 1.5rem;text-align:center;
  border-top:1px solid var(--rule);border-bottom:1px solid var(--rule);
}
.eq-block .equation{font-size:clamp(1.5rem,5vw,2.75rem)}
.eq-block .eq-link{color:var(--gold)}
.eq-block figcaption{margin-top:1.25rem;font-size:.9375rem;color:var(--muted);font-style:italic}
.parens{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  font-size:.8125rem;line-height:2;color:var(--muted);
  margin:2.5rem 0;padding:1.5rem;border:1px solid var(--rule);
  border-radius:2px;background:var(--ink-2);overflow-x:auto;white-space:pre;
}
.parens b{color:var(--cream);font-weight:400}
.disclosure{
  margin-top:3rem;padding:1.5rem;border:1px solid var(--rule);border-radius:2px;
  background:var(--ink-2);font-size:.9375rem;
}
.disclosure strong{color:var(--cream);font-weight:500}

/* ---------- signup ---------- */
.signup{max-width:var(--measure)}
form{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}
input[type=email]{
  flex:1 1 16rem;padding:.85rem 1rem;border-radius:2px;
  background:var(--ink-2);border:1px solid var(--rule);color:var(--cream);
  font:inherit;font-size:.9375rem;
}
input[type=email]::placeholder{color:var(--muted)}
input[type=email]:focus{outline:none;border-color:var(--violet)}
button[type=submit]{
  padding:.85rem 1.5rem;border:0;border-radius:2px;background:var(--cream);color:var(--ink);
  font:inherit;font-size:.9375rem;font-weight:500;cursor:pointer;
}
button[type=submit]:hover{background:#fff}
.fineprint{margin-top:.9rem;font-size:.8125rem;color:var(--muted)}

/* ---------- footer ---------- */
footer{
  position:relative;z-index:10;border-top:1px solid var(--rule);
  padding:3rem 0 4rem;font-size:.875rem;color:var(--muted);
}
.social{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 2rem;padding:0}
.social a{
  display:inline-flex;align-items:center;justify-content:center;
  width:2.75rem;height:2.75rem;border-radius:50%;
  color:var(--body);opacity:.72;text-decoration:none;
  transition:color .18s ease,opacity .18s ease,background .18s ease,transform .18s ease;
}
.social a:hover{color:var(--gold);opacity:1;background:rgba(233,216,180,.07);transform:translateY(-2px)}
.social a:focus-visible{outline:1px solid var(--gold);outline-offset:2px}
.social svg{width:22px;height:22px;display:block}
.ad-logo{width:170px;opacity:.62;margin:0 0 1.75rem;transition:opacity .2s ease}
.ad-logo:hover{opacity:.85}
.legal{line-height:1.9}


/* ================= imagery: content floats on photographs ================= */

/* every photo section is its own plate of ground; content floats above it */
.photo{
  position:relative;isolation:isolate;
  background-size:cover;background-position:center;
  border-top:1px solid var(--rule);
}
/* Parallax is on everywhere by default — including Android/Chrome on phones.
   Two documented exceptions switch it off:
     1. iOS Safari sizes fixed backgrounds to the document, not the viewport,
        which renders them zoomed and mis-cropped. Detected via the
        -webkit-touch-callout support hack, which only iOS answers to.
     2. Anyone who has asked their OS for reduced motion. */
.photo{background-attachment:fixed}

@supports (-webkit-touch-callout:none){
  .photo{background-attachment:scroll}
}
@media (prefers-reduced-motion:reduce){
  .photo{background-attachment:scroll}
}
.photo::before{
  content:"";position:absolute;inset:0;z-index:0;
  background:linear-gradient(to bottom,rgba(11,10,9,.72),rgba(11,10,9,.62) 45%,rgba(11,10,9,.86));
}
.photo > .wrap,.photo > .narrow{position:relative;z-index:1}

/* photo grounds — generated by build-images.sh; webp when supported, 1200px on small screens */
.ph-field{background-image:url("photos/field-treeline.jpg");background-position:center 58%}
.ph-field{background-image:image-set(url("photos/field-treeline.webp") type("image/webp"),url("photos/field-treeline.jpg") type("image/jpeg"))}
.ph-road{background-image:url("photos/road-frost.jpg");background-position:center 42%}
.ph-road{background-image:image-set(url("photos/road-frost.webp") type("image/webp"),url("photos/road-frost.jpg") type("image/jpeg"))}
.ph-water{background-image:url("photos/water-bank.jpg");background-position:center 55%}
.ph-water{background-image:image-set(url("photos/water-bank.webp") type("image/webp"),url("photos/water-bank.jpg") type("image/jpeg"))}
.ph-cemetery{background-image:url("photos/cemetery-dusk.jpg");background-position:center 48%}
.ph-cemetery{background-image:image-set(url("photos/cemetery-dusk.webp") type("image/webp"),url("photos/cemetery-dusk.jpg") type("image/jpeg"))}
.ph-rock{background-image:url("photos/rock-color.jpg");background-position:center}
.ph-rock{background-image:image-set(url("photos/rock-color.webp") type("image/webp"),url("photos/rock-color.jpg") type("image/jpeg"))}
.ph-meadow{background-image:url("photos/meadow.jpg");background-position:center 55%}
.ph-meadow{background-image:image-set(url("photos/meadow.webp") type("image/webp"),url("photos/meadow.jpg") type("image/jpeg"))}
.ph-crack{background-image:url("photos/crack-in-rock.jpg");background-position:center 45%}
.ph-crack{background-image:image-set(url("photos/crack-in-rock.webp") type("image/webp"),url("photos/crack-in-rock.jpg") type("image/jpeg"))}
.ph-sky{background-image:url("photos/sky-flat.jpg");background-position:center 40%}
.ph-sky{background-image:image-set(url("photos/sky-flat.webp") type("image/webp"),url("photos/sky-flat.jpg") type("image/jpeg"))}
.ph-overhang{background-image:url("photos/overhang.jpg");background-position:center 50%}
.ph-overhang{background-image:image-set(url("photos/overhang.webp") type("image/webp"),url("photos/overhang.jpg") type("image/jpeg"))}
.ph-buzzards{background-image:url("photos/buzzards.jpg");background-position:center 30%}
.ph-buzzards{background-image:image-set(url("photos/buzzards.webp") type("image/webp"),url("photos/buzzards.jpg") type("image/jpeg"))}

@media (max-width:52rem){
.ph-field{background-image:url("photos/field-treeline-sm.jpg")}
.ph-field{background-image:image-set(url("photos/field-treeline-sm.webp") type("image/webp"),url("photos/field-treeline-sm.jpg") type("image/jpeg"))}
.ph-road{background-image:url("photos/road-frost-sm.jpg")}
.ph-road{background-image:image-set(url("photos/road-frost-sm.webp") type("image/webp"),url("photos/road-frost-sm.jpg") type("image/jpeg"))}
.ph-water{background-image:url("photos/water-bank-sm.jpg")}
.ph-water{background-image:image-set(url("photos/water-bank-sm.webp") type("image/webp"),url("photos/water-bank-sm.jpg") type("image/jpeg"))}
.ph-cemetery{background-image:url("photos/cemetery-dusk-sm.jpg")}
.ph-cemetery{background-image:image-set(url("photos/cemetery-dusk-sm.webp") type("image/webp"),url("photos/cemetery-dusk-sm.jpg") type("image/jpeg"))}
.ph-rock{background-image:url("photos/rock-color-sm.jpg")}
.ph-rock{background-image:image-set(url("photos/rock-color-sm.webp") type("image/webp"),url("photos/rock-color-sm.jpg") type("image/jpeg"))}
.ph-meadow{background-image:url("photos/meadow-sm.jpg")}
.ph-meadow{background-image:image-set(url("photos/meadow-sm.webp") type("image/webp"),url("photos/meadow-sm.jpg") type("image/jpeg"))}
.ph-crack{background-image:url("photos/crack-in-rock-sm.jpg")}
.ph-crack{background-image:image-set(url("photos/crack-in-rock-sm.webp") type("image/webp"),url("photos/crack-in-rock-sm.jpg") type("image/jpeg"))}
.ph-sky{background-image:url("photos/sky-flat-sm.jpg")}
.ph-sky{background-image:image-set(url("photos/sky-flat-sm.webp") type("image/webp"),url("photos/sky-flat-sm.jpg") type("image/jpeg"))}
.ph-overhang{background-image:url("photos/overhang-sm.jpg")}
.ph-overhang{background-image:image-set(url("photos/overhang-sm.webp") type("image/webp"),url("photos/overhang-sm.jpg") type("image/jpeg"))}
.ph-buzzards{background-image:url("photos/buzzards-sm.jpg")}
.ph-buzzards{background-image:image-set(url("photos/buzzards-sm.webp") type("image/webp"),url("photos/buzzards-sm.jpg") type("image/jpeg"))}
}

/* hero: full bleed, deepest scrim at the foot so it hands off to the next plate */
.hero{
  min-height:92vh;margin-top:-6rem;padding-top:9rem;
  display:flex;align-items:center;
}
.hero::before{
  background:linear-gradient(to bottom,rgba(11,10,9,.52) 0%,rgba(11,10,9,.6) 50%,rgba(11,10,9,.92) 100%);
}
.hero-grid{grid-template-columns:1fr}
@media(min-width:52rem){.hero-grid{grid-template-columns:1fr}}
.equation,.hero h1,.hero h2{text-shadow:0 2px 44px rgba(0,0,0,.9)}

/* floating panel — used only where small text needs a floor to sit on */
.panel{
  background:rgba(11,10,9,.52);
  -webkit-backdrop-filter:blur(9px) saturate(.9);
  backdrop-filter:blur(9px) saturate(.9);
  border:1px solid var(--rule);border-radius:2px;
  padding:clamp(1.5rem,3.5vw,2.25rem);
}
.photo .sleeve{box-shadow:0 30px 80px -24px rgba(0,0,0,1)}
.photo footer,footer.photo{border-top:1px solid var(--rule)}

/* story page plates */
figure.plate{margin:3rem 0}
figure.plate img{border-radius:2px;filter:saturate(.9)}
figure.plate figcaption{margin-top:.85rem;font-size:.8125rem;letter-spacing:.02em;color:var(--muted)}
.plate-pair{display:grid;gap:1rem;grid-template-columns:1fr}
@media(min-width:38rem){.plate-pair{grid-template-columns:1fr 1fr}}

/* footer stands in the cemetery — give the photo room and let it read */
footer.photo{
  min-height:clamp(420px,54vh,660px);
  display:flex;align-items:flex-end;
  padding-top:clamp(5rem,16vh,11rem);
}
footer.photo::before{
  background:linear-gradient(to bottom,
    rgba(11,10,9,.30) 0%,
    rgba(11,10,9,.42) 40%,
    rgba(11,10,9,.88) 100%);
}
footer.photo > .wrap{width:min(100% - 2.5rem,64rem)}


/* ================= the gate ================= */
html.gated,html.gated body{overflow:hidden;height:100%}

#gate{
  position:fixed;inset:0;z-index:100;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.5rem;
  background:radial-gradient(120% 90% at 50% 45%,#131110 0%,var(--ink) 62%);
  opacity:1;visibility:visible;
  transition:opacity .85s ease,visibility .85s ease;
}
html:not(.gated) #gate{opacity:0;visibility:hidden;pointer-events:none}

#gate-open{
  background:none;border:0;padding:0;cursor:pointer;
  display:block;line-height:0;
  transition:transform .5s cubic-bezier(.2,.7,.3,1),filter .5s ease;
  filter:drop-shadow(0 0 60px rgba(206,156,103,.14));
  animation:gate-breathe 5.5s ease-in-out infinite;
}
#gate-open img{
  width:clamp(180px,30vw,420px);height:auto;display:block;
}
#gate-open:hover,#gate-open:focus-visible{
  transform:scale(1.045);
  filter:drop-shadow(0 0 80px rgba(206,156,103,.3));
  outline:none;
}
html:not(.gated) #gate-open{transform:scale(1.25);filter:drop-shadow(0 0 0 transparent)}

#gate-hint{
  margin:0;font-size:.6875rem;letter-spacing:.42em;text-transform:uppercase;
  color:var(--muted);opacity:0;
  animation:gate-hint 1s ease 2.2s forwards;
}
@keyframes gate-breathe{0%,100%{opacity:.9}50%{opacity:1}}
@keyframes gate-hint{to{opacity:.7}}

@media (prefers-reduced-motion:reduce){
  #gate{transition-duration:.2s}
  #gate-open{animation:none;transition:none}
  #gate-hint{animation:none;opacity:.7}
  html:not(.gated) #gate-open{transform:none}
}


/* ================= scenes: one fragment per screen ================= */
.scene{
  min-height:100svh;min-height:100vh;
  display:flex;align-items:center;
  padding:clamp(5rem,14vh,9rem) 0;
  border-top:0;
}
.scene > .wrap{text-align:center;max-width:52rem}
.scene-plain{background:var(--ink)}
.scene-end{min-height:88vh}

.frag{
  font-family:ui-serif,Georgia,"Times New Roman",serif;
  font-size:clamp(1.45rem,3.4vw,2.35rem);
  line-height:1.35;color:var(--cream);
  margin:0 auto 1.1em;max-width:22ch;
  text-shadow:0 2px 44px rgba(0,0,0,.9);
}
.frag:last-child{margin-bottom:0}
.frag-gold{color:var(--gold)}
.frag-sm{
  font-size:clamp(.9375rem,1.7vw,1.0625rem);
  line-height:1.7;color:var(--body);
  margin:1.75rem auto 0;max-width:44ch;
  text-shadow:0 2px 30px rgba(0,0,0,.9);
}
.scene .eq-link{justify-content:center}
.scene .parens{
  display:inline-block;text-align:left;margin:2.75rem auto 0;
  background:rgba(11,10,9,.5);
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
}
.scene-portrait{
  width:min(100%,340px);margin:0 auto 2.75rem;border-radius:2px;
  filter:saturate(.9) brightness(.92);
}
.tagline{
  font-family:ui-serif,Georgia,serif;
  font-size:clamp(1.1rem,2.4vw,1.5rem);color:var(--body);
  margin:0 0 .6rem;letter-spacing:.02em;
  text-shadow:0 2px 40px rgba(0,0,0,.9);
}
.tagline-big{
  font-size:clamp(2.4rem,7.5vw,5rem);color:var(--gold);
  letter-spacing:.01em;margin:0 0 2.5rem;
}
footer .disclosure{margin:0 0 2.5rem;max-width:46rem;font-size:.875rem;color:var(--muted)}


/* ================= sound ================= */
#sound{
  position:fixed;right:clamp(1rem,3vw,2rem);bottom:clamp(1rem,3vw,2rem);z-index:40;
  display:inline-flex;align-items:center;gap:.55rem;
  padding:.55rem .9rem .55rem .7rem;
  background:rgba(11,10,9,.55);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  border:1px solid var(--rule);border-radius:2rem;
  color:var(--body);cursor:pointer;
  opacity:.72;transition:opacity .18s ease,color .18s ease,border-color .18s ease;
}
#sound:hover{opacity:1;color:var(--gold);border-color:var(--gold)}
#sound:focus-visible{outline:1px solid var(--gold);outline-offset:2px}
#sound svg{width:19px;height:19px;display:block}
#sound .ic-on{display:none}
html.sound-on #sound .ic-on{display:block}
html.sound-on #sound .ic-off{display:none}
.sound-name{
  font-size:.625rem;letter-spacing:.24em;text-transform:uppercase;line-height:1;
}
html.gated #sound{opacity:0;pointer-events:none}
@media(max-width:26rem){.sound-name{display:none}#sound{padding:.6rem}}


/* ================= footer, centred ================= */
footer > .wrap{text-align:center}
footer .social{justify-content:center}
footer .ad-logo{margin-left:auto;margin-right:auto}
footer .legal{margin-left:auto;margin-right:auto}
/* disclosure stays a left-ranged block — centred prose is hard to read */
footer .disclosure{margin-left:auto;margin-right:auto;text-align:left}
