/* Ensemble Events, "Booth Light" direction. Internal mockup, nothing published.
   Palette and type taken from the 2026-09-04 top-DJ benchmark:
   ground, accents and cream section lifted from Remixologists (NYC), reinforced by
   Beat Train (Boston) and Impulse (Chicago). Category rules observed in that research
   and enforced here: radius 0, NO decorative gradients, no glow text, people not gear,
   one sans for everything plus one display face. */
:root{
  --night:#0E1726; --surface:#182236; --line:#2A3548;
  --text:#E9EAEC; --text-2:#C3C5C9;
  --teal:#14BABD; --magenta:#EC579D;
  --cream:#182236; --cream-text:#C3C5C9; --cream-line:#2A3548;
  --flag:#F2B441; --flag-bg:#2A2312; --flag-line:#5A4A1E;
  --f-disp:"Abril Fatface",Georgia,serif;
  --f-body:"Poppins",-apple-system,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{margin:0;background:var(--night);color:var(--text);font-family:var(--f-body);font-weight:300;font-size:17px;line-height:1.7;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:var(--teal)}
h1,h2,h3{font-family:var(--f-disp);font-weight:400;margin:0;text-wrap:balance;letter-spacing:-.005em}
:focus-visible{outline:2px solid var(--teal);outline-offset:3px}
.shell{max-width:1200px;margin:0 auto;padding:0 26px}
[hidden]{display:none!important}
.skip{position:absolute;left:-9999px}
.skip:focus{position:static;display:inline-flex;align-items:center;min-height:44px;background:var(--teal);color:var(--night);padding:0 18px;font-weight:600}

/* uppercase label, Poppins at the tracking Remixologists uses */
.lab{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--teal)}
.lab.mag{color:var(--magenta)}

.ribbon{background:var(--flag-bg);border-bottom:1px solid var(--flag-line);color:var(--flag);font-size:12px;font-weight:400;letter-spacing:.03em;padding:9px 26px;text-align:center}

.topbar{position:sticky;top:0;z-index:50;background:rgba(14,23,38,.95);border-bottom:1px solid var(--line)}
.topbar .shell{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:14px;padding-bottom:14px}
.brandmark{width:124px;cursor:pointer;background:none;border:0;padding:0}
.brandmark img{width:100%}
nav.pages{display:flex;flex-wrap:wrap;gap:2px;align-items:center}
nav.pages a{font-family:var(--f-body);font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:none;border:0;color:var(--text-2);padding:10px 11px;cursor:pointer;border-radius:0}
nav.pages a:hover{color:var(--text)}
nav.pages a[aria-current]{color:var(--teal)}
nav.pages a.cta{background:var(--magenta);color:#fff;margin-left:8px;padding:12px 18px}
nav.pages a.cta:hover{background:#F06BA9}

.btn{font-family:var(--f-body);font-weight:600;font-size:14px;letter-spacing:.04em;text-transform:uppercase;padding:16px 30px;border-radius:0;text-decoration:none;display:inline-block;border:1px solid transparent;cursor:pointer}
.btn-p{background:var(--magenta);color:#fff}
.btn-p:hover{background:#F06BA9}
.btn-s{border-color:var(--line);color:var(--text);background:none}
.btn-s:hover{border-color:var(--teal);color:var(--teal)}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}

/* hero: flat ground, type carries it. No gradient, per the benchmark. */
.hero{border-bottom:1px solid var(--line)}
.hero .shell{padding-top:152px;padding-bottom:140px}
.hero h1{font-size:clamp(44px,8vw,104px);line-height:.98;max-width:13ch}
.hero h1 span{color:var(--teal)}
.hero p{font-size:clamp(17px,1.7vw,20px);color:var(--text-2);max-width:46ch;margin:26px 0 0}
.hero .lab{margin-bottom:22px;display:block}

.phead{border-bottom:1px solid var(--line)}
.phead .shell{padding-top:96px;padding-bottom:72px}
.phead .lab{margin-bottom:18px;display:block}
.phead h1{font-size:clamp(38px,6vw,72px);line-height:1;max-width:15ch}
.phead h1 span{color:var(--teal)}
.phead p{font-size:19px;color:var(--text-2);max-width:52ch;margin:22px 0 0}

/* proof strip, numbers not adjectives */
.proof{border-bottom:1px solid var(--line);background:var(--surface)}
.proof .shell{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:34px;padding-top:44px;padding-bottom:44px}
.proof .n{font-family:var(--f-disp);font-size:38px;color:var(--teal);line-height:1}
.proof .k{font-size:13px;color:var(--text-2);margin-top:6px;line-height:1.45}

section{padding:124px 0}
section.tight{padding:84px 0}
section.alt{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
section.cream{background:var(--cream);color:var(--cream-text);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
section.cream h2,section.cream h3{color:var(--text)}
section.cream p{color:var(--cream-text)}
section.cream .lab{color:var(--teal)}
h2.sec{font-size:clamp(32px,4.6vw,54px);line-height:1.02;max-width:17ch}
h2.sec span{color:var(--teal)}
section.cream h2.sec span{color:var(--teal)}
.lede{font-size:18px;color:var(--text-2);max-width:56ch;margin:20px 0 0}
section.cream .lede{color:var(--cream-text)}
.sec-head .lab{display:block;margin-bottom:16px}

/* router cards, the three lanes */
.lanes{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;margin-top:52px}
.lane{background:var(--surface);border:1px solid var(--line);padding:36px 28px 34px;display:flex;flex-direction:column;gap:12px;text-align:left;cursor:pointer;font-family:var(--f-body);color:inherit}
.lane:hover{border-color:var(--teal)}
.lane h3{font-size:29px;line-height:1.05;overflow-wrap:anywhere}
.lane p{margin:0;font-size:15px;color:var(--text-2);line-height:1.6}
.lane .fig{margin-top:auto;padding-top:10px;font-size:14px;font-weight:600;letter-spacing:.04em;color:var(--teal)}
.lane .fig.mag{color:var(--magenta)}

.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-top:42px}
.card{background:var(--surface);border:1px solid var(--line);display:flex;flex-direction:column}
.card .ph{aspect-ratio:1/1;overflow:hidden;background:#101B2C}
.card .ph img{width:100%;height:100%;object-fit:cover;object-position:center}
/* the featured format: full width, screen beside the words */
.card.feature{grid-column:1/-1;flex-direction:row;border-top:3px solid var(--magenta)}
.card.feature .ph{aspect-ratio:1/1;width:min(42%,360px);flex:none}
.card.feature .tx{justify-content:center;padding:30px 30px}
.card.feature h3{font-size:31px}
/* cards that link to the explainers */
a.card{color:inherit;text-decoration:none}
a.card:hover{border-color:var(--teal)}
.card .more{margin-top:auto;padding-top:12px;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--teal)}
.card.noimg .tx{padding-top:30px}
@media (max-width:700px){.card.feature{flex-direction:column}.card.feature .ph{width:100%}}
.card .tx{padding:24px 22px 26px;display:flex;flex-direction:column;gap:10px;flex:1}
.card h3{font-size:25px;line-height:1.06}
.card p{margin:0;font-size:15px;color:var(--text-2);line-height:1.6}

/* price grid */
.prices{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1px;background:var(--line);border:1px solid var(--line);margin-top:44px}
.prices > div{background:var(--surface);padding:34px 26px;display:flex;flex-direction:column;gap:8px}
.prices > div.flag{border-top:3px solid var(--magenta)}
.prices .k{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-2)}
.prices h3{font-size:22px;line-height:1.1}
.prices .fig{font-family:var(--f-disp);font-size:38px;color:var(--teal);line-height:1;margin-top:4px}
.prices p{margin:0;font-size:14.5px;color:var(--text-2);line-height:1.6}
section.cream .prices > div{background:var(--night)}
section.cream .prices{background:var(--cream-line);border-color:var(--cream-line)}
section.cream .prices .k{color:var(--text-2)}
section.cream .prices p{color:var(--cream-text)}
section.cream .prices .fig{color:var(--teal)}

/* reels, images carry the page */
.reels{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-top:40px}
.reel{aspect-ratio:9/16;border:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:18px}
.reel .tri{font-size:24px;color:var(--line)}
.reel span{font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2)}
.gal{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-top:38px}
.gal img{width:100%;aspect-ratio:1/1;object-fit:cover;border:1px solid var(--line);background:#101B2C}

/* quote */
.quote{margin:44px 0 0;max-width:34ch}
.quote p{font-family:var(--f-disp);font-size:clamp(22px,2.6vw,30px);line-height:1.28;margin:0;color:var(--text)}
.quote cite{display:block;margin-top:16px;font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--text-2);font-style:normal}
section.cream .quote p{color:var(--text)}
section.cream .quote cite{color:var(--text-2)}
.quotes{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:28px;margin-top:44px}
.quotes .quote{margin:0;max-width:none}

/* plain list */
.list{list-style:none;margin:34px 0 0;padding:0;border-top:1px solid var(--line);max-width:64ch}
.list li{padding:19px 0;border-bottom:1px solid var(--line);font-size:16px;color:var(--text-2)}
.list li b{color:var(--text);font-weight:600}
section.cream .list{border-color:var(--cream-line)}
section.cream .list li{border-color:var(--cream-line);color:var(--cream-text)}
section.cream .list li b{color:var(--text)}

.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1px;background:var(--line);border:1px solid var(--line);margin-top:42px}
.steps > div{background:var(--night);padding:34px 26px}
.steps .n{font-family:var(--f-disp);font-size:30px;color:var(--magenta);line-height:1;margin-bottom:12px}
.steps h3{font-size:21px;margin-bottom:8px}
.steps p{margin:0;font-size:15px;color:var(--text-2);line-height:1.6}

.two{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}
.promise{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;background:var(--line);border:1px solid var(--line);margin-top:44px}
.promise > div{background:var(--night);padding:34px 28px}
.promise h3{font-size:22px;margin-bottom:10px}
.promise p{margin:0;font-size:15.5px;color:var(--text-2);line-height:1.65}
.areas{margin-top:26px;display:flex;flex-wrap:wrap;gap:8px 0;font-size:13px;color:var(--text-2);line-height:1.9}
.areas span:not(:last-child)::after{content:" \00b7  ";color:#3A4558}
.areas b{color:var(--text);font-weight:500}

/* mockup annotation chips, not brand */
.flag{display:inline;background:var(--flag-bg);color:var(--flag);border-bottom:1px dashed var(--flag);font-size:.82em;padding:1px 6px;letter-spacing:.02em}
.flag-block{display:block;background:var(--flag-bg);border:1px dashed var(--flag-line);color:var(--flag);font-size:13px;line-height:1.6;padding:16px 18px;margin:26px 0 0;max-width:64ch}

form{display:flex;flex-direction:column;gap:20px;margin-top:40px;max-width:560px}
.f2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-2)}
input,textarea,select{background:var(--night);border:1px solid var(--line);color:var(--text);font-family:var(--f-body);font-weight:300;font-size:16px;padding:13px 14px;border-radius:0;width:100%}
input:focus,textarea:focus,select:focus{border-color:var(--teal);outline:none}
textarea{resize:vertical;min-height:104px}
.sent{font-size:13px;color:var(--teal);margin:0;letter-spacing:.02em}
/* honeypot: off-screen for people, present for bots */
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}

.band{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center}
.band h2{font-size:clamp(32px,4.4vw,50px);line-height:1.02;margin-bottom:18px}
.band h2 span{color:var(--teal)}
.band p{color:var(--text-2);max-width:44ch;margin:0 auto}
.band .cta-row{justify-content:center}

footer{border-top:1px solid var(--line);padding:52px 0 40px}
.foot-top{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;align-items:flex-start}
.foot-mark{width:82px;opacity:.9}
.foot-tag{font-size:12px;color:var(--text-2);margin-top:12px;letter-spacing:.03em}
.foot-nav{display:flex;flex-wrap:wrap;gap:12px 26px;max-width:600px}
.foot-nav a{color:var(--text-2);background:none;border:0;font-family:var(--f-body);font-weight:300;font-size:15px;cursor:pointer;padding:0}
.foot-nav a:hover{color:var(--teal)}
.foot-note{margin-top:36px;padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:var(--text-2);line-height:1.7}

.notes{background:#0A101C;border-top:3px solid var(--magenta);padding:64px 0 78px}
.notes h2{font-size:30px;margin-bottom:6px}
.notes .lab{display:block;margin-bottom:22px}
.notes-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin-top:30px}
.notes-grid h3{font-family:var(--f-body);font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-2);margin-bottom:12px}
.notes ul{margin:0;padding-left:18px;font-size:15px;color:var(--text-2)}
.notes li{margin-bottom:9px}
.notes li b{color:var(--text);font-weight:600}

@media (max-width:900px){
  .two,.notes-grid{grid-template-columns:1fr;gap:38px}
  section{padding:72px 0}
  .hero .shell{padding-top:70px;padding-bottom:62px}
  /* compact phone header: logo row plus one scrollable row of links, about 110px
     instead of a 265px stack that ate a third of every screen */
  .topbar .shell{flex-direction:column;align-items:stretch;gap:6px;padding-top:10px;padding-bottom:6px}
  .brandmark{width:96px}
  nav.pages{flex-wrap:nowrap;overflow-x:auto;gap:0;margin:0;padding:0;max-width:100%;scrollbar-width:none;-webkit-overflow-scrolling:touch}
  nav.pages::-webkit-scrollbar{display:none}
  nav.pages a{min-height:44px;padding:0 9px;display:inline-flex;align-items:center;white-space:nowrap;font-size:11px}
  nav.pages a.cta{margin-left:6px;padding:0 14px}
  .foot-nav{gap:0 24px}
  .foot-nav a{min-height:44px;display:inline-flex;align-items:center}
}
@media (max-width:520px){ .f2{grid-template-columns:1fr} .shell{padding:0 20px} }
/* ---- support pages (the-method, digital-day-of, wedding101, clientservices)
   These carry long-form prose rather than short marketing blocks. The category
   rule is air, not fewer words, so the rhythm here is deliberately looser.
   Measured 2026-09-07: without this the-method ran 175 words per screen. ---- */
.tiers{display:flex;flex-direction:column;gap:22px;margin-top:44px}
.tier{background:var(--night);border:1px solid var(--cream-line);padding:44px 40px}
.tier .n{margin-bottom:18px}
.tier h3{margin:0 0 16px}
.tier p{max-width:68ch;margin:0 0 16px}
.tier p:last-child{margin-bottom:0}
@media(max-width:700px){.tier{padding:32px 22px}}

/* Links that were <button> in the mockup and are anchors here. Without this they
 * pick up the default underline, which the design never had. Inline prose links
 * (.tx) are deliberately left underlined. */
.topbar a, .foot-nav a, a.lane, a.card, a.btn, .brandmark, a.reel{text-decoration:none}
a.lane h3, a.card h3{text-decoration:none}

/* A reel frame carrying a real photograph rather than a placeholder label. */
.reel.has-img{padding:0;overflow:hidden}
.reel.has-img img{width:100%;height:100%;object-fit:cover;display:block}

/* Caption sitting on a filled reel frame, so the day-arc labels survive now that
 * the frames carry photographs instead of placeholder text. */
.reel.has-img{position:relative}
.reel.has-img .cap{position:absolute;left:0;right:0;bottom:0;padding:11px 14px;
  font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;
  color:#fff;text-align:center;
  /* solid scrim, not a gradient: the benchmark's zero-gradient rule is enforced
   * by the build and a legibility scrim does not need to break it */
  background:rgba(14,23,38,.72)}

/* ---- Wedding 101 layer: articles, tool pages, hub cards ------------------ */
.article-body{padding:64px 0}
.article{max-width:68ch;font-size:17px;line-height:1.75}
.article h2{font-family:var(--f-disp);font-weight:400;font-size:clamp(26px,3.2vw,36px);line-height:1.1;margin:44px 0 12px}
.article h3{font-size:21px;margin:30px 0 8px}
.article p{margin:0 0 18px;color:var(--text-2)}
.article p strong{color:var(--text)}
.article ul,.article ol{margin:0 0 18px;padding-left:22px;color:var(--text-2)}
.article li{margin-bottom:8px}
.article a{color:var(--teal)}
.article blockquote{margin:24px 0;padding:16px 20px;border-left:3px solid var(--teal);background:var(--surface);color:var(--text)}
.article blockquote p{margin:0;color:var(--text)}
.article hr{border:0;border-top:1px solid var(--line);margin:36px 0}
.article .sig{margin-top:36px;font-family:var(--f-disp);font-size:24px;color:var(--text)}
.tool-card{margin:34px 0;padding:24px;background:var(--surface);border:1px solid var(--teal)}
.tool-card .lab{display:block;margin-bottom:6px}
.tool-card h3{font-size:24px;margin:0 0 6px}
.tool-card p{margin:0 0 16px;color:var(--text-2)}
.chain{display:flex;justify-content:space-between;gap:16px;margin-top:48px;padding-top:22px;border-top:1px solid var(--line);font-size:15px;max-width:68ch}
.chain a{text-decoration:none;color:var(--text)}
.chain a:hover{color:var(--teal)}
.chain span{color:var(--text-2);display:block;font-size:12px;text-transform:uppercase;letter-spacing:.05em}
.chain a:last-child{text-align:right}
.phead .lab a{color:inherit;text-decoration:none}
.tool-page{padding:48px 0 96px}
@media(max-width:520px){.article{font-size:16px}.article-body{padding:40px 0}}
/* inside an article the link color must not reach the buttons in a tool card */
.article .btn-p,.tool-card .btn-p{color:#fff}
.article .btn-s,.tool-card .btn-s{color:var(--text)}
.article .btn-s:hover,.tool-card .btn-s:hover{color:var(--teal)}
/* tool pages: a short head so the tool itself starts on the first phone screen */
.tool-head .shell{padding-top:40px;padding-bottom:30px}
.tool-head h1{font-size:clamp(30px,4.5vw,48px)}
.tool-head p{font-size:16px;margin-top:12px}
.tool-head .cta-row{margin-top:18px}
.tool-head .cta-row .btn{padding:11px 16px;font-size:12px}
.tool-page{padding-top:28px}

/* Real footage, tap to play. Never autoplay. The file ships without a sound track: the
   reel's music is a Facebook-library track licensed for Facebook only. */
.clip{margin:28px auto 0;max-width:760px;border:1px solid var(--line);background:#000}
.clip video{display:block;width:100%;aspect-ratio:4/3;height:auto;background:#000}
.clip .cap{display:block;padding:11px 14px;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2);background:var(--surface)}
.clip .cap b{color:var(--text);font-weight:600}

/* Wide photo band on the game and lane pages. Licensed stock, captioned honestly:
   Ensemble has no game show footage of its own yet. */
.photo{margin:30px auto 0;max-width:900px;border:1px solid var(--line);background:var(--surface)}
.photo img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.photo .cap{display:block;padding:11px 14px;font-size:11px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2)}
.photo .cap b{color:var(--text);font-weight:600}

/* ---- Wedding 101 artwork: one hero per lesson, photo or drawn diagram ---- */
.w101-art{margin:0 auto;max-width:820px;border:1px solid var(--line);background:var(--surface)}
.w101-photo img{display:block;width:100%;height:auto;aspect-ratio:16/7;object-fit:cover}
.w101-diagram{padding:18px 18px 0}
.w101-diagram svg{display:block;width:100%;height:auto;overflow:visible}
.w101-diagram figcaption{padding:14px 2px 18px;font-size:13px;line-height:1.6;color:var(--text-2)}
.w101-diagram figcaption b{display:block;margin-bottom:4px;color:var(--text);font-size:14px}
@media(max-width:640px){.w101-diagram{padding:12px 12px 0}.w101-diagram figcaption{font-size:12.5px}}

/* Hub as a library: a thumbnail per lesson so the eye can scan it.
   Every card gets a top block of the same shape, or the grid goes ragged. */
.lanes-cards{grid-template-columns:repeat(auto-fill,minmax(272px,1fr));align-items:stretch}
.lane-card{display:flex;flex-direction:column;padding:0;overflow:hidden;height:100%}
.lane-thumb{display:block;flex:0 0 auto;aspect-ratio:16/9;background:var(--night);border-bottom:1px solid var(--line);overflow:hidden}
.lane-thumb img{display:block;width:100%;height:100%;object-fit:cover}
.lane-thumb-d,.lane-thumb-n{display:flex;align-items:center;justify-content:center}
.lane-thumb-d svg{width:84px;height:auto}
.lane-thumb-d rect{fill:#31405A}
.lane-card:hover .lane-thumb-d rect{fill:var(--teal)}
.lane-thumb-n img{width:52px;height:auto;object-fit:contain;opacity:.22}
.lane-tx{display:block;padding:18px 20px 22px}
/* The lessons carry real titles with slashes in them. Breaking anywhere splits
   "Photographer/Videographer" mid-word; break-word only breaks when it must. */
.lane-card h3{margin:0 0 6px;font-size:23px;line-height:1.15;overflow-wrap:break-word}
.lane-card p{font-size:14px;line-height:1.55}
/* A lesson that carries both: the diagram tucks up under its photo. */
.w101-after-photo{padding-top:0}

/* The footer phone. Added 2026-09-10: SITE.phone existed in the config and appeared on no
   page, so the site had no number anywhere. Sized to be tappable, not shouted. */
.foot-tel{display:inline-block;margin-top:6px;padding:8px 0;color:#14BABD;font-weight:600;
  font-size:18px;line-height:1.5;letter-spacing:.01em;text-decoration:none;min-height:44px;
  box-sizing:border-box}
.foot-tel:hover{text-decoration:underline}

/* Wedding 101 tools */
/* Wedding 101 tools: the screen styles every tool shares (TOOLS-SPEC 5.1, 5.3).
 * Appended to site.css by the build; until then w101.js links it from the tool page.
 * Booth Light rules: radius 0, no gradients, Poppins body, teal accents. Magenta is a rule, a
 * border, or a glyph, never a fill behind white text. Tokens come from the site stylesheet. */
:root{--w101-css:1}

/* the site's primary button is magenta under white text (3.27:1); on a tool page the primary is
   teal under ground-colored text (7.52:1), and nothing else about the button changes */
.tool-page .btn-p{background:var(--teal);color:var(--night);border-color:var(--teal)}
.tool-page .btn-p:hover{background:#3FD0D2;color:var(--night)}
.tool-page .btn{min-height:44px}

.w1{max-width:1100px}
.w1-intro{font-size:17px;max-width:62ch;margin:0 0 10px;color:var(--text-2)}
.w1-saved{font-size:13px;color:var(--text-2);margin:0 0 22px}

/* the sticky summary: a bar under the title on wide screens, a footer bar on phones */
.w1-bar{position:sticky;top:72px;z-index:20;background:var(--surface);border:1px solid var(--teal);padding:12px 16px;font-weight:500;font-size:15px;margin:0 0 20px;line-height:1.45}
@media(max-width:979px){
  .w1-bar{position:fixed;top:auto;bottom:0;left:0;right:0;margin:0;border-width:1px 0 0;padding:12px 20px;font-size:14px}
  .w1{padding-bottom:96px}
}

.w1-grid{display:grid;gap:28px}
@media(min-width:980px){
  .w1-grid{grid-template-columns:minmax(0,5fr) minmax(0,6fr);align-items:start}
  .w1-grid > .w1-out{position:sticky;top:140px;max-height:calc(100vh - 156px);overflow:auto}
}

/* collapsible steps: native details, so they work with JavaScript off */
.w1-step{background:var(--surface);border:1px solid var(--line);margin:0 0 12px}
.w1-step summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:12px;min-height:56px;padding:12px 18px;font-family:var(--f-disp);font-size:22px;line-height:1.1;color:var(--text)}
.w1-step summary::-webkit-details-marker{display:none}
.w1-step summary::after{content:"+";margin-left:auto;color:var(--teal);font-family:var(--f-body);font-size:26px;font-weight:300}
.w1-step[open] summary::after{content:"\2212"}
.w1-n{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid var(--teal);color:var(--teal);font-family:var(--f-body);font-size:13px;font-weight:600;flex:none}
.w1-fields{padding:6px 18px 22px;display:grid;gap:20px}
.w1-two{display:grid;gap:16px}
@media(min-width:560px){.w1-two{grid-template-columns:1fr 1fr}}

.w1 label{display:flex;flex-direction:column;gap:7px}
.w1-lab{font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--text-2);display:block;margin:0 0 8px}
.w1-help{font-size:13px;color:var(--text-2);text-transform:none;letter-spacing:0;font-weight:300;line-height:1.55;margin:0}
p.w1-help{margin:0}
.w1-why{font-size:14px;color:var(--text-2);line-height:1.55;margin:8px 0 0}
.w1-hint{font-size:13px;color:var(--teal);text-transform:none;letter-spacing:0;font-weight:400}
.w1 input[type=time],.w1 input[type=date]{max-width:220px}
.w1 input[type=number]{max-width:160px}

/* two- and three-button pickers */
.w1-radio{display:flex;flex-wrap:wrap;gap:8px}
.w1-radio [role=radio]{min-height:44px;min-width:44px;padding:0 16px;background:var(--night);border:1px solid var(--line);color:var(--text);font-family:var(--f-body);font-size:15px;font-weight:400;cursor:pointer;border-radius:0;text-align:center}
.w1-radio [role=radio]:hover{border-color:var(--teal)}
.w1-radio [role=radio][aria-checked=true]{border-color:var(--teal);color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal);font-weight:500}

/* steppers: real buttons around a real number input */
.w1-stepper{display:inline-flex;align-items:stretch;border:1px solid var(--line);background:var(--night);vertical-align:middle}
.w1-stepper button{width:48px;min-height:44px;background:none;border:0;border-right:1px solid var(--line);color:var(--teal);font-size:22px;font-weight:300;cursor:pointer;font-family:var(--f-body);line-height:1}
.w1-stepper button:last-child{border-right:0;border-left:1px solid var(--line)}
.w1-stepper button:disabled{color:var(--text-2);opacity:.35;cursor:default}
.w1-stepper input{width:4.6em;border:0;text-align:center;padding:10px 4px;font-weight:500;font-size:16px;-moz-appearance:textfield;appearance:textfield;max-width:none}
.w1-stepper input::-webkit-outer-spin-button,.w1-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.w1-unit{font-size:13px;color:var(--text-2);text-transform:none;letter-spacing:0;font-weight:300}
.w1-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}

/* checkboxes with the label as the tap target; the selector outranks the site's column-flex label rule */
.w1 label.w1-check,.w1-check{display:flex;flex-direction:row;align-items:center;gap:12px;min-height:44px;text-transform:none;letter-spacing:0;font-size:15px;font-weight:400;color:var(--text);cursor:pointer}
.w1-check input{width:24px;height:24px;margin:0;accent-color:var(--teal);flex:none}

.w1-presets{display:flex;flex-wrap:wrap;gap:8px}
.w1-chip{min-height:44px;padding:0 14px;background:none;border:1px solid var(--line);color:var(--text);font-family:var(--f-body);font-size:14px;cursor:pointer;border-radius:0}
.w1-chip:hover{border-color:var(--teal);color:var(--teal)}

/* the output block is a section, and the site pads every section by 72px; this one sits inside the tool */
.w1-out{padding:0}
.w1-out h2{font-size:clamp(26px,3vw,34px);margin:0 0 14px}
.w1-card{background:var(--surface);border:1px solid var(--line);padding:18px 20px;margin:16px 0}
.w1-card h3{font-size:20px;margin:0 0 8px}
.w1-card p{margin:0 0 8px;font-size:15px;color:var(--text-2);line-height:1.6}
.w1-card p:last-child{margin-bottom:0}
.w1-card.teal{border-color:var(--teal)}
.w1-card .big{font-family:var(--f-disp);font-size:clamp(30px,5vw,44px);color:var(--text);line-height:1;margin:0 0 6px}
.w1-card ul{margin:0;padding-left:20px;color:var(--text-2);font-size:15px}
.w1-card li{margin:0 0 6px}
.w1-compare{display:grid;gap:12px}
@media(min-width:560px){.w1-compare{grid-template-columns:1fr 1fr}}
.w1-compare > div{border:1px solid var(--line);padding:12px 14px}
.w1-compare h4{margin:0 0 6px;font-size:14px;font-weight:600;color:var(--teal);text-transform:uppercase;letter-spacing:.04em}

/* warnings: a glyph and text, the magenta rule is decoration */
.w1-warn{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:8px}
.w1-warn li{display:flex;gap:12px;align-items:flex-start;background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--magenta);padding:12px 14px;font-size:15px;line-height:1.5;color:var(--text-2)}
.w1-warn strong{font-weight:600;color:var(--text)}
.w1-glyph{flex:none;width:24px;height:24px;border:1px solid var(--magenta);color:var(--magenta);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;margin-top:2px}

/* the schedule list */
.w1-sched{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}
.w1-sched li{border-bottom:1px solid var(--line);position:relative}
.w1-row{display:grid;grid-template-columns:84px minmax(0,1fr) auto;gap:2px 12px;align-items:baseline;width:100%;text-align:left;padding:12px 60px 12px 0;background:none;border:0;color:var(--text);font-family:var(--f-body);font-weight:300;cursor:pointer;min-height:44px}
.w1-row:hover .w{color:var(--teal)}
.w1-row .t{font-weight:600;color:var(--teal);font-variant-numeric:tabular-nums;font-size:15px}
.w1-row .w{font-weight:500;font-size:16px}
.w1-row .m{color:var(--text-2);font-size:13px;white-space:nowrap}
.w1-row .c{grid-column:2/4;font-size:13px;color:var(--text-2);line-height:1.5}
li.indent .w1-row{padding-left:22px;grid-template-columns:62px minmax(0,1fr) auto}
li.indent{background:rgba(20,186,189,.06)}
li.soft .w1-row .w{color:var(--text-2);font-weight:300;font-style:italic}
li.marker{border-left:3px solid var(--magenta)}
li.marker .w1-row{padding-left:12px}
li.marker .w1-row .w{color:var(--magenta);font-weight:500}
.w1-notebtn{position:absolute;right:0;top:8px;min-width:44px;min-height:44px;background:none;border:1px solid var(--line);color:var(--text-2);font-family:var(--f-body);font-size:12px;cursor:pointer;padding:0 8px}
.w1-notebtn:hover,.w1-notebtn[aria-expanded=true]{border-color:var(--teal);color:var(--teal)}
.w1-noteline{padding:0 0 12px}
.w1-noteline input{font-size:15px;padding:10px 12px}
.w1-sched-static{display:grid;gap:0;border-top:1px solid var(--line);margin:0;padding:0;list-style:none}
.w1-sched-static li{display:grid;grid-template-columns:84px 1fr auto;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:15px}
.w1-sched-static .t{color:var(--teal);font-weight:600}
.w1-sched-static .m{color:var(--text-2);font-size:13px}

/* events picker cards */
.w1-ev{background:var(--surface);border:1px solid var(--line);padding:16px 18px;margin:0 0 12px}
.w1-ev.keep{border-color:var(--teal)}
.w1-ev.skip{opacity:.7}
.w1-ev-head{display:flex;flex-wrap:wrap;gap:10px 16px;align-items:center;justify-content:space-between;margin:0 0 10px}
.w1-ev-head h3{font-size:22px;margin:0;flex:1 1 200px}
.w1-ev-head h3 input{font-family:var(--f-body);font-size:16px;max-width:280px}
.w1-ev .w1-why{margin:8px 0 0}
.w1-detail{border-top:1px solid var(--line);margin-top:14px;padding-top:14px;display:grid;gap:14px}
.w1-detail[hidden]{display:none}
.w1-fact{border-left:3px solid var(--magenta);padding:8px 14px;font-size:14px;color:var(--text-2);line-height:1.55;background:var(--night)}
.w1-fact strong{color:var(--text)}
.w1-static{margin:0 0 20px}
.w1-static table{width:100%;border-collapse:collapse;font-size:15px}
.w1-static th,.w1-static td{text-align:left;padding:8px 6px;border-bottom:1px solid var(--line);vertical-align:top}
.w1-static th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);font-weight:600}
.w1-static .o{display:inline-block;width:14px;height:14px;border:1px solid var(--text-2);border-radius:50%;margin-right:8px;vertical-align:-2px}

/* action row at the bottom of every tool */
.w1-actions{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 0}
.w1-actions .btn{padding:14px 20px;font-size:13px}
.w1-actions input[type=file]{position:absolute;left:-9999px;width:1px;height:1px}
.w1-actions .btn-file{position:relative}
/* the file input is what takes keyboard focus; the button it lives in shows the ring */
.w1-actions .btn-file:focus-within{outline:2px solid var(--teal);outline-offset:3px}
.w1-link{color:var(--teal)}

/* the saved toast: the only animation, and reduced motion removes it (the site's rule) */
.w1-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--teal);color:var(--night);padding:12px 18px;font-weight:600;font-size:14px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;z-index:100;max-width:calc(100vw - 40px);text-align:center}
.w1-toast.on{opacity:1;transform:translate(-50%,0)}
@media(max-width:979px){.w1-toast{bottom:104px}}
@media(prefers-reduced-motion:reduce){.w1-toast{transition:none}}

/* the print view of the couple's data lives in the page, hidden on screen (print.css shows it) */
.sheet-view{display:none}

@media print{
/* Wedding 101 shared print stylesheet (TOOLS-SPEC 5.4).
 * Linked raw by every printable (they have no shell), and appended to site.css inside
 * @media print by the build so a tool page prints its .sheet-view on a white Letter page.
 * Ink #0E1726 on white (17.96:1), gray #555B66 for helper text (6.83:1), hairlines #B8BCC4.
 * System fonts only; Georgia for the one display heading. Nothing depends on color. */
@page{size:Letter portrait;margin:0.6in}
@page landscape{size:Letter landscape;margin:0.6in}
.landscape{page:landscape}

html,body{background:#fff !important;color:#0E1726 !important}
body{margin:0;font-family:-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:11pt;line-height:1.35;font-weight:400;-webkit-print-color-adjust:exact;print-color-adjust:exact}
*{box-sizing:border-box}

/* one sheet per page; rows never split; table headers repeat */
.sheet{position:relative}
.sheet + .sheet{break-before:page;page-break-before:always}
tr,.row,.card,.no-split{break-inside:avoid;page-break-inside:avoid}
thead{display:table-header-group}
h1,h2,h3{break-after:avoid;page-break-after:avoid;margin:0;font-weight:400;color:#0E1726}
h1{font-family:Georgia,"Times New Roman",serif;font-size:22pt;line-height:1.1;margin:0 0 6pt}
h2{font-size:13pt;font-weight:600;margin:12pt 0 6pt}
h3{font-size:11pt;font-weight:600;margin:9pt 0 4pt}
p{margin:0 0 6pt}
ul,ol{margin:0 0 6pt;padding-left:16pt}
li{margin:0 0 3pt}
.gray,.help{color:#555B66}
.small{font-size:9pt}
.faint{color:#9A9EA6}
.b{font-weight:600}
.tabular{font-variant-numeric:tabular-nums}

/* the header and footer repeat on every page as real elements, not position: fixed */
.sheet-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12pt;border-bottom:2px solid #0E1726;padding-bottom:6pt;margin-bottom:10pt}
.sheet-head .names{font-family:Georgia,"Times New Roman",serif;font-size:18pt;line-height:1.1}
.sheet-head .sub{color:#555B66;font-size:10pt;margin-top:2pt}
.sheet-head .kind{font-size:9pt;text-transform:uppercase;letter-spacing:.06em;color:#555B66;text-align:right;white-space:nowrap}
.sheet-foot{margin-top:14pt;padding-top:6pt;border-top:1px solid #B8BCC4;font-size:8.5pt;color:#555B66;display:flex;justify-content:space-between;gap:12pt}

/* fill-in furniture */
.box{border:1px solid #B8BCC4;min-height:22pt}
.box.tall{min-height:44pt}
.line{border-bottom:1px solid #B8BCC4;min-height:18pt}
.lines .line{margin-bottom:2pt}
.check{display:inline-block;width:14pt;height:14pt;border:1px solid #0E1726;vertical-align:-3pt;margin-right:6pt;flex:none}
.circle{display:inline-block;width:12pt;height:12pt;border:1px solid #0E1726;border-radius:50%;vertical-align:-2pt;margin-right:4pt}
.big{font-size:24pt;font-weight:600;border:1.5px solid #0E1726;min-height:40pt;padding:4pt 8pt;color:#9A9EA6;-webkit-text-stroke:0.5pt #0E1726;letter-spacing:.04em}
.rule-list li{margin-bottom:5pt}

/* tables */
table{width:100%;border-collapse:collapse}
th,td{text-align:left;vertical-align:top;padding:4pt 5pt;border-bottom:1px solid #B8BCC4}
th{font-size:8.5pt;text-transform:uppercase;letter-spacing:.04em;color:#555B66;font-weight:600;border-bottom:1px solid #0E1726}
td.t{white-space:nowrap;font-weight:600;font-variant-numeric:tabular-nums}
td.num{text-align:right;font-variant-numeric:tabular-nums}
tr.indent td:nth-child(2){padding-left:16pt}
tr.soft td{color:#555B66;font-style:italic}
tr.marker td{color:#0E1726;font-weight:600;border-left:3px solid #0E1726}

/* inside the site shell: hide the chrome and the controls, show the sheet, collapse the title */
.topbar,footer,.btn,.cta-row,.band,.chain,.skip,input,select,button,textarea,.w1-ui,.w1-bar,.w1-toast,noscript,.tool-card{display:none !important}
.sheet-view{display:block !important}
.phead{border:0 !important}
.phead .shell{padding:0 !important}
.phead .lab,.phead p{display:none !important}
.phead h1{font-size:14pt;font-family:Georgia,"Times New Roman",serif;color:#555B66;max-width:none;margin:0 0 8pt;line-height:1.2}
.tool-page{padding:0 !important}
.tool-page .shell,.shell{max-width:none !important;padding:0 !important;margin:0 !important}
main{display:block}
section{padding:0 !important;background:#fff !important;border:0 !important}
a{color:inherit;text-decoration:none}

}
