/* ============================================================================
   The Daybook — Taylormade Care public/marketing design system
   Added 2026-06-29. Productionised from the approved welcome mockup.

   An evolution of the existing brand (sage/cream + Manrope + Lucide): layers a
   journal / early-years-record theme on top. Display = Fraunces (optical serif),
   utility = Spline Sans Mono, body stays Manrope. Sage stays primary; honey-gold
   is a sparing second accent ("gold star" nod), never the dominant colour.

   EVERYTHING here is scoped under `body.daybook-page` so this file is inert on
   the authenticated app and on any page that doesn't opt in — even though base
   public pages co-load style.css. (The hero card keeps the bare class `.daybook`,
   so the page scope is deliberately a DIFFERENT name to avoid a collision.)
   Fonts are self-hosted in fonts.css.
   ========================================================================== */

body.daybook-page{
  --paper:#f6f2e9; --paper-2:#efe9da; --surface:#fffdf8; --surface-edge:#ece4d2;
  --ink:#2a2826; --ink-soft:#544a40; --muted:#8a8276;
  --sage:#4a8c5b; --sage-hover:#3c7449; --sage-deep:#2f5d3a; --sage-soft:#e3efe6;
  --gold:#dca63a; --gold-soft:#f7ebcf;
  --line:#e2dac8;
  --content:1280px;   /* shared width of the marketing content column (hero, sections, nav, footer) */
  --shadow-sm:0 1px 2px rgba(74,60,40,.05);
  --shadow-md:0 4px 18px rgba(74,60,40,.08);
  --shadow-lg:0 22px 55px rgba(74,60,40,.14);
  --r-sm:8px; --r-md:14px; --r-lg:20px; --r-xl:26px; --r-pill:999px;
  --display:'Fraunces',Georgia,serif;
  --body:'Manrope',system-ui,sans-serif;
  --mono:'Spline Sans Mono',ui-monospace,monospace;

  margin:0;font-family:var(--body);color:var(--ink);background:var(--paper);line-height:1.55;
  -webkit-font-smoothing:antialiased;
  background-image:radial-gradient(circle at 1px 1px,rgba(120,100,70,.05) 1px,transparent 0);
  background-size:22px 22px;
}
.daybook-page *{box-sizing:border-box}
.daybook-page h1,.daybook-page h2,.daybook-page h3,.daybook-page h4{
  font-family:var(--display);font-weight:600;letter-spacing:-.018em;color:var(--ink);margin:0}
.daybook-page a{color:var(--sage-hover);text-decoration:none}
.daybook-page img{max-width:100%}
.daybook-page .wrap{max-width:var(--content);margin:0 auto;padding:0 1.4rem}
.daybook-page .muted{color:var(--muted)}

/* shared eyebrow */
.daybook-page .eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--mono);font-weight:600;
  font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--sage-hover)}
.daybook-page .eyebrow::before{content:"";width:26px;height:2px;background:var(--sage);border-radius:2px}
.daybook-page .eyebrow.gold{color:#b0832a}
.daybook-page .eyebrow.gold::before{background:var(--gold)}

/* buttons */
.daybook-page .btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--body);font-weight:600;
  font-size:1rem;padding:.85rem 1.4rem;border-radius:var(--r-pill);border:1px solid transparent;cursor:pointer;
  transition:.16s;text-decoration:none}
.daybook-page .btn svg{width:18px;height:18px}
.daybook-page .btn-primary{background:var(--sage);color:#fff;box-shadow:0 6px 16px rgba(74,140,91,.28)}
.daybook-page .btn-primary:hover{background:var(--sage-hover);transform:translateY(-1px);box-shadow:0 10px 22px rgba(74,140,91,.32)}
.daybook-page .btn-ghost{background:var(--surface);color:var(--ink);border-color:var(--line)}
.daybook-page .btn-ghost:hover{border-color:var(--sage);color:var(--sage-hover)}
.daybook-page .ico{width:20px;height:20px;stroke-width:2;flex:none}

/* header */
.daybook-page .site-header{position:sticky;top:0;z-index:30;background:rgba(246,242,233,.82);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.daybook-page .site-header .wrap,
.daybook-page .site-header-inner{display:flex;align-items:center;justify-content:space-between;height:68px;
  max-width:var(--content);margin:0 auto;padding:0 1.4rem}
.daybook-page .logo{display:flex;align-items:center;gap:.55rem;font-family:var(--display);font-weight:600;
  font-size:1.25rem;color:var(--ink)}
/* Header brand is a clean Fraunces wordmark (styled by .logo above). The full
   emblem badge is too detailed to read in the slim header, so it's showcased
   large in the FOOTER instead — see .footer-logo. */
.daybook-page .logo .seal{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;
  background:var(--sage);color:#fff;box-shadow:var(--shadow-sm)}
.daybook-page .logo .seal svg{width:19px;height:19px}
.daybook-page .nav{display:flex;align-items:center;gap:1.5rem;margin-left:auto}
.daybook-page .nav a{color:var(--ink-soft);font-weight:500;font-size:.95rem}
.daybook-page .nav a:hover{color:var(--sage-hover)}
.daybook-page .nav .btn{padding:.6rem 1.1rem;font-size:.92rem}
@media(max-width:860px){.daybook-page .nav a:not(.btn){display:none}}

/* hero */
.daybook-page .hero{display:grid;grid-template-columns:1.05fr .95fr;gap:3.2rem;align-items:center;padding:4.2rem 0 3.4rem}
@media(max-width:920px){.daybook-page .hero{grid-template-columns:1fr;gap:2.4rem;padding:3rem 0 2.4rem}}
.daybook-page .hero h1{font-size:clamp(2.5rem,5.6vw,4.05rem);line-height:1.03;margin:1.1rem 0 0}
.daybook-page .hero .u-mark{position:relative;white-space:nowrap;color:var(--sage-deep)}
.daybook-page .hero .u-mark svg{position:absolute;left:-2%;bottom:-.42em;width:104%;height:.42em;color:var(--gold)}
.daybook-page .hero-lede{font-size:1.16rem;color:var(--ink-soft);max-width:34ch;margin:1.3rem 0 0}
.daybook-page .hero-ctas{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.9rem}
.daybook-page .hero-pillars{display:flex;flex-wrap:wrap;align-items:center;margin:1.35rem 0 0;font-family:var(--display);font-weight:600;color:var(--ink);font-size:1.12rem;letter-spacing:-.01em}
.daybook-page .hero-pillars span{white-space:nowrap}
.daybook-page .hero-pillars span+span::before{content:"•";color:var(--gold);margin:0 .7rem;font-weight:700}
.daybook-page .hero-note{font-family:var(--mono);font-size:.78rem;letter-spacing:.02em;color:var(--muted);margin:1rem 0 0}

/* hero daybook card (NB bare .daybook = the card, distinct from .daybook-page) */
.daybook-page .daybook{position:relative;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-lg);box-shadow:var(--shadow-lg);padding:0 0 1.1rem;transform:rotate(-1.2deg)}
.daybook-page .daybook::before{content:"";position:absolute;left:26px;right:26px;top:-9px;height:9px;
  background:var(--paper-2);border:1px solid var(--surface-edge);border-bottom:0;border-radius:8px 8px 0 0;z-index:-1}
.daybook-page .daybook::after{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;
  border-radius:var(--r-lg) 0 0 var(--r-lg);background:linear-gradient(var(--gold),var(--sage))}
.daybook-page .daybook-tabs{display:flex;gap:.4rem;padding:1rem 1.2rem .2rem 1.5rem}
.daybook-page .daybook-tabs .tab{font-family:var(--mono);font-size:.72rem;font-weight:600;letter-spacing:.04em;
  color:var(--muted);padding:.3rem .7rem;border-radius:var(--r-pill) var(--r-pill) 0 0}
.daybook-page .daybook-tabs .tab.is-active{background:var(--sage-soft);color:var(--sage-deep)}
.daybook-page .daybook-head{display:flex;align-items:center;justify-content:space-between;
  padding:.5rem 1.4rem .8rem;border-bottom:1px dashed var(--line);margin:0 .1rem}
.daybook-page .daybook-day{font-family:var(--display);font-weight:600;font-size:1.25rem;color:var(--ink)}
.daybook-page .daybook-date{display:block;font-size:.82rem;color:var(--muted)}
.daybook-page .daybook-wx{display:inline-flex;align-items:center;gap:.4rem;font-size:.86rem;font-weight:600;
  color:var(--ink-soft);background:var(--gold-soft);padding:.32rem .6rem;border-radius:var(--r-pill)}
.daybook-page .daybook-wx svg{width:16px;height:16px;color:var(--gold)}
.daybook-page .daybook-feed{list-style:none;margin:.7rem 0 0;padding:0 1.4rem;display:flex;flex-direction:column;gap:.55rem}
.daybook-page .daybook-feed li{display:flex;align-items:center;gap:.55rem;font-size:.92rem;color:var(--ink-soft)}
.daybook-page .daybook-feed .t{font-family:var(--mono);font-size:.78rem;color:var(--muted);width:2.9rem}
.daybook-page .daybook-feed b{color:var(--ink)}
.daybook-page .badge{font-size:.7rem;font-weight:700;padding:.12rem .5rem;border-radius:var(--r-pill);text-transform:lowercase}
.daybook-page .b-feed{background:#e6eef9;color:#39618f}
.daybook-page .b-nap{background:#efe7f7;color:#6b4a92}
.daybook-page .b-nappy{background:#fbe9df;color:#b06a3f}
.daybook-page .b-act{background:var(--sage-soft);color:var(--sage-deep)}
.daybook-page .daybook-foot{display:flex;align-items:center;gap:.5rem;margin:1rem 1.4rem 0;padding-top:.8rem;
  border-top:1px dashed var(--line);font-size:.84rem;color:var(--muted)}
.daybook-page .daybook-foot .star{color:var(--gold)}

/* ledger trust strip */
.daybook-page .ledger{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(239,233,218,.5)}
.daybook-page .ledger .wrap{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2.2rem;padding:1.05rem 1.4rem}
.daybook-page .ledger-item{display:inline-flex;align-items:center;gap:.55rem;font-size:.9rem;font-weight:600;color:var(--ink-soft)}
.daybook-page .ledger-item svg{width:17px;height:17px;color:var(--sage)}

/* sections */
.daybook-page .section{padding:4.6rem 0}
.daybook-page .section.alt{background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.daybook-page .section-head{max-width:640px;margin:0 0 2.4rem}
.daybook-page .section-head.center{margin-left:auto;margin-right:auto;text-align:center}
.daybook-page .section-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem);line-height:1.08;margin:.7rem 0 0}
.daybook-page .section-lede{font-size:1.08rem;color:var(--ink-soft);margin:.8rem 0 0}

/* feature cards */
.daybook-page .card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
@media(max-width:880px){.daybook-page .card-grid{grid-template-columns:1fr}}
.daybook-page .fcard{position:relative;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-md);padding:1.5rem 1.4rem 1.4rem;box-shadow:var(--shadow-sm);
  transition:transform .18s,box-shadow .18s,border-color .18s}
.daybook-page .fcard::before{content:"";position:absolute;top:-1px;left:1.4rem;width:46px;height:5px;
  border-radius:0 0 5px 5px;background:var(--sage);opacity:.85}
.daybook-page .fcard:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:var(--line)}
.daybook-page .fcard-ico{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;
  background:var(--sage-soft);color:var(--sage-deep);margin-bottom:.9rem}
.daybook-page .fcard h3{font-size:1.18rem}
.daybook-page .fcard p{margin:.5rem 0 0;color:var(--ink-soft);font-size:.95rem}
.daybook-page .fcard.gold::before{background:var(--gold)}
.daybook-page .fcard.gold .fcard-ico{background:var(--gold-soft);color:#9c7320}

/* audience toggle */
.daybook-page .aud-toggle{display:inline-flex;gap:.3rem;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-pill);padding:.3rem;box-shadow:var(--shadow-sm);margin-bottom:1.8rem;flex-wrap:wrap}
.daybook-page .aud-tab{display:inline-flex;align-items:center;gap:.5rem;border:0;background:transparent;cursor:pointer;
  font-family:var(--body);font-weight:600;font-size:.95rem;color:var(--ink-soft);padding:.55rem 1.1rem;
  border-radius:var(--r-pill);transition:.15s}
.daybook-page .aud-tab svg{width:18px;height:18px}
.daybook-page .aud-tab.is-active{background:var(--sage);color:#fff}
.daybook-page .aud-note{display:flex;gap:.7rem;align-items:flex-start;background:var(--sage-soft);
  border:1px solid #cfe3d3;border-radius:var(--r-md);padding:.9rem 1.15rem;margin:0 0 1.8rem;
  color:var(--ink);font-size:.98rem;line-height:1.5}
.daybook-page .aud-note b{color:var(--sage-deep)}
.daybook-page .aud-note-ico{flex:none;width:22px;height:22px;color:var(--sage);margin-top:.12rem}
.daybook-page .aud-panel{display:none}
.daybook-page .aud-panel.is-active{display:block;animation:db-fade .35s ease}
@keyframes db-fade{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

/* split */
.daybook-page .split{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.daybook-page .split + .split{margin-top:3.4rem}
@media(max-width:880px){.daybook-page .split{grid-template-columns:1fr;gap:2rem}.daybook-page .split.reverse .split-media{order:-1}}
@media(min-width:881px){.daybook-page .split.reverse .split-media{order:-1}}
.daybook-page .split h2{font-size:clamp(1.7rem,3vw,2.3rem);margin-top:.6rem}

/* device / showcase cards */
.daybook-page .showcase-card{background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-lg);box-shadow:var(--shadow-md);overflow:hidden}
.daybook-page .showcase-head{display:flex;align-items:center;gap:.55rem;padding:.9rem 1.2rem;
  background:var(--paper-2);border-bottom:1px solid var(--line);font-weight:700}
.daybook-page .showcase-head svg{width:18px;height:18px;color:var(--sage-deep)}
.daybook-page .showcase-head .when{margin-left:auto;font-family:var(--mono);font-size:.74rem;font-weight:500;color:var(--muted)}
.daybook-page .mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;padding:1rem}
.daybook-page .mini-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--r-sm);padding:.8rem}
.daybook-page .mini-card h4{margin:0 0 .5rem;font-family:var(--body);font-size:.78rem;text-transform:uppercase;
  letter-spacing:.06em;color:var(--muted)}
.daybook-page .mini-row{display:flex;justify-content:space-between;font-size:.86rem;padding:.18rem 0;color:var(--ink-soft)}
.daybook-page .mini-row b{color:var(--ink)}
.daybook-page .mini-full{padding:0 1rem 1rem}
.daybook-page .mini-diary{list-style:none;margin:0;padding:.8rem;background:var(--paper);border:1px solid var(--line);
  border-radius:var(--r-sm);display:flex;flex-direction:column;gap:.45rem}
.daybook-page .mini-diary li{display:flex;align-items:center;gap:.5rem;font-size:.86rem;color:var(--ink-soft)}
.daybook-page .mini-diary .t{font-family:var(--mono);font-size:.74rem;color:var(--muted)}

/* screenshot mount */
.daybook-page .shot{position:relative;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-md);padding:.55rem;box-shadow:var(--shadow-md)}
.daybook-page .shot::before{content:"";position:absolute;top:-1px;left:1.6rem;width:54px;height:5px;
  border-radius:0 0 5px 5px;background:var(--gold);opacity:.85}
.daybook-page .shot img{display:block;width:100%;border-radius:9px}

/* phone */
.daybook-page .phone{width:248px;margin:0 auto;border:11px solid #2a2826;border-radius:36px;
  box-shadow:var(--shadow-lg);overflow:hidden;background:#000}
.daybook-page .phone img{display:block;width:100%}

/* tablet (landscape) */
.daybook-page .tablet{max-width:600px;margin:0 auto;border:13px solid #2a2826;border-radius:28px;
  box-shadow:var(--shadow-lg);overflow:hidden;background:#000}
.daybook-page .tablet img{display:block;width:100%;border-radius:8px}

/* coverage demo */
.daybook-page .cov{display:flex;flex-direction:column;gap:.7rem}
.daybook-page .cov-room{display:flex;align-items:center;gap:.7rem}
.daybook-page .cov-name{width:84px;font-size:.86rem;font-weight:600;color:var(--ink)}
.daybook-page .cov-meter{flex:1;height:9px;background:var(--line);border-radius:99px;overflow:hidden}
.daybook-page .cov-meter span{display:block;height:100%;border-radius:99px;background:var(--sage)}
.daybook-page .cov-meter.limit span{background:var(--gold)}
.daybook-page .cov-meter.short span{background:#cf6a4f}
.daybook-page .cov-pill{font-size:.7rem;font-weight:700;padding:.16rem .55rem;border-radius:99px;white-space:nowrap}
.daybook-page .cov-pill.ok{background:var(--sage-soft);color:var(--sage-deep)}
.daybook-page .cov-pill.lim{background:var(--gold-soft);color:#9c7320}
.daybook-page .cov-pill.sh{background:#fbe3e0;color:#b3442f}

/* planner week */
.daybook-page .planner{background:var(--surface);border:1px solid var(--surface-edge);border-radius:var(--r-lg);
  box-shadow:var(--shadow-md);overflow:hidden}
.daybook-page .planner-week{display:grid;grid-template-columns:repeat(5,1fr)}
.daybook-page .pp-day{padding:.9rem .5rem;text-align:center;border-right:1px dashed var(--line)}
.daybook-page .pp-day:last-child{border-right:0}
.daybook-page .pp-dow{font-family:var(--mono);font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}
.daybook-page .pp-date{display:block;font-family:var(--display);font-size:1.3rem;color:var(--ink);line-height:1.4}
.daybook-page .pp-wx{display:inline-flex;align-items:center;gap:.2rem;font-size:.78rem;color:var(--ink-soft);font-weight:600}
.daybook-page .pp-wx svg{width:18px;height:18px;color:var(--gold)}
.daybook-page .pp-chip{display:inline-block;margin-top:.5rem;font-size:.68rem;font-weight:700;padding:.18rem .4rem;
  border-radius:6px;line-height:1.3}
.daybook-page .pp-out{background:var(--sage-soft);color:var(--sage-deep)}
.daybook-page .pp-act{background:#efe7f7;color:#6b4a92}
.daybook-page .pp-vis{background:var(--gold-soft);color:#9c7320}

/* quick-add */
.daybook-page .qa{background:var(--surface);border:1px solid var(--surface-edge);border-radius:var(--r-lg);
  box-shadow:var(--shadow-md);padding:1.3rem}
.daybook-page .qa-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:.9rem}
.daybook-page .qa-for{font-family:var(--mono);font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.daybook-page .qa-child{font-family:var(--display);font-size:1.4rem;color:var(--ink)}
.daybook-page .qa-clock{font-family:var(--mono);font-size:.78rem;color:var(--sage-deep);background:var(--sage-soft);
  padding:.3rem .6rem;border-radius:99px}
.daybook-page .qa-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}
.daybook-page .qa-chip{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:600;
  color:var(--ink-soft);background:var(--paper);border:1px solid var(--line);padding:.4rem .7rem;border-radius:99px}
.daybook-page .qa-dot{width:8px;height:8px;border-radius:99px;background:var(--sage)}
.daybook-page .qa-dot.feed{background:#5b8fce}
.daybook-page .qa-dot.nap{background:#8c6bb0}
.daybook-page .qa-dot.nappy{background:#cf8a5f}
.daybook-page .qa-dot.mood{background:var(--gold)}
.daybook-page .qa-diary{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}
.daybook-page .qa-diary li{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--ink-soft)}
.daybook-page .qa-done{font-family:var(--display);font-style:italic;color:var(--sage-deep);margin:.9rem 0 0;font-size:1.05rem}

/* plenty-more index */
.daybook-page .more-pills{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0;justify-content:center}
.daybook-page .more-pills li{background:var(--surface);border:1px solid var(--surface-edge);border-radius:var(--r-pill);
  padding:.5rem 1rem;font-size:.9rem;color:var(--ink-soft);font-weight:600}
.daybook-page .more-pills li::before{content:"✓";color:var(--sage);margin-right:.45rem;font-weight:800}

/* security */
.daybook-page .sec-card{background:var(--surface);border:1px solid var(--surface-edge);border-radius:var(--r-lg);
  padding:1.7rem;box-shadow:var(--shadow-sm)}
.daybook-page .sec-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}
.daybook-page .sec-list li{display:flex;gap:.85rem;align-items:flex-start;color:var(--ink-soft);font-size:.96rem}
.daybook-page .sec-list svg{width:22px;height:22px;color:var(--sage);flex:none;margin-top:1px}

/* faq */
.daybook-page .faq{max-width:760px;margin:0 auto}
.daybook-page .faq details{background:var(--surface);border:1px solid var(--surface-edge);border-radius:var(--r-md);
  padding:1rem 1.2rem;margin-bottom:.7rem;transition:.15s}
.daybook-page .faq details[open]{box-shadow:var(--shadow-sm);border-color:var(--line)}
.daybook-page .faq summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;
  list-style:none;font-weight:700;color:var(--ink)}
.daybook-page .faq summary::-webkit-details-marker{display:none}
.daybook-page .faq summary::after{content:"+";font-family:var(--mono);color:var(--sage);font-size:1.3rem;line-height:1;
  transition:transform .2s}
.daybook-page .faq details[open] summary::after{transform:rotate(45deg)}
.daybook-page .faq details p{margin:.7rem 0 0;color:var(--ink-soft)}

/* cta band */
.daybook-page .cta-band{max-width:var(--content);margin:0 auto 4rem;padding:0 1.4rem}
.daybook-page .cta-inner{position:relative;overflow:hidden;border-radius:var(--r-xl);padding:3.4rem 2rem;text-align:center;
  color:#fff;background:radial-gradient(120% 130% at 50% -20%,var(--sage) 0%,var(--sage-deep) 70%)}
.daybook-page .cta-inner h2{color:#fff;font-size:clamp(1.9rem,3.6vw,2.7rem)}
.daybook-page .cta-inner .star{position:absolute;color:rgba(220,166,58,.5);font-size:2.4rem}
.daybook-page .cta-inner p{max-width:48ch;margin:.7rem auto 1.7rem;color:rgba(255,255,255,.9)}
.daybook-page .cta-inner .btn-primary{background:var(--gold);color:#3a2c08;box-shadow:0 8px 22px rgba(0,0,0,.22)}
.daybook-page .cta-inner .btn-primary:hover{background:#e8b551}
.daybook-page .cta-inner .btn-ghost{background:transparent;border-color:rgba(255,255,255,.5);color:#fff}
.daybook-page .cta-inner .btn-ghost:hover{background:rgba(255,255,255,.12);border-color:#fff}

/* footer */
.daybook-page .site-footer{border-top:1px solid var(--line);background:var(--paper-2);padding:2.4rem 0;
  font-size:.9rem;color:var(--muted)}
.daybook-page .site-footer .wrap,
.daybook-page .site-footer-inner{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;
  max-width:var(--content);margin:0 auto;padding:0 1.4rem}
.daybook-page .site-footer a{color:var(--ink-soft)}
/* Full emblem logo showcased large in the footer. mix-blend-mode:multiply drops
   the logo PNG's white box into the cream paper (same trick the app uses) until
   a transparent PNG is supplied. */
.daybook-page .footer-brand{text-align:center;margin:0 0 1.6rem}
.daybook-page .footer-logo{height:112px;width:auto;object-fit:contain;mix-blend-mode:multiply}

/* illustrative-preview marker (the "*" on fabricated demos) + its footnote */
.daybook-page .illust-mark{color:#b0832a;font-weight:700;font-style:normal;text-decoration:none;
  margin-left:.15rem;font-size:.8em;vertical-align:super;line-height:0}
.daybook-page .illust-mark:hover{text-decoration:underline}
.daybook-page .site-footer-note{max-width:var(--content);margin:1.1rem auto 0;padding:0 1.4rem;
  font-size:.78rem;color:var(--muted);line-height:1.5;font-style:italic}
.daybook-page .site-footer-note .illust-mark{font-size:1em;vertical-align:baseline;color:#b0832a}

/* Core-feature showcase sections: shown under the Childminder slider, hidden
   under the Nursery slider (welcome.js toggles body.aud-ns). Nursery already has
   its own specific sections + the core is covered in the main features grid. */
.daybook-page.aud-ns .core-showcase{display:none}

/* motion */
.daybook-page .reveal{opacity:0;transform:translateY(18px)}
.daybook-page .reveal.in{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}
@media (prefers-reduced-motion:no-preference){
  .daybook-page .daybook-feed li{opacity:0;transform:translateY(6px);animation:db-row .5s ease forwards}
  .daybook-page .daybook-feed li:nth-child(1){animation-delay:.3s}
  .daybook-page .daybook-feed li:nth-child(2){animation-delay:.7s}
  .daybook-page .daybook-feed li:nth-child(3){animation-delay:1.1s}
  .daybook-page .daybook-feed li:nth-child(4){animation-delay:1.5s}
}
@keyframes db-row{to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.daybook-page .reveal{opacity:1;transform:none}}

/* ============================================================================
   MARKETING-PAGE COMPATIBILITY LAYER (added 2026-06-29, Phase 2)
   Restyles the LEGACY style.css classes used by the base.html public pages
   (about / pricing / contact / compare / segment / resources / privacy / terms /
   account-deletion) into the Daybook look WITHOUT rewriting their markup. All
   scoped to .daybook-page, so it only hits those pages and outranks style.css on
   specificity (the extra leading class). base.html sets body.daybook-page +
   loads this file only when its `daybook` flag is set.
   ========================================================================== */

/* the base.html content column */
.daybook-page main.container{max-width:1100px;margin:0 auto;padding:3.4rem 1.4rem 1.4rem}

/* legacy buttons (.btn / .btn.primary / .btn.ghost) → Daybook pills */
.daybook-page .btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--body);font-weight:600;
  font-size:1rem;padding:.8rem 1.3rem;border-radius:var(--r-pill);border:1px solid var(--line);
  background:var(--surface);color:var(--ink);cursor:pointer;transition:.16s;text-decoration:none;line-height:1}
.daybook-page .btn:hover{border-color:var(--sage);color:var(--sage-hover)}
.daybook-page .btn.primary{background:var(--sage);color:#fff;border-color:transparent;box-shadow:0 6px 16px rgba(74,140,91,.28)}
.daybook-page .btn.primary:hover{background:var(--sage-hover);color:#fff;transform:translateY(-1px)}
.daybook-page .btn.ghost{background:transparent}

/* readable prose for legal / about / account-deletion (.legal article) */
.daybook-page .legal{max-width:760px;margin:0 auto;color:var(--ink-soft)}
.daybook-page .legal h1{font-size:clamp(2rem,4vw,2.8rem);margin:0 0 1rem}
.daybook-page .legal h2{font-size:1.4rem;margin:2rem 0 .6rem;color:var(--ink)}
.daybook-page .legal h3{font-size:1.1rem;margin:1.4rem 0 .4rem;color:var(--ink)}
.daybook-page .legal p,.daybook-page .legal li{color:var(--ink-soft)}
.daybook-page .legal ul,.daybook-page .legal ol{padding-left:1.2rem;display:flex;flex-direction:column;gap:.4rem;margin:.6rem 0}
.daybook-page .legal a{color:var(--sage-hover);text-decoration:underline}
.daybook-page .lede{font-size:1.12rem!important;color:var(--ink-soft)!important;line-height:1.6}

/* segment / compare / resources hero */
.daybook-page .seg-hero{text-align:center;max-width:760px;margin:0 auto 2.6rem}
.daybook-page .seg-hero h1{font-size:clamp(2.1rem,4.6vw,3.2rem);line-height:1.05}
.daybook-page .seg-hero p{font-size:1.12rem;color:var(--ink-soft);margin:1rem 0 0}
.daybook-page .seg-cta{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-top:1.6rem}
.daybook-page .seg-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;margin:2rem 0}
@media(max-width:820px){.daybook-page .seg-features{grid-template-columns:1fr}}
.daybook-page .seg-feature{position:relative;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-md);padding:1.4rem;box-shadow:var(--shadow-sm)}
.daybook-page .seg-feature::before{content:"";position:absolute;top:-1px;left:1.4rem;width:46px;height:5px;
  border-radius:0 0 5px 5px;background:var(--sage);opacity:.85}
.daybook-page .seg-feature h3{font-size:1.12rem;margin:.3rem 0 .4rem}
.daybook-page .seg-feature p{color:var(--ink-soft);font-size:.96rem;margin:0}
.daybook-page .seg-plan{max-width:680px;margin:1.6rem auto;text-align:center;font-size:1.05rem;color:var(--ink-soft);
  background:var(--gold-soft);border:1px solid #ecd9a8;border-radius:var(--r-md);padding:1rem 1.3rem}
.daybook-page .section-heading{font-family:var(--display);font-weight:600;color:var(--ink)}

/* faq blocks (.pricing-faq) reuse the .faq look */
.daybook-page .pricing-faq{max-width:760px;margin:2.4rem auto}
.daybook-page .pricing-faq h2{text-align:center;font-size:1.8rem;margin-bottom:1.2rem}
.daybook-page .pricing-faq details{background:var(--surface);border:1px solid var(--surface-edge);border-radius:var(--r-md);
  padding:1rem 1.2rem;margin-bottom:.7rem}
.daybook-page .pricing-faq summary{font-weight:700;color:var(--ink);cursor:pointer;list-style:none;
  display:flex;justify-content:space-between;gap:1rem}
.daybook-page .pricing-faq summary::-webkit-details-marker{display:none}
.daybook-page .pricing-faq summary::after{content:"+";font-family:var(--mono);color:var(--sage);font-size:1.3rem;line-height:1}
.daybook-page .pricing-faq details[open] summary::after{content:"\2013"}
.daybook-page .pricing-faq p{color:var(--ink-soft);margin:.7rem 0 0}

/* pricing page */
.daybook-page .pricing-wrap{max-width:1100px;margin:0 auto}
.daybook-page .pricing-head{text-align:center;max-width:680px;margin:0 auto 2.4rem}
.daybook-page .pricing-eyebrow{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--mono);font-weight:600;
  font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:var(--sage-hover)}
.daybook-page .pricing-eyebrow svg{width:15px;height:15px}
.daybook-page .pricing-head h1{font-size:clamp(2.2rem,4.8vw,3.4rem);line-height:1.04;margin:.8rem 0 0}
.daybook-page .pricing-head .accent{color:var(--sage-deep)}
.daybook-page .pricing-lede{font-size:1.1rem;color:var(--ink-soft);margin:1rem 0 0}
.daybook-page .pricing-toggle{display:inline-flex;gap:.3rem;background:var(--surface);border:1px solid var(--line);
  border-radius:var(--r-pill);padding:.3rem;margin-top:1.6rem}
.daybook-page .pt-opt{border:0;background:transparent;cursor:pointer;font-family:var(--body);font-weight:600;
  font-size:.92rem;color:var(--ink-soft);padding:.5rem 1rem;border-radius:var(--r-pill);transition:.15s}
.daybook-page .pt-opt.is-active{background:var(--sage);color:#fff}
.daybook-page .pt-save{font-size:.7rem;background:var(--gold-soft);color:#9c7320;padding:.1rem .4rem;border-radius:99px;margin-left:.3rem}
.daybook-page .pt-opt.is-active .pt-save{background:rgba(255,255,255,.25);color:#fff}
.daybook-page .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem;align-items:start}
@media(max-width:860px){.daybook-page .pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}
.daybook-page .price-card{position:relative;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-lg);padding:1.7rem 1.5rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}
.daybook-page .price-card--featured{border-color:var(--sage);box-shadow:var(--shadow-md)}
.daybook-page .price-iconwrap{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;
  background:var(--sage-soft);color:var(--sage-deep);margin-bottom:.7rem}
.daybook-page .price-iconwrap svg{width:22px;height:22px}
.daybook-page .price-name{font-family:var(--display);font-weight:600;font-size:1.4rem;color:var(--ink)}
.daybook-page .price-for{color:var(--muted);font-size:.9rem;margin:.2rem 0 .9rem;min-height:2.4em}
.daybook-page .price-amount{font-family:var(--display);font-size:2.4rem;font-weight:600;color:var(--ink);line-height:1}
.daybook-page .price-cadence{font-family:var(--body);font-size:.95rem;font-weight:500;color:var(--muted)}
.daybook-page .price-annual{font-size:.82rem;color:var(--muted);margin:.3rem 0 1rem}
.daybook-page .price-cta{width:100%;justify-content:center;margin-bottom:1.1rem}
.daybook-page .price-everything{font-weight:700;color:var(--ink);font-size:.9rem;margin:.2rem 0 .5rem}
.daybook-page .price-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}
.daybook-page .price-features li{position:relative;padding-left:1.5rem;font-size:.92rem;color:var(--ink-soft)}
.daybook-page .price-features li::before{content:"\2713";position:absolute;left:0;color:var(--sage);font-weight:800}
.daybook-page .pricing-trust-row{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;
  padding:1.4rem 0;margin:2rem 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.daybook-page .pricing-trust-row li{display:inline-flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--ink-soft)}
.daybook-page .pricing-trust-row svg{width:17px;height:17px;color:var(--sage)}
.daybook-page .pricing-cta{text-align:center;background:radial-gradient(120% 130% at 50% -20%,var(--sage) 0%,var(--sage-deep) 70%);
  color:#fff;border-radius:var(--r-xl);padding:2.8rem 2rem;margin:2.6rem auto 0;max-width:900px}
.daybook-page .pricing-cta h2{color:#fff;font-size:clamp(1.7rem,3.4vw,2.4rem)}
.daybook-page .pricing-cta p{color:rgba(255,255,255,.9);max-width:46ch;margin:.7rem auto 1.4rem}
.daybook-page .pricing-cta .btn{background:var(--gold);color:#3a2c08;border-color:transparent}
.daybook-page .pricing-cta .btn:hover{background:#e8b551;color:#3a2c08}
.daybook-page .pricing-cta .btn.ghost{background:transparent;border-color:rgba(255,255,255,.5);color:#fff}
.daybook-page .pricing-cta .btn.ghost:hover{background:rgba(255,255,255,.12);color:#fff}

/* resources list */
.daybook-page .res-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;max-width:980px;margin:0 auto}
@media(max-width:760px){.daybook-page .res-list{grid-template-columns:1fr}}
.daybook-page .res-card{display:block;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-md);padding:1.4rem;box-shadow:var(--shadow-sm);transition:transform .18s,box-shadow .18s}
.daybook-page .res-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.daybook-page .res-card h2{font-size:1.2rem;margin:0 0 .4rem;color:var(--ink)}
.daybook-page .res-card p{color:var(--ink-soft);font-size:.95rem;margin:0}
.daybook-page .res-date{display:inline-block;margin-top:.7rem;font-family:var(--mono);font-size:.72rem;color:var(--muted)}

/* contact form */
.daybook-page .card.form{max-width:640px;margin:1.6rem auto 0;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-lg);padding:1.6rem;box-shadow:var(--shadow-sm)}
.daybook-page .card.form h2{font-size:1.3rem;margin:0 0 1rem}
.daybook-page .form label{display:block;font-weight:600;font-size:.9rem;color:var(--ink-soft);margin-bottom:.9rem}
.daybook-page .grid.two{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
@media(max-width:640px){.daybook-page .grid.two{grid-template-columns:1fr}}
.daybook-page .form input,.daybook-page .form textarea{width:100%;margin-top:.35rem;font-family:var(--body);font-size:1rem;
  color:var(--ink);background:var(--paper);border:1px solid var(--line);border-radius:var(--r-sm);padding:.6rem .7rem}
.daybook-page .form input:focus,.daybook-page .form textarea:focus{outline:2px solid var(--sage-soft);border-color:var(--sage)}
.daybook-page .form small{color:var(--muted)}
.daybook-page .form-actions{margin-top:1rem}
.daybook-page .info{max-width:640px;margin:1rem auto;background:var(--sage-soft);color:var(--sage-deep);
  border-radius:var(--r-md);padding:.8rem 1rem;font-weight:600}
.daybook-page .form select{width:100%;margin-top:.35rem;font-family:var(--body);font-size:1rem;color:var(--ink);
  background:var(--paper);border:1px solid var(--line);border-radius:var(--r-sm);padding:.6rem .7rem}
.daybook-page .form select:focus{outline:2px solid var(--sage-soft);border-color:var(--sage)}

/* ============================================================================
   AUTH PAGES (standalone: login / signup / forgot / verify_* / reset / setup /
   group_signup* / interest_thanks / signup_closed / uk_only). They don't extend
   base.html, so each opts in by adding `daybook-page` to <body> + loading
   daybook.css. Their legacy chrome (.site-header brand image, .site-nav,
   .site-footer-inner) is restyled here — the brand IMAGE is hidden so the header
   is nav-only, matching the marketing pages Robert asked for.
   ========================================================================== */
.daybook-page .brand-link{display:none}
.daybook-page .site-nav{display:flex;align-items:center;gap:1.4rem;margin-left:auto}
.daybook-page .site-nav a{color:var(--ink-soft);font-weight:500;font-size:.95rem}
.daybook-page .site-nav a:hover{color:var(--sage-hover)}
.daybook-page .site-nav .btn{padding:.55rem 1.05rem;font-size:.92rem}
.daybook-page .btn.secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}
.daybook-page .btn.secondary:hover{border-color:var(--sage);color:var(--sage-hover)}

/* centered single-card shell (login, forgot, verify, group, etc.) */
.daybook-page .auth-shell{max-width:1120px;margin:0 auto;padding:3rem 1.4rem;display:flex;justify-content:center}
.daybook-page .auth-card{width:100%;max-width:440px;background:var(--surface);border:1px solid var(--surface-edge);
  border-radius:var(--r-lg);box-shadow:var(--shadow-md);padding:2rem}
.daybook-page .auth-card h1{font-size:1.9rem;margin:0 0 .5rem}

/* two-column signup split */
.daybook-page .auth-split{max-width:1120px;margin:0 auto;padding:2.6rem 1.4rem;display:grid;
  grid-template-columns:1fr 1fr;gap:2.4rem;align-items:start}
@media(max-width:860px){.daybook-page .auth-split{grid-template-columns:1fr}.daybook-page .auth-aside{order:2}}
.daybook-page .auth-split .auth-card{max-width:none}
.daybook-page .auth-aside{background:radial-gradient(130% 130% at 0% 0%,var(--sage-soft) 0%,var(--surface) 65%);
  border:1px solid var(--surface-edge);border-radius:var(--r-lg);padding:2rem;box-shadow:var(--shadow-sm)}
.daybook-page .auth-aside h2{font-size:1.55rem;line-height:1.14;margin:0 0 1.1rem}
.daybook-page .auth-points{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.6rem}
.daybook-page .auth-points li{position:relative;padding-left:1.6rem;color:var(--ink-soft)}
.daybook-page .auth-points li::before{content:"\2713";position:absolute;left:0;color:var(--sage);font-weight:800}
.daybook-page .auth-aside-trust{font-size:.9rem;color:var(--ink-soft);background:var(--gold-soft);
  border-radius:var(--r-md);padding:.8rem 1rem;margin:0 0 1.2rem}
.daybook-page .auth-aside-faq>span{font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;
  text-transform:uppercase;color:var(--sage-hover)}
.daybook-page .auth-aside-faq details{border-top:1px solid var(--line);padding:.6rem 0}
.daybook-page .auth-aside-faq summary{font-weight:600;color:var(--ink);cursor:pointer;list-style:none}
.daybook-page .auth-aside-faq summary::-webkit-details-marker{display:none}
.daybook-page .auth-aside-faq p{color:var(--ink-soft);font-size:.92rem;margin:.5rem 0 0}

/* auth form specifics (inputs/labels reuse the .form rules above) */
.daybook-page .auth-card .btn.primary,.daybook-page .auth-split .btn.primary{width:100%;justify-content:center;margin-top:.4rem}
.daybook-page .check{display:flex;gap:.6rem;align-items:flex-start;font-weight:500}
.daybook-page .check input{width:auto;margin-top:.2rem}
.daybook-page .error{background:#fbe3e0;color:#b3442f;border-radius:var(--r-md);padding:.7rem 1rem;font-weight:600}
.daybook-page .auth-logo{text-align:center;margin-bottom:1.2rem}
.daybook-page .auth-logo img{height:54px;width:auto;mix-blend-mode:multiply}
.daybook-page .auth-footer{text-align:center;color:var(--muted);font-size:.85rem;padding:1.4rem}

/* Google Play badge — CTA band + footer showcase (Android app live 2026-07-07) */
.daybook-page .store-badge{display:inline-block;line-height:0;border-radius:11px;
  transition:transform .15s ease,box-shadow .15s ease}
.daybook-page .store-badge:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.22)}
.daybook-page .store-badge:focus-visible{outline:2px solid var(--sage);outline-offset:3px}
.daybook-page .store-badge img{width:auto;display:block}
.daybook-page .cta-store{margin-top:1.9rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}
.daybook-page .cta-store-note{font-family:var(--mono);font-size:.72rem;letter-spacing:.13em;
  text-transform:uppercase;color:rgba(255,255,255,.72)}
.daybook-page .cta-store .store-badge img{height:52px}
.daybook-page .footer-apps{text-align:center;margin:0 0 1.6rem;line-height:0}
.daybook-page .footer-apps .store-badge img{height:45px}
