/*
Theme Name: Cassopia Static
Theme URI: https://staging.cassopiarealty.com
Author: Cassopia Realty Corporation
Description: Minimal WordPress theme for imported Cassopia static staging pages.
Version: 1.0.0
Text Domain: cassopia-static
*/
/* Google Fonts - Inter for readability */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');





:root {
      --gold: #b38b2e;
      --gold-dark: #80601b;
      --charcoal: #202020;
      --muted: #666;
      --soft: #f7f4ef;
      --line: #e8dfcf;
      --green: #315c45;
      --white: #fff;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
      color: var(--charcoal);
      background: var(--white);
      line-height: 1.6;
    }
    a { color: inherit; text-decoration: none; }
    .container { width: min(1180px, 92vw); margin: 0 auto; }

    .topbar {
      background: #151515;
      color: #f5f0e6;
      font-size: 14px;
      padding: 9px 0;
    }
    .topbar-inner,
    .nav-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      flex-wrap: wrap;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 20;
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid var(--line);
    }
    .nav-inner { padding: 16px 0; }
    .brand {
      display: flex;
      align-items: center;
      gap: 16px;
      min-width: 360px;
    }


    .brand-logo {
      width: 92px;
      height: 92px;
      object-fit: contain;
      display: block;
      border-radius: 0;
      background: transparent;
      padding: 0;
      box-shadow: none;
      filter: drop-shadow(0 8px 18px rgba(0,0,0,.08));
    }

    .brand-mark {
      width: 48px;
      height: 48px;
      border-radius: 14px;
      display: grid;
      place-items: center;
      background: linear-gradient(135deg, var(--gold), #e0c06e);
      color: #151515;
      font-weight: 800;
      letter-spacing: .06em;
      box-shadow: 0 10px 25px rgba(179,139,46,.25);
    }
    .brand strong {
      display: block;
      font-size: 18px;
      letter-spacing: .05em;
      text-transform: uppercase;
    }
    .brand span {
      display: block;
      color: var(--muted);
      font-size: 13px;
      margin-top: 1px;
    }
    .menu {
      display: flex;
      align-items: center;
      gap: 26px;
      flex-wrap: wrap;
      font-size: 14px;
      font-weight: 700;
    }
    .menu a:hover { color: var(--gold-dark); }

    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid var(--gold);
      background: var(--gold);
      color: #151515;
      font-weight: 800;
      box-shadow: 0 12px 28px rgba(179,139,46,.22);
    }
    .btn.secondary {
      background: rgba(255,255,255,.08);
      color: #ffffff;
      border-color: rgba(255,255,255,.35);
      box-shadow: none;
    }

    .btn.secondary:hover {
      background: rgba(255,255,255,.14);
      border-color: rgba(255,255,255,.55);
    }

    .hero {
      background:
        linear-gradient(110deg, rgba(21,21,21,.94), rgba(21,21,21,.68)),
        radial-gradient(circle at 80% 10%, rgba(179,139,46,.45), transparent 35%),
        linear-gradient(135deg, #2d2d2d, #171717);
      color: var(--white);
    }
    .hero-inner {
      display: grid;
      grid-template-columns: 1.1fr .9fr;
      gap: 48px;
      align-items: center;
      min-height: 660px;
      padding: 56px 0;
    }
    .eyebrow {
      display: inline-flex;
      color: #e7cd83;
      font-weight: 800;
      letter-spacing: .14em;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 18px;
    }
    .hero h1 {
      font-size: clamp(40px, 6vw, 72px);
      line-height: 1.04;
      margin: 0 0 22px;
      letter-spacing: -.04em;
    }
    .hero p {
      font-size: 18px;
      color: #efe7d8;
      max-width: 650px;
      margin: 0 0 28px;
    }
    .hero-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 28px;
    }
    .hero-card {
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.18);
      border-radius: 28px;
      padding: 28px;
      box-shadow: 0 30px 80px rgba(0,0,0,.28);
    }
    .project-label {
      color: #e7cd83;
      font-weight: 800;
      letter-spacing: .12em;
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
    .hero-card h2 { margin: 0 0 12px; font-size: 28px; }
    .hero-card p { font-size: 15px; margin-bottom: 20px; }
    .quick-info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
    }
    .info-box {
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 18px;
      padding: 14px;
    }
    .info-box strong { display: block; font-size: 18px; }
    .info-box span { color: #d8d1c3; font-size: 13px; }

    section { padding: 50px 0; }
    .section-head { max-width: 760px; margin-bottom: 34px; }
    .section-kicker {
      color: var(--gold-dark);
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
      font-size: 12px;
      margin-bottom: 10px;
    }
    h2 {
      font-size: clamp(30px, 4vw, 48px);
      line-height: 1.12;
      margin: 0 0 14px;
      letter-spacing: -.03em;
    }
    .section-head p {
      color: var(--muted);
      font-size: 17px;
      margin: 0;
    }
    .grid-3 {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
    }
    .grid-2 {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 26px;
      align-items: start;
    }
    .card {
      border: 1px solid var(--line);
      border-radius: 24px;
      padding: 26px;
      background: var(--white);
      box-shadow: 0 18px 45px rgba(0,0,0,.05);
    }
    .card h3 { margin: 0 0 10px; font-size: 22px; }
    .card p { margin: 0; color: var(--muted); }
    .soft { background: var(--soft); }

    .project {
      background:
        linear-gradient(135deg, rgba(49,92,69,.96), rgba(24,48,36,.96)),
        radial-gradient(circle at right top, rgba(179,139,46,.5), transparent 32%);
      color: var(--white);
    }
    .project .section-kicker,
    .project .section-head p { color: #e7cd83; }
    .project .card {
      background: rgba(255,255,255,.08);
      border-color: rgba(255,255,255,.18);
      box-shadow: none;
    }
    .project .card p { color: #e8eee9; }

    .steps {
      counter-reset: step;
      display: grid;
      gap: 14px;
    }
    .step {
      counter-increment: step;
      display: grid;
      grid-template-columns: 52px 1fr;
      gap: 16px;
      align-items: start;
      padding: 18px;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: var(--white);
    }
    .step::before {
      content: counter(step);
      width: 42px;
      height: 42px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: var(--gold);
      color: #151515;
      font-weight: 900;
    }
    .step strong { display: block; margin-bottom: 4px; }
    .step span { color: var(--muted); }

    .contact-panel {
      background: #151515;
      color: var(--white);
      border-radius: 30px;
      padding: 34px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 28px;
      align-items: start;
    }
    .contact-panel p { color: #d9d2c7; }
    .contact-list {
      display: grid;
      gap: 14px;
      color: #f3eadb;
    }
    .contact-item {
      padding: 16px;
      border: 1px solid rgba(255,255,255,.14);
      border-radius: 16px;
      background: rgba(255,255,255,.06);
    }
    .badge {
      display: inline-block;
      padding: 7px 10px;
      border-radius: 999px;
      background: #f1eadc;
      color: #6e5419;
      font-weight: 800;
      font-size: 12px;
      margin-bottom: 14px;
    }
    footer {
      background: #111;
      color: #d8d8d8;
      padding: 30px 0;
      font-size: 14px;
    }
    .footer-inner {
      display: flex;
      justify-content: space-between;
      gap: 16px;
      flex-wrap: wrap;
    }


    /* 10/10 polish layer */
    ::selection {
      background: rgba(179,139,46,.28);
    }

    body {
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    .nav {
      box-shadow: 0 10px 30px rgba(0,0,0,.035);
    }

    .menu a:not(.btn) {
      position: relative;
      padding: 6px 0;
    }

    .menu a:not(.btn)::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      background: var(--gold);
      transform: scaleX(0);
      transform-origin: right;
      transition: transform .2s ease;
    }

    .menu a:not(.btn):hover::after {
      transform: scaleX(1);
      transform-origin: left;
    }

    .btn {
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
    }

    .btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 16px 34px rgba(179,139,46,.28);
    }

    .hero {
      position: relative;
      isolation: isolate;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 120px;
      background: linear-gradient(to bottom, transparent, rgba(0,0,0,.18));
      pointer-events: none;
      z-index: -1;
    }

    .hero-card {
      position: relative;
      overflow: hidden;
    }

    .hero-card::before {
      content: "";
      position: absolute;
      width: 180px;
      height: 180px;
      right: -60px;
      top: -70px;
      border-radius: 50%;
      background: rgba(179,139,46,.20);
      filter: blur(2px);
    }

    .card {
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }

    .card:hover {
      transform: translateY(-3px);
      box-shadow: 0 22px 55px rgba(0,0,0,.075);
      border-color: rgba(179,139,46,.36);
    }

    .trust-strip {
      background: #ffffff;
      border-bottom: 1px solid var(--line);
      border-top: 1px solid var(--line);
    }

    .trust-inner {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 14px;
      padding: 18px 0;
    }

    .trust-item {
      padding: 14px 16px;
      border-radius: 18px;
      background: #fbf8f1;
      border: 1px solid var(--line);
    }

    .trust-item strong {
      display: block;
      font-size: 14px;
      color: var(--gold-dark);
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 4px;
    }

    .trust-item span {
      font-size: 14px;
      color: var(--muted);
    }

    .notice-box {
      margin-top: 24px;
      padding: 18px 20px;
      border-radius: 20px;
      background: rgba(255,255,255,.10);
      border: 1px solid rgba(255,255,255,.18);
      color: #f0eadf;
      font-size: 14px;
    }

    .notice-box strong {
      color: #e7cd83;
    }

    .footer-note {
      margin-top: 18px;
      color: #aaa;
      font-size: 13px;
      line-height: 1.5;
    }

    .contact-item a,
    footer a {
      color: #e7cd83;
      font-weight: 800;
      word-break: break-word;
    }

    .contact-item a:hover,
    footer a:hover {
      text-decoration: underline;
    }

    .site-disclaimer {
      margin-top: 18px;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255,255,255,.08);
      border: 1px solid rgba(255,255,255,.14);
      color: #d9d2c7;
      font-size: 13px;
    }
@media (max-width: 880px) {
      .hero-inner, .grid-2, .contact-panel, .reel-wrap { grid-template-columns: 1fr; }
      .hero-inner { min-height: auto; }
      .grid-3, .trust-inner { grid-template-columns: 1fr; }
      .menu { width: 100%; justify-content: flex-start; }
    }
    @media (max-width: 520px) {
      .quick-info { grid-template-columns: 1fr; }
      .card, .hero-card, .contact-panel { padding: 22px; border-radius: 20px; }
      section { padding: 40px 0; }
    }
  
    /* Dynamic Facebook Latest Updates Section */
    .facebook-updates-section {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at 18% 18%, rgba(179,139,46,.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #fbf8f1 100%);
      padding: 108px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .facebook-updates-section::before {
      content: "";
      position: absolute;
      left: -160px;
      top: 70px;
      width: 360px;
      height: 360px;
      border-radius: 50%;
      background: rgba(179,139,46,.10);
      filter: blur(5px);
      pointer-events: none;
    }

    .updates-wrap {
      position: relative;
      display: grid;
      grid-template-columns: .9fr 1.1fr;
      gap: 58px;
      align-items: center;
    }

    .updates-copy {
      max-width: 540px;
    }

    .updates-copy .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 8px 13px;
      border-radius: 999px;
      background: #f1eadc;
      color: var(--gold-dark);
      margin-bottom: 20px;
    }

    .updates-copy h2 {
      font-size: clamp(36px, 4.8vw, 62px);
      line-height: 1.04;
      margin-bottom: 18px;
      letter-spacing: -.045em;
    }

    .updates-copy p {
      color: var(--muted);
      font-size: 17px;
      margin: 0 0 24px;
      max-width: 470px;
    }

    .updates-actions {
      display: flex;
      align-items: center;
      gap: 14px;
      flex-wrap: wrap;
      margin-top: 22px;
    }

    .updates-mini-note {
      color: var(--muted);
      font-size: 13px;
      max-width: 285px;
    }

    .updates-benefits {
      display: grid;
      gap: 10px;
      margin-top: 26px;
      color: var(--muted);
      font-size: 14px;
    }

    .updates-benefits span {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .updates-benefits span::before {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--gold);
      flex: 0 0 auto;
    }

    .facebook-page-card {
      width: min(100%, 620px);
      margin-left: auto;
      background:
        linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
        #111111;
      border-radius: 34px;
      padding: 24px;
      box-shadow:
        0 34px 90px rgba(0,0,0,.20),
        0 0 0 1px rgba(179,139,46,.24);
      border: 1px solid rgba(255,255,255,.08);
    }

    .facebook-page-card-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      color: #efe7d8;
      margin-bottom: 18px;
      padding: 0 4px;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .fb-status-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #b38b2e;
      box-shadow: 0 0 0 6px rgba(179,139,46,.16);
    }

    .facebook-page-frame {
      overflow: hidden;
      border-radius: 24px;
      background: #ffffff;
      display: grid;
      place-items: center;
      min-height: 560px;
      box-shadow: inset 0 0 0 1px rgba(0,0,0,.06);
    }

    .fb-page {
      background: #ffffff;
    }

    .updates-note {
      color: #d8d1c3;
      font-size: 13px;
      margin: 14px 6px 0;
      text-align: center;
      line-height: 1.45;
    }

    .updates-note a {
      color: #e7cd83;
      font-weight: 800;
    }

    @media (max-width: 880px) {
      .updates-wrap {
        grid-template-columns: 1fr;
      }

      .facebook-page-card {
        margin-left: 0;
      }

      .facebook-updates-section {
        padding: 72px 0;
      }
    }

    @media (max-width: 560px) {
      .facebook-page-card {
        padding: 14px;
        border-radius: 24px;
      }

      .facebook-page-frame {
        min-height: 520px;
      }
    }


  
    /* Official layout polish: solid compact sticky header */
    .topbar {
      position: relative;
      z-index: 40;
    }

    .nav {
      position: sticky;
      top: 0;
      z-index: 999;
      background: #ffffff !important;
      backdrop-filter: none !important;
      -webkit-backdrop-filter: none !important;
      border-bottom: 1px solid var(--line);
      box-shadow: 0 10px 28px rgba(0,0,0,.045);
    }

    .nav-inner {
      min-height: 94px;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
      align-items: center;
    }

    .brand {
      gap: 14px;
      min-width: 330px;
    }

    .brand-logo {
      width: 72px !important;
      height: 72px !important;
      flex: 0 0 72px;
      object-fit: contain;
      filter: drop-shadow(0 6px 14px rgba(0,0,0,.08));
    }

    .brand strong {
      font-size: 17px;
      line-height: 1.1;
    }

    .brand span {
      font-size: 13px;
    }

    .menu {
      gap: 20px;
      align-items: center;
    }

    .menu a {
      white-space: nowrap;
    }

    .menu .btn,
    .nav .btn {
      min-height: 44px;
      padding-left: 20px;
      padding-right: 20px;
    }

    section[id] {
      scroll-margin-top: 120px;
    }

    .hero {
      margin-top: 0;
    }

    .trust-strip {
      position: relative;
      z-index: 1;
    }

    .facebook-page-card {
      max-width: 560px;
      padding: 20px;
    }

    .facebook-page-frame {
      min-height: 520px;
    }

    .facebook-page-frame .fb-page,
    .facebook-page-frame iframe {
      max-width: 100%;
    }

    .updates-wrap {
      align-items: center;
    }

    .updates-copy h2 {
      max-width: 520px;
    }

    .contact-panel {
      margin-top: 10px;
    }

    @media (max-width: 980px) {
      .nav-inner {
        min-height: auto;
      }

      .brand {
        min-width: 100%;
      }

      .menu {
        width: 100%;
        gap: 14px;
      }
    }

    @media (max-width: 560px) {
      .brand-logo {
        width: 58px !important;
        height: 58px !important;
        flex-basis: 58px;
      }

      .brand strong {
        font-size: 14px;
      }

      .menu {
        gap: 10px;
        font-size: 13px;
      }

      .menu .btn,
      .nav .btn {
        width: 100%;
      }

      section[id] {
        scroll-margin-top: 140px;
      }
    }

  
    /* Project Progress Gallery */
    .project-progress {
      background: #ffffff;
      padding: 92px 0;
      border-top: 1px solid var(--line);
      border-bottom: 1px solid var(--line);
    }

    .progress-feature-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 32px;
    }

    .progress-card {
      overflow: hidden;
      border-radius: 26px;
      background: #ffffff;
      border: 1px solid var(--line);
      box-shadow: 0 18px 45px rgba(0,0,0,.06);
    }

    .progress-card img {
      width: 100%;
      height: 260px;
      object-fit: cover;
      display: block;
      transition: transform .25s ease;
    }

    .progress-card:hover img {
      transform: scale(1.035);
    }

    .progress-card-body {
      padding: 22px;
    }

    .progress-card-body span {
      display: inline-block;
      color: var(--gold-dark);
      font-weight: 900;
      font-size: 12px;
      letter-spacing: .10em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }

    .progress-card-body h3 {
      margin: 0 0 8px;
      font-size: 22px;
    }

    .progress-card-body p {
      margin: 0;
      color: var(--muted);
    }

    .progress-gallery-grid {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 12px;
      margin-top: 22px;
    }

    .progress-gallery-grid a {
      display: block;
      border-radius: 18px;
      overflow: hidden;
      border: 1px solid var(--line);
      background: #f7f4ef;
      min-height: 120px;
    }

    .progress-gallery-grid img {
      width: 100%;
      height: 135px;
      object-fit: cover;
      display: block;
      tra

... [OUTPUT TRUNCATED - 3182 chars omitted out of 53182 total] ...

coal) !important;
      white-space: nowrap !important;
    }

    .brand span {
      display: block !important;
      margin-top: 3px !important;
      font-size: 15px !important;
      font-weight: 800 !important;
      line-height: 1.05 !important;
      letter-spacing: .20em !important;
      color: var(--charcoal) !important;
      white-space: nowrap !important;
    }

    .menu {
      display: flex !important;
      align-items: center !important;
      justify-content: flex-end !important;
      gap: 16px !important;
      flex: 1 1 auto !important;
      min-width: 0 !important;
      margin-left: auto !important;
      flex-wrap: nowrap !important;
    }

    .menu a {
      white-space: nowrap !important;
      font-size: 14px !important;
      flex: 0 0 auto !important;
    }

    .menu .btn,
    .nav .btn {
      margin-left: 8px !important;
      min-height: 42px !important;
      padding: 0 22px !important;
      flex: 0 0 auto !important;
      white-space: nowrap !important;
    }

    section[id] {
      scroll-margin-top: 110px !important;
    }

    @media (max-width: 1280px) {
      .container,
      .nav-inner,
      .topbar-inner {
        width: min(100% - 40px, 1180px) !important;
      }

      .brand {
        min-width: 240px !important;
        max-width: 300px !important;
      }

      .brand-logo {
        width: 62px !important;
        max-height: 52px !important;
      }

      .brand strong {
        font-size: 15px !important;
      }

      .brand span {
        font-size: 13px !important;
        letter-spacing: .18em !important;
      }

      .menu {
        gap: 12px !important;
      }

      .menu a {
        font-size: 13px !important;
      }

      .menu .btn,
      .nav .btn {
        padding: 0 18px !important;
      }
    }

    @media (max-width: 1040px) {
      .nav-inner {
        flex-wrap: wrap !important;
        min-height: auto !important;
        gap: 12px !important;
        padding: 12px 0 !important;
      }

      .brand {
        width: 100% !important;
        max-width: 100% !important;
      }

      .menu {
        width: 100% !important;
        justify-content: flex-start !important;
        flex-wrap: wrap !important;
        gap: 12px 16px !important;
      }

      .menu .btn,
      .nav .btn {
        margin-left: 0 !important;
      }
    }

    @media (max-width: 640px) {
      .container,
      .nav-inner,
      .topbar-inner {
        width: min(100% - 28px, 100%) !important;
      }

      .brand-logo {
        width: 54px !important;
        max-height: 46px !important;
      }

      .brand strong {
        font-size: 13px !important;
      }

      .brand span {
        font-size: 12px !important;
      }

      .menu {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
      }

      .menu a {
        text-align: center !important;
      }

      .menu .btn,
      .nav .btn {
        grid-column: 1 / -1 !important;
        width: 100% !important;
      }
    }

  
    /* Mobile hamburger navigation fix */
    .mobile-menu-toggle {
      display: none;
      border: 1px solid var(--line);
      background: #ffffff;
      color: var(--charcoal);
      border-radius: 12px;
      width: 44px;
      height: 44px;
      font-size: 24px;
      line-height: 1;
      font-weight: 900;
      cursor: pointer;
      box-shadow: 0 8px 18px rgba(0,0,0,.05);
    }

    @media (max-width: 760px) {
      .topbar {
        font-size: 13px !important;
      }

      .topbar-inner {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 8px;
        text-align: left;
        padding: 10px 0 !important;
      }

      .nav-inner {
        display: grid !important;
        grid-template-columns: 1fr auto !important;
        align-items: center !important;
        gap: 12px !important;
        min-height: auto !important;
        padding: 12px 0 !important;
      }

      .brand {
        width: auto !important;
        max-width: 100% !important;
        min-width: 0 !important;
        gap: 10px !important;
      }

      .brand-logo {
        width: 64px !important;
        max-height: 52px !important;
      }

      .brand-text {
        display: block !important;
      }

      .brand strong {
        font-size: 16px !important;
        line-height: 1.05 !important;
        letter-spacing: .08em !important;
      }

      .brand span {
        font-size: 14px !important;
        line-height: 1.05 !important;
        letter-spacing: .20em !important;
      }

      .mobile-menu-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
      }

      .menu {
        grid-column: 1 / -1 !important;
        display: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 12px 0 2px !important;
        border-top: 1px solid var(--line);
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
      }

      .nav-inner.menu-open .menu {
        display: grid !important;
      }

      .menu a {
        display: flex !important;
        align-items: center;
        justify-content: center;
        min-height: 42px;
        padding: 10px 8px;
        border-radius: 12px;
        background: #fbf8f1;
        border: 1px solid var(--line);
        font-size: 14px !important;
        text-align: center !important;
      }

      .menu .btn,
      .nav .btn {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        margin: 0 !important;
        min-height: 48px !important;
        border-radius: 999px !important;
        background: var(--gold) !important;
        color: #111 !important;
      }

      .hero {
        padding-top: 48px !important;
      }

      section[id] {
        scroll-margin-top: 120px !important;
      }
    }

    @media (max-width: 430px) {
      .brand-logo {
        width: 56px !important;
        max-height: 46px !important;
      }

      .brand strong {
        font-size: 14px !important;
      }

      .brand span {
        font-size: 12px !important;
      }

      .mobile-menu-toggle {
        width: 42px;
        height: 42px;
      }

      .hero h1 {
        font-size: clamp(42px, 13vw, 60px) !important;
      }
    }

  
    /* Production-only header cleanup */
    .topbar {
      display: none !important;
    }

    .nav {
      top: 0 !important;
    }

    section[id] {
      scroll-margin-top: 95px !important;
    }

    @media (max-width: 760px) {
      section[id] {
        scroll-margin-top: 105px !important;
      }
    }

    /* Map embed styles */
    .map-section {
      background: #ffffff;
      padding: 0 0 82px;
      margin-top: 0;
    }
    .map-container {
      border-radius: 30px;
      overflow: hidden;
      box-shadow: 0 18px 50px rgba(0,0,0,.10);
      border: 1px solid var(--line);
      background: var(--soft);
      position: relative;
    }
    .map-container iframe {
      display: block;
      width: 100%;
      height: 380px;
      border: 0;
    }
    .map-cta {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
      padding: 18px 24px;
      flex-wrap: wrap;
    }
    .map-cta span {
      font-size: 14px;
      color: var(--muted);
    }
    .map-cta .btn {
      font-size: 14px;
      min-height: 42px;
    }
    @media (max-width: 560px) {
      .map-container iframe { height: 260px; }
      .map-cta { padding: 14px 18px; }
      .map-section { padding-bottom: 58px; }
    }


    /* Contact form */
    .contact-form-card {
      margin-top: 28px;
    }
    .form-row {
      margin-bottom: 14px;
    }
    .form-row input,
    .form-row textarea {
      width: 100%;
      padding: 14px 16px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.2);
      background: rgba(255,255,255,.08);
      color: #fff;
      font-size: 15px;
      font-family: inherit;
      transition: border-color .15s, background .15s;
      outline: none;
      box-sizing: border-box;
    }
    .form-row input::placeholder,
    .form-row textarea::placeholder {
      color: rgba(255,255,255,.45);
    }
    .form-row input:focus,
    .form-row textarea:focus {
      border-color: var(--gold);
      background: rgba(255,255,255,.12);
    }
    .form-row textarea {
      resize: vertical;
      min-height: 100px;
    }
    .contact-form-card .btn {
      width: 100%;
      margin-top: 4px;
      cursor: pointer;
    }
    .contact-form-card .btn:disabled {
      opacity: .6;
      cursor: not-allowed;
    }
    .form-status {
      margin-top: 12px;
      font-size: 14px;
      text-align: center;
      min-height: 20px;
    }
    .form-status.success { color: #7ecf7e; }
    .form-status.error { color: #e88080; }

    /* Smart form select / field enhancements */
    .form-row select {
      width: 100%;
      padding: 14px 16px;
      border-radius: 14px;
      border: 1px solid rgba(255,255,255,.2);
      background: rgba(255,255,255,.08);
      color: #fff;
      font-size: 15px;
      font-family: inherit;
      transition: border-color .15s, background .15s;
      outline: none;
      box-sizing: border-box;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
    }
    .form-row select option {
      background: #2a2a2a;
      color: #fff;
    }
    .form-row select:focus {
      border-color: var(--gold);
      background: rgba(255,255,255,.12);
    }
    .form-row select:invalid {
      color: rgba(255,255,255,.45);
    }
    .form-row .field-label {
      display: block;
      margin-bottom: 6px;
      font-size: 13px;
      font-weight: 600;
      color: rgba(255,255,255,.6);
      letter-spacing: .5px;
      text-transform: uppercase;
    }
    .form-row .unit-preview {
      display: none;
      margin-top: 10px;
      padding: 14px 16px;
      border-radius: 14px;
      background: rgba(255,255,255,.06);
      border: 1px solid rgba(255,255,255,.1);
      font-size: 14px;
      line-height: 1.5;
    }
    .form-row .unit-preview.visible {
      display: block;
    }
    .form-row .unit-preview .up-name {
      color: var(--gold);
      font-weight: 700;
      font-size: 16px;
    }
    .form-row .unit-preview .up-price {
      font-size: 20px;
      font-weight: 700;
      color: #fff;
      margin: 4px 0;
    }
    .form-row .unit-preview .up-detail {
      color: rgba(255,255,255,.65);
      font-size: 13px;
    }
    .form-row--inline {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
    }
    @media (max-width: 560px) {
      .form-row--inline { grid-template-columns: 1fr; }
    }
    .radio-group {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
    }
    .radio-group label {
      flex: 1;
      min-width: 100px;
      text-align: center;
      padding: 10px 14px;
      border-radius: 12px;
      border: 1px solid rgba(255,255,255,.2);
      background: rgba(255,255,255,.06);
      cursor: pointer;
      font-size: 14px;
      transition: all .15s;
    }
    .radio-group label:hover {
      background: rgba(255,255,255,.12);
    }
    .radio-group input[type="radio"] {
      display: none;
    }
    .radio-group input[type=\"radio\"]:checked + label {
      border-color: var(--gold);
      background: rgba(255,255,255,.14);
      color: var(--gold);
      font-weight: 600;
    }

  

  /* ── Tablet landscape (961-1280px) ── */
  @media (max-width: 1280px) and (min-width: 961px) {
    .hero { padding: 36px 0; }
    .hero-inner { padding: 40px 0; min-height: auto; }
    section { padding: 40px 0; }
    .project-progress { padding: 72px 0; }
    .facebook-updates-section { padding: 50px 0; }
    .grid-3 { grid-template-columns: repeat(3, minmax(220px, 1fr)); }
    .progress-feature-grid { grid-template-columns: repeat(3, minmax(220px, 1fr)); }
    .progress-card-body h3 { font-size: 20px; }
  }

  /* ── Tablet portrait (641-960px) ── */
  @media (max-width: 960px) {
    .hero { padding: 40px 0; }
    .hero-inner { padding: 36px 0; min-height: auto; gap: 24px; }
    .hero h1 { margin-bottom: 16px; }
    .hero p { font-size: 16px; }
    .hero-card { padding: 24px; border-radius: 24px; }
    .hero-card h2 { font-size: 24px; }
    .hero-card p { font-size: 14px; }

    section { padding: 38px 0; }
    .section-head { margin-bottom: 24px; }
    h2 { font-size: clamp(28px, 4vw, 36px); }
    .section-head p { font-size: 15px; }

    .grid-3 { grid-template-columns: 1fr; gap: 16px; }
    .grid-2 { gap: 20px; }
    .card { padding: 22px; border-radius: 20px; }
    .card h3 { font-size: 20px; }

    .steps { gap: 12px; }
    .step { padding: 16px; border-radius: 18px; gap: 14px; }
    .step strong { font-size: 15px; }

    .trust-inner { grid-template-columns: repeat(2, 1fr); }
    .trust-item { padding: 12px 14px; }

    .contact-panel { padding: 28px; gap: 22px; border-radius: 24px; }
    .contact-item { padding: 14px; border-radius: 14px; }

    .project .card { padding: 22px; }

    .progress-feature-grid { grid-template-columns: repeat(2, minmax(220px, 1fr)); }
    .progress-card img { height: 220px; }
    .progress-card-body { padding: 18px; }
    .progress-card-body h3 { font-size: 20px; }
    .progress-gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .progress-gallery-grid img { height: 120px; }
    .progress-gallery-grid a { min-height: auto; }

    .updates-wrap { gap: 36px; }
    .updates-copy h2 { font-size: clamp(32px, 5vw, 42px); }
    .facebook-updates-section { padding: 40px 0; }
    .facebook-page-card { padding: 18px; max-width: 100%; }
    .facebook-page-frame { min-height: 480px; }

    .step h4 { font-size: 16px; }

    .notice-box { padding: 14px 16px; font-size: 13px; }

    .map-container iframe { height: 320px; }
    .map-section { padding-bottom: 60px; }

    footer { padding: 24px 0; font-size: 13px; }
    .footer-inner { flex-direction: column; text-align: center; gap: 8px; }
  }

  /* ── Small tablet / large phone (641-800px) ── */
  @media (max-width: 800px) {
    .hero h1 { font-size: clamp(36px, 8vw, 52px); }
    .hero-card { padding: 20px; }
    .quick-info { gap: 8px; }
    .info-box { padding: 12px; }
    .info-box strong { font-size: 16px; }
    .progress-feature-grid { grid-template-columns: 1fr; }
    .progress-gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-inner { gap: 10px; }
    .site-disclaimer { font-size: 12px; padding: 12px; }
  }

  /* ── Phones (481-640px) ── */
  @media (max-width: 640px) {
    .container { width: min(100% - 24px, 100%); }

    .hero { padding: 32px 0; }
    .hero-inner { padding: 36px 0; gap: 24px; }
    .hero h1 { font-size: clamp(36px, 10vw, 48px); margin-bottom: 14px; }
    .hero p { font-size: 15px; max-width: 100%; margin-bottom: 20px; }
    .hero-actions { gap: 10px; }
    .hero-actions .btn { width: 100%; text-align: center; }
    .hero-card { padding: 18px; border-radius: 20px; }
    .hero-card h2 { font-size: 22px; }
    .hero-card p { font-size: 14px; }
    .hero-actions .btn.secondary { width: 100%; }

    section { padding: 32px 0; }
    .section-head { margin-bottom: 20px; }
    h2 { font-size: clamp(24px, 6vw, 30px); }
    .section-head p { font-size: 14px; }
    .section-kicker { font-size: 11px; }

    .card { padding: 18px; border-radius: 18px; }
    .card h3 { font-size: 18px; }
    .card p { font-size: 14px; }

    .grid-2 { gap: 14px; }

    .trust-inner { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .trust-item { padding: 10px 12px; }
    .trust-item strong { font-size: 12px; }
    .trust-item span { font-size: 12px; }

    .steps { gap: 10px; }
    .step { padding: 14px; border-radius: 16px; gap: 12px; }
    .step::before { width: 36px; height: 36px; font-size: 14px; }
    .step strong { font-size: 14px; }
    .step span { font-size: 13px; }

    .contact-panel { padding: 22px; gap: 18px; border-radius: 20px; }
    .contact-item { padding: 12px; font-size: 14px; }
    .contact-list { gap: 10px; }
    .badge { font-size: 11px; padding: 5px 8px; }

    .project .card { padding: 18px; }
    .project .card h3 { font-size: 18px; }

    .progress-feature-grid { gap: 14px; }
    .progress-card { border-radius: 20px; }
    .progress-card img { height: 200px; }
    .progress-card-body { padding: 16px; }
    .progress-card-body h3 { font-size: 18px; }
    .progress-card-body p { font-size: 14px; }
    .progress-gallery-grid { grid-template-columns: 1fr; gap: 8px; }
    .progress-gallery-grid img { height: 200px; }
    .progress-disclaimer { font-size: 13px; padding: 14px; }

    .updates-wrap { gap: 28px; }
    .updates-copy h2 { font-size: clamp(28px, 8vw, 36px); }
    .updates-copy p { font-size: 15px; }
    .updates-benefits { margin-top: 18px; }
    .updates-benefits span { font-size: 13px; }
    .facebook-updates-section { padding: 36px 0; }
    .facebook-page-card { padding: 14px; border-radius: 24px; }
    .facebook-page-frame { min-height: 440px; border-radius: 20px; }
    .updates-mini-note { font-size: 12px; }

    .notice-box { padding: 12px 14px; font-size: 12px; border-radius: 16px; }
    .site-disclaimer { font-size: 12px; padding: 10px 12px; }

    .map-container iframe { height: 240px; }
    .map-container { border-radius: 20px; }
    .map-cta { padding: 12px 16px; flex-direction: column; text-align: center; }
    .map-cta span { font-size: 13px; }
    .map-section { padding-bottom: 44px; }
    .map-cta .btn { width: 100%; }

    footer { padding: 20px 0; font-size: 12px; }
    .footer-note { font-size: 12px; }

    .form-row input,
    .form-row textarea { font-size: 16px; padding: 12px 14px; }
    .contact-form-card .btn { min-height: 48px; }

    section[id] { scroll-margin-top: 105px !important; }
    .project-progress { scroll-margin-top: 105px; }
  }

  /* ── Tiny phones (<=480px) ── */
  @media (max-width: 480px) {
    .container { width: min(100% - 16px, 100%); }

    .hero { padding: 24px 0; }
    .hero-inner { padding: 28px 0; gap: 20px; }
    .hero h1 { font-size: clamp(32px, 12vw, 42px); }
    .hero p { font-size: 14px; }
    .hero-card { padding: 16px; border-radius: 18px; }

    section { padding: 28px 0; }
    h2 { font-size: clamp(22px, 7vw, 26px); }
    .section-head { margin-bottom: 16px; }

    .eyebrow { font-size: 11px; margin-bottom: 12px; }

    .card { padding: 16px; border-radius: 16px; }
    .card h3 { font-size: 17px; }

    .trust-inner { grid-template-columns: 1fr 1fr; gap: 6px; }
    .trust-item { padding: 8px 10px; }
    .trust-item strong { font-size: 11px; }
    .trust-item span { font-size: 11px; }

    .quick-info { grid-template-columns: 1fr; }
    .info-box { padding: 10px; }
    .info-box strong { font-size: 15px; }
    .info-box span { font-size: 12px; }

    .contact-panel { padding: 18px; border-radius: 18px; }
    .contact-item { padding: 10px; font-size: 13px; }
    .contact-item a, footer a { font-size: 13px; }
    .badge { font-size: 10px; }

    .progress-card img { height: 180px; }
    .progress-gallery-grid img { height: 180px; }
    .progress-card-body h3 { font-size: 17px; }
    .progress-card-body span { font-size: 11px; }
    .progress-disclaimer { font-size: 12px; padding: 12px; }
    .project-progress { padding: 44px 0; }

    .updates-copy h2 { font-size: clamp(24px, 10vw, 32px); }
    .facebook-page-frame { min-height: 380px; }

    .updates-copy .section-kicker { font-size: 11px; padding: 6px 10px; }

    .footer-inner { gap: 4px; }
    .footer-note { font-size: 11px; }
    .site-disclaimer { font-size: 11px; padding: 8px 10px; }

    .map-container iframe { height: 200px; }
    .map-cta .btn { font-size: 13px; min-height: 38px; }

    .btn { min-height: 44px; padding: 0 18px; font-size: 14px; }
  }

  /* ── Very tiny phones (<=380px) ── */
  @media (max-width: 380px) {
    .brand-logo { width: 48px !important; max-height: 40px !important; }
    .brand strong { font-size: 12px !important; }
    .brand span { font-size: 10px !important; letter-spacing: .12em !important; }
    .hero h1 { font-size: clamp(28px, 14vw, 36px); }
    .mobile-menu-toggle { width: 38px; height: 38px; font-size: 20px; }
    .menu a { font-size: 13px; min-height: 38px; padding: 8px 6px; }
    .facebook-page-frame { min-height: 340px; }
  }

  /* Floating Chat Widget */
  .chat-widget {
    position: fixed; bottom: 24px; right: 24px; z-index: 9999;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }
  .chat-toggle {
    width: 60px; height: 60px; border-radius: 50%;
    background: linear-gradient(135deg, #151515, #2d2d2d);
    border: 2px solid rgba(224,192,110,.3); cursor: pointer;
    box-shadow: 0 8px 32px rgba(0,0,0,.28);
    display: grid; place-items: center;
    transition: transform .2s, box-shadow .2s, border-color .2s; position: relative;
  }
  .chat-toggle:hover { transform: scale(1.08); box-shadow: 0 12px 40px rgba(0,0,0,.38); border-color: rgba(224,192,110,.6); }
  .chat-toggle svg { width: 28px; height: 28px; fill: #e0c06e; }
  .chat-toggle .chat-close-icon { display: none; }
  .chat-widget.open .chat-toggle .chat-icon { display: none; }
  .chat-widget.open .chat-toggle .chat-close-icon { display: block; }
  .chat-badge {
    position: absolute; top: -4px; right: -4px;
    width: 20px; height: 20px; border-radius: 50%;
    background: var(--green); color: #fff;
    font-size: 11px; font-weight: 900;
    display: grid; place-items: center;
    border: 2px solid #fff;
    animation: chat-pulse 2s infinite;
  }
  @keyframes chat-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(49,92,69,.5); }
    50% { box-shadow: 0 0 0 8px rgba(49,92,69,0); }
  }
  .chat-dialog {
    display: none; position: absolute; bottom: 76px; right: 0;
    width: 380px; max-width: calc(100vw - 48px);
    height: 520px; max-height: calc(100vh - 120px);
    background: #fff; border-radius: 24px;
    box-shadow: 0 24px 64px rgba(0,0,0,.18);
    border: 1px solid var(--line); overflow: hidden;
    flex-direction: column;
  }
  .chat-widget.open .chat-dialog {
    display: flex;
    animation: chat-dialog-in .3s cubic-bezier(.16,1,.3,1);
  }
  @keyframes chat-dialog-in {
    from { opacity: 0; transform: translateY(12px) scale(.96); }
    to { opacity: 1; transform: translateY(0) scale(1); }
  }
  .chat-header {
    background: linear-gradient(135deg, #151515, #2d2d2d); color: #fff;
    padding: 16px 20px; display: flex; align-items: center; gap: 12px; flex-shrink: 0;
  }
  .chat-avatar {
    width: 44px; height: 44px; border-radius: 50%;
    background: linear-gradient(135deg, var(--gold), #e0c06e);
    display: grid; place-items: center;
    font-weight: 900; font-size: 13px; color: #151515; letter-spacing: .04em;
  }
  .chat-header-info strong { display: block; font-size: 16px; color: #fff; }
  .chat-header-info span {
    display: flex; align-items: center; gap: 6px; font-size: 13px; color: #7ecf7e;
  }
  .chat-header-info span::before {
    content: ""; width: 8px; height: 8px; border-radius: 50%; background: #7ecf7e;
  }
  .chat-body {
    flex: 1; overflow-y: auto; padding: 16px;
    display: flex; flex-direction: column; gap: 12px;
    background: #faf9f5; scroll-behavior: smooth;
  }
  .chat-msg {
    max-width: 85%; padding: 12px 16px; border-radius: 18px;
    font-size: 15px; line-height: 1.5; animation: chat-msg-in .25s ease;
    word-wrap: break-word;
  }
  @keyframes chat-msg-in {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
  .chat-msg.bot {
    background: #fff; border: 1px solid var(--line);
    align-self: flex-start; border-bottom-left-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
  }
  .chat-msg.user {
    background: linear-gradient(135deg, var(--gold), #e0c06e);
    color: #151515; align-self: flex-end; border-bottom-right-radius: 6px;
    font-weight: 600; box-shadow: 0 3px 10px rgba(179,139,46,.25);
  }
  .chat-msg.typing {
    background: #fff; border: 1px solid var(--line);
    align-self: flex-start; border-bottom-left-radius: 6px;
    padding: 10px 16px; box-shadow: 0 2px 8px rgba(0,0,0,.05);
  }
  .chat-msg.bot strong { color: var(--gold-dark); }
  .chat-msg.bot ul { margin: 6px 0 0; padding-left: 18px; }
  .chat-msg.bot li { margin-bottom: 4px; }
  .chat-quick-replies { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 16px 4px; background: #faf9f5; }
  .chat-quick-btn {
    background: #fff; border: 1px solid var(--line); border-radius: 999px;
    padding: 8px 16px; font-size: 13px; cursor: pointer;
    color: var(--charcoal); transition: all .15s ease; font-family: inherit;
    box-shadow: 0 1px 4px rgba(0,0,0,.04); letter-spacing: .01em;
  }
  .chat-quick-btn:hover {
    border-color: var(--gold); background: #fffdf7;
    box-shadow: 0 3px 12px rgba(179,139,46,.15); color: #80601b;
  }
  .chat-quick-btn:disabled {
    opacity: 0.45;
    cursor: default;
    background: #f0ede5;
    border-color: #ddd;
    box-shadow: none;
  }
  .chat-quick-btn:disabled:hover {
    border-color: #ddd;
    background: #f0ede5;
    box-shadow: none;
  }
  .chat-footer {
    padding: 12px 16px; border-top: 1px solid var(--line);
    display: flex; gap: 8px; background: #fff; flex-shrink: 0;
  }
  .chat-input {
    flex: 1; border: 1px solid var(--line); border-radius: 999px;
    padding: 10px 16px; font-size: 15px; font-family: inherit;
    outline: none; transition: border-color .15s;
  }
  .chat-input:focus { border-color: var(--gold); }
  .chat-send {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--gold); border: none; cursor: pointer;
    display: grid; place-items: center; flex-shrink: 0;
    transition: transform .15s, box-shadow .15s;
  }
  .chat-send:hover { transform: scale(1.08); box-shadow: 0 4px 14px rgba(179,139,46,.35); }
  .chat-send:active { transform: scale(.94); }
  .chat-send svg { width: 20px; height: 20px; fill: #151515; }
  .chat-watermark { text-align: center; font-size: 12px; color: #bbb; padding: 6px 0 0; }
  @media (max-width: 480px) {
    .chat-dialog { width: calc(100vw - 32px); right: -8px; height: 480px; border-radius: 20px; }
    .chat-toggle { width: 54px; height: 54px; }
    .chat-widget { bottom: 16px; right: 16px; }
    .chat-header { padding: 14px 16px; }
    .chat-body { padding: 12px; }
    .chat-msg { font-size: 14px; padding: 10px 14px; max-width: 90%; }
    .chat-quick-btn { font-size: 12px; padding: 7px 13px; }
    .chat-input { font-size: 14px; padding: 9px 14px; }
    .chat-quick-replies { padding: 0 12px 4px; }
  }
  @media (max-width: 380px) {
    .chat-dialog { height: 420px; }
    .chat-toggle { width: 48px; height: 48px; }
    .chat-toggle svg { width: 22px; height: 22px; }
    .chat-avatar { width: 36px; height: 36px; font-size: 11px; }
    .chat-header-info strong { font-size: 14px; }
    .chat-header-info span { font-size: 12px; }
    .chat-footer { padding: 10px 12px; }
    .chat-send { width: 38px; height: 38px; }
    .chat-send svg { width: 17px; height: 17px; }
  }



  .chat-msg.bot .chat-section-title {
    font-size: 14px; font-weight: 800; color: var(--gold-dark);
    margin-bottom: 8px; letter-spacing: .03em;
    text-transform: uppercase;
  }
  .chat-msg.bot .chat-divider {
    border: none; border-top: 1px solid var(--line); margin: 10px 0;
  }
  .chat-msg.bot .chat-price {
    font-weight: 700; color: var(--gold-dark);
  }



/* ====================================
   Blog / Post Styles for Cassopia Static
   ==================================== */
.cassopia-blog-page {
  max-width: 1180px;
  margin: 0 auto;
  padding: 60px 20px;
}

.cassopia-blog-page h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--charcoal, #202020);
  margin-bottom: 40px;
  letter-spacing: -0.03em;
}

.cassopia-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 28px;
}

.cassopia-post-card {
  border: 1px solid var(--line, #e8dfcf);
  border-radius: 24px;
  overflow: hidden;
  background: var(--white, #fff);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cassopia-post-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 55px rgba(0,0,0,.075);
  border-color: var(--gold, #b38b2e);
}

.cassopia-post-card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cassopia-post-card-body {
  padding: 22px;
}

.cassopia-post-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.3;
  color: var(--charcoal, #202020);
}

.cassopia-post-card h3 a {
  color: inherit;
  text-decoration: none;
}

.cassopia-post-card h3 a:hover {
  color: var(--gold, #b38b2e);
}

.cassopia-post-meta {
  color: var(--muted, #666);
  font-size: 13px;
  margin-bottom: 12px;
}

.cassopia-post-excerpt {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.cassopia-post-read-more {
  display: inline-flex;
  align-items: center;
  color: var(--gold, #b38b2e);
  font-weight: 700;
  font-size: 14px;
  gap: 4px;
}

.cassopia-post-read-more:hover {
  color: var(--gold-dark, #80601b);
}

.cassopia-single-post {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.cassopia-single-post h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: var(--charcoal, #202020);
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
}

.cassopia-single-post .post-meta {
  color: var(--muted, #666);
  font-size: 14px;
  margin-bottom: 30px;
}

.cassopia-single-post .post-content {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}

.cassopia-single-post .post-content p {
  margin-bottom: 20px;
}

.cassopia-single-post .post-content h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

/* Post navigation */
.cassopia-post-nav {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid var(--line, #e8dfcf);
  display: flex;
  justify-content: space-between;
}

/* Single post container override */
.single-post .cassopia-page-content {
  max-width: 100%;
}

/* ====================================
   Improved Blog Typography
   ==================================== */
.cassopia-single-post .post-content {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  max-width: 720px;
  margin: 0 auto;
}

.cassopia-single-post .post-content p {
  margin-bottom: 22px;
}

.cassopia-single-post .post-content h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
  color: #202020;
  letter-spacing: -0.02em;
}

.cassopia-single-post .post-content h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 12px;
  color: #202020;
}

.cassopia-single-post .post-content ul,
.cassopia-single-post .post-content ol {
  margin-bottom: 22px;
  padding-left: 24px;
  line-height: 1.8;
}

.cassopia-single-post .post-content li {
  margin-bottom: 8px;
}

.cassopia-blog-page h1 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}

.cassopia-post-card h3 {
  font-size: 18px;
  line-height: 1.35;
}

.cassopia-post-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
}
