:root{
    --paper:#F3F1ED;
    --paper2:#ECE8E2;
    --white:#FFFFFF;
  
    --ink:#201A16;
    --muted: rgba(32,26,22,.68);
    --faint: rgba(32,26,22,.48);
  
    --espresso:#2B1D17;
    --mocha:#5C4033;
  
    --mint:#2BB3A6;
    --mintSoft: rgba(43,179,166,.14);
  
    --copper:#C56A3A;
    --copperSoft: rgba(197,106,58,.14);
  
    --line: rgba(43,29,23,.14);
  
    --shadow: 0 22px 52px rgba(32,26,22,.10);
    --shadow2: 0 12px 26px rgba(32,26,22,.08);
  
    --radius: 18px;
    --radius2: 26px;
  
    --container: 1120px;
  }
  
  *{ box-sizing:border-box; }
  html,body{ height:100%; }
  body{
    margin:0;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--ink);
    background:
      radial-gradient(900px 560px at 10% 0%, var(--mintSoft), transparent 62%),
      radial-gradient(900px 560px at 88% 12%, var(--copperSoft), transparent 62%),
      linear-gradient(180deg, var(--paper), var(--paper2));
  }
  
  .container{ width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
  
  a{ color:inherit; text-decoration:none; }
  .link{ color: rgba(32,26,22,.72); font-weight: 700; }
  .link:hover{ color: rgba(32,26,22,.95); text-decoration: underline; }
  
  /* FULL BACKGROUND CANVAS */
  .bgBytes{
    position: fixed;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .95;
    mix-blend-mode: normal;
  }
  
  /* Ensure content sits above background */
  header, main{ position: relative; z-index: 1; }
  
  /* Topbar */
  .topbar{
    position: sticky;
    top:0;
    z-index: 20;
    backdrop-filter: blur(10px);
    background: rgba(243,241,237,.82);
    border-bottom: 1px solid var(--line);
  }
  .topbar__row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 14px 0;
    gap: 16px;
  }
  
  .brand{ display:flex; align-items:center; gap: 12px; }
  .brand__mark{
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(43,179,166,.20), rgba(197,106,58,.18));
    border: 1px solid rgba(43,29,23,.16);
    box-shadow: var(--shadow2);
    display:grid;
    place-items:center;
    position: relative;
    overflow:hidden;
  }
  .markDot{
    width: 10px; height: 10px; border-radius: 999px;
    background: var(--white);
    box-shadow:
      0 0 0 6px rgba(255,255,255,.24),
      0 0 0 14px rgba(43,179,166,.10);
  }
  .brand__name{
    font-family: Fraunces, serif;
    font-weight: 850;
    letter-spacing: -0.01em;
  }
  .brand__tag{
    display:block;
    margin-top: 2px;
    font-size: 12px;
    color: var(--muted);
    font-weight: 700;
  }
  
  .topbar__tools{ display:flex; align-items:center; gap: 10px; flex-wrap: wrap; justify-content:flex-end; }
  
  .pill, .search{
    display:flex;
    align-items:center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.78);
    box-shadow: 0 8px 18px rgba(32,26,22,.06);
  }
  .pill__label{ font-size: 12px; color: var(--muted); font-weight: 850; }
  .pill__select{
    appearance:none; border:none; outline:none; background:transparent;
    color: var(--ink); font-weight: 850; cursor:pointer;
  }
  .search{ min-width: 260px; }
  .search__icon{ color: var(--muted); font-weight: 900; }
  .search__input{ width:100%; border:none; outline:none; background:transparent; color: var(--ink); }
  .search__input::placeholder{ color: rgba(32,26,22,.40); }
  
  /* Buttons */
  .btn{
    border: 1px solid rgba(43,29,23,.18);
    background: linear-gradient(135deg, rgba(43,179,166,.92), rgba(43,179,166,.72));
    color: rgba(32,26,22,.95);
    padding: 12px 14px;
    border-radius: 999px;
    font-weight: 950;
    cursor:pointer;
    box-shadow: 0 18px 34px rgba(43,179,166,.16);
    transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
  }
  .btn:hover{ transform: translateY(-1px); box-shadow: 0 22px 40px rgba(43,179,166,.20); filter: saturate(1.03); }
  .btn:active{ transform: translateY(0px); }
  
  .btn--ghost{
    background: rgba(255,255,255,.86);
    box-shadow: 0 12px 22px rgba(32,26,22,.08);
  }
  .btn--ghost:hover{ box-shadow: 0 14px 26px rgba(32,26,22,.10); }
  .btn--tiny{ padding: 8px 10px; font-size: 12px; }
  
  /* Hero */
  .hero{ padding: 56px 0 28px; }
  .hero__grid{
    display:grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 18px;
    align-items: start;
  }
  
  .chip{
    display:inline-flex;
    align-items:center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 999px;
    border: 1px solid rgba(43,29,23,.14);
    background: rgba(255,255,255,.78);
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
  }
  .chip span{ color: var(--espresso); font-weight: 950; }
  .chip__dot{ width: 6px; height: 6px; border-radius: 999px; background: var(--mint); opacity: .85; }
  
  .hero__title{
    font-family: Fraunces, serif;
    font-size: clamp(38px, 4.6vw, 60px);
    line-height: 1.02;
    margin: 14px 0 10px;
    letter-spacing: -0.03em;
    color: var(--espresso);
  }
  .hero__subtitle{
    color: var(--muted);
    font-size: 16px;
    line-height: 1.72;
    max-width: 62ch;
    font-weight: 650;
  }
  .hero__cta{ display:flex; gap: 10px; margin-top: 18px; flex-wrap: wrap; }
  
  .hero__note{
    margin-top: 14px;
    color: rgba(32,26,22,.60);
    font-weight: 650;
    line-height: 1.65;
    max-width: 64ch;
  }
  
  .hero__card{ align-self: start; }
  
  /* Sections */
  .section{ padding: 34px 0; }
  .section--alt{
    background: rgba(255,255,255,.25);
    border-top: 1px solid rgba(43,29,23,.08);
    border-bottom: 1px solid rgba(43,29,23,.08);
  }
  .section__head{
    display:flex;
    align-items:flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
    flex-wrap: wrap;
  }
  .section__title{ margin:0; font-size: 22px; letter-spacing: -0.02em; color: var(--espresso); font-weight: 1000; }
  .section__sub{ margin:0; color: var(--muted); max-width: 70ch; font-weight: 650; }
  
  /* Cards */
  .card, .cta{
    border-radius: var(--radius2);
    border: 1px solid rgba(43,29,23,.12);
    background: rgba(255,255,255,.86);
    box-shadow: var(--shadow);
    padding: 16px;
  }
  .card--featured{
    background:
      radial-gradient(900px 360px at 18% 0%, rgba(43,179,166,.10), transparent 55%),
      radial-gradient(900px 360px at 82% 0%, rgba(197,106,58,.10), transparent 55%),
      rgba(255,255,255,.86);
  }
  .card__head{
    display:flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
  }
  .card__title{ font-weight: 1000; color: var(--espresso); }
  .card__hint{ color: var(--muted); font-size: 12px; margin-top: 4px; font-weight: 700; }
  
  .badge{
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid rgba(43,29,23,.14);
    background: rgba(255,255,255,.78);
    color: rgba(32,26,22,.70);
    font-size: 12px;
    font-weight: 850;
  }
  .badge--live{
    border-color: rgba(43,179,166,.22);
    background: rgba(43,179,166,.10);
    color: rgba(43,179,166,.95);
  }
  
  /* KPIs */
  .kpis{ display:grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 10px; }
  .kpi{
    border-radius: 18px;
    border: 1px solid rgba(43,29,23,.10);
    background: rgba(255,255,255,.92);
    padding: 12px;
    box-shadow: 0 10px 18px rgba(32,26,22,.06);
  }
  .kpi__k{ color: var(--muted); font-size: 12px; font-weight: 900; }
  .kpi__v{ font-size: 20px; font-weight: 1000; margin-top: 6px; color: var(--espresso); letter-spacing: -0.02em; }
  .kpi__s{ margin-top: 6px; color: rgba(32,26,22,.56); font-size: 12px; font-weight: 750; }
  
  .softInvite{
    margin-top: 12px;
    border-radius: 18px;
    border: 1px dashed rgba(43,29,23,.18);
    background: rgba(255,255,255,.82);
    padding: 12px;
    display:flex;
    justify-content: space-between;
    gap: 12px;
    align-items:center;
  }
  .softInvite__title{ font-weight: 1000; color: var(--espresso); }
  .softInvite__sub{ margin-top: 4px; color: var(--muted); font-weight: 650; }
  
  /* Tiles for posts/reports */
  .grid-3{ display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
  .grid-2{ display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  
  .tile{
    border-radius: var(--radius2);
    border: 1px solid rgba(43,29,23,.12);
    background: rgba(255,255,255,.86);
    box-shadow: var(--shadow2);
    padding: 16px;
    position: relative;
    overflow:hidden;
  }
  .tile::before{
    content:"";
    position:absolute;
    inset:-2px;
    background:
      radial-gradient(420px 180px at 20% 0%, rgba(43,179,166,.10), transparent 60%),
      radial-gradient(420px 180px at 80% 0%, rgba(197,106,58,.08), transparent 60%);
    opacity: .9;
    pointer-events:none;
  }
  .tile > *{ position: relative; z-index: 1; }
  
  .tile__meta{ color: rgba(32,26,22,.55); font-weight: 800; font-size: 12px; }
  .tile__title{ margin-top: 10px; font-weight: 1000; color: var(--espresso); font-size: 16px; }
  .tile__desc{ margin-top: 8px; color: var(--muted); line-height: 1.6; font-weight: 650; }
  .tile__actions{ margin-top: 12px; display:flex; gap: 10px; flex-wrap: wrap; }
  
  /* Media */
  .media{ display:flex; gap: 14px; align-items: stretch; }
  .media__thumb{
    width: 92px;
    min-width: 92px;
    border-radius: 18px;
    border: 1px solid rgba(43,29,23,.12);
    background: linear-gradient(135deg, rgba(43,179,166,.14), rgba(197,106,58,.12));
    display:grid;
    place-items:center;
    box-shadow: 0 12px 22px rgba(32,26,22,.08);
  }
  .media__glyph{
    width: 44px; height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(43,29,23,.14);
    background: rgba(255,255,255,.85);
    display:grid; place-items:center;
    font-weight: 1000;
    color: var(--espresso);
  }
  .media__title{ font-weight: 1000; font-size: 16px; color: var(--espresso); }
  .media__meta{ color: var(--muted); font-size: 12px; margin-top: 6px; font-weight: 850; }
  .media__desc{ color: var(--muted); font-size: 13px; line-height: 1.6; margin-top: 8px; font-weight: 650; }
  .media__actions{ display:flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
  
  /* Bullets */
  .bullets{
    padding: 12px;
    border-radius: 18px;
    border: 1px solid rgba(43,29,23,.10);
    background: rgba(255,255,255,.92);
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
    box-shadow: 0 10px 18px rgba(32,26,22,.06);
    font-weight: 650;
  }
  .bullets ul{ margin: 0; padding-left: 18px; }
  .bullets li{ margin: 8px 0; }
  
  /* CTA */
  .cta{
    padding: 18px;
    display:flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
    background:
      radial-gradient(900px 260px at 12% 0%, rgba(43,179,166,.10), transparent 55%),
      radial-gradient(900px 260px at 88% 0%, rgba(197,106,58,.10), transparent 55%),
      rgba(255,255,255,.88);
  }
  .cta__title{ margin:0; font-size: 18px; font-weight: 1000; color: var(--espresso); }
  .cta__sub{ margin: 6px 0 0; color: var(--muted); font-weight: 650; max-width: 72ch; }
  .cta__actions{ display:flex; gap: 10px; flex-wrap: wrap; }
  
  /* Footer */
  .footer{
    margin-top: 18px;
    display:flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0 18px;
  }
  .footer__brand{ font-weight: 1000; color: var(--espresso); }
  .footer__note{ color: var(--muted); font-size: 12px; margin-top: 6px; font-weight: 650; }
  
  @media (max-width: 960px){
    .hero__grid{ grid-template-columns: 1fr; }
    .grid-2{ grid-template-columns: 1fr; }
    .grid-3{ grid-template-columns: 1fr; }
    .search{ min-width: 200px; }
    .kpis{ grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 520px){
    .kpis{ grid-template-columns: 1fr; }
    .search{ min-width: 100%; }
    .topbar__tools{ width: 100%; justify-content: flex-start; }
    .softInvite{ flex-direction: column; align-items:flex-start; }
  }