/* "Steep" marketing identity — extracted from the twb_styles.html shim so browsers cache it. Fonts + tokens: twb-tokens.css. */

  .twb{
    --ink:#17191c; --paper:#ffffff; --mist:#f2f2f3; --fog:#fafafb;
    --slate:#777b86; --ash:#979799; --smoke:#a3a6af;
    --peach:#fbe1d1; --sienna:#5d2a1a; --claret:#7a2e39;
    --serif:"Fraunces","Hoefler Text","Iowan Old Style","Times New Roman",Georgia,serif;
    --sans:"Geist",-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    --shadow:0 0 0 1px rgba(4,23,43,.05), 0 20px 25px -5px rgba(0,0,0,.10), 0 8px 10px -6px rgba(0,0,0,.08);
    background:var(--paper); color:var(--ink); font-family:var(--sans); font-size:17px; line-height:1.5;
    -webkit-font-smoothing:antialiased;
  }
  .twb a{color:inherit;text-decoration:none;}
  .twb-wrap{max-width:72rem;margin:0 auto;padding:0 1.5rem;}
  .twb-eyebrow{font-size:.72rem;text-transform:uppercase;letter-spacing:.16em;color:var(--ash);}
  .twb h1,.twb h2,.twb h3{font-family:var(--serif);font-weight:400;letter-spacing:-.02em;line-height:1.12;margin:0;}
  .twb-it{font-style:italic;}

  .twb-nav{display:flex;align-items:center;justify-content:space-between;max-width:72rem;margin:0 auto;padding:1.4rem 1.5rem;}
  .twb-brand{font-family:var(--serif);font-size:1.35rem;letter-spacing:-.01em;}
  .twb-navlinks{display:flex;gap:1.5rem;align-items:center;}
  .twb-navlinks a{font-size:.95rem;}
  @media (max-width:760px){ .twb-navlinks a.twb-hide-sm{display:none;} }

  .twb-pill{display:inline-flex;align-items:center;gap:.4rem;border-radius:9999px;padding:.62rem 1.15rem;
            font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:.15s;}
  /* .twb prefix keeps these ahead of `.twb a{color:inherit}` (else filled pills inherit their parent's color) */
  .twb .twb-pill--fill{background:var(--ink);color:#fff;}
  .twb .twb-pill--fill:hover{background:#000;color:#fff;}
  .twb .twb-pill--ghost{background:transparent;color:var(--ink);border-color:var(--ink);}
  .twb .twb-pill--ghost:hover{background:var(--ink);color:#fff;}
  .twb-pill--sm{padding:.5rem .95rem;font-size:.9rem;}

  .twb-hero{padding:3rem 0 5rem;}
  .twb-hero h1{font-size:clamp(2.6rem,7vw,5.2rem);max-width:15ch;text-wrap:balance;margin-bottom:1.4rem;}
  .twb-lede{font-size:clamp(1.05rem,1.6vw,1.3rem);color:var(--slate);max-width:34rem;margin:0 0 2rem;line-height:1.45;}
  .twb-cta-row{display:flex;flex-wrap:wrap;gap:.75rem;}

  .twb-arts{position:relative;margin-top:3.5rem;height:20rem;}
  @media (max-width:880px){ .twb-arts{height:auto;display:grid;grid-template-columns:1fr 1fr;gap:1rem;} }
  .twb-art{position:absolute;background:var(--paper);border-radius:20px;box-shadow:var(--shadow);padding:1rem;}
  @media (max-width:880px){ .twb-art{position:static;} .twb-art--stat{grid-column:1 / -1;} }
  .twb-art--plan{left:0;top:0;width:20rem;}
  .twb-art--guests{right:0;top:1.5rem;width:19rem;}
  .twb-art--stat{left:26%;bottom:0;width:15rem;}
  .twb-cap{font-size:.62rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ash);margin-bottom:.5rem;}
  .twb-plan{position:relative;height:9rem;background:#fcfbf9;border:1px solid #eee;border-radius:12px;overflow:hidden;}
  .twb-tbl{position:absolute;transform:translate(-50%,-50%);border:1.5px solid var(--ink);border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:.7rem;}
  .twb-tbl.claret{border-color:var(--claret);background:#f5ecec;color:var(--claret);}
  .twb-fix{position:absolute;transform:translate(-50%,-50%);border:1px dashed #aaa;border-radius:6px;font-size:.5rem;text-transform:uppercase;letter-spacing:.08em;color:#999;display:flex;align-items:center;justify-content:center;}
  .twb-grow{display:flex;justify-content:space-between;align-items:center;padding:.4rem .1rem;border-bottom:1px solid #f0f0f0;font-size:.82rem;}
  .twb-grow:last-child{border-bottom:0;}
  .twb-gtag{font-size:.6rem;text-transform:uppercase;letter-spacing:.06em;padding:.12rem .45rem;border-radius:999px;}
  .twb-gtag--yes{background:#eaf3ed;color:#3f6b51;}
  .twb-gtag--maybe{background:#f1efe9;color:#777;}
  .twb-stat b{display:block;font-size:1.6rem;font-family:var(--serif);}
  .twb-stat span{font-size:.8rem;color:var(--slate);}

  .twb-sec{padding:5rem 0;}
  .twb-sec--tight{padding:3rem 0;}
  .twb-band{background:var(--fog);}
  .twb-sec-head{max-width:38rem;margin:0 auto 2.5rem;text-align:center;}
  .twb-sec-head .twb-eyebrow{display:block;margin-bottom:.9rem;}
  .twb-sec-head h2{font-size:clamp(2rem,4vw,3.4rem);margin-bottom:.6rem;}
  .twb-sec-head p{color:var(--slate);margin:0;font-size:1.1rem;}

  .twb-tools{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));}
  .twb-tool{background:var(--mist);border-radius:24px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;min-height:11rem;transition:.15s;}
  a.twb-tool:hover{background:#ececed;transform:translateY(-2px);}
  .twb-tool__top{display:flex;justify-content:space-between;align-items:flex-start;}
  .twb-tool__icon{width:2.2rem;height:2.2rem;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 0 0 1px rgba(0,0,0,.04);}
  .twb-tag{font-size:.6rem;text-transform:uppercase;letter-spacing:.1em;padding:.22rem .5rem;border-radius:999px;}
  .twb-tag--live{background:var(--peach);color:var(--sienna);}
  .twb-tag--soon{background:transparent;color:var(--ash);border:1px solid #e3e3e5;}
  .twb-tag--locked{background:#efe7ee;color:var(--claret);}
  .twb-tool h3{font-size:1.3rem;margin-top:.4rem;}
  .twb-tool p{margin:0;color:var(--slate);font-size:.92rem;}
  .twb-tool .twb-go{margin-top:auto;font-size:.9rem;color:var(--ink);}
  .twb-tool--soon{opacity:.72;}
  .twb-tool--soon h3{color:#4a4c50;}

  .twb-callout{background:var(--peach);color:var(--sienna);border-radius:24px;padding:3rem 2.5rem;max-width:52rem;margin:0 auto;text-align:center;}
  .twb-callout h2{font-size:clamp(1.7rem,3.2vw,2.6rem);color:var(--sienna);margin-bottom:.6rem;}
  .twb-callout p{margin:0;font-size:1.05rem;opacity:.85;}

  .twb-closing{text-align:center;}
  .twb-closing h2{font-size:clamp(2rem,4.5vw,3.6rem);margin-bottom:1.4rem;}

  .twb-footer{border-top:1px solid #ececec;padding:2.5rem 0;color:var(--slate);font-size:.9rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;}

  /* ── v2 homepage — "Poster, In Love" (twb-hf-) ────────────────────────── */
  .twb .twb-pill--claret{background:var(--claret);color:#fff;}
  .twb .twb-pill--claret:hover{background:#63242e;color:#fff;}
  .twb .twb-pill--white{background:#fff;color:var(--claret);margin-top:1.6rem;}
  .twb .twb-pill--white:hover{background:var(--peach);color:var(--claret);}

  .twb-hf-hero{padding:4rem 0 2.4rem;text-align:center;position:relative;}
  .twb-hf-hero .twb-wrap{position:relative;}
  .twb-hf-eyebrow{color:var(--claret);letter-spacing:.2em;}
  .twb-hf-hero h1{font-size:clamp(2.5rem,5.8vw,4.75rem);line-height:1.05;max-width:18ch;margin:1rem auto 0;color:#3e211a;}
  .twb-hf-hero h1 em{font-style:italic;color:var(--claret);}
  .twb-hf-lede{color:#8a6a5c;margin:1.25rem auto 1.6rem;max-width:44ch;font-size:1.05rem;line-height:1.5;}
  .twb-hf-heart{position:absolute;opacity:0;animation:twb-hf-pop .7s cubic-bezier(.2,.9,.3,1.4) forwards;pointer-events:none;}
  .twb-hf-heart svg{display:block;}
  @keyframes twb-hf-pop{from{opacity:0;transform:scale(.4) rotate(-10deg);}to{opacity:1;transform:scale(1) rotate(var(--r,0deg));}}
  @media (prefers-reduced-motion:reduce){.twb-hf-heart{animation:none;opacity:1;transform:rotate(var(--r,0deg));}}
  @media (max-width:760px){.twb-hf-heart{display:none;}}

  .twb-hf-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:65rem;margin:2.2rem auto 0;padding:0 1.5rem 1.6rem;}
  .twb-hf-card{border-radius:28px;padding:2.25rem;min-height:18rem;position:relative;overflow:hidden;display:flex;flex-direction:column;text-align:left;}
  .twb-hf-card--claret{background:radial-gradient(120% 130% at 20% 0%,#8e3a45 0%,#6b242f 55%,#571d26 100%);color:#f7e8e3;}
  .twb-hf-card--blush{background:linear-gradient(160deg,#fbe1d1,#f6d2bc);color:var(--sienna);}
  .twb-hf-lb{font-size:.66rem;letter-spacing:.16em;text-transform:uppercase;opacity:.7;}
  .twb-hf-card h3{font-size:1.8rem;margin:.6rem 0 .35rem;}
  .twb-hf-card h3 em{font-style:italic;}
  .twb-hf-card p{font-size:.92rem;opacity:.88;max-width:32ch;margin:0 0 1.4rem;line-height:1.5;}
  .twb-hf-btns{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:auto;position:relative;z-index:1;}
  .twb-hf-btn{display:inline-flex;align-items:center;gap:.35rem;border-radius:9999px;padding:.55rem 1.1rem;font-size:.86rem;border:1px solid transparent;transition:.15s;}
  .twb .twb-hf-btn--peach{background:#fcc28f;color:#2a1418;}
  .twb .twb-hf-btn--peach:hover{background:#fbb374;color:#2a1418;}
  .twb .twb-hf-btn--ghostw{border-color:rgba(243,231,221,.5);color:#f3e7dd;}
  .twb .twb-hf-btn--ghostw:hover{background:rgba(243,231,221,.14);color:#fff;}
  .twb .twb-hf-btn--sienna{background:var(--sienna);color:#fff;}
  .twb .twb-hf-btn--sienna:hover{background:#4a2115;color:#fff;}
  .twb .twb-hf-btn--ghostd{border-color:var(--sienna);color:var(--sienna);}
  .twb .twb-hf-btn--ghostd:hover{background:var(--sienna);color:#fff;}
  .twb-hf-art{position:absolute;right:-1.6rem;bottom:-1.25rem;width:8.75rem;height:8.75rem;opacity:.92;pointer-events:none;
    transition:transform .4s cubic-bezier(.2,.7,.3,1.4);}
  .twb-hf-card:hover .twb-hf-art{transform:translateY(-8px) rotate(-4deg);}

  .twb-hf-journey{max-width:65rem;margin:0 auto;padding:2.2rem 1.5rem 4.75rem;}
  .twb-hf-journey h2{font-size:clamp(1.65rem,3.4vw,2.4rem);text-align:center;color:#3e211a;}
  .twb-hf-journey h2 em{font-style:italic;color:var(--claret);}
  .twb-hf-path{display:grid;grid-template-columns:repeat(6,1fr);gap:.4rem;margin-top:2.5rem;position:relative;}
  .twb-hf-path::before{content:"";position:absolute;top:26px;left:8%;right:8%;border-top:2px dashed #e5c4b0;}
  .twb-hf-step{text-align:center;position:relative;}
  .twb-hf-tile{width:52px;height:52px;border-radius:18px;background:#fff;display:inline-flex;align-items:center;justify-content:center;
    box-shadow:0 12px 26px -16px rgba(93,42,26,.45);transition:transform .25s;}
  .twb-hf-step:hover .twb-hf-tile{transform:translateY(-5px) rotate(-3deg);}
  .twb-hf-step b{display:block;font-size:.82rem;color:#3e211a;margin-top:.6rem;font-weight:600;}
  .twb-hf-step span{font-size:.68rem;color:#a98874;display:block;line-height:1.35;margin-top:.15rem;}

  .twb-hf-vow{background:var(--claret);color:#f7e8e3;text-align:center;padding:4rem 1.5rem;}
  .twb-hf-vow p{font-family:var(--serif);font-size:clamp(1.5rem,3.4vw,2.5rem);line-height:1.25;max-width:26ch;margin:0 auto;}
  .twb-hf-vow p em{font-style:italic;color:#fcc28f;}

  @media (max-width:820px){
    .twb-hf-cards{grid-template-columns:1fr;}
    .twb-hf-path{grid-template-columns:repeat(3,1fr);row-gap:1.6rem;}
    .twb-hf-path::before{display:none;}
  }
  @media (max-width:760px){
    .twb-hf-hero{padding-top:2.6rem;}
    .twb-hf-path{grid-template-columns:repeat(2,1fr);}
  }
  /* small phones (360–430px): calmer padding, full-width CTAs, smaller art */
  @media (max-width:430px){
    .twb-hf-card{padding:1.6rem 1.35rem;min-height:15rem;}
    .twb-hf-btns{width:100%;}
    .twb-hf-btn{flex:1 1 auto;justify-content:center;}
    .twb-hf-art{width:7rem;height:7rem;right:-1.4rem;bottom:-1.1rem;}
    .twb-hf-journey{padding-bottom:3.4rem;}
    .twb-hf-vow{padding:3.2rem 1.25rem;}
  }

  /* pebble icon chip (emoji-free tool cards on marketing pages) */
  .twb-tool__icon svg{width:1.5rem;height:1.5rem;display:block;}

  /* logged-in dashboard */
  .twb-dash{padding:2.5rem 0 4rem;}
  .twb-dash h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.4rem;}
  .twb-dash .twb-lede{margin-bottom:2.5rem;}

  /* pricing */
  .twb-tiers{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(16rem,1fr));max-width:56rem;margin:0 auto;}
  .twb-tier{background:var(--paper);border:1px solid #ececec;border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:.5rem;}
  .twb-tier--featured{background:var(--peach);color:var(--sienna);border-color:transparent;}
  .twb-tier__name{font-family:var(--serif);font-size:1.5rem;}
  .twb-tier__price{font-family:var(--serif);font-size:2.6rem;letter-spacing:-.02em;margin:.3rem 0;}
  .twb-tier__price small{font-family:var(--sans);font-size:.9rem;color:var(--slate);letter-spacing:0;}
  .twb-tier--featured .twb-tier__price small{color:var(--sienna);opacity:.7;}
  .twb-tier ul{list-style:none;padding:0;margin:.75rem 0 1.25rem;display:flex;flex-direction:column;gap:.5rem;font-size:.95rem;}
  .twb-tier li::before{content:"— ";color:var(--ash);}
  .twb-tier .twb-pill{margin-top:auto;justify-content:center;}
