
  /* ========== RONIVAL OFFICIAL BRAND TOKENS ========== */
  :root {
    --r-black:      #000000;
    --r-navy:       #0D203B;
    --r-blue-mid:   #1B6089;
    --r-blue-light: #9DAEC0;
    --r-cream:      #ECE6E2;
    --r-stone:      #ACA19F;
    --r-white:      #FFFFFF;
    --r-ink:        #0A1626;
    --r-line:       rgba(13,32,59,0.12);
    --serif:   'Cormorant Garamond', Georgia, 'Times New Roman', serif;
    --serif-i: 'Cormorant Garamond', Georgia, serif;
    --thin:    'Outfit', 'Manrope', 'Inter', -apple-system, sans-serif;
    --sans:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { font-family: var(--sans); color: var(--r-ink); background: var(--r-cream); }
  body { min-height: 100vh; -webkit-font-smoothing: antialiased; }

  /* Logo image rendering — keep crisp via image-rendering hints */
  .ron-logo-img { display:block; width:100%; height:100%; object-fit:contain; }

  .topbar { background: var(--r-navy); color: var(--r-white); padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .topbar-left { display: flex; align-items: center; gap: 24px; }
  .nav-logo { display: flex; align-items: center; }
  .nav-logo img { height: 56px; width: auto; display: block; filter: brightness(0) invert(1); }
  .nav-links { display: flex; gap: 4px; }
  .nav-link { color: rgba(255,255,255,0.7); font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; padding: 8px 14px; border-radius: 4px; cursor: pointer; transition: all 0.2s; }
  .nav-link:hover { color: var(--r-white); background: rgba(255,255,255,0.06); }
  .nav-link.active { color: var(--r-white); background: var(--r-blue-mid); }
  .nav-right { display: flex; align-items: center; gap: 12px; font-size: 12px; }
  .lang-pill { display: flex; align-items: center; border: 1px solid rgba(255,255,255,0.2); border-radius: 30px; overflow: hidden; }
  .lang-btn { padding: 5px 11px; background: transparent; border: none; color: rgba(255,255,255,0.7); font-size: 11px; letter-spacing: 1px; font-weight: 600; cursor: pointer; font-family: var(--sans); }
  .lang-btn.active { background: var(--r-white); color: var(--r-navy); }
  .agent-avatar { width: 34px; height: 34px; border-radius: 50%; background: var(--r-blue-light); color: var(--r-navy); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 12px; overflow:hidden; border: 2px solid rgba(255,255,255,0.25); }
  .agent-avatar img { width:100%; height:100%; object-fit:cover; display:block; }

  .hub-header { max-width: 1280px; margin: 0 auto; padding: 48px 28px 24px; }
  .hub-eyebrow { font-size: 11px; letter-spacing: 4px; text-transform: uppercase; color: var(--r-blue-mid); font-weight: 600; margin-bottom: 14px; }
  .hub-title { font-family: var(--serif); font-size: 44px; font-weight: 500; line-height: 1.05; color: var(--r-navy); letter-spacing: -0.5px; margin-bottom: 12px; }
  .hub-title .script { font-family: var(--serif-i); font-style: italic; font-weight: 500; color: var(--r-blue-mid); }
  .hub-sub { font-size: 15px; color: var(--r-ink); opacity: 0.7; max-width: 720px; line-height: 1.6; }

  .mls-card { max-width: 1280px; margin: 24px auto 32px; padding: 26px 28px; background: var(--r-white); border: 1px solid var(--r-line); border-radius: 4px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 16px; align-items: end; }
  .mls-field { display: flex; flex-direction: column; gap: 6px; }
  .mls-field label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-stone); font-weight: 600; }
  .mls-field input, .mls-field select { border: none; border-bottom: 1.5px solid var(--r-navy); padding: 6px 0; font-size: 15px; background: transparent; color: var(--r-navy); font-family: var(--sans); outline: none; }
  .mls-field input:focus { border-bottom-color: var(--r-blue-mid); }
  .btn { padding: 12px 22px; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; border: none; cursor: pointer; transition: all 0.2s; font-family: var(--sans); border-radius: 2px; }
  .btn-primary { background: var(--r-navy); color: var(--r-white); }
  .btn-primary:hover { background: var(--r-blue-mid); }
  .btn-ghost { background: transparent; color: var(--r-navy); border: 1px solid var(--r-navy); }
  .btn-ghost:hover { background: var(--r-navy); color: var(--r-white); }
  .btn-gold { background: var(--r-blue-mid); color: var(--r-white); }
  .btn-gold:hover { background: var(--r-navy); }

  .tabs-wrap { max-width: 1280px; margin: 0 auto 28px; padding: 0 28px; overflow-x: auto; }
  .tabs { display: flex; gap: 6px; border-bottom: 1px solid var(--r-line); min-width: max-content; }
  .tab { padding: 12px 18px; background: transparent; border: none; border-bottom: 2px solid transparent; color: var(--r-ink); opacity: 0.55; cursor: pointer; font-size: 13px; font-weight: 500; font-family: var(--sans); white-space: nowrap; transition: all 0.2s; margin-bottom: -1px; }
  .tab:hover { opacity: 0.85; }
  .tab.active { opacity: 1; color: var(--r-navy); border-bottom-color: var(--r-navy); font-weight: 600; }

  .workspace { max-width: 1280px; margin: 0 auto; padding: 0 28px 80px; display: grid; grid-template-columns: 300px 1fr; gap: 32px; }
  @media (max-width: 920px) { .workspace { grid-template-columns: 1fr; } }
  .controls { background: var(--r-white); border: 1px solid var(--r-line); border-radius: 4px; padding: 24px; height: fit-content; position: sticky; top: 20px; }
  .controls h3 { font-family: var(--serif); font-size: 22px; font-weight: 500; color: var(--r-navy); margin-bottom: 4px; }
  .controls .ctrl-sub { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-stone); margin-bottom: 22px; }
  .ctrl-group { margin-bottom: 18px; }
  .ctrl-group label { display: block; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--r-stone); font-weight: 600; margin-bottom: 6px; }
  .ctrl-group input, .ctrl-group select, .ctrl-group textarea { width: 100%; border: 1px solid var(--r-line); background: var(--r-cream); padding: 9px 10px; font-size: 13px; font-family: var(--sans); color: var(--r-navy); border-radius: 2px; outline: none; transition: all 0.2s; }
  .ctrl-group input:focus, .ctrl-group select:focus, .ctrl-group textarea:focus { border-color: var(--r-blue-mid); background: var(--r-white); }

  /* Photo upload control */
  .photo-up { border: 1px dashed var(--r-blue-mid); background: var(--r-cream); padding: 12px; border-radius: 4px; text-align: center; }
  .photo-up .ph-thumb { width: 100%; aspect-ratio: 4/3; background: var(--r-blue-light); border-radius: 2px; overflow: hidden; position: relative; margin-bottom: 10px; display:flex; align-items:center; justify-content:center; }
  .photo-up .ph-thumb img { width:100%; height:100%; object-fit: cover; display:block; }
  .photo-up .ph-thumb .ph-empty { font-size: 10px; letter-spacing: 1.2px; text-transform: uppercase; color: var(--r-navy); opacity: 0.75; }
  .photo-up label.ph-pick { display: block; padding: 8px 12px; background: var(--r-navy); color: var(--r-white); font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; cursor: pointer; border-radius: 2px; }
  .photo-up label.ph-pick:hover { background: var(--r-blue-mid); }
  .photo-up .ph-hint { font-size: 9px; letter-spacing: 1px; color: var(--r-stone); margin-top: 6px; }
  .photo-up .ph-clear { display: none; margin-top: 6px; background: transparent; border: none; color: var(--r-stone); font-size: 10px; letter-spacing: 1px; cursor: pointer; text-decoration: underline; }
  .photo-up.has-photo .ph-clear { display: inline-block; }
  .photo-up.has-photo .ph-thumb .ph-empty { display: none; }

  .swatch-row { display: flex; gap: 8px; margin-top: 4px; }
  .swatch { width: 28px; height: 28px; border-radius: 50%; cursor: pointer; border: 2px solid transparent; transition: all 0.15s; }
  .swatch.active { border-color: var(--r-navy); transform: scale(1.08); }
  .swatch:hover { transform: scale(1.08); }
  .sw-navy { background: var(--r-navy); }
  .sw-blue { background: var(--r-blue-mid); }
  .sw-light { background: var(--r-blue-light); }
  .sw-cream { background: var(--r-cream); border: 1px solid var(--r-line); }
  .sw-stone { background: var(--r-stone); }
  .controls .btn { width: 100%; margin-top: 8px; }

  .preview-pane { background: var(--r-white); border: 1px solid var(--r-line); border-radius: 4px; overflow: hidden; }
  .preview-toolbar { background: var(--r-cream); padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--r-line); gap: 8px; flex-wrap: wrap; }
  .preview-toolbar .pt-left { font-size: 12px; color: var(--r-stone); letter-spacing: 1px; text-transform: uppercase; font-weight: 600; }
  .preview-toolbar .pt-right { display: flex; gap: 8px; flex-wrap:wrap; }
  .pt-btn { padding: 7px 14px; font-size: 11px; letter-spacing: 1px; text-transform: uppercase; background: var(--r-white); border: 1px solid var(--r-line); color: var(--r-navy); font-weight: 600; cursor: pointer; border-radius: 2px; font-family: var(--sans); display:inline-flex; align-items:center; gap:6px; text-decoration:none; }
  .pt-btn:hover { background: var(--r-navy); color: var(--r-white); border-color: var(--r-navy); }
  .pt-btn.primary { background: var(--r-blue-mid); color: var(--r-white); border-color: var(--r-blue-mid); }
  .pt-btn.primary:hover { background: var(--r-navy); border-color: var(--r-navy); }
  .pt-btn.gmail { background: #C5221F; color: var(--r-white); border-color: #C5221F; }
  .pt-btn.gmail:hover { background: #A50E0B; border-color: #A50E0B; }
  .pt-btn.gmail svg { width: 14px; height: 11px; }
  .preview-stage { background: linear-gradient(180deg, #f6f1ea 0%, #ece5dc 100%); padding: 32px; display: flex; justify-content: center; align-items: flex-start; min-height: 600px; }

  .tmpl { background: var(--r-white); box-shadow: 0 20px 50px -10px rgba(13,32,59,0.25), 0 4px 12px rgba(13,32,59,0.08); overflow: hidden; }

  /* shared photo BG layer for templates that take an agent photo */
  .photo-bg { background-size: cover; background-position: center; background-color: var(--r-blue-mid); }
  .photo-bg.empty { background-image: linear-gradient(135deg, var(--r-navy) 0%, var(--r-blue-mid) 100%); }
  .photo-empty-label { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color: var(--r-white); font-size: 10px; letter-spacing: 3px; text-transform: uppercase; opacity: 0.75; z-index: 1; pointer-events:none; }

  /* --- 1) Open House Flyer --- */
  .flyer-oh { width: 480px; aspect-ratio: 8.5/11; background: linear-gradient(180deg, #e3e8ee 0%, #d6dde6 100%); color: var(--r-navy); display: grid; grid-template-rows: auto auto 1fr auto; padding: 22px 0 24px; }
  .flyer-oh .top-logo { display: flex; justify-content: center; padding: 0 0 14px; color: var(--r-navy); }
  .flyer-oh .top-logo img { height: 64px; width: auto; }
  .flyer-oh .photo { position: relative; height: 240px; margin: 0 22px; overflow: hidden; }
  .flyer-oh .card { background: var(--r-white); margin: -52px 50px 0; border-radius: 6px; padding: 38px 28px 24px; text-align: center; box-shadow: 0 14px 30px -10px rgba(13,32,59,0.18); position: relative; z-index: 2; }
  .flyer-oh .card .mini-mark { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 28px; height: 28px; color: var(--r-blue-mid); }
  .flyer-oh .card .eyebrow { font-size: 10px; letter-spacing: 4px; text-transform: uppercase; color: var(--r-stone); font-weight: 500; margin-bottom: 12px; }
  .flyer-oh .card h2 { font-family: var(--serif); font-size: 30px; color: var(--r-navy); font-weight: 500; line-height: 1.1; }
  .flyer-oh .card h2 em { font-family: var(--serif-i); font-style: italic; display: block; margin-top: 2px; }
  .flyer-oh .card .when-row { display: grid; grid-template-columns: 1fr 1px 1fr; gap: 18px; margin-top: 22px; align-items: center; }
  .flyer-oh .card .when-row .divider { background: var(--r-stone); width: 1px; height: 38px; justify-self: center; }
  .flyer-oh .card .when-col .l { font-family: var(--serif); font-size: 13px; color: var(--r-navy); margin-bottom: 4px; }
  .flyer-oh .card .when-col .v { font-family: var(--sans); font-weight: 600; font-size: 14px; color: var(--r-navy); letter-spacing: 0.5px; }
  .flyer-oh .lower { padding: 22px 36px 0; text-align: center; }
  .flyer-oh .lower .blurb { font-size: 11px; line-height: 1.55; color: var(--r-navy); opacity: 0.78; max-width: 320px; margin: 0 auto 16px; }
  .flyer-oh .lower .blurb b { font-weight: 600; }
  .flyer-oh .lower .pill { display: inline-block; background: var(--r-stone); color: var(--r-white); padding: 9px 28px; border-radius: 30px; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; margin-top: 10px; }
  .flyer-oh .lower .email { font-size: 10px; color: var(--r-navy); margin-top: 12px; letter-spacing: 0.5px; }

  /* --- 2) Price Improvement --- */
  .flyer-pi { width: 480px; aspect-ratio: 8.5/11; background: var(--r-white); color: var(--r-navy); display: grid; grid-template-rows: auto auto 1fr auto; }
  .flyer-pi .top { padding: 18px 28px; background: var(--r-navy); color: var(--r-white); display: flex; justify-content: space-between; align-items: center; }
  .flyer-pi .top img { height: 30px; width: auto; filter: brightness(0) invert(1); }
  .flyer-pi .top .tag { background: var(--r-blue-light); color: var(--r-navy); padding: 4px 10px; font-size: 9px; letter-spacing: 2.5px; font-weight: 700; text-transform: uppercase; }
  .flyer-pi .heroimg { position: relative; height: 180px; overflow: hidden; }
  .flyer-pi .hero { padding: 26px 32px 18px; text-align: center; }
  .flyer-pi .hero .stamp { display: inline-block; padding: 8px 18px; background: var(--r-blue-mid); color: var(--r-white); font-size: 10px; letter-spacing: 4px; text-transform: uppercase; font-weight: 700; margin-bottom: 14px; }
  .flyer-pi .hero h2 { font-family: var(--serif); font-size: 32px; font-weight: 500; color: var(--r-navy); line-height: 1.05; margin-bottom: 12px; }
  .flyer-pi .hero .addr { font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--r-stone); font-weight: 600; margin-bottom: 18px; }
  .flyer-pi .price-compare { display: grid; grid-template-columns: 1fr auto 1fr; gap: 12px; align-items: center; padding: 16px 22px; background: var(--r-cream); border-radius: 2px; margin: 0 32px 14px; }
  .flyer-pi .price-compare .col { text-align: center; }
  .flyer-pi .price-compare .l { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-stone); font-weight: 600; margin-bottom: 6px; }
  .flyer-pi .price-compare .v { font-family: var(--serif); font-size: 24px; font-weight: 500; }
  .flyer-pi .price-compare .was { text-decoration: line-through; color: var(--r-stone); }
  .flyer-pi .price-compare .now { color: var(--r-blue-mid); font-size: 30px; }
  .flyer-pi .price-compare .arrow { font-size: 22px; color: var(--r-blue-mid); }
  .flyer-pi .body { padding: 0 32px; }
  .flyer-pi .body .specs-row { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--r-line); border-bottom: 1px solid var(--r-line); padding: 14px 0; margin-bottom: 14px; }
  .flyer-pi .spec { text-align: center; }
  .flyer-pi .spec .v { font-family: var(--serif); font-size: 20px; color: var(--r-navy); }
  .flyer-pi .spec .l { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-stone); margin-top: 3px; }
  .flyer-pi .agent { padding: 14px 32px 18px; display: flex; align-items: center; gap: 12px; }
  .flyer-pi .agent .avatar { width: 44px; height: 44px; border-radius: 50%; background: var(--r-blue-light); overflow:hidden; }
  .flyer-pi .agent .avatar img { width:100%; height:100%; object-fit:cover; display:block; }
  .flyer-pi .agent .name { font-family: var(--serif); font-size: 16px; color: var(--r-navy); }
  .flyer-pi .agent .meta { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--r-stone); }
  .flyer-pi .footer { background: var(--r-navy); color: var(--r-white); padding: 10px 32px; text-align: center; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }

  /* --- 3) New Listing --- */
  .flyer-nl { width: 480px; aspect-ratio: 8.5/11; background: var(--r-cream); color: var(--r-navy); display: grid; grid-template-rows: auto 1fr auto auto; }
  .flyer-nl .marquee { height: 280px; position: relative; overflow: hidden; display: flex; align-items: flex-end; padding: 18px; }
  .flyer-nl .marquee::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,32,59,0.15), rgba(13,32,59,0.55)); z-index: 1; }
  .flyer-nl .marquee .stamp { position: relative; z-index: 2; color: var(--r-white); border: 1px solid var(--r-white); padding: 6px 14px; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600; }
  .flyer-nl .marquee .corner-logo { position: absolute; top: 18px; left: 18px; z-index: 2; }
  .flyer-nl .marquee .corner-logo img { height: 48px; width: auto; filter: brightness(0) invert(1); }
  .flyer-nl .body { padding: 26px 32px 8px; }
  .flyer-nl .body .greet { text-align: center; font-family: var(--serif-i); font-style: italic; color: var(--r-blue-mid); font-size: 20px; margin-bottom: 8px; }
  .flyer-nl .body h2 { text-align: center; font-family: var(--serif); font-size: 32px; color: var(--r-navy); margin-bottom: 10px; line-height: 1.1; font-weight: 500; }
  .flyer-nl .body .addr { text-align: center; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--r-stone); font-weight: 600; margin-bottom: 16px; }
  .flyer-nl .body .price { text-align: center; font-family: var(--serif); font-size: 28px; color: var(--r-blue-mid); margin-bottom: 14px; }
  .flyer-nl .body .specs { display: grid; grid-template-columns: repeat(4, 1fr); padding: 12px 0; border-top: 1px solid var(--r-line); border-bottom: 1px solid var(--r-line); }
  .flyer-nl .body .spec { text-align: center; }
  .flyer-nl .body .spec .v { font-family: var(--serif); font-size: 20px; color: var(--r-navy); }
  .flyer-nl .body .spec .l { font-size: 8px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-stone); margin-top: 4px; }
  .flyer-nl .body .desc { padding: 14px 0; font-size: 12px; line-height: 1.55; color: var(--r-ink); opacity: 0.85; text-align: center; }
  .flyer-nl .agent { padding: 12px 32px; display: flex; align-items: center; gap: 12px; border-top: 1px solid var(--r-line); }
  .flyer-nl .agent .avatar { width: 44px; height: 44px; border-radius: 50%; overflow:hidden; background: var(--r-blue-light); }
  .flyer-nl .agent .avatar img { width:100%; height:100%; object-fit:cover; display:block; }
  .flyer-nl .agent .name { font-family: var(--serif); font-size: 16px; }
  .flyer-nl .agent .meta { font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--r-stone); }
  .flyer-nl .footer { background: var(--r-navy); color: var(--r-white); padding: 10px 32px; display: flex; justify-content: space-between; align-items: center; font-size: 9px; letter-spacing: 2px; text-transform: uppercase; }
  .flyer-nl .footer img { height: 22px; width: auto; filter: brightness(0) invert(1); }

  /* --- 4) Multi-Listing Email --- */
  .email-multi { width: 600px; background: var(--r-white); color: var(--r-navy); display: grid; grid-template-rows: auto auto auto auto auto; }
  .email-multi .em-top { padding: 22px; background: var(--r-navy); text-align: center; }
  .email-multi .em-top img { height: 42px; width: auto; filter: brightness(0) invert(1); }
  .email-multi .em-greet { padding: 26px 28px 8px; text-align: center; }
  .email-multi .em-greet .hello { font-family: var(--serif-i); font-style: italic; font-size: 22px; color: var(--r-blue-mid); margin-bottom: 8px; }
  .email-multi .em-greet h2 { font-family: var(--serif); font-size: 26px; font-weight: 500; line-height: 1.15; margin-bottom: 10px; }
  .email-multi .em-greet p { font-size: 13px; line-height: 1.6; color: var(--r-ink); opacity: 0.78; max-width: 480px; margin: 0 auto; }
  .email-multi .em-listings { padding: 18px 24px 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .email-multi .em-card { border: 1px solid var(--r-line); background: var(--r-cream); border-radius: 2px; overflow: hidden; }
  .email-multi .em-card .img { height: 110px; background: linear-gradient(135deg, var(--r-blue-mid), var(--r-navy)); position: relative; }
  .email-multi .em-card .img::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 70% 30%, rgba(157,174,192,0.3), transparent 60%); }
  .email-multi .em-card .img .pill { position: absolute; top: 8px; left: 8px; background: var(--r-white); color: var(--r-navy); padding: 2px 8px; font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; z-index: 2; }
  .email-multi .em-card .info { padding: 10px 12px; }
  .email-multi .em-card .price { font-family: var(--serif); font-size: 18px; color: var(--r-blue-mid); font-weight: 500; }
  .email-multi .em-card .title { font-family: var(--serif); font-size: 14px; color: var(--r-navy); margin-top: 3px; line-height: 1.2; }
  .email-multi .em-card .stats { font-size: 9px; color: var(--r-stone); letter-spacing: 1px; text-transform: uppercase; margin-top: 6px; }
  .email-multi .em-signoff { padding: 18px 28px 6px; text-align: center; border-top: 1px solid var(--r-line); margin-top: 12px; }
  .email-multi .em-signoff a { display: inline-block; padding: 10px 22px; background: var(--r-blue-mid); color: var(--r-white); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; text-decoration: none; }

  /* Email agent footer with REAL photo */
  .email-multi .em-agent { padding: 18px 28px 22px; display: flex; align-items: center; gap: 14px; border-top: 1px solid var(--r-line); }
  .email-multi .em-agent .photo { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; background: var(--r-blue-light); flex-shrink: 0; box-shadow: 0 2px 6px rgba(13,32,59,0.18); }
  .email-multi .em-agent .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .email-multi .em-agent .info { display: flex; flex-direction: column; gap: 2px; }
  .email-multi .em-agent .name { font-family: var(--serif); font-size: 17px; color: var(--r-navy); font-weight: 500; }
  .email-multi .em-agent .role { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-stone); font-weight: 600; }
  .email-multi .em-agent .contact { font-size: 11px; color: var(--r-ink); opacity: 0.85; margin-top: 4px; }
  .email-multi .em-agent .contact a { color: var(--r-blue-mid); text-decoration: none; }
  .email-multi .em-foot { background: var(--r-navy); color: var(--r-white); padding: 14px 28px; text-align: center; font-size: 10px; letter-spacing: 1.5px; }

  /* --- 5) Instagram Story --- */
  .ig-story { width: 320px; aspect-ratio: 9/16; color: var(--r-white); position: relative; overflow: hidden; padding: 24px; display: grid; grid-template-rows: auto 1fr auto; }
  .ig-story::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,32,59,0.35) 0%, rgba(13,32,59,0.75) 100%); z-index: 0; }
  .ig-story > * { position: relative; z-index: 1; }
  .ig-story .top img { height: 32px; width: auto; filter: brightness(0) invert(1); }
  .ig-story .mid { display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 16px 0; }
  .ig-story .pill { display: inline-block; background: var(--r-white); color: var(--r-navy); padding: 4px 12px; font-size: 9px; letter-spacing: 3px; text-transform: uppercase; font-weight: 700; align-self: flex-start; }
  .ig-story h2 { font-family: var(--serif); font-size: 28px; line-height: 1.1; font-weight: 500; }
  .ig-story .addr { font-size: 10px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--r-blue-light); }
  .ig-story .price { font-family: var(--serif); font-size: 24px; color: var(--r-blue-light); margin-top: 4px; }
  .ig-story .specs { display: flex; gap: 14px; margin-top: 12px; }
  .ig-story .specs .s { font-family: var(--serif); font-size: 14px; }
  .ig-story .bottom { padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.18); font-size: 9px; letter-spacing: 2px; text-transform: uppercase; opacity: 0.95; }

  /* --- 6) Instagram Post --- */
  .ig-post { width: 380px; aspect-ratio: 1/1; color: var(--r-navy); background: var(--r-cream); position: relative; overflow: hidden; display: grid; grid-template-rows: 1fr auto; }
  .ig-post .scene { position: relative; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; }
  .ig-post .scene::before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,32,59,0.15) 0%, rgba(13,32,59,0.55) 100%); z-index: 0; }
  .ig-post .scene > * { position: relative; z-index: 1; color: var(--r-white); }
  .ig-post .scene .corner-logo img { height: 40px; width: auto; filter: brightness(0) invert(1); }
  .ig-post .scene .stamp { display: inline-block; background: var(--r-white); color: var(--r-navy); padding: 3px 10px; font-size: 8px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; align-self: flex-end; }
  .ig-post .info { padding: 16px 20px; }
  .ig-post .info h2 { font-family: var(--serif); font-size: 20px; line-height: 1.15; margin-bottom: 4px; font-weight: 500; color: var(--r-navy); }
  .ig-post .info .addr { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-stone); margin-bottom: 8px; font-weight: 600; }
  .ig-post .info .row { display: flex; align-items: center; justify-content: space-between; }
  .ig-post .info .price { font-family: var(--serif); font-size: 18px; color: var(--r-blue-mid); }
  .ig-post .info .specs { display: flex; gap: 8px; font-size: 10px; color: var(--r-stone); }

  /* --- 7) Facebook Post --- */
  .fb-post { width: 520px; aspect-ratio: 1200/630; color: var(--r-white); background: linear-gradient(135deg, var(--r-navy) 0%, var(--r-blue-mid) 100%); position: relative; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
  .fb-post .left { padding: 22px; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; background: linear-gradient(90deg, var(--r-navy) 60%, rgba(13,32,59,0.7) 100%); }
  .fb-post .left img { height: 32px; width: auto; filter: brightness(0) invert(1); }
  .fb-post .pill { display: inline-block; background: var(--r-white); color: var(--r-navy); padding: 3px 10px; font-size: 8px; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; align-self: flex-start; margin-bottom: 12px; }
  .fb-post .left h2 { font-family: var(--serif); font-size: 24px; line-height: 1.1; margin-bottom: 6px; font-weight: 500; }
  .fb-post .left .addr { font-size: 9px; letter-spacing: 2px; text-transform: uppercase; color: var(--r-blue-light); margin-bottom: 8px; }
  .fb-post .left .price { font-family: var(--serif); font-size: 22px; color: var(--r-blue-light); }
  .fb-post .left .specs { font-size: 10px; opacity: 0.85; margin-top: 6px; }
  .fb-post .right { position: relative; z-index: 1; overflow: hidden; }

  .brand-strip { max-width: 1280px; margin: 0 auto 36px; padding: 0 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
  @media (max-width: 920px) { .brand-strip { grid-template-columns: 1fr; } }
  .brand-card { background: var(--r-white); border: 1px solid var(--r-line); padding: 18px 20px; border-radius: 4px; display: flex; gap: 14px; align-items: flex-start; }
  .brand-card .ico { width: 36px; height: 36px; border-radius: 50%; background: var(--r-cream); color: var(--r-blue-mid); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .brand-card .ico svg { width: 18px; height: 18px; }
  .brand-card h4 { font-family: var(--serif); font-size: 16px; font-weight: 500; color: var(--r-navy); margin-bottom: 2px; }
  .brand-card p { font-size: 12px; line-height: 1.5; color: var(--r-ink); opacity: 0.7; }

  .hub-foot { background: var(--r-navy); color: rgba(255,255,255,0.65); padding: 28px; text-align: center; }
  .hub-foot .foot-logo { display: inline-block; }
  .hub-foot .foot-logo img { height: 72px; opacity: 0.95; margin-bottom: 10px; width: auto; filter: brightness(0) invert(1); }
  .hub-foot p { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }

  .fadein { animation: fadeIn 0.35s ease; }
  @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

