  /* ══ unified icon system — single sprite source (icons.svg, Lucide, MIT) ══
     usage: <svg class="ic"><use href="icons.svg#ic-NAME"/></svg>  (add "fill" for solid) */
  .ic{width:1em; height:1em; display:inline-block; vertical-align:-.14em; flex-shrink:0;
    fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round;}
  .ic.fill{fill:currentColor; stroke:none;}
  /* save/bookmark toggles fill their heart when active */
  .bm.on .ic, .ex-bm.on .ic, .wo-heart.on .ic{fill:currentColor; stroke:none;}

  :root{
    /* ══ RoomPlans.ai design system — warm-grey neutrals + one flame-orange accent ══
       (v1 re-skin; token names kept so components inherit automatically.
        Source of truth: RoomPlans.ai Design System via DesignSync MCP,
        projectId bb7da0d3-06f5-446e-8867-a19dfa8f4326 — tokens/*.css) */
    --font-display: "Archivo","Helvetica Neue",Arial,sans-serif;
    --font-sans:    "Figtree","Helvetica Neue",Arial,sans-serif;
    /* accent — flame orange (the single brand accent: CTAs, ratings, AI actions) */
    --pink:      #f3570a;   /* flame-500 */
    --pink-600:  #d7480a;   /* flame-600 (hover) */
    --pink-200:  #fbc7a6;   /* flame-200 */
    --pink-100:  #fce3d3;
    --pink-050:  #fdf1e9;   /* flame-50 */
    /* warm-grey neutrals */
    --ink:       #111111;   /* ink-900 headings */
    --ink-2:     #2b2b2b;   /* ink-800 filled buttons */
    --muted:     #7a7a7a;   /* text-muted */
    --faint:     #9b9b9b;   /* text-faint */
    --line:      #e2e1de;   /* border-hairline */
    --line-2:    #c6c6c6;   /* border-field */
    --bg:        #ffffff;   /* surface-card */
    --bg-soft:   #f2f3f0;   /* surface-sunken */
    --bg-ink:    #1b1b1b;   /* dark toolbar/overlay */
    --radius:       12px;   /* radius-card */
    --radius-lg:    16px;
    --radius-control:8px;   /* buttons */
    --shadow:    0 1px 2px rgba(17,17,17,.04), 0 6px 16px rgba(17,17,17,.05);   /* shadow-card */
    --shadow-lg: 0 12px 40px rgba(17,17,17,.18);                                 /* shadow-float */
    --shadow-pink: 0 6px 18px rgba(243,87,10,.22);                               /* subtle flame lift */

    /* ── spacing scale — 4pt base (token number = px ÷ 4). See SPACING.md ── */
    --sp-1:  4px;   --sp-2:  8px;   --sp-3: 12px;  --sp-4: 16px;
    --sp-5: 20px;   --sp-6: 24px;   --sp-7: 28px;  --sp-8: 32px;
    --sp-10:40px;   --sp-12:48px;   --sp-16:64px;
    /* ── standard container widths (layout columns; not text line-length) ── */
    --w-page:    1200px; /* main site container (.wrap)            */
    --w-frame:   1180px; /* app-frame outer shell (.screen)        */
    --w-wide:    1040px; /* widest content inside the frame        */
    --w-lg:       920px; /* wide two-column layout                 */
    --w-flow:     840px; /* standard flow content column (.c-wrap) */
    --w-md:       720px; /* medium content / edit-brief form       */
    --w-modal:    640px; /* standard modal (.modal-card)           */
    --w-content:  620px; /* single media / branch card             */
    --w-narrow:   560px; /* compact grid / colour + material grids */
    --w-compact:  520px; /* segmented tabs, uploader               */
    --w-form:     460px; /* narrow single-column form / list       */
    --w-xs:       420px; /* smallest card / list                   */
    /* ── component padding tokens ── */
    --btn-py: 10px;  --btn-px: 20px;   /* default button padding  */
    /* ── Furnispace-named token aliases (used by the ported Proposals design) ── */
    --surface-card:#ffffff; --surface-sunken:#f2f3f0; --surface-tint:#fdf1e9; --surface-app:#fdfcfb;
    --mint-500:#1f9c86; --mint-50:#f0fbf7; --ai-glass:rgba(255,255,255,.92); --blur-glass:blur(14px);
    --shadow-panel:0 8px 28px rgba(17,17,17,.12); --ai-pin:#0fd6a4; --radius-frame:24px;
    --flame-500:#f3570a; --flame-600:#d7480a; --action-accent:#f3570a;
    --text-strong:#111111; --text-body:#3d3d3d; --text-muted:#7a7a7a; --text-faint:#9b9b9b;
    --border-hairline:#e2e1de; --border-field:#c6c6c6; --ink-600:#5c5c5c; --ink-900:#111111;
    --fw-black:800; --fw-bold:700; --fw-semibold:600; --fw-medium:500; --fw-regular:400;
    --radius-card:12px; --radius-sm:6px; --radius-md:10px; --radius-pill:999px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0; background:var(--bg); color:var(--text-body, #3d3d3d);
    font-family:var(--font-sans);
    -webkit-font-smoothing:antialiased; line-height:1.55;
  }
  /* Furnispace: display type (Archivo) for hero/section titles; Figtree for everything else */
  .aud-h, .eb-h1, .sec-head h2, .inspire-head h1, .final h2, .hero-left h1,
  .dz-hero h1, .hero-in h1, .h1-line1, .h1-line2, .lg-h, .brand, .pop-head h2{
    font-family:var(--font-display); letter-spacing:-.02em;
  }
  /* Furnispace signature: section/display titles set UPPERCASE with tight tracking */
  .aud-h, .eb-h1, .sec-head h2, .inspire-head h1, .final h2, .hero-left h1,
  .dz-hero h1, .hero-in h1, .h1-line1, .h1-line2, .pop-head h2{
    text-transform:uppercase; letter-spacing:-.015em;
  }
  a{color:inherit; text-decoration:none;}
  img{display:block; max-width:100%;}
  .wrap{max-width:var(--w-page); margin:0 auto; padding:0 var(--sp-7);}
  .pink{color:var(--pink);}

  /* ── nav ─────────────────────────────── */
  nav{
    position:sticky; top:0; z-index:50; background:rgba(255,255,255,.82);
    backdrop-filter:saturate(180%) blur(14px);
    border-bottom:1px solid var(--line);
  }
  .nav-in{display:flex; align-items:center; gap:14px; height:66px; position:relative;}
  .brand{font-weight:800; font-size:21px; letter-spacing:-.5px; display:flex; align-items:center; gap:2px; white-space:nowrap;}
  .brand img{display:block; height:24px; width:auto;}
  nav .nav-in .brand{cursor:pointer;}
  footer .brand img{height:34px;}
  .brand .dot{width:9px; height:9px; border-radius:50%; background:var(--ink); margin-left:2px;}
  @media(max-width:560px){ .brand img{height:21px;} }

  /* ── customer header (Dribbble-style): burger · logo · search · icons · avatar ── */
  .nav-burger{border:none; background:none; cursor:pointer; color:var(--ink); display:flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:9px; flex-shrink:0;}
  .nav-burger:hover{background:var(--bg-soft);}
  .nav-search{flex:1; max-width:420px; display:flex; align-items:center; gap:4px; background:var(--bg-soft); border:1px solid transparent; border-radius:999px; padding:5px 6px 5px 20px; margin:0 6px;}
  .nav-search--hidden{display:none !important;}
  /* magnifier icon that replaces the search bar on small screens */
  .nav-searchbtn{display:none; align-items:center; justify-content:center; width:38px; height:38px; border-radius:10px; border:none; background:none; color:var(--ink); cursor:pointer; flex-shrink:0;}
  .nav-searchbtn:hover{background:var(--bg-soft);}
  /* home: hide the header search (bar + magnifier) until the works search scrolls under the nav */
  nav.search-off .nav-search, nav.search-off .nav-searchbtn{display:none !important;}
  /* Explore page: compact header search sitting to the right (not full-width) */
  /* Explore page: header search at the same width as the home search bar */
  nav.nav-explore .nav-search{flex:1; max-width:600px;}
  .nav-search:focus-within{border-color:var(--line-2); background:#fff;}
  .nav-search input{flex:1; min-width:0; border:none; background:none; outline:none; font:400 15px/1 inherit; color:var(--ink);}
  .nav-search input::placeholder{color:var(--faint);}
  .ns-cat{position:relative; display:flex; align-items:center; gap:5px; font-size:14px; font-weight:700; color:var(--ink-2); cursor:pointer; white-space:nowrap; padding:8px;}
  .ns-cat .ns-caret{color:var(--muted); flex-shrink:0; display:block;}
  .ns-catmenu{position:absolute; top:calc(100% + 10px); right:0; background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow-lg); min-width:160px; padding:6px; display:none; z-index:70;}
  .ns-catmenu.open{display:block; animation:scrfade .16s ease;}
  .ns-catmenu a{display:block; padding:9px 12px; border-radius:8px; font-size:13.5px; font-weight:600; color:var(--ink-2); cursor:pointer;}
  .ns-catmenu a:hover{background:var(--bg-soft); color:var(--ink);}
  .ns-btn{width:40px; height:40px; border-radius:50%; border:none; background:var(--pink); color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
  .ns-btn:hover{background:var(--pink-600);}
  /* logged-out header: hide chat/bell, show a primary action link */
  .nav-action{display:none; padding:9px 16px; font-size:14px;}
  nav.guest .nav-ic{display:none;}
  nav.guest .nav-action{display:inline-flex;}
  .nav-login{display:none; font-size:14px; font-weight:700; color:var(--ink); cursor:pointer; white-space:nowrap; margin-right:8px;}
  nav.guest .nav-login{display:inline;}
  .nav-login:hover{color:var(--pink);}
  .nav-join{font-size:14px; font-weight:600; color:var(--ink); cursor:pointer; white-space:nowrap; margin-right:8px;}
  .nav-join:hover{color:var(--pink);}
  /* only show "Join as Designer" when there's room for the search bar */
  @media(max-width:1000px){ .nav-join{display:none !important;} }
  .nav-right{margin-left:auto; display:flex; align-items:center; gap:4px;}
  .nav-right .nav-menu{margin-left:6px;}
  .nav-ic{border:none; background:none; cursor:pointer; color:var(--ink); width:40px; height:40px; border-radius:10px; display:flex; align-items:center; justify-content:center;}
  .nav-ic:hover{background:var(--bg-soft);}
  .burger-menu{position:absolute; top:calc(100% + 2px); left:0; background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-lg); min-width:230px; padding:8px; display:none; z-index:70;}
  .burger-menu.open{display:block; animation:scrfade .18s ease;}
  .burger-menu a{display:block; padding:11px 14px; border-radius:9px; font-size:14px; font-weight:600; color:var(--ink-2); cursor:pointer;}
  .burger-menu a:hover{background:var(--bg-soft); color:var(--ink);}
  /* ── mobile header: one row — compact logo, +Project, tighter icons, smaller search font ── */
  @media(max-width:700px){
    nav .brand img{content:url('photos/ic-logo-s.png');}
    .na-full{display:none;}                        /* "+ Add Project" → "+ Project" */
    .nav-action{padding:8px 13px; font-size:13px;}
    /* pull the magnifier · chat · bell icons tight together
       (nav-scoped to beat the later plain .nav-right{gap:20px} rule) */
    nav .nav-right{gap:2px;}
    nav .nav-ic, nav .nav-searchbtn{width:34px; height:38px;}
    nav .nav-right .nav-menu{margin-left:4px;}
    .nav-search input{font-size:13px;}             /* smaller placeholder on narrow screens */
    /* home page has the least room (guest CTAs) → use a magnifier instead of the full bar */
    nav.home-page .nav-search{display:none;}
    nav.home-page .nav-searchbtn{display:flex;}
  }
  /* very narrow: collapse the header search into a magnifier on every page
     (except the Explore page, where the search bar is the primary control) */
  @media(max-width:620px){
    nav:not(.nav-explore):not(.search-off) .nav-search{display:none;}
    nav:not(.nav-explore):not(.search-off) .nav-searchbtn{display:flex;}
  }
  .nav-links{display:flex; gap:22px; font-size:14.5px; font-weight:500; color:var(--ink-2);}
  .nav-links a:hover{color:var(--ink);}
  .nav-search{
    margin-left:auto; display:flex; align-items:center; gap:8px;
    background:var(--bg-soft); border:1px solid var(--line); border-radius:999px;
    padding:9px 15px; font-size:13.5px; color:var(--faint); width:180px;
  }
  .nav-search .ns-btn svg{stroke:#fff;}
  .btn{
    font-family:inherit; font-weight:600; font-size:14px; cursor:pointer;
    border-radius:var(--radius-control); padding:var(--btn-py) var(--btn-px); border:1px solid transparent; transition:.16s;
  }
  /* primary CTA — pink is reserved for CTAs (and the rotating role) only */
  .btn-pink{background:var(--pink); color:#fff; box-shadow:var(--shadow-pink);}
  .btn-pink:hover{background:var(--pink-600); transform:translateY(-1px);}
  .btn-ghost{background:#fff; color:var(--ink); border-color:var(--line-2);}
  .btn-ghost:hover{border-color:var(--ink); }
  .btn-dark{background:var(--ink); color:#fff;}
  .btn-dark:hover{background:var(--ink-2);}
  /* hollow CTA — outline only, used for the "+ Project" actions */
  .btn-hollow{background:#fff; color:var(--ink); border-color:var(--ink);}
  .btn-hollow:hover{background:var(--ink); color:#fff;}
  .avatar{width:34px; height:34px; border-radius:50%; background:linear-gradient(135deg,#3a3a42,#0d0d10); display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; font-size:13px;}
  /* nav menu moved into the avatar dropdown */
  .nav-main{margin-left:14px;}
  [hidden]{display:none !important;}
  .nav-right{margin-left:auto; display:flex; align-items:center; gap:20px;}
  .nav-cta{font-size:14.5px; font-weight:600; color:var(--ink); cursor:pointer; white-space:nowrap;}
  .nav-pink{color:var(--pink) !important;}
  .only-mobile{display:none;}
  .dd-sep{height:1px; background:var(--line); margin:6px 6px;}
  @media(max-width:560px){
    .nav-main{display:none !important;}
    .nav-cta{display:none !important;}
    .nav-addproj{display:none !important;}
    .dropdown .only-mobile{display:block !important;}
  }
  .nav-icons{display:flex; align-items:center; gap:8px;}
  .nav-ic{border:none; background:none; cursor:pointer; font-size:17px; line-height:1; width:34px; height:34px; border-radius:9px; display:flex; align-items:center; justify-content:center;}
  .nav-ic:hover{background:var(--bg-soft);}
  .nav-addproj{padding:9px 16px; font-size:14px;}
  .nav-cta:hover{opacity:.7;}
  .nav-menu{margin-left:auto; position:relative;}
  button.avatar{border:none; cursor:pointer; font-family:inherit; padding:0; background:#f2e7c4; color:#3a3320; transition:background .15s;}
  button.avatar:hover{background:#e7d5a0;}
  /* no caret on the avatar — a tiny ▾ read as a speck of dirt */
  .dropdown{position:absolute; right:0; top:calc(100% + 12px); background:#fff; border:1px solid var(--line); border-radius:14px; box-shadow:var(--shadow-lg); min-width:220px; padding:8px; display:none; z-index:60;}
  .dropdown.open{display:block; animation:scrfade .18s ease;}
  .dropdown .nav-links{flex-direction:column; gap:2px; align-items:stretch;}
  .dropdown .nav-links a{display:block; padding:11px 14px; border-radius:9px; font-size:14px; font-weight:600; color:var(--ink-2);}
  .dropdown .nav-links a:hover{background:var(--bg-soft); color:var(--ink);}
  .dropdown .nav-links a.active{background:var(--bg-soft); color:var(--ink);}
  .dropdown{min-width:230px;}
  .dd-section{padding:8px 14px 6px; font-size:18px; font-weight:800; letter-spacing:-.3px; color:var(--ink);}
  .dd-user{padding:6px 14px 12px; border-bottom:1px solid var(--line); margin:2px 0 6px;}
  .dd-name{font-weight:700; font-size:14.5px; color:var(--ink);}
  /* dummy login state: .guest on the dropdown hides authed items, shows the Log in link */
  .dropdown.guest .dd-authed{display:none !important;}
  .dropdown:not(.guest) .dd-guest{display:none !important;}
  .dd-login{font-weight:700; font-size:14.5px; color:var(--ink); cursor:pointer;}
  .dd-login:hover{color:var(--pink);}
  .dd-mail{font-size:12px; color:var(--faint); margin-top:2px;}
  /* icon + label, same spacing as the language switcher (gap 9px) — needs the
     extra specificity to beat `.dropdown .nav-links a{display:block}` */
  .dropdown .nav-links.dd-iconed a{display:flex; align-items:center; gap:9px;}
  .dd-ic{width:16px; height:16px; flex-shrink:0; opacity:.85;}
  .dd-nav{justify-content:space-between;}
  .dd-nav .dd-go{color:var(--faint); font-weight:700;}
  .dropdown .nav-links a.dd-lang{display:flex; align-items:center; justify-content:space-between; gap:10px;}
  .dd-lang .lang-l{display:inline-flex; align-items:center; gap:9px;}
  .dd-lang .lang-ic{opacity:.8; flex-shrink:0;}
  .dd-lang .caret{font-size:10px; color:var(--faint);}

  /* Inbox — customer conversation list */
  /* one item per row -> de-boxed editorial feed with hairline separators */
  .inbox{background:none; border:none; border-radius:0; box-shadow:none;}
  .conv{display:grid; grid-template-columns:auto 1fr auto; gap:14px; align-items:center; padding:16px 12px; border-bottom:1px solid var(--border-hairline); border-radius:10px; cursor:pointer;}
  .conv:last-child{border-bottom:none;}
  .conv:hover{background:var(--surface-sunken);}
  .conv .avatar{width:44px; height:44px; font-size:14px; flex-shrink:0;}
  .conv .cbody{min-width:0;}
  .conv .crow{display:flex; align-items:center; gap:8px;}
  .conv .crow h4{margin:0; font-size:14.5px; font-weight:700;}
  .conv .crow .rm{font-size:11px; color:var(--faint); background:var(--bg-soft); padding:2px 7px; border-radius:99px; white-space:nowrap;}
  .conv .prev{margin:3px 0 0; font-size:13px; color:var(--muted); overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
  .conv.unread .prev{color:var(--ink); font-weight:600;}
  .conv .cmeta{text-align:right; display:flex; flex-direction:column; align-items:flex-end; gap:6px;}
  .conv .cmeta .t{font-size:11px; color:var(--faint);}
  .conv .cmeta .u{width:20px; height:20px; border-radius:50%; background:var(--pink); color:#fff; font-size:11px; font-weight:800; display:flex; align-items:center; justify-content:center;}

  /* Designer landing (Join as Designer) */
  .djoin-hero{align-items:center; padding:34px 0 40px;}
  .djoin-photo{border-radius:22px; overflow:hidden; box-shadow:var(--shadow-lg); border:1px solid var(--line-2); aspect-ratio:4/3;}
  .djoin-photo img{width:100%; height:100%; object-fit:cover; display:block;}
  .djoin-steps{display:grid; grid-template-columns:repeat(3,1fr); gap:16px; padding-bottom:56px;}
  .djoin-card{background:#fff; border:1px solid var(--line); border-radius:16px; padding:22px; box-shadow:var(--shadow);}
  .djoin-card .n{width:32px; height:32px; border-radius:9px; background:var(--ink); color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; margin-bottom:12px; font-size:14px;}
  .djoin-card h4{margin:0 0 6px; font-size:15px; font-weight:700;}
  .djoin-card p{margin:0; font-size:13px; color:var(--muted); line-height:1.55;}
  @media(max-width:1000px){ .djoin-steps{grid-template-columns:1fr;} }

  /* Designer onboarding flow */
  .doscr{display:none;}
  .doscr.on{display:block; animation:scrfade .3s ease;}
  .do-uploads{display:grid; grid-template-columns:repeat(3,1fr); gap:14px; max-width:var(--w-compact); margin:0 auto 26px;}
  .do-photo{aspect-ratio:3/4; border-radius:14px; overflow:hidden; border:1px solid var(--line);}
  .do-photo img{width:100%; height:100%; object-fit:cover; display:block;}
  .do-up{aspect-ratio:3/4; border:2px dashed var(--line-2); border-radius:14px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:4px; color:var(--muted); background:var(--bg-soft); cursor:pointer;}
  .do-up span{font-size:24px;}
  .do-up small{font-size:12px; font-weight:600;}
  .do-form{display:flex; flex-direction:column; gap:14px; max-width:var(--w-form); margin:0 auto 26px; text-align:left;}
  .do-field{display:flex; flex-direction:column; gap:6px;}
  .do-field > span{font-size:12px; font-weight:700; color:var(--ink-2);}
  .do-field input{border:1px solid var(--line-2); border-radius:11px; padding:11px 14px; font:400 14.5px/1.4 inherit; color:var(--ink); outline:none;}
  .do-field input:focus{border-color:var(--ink);}
  .do-done-ic{font-size:56px; margin-bottom:4px;}

  /* ── hero ────────────────────────────── */
  .hero{position:relative; overflow:hidden; padding:96px 0 104px; display:flex; flex-direction:column; justify-content:center;}
  .hero.scr.on{display:flex;}   /* normal-height hero (no forced full viewport), balanced v-padding */
  .hero-glow{position:absolute; inset:0; pointer-events:none; z-index:0;}
  .hero-glow::before{content:""; position:absolute; top:-160px; left:50%; transform:translateX(-50%);
    width:820px; height:520px; background:radial-gradient(ellipse at center, rgba(13,13,16,.05), rgba(13,13,16,0) 65%); filter:blur(10px);}
  .hero-in{position:relative; z-index:1; text-align:center; max-width:var(--w-wide); margin:0 auto;}

  /* kleve.ai-style hero: text left, walkthrough video right */
  .hero-grid{position:relative; z-index:1; display:grid; grid-template-columns:1.05fr 1fr; gap:44px; align-items:center;}
  .hero-left{text-align:left;}
  .hero-left .eyebrow{margin-bottom:20px;}
  .hero-left .sub{margin:22px 0 0; max-width:440px;}
  .hero-left .hero-cta{justify-content:flex-start; margin-top:28px;}
  .hero-left .hero-meta{justify-content:flex-start;}
  .hero-right{position:relative;}
  .video-frame{position:relative; border-radius:20px; overflow:hidden; box-shadow:var(--shadow-lg); background:#0d0d10; border:1px solid var(--line-2); aspect-ratio:4/4.7;}
  .video-frame video{display:block; width:100%; height:100%; object-fit:cover;}
  .video-frame .vbadge{position:absolute; left:14px; bottom:14px; z-index:2; display:inline-flex; align-items:center; gap:7px;
    background:rgba(13,13,16,.62); color:#fff; font-size:12px; font-weight:600; padding:6px 12px; border-radius:999px; backdrop-filter:blur(6px);}
  .video-frame .vbadge .live{width:7px; height:7px; border-radius:50%; background:var(--pink); box-shadow:0 0 8px var(--pink);}
  .eyebrow{display:inline-flex; align-items:center; gap:8px; background:var(--bg-soft); border:1px solid var(--line-2);
    color:var(--ink-2); font-weight:600; font-size:12.5px; padding:6px 14px; border-radius:999px; margin-bottom:24px;}
  .eyebrow .spark{width:14px; height:14px;}
  h1.big{font-size:clamp(29px, 3.4vw, 40px); line-height:1.16; font-weight:800; letter-spacing:-.015em; margin:0;}
  /* line 2 stays on ONE line: "Work with Expert [rolling role]" */
  .h1-line2{display:flex; align-items:center; justify-content:flex-start; gap:14px; flex-wrap:nowrap; white-space:nowrap; margin-top:8px;}
  .hero-m{display:none;}
  /* short H1 + one-line desc whenever the hero stacks (video top/bottom) */
  @media(max-width:1000px){
    .hero-d{display:none !important;}
    .hero-m{display:block !important;}
    h1.big{letter-spacing:-1px;}   /* the clamp keeps H1 >=29px so it never shrinks below the desc */
  }
  @media(max-width:560px){
    .hero-left .sub{font-size:16px;}
  }
  .hero-bullets{list-style:none; margin:26px 0 4px; padding:0; display:flex; flex-direction:column; gap:10px;}
  .hero-bullets li{position:relative; padding-left:26px; font-size:15px; color:var(--ink-2);}
  .hero-bullets li::before{content:'✓'; position:absolute; left:0; top:-1px; color:var(--pink); font-weight:800;}
  /* endless vertical role roller */
  /* inline-block (NOT flex) so it never stretches the ul — the ul keeps its
     natural 5-line height, letting each -20% step move exactly one word. */
  /* slot height == the H1 line-height (1.18em), so centring the roller against
     "Work with Expert" keeps their baselines aligned — no transform hacks.
     Words are separated by a flex `gap` (not taller rows), so a neighbour's
     descender (the "g" in Designer) can't bleed into the visible slot. */
  .roller{
    display:inline-block; height:1.18em; overflow:hidden; vertical-align:bottom;
  }
  .roller ul{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; align-items:center; gap:.5em; animation:roll 10s ease-in-out infinite;}
  .roller li{line-height:1.18em; color:var(--pink); white-space:nowrap;}
  /* ul holds 5 li (4 roles + a duplicated first for a seamless loop).
     Each step = one row + gap = 1.18em + 0.5em = 1.68em (em, not %, because the
     flex gap makes the rows non-uniform for a %-based transform). Long holds +
     eased glides between them make the roll read smoothly, not snappy. */
  @keyframes roll{
    0%,   16% {transform:translateY(0);}
    22%,  38% {transform:translateY(-1.68em);}
    44%,  60% {transform:translateY(-3.36em);}
    66%,  82% {transform:translateY(-5.04em);}
    88%, 100% {transform:translateY(-6.72em);}
  }
  .sub{font-size:18.5px; color:var(--muted); margin:26px auto 0; max-width:560px; font-weight:450;}
  .hero-cta{display:flex; gap:12px; justify-content:center; margin-top:32px;}
  .hero-cta .btn{padding:14px 26px; font-size:15px;}
  .hero-meta{margin-top:20px; font-size:13px; color:var(--faint); display:flex; gap:20px; justify-content:center; flex-wrap:wrap;}
  .hero-meta b{color:var(--ink);}

  /* floating room collage under hero */
  .collage{display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:52px;}
  .collage figure{margin:0; border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); position:relative; aspect-ratio:3/4;}
  .collage figure:nth-child(1),.collage figure:nth-child(4){aspect-ratio:3/4.6; transform:translateY(18px);}
  .collage img{width:100%; height:100%; object-fit:cover;}
  .collage figcaption{position:absolute; left:10px; bottom:10px; background:rgba(13,13,16,.62); color:#fff;
    font-size:11px; font-weight:600; padding:4px 9px; border-radius:999px; backdrop-filter:blur(4px);}

  /* ── section shells ──────────────────── */
  section.block{padding:76px 0;}
  .sec-head{display:flex; align-items:flex-end; justify-content:space-between; gap:20px; margin-bottom:30px; flex-wrap:wrap;}
  .sec-head h2{font-size:34px; font-weight:700; letter-spacing:-.015em; margin:0;}
  .sec-head p{margin:8px 0 0; color:var(--muted); font-size:15.5px; max-width:520px;}
  .kicker{font-size:12.5px; font-weight:700; letter-spacing:1.5px; text-transform:uppercase; color:var(--muted); margin-bottom:10px;}

  /* ── designer works wall (100.com.tw) ── */
  .filters{display:flex; gap:9px; flex-wrap:wrap;}
  .filters-1row{flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; padding-bottom:2px;}
  .filters-1row::-webkit-scrollbar{display:none;}
  .filters-1row .chip{flex:0 0 auto;}

  /* AI Design — inspiration page */
  .inspire-search{display:flex; align-items:center; gap:10px; background:var(--bg-soft); border:1px solid var(--line-2); border-radius:999px; padding:8px 8px 8px 22px; max-width:920px; margin:0 auto 34px;}
  .inspire-search input{flex:1; border:none; background:none; outline:none; font:400 16px/1 inherit; color:var(--ink);}
  .inspire-search input::placeholder{color:var(--faint);}
  .isearch-btn{width:44px; height:44px; border:none; border-radius:50%; background:var(--pink); color:#fff; font-size:17px; cursor:pointer; flex-shrink:0; display:flex; align-items:center; justify-content:center;}
  .isearch-btn:hover{background:var(--pink-600);}
  .inspire-head{text-align:center; max-width:720px; margin:0 auto 26px;}
  /* Explore mockup: sentence-case display, not uppercase */
  .inspire-head h1{font-size:clamp(30px,3.6vw,42px); font-weight:700; letter-spacing:-.02em; line-height:1.1; margin:0 0 14px; text-transform:none;}
  .inspire-head p{margin:16px auto 0; max-width:62ch; color:var(--muted); font-size:15px; line-height:1.7;}
  .inspire-head p .u{text-decoration:underline; text-underline-offset:3px;}
  .inspire-filters{justify-content:center; max-width:100%; margin-bottom:24px;}
  .inspire-grid{columns:4; column-gap:16px;}
  .insp-card{position:relative; break-inside:avoid; margin-bottom:16px; border-radius:14px; overflow:hidden; cursor:pointer; border:1px solid var(--line); box-shadow:var(--shadow);}
  .insp-card img{width:100%; display:block;}
  .insp-card .stylebadge{position:absolute; top:10px; left:10px; z-index:2;}
  .insp-card .over{position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.45)); opacity:0; transition:opacity .18s; display:flex; align-items:center; justify-content:center;}
  .insp-card:hover .over{opacity:1;}
  .insp-card .over .redo{background:#fff; color:var(--ink); font-weight:700; font-size:13px; padding:9px 15px; border-radius:999px;}
  .insp-card .insp-cap{position:absolute; left:0; right:0; bottom:0; display:flex; align-items:center; justify-content:space-between; gap:8px; padding:16px 12px 10px; color:#fff; font-size:12px; z-index:2; background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.55));}
  .insp-card .insp-cap .who{font-weight:600;}
  .insp-card .insp-cap .lk{opacity:.9;}
  @media(max-width:1000px){ .inspire-grid{columns:2;} }
  @media(max-width:560px){ .inspire-grid{columns:1;} }
  .chip{font-size:13.5px; font-weight:600; color:var(--ink-2); background:#fff; border:1px solid var(--line-2);
    border-radius:999px; padding:8px 16px; cursor:pointer; transition:.14s;}
  .chip:hover{border-color:var(--ink);}
  .chip.on{background:var(--ink); color:#fff; border-color:var(--ink);}
  .works{columns:4; column-gap:16px; margin-top:26px;}
  .work{break-inside:avoid; margin-bottom:16px; border-radius:14px; overflow:hidden; position:relative; cursor:pointer; display:block;}
  .work img{width:100%; height:auto; display:block;}
  /* image only by default; overlay (text + pink button + heart) reveals on hover */
  .work-over{position:absolute; inset:0; opacity:0; transition:opacity .2s;
    background:linear-gradient(180deg, rgba(0,0,0,0) 42%, rgba(0,0,0,.15) 62%, rgba(0,0,0,.62) 100%);}
  .work:hover .work-over{opacity:1;}
  .wo-txt{position:absolute; left:18px; right:74px; bottom:66px; color:#fff; text-shadow:0 1px 8px rgba(0,0,0,.55);}
  .wo-txt b{display:block; font-size:18px; font-weight:800; line-height:1.22; letter-spacing:-.2px;}
  .wo-txt span{font-size:13px; opacity:.9;}
  .wo-btn{position:absolute; left:18px; bottom:18px; background:var(--pink); color:#fff; border:none;
    border-radius:999px; padding:11px 18px; font:700 14px/1 inherit; cursor:pointer; display:inline-flex; align-items:center; gap:7px; box-shadow:var(--shadow-pink);}
  .wo-btn:hover{background:var(--pink-600);}
  .wo-heart{position:absolute; right:16px; bottom:16px; width:48px; height:48px; border-radius:50%; border:none;
    background:rgba(255,255,255,.22); backdrop-filter:blur(6px); color:#fff; font-size:20px; line-height:1; cursor:pointer; transition:.15s;}
  .wo-heart:hover{background:rgba(255,255,255,.34);}
  .wo-heart.on{color:var(--pink); background:#fff;}
  @media(max-width:560px){
    .works{columns:1 !important;}      /* one photo per row on mobile (beats the tablet rule) */
    .work-over{opacity:1;}             /* no hover on touch — show overlay */
  }

  /* ── editing page (collov.ai) ────────── */
  .app{background:var(--bg-ink); border-radius:var(--radius-lg); padding:14px; box-shadow:var(--shadow-lg); color:#fff;}
  .app-bar{display:flex; align-items:center; gap:8px; padding:6px 8px 14px;}
  .app-bar .tl{display:flex; gap:7px;}
  .app-bar .tl i{width:11px; height:11px; border-radius:50%; background:#3a3a42; display:block;}
  .app-bar .title{font-size:13px; color:#b7b7c2; font-weight:600; margin-left:6px;}
  .app-bar .save{margin-left:auto; font-size:12px; color:#8a8a96;}
  .editor{display:grid; grid-template-columns:1fr 330px; gap:14px;}
  .canvas{position:relative; border-radius:14px; overflow:hidden; background:#000; aspect-ratio:16/11;}
  .canvas img{width:100%; height:100%; object-fit:cover;}
  /* before/after slider */
  .ba-after{position:absolute; inset:0; clip-path:inset(0 0 0 50%);}
  .ba-handle{position:absolute; top:0; bottom:0; left:50%; width:2px; background:#fff; box-shadow:0 0 0 1px rgba(0,0,0,.2);}
  .ba-handle::after{content:"⇄"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);
    width:38px; height:38px; background:#fff; color:var(--ink); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:15px; box-shadow:var(--shadow);}
  .ba-tag{position:absolute; top:12px; font-size:11px; font-weight:700; color:#fff; background:rgba(13,13,16,.6); padding:4px 10px; border-radius:999px;}
  .ba-tag.l{left:12px;} .ba-tag.r{right:12px; background:var(--ink);}
  input[type=range].slider{position:absolute; inset:0; width:100%; height:100%; margin:0; opacity:0; cursor:ew-resize; z-index:3;}
  .canvas-tools{position:absolute; left:12px; bottom:12px; display:flex; gap:8px; z-index:4;}
  .canvas-tools button{background:rgba(255,255,255,.92); border:none; border-radius:10px; padding:8px 12px; font-size:12px; font-weight:600; color:var(--ink); cursor:pointer; display:inline-flex; gap:6px; align-items:center;}

  /* right tool panel */
  .panel{background:#17171d; border-radius:14px; padding:16px; display:flex; flex-direction:column; gap:18px; overflow:auto;}
  .panel h4{margin:0 0 10px; font-size:12px; letter-spacing:1px; text-transform:uppercase; color:#8a8a96; font-weight:700;}
  .seg{display:flex; background:#0f0f14; border-radius:10px; padding:4px; gap:4px;}
  .seg button{flex:1; border:none; background:transparent; color:#b7b7c2; font-size:12.5px; font-weight:600; padding:8px; border-radius:7px; cursor:pointer;}
  .seg button.on{background:#fff; color:var(--ink);}
  .style-row{display:grid; grid-template-columns:repeat(3,1fr); gap:9px;}
  .style-opt{border-radius:10px; overflow:hidden; cursor:pointer; position:relative; border:2px solid transparent; aspect-ratio:1;}
  .style-opt img{width:100%; height:100%; object-fit:cover;}
  .style-opt .lbl{position:absolute; left:0; right:0; bottom:0; font-size:10.5px; font-weight:700; color:#fff; padding:8px 6px 5px; background:linear-gradient(to top,rgba(0,0,0,.8),transparent);}
  .style-opt.on{border-color:#fff;}
  .style-opt.on::after{content:"✓"; position:absolute; top:5px; right:6px; width:18px; height:18px; background:#fff; color:var(--ink); border-radius:50%; font-size:11px; display:flex; align-items:center; justify-content:center;}

  /* meltflex-style furniture selector — STYLE only, not a full catalog */
  .furni-cats{display:flex; gap:7px; flex-wrap:wrap; margin-bottom:11px;}
  .furni-cats button{background:#0f0f14; border:1px solid #2a2a33; color:#b7b7c2; font-size:12px; font-weight:600; padding:6px 12px; border-radius:999px; cursor:pointer; display:inline-flex; gap:6px; align-items:center;}
  .furni-cats button.on{background:#fff; color:var(--ink); border-color:#fff;}
  .furni-strip{display:flex; gap:9px; overflow-x:auto; padding-bottom:4px;}
  .furni-strip::-webkit-scrollbar{height:5px;} .furni-strip::-webkit-scrollbar-thumb{background:#2a2a33; border-radius:9px;}
  .furni-item{flex:0 0 78px; text-align:center; cursor:pointer;}
  .furni-item .thumb{width:78px; height:78px; border-radius:12px; background:#0f0f14; border:2px solid #23232c; overflow:hidden; display:flex; align-items:center; justify-content:center; font-size:30px;}
  .furni-item.on .thumb{border-color:#fff;}
  .furni-item .thumb img{width:100%; height:100%; object-fit:cover;}
  .furni-item .nm{font-size:10.5px; color:#9a9aa6; margin-top:6px;}
  .furni-more{flex:0 0 78px; height:78px; border-radius:12px; border:2px dashed #2a2a33; color:#8a8a96; font-size:12px; font-weight:600; display:flex; align-items:center; justify-content:center; cursor:pointer;}
  .gen{background:var(--pink); color:#fff; border:none; border-radius:12px; padding:14px; font-size:15px; font-weight:700; cursor:pointer; box-shadow:var(--shadow-pink); display:flex; align-items:center; justify-content:center; gap:8px;}
  .gen:hover{background:var(--pink-600);}
  .credits{font-size:11.5px; color:#8a8a96; text-align:center;}

  /* ── my project page (Dribbble) ──────── */
  .project{display:grid; grid-template-columns:340px minmax(0,1fr); gap:26px; align-items:start;}
  .proj-main{min-width:0;}   /* let the column shrink so the tab bar scrolls, not the page */
  .proj-summary{background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); position:sticky; top:86px;}
  .proj-summary .hd img{width:100%; height:190px; object-fit:cover;}
  .proj-summary .body{padding:20px;}
  .proj-summary h3{margin:0 0 4px; font-size:19px; font-weight:800; letter-spacing:-.4px;}
  .proj-summary .loc{font-size:13px; color:var(--faint); margin-bottom:16px;}
  .spec{display:flex; justify-content:space-between; font-size:13.5px; padding:10px 0; border-top:1px solid var(--line);}
  .spec span{color:var(--muted);} .spec b{font-weight:600;}
  .styletags{display:flex; gap:6px; flex-wrap:wrap; margin-top:14px;}
  .styletags span{background:var(--bg-soft); color:var(--ink-2); border:1px solid var(--line-2); font-size:11.5px; font-weight:600; padding:5px 10px; border-radius:999px;}
  .brief{margin-top:16px; font-size:13.5px; color:var(--ink-2); background:var(--bg-soft); border-radius:12px; padding:13px 14px; line-height:1.6;}
  .proj-summary .foot{padding:16px 20px; border-top:1px solid var(--line); display:flex; gap:9px;}
  .proj-summary .foot .btn{flex:1; text-align:center;}

  .proposals-hd{display:flex; align-items:center; justify-content:space-between; margin-bottom:16px;}
  .proposals-hd h3{margin:0; font-size:19px; font-weight:800;}
  .proposals-hd .count{font-size:13px; color:var(--faint);}
  .sortpill{font-size:13px; font-weight:600; color:var(--ink-2); border:1px solid var(--line-2); border-radius:999px; padding:7px 14px; background:#fff;}
  .prop-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:18px;}
  .prop{background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); transition:.18s; cursor:pointer;}
  .prop:hover{transform:translateY(-3px); box-shadow:var(--shadow-lg);}
  .prop .ph{position:relative;}
  .prop .ph img{width:100%; height:196px; object-fit:cover;}
  .prop .match{position:absolute; top:11px; left:11px; background:var(--ink); color:#fff; font-size:11px; font-weight:700; padding:5px 10px; border-radius:999px; box-shadow:var(--shadow);}
  .prop .fav{position:absolute; top:9px; right:9px; width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,.92); display:flex; align-items:center; justify-content:center;}
  .prop .fav svg{width:15px; height:15px; stroke:var(--ink);}
  .prop .pbody{padding:14px 15px 16px;}
  .prop .pauthor{display:flex; align-items:center; gap:9px; margin-bottom:10px;}
  .prop .pauthor .avatar{width:26px; height:26px; font-size:11px;}
  .prop .pauthor .nm{font-size:13px; font-weight:600;}
  .prop .pauthor .role{font-size:11px; color:var(--faint);}
  .prop .pauthor .verified{margin-left:auto; color:var(--ink-2); font-size:11px; font-weight:700; display:inline-flex; align-items:center; gap:3px;}
  .prop .ptitle{font-size:14.5px; font-weight:700; margin:0 0 10px;}
  .prop .price{display:flex; align-items:baseline; justify-content:space-between; border-top:1px solid var(--line); padding-top:11px;}
  .prop .price .est{font-size:19px; font-weight:800;}
  .prop .price .est small{font-size:11px; font-weight:600; color:var(--faint); margin-left:4px;}
  .prop .price a{font-size:12.5px; font-weight:700; color:var(--ink);}

  /* ── steps strip ─────────────────────── */
  .steps3{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
  .stepc{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow);}
  .stepc .n{width:38px; height:38px; border-radius:11px; background:var(--ink); color:#fff; font-weight:800; display:flex; align-items:center; justify-content:center; font-size:16px; margin-bottom:16px;}
  .stepc h4{margin:0 0 7px; font-size:17px; font-weight:700;}
  .stepc p{margin:0; font-size:14px; color:var(--muted); line-height:1.6;}

  /* ── final cta ───────────────────────── */
  .final{background:var(--bg-ink); color:#fff; border-radius:var(--radius-lg); padding:64px 40px; text-align:center; position:relative; overflow:hidden;}
  .final::before{content:""; position:absolute; top:-120px; left:50%; transform:translateX(-50%); width:640px; height:400px; background:radial-gradient(ellipse,rgba(255,255,255,.10),transparent 62%); filter:blur(8px);}
  .final h2{position:relative; font-size:40px; font-weight:800; letter-spacing:-.015em; margin:0 0 12px;}
  .final p{position:relative; color:#b7b7c2; font-size:17px; margin:0 0 28px;}
  .final .btn{position:relative; padding:15px 34px; font-size:16px;}

  footer{padding:30px 0; border-top:1px solid var(--line); margin-top:0; background:var(--bg-soft);}
  .foot-in{display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:16px; color:var(--faint); font-size:13px;}
  .ref-note{background:var(--bg-soft); border:1px dashed var(--line-2); border-radius:14px; padding:16px 20px; margin-top:22px; font-size:12.5px; color:var(--muted); line-height:1.9;}
  .ref-note b{color:var(--ink);}

  /* ═══════════ LIVE DEMO: screens, flow bar, generating, toast, modal ═══════════ */
  .scr{display:none;}
  .scr.on{display:block; animation:scrfade .32s ease;}
  @keyframes scrfade{from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:none;}}

  /* flow bar under nav */
  .flowbar{position:sticky; top:66px; z-index:40; background:rgba(255,255,255,.9); backdrop-filter:blur(12px); border-bottom:1px solid var(--line);}
  .flow-in{display:flex; align-items:center; gap:8px; height:52px; font-size:13.5px;}
  .flow-step{display:inline-flex; align-items:center; gap:8px; color:var(--faint); font-weight:600; cursor:pointer; padding:5px 4px; background:none; border:none; font-family:inherit; font-size:13.5px;}
  .flow-step .num{width:22px; height:22px; border-radius:50%; border:1.5px solid var(--line-2); display:flex; align-items:center; justify-content:center; font-size:11px; color:var(--faint);}
  .flow-step.on{color:var(--ink);}
  .flow-step.on .num{background:var(--pink); border-color:var(--pink); color:#fff;}
  .flow-step.done .num{background:var(--ink); border-color:var(--ink); color:#fff;}
  .flow-sep{color:var(--line-2); font-size:12px;}
  .flow-in .restart{margin-left:auto; color:var(--faint); font-weight:600; cursor:pointer; background:none; border:none; font-family:inherit; font-size:13px;}
  .flow-in .restart:hover{color:var(--pink);}

  .nav-links a{cursor:pointer;}
  .nav-links a.active{color:var(--ink);}

  /* studio: generating overlay */
  .canvas .gen-spin{position:absolute; inset:0; display:none; flex-direction:column; align-items:center; justify-content:center; gap:14px; color:#fff; z-index:6; background:rgba(13,13,16,.55); backdrop-filter:blur(3px);}
  .canvas.working .gen-spin{display:flex;}
  .canvas.working .canvas-tools{display:none;}
  .spinner{width:46px; height:46px; border-radius:50%; border:3px solid rgba(255,255,255,.25); border-top-color:#fff; animation:spin .9s linear infinite;}
  @keyframes spin{to{transform:rotate(360deg);}}
  .gen-spin .txt{font-size:14px; font-weight:600; letter-spacing:.3px;}
  .gen.saved{background:var(--ink);} /* after generate, gen morphs into Save */
  .save-row{display:flex; gap:10px;}
  .save-row .btn{flex:1; padding:13px; font-size:14px; border-radius:12px;}

  /* toast */
  .toast{position:fixed; left:50%; bottom:30px; transform:translateX(-50%) translateY(24px); background:var(--ink); color:#fff; padding:13px 22px; border-radius:999px; font-size:14px; font-weight:600; opacity:0; pointer-events:none; transition:.32s cubic-bezier(.2,.8,.2,1); z-index:200; box-shadow:var(--shadow-lg); display:flex; align-items:center; gap:9px;}
  .toast.show{opacity:1; transform:translateX(-50%) translateY(0);}
  .toast .k{color:var(--pink);}

  /* proposal detail modal */
  .modal{position:fixed; inset:0; background:rgba(13,13,16,.55); backdrop-filter:blur(4px); display:none; align-items:center; justify-content:center; z-index:150; padding:24px;}
  .modal.on{display:flex; animation:scrfade .2s ease;}
  .modal-card{background:#fff; border-radius:var(--radius-lg); max-width:var(--w-modal); width:100%; max-height:90vh; overflow:auto; box-shadow:var(--shadow-lg);}
  /* login / sign-up modal */
  .lg-card{max-width:420px;}
  .lg-body{padding:22px 26px 26px;}
  .lg-h{font-size:18px; font-weight:600; letter-spacing:-.2px; margin:6px 0 4px; text-align:center;}
  .lg-sub{color:var(--muted); font-size:13.5px; text-align:center; margin:0 0 20px;}
  .lg-body .ob-social{display:flex; align-items:center; justify-content:center; gap:10px; width:100%; border:1px solid var(--line-2); background:#fff; border-radius:11px; padding:12px; font:700 14px/1 inherit; color:var(--ink); cursor:pointer; margin-bottom:14px;}
  .lg-body .ob-social span{width:20px; height:20px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:12px;}
  .lg-body .ob-social:hover{border-color:var(--ink);}
  .lg-body .ob-or{display:flex; align-items:center; gap:12px; color:var(--faint); font-size:12px; margin-bottom:14px;}
  .lg-body .ob-or::before, .lg-body .ob-or::after{content:''; flex:1; height:1px; background:var(--line);}
  .lg-body .obf{display:flex; flex-direction:column; gap:6px; margin-bottom:13px;}
  .lg-body .obf > span{font-size:12.5px; font-weight:700; color:var(--ink-2);}
  .lg-body .obf input{border:1px solid var(--line-2); border-radius:11px; padding:11px 14px; font:400 14.5px/1.3 inherit; color:var(--ink); outline:none;}
  .lg-body .obf input:focus{border-color:var(--ink);}
  .lg-switch{text-align:center; font-size:13px; color:var(--muted); margin:16px 0 0;}
  .lg-switch a{color:var(--pink); font-weight:700; cursor:pointer;}
  .modal-hero{position:relative;}
  .modal-hero img{width:100%; height:230px; object-fit:cover;}
  .modal-close{position:absolute; top:14px; right:14px; width:34px; height:34px; border-radius:50%; background:rgba(255,255,255,.92); border:none; cursor:pointer; font-size:17px; line-height:1; color:var(--ink);}
  .modal-body{padding:22px 24px 24px;}
  .modal-body .pauthor{display:flex; align-items:center; gap:10px; margin-bottom:6px;}
  .modal-body h3{font-size:21px; font-weight:800; letter-spacing:-.5px; margin:6px 0 4px;}
  .modal-body .msub{color:var(--muted); font-size:13.5px; margin-bottom:18px;}
  .bill{border:1px solid var(--line); border-radius:14px; overflow:hidden; margin-bottom:8px;}
  .bill-row{display:flex; justify-content:space-between; padding:12px 16px; font-size:13.5px; border-bottom:1px solid var(--line);}
  .bill-row:last-child{border-bottom:none;}
  .bill-row .l{display:flex; align-items:center; gap:10px; color:var(--ink-2);}
  .bill-row .l small{color:var(--faint); font-weight:500;}
  .bill-row .v{font-weight:600;}
  .bill-row.total{background:var(--bg-soft); font-weight:800;}
  .bill-row.total .v{font-size:17px;}
  .bill-thumb{width:34px; height:34px; border-radius:8px; object-fit:cover;}
  .modal-note{font-size:12px; color:var(--faint); margin:12px 2px 18px; line-height:1.6;}
  .modal-cta{display:flex; gap:10px;}
  .modal-cta .btn{flex:1; padding:14px; font-size:14.5px;}

  /* upload sheet */
  .uploader{max-width:var(--w-compact); margin:20px auto 0; background:#fff; border:2px dashed var(--line-2); border-radius:var(--radius-lg); padding:40px 30px; text-align:center; cursor:pointer; transition:.16s;}
  .uploader:hover{border-color:var(--pink); background:var(--pink-050);}
  .uploader .ic{font-size:40px; margin-bottom:12px;}
  .uploader h4{margin:0 0 6px; font-size:17px;}
  .uploader p{margin:0; color:var(--muted); font-size:13.5px;}
  .sample-hint{display:flex; gap:10px; justify-content:center; margin-top:16px; flex-wrap:wrap;}
  .sample-hint img{width:74px; height:56px; object-fit:cover; border-radius:9px; cursor:pointer; border:2px solid transparent;}
  .sample-hint img:hover{border-color:var(--pink);}

  /* audience landings (For Designer / For Material Supplier) */
  .audience{max-width:var(--w-lg); margin:0 auto; text-align:center; padding:var(--sp-6) 0 var(--sp-3);}
  .audience .eyebrow{margin-bottom:20px;}
  .aud-h{font-size:clamp(28px,4.2vw,46px); font-weight:800; letter-spacing:-.015em; line-height:1.08; margin:0 0 14px;}
  /* New Project Flow mockup: step titles are sentence-case (not uppercase like the landing heroes) */
  .cscr .aud-h{text-transform:none; letter-spacing:-.02em; font-size:clamp(26px,3.4vw,38px);}
  .aud-sub{color:var(--muted); font-size:17px; max-width:600px; margin:0 auto 42px; line-height:1.6;}
  .aud-cards{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; text-align:left;}
  .aud-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:24px; box-shadow:var(--shadow);}
  .ac-ic{font-size:28px; margin-bottom:14px;}
  .aud-card h4{margin:0 0 8px; font-size:16.5px; font-weight:700;}
  .aud-card p{margin:0; font-size:14px; color:var(--muted); line-height:1.6;}
  .aud-cta{margin-top:40px; display:flex; flex-direction:column; align-items:center; gap:12px;}
  .aud-cta .btn{padding:14px 30px; font-size:15px;}
  .aud-cta .soon{font-size:12px; color:var(--faint); font-weight:700; letter-spacing:.8px; text-transform:uppercase;}

  /* ── My Projects (dribbble-style brief + recommended experts) ── */
  #project .project{grid-template-columns:320px 1fr; gap:26px; align-items:start;}
  .proj-col{position:sticky; top:calc(var(--nav-h,66px) + var(--projtop-h,54px) + 14px); display:flex; flex-direction:column; gap:16px;}
  /* compact brief above the tabs — only when the full brief column is hidden (narrow) */
  .proj-vbrief{display:none;}
  .proj-vbrief h3{margin:0 0 4px; font-size:19px; font-weight:700; letter-spacing:-.2px;}
  .proj-vbrief .vb-loc{font-size:13px; color:var(--muted); margin-bottom:12px;}
  .proj-vbrief .vb-publish{margin:0 0 16px;}
  .brief-card, .profile-card{background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:var(--sp-5); box-shadow:var(--shadow);}
  .brief-card h3{margin:0 0 10px; font-size:19px; font-weight:800; letter-spacing:-.4px;}
  .brief-desc p{margin:0 0 6px; font-size:13.5px; color:var(--ink-2); line-height:1.6;}
  .viewfull{font-size:12.5px; font-weight:600; color:var(--muted); text-decoration:underline; cursor:pointer;}
  .brief-field{padding:12px 0; border-top:1px solid var(--line);}
  .brief-field:first-of-type{margin-top:12px;}
  .bf-label{font-size:11px; font-weight:700; letter-spacing:.6px; text-transform:uppercase; color:var(--faint); margin-bottom:3px;}
  .bf-val{font-size:13.5px; font-weight:600;}
  .styletags{display:flex; gap:6px; flex-wrap:wrap; margin:14px 0 0;}
  /* foldable brief detail + "more" toggle */
  .brief-more{width:100%; border:none; background:none; cursor:pointer; font:600 12.5px/1 inherit; color:var(--muted); padding:12px 0; margin-top:4px; border-top:1px solid var(--line); display:flex; align-items:center; justify-content:center; gap:5px;}
  .brief-more:hover{color:var(--ink);}
  .brief-more .caret{font-size:10px;}
  /* invite (share) block */
  .brief-invite{background:var(--bg-soft); border:1px solid var(--line); border-radius:12px; padding:12px; margin:0 0 14px;}
  .bi-label{font-size:11px; font-weight:700; letter-spacing:.5px; text-transform:uppercase; color:var(--faint); margin-bottom:8px;}
  .bi-row{display:flex; gap:7px;}
  .bi-row input{flex:1; min-width:0; border:1px solid var(--line-2); border-radius:9px; padding:8px 10px; font:400 12.5px/1 inherit; background:#fff; color:var(--ink); outline:none;}
  .bi-row button{border:none; background:var(--ink); color:#fff; border-radius:9px; padding:0 14px; font:600 12.5px/1 inherit; cursor:pointer;}
  .bi-row button:hover{background:var(--ink-2);}
  .bi-note{font-size:11.5px; color:var(--faint); line-height:1.5; margin:8px 0 0;}
  .publish-row{display:flex; gap:11px; align-items:flex-start; background:var(--bg-soft); border-radius:12px; padding:12px; margin:14px 0;}
  .pr-title{font-size:13px; font-weight:600;}
  .pr-note{font-size:12px; color:var(--faint); margin-top:2px; line-height:1.5;}
  .toggle{width:38px; height:22px; border-radius:999px; background:var(--line-2); position:relative; cursor:pointer; flex-shrink:0; transition:.16s;}
  .toggle .knob{position:absolute; top:2px; left:2px; width:18px; height:18px; border-radius:50%; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.2); transition:.16s;}
  .toggle.on{background:var(--pink);}
  .toggle.on .knob{left:18px;}
  .profile-card h4{margin:0 0 12px; font-size:14px; font-weight:700;}
  .chk{display:flex; align-items:center; gap:11px; padding:9px 0; border-top:1px solid var(--line);}
  .chk:first-of-type{border-top:none; padding-top:0;}
  .chk .ck{width:22px; height:22px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:12px; flex-shrink:0;}
  .chk .ck.todo{background:#fff; border:1.5px dashed var(--line-2);}
  .chk .txt{flex:1; min-width:0;}
  .chk .txt b{display:block; font-size:13px; font-weight:600;}
  .chk .txt span{font-size:11.5px; color:var(--faint);}
  .chk .chev{color:var(--faint); font-size:18px;}

  /* pill tabs — sticky bar (no overflow) + inner horizontal scroller; --nav-h tracks the real nav height */
  .ex-tabs{position:sticky; top:calc(var(--nav-h, 66px) + var(--projtop-h, 54px)); z-index:20; margin:0 0 18px;
    background:#fff; border-bottom:1px solid var(--line);}
  .ex-tabs-in{display:flex; gap:8px; align-items:center; padding:10px 0;
    overflow-x:auto; scrollbar-width:none; -ms-overflow-style:none;}
  .ex-tabs-in::-webkit-scrollbar{display:none;}
  .ex-tab{background:none; border:none; font-family:inherit; font-size:14.5px; font-weight:700; color:var(--ink);
    padding:9px 16px; border-radius:999px; cursor:pointer; white-space:nowrap;
    display:inline-flex; align-items:center; gap:8px; flex-shrink:0;}
  .ex-tab:hover{background:var(--bg-soft);}
  .ex-tab.on{background:var(--bg-soft);}
  .ex-tab b{font-size:11px; font-weight:800; color:var(--muted); background:var(--line); border-radius:999px;
    min-width:20px; height:20px; padding:0 6px; display:inline-flex; align-items:center; justify-content:center;}
  .ex-tab.on b{background:var(--ink); color:#fff;}
  .ex-panel{display:flex; flex-direction:column; gap:16px;}
  .ex-panel[hidden]{display:none;}
  .ex-empty{padding:56px 20px; text-align:center; color:var(--faint); font-size:14px; border:1px dashed var(--line-2); border-radius:var(--radius);}
  /* AI Match Assistant (Recommendation tab) */
  .agent{background:linear-gradient(180deg,#fff7fb,#fff); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); padding:var(--sp-4) var(--sp-5); margin-bottom:4px;}
  .agent-head{display:flex; align-items:flex-start; gap:11px; margin-bottom:12px;}
  .agent-ic{width:34px; height:34px; border-radius:10px; background:var(--pink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:17px; flex-shrink:0;}
  .agent-head b{font-size:14.5px; font-weight:800; display:block;}
  .agent-head span{font-size:12.5px; color:var(--muted);}
  .agent-log{display:flex; flex-direction:column; gap:7px; max-height:118px; overflow-y:auto; margin-bottom:10px;}
  .agent-log:empty{display:none;}
  .ab{max-width:82%; padding:9px 13px; border-radius:14px; font-size:13.5px; line-height:1.5;}
  .ab.me{align-self:flex-end; background:var(--ink); color:#fff; border-bottom-right-radius:5px;}
  .ab.bot{align-self:flex-start; background:var(--bg-soft); color:var(--ink); border-bottom-left-radius:5px;}
  .ab.typing{color:var(--faint); letter-spacing:2px;}
  .agent-chips{display:flex; flex-wrap:wrap; gap:8px; margin-bottom:10px;}
  .agent-chips button{border:1px solid var(--line-2); background:#fff; border-radius:999px; padding:7px 13px; font:600 12.5px/1 inherit; color:var(--ink-2); cursor:pointer;}
  .agent-chips button:hover{border-color:var(--pink); color:var(--pink);}
  .agent-in{display:flex; gap:8px;}
  .agent-in input{flex:1; border:1px solid var(--line-2); border-radius:999px; padding:10px 15px; font:400 13.5px/1 inherit; outline:none;}
  .agent-in input:focus{border-color:var(--ink);}
  .agent-in button{border:none; background:var(--ink); color:#fff; border-radius:50%; width:38px; height:38px; cursor:pointer; font-size:14px; flex-shrink:0;}
  .expert.flash{animation:exflash 1.2s ease;}
  @keyframes exflash{0%{box-shadow:0 0 0 0 rgba(255,46,126,.5);} 100%{box-shadow:0 0 0 8px rgba(255,46,126,0);}}
  .ai-summary{border:1px solid var(--line); border-radius:14px; padding:16px 18px; background:linear-gradient(180deg,#fff7fb,#fff); margin-bottom:16px;}
  .ai-summary .ais-head{font-size:12px; font-weight:800; letter-spacing:.4px; color:var(--pink); margin-bottom:7px;}
  .ai-summary p{margin:0; font-size:13.5px; line-height:1.6; color:var(--ink-2);}

  /* Edit brief — full page */
  .eb-wrap{max-width:var(--w-page);}
  .eb-top{position:sticky; top:var(--nav-h,66px); z-index:30; background:#fff;
    display:flex; align-items:center; justify-content:space-between; gap:16px; padding:12px 0; margin-bottom:14px; border-bottom:1px solid var(--line);}
  .eb-del{color:#c0392b;}
  .eb-del:hover{border-color:#c0392b;}
  /* photo studio topbar */
  .ps-title{font-size:15px; font-weight:700; color:var(--ink);}
  .ps-actions{display:flex; gap:10px;}
  .ps-actions .btn{padding:9px 16px; font-size:14px;}
  .eb-actions{display:flex; gap:10px;}
  .eb-actions .btn{padding:9px 16px; font-size:14px;}
  .eb-h1{font-size:30px; font-weight:800; letter-spacing:-.6px; margin:0 0 6px;}
  .eb-sub{margin:0 0 24px; color:var(--muted); font-size:14.5px; max-width:600px;}
  .eb-label{font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); margin:0 0 10px;}
  .eb-count{font-weight:500; color:var(--muted); margin-left:6px;}
  /* all design photos in one horizontal strip (not one-per-space) */
  .eb-photos{display:flex; gap:14px; overflow-x:auto; padding-bottom:8px; margin-bottom:26px; scroll-snap-type:x proximity;}
  .eb-photo{position:relative; margin:0; flex:0 0 190px; scroll-snap-align:start; border:1px solid var(--line); border-radius:14px; overflow:hidden; box-shadow:var(--shadow); cursor:pointer; background:#fff; transition:transform .15s, box-shadow .15s;}
  .eb-photo:hover{box-shadow:var(--shadow-lg); transform:translateY(-2px);}
  .eb-photo img{width:100%; aspect-ratio:4/3; object-fit:cover; display:block;}
  .eb-photo figcaption{padding:9px 11px;}
  .eb-photo figcaption b{display:block; font-size:13.5px; font-weight:700;}
  .eb-photo figcaption span{font-size:11.5px; color:var(--muted);}
  .eb-photo-rm{position:absolute; top:8px; right:8px; width:26px; height:26px; border-radius:50%; border:none;
    background:rgba(13,13,16,.62); color:#fff; cursor:pointer; display:flex; align-items:center; justify-content:center; opacity:0; transition:.15s;}
  .eb-photo:hover .eb-photo-rm{opacity:1;}
  .eb-photo-rm .ic{width:14px; height:14px;}
  .eb-photo-add{flex:0 0 130px; border:1.5px dashed var(--line-2); border-radius:14px; background:var(--bg-soft); color:var(--muted);
    cursor:pointer; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; font-size:13px; font-weight:600;}
  .eb-photo-add:hover{border-color:var(--ink); color:var(--ink);}
  .eb-photo-add .ic{width:22px; height:22px;}
  /* photo detail modal */
  .ebd-card{max-width:var(--w-flow); display:grid; grid-template-columns:1.25fr 1fr; position:relative; overflow:hidden;}
  .ebd-img{background:var(--bg-soft);}
  .ebd-img img{width:100%; height:100%; max-height:82vh; object-fit:cover; display:block;}
  .ebd-form{padding:var(--sp-7) var(--sp-6) var(--sp-6); display:flex; flex-direction:column; gap:14px;}
  .ebd-actions{display:flex; align-items:center; gap:8px; margin-top:auto; flex-wrap:wrap;}
  .ebd-actions .ebd-move{padding:9px 12px;}
  .ebd-actions .ebd-del{margin-left:auto; color:#c0392b;}
  .ebd-actions .btn-dark{padding:10px 22px;}
  .modal-x{position:absolute; top:12px; right:12px; z-index:2; width:34px; height:34px; border-radius:50%; border:none;
    background:rgba(255,255,255,.92); box-shadow:var(--shadow); cursor:pointer; display:flex; align-items:center; justify-content:center;}
  .modal-x .ic{width:18px; height:18px;}
  @media(max-width:640px){ .ebd-card{grid-template-columns:1fr;} .ebd-img img{max-height:38vh;} }
  /* confirm (save-on-exit / delete) */
  .ebc-card{max-width:400px; padding:var(--sp-6) var(--sp-6);}
  .ebc-card h3{margin:0 0 8px; font-size:18px; font-weight:700;}
  .ebc-card p{margin:0 0 20px; color:var(--muted); font-size:14px; line-height:1.5;}
  .ebc-actions{display:flex; justify-content:flex-end; gap:10px;}
  .ebc-danger{background:#c0392b;} .ebc-danger:hover{background:#a5301f;}

  /* Customer proposal PAGE (replaces the modal) */
  #cproposal{padding-top:26px;}
  .cprop{max-width:var(--w-wide);}
  .cprop .briefs-link{display:inline-flex; margin-bottom:18px;}
  .cprop-top{display:flex; align-items:center; gap:16px; margin-bottom:14px;}
  .cprop-top .briefs-link{margin:0;}
  .cprop-pagetitle{font-size:26px; font-weight:800; letter-spacing:-.5px; margin:0;}
  .cprop-grid{display:grid; grid-template-columns:minmax(0,3fr) minmax(0,1fr); gap:22px; align-items:start; padding-bottom:70px;}
  .cprop-left{display:flex; flex-direction:column; gap:22px; min-width:0;}
  .cprop-doc{background:#fff; border:1px solid var(--line); border-radius:18px; overflow:hidden; box-shadow:var(--shadow);}
  .cprop-render img{width:100%; max-height:340px; object-fit:cover; display:block;}
  /* cover with design photos overlaid on top */
  .cprop-cover{position:relative;}
  .cprop-dp{display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:-52px 20px 0; position:relative; z-index:2;}
  .cprop-dp .dp{border-radius:10px; overflow:hidden; border:3px solid #fff; box-shadow:var(--shadow); aspect-ratio:4/3;}
  .cprop-dp .dp img{width:100%; height:100%; object-fit:cover; display:block;}
  .cprop-body{padding:22px 24px 24px;}
  .cprop-author{display:flex; align-items:center; gap:11px; margin-bottom:8px;}
  .cprop-author .avatar{width:40px; height:40px; font-size:14px;}
  .cprop-who{min-width:0;}
  .cprop-name{font-weight:800; font-size:16px; color:var(--ink); cursor:pointer; text-decoration:underline; text-underline-offset:3px; text-decoration-thickness:1px; text-decoration-color:var(--line-2);}
  .cprop-name:hover{text-decoration-color:var(--pink); color:var(--pink);}
  .cprop-who .role{font-size:12.5px; color:var(--faint);}
  .cprop-verified{margin-left:auto; font-size:11px; font-weight:800; color:#128a4e; background:#eafaf0; padding:4px 10px; border-radius:999px; white-space:nowrap;}
  .cprop-body h2{font-size:22px; font-weight:800; letter-spacing:-.4px; margin:8px 0 4px;}
  .cprop-sub{color:var(--muted); font-size:13.5px; margin-bottom:18px;}
  .cprop-note{font-size:12.5px; color:var(--faint); line-height:1.55; margin:12px 0 0;}
  /* designer's message, styled as a letter */
  .cprop-letter{border-top:1px solid var(--line); margin-top:18px; padding-top:20px;}
  .cprop-letter p{font-size:14.5px; line-height:1.75; color:var(--ink-2); margin:0 0 14px;}
  .cprop-letter p:last-child{margin-bottom:0;}
  .cprop-signoff{color:var(--ink);}
  .cprop-signoff b{font-weight:800;}
  /* estimate + attachments blocks */
  .cprop-quote{border-top:1px solid var(--line); margin-top:22px; padding-top:20px;}
  .cprop-quote h4, .cprop-attach h4{margin:0 0 12px; font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.4px; color:var(--faint);}
  .cprop-attach{border-top:1px solid var(--line); margin-top:22px; padding-top:20px;}
  .cprop-files{display:flex; flex-direction:column; gap:8px;}
  .cpfile{display:flex; align-items:center; gap:12px; border:1px solid var(--line-2); border-radius:12px; padding:11px 14px; cursor:pointer; background:#fff;}
  .cpfile:hover{border-color:var(--ink);}
  .cpf-ic{font-size:18px;}
  .cpf-nm{font-size:13.5px; font-weight:700; color:var(--ink);}
  .cpf-sz{margin-left:auto; font-size:12px; color:var(--faint);}
  /* left-bottom chat card */
  .cpchat{padding:18px 20px 20px;}
  .cpchat-head{font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.4px; color:var(--faint); margin-bottom:14px;}
  .cpchat .cpchat-thread{display:flex; flex-direction:column; gap:12px; padding-right:4px;}
  .cpm{display:flex; gap:9px; align-items:flex-end;}
  .cpm.me{flex-direction:row-reverse;}
  .cpm-av{width:28px; height:28px; border-radius:50%; background:var(--ink); color:#fff; font-size:10px; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
  .cpm p{margin:0; font-size:13.5px; line-height:1.55; padding:10px 14px; border-radius:14px; max-width:70%;}
  .cpm.them p{background:var(--bg-soft); color:var(--ink); border-bottom-left-radius:4px;}
  .cpm.me p{background:var(--ink); color:#fff; border-bottom-right-radius:4px;}
  /* docked composer — sticky within the whole left column, so it stays pinned to the
     viewport bottom for the entire proposal (even before the chat scrolls into view) */
  .cpchat-dock{position:sticky; bottom:16px; z-index:5; margin-top:2px; display:flex; gap:8px; align-items:center;
    background:#fff; border:1px solid var(--line-2); border-radius:999px; padding:6px 6px 6px 4px; box-shadow:var(--shadow-lg);}
  .cpchat-dock input{flex:1; min-width:0; border:none; background:none; padding:11px 16px; font:inherit; font-size:13.5px; outline:none;}
  .cpchat-dock .btn{padding:11px 20px; flex-shrink:0;}
  /* right narrow profile stripe */
  .cprop-side{display:flex; flex-direction:column; gap:16px; position:sticky; top:88px;}
  .cprop-card{background:#fff; border:1px solid var(--line); border-radius:14px; padding:16px; box-shadow:var(--shadow);}
  .cprop-card h4{margin:0 0 12px; font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.4px; color:var(--faint);}
  .cprop-card .cprop-author{margin-bottom:12px;}
  .cprop-card .cprop-author .avatar{width:36px; height:36px; font-size:12px;}
  .cprop-cav{width:38px; height:38px; border-radius:50%; object-fit:cover; flex-shrink:0;}
  .cprop-card .cprop-name{font-size:14px;}
  .cprop-contact{display:flex; flex-direction:column; gap:9px; margin-top:12px;}
  .cprop-contact .btn{width:100%;}
  .cprop-vp{display:block; text-align:center; margin-top:12px; font-size:12.5px; font-weight:700; color:var(--muted); cursor:pointer;}
  .cprop-vp:hover{color:var(--ink);}
  .cprop-review .rv-stars{font-size:13px; color:#f5a623; font-weight:700; margin-bottom:8px;}
  .cprop-review .rv-stars b{color:var(--ink);}
  .cprop-review .rv-stars span{color:var(--faint); font-weight:500;}
  .cprop-review p{margin:0 0 8px; font-size:13px; line-height:1.6; color:var(--ink-2);}
  .cprop-review .rv-by{font-size:12px; color:var(--faint);}
  .cprop-skills{display:flex; flex-wrap:wrap; gap:7px;}
  .cprop-skills span{font-size:11.5px; font-weight:600; color:var(--ink-2); background:var(--bg-soft); border:1px solid var(--line-2); border-radius:999px; padding:5px 10px;}
  .cm-row{display:flex; align-items:center; justify-content:space-between; padding:7px 0; font-size:13.5px; border-top:1px solid var(--line);}
  .cm-row:first-child{border-top:none;}
  .cm-row span{color:var(--muted);} .cm-row b{font-weight:700;}
  .cprop-thumbs{display:grid; grid-template-columns:1fr 1fr; gap:8px;}
  .cprop-thumbs img{width:100%; aspect-ratio:1; object-fit:cover; border-radius:9px; border:1px solid var(--line);}
  @media(max-width:900px){
    .cprop-grid{grid-template-columns:1fr;}
    .cprop-side{position:static;}
  }
  /* Edit brief modal form (legacy, kept for .bform/.bfield styles) */
  .brief-modal-top{display:flex; align-items:center; justify-content:space-between; gap:12px;}
  .bform{display:flex; flex-direction:column; gap:14px; margin-bottom:20px;}
  .bform-row{display:grid; grid-template-columns:1fr 1fr; gap:14px;}
  .bfield{display:flex; flex-direction:column; gap:6px;}
  .bfield > span{font-size:12px; font-weight:700; color:var(--ink-2);}
  .bfield > span small{font-weight:500; color:var(--faint);}
  .bfield input, .bfield textarea{border:1px solid var(--line-2); border-radius:10px; padding:10px 12px; font:400 14px/1.4 inherit; color:var(--ink); outline:none; resize:vertical;}
  .bfield input:focus, .bfield textarea:focus{border-color:var(--ink);}

  /* Project Briefs listing (My Projects — ported from mockup) */
  .pbriefs-head{display:flex; align-items:flex-start; justify-content:space-between; gap:24px; margin-bottom:22px;}
  .pbriefs-head h2{margin:0 0 8px; font:700 24px/1.15 var(--font-display); letter-spacing:-.015em; text-transform:uppercase;}
  .pbriefs-head p{margin:0; color:var(--muted); font-size:14px; line-height:1.6; max-width:52ch;}
  .pbriefs-new{flex:none; white-space:nowrap; border-radius:999px;}
  /* filter-chip row + sort label */
  .pbriefs-filter{display:flex; align-items:center; gap:8px; margin:24px 0 28px; padding:0;}
  .pf-chip{padding:5px 12px; border-radius:999px; border:1px solid var(--border-field); background:none; font:600 12.5px/1 var(--font-sans); color:var(--text-body); cursor:pointer; white-space:nowrap;}
  .pf-chip.on{background:var(--ink-900); border-color:var(--ink-900); color:#fff;}
  .pf-spacer{flex:1;}
  .pf-sort{display:flex; align-items:center; gap:6px; font:500 13px/1 var(--font-sans); color:var(--text-muted); white-space:nowrap;}
  .pf-sort .ic{width:14px; height:14px;}
  .pbriefs-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:24px;}
  /* floating bulk-delete bar (Minimal: dark ink pill) */
  .briefs-delbar{position:sticky; bottom:24px; z-index:30; width:fit-content; margin:24px auto 0;
    display:flex; align-items:center; gap:18px; background:var(--ink-900);
    box-shadow:var(--shadow-lg); border-radius:999px; padding:14px 18px 14px 22px;}
  .briefs-delbar[hidden]{display:none;}
  .briefs-delbar .bd-count{font:500 14px/1 var(--font-sans); color:rgba(255,255,255,.85); white-space:nowrap;}
  .briefs-delbar .bd-count b{color:#fff;}
  .briefs-delbar .btn{padding:0 18px; height:38px; font:600 13px/1 var(--font-sans);}
  .briefs-delbar .btn-dark{background:var(--flame-500); color:#fff;}
  .briefs-delbar .btn-dark:hover{background:var(--flame-600);}
  section#briefs{padding-top:30px;}
  #briefs .wrap{padding-bottom:120px;}
  /* card */
  .pbrief{position:relative; display:flex; flex-direction:column; background:var(--surface-card); border:1px solid transparent; border-radius:var(--radius-card); overflow:hidden; cursor:pointer; transition:transform .24s cubic-bezier(.2,0,0,1), border-color .16s cubic-bezier(.2,0,0,1);}
  .pbrief.sel{border-color:var(--flame-500);}
  .pbrief:hover{transform:translateY(-1px);}
  .pbrief[hidden]{display:none;}
  /* multi-select checkbox — hidden by default (Minimal); revealed in select mode */
  .pf-select{display:flex; align-items:center; gap:6px; padding:0; border:none; background:none; font:500 13px/1 var(--font-sans); color:var(--text-muted); cursor:pointer; white-space:nowrap;}
  .pf-select .ic{width:15px; height:15px;}
  .pf-select.on{color:var(--flame-600);}
  #briefs.selecting .pbrief{cursor:default;}
  .pbrief-check{position:absolute; top:10px; left:10px; z-index:3; cursor:pointer; line-height:0; display:none;}
  #briefs.selecting .pbrief-check{display:block;}
  .pbrief-check input{position:absolute; opacity:0; width:0; height:0;}
  .pbrief-check .pc-box{display:flex; align-items:center; justify-content:center; width:26px; height:26px; border-radius:999px; background:rgba(255,255,255,.92); border:1px solid var(--border-field); box-shadow:var(--shadow-panel); position:relative;}
  .pbrief-check input:checked + .pc-box{background:var(--flame-500); border-color:var(--flame-500);}
  .pbrief-check input:checked + .pc-box::after{content:""; position:absolute; left:9px; top:5px; width:5px; height:10px; border:solid #fff; border-width:0 2px 2px 0; transform:rotate(45deg);}
  /* 2-up image header + "N rooms" glass badge */
  .pbrief-imgs{position:relative; display:grid; grid-template-columns:1fr 1fr; gap:3px; background:var(--surface-card);}
  .pbrief-imgs img{width:100%; height:172px; object-fit:cover; display:block; min-width:0;}
  .pbrief-rooms{position:absolute; bottom:10px; right:10px; padding:5px 10px; border-radius:999px; background:var(--ai-glass); backdrop-filter:var(--blur-glass); font:500 11px/1 var(--font-sans); color:var(--ink-900);}
  .pbrief-body{padding:20px 20px 0;}
  .pbrief-body .r1{display:flex; align-items:flex-start; justify-content:space-between; gap:12px;}
  .pbrief-body h4{margin:0; font:600 17px/1.3 var(--font-sans);}
  .pstatus{flex:none; display:inline-flex; align-items:center; gap:6px; padding:5px 10px; border-radius:999px; white-space:nowrap; font:500 11px/1 var(--font-sans); border:none; color:var(--text-body); background:var(--surface-sunken);}
  .pstatus .pd{width:6px; height:6px; border-radius:999px; background:var(--mint-500);}
  .pstatus.draft{color:var(--text-muted);}
  .pstatus.done{color:var(--text-muted);}
  .pstatus.done .pd{background:var(--ink-600);}
  .pbrief-body .loc{font:400 13px/1.5 var(--font-sans); color:var(--text-muted); margin:6px 0 0;}
  .pbrief-desc{margin:12px 0 0; font:400 13px/1.6 var(--font-sans); color:var(--text-body);}
  /* footer pinned to the card bottom (Minimal: no divider) */
  .pbrief-foot{margin:auto 20px 0; padding:16px 0 18px; display:flex; align-items:center; justify-content:space-between; gap:12px;}
  .pf-budget{font:400 12px/1.4 var(--font-sans); color:var(--text-muted);}
  .pf-budget b{display:block; margin-top:2px; font:600 13px/1.4 var(--font-sans); color:var(--text-strong);}
  .pf-props{display:flex; align-items:center; gap:6px; font:600 13px/1 var(--font-sans); color:var(--flame-600); white-space:nowrap;}
  .pf-props .ic{width:15px; height:15px;}
  .pf-props.muted{color:var(--text-muted); font-weight:500;}
  /* "Start a new brief" tile (Minimal: sunken, no border) */
  .pbriefs-start{display:flex; align-items:center; justify-content:space-between; gap:24px; margin:24px 0 0; padding:26px 28px; border-radius:var(--radius-card); background:var(--surface-sunken); cursor:pointer;}
  .pbriefs-start .ps-t{font:600 15px/1.3 var(--font-sans); color:var(--text-strong);}
  .pbriefs-start p{margin:6px 0 0; max-width:60ch; font:400 13px/1.6 var(--font-sans); color:var(--text-muted);}
  .pbriefs-start .btn{flex:none; white-space:nowrap;}
  /* My Projects — responsive (mockup: tablet 2-up, phone 1-up) */
  @media(max-width:900px){ .pbriefs-grid{grid-template-columns:1fr 1fr;} }
  @media(max-width:620px){
    .pbriefs-head{gap:12px;}
    .pbriefs-head h2{font-size:22px;}
    .pbriefs-new{padding:8px 14px;}
    /* chips wrap; "Select projects" drops to its own row below */
    .pbriefs-filter{flex-wrap:wrap; gap:8px;}
    .pbriefs-filter .pf-spacer{display:none;}
    .pbriefs-filter .pf-select{order:9; width:100%; margin-top:2px;}
    .pbriefs-grid{grid-template-columns:1fr; gap:16px;}
    .pbrief-imgs img{height:150px;}
    .pbriefs-start{flex-direction:column; align-items:stretch; gap:14px; padding:22px 20px;}
    .pbriefs-start .btn{width:100%; justify-content:center;}
  }

  /* project page: back-to-briefs link */
  section#project{padding-top:26px;}
  /* back-link + "+ Project" is a sticky bar — both pin, full width (no content squeeze),
     and the tabs stick just below it (see --projtop-h) so they never overlap */
  .proj-top{position:sticky; top:var(--nav-h,66px); z-index:25; background:#fff;
    display:flex; align-items:center; justify-content:space-between; gap:16px; margin:0; padding:10px 0;}
  .proj-top .btn{padding:9px 16px; font-size:14px; white-space:nowrap; flex-shrink:0;}
  /* "+ Project" CTA pinned top-right for the whole page scroll.
     A zero-height sticky layer holds the button as an absolute overlay, so it
     reserves NO layout space — the main content keeps the full wrapper width
     and simply scrolls underneath the pinned button. */
  .cta-sticky-layer{position:sticky; top:calc(var(--nav-h,66px) + 12px); height:0; z-index:30; pointer-events:none;}
  .cta-sticky-layer > .btn{position:absolute; right:0; top:0; pointer-events:auto; white-space:nowrap; flex-shrink:0;}
  .briefs-link{display:inline-flex; align-items:center; gap:6px; font:600 15px/1 inherit; color:var(--ink); cursor:pointer;}
  .briefs-link:hover{opacity:.55;}

  /* Submissions — one designer's proposal spanning multiple spaces */
  .submission{background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:18px 20px; box-shadow:var(--shadow);}
  .sb-head{display:flex; align-items:center; gap:12px;}
  .sb-id .nm{font-size:15px; font-weight:700;}
  .sb-id .sub{font-size:12.5px; color:var(--muted); margin-top:2px;}
  .sb-price{margin-left:auto; text-align:right;}
  .sb-price b{display:block; font-size:19px; font-weight:800;}
  .sb-price span{font-size:11px; color:var(--faint);}
  .sb-note{font-size:13.5px; color:var(--ink-2); line-height:1.55; margin:12px 0 16px;}
  .sb-space{margin-bottom:14px;}
  .sb-space .lbl{display:flex; align-items:center; gap:9px; font-size:13px; font-weight:700; margin-bottom:8px;}
  .sb-space .lbl .tag{font-size:11px; font-weight:600; color:var(--muted); background:var(--bg-soft); border:1px solid var(--line); padding:3px 9px; border-radius:999px;}
  .sb-photos{display:flex; gap:8px;}
  .sb-photos .ph{position:relative; flex:1; min-width:0; aspect-ratio:4/3; border-radius:10px; overflow:hidden; border:1px solid var(--line);}
  .sb-photos .ph img{width:100%; height:100%; object-fit:cover; display:block;}
  .sb-photos .ph .cap{position:absolute; left:6px; bottom:6px; background:var(--pink); color:#fff; font-size:9px; font-weight:700; letter-spacing:.3px; text-transform:uppercase; padding:3px 7px; border-radius:999px;}
  .sb-actions{display:flex; gap:10px; margin-top:4px;}
  .sb-actions .btn{flex:1;}

  .expert{background:#fff; border:1px solid var(--line); border-radius:var(--radius-lg); padding:var(--sp-5) var(--sp-5); box-shadow:var(--shadow); cursor:pointer; transition:.16s;}
  .expert.archived{opacity:.66;}
  .expert.archived:hover{opacity:1;}
  .expert:hover{box-shadow:var(--shadow-lg); transform:translateY(-2px);}
  .ex-head{display:flex; align-items:flex-start; gap:12px;}
  .ex-head .avatar{width:44px; height:44px; font-size:15px; flex-shrink:0;}
  .ex-id{min-width:0; flex:1;}
  /* name never wraps — badge sits beside it, long names truncate with … */
  .ex-name-row{display:flex; align-items:center; gap:7px; min-width:0;}
  .ex-name{font-size:15.5px; font-weight:700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; min-width:0;}
  .ex-badge{flex-shrink:0; font-size:10px; font-weight:800; letter-spacing:.4px; text-transform:uppercase; padding:3px 7px; border-radius:6px; background:var(--ink); color:#fff;}
  .ex-badge.lite{background:var(--bg-soft); color:var(--ink-2); border:1px solid var(--line);}
  /* rating + "N projects completed" stay on one line together */
  .ex-sub{font-size:12.5px; color:var(--muted); margin-top:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
  .ex-sub .stars{color:var(--pink); font-weight:700;}   /* Furnispace: flame-orange rating stars */
  .ex-sub .ex-new{color:var(--ink-2); font-weight:700; background:var(--bg-soft); border:1px solid var(--line); padding:1px 7px; border-radius:6px; font-size:11px;}
  .ex-city{font-size:12.5px; color:var(--muted); margin-top:3px; display:inline-flex; align-items:center; gap:4px; max-width:100%; overflow:hidden;}
  .ex-city .ic{color:var(--faint);}
  .ex-role{font-size:12.5px; color:var(--muted); margin-top:2px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
  .ex-act{display:flex; align-items:center; gap:12px; flex-shrink:0;}
  .ex-act .bm, .bm{width:36px; height:36px; border-radius:50%; border:1px solid var(--line-2); background:#fff; cursor:pointer; font-size:15px; color:var(--muted); line-height:1; flex-shrink:0;}
  .ex-act .bm.on, .bm.on{color:var(--pink); border-color:var(--pink-100);}
  .ex-act .view{font-size:13px; font-weight:700; color:var(--pink); white-space:nowrap; cursor:pointer;}
  /* primary call-to-action lives at the bottom of the card */
  .ex-cta{display:flex; align-items:center; gap:10px; margin-top:15px; flex-shrink:0;}
  .ex-cta .ex-invite{flex:1; justify-content:center;}
  /* desktop: don't stretch the Invite button full-width — heart left, button right */
  @media(min-width:760px){
    .ex-cta{justify-content:space-between;}
    .ex-cta .ex-invite{flex:0 0 auto; min-width:190px; order:2;}
    .ex-cta .bm{order:1;}
  }
  /* gray location pin (replaces the red 📍 emoji) */
  .ex-loc{display:inline-flex; align-items:center; gap:4px;}
  .ex-loc svg{width:13px; height:13px; color:var(--muted); flex-shrink:0;}
  .ex-price.muted{color:var(--muted);}
  /* horizontal-scroll tabs: fade + chevron cue when there's more to the right (Dribbble-style) */
  /* lighter fade so the tab underneath peeks through (signals "more"); bolder dark chevron */
  .ex-scroll-cue{position:absolute; top:0; bottom:0; right:0; width:60px; border:none; display:none;
    align-items:center; justify-content:flex-end; padding:0 1px 0 24px; cursor:pointer; z-index:3;
    background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.72) 52%);}
  .ex-scroll-cue .cue-dot{display:flex; align-items:center; justify-content:center; width:27px; height:27px;
    border-radius:50%; background:var(--ink); border:none; box-shadow:0 2px 8px rgba(0,0,0,.28); color:#fff;}
  .ex-scroll-cue .cue-dot svg{width:16px; height:16px; margin-left:1px;}
  .ex-scroll-cue:hover .cue-dot{background:#000; transform:scale(1.06);}
  .ex-tabs.more-right .ex-scroll-cue{display:flex;}
  .ex-status{font-size:12px; font-weight:700; white-space:nowrap; border-radius:999px; padding:6px 11px; border:1px solid var(--line-2); color:var(--muted); background:var(--bg-soft);}
  .ex-status.pending{color:#9a6a00; background:#fff7e6; border-color:#ffe4a8;}
  .ex-status.ok{color:#1f7a4d; background:#eaf7ef; border-color:#bfe6cf;}
  .ex-meta{display:flex; flex-wrap:wrap; gap:16px; font-size:12.5px; color:var(--muted); margin:13px 0 14px;}
  .ex-meta b{color:var(--ink);}
  .ex-thumbs{display:flex; gap:9px; margin-top:14px; overflow-x:auto; scrollbar-width:none; -ms-overflow-style:none; scroll-snap-type:x proximity;}
  .ex-thumbs::-webkit-scrollbar{display:none;}
  .ex-thumbs .th{position:relative; flex:0 0 62%; scroll-snap-align:start; border-radius:10px; overflow:hidden; aspect-ratio:4/3;}
  .ex-thumbs .th img{width:100%; height:100%; object-fit:cover;}
  .ex-thumbs .th .more{position:absolute; inset:0; background:rgba(13,13,16,.55); color:#fff; font-size:14px; font-weight:700; display:flex; align-items:center; justify-content:center;}
  /* skills on a single horizontally-scrolling row (frees vertical space for bigger photos) */
  .ex-tags{display:flex; gap:7px; flex-wrap:nowrap; overflow-x:auto; margin-top:13px; scrollbar-width:none; -ms-overflow-style:none;}
  .ex-tags::-webkit-scrollbar{display:none;}
  .ex-tags span{flex-shrink:0; white-space:nowrap;}
  .ex-tags span{background:var(--bg-soft); border:1px solid var(--line); font-size:11.5px; font-weight:600; color:var(--ink-2); padding:5px 10px; border-radius:999px;}

  /* ── For Designer main page (client-pipeline landing) ── */
  .dz-hero{display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:start; padding:8px 0 4px;}
  .dz-left .eyebrow{margin-bottom:20px;}
  .dz-h{font-size:clamp(30px,4vw,44px); font-weight:900; letter-spacing:-1.6px; line-height:1.08; margin:0 0 16px;}
  .dz-sub{color:var(--muted); font-size:16px; line-height:1.65; max-width:470px; margin:0 0 28px;}
  .dz-cta{display:flex; gap:12px; flex-wrap:wrap;}
  .dz-steps{display:flex; flex-direction:column;}
  .dz-step{background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:16px 18px; display:flex; gap:14px; align-items:flex-start; box-shadow:var(--shadow);}
  .dz-step.final{border-color:var(--ink);}
  .dz-step .n{width:30px; height:30px; border-radius:50%; background:var(--bg-soft); font-weight:800; font-size:13px; display:flex; align-items:center; justify-content:center; flex-shrink:0;}
  .dz-step.final .n{background:var(--ink); color:#fff;}
  .dz-step p{margin:0; font-size:14px; line-height:1.55; color:var(--ink-2);}
  .dz-step p b{color:var(--ink); font-weight:700;}
  .dz-arrow{text-align:center; color:var(--faint); font-size:15px; padding:5px 0;}

  @media(max-width:1000px){
    .dz-hero{grid-template-columns:1fr; gap:28px;}
    #project .project{grid-template-columns:1fr;}
    .proj-col{position:static; order:1;}   /* narrow (mockup): full brief banner on top */
    .proj-main{order:2;}                    /* proposals below the brief */
    .proj-vbrief{display:none;}             /* use the full brief, not the minimal compact one */
    .aud-cards{grid-template-columns:1fr;}
    .hero-grid{grid-template-columns:1fr; gap:30px;}
    .hero-left{text-align:center;}
    .hero-left .h1-line2{justify-content:center;}
    .hero-left .sub{margin-left:auto; margin-right:auto;}
    .hero-left .hero-cta,.hero-left .hero-meta{justify-content:center;}
    .hero-right{max-width:560px; margin:0 auto; width:100%;}
    .collage{grid-template-columns:repeat(2,1fr);}
    .works{columns:2;}
    .editor{grid-template-columns:1fr;}
    .project{grid-template-columns:1fr;}
    .proj-summary{position:static;}
    .prop-grid{grid-template-columns:1fr;}
    .steps3{grid-template-columns:1fr;}
  }

  /* ── shared consumer-style app frame (used by designer.html flow + index.html Studio) ── */
  .appframe{background:#e9e9ec; min-height:100vh; padding:var(--sp-6);}
  .screen{background:#fff; border-radius:18px; max-width:var(--w-frame); margin:0 auto; box-shadow:var(--shadow-lg); overflow:hidden;}
  .topbar{display:flex; align-items:center; gap:16px; padding:15px 24px; border-bottom:1px solid var(--line);}
  .topbar .brand{font-size:16px;}
  .topbar .brand img{height:20px;}
  .steps{display:flex; align-items:center; gap:12px; margin:0 auto;}
  .steps .step{display:flex; align-items:center; gap:8px; color:var(--faint); font-size:13.5px; font-weight:600;}
  .steps .step .dot{width:24px; height:24px; border-radius:50%; background:var(--bg-soft); color:var(--faint); border:1px solid var(--line-2); display:flex; align-items:center; justify-content:center; font-size:12px;}
  .steps .step.on{color:var(--ink);}
  .steps .step.on .dot, .steps .step.done .dot{background:var(--ink); color:#fff; border-color:var(--ink);}
  .steps .step.done{color:var(--muted);}
  .step-sep{width:34px; height:1px; background:var(--line-2);}
  .tb-exit{color:var(--muted); font-weight:600; font-size:14px; cursor:pointer;}
  .tb-exit:hover{color:var(--ink);}
  .screen-body{padding:12px 28px 52px; position:relative;}
  .scr-back{display:inline-flex; align-items:center; font-size:30px; line-height:1; color:var(--ink); font-weight:500; cursor:pointer; padding:6px 4px;}
  .scr-back:hover{opacity:.55;}
  @media(max-width:1000px){
    .appframe{padding:10px;}
    .steps{gap:8px;}
    .steps .step{font-size:0; gap:0;}        /* hide label text nodes, keep the numbered dot */
    .steps .step .dot{font-size:12px;}
    .step-sep{width:16px;}
    .topbar{gap:10px; padding:13px 16px;}
  }

  /* ── Home Owner consumer flow (in-page glow screens in index.html) ── */
  .cscr{display:none;}
  .cscr.on{display:block; animation:scrfade .3s ease;}
  .c-wrap{max-width:var(--w-flow); margin:0 auto; text-align:center;}
  /* "Tell us about the space" fields */
  .c-flabel{display:block; text-align:left; font-size:12px; font-weight:700; color:var(--ink-2); margin:18px 0 7px;}
  .c-flabel small{font-weight:500; color:var(--faint);}
  .c-fin, .c-fsel{width:100%; border:1px solid var(--line-2); border-radius:12px; padding:13px 14px; font:500 15px/1.3 inherit; color:var(--ink); outline:none; background:#fff;}
  .c-fin:focus, .c-fsel:focus{border-color:var(--ink);}
  .c-dimhead{display:flex; align-items:flex-start; justify-content:space-between; gap:10px; margin:18px 0 7px;}
  .c-dimhead .c-flabel{flex:1; min-width:0;}          /* label wraps on its own line */
  .c-unit{display:inline-flex; border:1px solid var(--line-2); border-radius:999px; overflow:hidden; flex-shrink:0;}
  .c-unit button{border:none; background:#fff; padding:5px 12px; font:600 12px/1 inherit; color:var(--muted); cursor:pointer;}
  .c-unit button.on{background:var(--ink); color:#fff;}
  .c-fnote{text-align:left; font-size:12px; color:var(--faint); margin:8px 0 20px; line-height:1.5;}
  .c-publist{list-style:none; padding:0; max-width:var(--w-xs); margin:18px auto 0; text-align:left; display:flex; flex-direction:column; gap:12px;}
  .c-publist li{position:relative; padding-left:28px; font-size:15px; color:var(--ink-2); line-height:1.5;}
  .c-publist li::before{content:'✓'; position:absolute; left:0; top:0; color:var(--pink); font-weight:800;}
  /* "Tell us about the space" — length × width → auto area */
  .c-dims{display:flex; align-items:flex-end; justify-content:center; gap:8px; margin:2px 0 4px; flex-wrap:nowrap;}
  .c-dimf{display:flex; flex-direction:column; gap:6px; text-align:left; min-width:0;}
  .c-dimf small, .c-dimarea small{font-size:11px; font-weight:700; color:var(--ink-2); letter-spacing:.02em;}
  .c-dsel{position:relative; display:inline-flex; align-items:center; min-width:0;}
  .c-dsel select{appearance:none; -webkit-appearance:none; border:1px solid var(--line-2); border-radius:12px; color:var(--ink); cursor:pointer; outline:none;
    padding:11px 30px 11px 12px; font:600 14px/1 inherit; width:100%;
    background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b6b75' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 8px center; background-size:15px;}
  .c-dsel select:focus{border-color:var(--ink);}
  .c-dimx{font-size:16px; font-weight:700; color:var(--muted); padding-bottom:11px; flex-shrink:0;}
  .c-dimarea{display:flex; flex-direction:column; gap:6px; text-align:left; flex-shrink:0;}
  .c-dimarea b{font-size:14px; font-weight:800; color:var(--ink); padding:11px 12px; background:var(--bg-soft); border-radius:12px; white-space:nowrap;}
  .c-dimarea em{font-style:normal; font-size:12px; font-weight:600; color:var(--muted);}
  /* Upload-your-own-style popup */
  .c-updrop{display:flex; flex-direction:column; align-items:center; gap:4px; border:2px dashed var(--line-2); border-radius:14px; padding:26px 16px; text-align:center; cursor:pointer; color:var(--muted); background:var(--bg-soft); margin-top:6px;}
  .c-updrop:hover{border-color:var(--ink);}
  .c-updrop b{font-size:13.5px; color:var(--ink);}
  /* Review your selections */
  .c-revbox{position:relative; margin:6px 0 18px;}
  .c-revbox textarea{width:100%; border:1px solid var(--line-2); border-radius:14px; padding:14px 16px; font:400 14.5px/1.6 inherit; color:var(--ink); outline:none; resize:vertical; min-height:104px; background:var(--bg-soft);}
  .c-revbox textarea:focus{border-color:var(--ink);}
  .c-revphoto{display:flex; align-items:center; gap:10px; margin-bottom:10px; padding:8px 10px; border:1px solid var(--line-2); border-radius:12px; background:#fff;}
  .c-revphoto img{width:46px; height:46px; object-fit:cover; border-radius:8px;}
  .c-revphoto span{font-size:12.5px; font-weight:600; color:var(--ink-2);}
  .c-revsel{display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin:10px 0 22px;}
  .c-chip{display:inline-flex; align-items:center; gap:9px; border:1px solid var(--line-2); border-radius:999px; padding:7px 7px 7px 15px; background:#fff; cursor:pointer; font:inherit;}
  .c-chip:hover{border-color:var(--ink);}
  .c-chip .k{font-size:11px; font-weight:700; color:var(--faint); text-transform:uppercase; letter-spacing:.03em;}
  .c-chip .v{font-size:13.5px; font-weight:700; color:var(--ink);}
  .c-chip .ed{font-size:11px; font-weight:700; color:var(--pink); background:rgba(255,46,126,.1); border-radius:999px; padding:4px 10px;}
  .c-revopts{display:grid; grid-template-columns:repeat(4,1fr); gap:10px; max-height:56vh; overflow:auto; margin-top:6px;}
  .c-revopt{border:2px solid transparent; border-radius:12px; overflow:hidden; cursor:pointer; box-shadow:var(--shadow); background:#fff; text-align:center;}
  .c-revopt:hover{border-color:var(--ink);}
  .c-revopt img{width:100%; height:66px; object-fit:cover; display:block;}
  .c-revsurprise{height:66px; display:flex; align-items:center; justify-content:center; font-size:22px; background:var(--bg-soft);}
  .c-revopt span{display:block; padding:6px 4px; font-size:11.5px; font-weight:600; color:var(--ink);}
  /* "Anything else we should know?" — area tabs + material swatches */
  /* equal-width category pills: 4-in-a-row, dropping to 2×2 on narrow screens */
  .rf-tabs{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin:6px auto 22px; max-width:var(--w-compact);}
  @media(max-width:560px){ .rf-tabs{grid-template-columns:repeat(2,minmax(0,1fr));} }
  .rf-tab{display:flex; align-items:center; justify-content:center; gap:6px; width:100%; white-space:nowrap;
    border:1.5px solid var(--line-2); background:#fff; border-radius:999px; padding:10px 14px; font:600 14px/1 inherit; color:var(--muted); cursor:pointer;}
  .rf-tab.on{background:var(--ink); color:#fff; border-color:var(--ink);}
  /* single row of 6 swatches (Surprise me + 5 materials) */
  .rf-mats{display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:10px; margin:0 0 20px;}
  .rf-mat{border:2px solid transparent; border-radius:12px; overflow:hidden; cursor:pointer; box-shadow:var(--shadow); background:#fff; min-width:0;}
  @media(max-width:620px){
    .rf-mats{grid-template-columns:repeat(3,minmax(0,1fr));}
    .cscr[data-cscreen="color"] .c-grid5{grid-template-columns:repeat(5,minmax(0,1fr)) !important; gap:8px;}
  }
  .rf-mat img{width:100%; aspect-ratio:1/1; height:auto; object-fit:cover; display:block;}
  .rf-mat span{display:block; padding:6px 4px; font-size:11.5px; font-weight:600; color:var(--ink);}
  .rf-mat.on{border-color:var(--flame-500);}
  .rf-surprise{background:var(--bg-soft);}
  .rf-surprise .rf-sph{aspect-ratio:1/1; display:flex; align-items:center; justify-content:center; font-size:22px;}
  @media(max-width:640px){ .c-revopts{grid-template-columns:repeat(3,1fr);} }
  .c-tiles{display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; margin:0 auto 28px;}
  .c-tile{background:#fff; border:1.5px solid var(--line-2); border-radius:16px; padding:26px 16px; cursor:pointer; transition:.14s;}
  .c-tile.on{border-color:var(--flame-500); box-shadow:0 0 0 1px var(--flame-500);}
  .c-tile .ic{width:44px; height:44px; border-radius:50%; background:var(--bg-soft); display:flex; align-items:center; justify-content:center; font-size:20px; margin:0 auto 12px;}
  .c-tile h4{margin:0 0 5px; font-size:15px; font-weight:700;}
  .c-tile p{margin:0; font-size:12.5px; color:var(--muted); line-height:1.5;}
  .c-drop{border:2px dashed var(--line-2); border-radius:18px; padding:52px 20px; background:var(--bg-soft); cursor:pointer; max-width:var(--w-narrow); margin:0 auto 24px;}
  .c-drop .ic{font-size:38px; margin-bottom:12px;}
  .c-drop h4{margin:0 0 6px; font-size:17px;}
  .c-drop p{margin:0; color:var(--muted); font-size:13.5px;}
  .c-photo{border-radius:16px; overflow:hidden; max-width:var(--w-content); margin:0 auto 20px; aspect-ratio:16/10;}
  .c-photo img{width:100%; height:100%; object-fit:cover;}
  .c-findings{display:flex; flex-direction:column; gap:10px; max-width:var(--w-form); margin:0 auto;}
  .c-find{display:flex; align-items:center; gap:12px; background:#fff; border:1px solid var(--line); border-radius:12px; padding:12px 16px; text-align:left; font-size:13.5px;}
  .c-find .ck{width:22px; height:22px; border-radius:50%; background:var(--ink); color:#fff; display:flex; align-items:center; justify-content:center; font-size:12px; flex-shrink:0;}
  .c-grid5{display:grid; grid-template-columns:repeat(5,1fr); gap:12px; margin:0 auto 26px;}
  /* samples ("Choose the designs you like"): fixed 3-col box layout (2 rows x 3), larger cards
     (scoped to the samples screen so it beats the generic .c-grid5 responsive rules) */
  .cscr[data-cscreen="samples"] .c-samgrid{grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; max-width:var(--w-flow);}
  @media(max-width:640px){ .cscr[data-cscreen="samples"] .c-samgrid{grid-template-columns:repeat(2,minmax(0,1fr));} }
  .c-scard{border-radius:12px; overflow:hidden; position:relative; cursor:pointer; border:2px solid transparent; aspect-ratio:1;}
  .c-scard img{width:100%; height:100%; object-fit:cover;}
  .c-scard .lbl{position:absolute; left:0; right:0; bottom:0; font-size:11px; font-weight:700; color:#fff; padding:8px 6px 5px; background:linear-gradient(to top,rgba(0,0,0,.75),transparent);}
  /* "upload your own style" tile */
  .c-upload{border:2px dashed var(--line-2); background:var(--bg-soft); display:flex; align-items:center; justify-content:center;}
  .c-upload:hover{border-color:var(--ink);}
  .c-upload.on{border-color:var(--flame-500); border-style:solid;}
  .c-upload.filled{display:block; padding:0; background:none; border-style:solid;}
  .c-up-in{display:flex; flex-direction:column; align-items:center; gap:2px; color:var(--muted); text-align:center; padding:6px;}
  .c-up-ic{font-size:22px;}
  .c-up-in b{font-size:11.5px; color:var(--ink);}
  .c-up-sub{font-size:10.5px; color:var(--faint);}
  .c-scard.on{border-color:var(--flame-500);}
  .c-scard.on::after{content:'✓'; position:absolute; top:5px; right:6px; width:18px; height:18px; background:var(--flame-500); color:#fff; border-radius:50%; font-size:11px; display:flex; align-items:center; justify-content:center;}
  .c-colors{display:grid; grid-template-columns:repeat(5,1fr); gap:12px; max-width:var(--w-narrow); margin:0 auto 26px;}
  .c-color{border-radius:12px; cursor:pointer; border:2px solid transparent; overflow:hidden;}
  .c-color .sw{height:66px;}
  .c-color .nm{font-size:11.5px; font-weight:600; padding:7px 4px; background:#fff;}
  .c-color.on{border-color:var(--flame-500);}
  .c-sample{border:1px solid var(--line); border-radius:12px; overflow:hidden; background:#fff; cursor:pointer;}
  .c-sample img{width:100%; aspect-ratio:3/4; object-fit:cover;}
  .c-sample .cap{padding:8px 8px 2px; font-size:11.5px; font-weight:600; text-align:left;}
  .c-sample .like{font-size:11px; color:var(--pink); font-weight:700; padding:2px 8px 8px; text-align:left;}
  .c-budget{display:flex; flex-direction:column; gap:10px; max-width:var(--w-form); margin:0 auto 26px; text-align:left;}
  .c-bud{display:flex; align-items:center; justify-content:space-between; background:#fff; border:1.5px solid var(--line-2); border-radius:12px; padding:15px 18px; cursor:pointer; font-weight:600; font-size:14px;}
  .c-bud.on{border-color:var(--flame-500); box-shadow:0 0 0 1px var(--flame-500);}
  .c-bud small{color:var(--faint); font-weight:500;}
  .c-form{max-width:var(--w-form); margin:0 auto 26px; text-align:left;}
  .c-form .fld{margin-bottom:14px;}
  .c-form label{display:block; font-size:12px; font-weight:600; color:var(--muted); margin-bottom:5px;}
  .c-form input, .c-form select{width:100%; padding:12px 14px; border:1px solid var(--line-2); border-radius:10px; font-size:14px; font-family:inherit; background:#fff;}
  .c-branch{display:grid; grid-template-columns:1fr 1fr; gap:16px; max-width:var(--w-content); margin:0 auto; text-align:left;}
  .c-branch .opt{background:#fff; border:1px solid var(--line); border-radius:16px; padding:26px; box-shadow:var(--shadow); display:flex; flex-direction:column;}
  .c-branch .opt .ic{font-size:28px; margin-bottom:12px;}
  .c-branch .opt h4{margin:0 0 6px; font-size:16px;}
  .c-branch .opt p{margin:0 0 18px; font-size:13px; color:var(--muted); line-height:1.55; flex:1;}
  .c-result{max-width:var(--w-md); margin:0 auto;}
  .c-ba{position:relative; border-radius:16px; overflow:hidden; aspect-ratio:16/10; box-shadow:var(--shadow-lg); margin-bottom:20px;}
  .c-ba img{width:100%; height:100%; object-fit:cover;}
  .c-ba .after{position:absolute; inset:0; clip-path:inset(0 0 0 50%);}
  .c-ba .divider{position:absolute; top:0; bottom:0; left:50%; width:2px; background:#fff; box-shadow:0 0 0 1px rgba(0,0,0,.15);}
  .c-ba .tag{position:absolute; top:12px; font-size:11px; font-weight:700; color:#fff; background:rgba(13,13,16,.6); padding:4px 10px; border-radius:999px;}
  .c-ba .tag.l{left:12px;} .c-ba .tag.r{right:12px; background:var(--pink);}
  /* consumer flow — richer ported layouts */
  .c-2col{display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:start; max-width:var(--w-flow); margin:0 auto; text-align:left;}
  .c-shot{border-radius:14px; overflow:hidden; position:relative; aspect-ratio:4/3;}
  .c-shot img{width:100%; height:100%; object-fit:cover;}
  /* analyzing: borderless "running" findings that stream in one by one */
  .c-find2{display:flex; flex-direction:column; gap:22px; justify-content:center; height:100%;}
  .c-finding{display:flex; gap:14px; background:none; border:none; padding:0; opacity:0; transform:translateY(8px); transition:opacity .45s ease, transform .45s ease;}
  .c-finding.show{opacity:1; transform:none;}
  .c-finding .fi{width:28px; height:28px; border-radius:50%; background:var(--bg-soft); display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; margin-top:2px;}
  .c-finding h4{margin:0 0 3px; font-size:15.5px; font-weight:700;}
  .c-finding p{margin:0; font-size:13px; color:var(--muted); line-height:1.55;}
  .c-shot.scan::after{content:''; position:absolute; left:0; right:0; height:36%; top:-36%; background:linear-gradient(to bottom, transparent, rgba(255,46,126,.22) 50%, transparent); animation:scanbeam 1.9s ease-in-out infinite; pointer-events:none;}
  @keyframes scanbeam{0%{top:-36%} 100%{top:104%}}
  .c-fd{position:relative; border-radius:14px; overflow:hidden; max-width:var(--w-narrow); margin:0 auto 20px; aspect-ratio:16/11;}
  .c-fd img{width:100%; height:100%; object-fit:cover;}
  .c-fd .box{position:absolute; border:2px solid #fff; border-radius:8px; box-shadow:0 0 0 2px rgba(0,0,0,.35);}
  .c-fd .bxl{position:absolute; background:var(--ink); color:#fff; font-size:11px; font-weight:700; padding:3px 8px; border-radius:6px;}
  .c-sam{border:1px solid var(--line); border-radius:14px; overflow:hidden; background:#fff; cursor:pointer;}
  .c-sam.orig{cursor:default;}
  .c-sam .im{position:relative;}
  .c-sam .im img{width:100%; aspect-ratio:4/3; object-fit:cover; display:block;}
  .c-sam .stpill{position:absolute; left:8px; top:8px; background:rgba(255,255,255,.92); color:var(--ink); font-size:11px; font-weight:700; padding:4px 9px; border-radius:999px;}
  .c-sam .cap{display:flex; align-items:center; justify-content:space-between; padding:11px 13px; text-align:left;}
  .c-sam .tg{font-size:12px; color:var(--muted);}
  .c-sam .lk{font-size:12px; font-weight:700; color:var(--faint);}
  .c-sam.on{border-color:var(--flame-500); box-shadow:0 0 0 1px var(--flame-500);}
  .c-sam.on .lk{color:var(--pink);}
  .c-contact{display:flex; align-items:center; justify-content:space-between; gap:16px; background:var(--bg-soft); border:1px solid var(--line); border-radius:14px; padding:var(--sp-4) var(--sp-5); max-width:var(--w-flow); margin:0 auto; text-align:left;}
  .c-contact .t1{font-size:15px; font-weight:800;}
  .c-contact .t2{font-size:12.5px; color:var(--muted); margin-top:2px; line-height:1.5;}
  .c-bud .amt{font-weight:700;} .c-bud .why{color:var(--faint); font-weight:500; font-size:13px;}
  .c-loc{display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:var(--w-flow); margin:0 auto; text-align:left;}
  .c-addr{display:flex; align-items:center; gap:10px; border:1px solid var(--line-2); border-radius:10px; padding:11px 14px; font-size:14px;}
  .c-addr input{border:none; outline:none; font:inherit; flex:1;}
  .c-sug{margin-top:8px;}
  .c-sug .s{display:flex; gap:10px; align-items:flex-start; padding:11px 10px; border-radius:10px; cursor:pointer;}
  .c-sug .s.on{background:var(--bg-soft);}
  .c-sug .s .a{font-size:13.5px; font-weight:600;}
  .c-sug .s .m{font-size:12px; color:var(--faint);}
  .c-map{border-radius:14px; overflow:hidden; position:relative; aspect-ratio:1;}
  .c-map img{width:100%; height:100%; object-fit:cover;}
  .c-map .chip{position:absolute; left:12px; bottom:12px; background:#fff; font-size:11.5px; font-weight:700; padding:5px 11px; border-radius:999px; box-shadow:var(--shadow);}
  .c-fic{width:52px; height:52px; border-radius:50%; background:var(--bg-soft); display:flex; align-items:center; justify-content:center; font-size:24px; margin:0 auto 14px;}
  .c-res{display:grid; grid-template-columns:1fr 1fr; gap:22px; max-width:var(--w-lg); margin:0 auto; align-items:start; text-align:left;}
  .c-plan{background:#fff; border:1px solid var(--line); border-radius:14px; padding:18px 20px;}
  .c-plan .phead{display:flex; align-items:center; justify-content:space-between; margin-bottom:8px;}
  .c-prow{display:flex; align-items:center; gap:10px; font-size:13.5px; padding:10px 0; border-top:1px solid var(--line);}
  .c-prow .ck{color:var(--ink); font-weight:800;}
  .c-prow .meta{margin-left:auto; font-size:11.5px; color:var(--faint);}
  .c-pfoot{font-size:12.5px; color:var(--muted); margin-top:12px; line-height:1.6;}
  .c-pill{background:var(--bg-soft); border:1px solid var(--line); font-size:12px; font-weight:600; padding:5px 11px; border-radius:999px; display:inline-flex; align-items:center; gap:6px;}
  .c-pill img{width:14px; height:14px; border-radius:50%; object-fit:cover;}
  .pill-row{display:flex; gap:8px; justify-content:center; margin:14px 0; flex-wrap:wrap;}
  /* optional "fine-tune a piece" toggles + element picker steps */
  .c-els{display:flex; gap:10px; justify-content:center; flex-wrap:wrap;}
  .c-el{background:#fff; border:2px solid transparent; border-radius:12px; cursor:pointer; overflow:hidden; box-shadow:var(--shadow); transition:border-color .15s;}
  .c-el img{width:100%; height:54px; object-fit:cover; display:block;}
  .c-el span{display:block; padding:7px 4px; font:600 12px/1.2 inherit; color:var(--ink);}
  .c-el.on{border-color:var(--flame-500);}
  .c-optnote{font-size:13px; font-weight:700; color:var(--ink-2); margin:0 0 12px;}
  .c-optnote span{color:var(--faint); font-weight:500;}
  .c-mats{display:grid; grid-template-columns:repeat(5,1fr); gap:12px; max-width:var(--w-narrow); margin:0 auto 24px;}
  .c-lbl{font-size:11px; font-weight:700; letter-spacing:.6px; text-transform:uppercase; color:var(--faint); text-align:center; margin:0 0 10px;}

  /* multiple spaces — My Projects brief list + designer multi-space quote */
  .spaces{display:flex; flex-direction:column; gap:8px; margin:2px 0 10px;}
  .space{display:flex; align-items:center; gap:10px; padding:8px; border:1px solid var(--line); border-radius:12px;}
  .space img{width:52px; height:42px; object-fit:cover; border-radius:8px; flex-shrink:0;}
  .space .sp-t b{display:block; font-size:13px; font-weight:600;}
  .space .sp-t span{font-size:11.5px; color:var(--faint);}
  .add-space{width:100%; border:1.5px dashed var(--pink); background:none; border-radius:12px; padding:11px; font:600 13px/1 inherit; color:var(--pink); cursor:pointer; margin-bottom:14px;}
  .add-space:hover{background:rgba(255,46,126,.06);}
  .add-space:hover{border-color:var(--ink); color:var(--ink);}
  .quote{border:1px solid var(--line); border-radius:16px; overflow:hidden; margin:20px 0;}
  .qspace{padding:16px 18px; border-bottom:1px solid var(--line);}
  .qs-head{display:flex; align-items:center; gap:12px; margin-bottom:12px; flex-wrap:wrap;}
  .qs-name{font-size:15px; font-weight:800;}
  .qs-meta{font-size:12.5px; color:var(--muted);}
  .qs-price{margin-left:auto; font-size:15px; font-weight:800;}
  .qs-photos{display:flex; gap:10px; overflow-x:auto; padding-bottom:2px;}
  .qs-photos img{width:158px; height:116px; object-fit:cover; border-radius:10px; flex-shrink:0;}
  .qs-total{display:flex; align-items:center; justify-content:space-between; padding:15px 18px; background:var(--bg-soft); font-weight:700;}
  .qs-total b{font-size:18px;}

  /* Popular AI Designs (home, under hero) */
  .pop-head{text-align:center; margin-bottom:30px;}
  .pop-head h2{font-size:clamp(26px,3.2vw,34px); font-weight:700; letter-spacing:-.015em; margin:0; display:inline-flex; align-items:center; gap:10px; text-wrap:balance;}
  .pop-head p{color:var(--muted); font-size:15.5px; margin:8px auto 0; max-width:64ch; text-wrap:balance;}
  .pop-bar{display:flex; align-items:center; justify-content:space-between; gap:12px; margin:0 0 16px;}
  .pop-bar-t{font-size:13px; font-weight:800; letter-spacing:.3px; color:var(--ink-2);}
  .pop-scenes{position:relative; display:inline-flex; align-items:center; gap:7px; border:1px solid var(--line-2); background:#fff; border-radius:999px; padding:8px 14px; font:600 13px/1 inherit; color:var(--ink); cursor:pointer;}
  .pop-scenes .caret{font-size:10px; color:var(--faint);}
  .pop-scenemenu{position:absolute; right:0; top:calc(100% + 8px); background:#fff; border:1px solid var(--line); border-radius:12px; box-shadow:var(--shadow-lg); min-width:160px; padding:6px; display:none; z-index:20;}
  .pop-scenemenu.open{display:block; animation:scrfade .16s ease;}
  .pop-scenemenu a{display:block; padding:9px 12px; border-radius:8px; font-size:13px; font-weight:600; color:var(--ink-2); cursor:pointer;}
  .pop-scenemenu a:hover{background:var(--bg-soft); color:var(--ink);}
  .pop-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:18px;}
  .pop-card{position:relative; background:#fff; border:1px solid var(--line); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); cursor:pointer; transition:.16s; display:flex; flex-direction:column;}
  .pop-card:hover{box-shadow:var(--shadow-lg); transform:translateY(-3px);}
  .pop-ic{height:150px; background:#f3f3f3; display:flex; align-items:center; justify-content:center;}
  .pop-ic img{max-height:112px; max-width:70%; height:auto; width:auto; object-fit:contain; display:block;}
  .pop-body{padding:18px 20px 20px; flex:1;}
  .pop-card h4{margin:0 0 6px; font-size:16px; font-weight:800; letter-spacing:-.3px;}
  .pop-card p{margin:0; font-size:13px; color:var(--muted); line-height:1.55;}
  /* description + pink arrow on one row; arrow aligns with the last line of text */
  .pop-row{display:flex; align-items:flex-end; gap:12px;}
  .pop-row p{flex:1;}
  .pop-arrow{color:var(--pink); font-size:17px; font-weight:700; line-height:1.55; flex-shrink:0;}
  @media(max-width:1000px){ .pop-grid{grid-template-columns:repeat(2,1fr);} }

  @media(max-width:1000px){
    .c-tiles{grid-template-columns:repeat(2,minmax(0,1fr));}
    .c-grid5,.c-colors{grid-template-columns:repeat(3,1fr);}
    .c-branch,.c-2col,.c-loc,.c-res{grid-template-columns:1fr;}
  }

  /* ══════════ design-quality pass (better-* skills) — Inter kept, colors unchanged ══════════ */
  /* typography: complete the smoothing pair + Inter feature defaults */
  body{ -moz-osx-font-smoothing:grayscale; font-optical-sizing:auto; }
  /* headings balance, descriptions avoid orphans */
  h1, h2, h3, h4, .big, .aud-h{ text-wrap:balance; }
  p, .sub, .aud-sub{ text-wrap:pretty; }
  /* tabular figures on values that change so they don't shift */
  .hero-meta b, .bud, .qtotal .v, .sb-price b, .funnel .f b, .funnel4 .f b, .lead-sum .v, .prow-action .bud{ font-variant-numeric:tabular-nums; }

  /* UI: specific transitions (never `all`) + tactile press */
  .btn{ transition:transform .12s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease, color .16s ease; }
  .btn:active{ transform:scale(.96); }

  /* a11y: visible keyboard focus (>=2px, :focus-visible), reusing brand ink — no colour change */
  a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
  select:focus-visible, [tabindex]:focus-visible, .c-tile:focus-visible, .chip:focus-visible,
  .work:focus-visible, .expert:focus-visible, .conv:focus-visible{
    outline:2px solid var(--ink); outline-offset:2px;
  }

  /* a11y/typography: keep inputs >=16px on mobile so iOS Safari doesn't zoom */
  @media(max-width:700px){
    input, textarea, select{ font-size:16px !important; }
  }

  /* a11y: respect reduced-motion — swap animation/transition for near-instant */
  @media (prefers-reduced-motion: reduce){
    *, *::before, *::after{
      animation-duration:.001ms !important; animation-iteration-count:1 !important;
      transition-duration:.001ms !important; scroll-behavior:auto !important;
    }
  }

  /* ══ Proposals Desktop C (Furnispace port) — project detail / proposals page ══ */
  .propc{width:100%; max-width:1320px; margin:0 auto; padding:8px 48px 96px; display:grid; grid-template-columns:300px minmax(0,1fr); gap:56px; align-items:start;}
  .propc-side{position:sticky; top:calc(var(--nav-h,66px) + 20px); padding:26px 24px 28px; border-radius:var(--radius-card); background:var(--surface-sunken);}
  .propc-back{display:flex; align-items:center; gap:8px; font:var(--fw-medium) 13px/1 var(--font-sans); color:var(--text-muted); cursor:pointer;}
  .propc-h1{margin:22px 0 0; font:var(--fw-semibold) 24px/1.2 var(--font-sans); letter-spacing:-.01em; color:var(--text-strong); text-transform:none;}
  .propc-meta{margin:10px 0 0; font:var(--fw-regular) 13px/1.7 var(--font-sans); color:var(--text-muted);}
  .propc-thumbs{display:flex; gap:8px; margin:20px 0 0;}
  .propc-thumbs img{width:88px; height:66px; border-radius:var(--radius-sm); object-fit:cover;}
  .propc-pub{display:flex; align-items:center; gap:10px; margin:26px 0 0;}
  .prop-toggle{flex:none; width:38px; height:21px; border-radius:var(--radius-pill); background:var(--border-field); padding:3px; display:flex; justify-content:flex-start; cursor:pointer; transition:background .16s;}
  .prop-toggle .knob{width:15px; height:15px; border-radius:var(--radius-pill); background:#fff;}
  .prop-toggle.on{background:var(--flame-500); justify-content:flex-end;}
  .propc-share{margin:14px 0 0; font:var(--fw-regular) 13px/1.7 var(--font-sans); color:var(--text-muted);}
  .propc-link{font-weight:500; color:var(--text-strong); text-decoration:underline; text-underline-offset:3px; cursor:pointer;}
  .propc-edit{margin:26px 0 0;}
  .propc-edit a{font:var(--fw-medium) 13px/1 var(--font-sans); color:var(--text-strong); text-decoration:underline; text-underline-offset:4px; cursor:pointer;}
  .propc-main{min-width:0;}
  .propc-tabs{position:sticky; top:var(--nav-h,66px); z-index:12; display:flex; align-items:stretch; gap:26px; padding:14px 0 0; background:var(--bg); border-bottom:1px solid var(--border-hairline);}
  .propc-tab{flex:none; white-space:nowrap; display:flex; align-items:center; gap:7px; min-height:36px; cursor:pointer; padding:0 2px 14px; margin-bottom:-1px; border-bottom:2px solid transparent; font:var(--fw-semibold) 15px/1 var(--font-sans); color:var(--text-faint);}
  .propc-tab.on{color:var(--text-strong); border-bottom-color:var(--flame-500);}
  .propc-tab b{min-width:20px; height:20px; padding:0 6px; border-radius:var(--radius-pill); background:var(--surface-sunken); display:inline-flex; align-items:center; justify-content:center; font:var(--fw-semibold) 11px/1 var(--font-sans); color:var(--text-body);}
  .propc-panel{display:flex; flex-direction:column; gap:44px; margin:20px 0 0;}
  [hidden]{display:none !important;}
  .propc-ai{display:flex; align-items:center; gap:14px;}
  .propc-ai-ic{flex:none; width:30px; height:30px; border-radius:var(--radius-md); background:var(--action-accent); display:flex; align-items:center; justify-content:center;}
  .propc-ai-in{flex:1; height:46px; display:flex; align-items:center; padding:0 20px; border-radius:var(--radius-pill); background:var(--surface-sunken); font:var(--fw-regular) 14px/1 var(--font-sans); color:var(--text-muted);}
  .propc-art{padding-top:44px; border-top:1px solid var(--border-hairline);}
  .propc-art-head{display:flex; align-items:flex-end; justify-content:space-between; gap:24px;}
  .propc-art-name{display:flex; align-items:center; gap:12px;}
  .propc-art-name > span:first-child{font:var(--fw-semibold) 20px/1.25 var(--font-sans); color:var(--text-strong);}
  .propc-match{font:var(--fw-medium) 11px/1 var(--font-sans); letter-spacing:.08em; text-transform:uppercase; color:var(--flame-600);}
  .propc-art-meta{display:flex; flex-wrap:wrap; align-items:center; gap:6px 12px; margin:10px 0 0; font:var(--fw-regular) 13px/1.4 var(--font-sans); color:var(--text-muted);}
  .propc-art-meta strong{font-weight:600; color:var(--text-strong);}
  .propc-rate{display:flex; align-items:center; gap:6px;}
  .propc-div{width:1px; height:11px; background:var(--border-hairline);}
  .propc-art-act{display:flex; align-items:center; gap:14px;}
  .propc-heart{flex:none; width:40px; height:40px; border:1px solid var(--border-field); border-radius:var(--radius-pill); display:flex; align-items:center; justify-content:center; cursor:pointer; background:#fff;}
  .propc-imgs{display:grid; grid-template-columns:2fr 1fr 1fr; gap:8px; margin:20px 0 0;}
  .propc-imgs img{display:block; width:100%; height:260px; border-radius:var(--radius-sm); object-fit:cover;}
  .propc-ph{height:260px; border-radius:var(--radius-sm); background:var(--surface-sunken); display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px;}
  .propc-ph.tint{background:var(--surface-tint);}
  .propc-ph-l{font:var(--fw-medium) 10px/1 var(--font-sans); letter-spacing:.08em; text-transform:uppercase; color:var(--text-faint);}
  .propc-ph-t{font:var(--fw-regular) 12px/1.4 var(--font-sans); color:var(--text-muted);}
  .propc-desc{margin:16px 0 0; max-width:70ch; font:var(--fw-regular) 14px/1.75 var(--font-sans); color:var(--text-body);}
  .propc-desc .u{text-decoration:underline; text-underline-offset:3px;}
  .propc-sub-head{display:flex; align-items:flex-start; justify-content:space-between; gap:32px;}
  .propc-price{font:var(--fw-bold) 32px/1.05 var(--font-display); letter-spacing:-.02em; color:var(--text-strong); text-align:right; text-transform:none;}
  .propc-price-sub{margin:6px 0 0; font:var(--fw-regular) 13px/1 var(--font-sans); color:var(--text-muted);}
  .propc-name{font:var(--fw-semibold) 20px/1.25 var(--font-sans); color:var(--text-strong);}
  .propc-sub-meta{margin:8px 0 0; font:var(--fw-regular) 13px/1.6 var(--font-sans); color:var(--text-muted);}
  .propc-acts{display:flex; align-items:center; gap:16px; margin:20px 0 0;}
  .propc-acts .lk{font:var(--fw-medium) 13px/1 var(--font-sans); cursor:pointer;}
  .propc-row{display:flex; align-items:center; justify-content:space-between; gap:24px; margin:12px 0 0;}
  .propc-foot{padding:28px 48px 40px; font:var(--fw-regular) 13px/1 var(--font-sans); color:var(--text-faint);}
  @media(max-width:900px){ .propc{grid-template-columns:1fr; gap:24px; padding:8px 20px 60px;} .propc-side{position:static;} .propc-imgs{grid-template-columns:1fr 1fr;} .propc-imgs img,.propc-ph{height:180px;} }

  /* ══ v1 proposals page — Furnispace editorial restyle (scoped to #project, content untouched) ══ */
  #project .brief-card{background:var(--surface-sunken); border:none; box-shadow:none; padding:26px 24px 28px;}
  #project .publish-row{background:#fff;}
  /* sidebar rebuilt from Proposals-C fresh export */
  #project .brief-card h3#pjName{margin:0; font:600 24px/1.2 var(--font-sans); letter-spacing:-.01em; color:var(--text-strong); text-transform:none;}
  #project .bc-spacehd{margin:14px 0 0;}
  #project .bc-splabel{font:500 11px/1 var(--font-sans); letter-spacing:.08em; text-transform:uppercase; color:var(--text-muted);}
  #project .bc-spaces{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; margin:10px 0 0;}
  #project .bc-space{min-width:0; display:flex; flex-direction:column; gap:5px; padding:0; border:none; background:none; text-align:left; cursor:default;}
  #project .bc-space img{display:block; width:100%; height:66px; border-radius:var(--radius-sm); object-fit:cover;}
  #project .bc-space > span:last-child{font:500 11px/1.3 var(--font-sans); letter-spacing:.06em; text-transform:uppercase; color:var(--text-body); overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
  #project .bc-add{cursor:pointer;}
  #project .bc-add .bc-add-plus{height:66px; border-radius:var(--radius-sm); border:1px dashed var(--flame-500); display:flex; align-items:center; justify-content:center; color:var(--flame-600);}
  #project .bc-add .bc-add-plus .ic{width:18px; height:18px;}
  #project .bc-add > span:last-child{color:var(--flame-600);}
  #project .bc-add:hover .bc-add-plus{background:color-mix(in srgb, var(--flame-500) 8%, transparent);}
  #project .bc-desc{margin:10px 0 0; font:400 13px/1.7 var(--font-sans); color:var(--text-body); text-wrap:pretty;}
  #project .brief-fold#pjFold{display:flex; flex-direction:column; gap:9px; margin:16px 0 0; padding:14px 0 0; border-top:1px solid var(--border-hairline);}
  #project .brief-fold#pjFold[hidden]{display:none;}
  #project .bc-kv{display:flex; align-items:baseline; justify-content:space-between; gap:12px;}
  #project .bc-kv .k{flex:none; font:400 12px/1.5 var(--font-sans); color:var(--text-muted);}
  #project .bc-kv .v{text-align:right; font:500 13px/1.5 var(--font-sans); color:var(--text-strong);}
  #project .bc-kv-tags .v.styletags{display:flex; flex-wrap:wrap; justify-content:flex-end; gap:4px;}
  #project .bc-kv-tags .v.styletags span{padding:3px 8px; border-radius:var(--radius-pill); background:#fff; font:500 11px/1 var(--font-sans); color:var(--text-body);}
  #project .bc-more{display:flex; align-items:center; gap:6px; margin:14px 0 0; padding:0; border:none; background:none; font:500 13px/1 var(--font-sans); color:var(--text-body); cursor:pointer;}
  #project .bc-more .caret{display:flex;}
  #project .bc-more .caret .ic{width:14px; height:14px;}
  #project .bc-pub{display:flex; align-items:center; gap:10px; margin:26px 0 0;}
  #project .bc-pub .toggle{flex:none;}
  #project .bc-pub-l{font:500 13px/1.3 var(--font-sans); color:var(--text-strong);}
  #project .bc-invite{display:flex; align-items:center; gap:12px; margin:16px 0 0;}
  #project .bc-invite-t{flex:1; min-width:0;}
  #project .bc-invite-t b{display:block; font:600 13px/1.4 var(--font-sans); color:var(--ink-900);}
  #project .bc-invite-t span{display:block; margin-top:3px; font:400 12px/1.5 var(--font-sans); color:var(--text-muted);}
  #project .bc-copy{flex:none; display:flex; align-items:center; height:28px; padding:0 11px; border:1px solid var(--border-field); border-radius:var(--radius-pill); background:none; font:600 12px/1 var(--font-sans); color:var(--text-strong); cursor:pointer; white-space:nowrap;}
  #project .bc-edit{width:100%; margin:22px 0 0; justify-content:center; border-radius:var(--radius-pill); background:var(--surface-card);}
  /* underline tabs */
  #project .ex-tabs{background:var(--bg); border-bottom:1px solid var(--border-hairline);}
  #project .ex-tab{background:none !important; border-radius:0; padding:0 2px 14px; margin-bottom:-1px;
    border-bottom:2px solid transparent; color:var(--text-faint); font-weight:600; font-size:15px;}
  #project .ex-tab.on{background:none !important; color:var(--text-strong); border-bottom-color:var(--flame-500);}
  /* experts -> editorial articles (Proposals-C faithful port) */
  #project .expert{background:none; border:none; border-top:1px solid var(--border-hairline); border-radius:0;
    box-shadow:none; padding:40px 0 6px; cursor:default; transition:none; position:relative;}
  #project .expert:hover{transform:none; box-shadow:none;}
  #project .ex-panel > .expert:first-child, #project .agent + .expert,
  #project .ex-empty + .expert, #project .ai-summary + .expert{border-top:none; padding-top:8px;}
  /* header row: identity left, heart + invite right */
  #project .ex-top{display:flex; align-items:flex-end; justify-content:space-between; gap:24px;}
  #project .ex-name-row{display:flex; align-items:center; gap:12px; flex-wrap:wrap;}
  #project .ex-name{font:600 20px/1.25 var(--font-sans); color:var(--text-strong);}
  #project .ex-match{font:500 11px/1 var(--font-sans); letter-spacing:.08em; text-transform:uppercase; color:var(--flame-600); white-space:nowrap;}
  /* one inline meta row with hairline dividers */
  #project .ex-metaline{display:flex; flex-wrap:wrap; align-items:center; gap:6px 12px; margin:10px 0 0; font:400 13px/1.4 var(--font-sans); color:var(--text-muted);}
  #project .ex-metaline .mi{display:flex; align-items:center; gap:6px;}
  #project .ex-metaline .mi .ic{width:14px; height:14px; color:var(--ink-900);}
  #project .ex-metaline strong{font:600 13px/1.4 var(--font-sans); color:var(--text-strong);}
  #project .ex-metaline .mdiv{width:1px; height:11px; background:var(--border-hairline);}
  #project .ex-metaline .ex-new{color:var(--flame-600); font-weight:600;}
  /* heart + invite, inline top-right */
  #project .ex-cta{display:flex; align-items:center; gap:14px; flex:none; margin:0; white-space:nowrap;}
  #project .ex-cta .bm{width:40px; height:40px; border:1px solid var(--border-field); border-radius:var(--radius-pill); background:none; display:flex; align-items:center; justify-content:center; cursor:pointer;}
  #project .ex-cta .bm .ic{width:17px; height:17px; color:var(--ink-600);}
  #project .ex-cta .bm.on{color:var(--flame-600); border-color:var(--flame-500);}
  #project .ex-cta .bm.on .ic{color:var(--flame-600);}
  #project .ex-cta .ex-invite{white-space:nowrap;}
  #project .ex-status{display:inline-flex; align-items:center; gap:6px; font:500 13px/1 var(--font-sans); color:var(--text-muted);}
  #project .ex-status.ok{color:var(--mint-500);}
  /* photo grid 2fr/1fr/1fr, real photos, +N overlay on the last */
  #project .ex-thumbs{display:grid; grid-template-columns:2fr 1fr 1fr; gap:8px; margin-top:20px; overflow:visible;}
  #project .ex-thumbs .th{flex:none; aspect-ratio:auto; height:260px; border-radius:var(--radius-sm); overflow:hidden; position:relative; scroll-snap-align:none;}
  #project .ex-thumbs .th img{width:100%; height:100%; object-fit:cover;}
  #project .ex-thumbs .th .more{position:absolute; inset:0; display:flex; align-items:center; justify-content:center; background:rgba(20,14,10,.40); color:#fff; font:500 13px/1 var(--font-sans); letter-spacing:.01em;}
  #project .ex-desc{margin:16px 0 0; max-width:70ch; font:400 14px/1.75 var(--font-sans); color:var(--text-body);}
  #project .ex-desc .u{text-decoration:underline; text-underline-offset:3px;}
  #project .ex-tags{margin-top:16px;}
  /* AI Match Assistant -> single pill input row */
  #project .agent{display:flex; align-items:center; gap:14px; background:none; border:none; box-shadow:none; padding:0; margin:20px 0 0;}
  #project .agent-head{margin:0; gap:0; flex:none;}
  #project .agent-head > div{display:none;}
  #project .agent-log, #project .agent-chips{display:none;}
  #project .agent-in{flex:1;}

  /* proposals restyle — Submissions / Contacted / Archived tabs */
  /* Submissions: editorial article with a big Archivo price */
  #project .submission{background:none; border:none; border-top:1px solid var(--border-hairline); border-radius:0; box-shadow:none; padding:28px 0 6px;}
  #project .ex-panel > .submission:first-child{border-top:none; padding-top:6px;}
  #project .submission .sb-head{align-items:flex-start;}
  #project .submission .sb-head .avatar{display:none;}
  #project .sb-id .nm{font-size:20px; font-weight:600;}
  #project .sb-price b{font:700 32px/1.05 var(--font-display); letter-spacing:-.02em;}
  #project .sb-photos .ph .cap{background:rgba(20,14,10,.62);}
  #project .sb-actions{margin-top:16px;}
  #project .sb-actions .btn{flex:none;}
  #project .ai-summary{background:var(--surface-sunken); border:none;}
  /* Proposals Mobile C — narrow layout for #project */
  @media(max-width:620px){
    /* brief becomes a full-width sunken banner at the top */
    #project .brief-card{border-radius:0; margin:0 -20px; padding:20px;}
    /* expert header: name wraps, heart+invite stay top-right */
    #project .ex-top{align-items:flex-start;}
    /* photo grid -> horizontal scroll strip (first shot wider) */
    #project .ex-thumbs{display:flex; grid-template-columns:none; gap:8px; margin:16px -20px 0; padding:0 20px; overflow-x:auto; scrollbar-width:none; -webkit-overflow-scrolling:touch;}
    #project .ex-thumbs::-webkit-scrollbar{display:none;}
    #project .ex-thumbs .th{flex:none; width:160px; height:180px;}
    #project .ex-thumbs .th:first-child{width:250px;}
    /* submission photo rows can scroll too */
    #project .sb-photos{overflow-x:auto;}
  }
  #project .ex-empty{border:none; border-radius:0; padding:14px 0 2px; text-align:left; color:var(--text-muted);}

  /* ══ Project Brief Detail (Furnispace port) — view/edit brief page ══ */
  #editbrief.pbd-screen{background:var(--surface-app);}
  .pbd{width:100%; max-width:1180px; margin:0 auto; padding:24px 40px 96px;}
  .pbd-crumb{display:flex; align-items:center; gap:8px; font:var(--fw-regular) 13px/1 var(--font-sans); color:var(--text-muted);}
  .pbd-crumb a{font-weight:500; color:var(--text-body); cursor:pointer;}
  .pbd-head{display:flex; align-items:flex-start; justify-content:space-between; gap:32px; margin:20px 0 0;}
  .pbd-title{margin:0; font:var(--fw-bold) 32px/1.15 var(--font-display); letter-spacing:-.02em; color:var(--text-strong); text-transform:none;}
  .pbd-status{display:inline-flex; align-items:center; gap:6px; padding:6px 12px; border-radius:var(--radius-pill); background:color-mix(in srgb, var(--mint-500) 12%, #fff); font:var(--fw-medium) 11px/1 var(--font-sans); color:var(--mint-500);}
  .pbd-status .dot{width:6px; height:6px; border-radius:var(--radius-pill); background:var(--mint-500);}
  .pbd-sub{margin:10px 0 0; font:var(--fw-regular) 14px/1.6 var(--font-sans); color:var(--text-muted);}
  .pbd-acts{display:flex; align-items:center; gap:12px;}
  .pbd-banner{display:flex; align-items:center; gap:10px; margin:20px 0 0; padding:12px 18px; border-radius:var(--radius-md); background:var(--surface-tint); font:var(--fw-medium) 13px/1.5 var(--font-sans); color:var(--flame-600);}
  .pbd-grid{display:grid; grid-template-columns:1fr 340px; gap:32px; align-items:start; margin:28px 0 0;}
  .pbd-col{display:flex; flex-direction:column; gap:24px; min-width:0;}
  .pbd-card{background:var(--surface-card); border:1px solid var(--border-hairline); border-radius:var(--radius-card); padding:24px;}
  .pbd-card.pad0{padding:0; overflow:hidden;}
  .pbd-cardhd{display:flex; align-items:center; justify-content:space-between; gap:16px;}
  .pbd-eyebrow{margin:0; font:var(--fw-medium) 11px/1 var(--font-sans); letter-spacing:.08em; text-transform:uppercase; color:var(--text-muted);}
  .pbd-spaces{display:grid; grid-template-columns:1fr 1fr; gap:2px; background:var(--border-hairline);}
  .pbd-space{position:relative; background:var(--surface-card);}
  .pbd-space img{display:block; width:100%; height:250px; object-fit:cover;}
  .pbd-tag{position:absolute; top:12px; left:12px; padding:6px 11px; border-radius:var(--radius-pill); background:var(--ai-glass); backdrop-filter:var(--blur-glass); font:var(--fw-medium) 11px/1 var(--font-sans); color:var(--ink-900);}
  .pbd-tag.b{top:auto; bottom:12px; background:rgba(20,14,10,.62); color:#fff;}
  .pbd-del{position:absolute; top:12px; right:12px; width:30px; height:30px; border-radius:var(--radius-pill); background:#fff; box-shadow:var(--shadow-panel); align-items:center; justify-content:center; cursor:pointer;}
  .pbd-fieldlbl{font:var(--fw-semibold) 13px/1 var(--font-sans); color:var(--text-strong);}
  .pbd-field{margin:8px 0 0; padding:0; border:1px solid transparent; border-radius:var(--radius-control); background:transparent; font:var(--fw-regular) 14px/1.6 var(--font-sans); color:var(--text-body); white-space:pre-wrap;}
  #editbrief.editing .pbd-field{padding:12px 14px; border-color:var(--border-field); background:var(--surface-card);}
  .pbd-2col{display:grid; grid-template-columns:1fr 1fr; gap:20px; margin:20px 0 0;}
  .pbd-sec{margin:24px 0 0; padding:20px 0 0; border-top:1px solid var(--border-hairline);}
  .pbd-chips{display:flex; flex-wrap:wrap; gap:8px;}
  .pbd-chip{display:inline-flex; align-items:center; gap:5px; height:26px; padding:0 12px; border-radius:var(--radius-pill); font:var(--fw-medium) 12px/1 var(--font-sans);}
  .pbd-chip.dark{background:var(--ink); color:#fff;}
  .pbd-chip.outline{border:1px solid var(--border-field); color:var(--text-body);}
  .pbd-chip.add{border:1px dashed var(--border-field); color:var(--text-muted); cursor:pointer;}
  .pbd-keep{display:grid; grid-template-columns:1fr 1fr; gap:20px; margin:12px 0 0; font:var(--fw-regular) 13px/1.7 var(--font-sans); color:var(--text-body);}
  .pbd-keep .r{display:flex; align-items:flex-start; gap:8px;}
  .pbd-prop{display:flex; align-items:center; gap:16px; padding:18px 0; border-bottom:1px solid var(--border-hairline); cursor:pointer;}
  .pbd-prop:last-child{border-bottom:none;}
  .pbd-av{width:44px; height:44px; border-radius:var(--radius-pill); background:var(--surface-sunken); display:flex; align-items:center; justify-content:center; font:var(--fw-semibold) 14px/1 var(--font-sans); color:var(--text-body); flex-shrink:0;}
  .pbd-av.tint{background:var(--surface-tint); color:var(--flame-600);}
  .pbd-vbadge{padding:3px 8px; border-radius:var(--radius-pill); background:var(--surface-sunken); font:var(--fw-medium) 10px/1.4 var(--font-sans); letter-spacing:.04em; text-transform:uppercase; color:var(--text-muted);}
  .pbd-aside{display:flex; flex-direction:column; gap:24px; position:sticky; top:calc(var(--nav-h,66px) + 16px);}
  .pbd-big{font:var(--fw-bold) 40px/1 var(--font-display); letter-spacing:-.02em; color:var(--text-strong); text-transform:none;}
  .pbd-bar{height:6px; margin:14px 0 0; border-radius:var(--radius-pill); background:var(--surface-sunken); overflow:hidden;}
  .pbd-bar > div{height:100%; background:var(--flame-500);}
  .pbd-krow{display:flex; align-items:baseline; justify-content:space-between; gap:12px;}
  .pbd-mut{font:var(--fw-regular) 13px/1.4 var(--font-sans); color:var(--text-muted);}
  .pbd-str{font:var(--fw-medium) 13px/1.4 var(--font-sans); color:var(--text-strong);}
  .pbd-full{width:100%; justify-content:center;}
  #editbrief .edit-only{display:none !important;}
  #editbrief.editing .edit-only{display:flex !important;}
  #editbrief.editing .view-only{display:none !important;}
  @media(max-width:900px){ .pbd-grid{grid-template-columns:1fr;} .pbd-aside{position:static;} .pbd{padding:20px 20px 60px;} }
  /* Project Brief Detail Mobile (mockup): status/invite near top, spaces scroll */
  @media(max-width:620px){
    .pbd-aside{order:-1;}
    .pbd-spaces{display:flex; grid-template-columns:none; gap:10px; overflow-x:auto; background:none; scrollbar-width:none; -webkit-overflow-scrolling:touch;}
    .pbd-spaces::-webkit-scrollbar{display:none;}
    .pbd-space{flex:none; width:270px; border-radius:var(--radius-sm); overflow:hidden;}
    .pbd-space img{height:190px;}
  }

  /* Home 1a — mint promo strip at the top of the landing */
  .promo-strip{background:var(--mint-500); color:#fff; text-align:center; padding:9px 40px;
    font:var(--fw-medium) 12.5px/1.4 var(--font-sans); letter-spacing:.02em;}

  /* Home 1a — hero framed AI render (real photo + AI pin/popover overlay) */
  .hero-render{position:relative; border-radius:var(--radius-frame,24px); overflow:hidden; box-shadow:var(--shadow); cursor:pointer;}
  .hero-render img{display:block; width:100%; height:520px; object-fit:cover;}
  .hr-badge{position:absolute; top:16px; left:16px; display:inline-flex; align-items:center; gap:7px; padding:7px 12px; border-radius:var(--radius-pill); background:var(--ai-glass); backdrop-filter:var(--blur-glass); box-shadow:var(--shadow-panel); font:var(--fw-medium) 12px/1 var(--font-sans); color:var(--ink-900);}
  .hr-badge .ic{width:14px; height:14px; color:var(--flame-500);}
  .hr-style{position:absolute; top:16px; right:16px; padding:7px 12px; border-radius:var(--radius-md); background:var(--ai-glass); backdrop-filter:var(--blur-glass); box-shadow:var(--shadow-panel); font:var(--fw-medium) 12px/1 var(--font-sans); color:var(--ink-900);}
  .hr-pin{position:absolute; left:52%; top:60%; width:22px; height:22px; border-radius:var(--radius-pill); background:var(--ai-pin); box-shadow:0 0 0 4px rgba(15,214,164,.28);}
  .hr-pop{position:absolute; left:calc(52% + 30px); top:calc(60% - 8px); padding:6px 11px; border-radius:var(--radius-md); background:var(--ai-glass); backdrop-filter:var(--blur-glass); box-shadow:var(--shadow-lg); font:var(--fw-medium) 12px/1 var(--font-sans); color:var(--ink-900); white-space:nowrap;}
  .hr-walk{position:absolute; bottom:16px; left:16px; display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:var(--radius-pill); background:rgba(20,14,10,.62); backdrop-filter:var(--blur-glass); font:var(--fw-medium) 12px/1 var(--font-sans); color:#fff;}
  .hr-walk .live{width:7px; height:7px; border-radius:var(--radius-pill); background:var(--flame-500);}

  /* Home 1a — How-it-works ruled step cards */
  #how .steps3{display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin:40px 0 0;}
  #how .stepc{background:var(--surface-card); border:1px solid var(--border-hairline); border-radius:var(--radius-card); padding:26px 24px 28px; box-shadow:none;}
  #how .stepc .n{width:34px; height:34px; border-radius:var(--radius-control); background:var(--ink-900); color:#fff; display:flex; align-items:center; justify-content:center; font:var(--fw-semibold) 14px/1 var(--font-sans);}
  #how .stepc h4{margin:20px 0 0; font:var(--fw-semibold) 16px/1.3 var(--font-sans); color:var(--text-strong);}
  #how .stepc p{margin:8px 0 0; font:var(--fw-regular) 13px/1.7 var(--font-sans); color:var(--text-muted);}
  #how .stepc-foot{margin:20px 0 0; padding:12px 0 0; border-top:1px solid var(--border-hairline); font:var(--fw-medium) 12px/1 var(--font-sans); color:var(--text-faint);}
  #how .stepc-foot.flame{color:var(--flame-600);}
  /* Home 1a — photographic closing banner */
  #how .final-banner{position:relative; overflow:hidden; border-radius:var(--radius-frame); padding:76px 48px; text-align:left; color:#fff;
    background:linear-gradient(90deg, rgba(20,14,10,.72) 0%, rgba(20,14,10,.35) 60%, rgba(20,14,10,.15) 100%), url("photos/fs-coastal.jpg") center/cover no-repeat;}
  #how .final-banner h2{color:#fff; max-width:18ch;}
  #how .final-banner p{color:rgba(255,255,255,.88); max-width:46ch; margin-top:14px;}
  #how .final-banner .btn{margin-top:26px;}
  #how .final-banner .final-foot{margin-top:18px; font:var(--fw-regular) 12.5px/1 var(--font-sans); color:rgba(255,255,255,.78);}
  #how .ref-note{display:none;}

  /* Home 1a fixes — promo strip flush to top; tool cards -> 1a card */
  #ai-design .pop-card{box-shadow:none; border-color:var(--border-hairline);}
  #ai-design .pop-card:hover{box-shadow:var(--shadow); transform:translateY(-2px);}
  #ai-design .pop-ic{background:var(--surface-sunken);}
  #ai-design .pop-card h4{font:var(--fw-semibold) 15px/1.3 var(--font-sans); letter-spacing:0; margin:0 0 6px;}
  #ai-design .pop-row{flex-direction:column; align-items:flex-start; gap:14px;}
  #ai-design .pop-row p{flex:none;}
  #ai-design .pop-arrow{display:inline-flex; align-items:center; gap:6px; color:var(--flame-600); font:var(--fw-medium) 13px/1 var(--font-sans);}
  #ai-design .pop-arrow::before{content:"Start";}
  #ai-design .pop-arrow .ic{width:15px; height:15px;}

  /* uniform hero heading leading — remove the ad-hoc per-line margin; one line-height governs all lines */
  h1.big{line-height:1.08;}
  h1.big .h1-line2{margin-top:0;}

  /* Home 1a — hero eyebrow + verified-pros stat divider */
  .hero-eyebrow{font:var(--fw-medium) 11px/1 var(--font-sans); letter-spacing:.08em; text-transform:uppercase; color:var(--text-muted); margin:0 0 18px;}
  .hero-meta{display:flex; align-items:center; gap:14px; flex-wrap:wrap;}
  .hero-meta .hm-div{width:1px; height:12px; background:var(--border-hairline);}

  /* Home 1a — works section: See-all button aligned to the heading */
  #works .sec-head{display:flex; align-items:flex-end; justify-content:space-between; gap:24px;}
  #works .works-seeall{align-self:flex-end;}
  @media(max-width:700px){ #works .works-seeall{display:none;} }

  /* Home 1a — hero editorial subtitle (desktop) */
  .hero-left .hero-sub{margin:14px 0 20px; max-width:46ch; color:var(--muted); font-size:16px; line-height:1.6;}
