
:root{
 --paper:#dedaea; --card:#f7f6fb; --dim:#cec9e0; --ink:#1b2242; --deep:#0f1329;
 --muted:#4e5478; --brand:#3166af; --brandeep:#24497e; --brandlit:#a8c6ee;
 --accent:#6b5217; --acclit:#d9bb6a; --hair:#bdb8d2; --good:#1c6a55; --bad:#93202f;
 --hold:73rem; --gap:clamp(1rem,3.2vw,2.1rem);
 --disp:"BD Display",Georgia,"Times New Roman",serif;
 --body:"BD Body",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
@font-face{font-family:"BD Display";src:url(/assets/display-400.51d401a733.woff2) format("woff2");font-weight:400;
 font-style:normal;font-display:swap}
@font-face{font-family:"BD Display";src:url(/assets/display-700.f090b205b7.woff2) format("woff2");font-weight:700;
 font-style:normal;font-display:swap}
@font-face{font-family:"BD Body";src:url(/assets/body-400.5eeaf56ca6.woff2) format("woff2");font-weight:400;
 font-style:normal;font-display:swap}
@font-face{font-family:"BD Body";src:url(/assets/body-500.121f0758b8.woff2) format("woff2");font-weight:500;
 font-style:normal;font-display:swap}
@font-face{font-family:"BD Body";src:url(/assets/body-600.568f97afe5.woff2) format("woff2");font-weight:600;
 font-style:normal;font-display:swap}
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{margin:0;background:var(--paper);color:var(--ink);font:400 1.0625rem/1.7 var(--body);
 overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--brandeep)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,
textarea:focus-visible{outline:3px solid var(--brand);outline-offset:2px}
.bd-hold{width:min(100% - 2.1rem,var(--hold));margin-inline:auto}
.bd-skip{position:absolute;left:-999px;top:0;background:var(--ink);color:var(--card);
 padding:.7rem 1.1rem;z-index:60}
.bd-skip:focus{left:0}
.bd-ic{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;
 stroke-linejoin:round;flex:none}

/* ---- the mark: a square that loses its corner. A SHAPE, never a colour ---- */
.bd-cut{display:block;width:26px;height:26px;background:var(--brand);
 clip-path:polygon(0 0, calc(100% - var(--c)) 0, 100% var(--c), 100% 100%, 0 100%)}
.bd-cut-0{--c:0px}
.bd-cut-9{--c:9px}
.bd-cut-17{--c:17px}
.bd-cut-26{--c:26px}
.bd-cut-hero{background:var(--acclit)}
.bd-cut-rail{width:34px;height:34px}
.bd-cut-tile{background:var(--card);width:22px;height:22px}

/* ---- header: masthead row first, address bar under it ---- */
.bd-head{position:relative;z-index:40}
.bd-bar{background:var(--card);border-bottom:4px solid var(--brand)}
.bd-barrow{display:flex;align-items:center;gap:1rem;padding:1rem 0;flex-wrap:wrap}
.bd-brand{text-decoration:none;color:var(--ink);display:block;margin-right:auto}
.bd-brand-name{display:block;font:700 1.62rem/1.06 var(--disp);letter-spacing:.004em}
.bd-brand-say{display:block;font-size:.74rem;color:var(--muted);letter-spacing:.11em;
 text-transform:uppercase;margin-top:.22rem}
.bd-burger{display:none;align-items:center;gap:.45rem;background:none;border:2px solid var(--ink);
 padding:.5rem .8rem;color:var(--ink);cursor:pointer;font:600 .9rem var(--body)}
.bd-burger span{display:block;width:17px;height:2px;background:var(--ink)}
.bd-burger em{font-style:normal}
.bd-nav ul{display:flex;flex-wrap:wrap;gap:.2rem 1.2rem;list-style:none;margin:0;padding:0}
.bd-nav a{color:var(--ink);text-decoration:none;font-weight:500;font-size:.96rem;
 padding:.3rem 0;border-bottom:3px solid transparent;display:block}
.bd-nav a:hover{border-bottom-color:var(--accent)}
.bd-nav a[aria-current]{border-bottom-color:var(--brand);font-weight:600}
.bd-top{background:var(--ink);color:var(--card);font-size:.85rem}
.bd-toprow{display:flex;align-items:center;gap:.4rem 1.4rem;flex-wrap:wrap;padding:.5rem 0;
 min-height:2.7rem}
.bd-topaddr,.bd-toptel{display:inline-flex;align-items:center;gap:.45rem}
.bd-toptel{color:var(--card);text-decoration:none;font-weight:600}
.bd-toptel:hover{text-decoration:underline}
.bd-topcta{margin-left:auto;background:var(--acclit);color:var(--deep);text-decoration:none;
 font-weight:600;padding:.4rem 1rem;white-space:nowrap}
.bd-topcta:hover{background:var(--card)}
@media (max-width:63rem){
 .bd-burger{display:inline-flex}
 .bd-nav{flex-basis:100%;display:none}
 .bd-nav.is-open{display:block}
 .bd-nav ul{flex-direction:column;gap:0;padding-top:.5rem}
 .bd-nav a{padding:.7rem 0;border-bottom:1px solid var(--hair)}
 .bd-topcta{margin-left:0}
}

/* ---- the hero: a solid panel standing on the picture ---- */
.bd-hero{position:relative;min-height:clamp(28rem,64vh,40rem);display:flex;
 align-items:flex-end;background:var(--deep);overflow:hidden;
 padding-bottom:clamp(1.4rem,4vw,3rem);padding-top:clamp(5rem,16vh,9rem)}
.bd-hero-bare{min-height:clamp(14rem,30vh,20rem);padding-top:2rem}
.bd-hero-shot{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bd-hero .bd-hold{position:relative}
.bd-hero-panel{background:var(--card);border-left:8px solid var(--brand);
 padding:clamp(1.3rem,3vw,2.2rem) clamp(1.3rem,3vw,2.4rem);max-width:44rem;
 box-shadow:0 18px 50px rgba(15,19,41,.34)}
.bd-hero-panel .bd-cut{margin-bottom:.9rem}
.bd-hero-bare .bd-hero-panel{border-left-color:var(--accent)}
.bd-brow{margin:0 0 .6rem;font-size:.78rem;letter-spacing:.15em;text-transform:uppercase;
 color:var(--accent);font-weight:600}
.bd-h1{margin:0;font:700 clamp(1.85rem,4.4vw,3.05rem)/1.08 var(--disp);max-width:20ch;
 text-wrap:balance;color:var(--ink)}
.bd-stand{margin:.9rem 0 0;font-size:clamp(1.02rem,1.9vw,1.2rem);max-width:54ch;
 color:var(--muted)}
.bd-hero-do{display:flex;flex-wrap:wrap;gap:.7rem;margin:1.4rem 0 0}
.bd-btn,.bd-btn2{display:inline-block;text-decoration:none;font-weight:600;padding:.75rem 1.35rem}
.bd-btn{background:var(--brand);color:var(--card)}
.bd-btn:hover{background:var(--ink)}
.bd-btn2{border:2px solid var(--ink);color:var(--ink)}
.bd-btn2:hover{background:var(--ink);color:var(--card)}

/* ---- sections and grounds ---- */
.bd-sec{padding:clamp(2.3rem,5.6vw,4.2rem) 0}
.bd-on-paper{background:var(--paper)}
.bd-on-card{background:var(--card)}
.bd-on-ink{background:var(--ink);color:var(--paper)}
.bd-on-ink a{color:var(--brandlit)}
.bd-on-ink .bd-h2{color:var(--card)}
.bd-lead{background:var(--card);padding:clamp(1.7rem,4vw,2.6rem) 0 0}
.bd-lead p{width:min(100% - 2.1rem,var(--hold));margin-inline:auto;font-size:1.1rem}
.bd-h2{font:700 clamp(1.4rem,2.9vw,2rem)/1.18 var(--disp);margin:0 0 1.1rem;max-width:28ch;
 text-wrap:balance}
.bd-h2-warn::before{content:"";display:block;width:48px;height:5px;background:var(--bad);
 margin-bottom:.7rem}
.bd-sec p{max-width:68ch}
.bd-list{padding-left:1.1rem;max-width:68ch}
.bd-list li{margin:.4rem 0}

/* ---- the rhythm rail: four columns, not four rows ---- */
.bd-rail{list-style:none;margin:0;padding:0;display:grid;gap:1rem;
 grid-template-columns:repeat(auto-fit,minmax(14rem,1fr))}
.bd-rail-link{display:flex;flex-direction:column;height:100%;background:var(--card);
 border:2px solid var(--ink);padding:1.1rem 1.15rem;text-decoration:none;color:inherit}
.bd-rail-link:hover{background:var(--dim)}
.bd-rail-link .bd-cut{margin-bottom:.85rem}
.bd-rail-name{font:700 1.28rem/1.14 var(--disp)}
.bd-rail-say{color:var(--muted);font-size:.95rem;margin:.4rem 0 .9rem}
.bd-rail-fig{margin-top:auto;font-weight:600;color:var(--brandeep)}
.bd-railnote{margin:1rem 0 0;font-size:.93rem;color:var(--muted)}

/* ---- tiles ---- */
.bd-tiles{list-style:none;margin:0;padding:0;display:grid;gap:1rem;
 grid-template-columns:repeat(auto-fit,minmax(15rem,1fr))}
.bd-tile a{position:relative;display:block;text-decoration:none;color:var(--card);
 min-height:19rem;overflow:hidden;background:var(--deep)}
.bd-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bd-tile-wrap{position:relative;display:flex;flex-direction:column;justify-content:flex-end;
 height:100%;min-height:19rem;padding:1.05rem;
 background:linear-gradient(to top,rgba(15,19,41,.93) 0%,rgba(15,19,41,.58) 46%,
 rgba(15,19,41,.06) 100%)}
.bd-tile-wrap .bd-cut{margin-bottom:.55rem}
.bd-tile-kick{font-size:.74rem;letter-spacing:.13em;text-transform:uppercase;
 color:var(--acclit);font-weight:600}
.bd-tile-name{font:700 1.24rem/1.14 var(--disp);margin:.25rem 0 .3rem}
.bd-tile-fig{font-size:.9rem;color:#ded8ef}
.bd-tile a:hover .bd-tile-name{text-decoration:underline}

/* ---- trip cards: picture left, words right ---- */
.bd-cards{list-style:none;margin:0;padding:0;display:grid;gap:1.1rem}
.bd-card a{display:grid;grid-template-columns:15rem 1fr;background:var(--card);
 text-decoration:none;color:var(--ink);border:1px solid var(--hair);min-height:9.5rem}
.bd-card a:hover{border-color:var(--ink)}
.bd-card-shot{overflow:hidden;background:var(--dim)}
.bd-card-shot img{width:100%;height:100%;object-fit:cover}
.bd-card-body{display:block;padding:1.05rem 1.2rem 1.15rem}
.bd-card-top{display:flex;align-items:center;gap:.7rem;margin-bottom:.5rem}
.bd-card-kick{font-size:.74rem;letter-spacing:.11em;text-transform:uppercase;
 color:var(--muted);font-weight:600}
.bd-card-name{display:block;font:700 1.2rem/1.18 var(--disp)}
.bd-card-say{display:block;color:var(--muted);font-size:.94rem;margin-top:.3rem}
.bd-card-fig{display:block;margin-top:.65rem;color:var(--brandeep);font-weight:600}
.bd-card-fig b{font-size:1.14rem}
@media (max-width:46rem){
 .bd-card a{grid-template-columns:1fr}
 .bd-card-shot{aspect-ratio:3/2}
}

/* ---- the full width picture strip ---- */
.bd-strip{position:relative;margin:0;min-height:34vh;display:flex;align-items:center;
 background:var(--deep);overflow:hidden}
.bd-strip img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.bd-strip::after{content:"";position:absolute;inset:0;background:
 linear-gradient(95deg,rgba(15,19,41,.93) 0%,rgba(15,19,41,.82) 44%,rgba(15,19,41,.34) 76%,
 rgba(15,19,41,.12) 100%)}
.bd-strip figcaption{position:relative;z-index:1;width:min(100% - 2.1rem,var(--hold));
 margin-inline:auto;padding:3rem 0;color:var(--card)}
.bd-strip figcaption span{display:block;max-width:33ch;
 font:700 clamp(1.25rem,2.9vw,1.95rem)/1.22 var(--disp)}

/* ---- pictogram band ---- */
.bd-marks{list-style:none;margin:0;padding:0;display:grid;gap:1.05rem 1.7rem;
 grid-template-columns:repeat(auto-fit,minmax(17rem,1fr))}
.bd-marks li{display:flex;gap:.85rem;align-items:flex-start;line-height:1.52}
.bd-marks .bd-ic{color:var(--acclit);margin-top:.15rem}

/* ---- definition pairs ---- */
.bd-pairs{margin:0;display:grid;gap:0;border-top:2px solid var(--ink)}
.bd-pairs>div{display:grid;grid-template-columns:15rem 1fr;gap:.3rem 1.5rem;
 padding:.85rem 0;border-bottom:1px solid var(--hair)}
.bd-pairs dt{font-weight:600}
.bd-pairs dd{margin:0}
.bd-on-ink .bd-pairs,.bd-on-ink .bd-pairs>div{border-color:#3c4468}
@media (max-width:46rem){.bd-pairs>div{grid-template-columns:1fr}}

/* ---- stages: moments on a running rule ---- */
.bd-stages{list-style:none;margin:0;padding:0 0 0 1.6rem;position:relative}
.bd-stages::before{content:"";position:absolute;left:5px;top:.6rem;bottom:.6rem;width:2px;
 background:var(--hair)}
.bd-stages li{position:relative;padding:0 0 1.15rem 0}
.bd-stages li:last-child{padding-bottom:0}
.bd-stage-node{position:absolute;left:-1.6rem;top:.45rem;width:12px;height:12px;
 background:var(--brand);border-radius:50%}
.bd-stage-body b{display:block;font-size:1.05rem;margin-bottom:.2rem}
.bd-stage-body span{color:var(--muted)}
.bd-on-ink .bd-stages::before{background:#3c4468}
.bd-on-ink .bd-stage-body span{color:var(--dim)}

/* ---- questions ---- */
.bd-qa{display:grid;gap:0;border-top:2px solid var(--ink)}
.bd-qa-row{padding:1.05rem 0;border-bottom:1px solid var(--hair)}
.bd-qa-row h3{margin:0 0 .35rem;font:600 1.08rem/1.3 var(--body)}
.bd-qa-row p{margin:0;color:var(--muted);max-width:74ch}

/* ---- the board ---- */
.bd-offers{list-style:none;margin:0 0 1.1rem;padding:0;display:grid;gap:1rem}
.bd-offer{background:var(--card);border:1px solid var(--hair);border-left:6px solid var(--accent);
 padding:1.05rem 1.15rem}
.bd-offer .bd-cut{margin-bottom:.7rem}
.bd-offer h3{margin:0 0 .3rem;font:700 1.14rem/1.22 var(--disp)}
.bd-offer-when{margin:0 0 .45rem;font-weight:600;color:var(--accent)}
.bd-none{color:var(--muted);max-width:66ch}

/* ---- the seven rows, and the figure ---- */
.bd-ledger{margin:0;border-top:3px solid var(--ink)}
.bd-ledger>div{display:grid;grid-template-columns:16rem 1fr;gap:.3rem 1.5rem;padding:.9rem 0;
 border-bottom:1px solid var(--hair)}
.bd-ledger dt{font-weight:600}
.bd-ledger dd{margin:0}
.bd-ledger-note{margin:1rem 0 0;color:var(--muted);font-size:.95rem}
@media (max-width:46rem){.bd-ledger>div{grid-template-columns:1fr}}
.bd-price{background:var(--card);border:2px solid var(--ink);
 border-top:8px solid var(--brand);padding:1.25rem 1.35rem}
.bd-price-fig{margin:0 0 .85rem;font:400 1.15rem/1 var(--body);color:var(--muted)}
.bd-price-fig b{font:700 2.5rem/1 var(--disp);color:var(--ink);display:inline-block;
 margin:0 .3rem}
.bd-price-what{margin:0;border-top:1px solid var(--hair)}
.bd-price-what>div{display:grid;grid-template-columns:13rem 1fr;gap:.3rem 1.3rem;padding:.65rem 0;
 border-bottom:1px solid var(--hair)}
.bd-price-what dt{font-weight:600}
.bd-price-what dd{margin:0}
.bd-price-note{margin:.85rem 0 0;color:var(--muted);font-size:.94rem}
@media (max-width:46rem){.bd-price-what>div{grid-template-columns:1fr}}

/* ---- the rest of the rhythm ---- */
.bd-next h2{font:700 1.32rem/1.18 var(--disp);margin:0 0 .95rem}
.bd-nextlist{list-style:none;margin:0 0 1rem;padding:0;display:grid;gap:.8rem;
 grid-template-columns:repeat(auto-fit,minmax(16rem,1fr))}
.bd-nextlist a{display:block;background:var(--card);border:1px solid var(--hair);
 padding:.9rem 1rem;text-decoration:none;color:var(--ink)}
.bd-nextlist a:hover{border-color:var(--ink)}
.bd-nextlist .bd-cut{margin-bottom:.55rem}
.bd-next-name{display:block;font:700 1.04rem/1.18 var(--disp)}
.bd-next-fig{display:block;font-size:.91rem;color:var(--muted);margin-top:.22rem}
.bd-more{font-weight:600}

/* ---- the form ---- */
.bd-form{background:var(--card);border:2px solid var(--ink);padding:clamp(1.2rem,3vw,2rem);
 max-width:44rem}
.bd-form h3{margin:0 0 .45rem;font:700 1.32rem/1.18 var(--disp)}
.bd-form-say{margin:0 0 1.1rem;color:var(--muted)}
.bd-field{margin-bottom:.9rem}
.bd-field label{display:block;font-weight:600;margin-bottom:.3rem;font-size:.94rem}
.bd-field input,.bd-field select,.bd-field textarea{width:100%;padding:.65rem .7rem;
 border:1px solid var(--muted);background:var(--paper);color:var(--ink);
 font:400 1rem var(--body)}
.bd-field textarea{resize:vertical}
.bd-trap{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.bd-form button{background:var(--brand);color:var(--card);border:0;padding:.85rem 1.6rem;
 font:600 1.02rem var(--body);cursor:pointer}
.bd-form button:hover{background:var(--ink)}
.bd-form-foot{margin:.85rem 0 0;font-size:.92rem;color:var(--muted)}

/* ---- the flight lookup ---- */
/* ⚠️ Every width and height here is a CLASS, never a style attribute. `style-src 'self'` in the
   header blocks the style ATTRIBUTE as well as a style element, and a sibling site shipped with
   sixteen console violations before anybody noticed. */
.bd-slot{background:var(--card);border:2px solid var(--ink);
 padding:clamp(1.15rem,3vw,1.9rem);box-shadow:9px 9px 0 var(--dim)}
.bd-slot h2{margin:0 0 .5rem;font:700 clamp(1.4rem,3vw,1.86rem)/1.15 var(--disp)}
.bd-slot-say{margin:0 0 1.15rem;color:var(--muted);max-width:72ch}
.bd-slot-note{margin:1.15rem 0 0;font-size:.92rem;color:var(--muted);max-width:74ch;
 border-top:1px solid var(--hair);padding-top:.85rem}
.bd-look-head{margin:0 0 .9rem;font:700 1.06rem/1.2 var(--body);letter-spacing:.01em}
.bd-look-set{display:grid;gap:.95rem}
.bd-set{border:1px solid var(--hair);border-radius:0;margin:0;padding:.75rem .85rem .85rem;
 background:var(--paper);min-width:0}
.bd-set legend{padding:0 .4rem;font:700 .82rem/1 var(--body);letter-spacing:.09em;
 text-transform:uppercase;color:var(--muted)}
.bd-set-row{display:grid;gap:.7rem}
@media(min-width:640px){.bd-set-row{grid-template-columns:1fr 1fr}
 .bd-set-counts{grid-template-columns:1fr 1fr 1fr}}
@media(min-width:900px){.bd-set-row{grid-template-columns:1fr 1fr 1fr}
 /* ⚠️ Two fields in a three column row leaves a third of the fieldset empty and the box reads as
    though something failed to render. This row gets its own count. */
 .bd-set-ends{grid-template-columns:1fr 1fr}}
.bd-box{position:relative;min-width:0}
.bd-box label{display:block;font-weight:600;margin-bottom:.28rem;font-size:.92rem}
.bd-aside{font-weight:400;color:var(--muted);font-size:.86rem}
.bd-box input,.bd-box select{width:100%;padding:.6rem .65rem;border:1px solid var(--hair);
 background:var(--card);font:inherit;color:inherit;border-radius:0;min-width:0}
.bd-box input:focus-visible,.bd-box select:focus-visible{outline:3px solid var(--brand);
 outline-offset:1px}
.bd-box.is-short input,.bd-box.is-short select{border-color:var(--bad);border-width:2px}
.bd-box-say{margin:.35rem 0 0;font-size:.88rem;color:var(--bad);font-weight:600}
.bd-nights{margin:.7rem 0 0;font-size:.92rem;color:var(--accent);font-weight:600}
/* The offer list hangs over what follows it, so the box below is never pushed down mid-type. */
.bd-offer{position:absolute;z-index:30;left:0;right:0;top:100%;margin:.2rem 0 0;padding:0;
 list-style:none;background:var(--card);border:2px solid var(--ink);max-height:17rem;
 overflow-y:auto;box-shadow:5px 5px 0 var(--dim)}
.bd-offer li{margin:0}
.bd-offer button{display:block;width:100%;text-align:left;background:none;border:0;
 padding:.5rem .6rem;font:inherit;color:inherit;cursor:pointer;border-bottom:1px solid var(--dim)}
.bd-offer li:last-child button{border-bottom:0}
.bd-offer button:hover,.bd-offer li.is-lit button{background:var(--brandlit)}
.bd-offer-code{font-weight:700;color:var(--brandeep)}
.bd-look-go{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.05rem}
.bd-look-go button{background:var(--brand);color:var(--card);border:0;padding:.82rem 1.55rem;
 font:700 1rem/1 var(--body);cursor:pointer}
.bd-look-go button:hover{background:var(--brandeep)}
.bd-look-go button[disabled]{background:var(--hair);color:var(--muted);cursor:not-allowed}
.bd-look-say{margin:0;font-size:.92rem;color:var(--muted)}
.bd-look-say.is-done{color:var(--good);font-weight:600}

/* ---- who this company is ---- */
.bd-standsec{padding:clamp(2rem,4.6vw,3.1rem) 0}
.bd-stands p{max-width:74ch;margin:0 0 .8rem}
.bd-stands p:last-child{margin-bottom:0}

/* ---- back to the top: in the flow, and hard right ---- */
.bd-uptop{background:var(--paper);border-top:1px solid var(--hair);padding:1.1rem 0;
 text-align:right}
.bd-uptop a{font-weight:600;text-decoration:none;letter-spacing:.05em;font-size:.88rem;
 text-transform:uppercase;padding-right:max(1.05rem,calc((100vw - var(--hold))/2))}
.bd-uptop a:hover{text-decoration:underline}

/* ---- footer: light, ruled in indigo ---- */
.bd-foot{background:var(--card);color:var(--ink);padding:clamp(2.2rem,4.6vw,3.4rem) 0 2rem;
 border-top:8px solid var(--brand)}
.bd-footgrid{display:grid;gap:2rem;grid-template-columns:1fr 2.2fr}
.bd-footlinks{display:grid;gap:1.6rem;grid-template-columns:repeat(3,1fr)}
.bd-footgrid h2{font:600 .78rem/1.3 var(--body);letter-spacing:.12em;text-transform:uppercase;
 color:var(--accent);margin:0 0 .75rem}
.bd-footgrid ul{list-style:none;margin:0;padding:0}
.bd-footgrid li{margin:.4rem 0}
.bd-footname{font:700 1.18rem/1.18 var(--disp);margin:0 0 .55rem}
.bd-footme address{font-style:normal;margin:0 0 .75rem;line-height:1.6}
.bd-footme p{margin:0 0 .65rem}
.bd-footsay{color:var(--muted);font-size:.85rem}
.bd-footopen{font-weight:600;color:var(--accent)}
.bd-footrule{height:2px;background:var(--hair);margin:1.9rem 0 1.3rem}
.bd-footsmall p{margin:0 0 .65rem;font-size:.89rem;color:var(--muted);max-width:none}
@media (max-width:63rem){
 .bd-footgrid{grid-template-columns:1fr}
 .bd-footlinks{grid-template-columns:1fr 1fr}
}
@media (max-width:38rem){.bd-footlinks{grid-template-columns:1fr}}

/* ---- the storage bar, docked under the header ---- */
/* ⚠️ Docked BELOW the header, not over it. Every corner and every edge of this viewport is
   spent across the series, so this one is a full width bar hung under the two header rows; at
   top:0 it covered the masthead and the telephone, which was the same fault a sibling shipped. */
.bd-note{position:fixed;top:7.6rem;left:0;right:0;background:var(--ink);color:var(--card);
 border-top:5px solid var(--acclit);border-bottom:5px solid var(--acclit);z-index:70;
 box-shadow:0 10px 34px rgba(15,19,41,.4)}
.bd-note[hidden]{display:none}
.bd-noterow{display:flex;gap:1rem 2rem;align-items:center;flex-wrap:wrap;padding:.85rem 0}
.bd-note p{margin:0;font-size:.9rem;max-width:56ch}
.bd-note a{color:var(--brandlit)}
.bd-note-do{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-left:auto}
.bd-note-do button{border:2px solid var(--acclit);background:var(--acclit);color:var(--deep);
 padding:.45rem .9rem;font:600 .88rem var(--body);cursor:pointer}
.bd-note-do button+button{background:none;color:var(--acclit)}
@media (max-width:63rem){.bd-note{top:auto;bottom:0;border-bottom:0}}

/* ---- arrival: transform only, never opacity, and never a timer alone ---- */
.bd-js .bd-sec{transform:translateY(10px);transition:transform .45s ease}
.bd-js .bd-sec.is-here,.bd-js .bd-sec.is-all{transform:none}
@media (prefers-reduced-motion:reduce){.bd-js .bd-sec{transform:none;transition:none}}
@media print{
 .bd-head,.bd-note,.bd-uptop,.bd-hero-shot{display:none}
 body{background:#fff;color:#000}
 .bd-hero{min-height:0;background:#fff;padding:0}
 .bd-hero-panel{box-shadow:none;border-left:4px solid #000}
 .bd-cut{background:#000}
}
