 :root {
      --bg: #fbf5ec;
      --bg-soft: #fffaf4;
      --surface: #fffdf9;
      --surface-2: #f8eee0;
      --text: #2f1b10;
      --muted: #6e5945;
      --line: #ecd8bf;
      --line-strong: #ddc09d;
      --shadow: 0 24px 54px rgba(67, 33, 12, 0.10);
      --shadow-soft: 0 14px 28px rgba(67, 33, 12, 0.07);
      --saffron: #d4891d;
      --saffron-2: #f1bf61;
      --gold: #c79b2f;
      --maroon: #6e1f1b;
      --maroon-2: #8f332c;
      --olive: #6f6a2b;
      --cream: #fff7ea;
      --radius-xl: 30px;
      --radius-lg: 24px;
      --radius-md: 18px;
      --radius-sm: 14px;
      --container: 1240px;
    }

    /* =========================================================
       02. BASE
    ========================================================== */
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      font-family: Inter, Arial, sans-serif;
      color: var(--text);
      line-height: 1.7;
      background:
        radial-gradient(circle at top right, rgba(212, 137, 29, 0.14), transparent 28%),
        radial-gradient(circle at top left, rgba(110, 31, 27, 0.10), transparent 24%),
        linear-gradient(180deg, #fffaf3 0%, #fbf5ec 55%, #f7efe2 100%);
    }
    img { display: block; max-width: 100%; }
    a { color: inherit; text-decoration: none; }
    button { font: inherit; }
    .container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
    .section { padding: 34px 0; }
    .section-shell,
    .reports-shell,
    .detail-shell,
    .samples-shell,
    .cta-strip,
    .hero-header {
      border: 1px solid var(--line);
      border-radius: var(--radius-xl);
      background: linear-gradient(180deg, rgba(255,253,249,0.98), rgba(250,243,232,0.98));
      box-shadow: var(--shadow);
    }
    .section-shell,
    .reports-shell,
    .samples-shell,
    .cta-strip { padding: 28px; }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 36px;
      padding: 0 14px;
      border-radius: 999px;
      background: linear-gradient(180deg, #fff3df, #f9e4bb);
      border: 1px solid #efcf97;
      color: var(--maroon);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .10em;
      text-transform: uppercase;
    }
    .section-head { margin-bottom: 22px; }
    .section-head h2 {
      margin: 12px 0 0;
      font-size: clamp(30px, 4vw, 44px);
      line-height: 1.08;
      letter-spacing: -0.03em;
    }
    .lead { margin: 12px 0 0; color: var(--muted); max-width: 880px; }

    /* =========================================================
       03. BUTTONS
    ========================================================== */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 48px;
      padding: 0 18px;
      border-radius: 999px;
      border: 1px solid transparent;
      font-size: 14px;
      font-weight: 800;
      letter-spacing: .01em;
      transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
      cursor: pointer;
      white-space: nowrap;
    }
    .btn:hover { transform: translateY(-1px); }
    .btn-primary {
      color: #2b1708;
      background: linear-gradient(135deg, var(--saffron), var(--saffron-2));
      box-shadow: 0 14px 32px rgba(212, 137, 29, 0.28);
    }
    .btn-dark {
      color: #fff7ef;
      background: linear-gradient(135deg, var(--maroon), var(--maroon-2));
      box-shadow: 0 14px 32px rgba(110, 31, 27, 0.22);
    }
    .btn-light {
      color: var(--maroon);
      background: linear-gradient(180deg, #fffdf9, #f8efe2);
      border-color: var(--line);
      box-shadow: var(--shadow-soft);
    }
    .btn-outline {
      color: #fff7ef;
      background: rgba(255,255,255,0.08);
      border-color: rgba(255,255,255,0.18);
    }
    .btn-sm { min-height: 40px; padding: 0 14px; font-size: 12px; }

    /* =========================================================
       04. HERO HEADER
    ========================================================== */
    .hero-wrap { padding: 26px 0 18px; }
    .hero-header {
      overflow: hidden;
      background:
        radial-gradient(circle at top right, rgba(241, 191, 97, 0.26), transparent 28%),
        radial-gradient(circle at bottom left, rgba(143, 51, 44, 0.18), transparent 34%),
        linear-gradient(145deg, #4a160f 0%, #6e1f1b 46%, #8b4a11 100%);
      color: #fffaf3;
      padding: 18px;
      border-color: rgba(255,255,255,0.10);
    }
    .hero-topline {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 14px 20px;
      padding: 0 0 18px;
      margin-bottom: 18px;
      border-bottom: 1px solid rgba(255,255,255,0.12);
      font-size: 13px;
      color: rgba(255,248,238,0.88);
    }
    .hero-topline-right { display: flex; gap: 16px; flex-wrap: wrap; }
    .hero-grid {
      display: grid;
      grid-template-columns: 1.12fr .88fr;
      gap: 20px;
      align-items: stretch;
    }
    .hero-copy,
    .hero-side {
      border-radius: 26px;
      border: 1px solid rgba(255,255,255,0.10);
      background: rgba(255,255,255,0.06);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    }
    .hero-copy { padding: 34px; }
    .hero-side { padding: 20px; }
    .hero-copy h1 {
      margin: 16px 0 12px;
      font-size: clamp(42px, 6vw, 68px);
      line-height: .98;
      letter-spacing: -0.04em;
    }
    .hero-copy .subtitle {
      margin: 0 0 18px;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(25px, 3vw, 38px);
      line-height: 1.12;
      color: #ffd9a4;
      font-weight: 700;
    }
    .hero-copy p { margin: 0 0 14px; color: rgba(255,248,238,0.88); }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .hero-visual {
      border-radius: 22px;
      padding: 18px;
      background: linear-gradient(180deg, #fffaf2, #f4e4ce);
      border: 1px solid rgba(255,255,255,0.16);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.80);
    }
    .hero-visual img {
      width: min(100%, 350px);
      margin: 0 auto;
      filter: drop-shadow(0 24px 40px rgba(75, 34, 12, 0.20));
    }

    /* =========================================================
       05. ABOUT
    ========================================================== */
    .about-card {
      padding: 24px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #f8efe3);
      box-shadow: var(--shadow-soft);
    }
    .about-card p { margin: 0 0 14px; color: var(--muted); }
    .about-card p:last-child { margin-bottom: 0; }

    /* =========================================================
       07. SUMMARY + FEATURES
    ========================================================== */
    .stats-grid,
    .feature-grid {
      display: grid;
      gap: 16px;
    }
    .stats-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .stat-card,
    .feature-card {
      padding: 22px;
      border-radius: 22px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #f8efe3);
      box-shadow: var(--shadow-soft);
    }
    .stat-card .label {
      color: var(--maroon);
      font-weight: 800;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .08em;
      margin-bottom: 10px;
    }
    .stat-card .value {
      font-size: 28px;
      line-height: 1.08;
      font-weight: 800;
      color: var(--text);
      margin-bottom: 8px;
    }
    .stat-card .meta,
    .feature-card p { color: var(--muted); }
    .feature-icon {
      width: 50px;
      height: 50px;
      display: grid;
      place-items: center;
      border-radius: 16px;
      background: linear-gradient(180deg, #fff3df, #f3dab1);
      border: 1px solid #ecd09d;
      color: var(--maroon);
      font-weight: 800;
      margin-bottom: 16px;
    }
    .feature-card h3 { margin: 0 0 10px; font-size: 20px; }

    /* =========================================================
       08. MAIN REPORT FAMILY
    ========================================================== */
    .report-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 14px;
    }
    .report-card {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 14px;
      min-height: 100%;
      padding: 16px;
      border-radius: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #f8efe3);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .report-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, #7e1427 0%, #c79b2f 55%, #f1d08a 100%);
    }
    .report-card:hover {
      transform: translateY(-2px);
      border-color: #dec18a;
      box-shadow: 0 18px 34px rgba(56, 26, 8, 0.10);
    }
    .report-top {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      min-width: 0;
    }
    .report-top-copy {
      flex: 1;
      min-width: 0;
    }
    .report-icon-slot {
      width: 58px;
      height: 58px;
      flex: 0 0 auto;
      border-radius: 18px;
      border: 1px dashed var(--line-strong);
      background: linear-gradient(180deg, #fff7ea, #f2ddbb);
      display: grid;
      place-items: center;
      color: var(--maroon);
      font-weight: 800;
      font-size: 11px;
      text-align: center;
      line-height: 1.15;
      padding: 6px;
    }
    .report-kicker {
      display: inline-flex;
      align-items: center;
      min-height: 24px;
      padding: 0 10px;
      border-radius: 999px;
      background: linear-gradient(180deg, #fff4df, #f3dfbc);
      border: 1px solid #ecd29f;
      color: var(--maroon);
      font-size: 10px;
      font-weight: 800;
      letter-spacing: .10em;
      text-transform: uppercase;
      margin-bottom: 8px;
    }
    .report-card h3 {
      margin: 0;
      font-size: 20px;
      line-height: 1.2;
      letter-spacing: -.02em;
    }
    .report-card p {
      margin: 0;
      color: var(--muted);
      font-size: 14px;
      line-height: 1.62;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .report-actions {
      margin-top: auto;
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 10px;
    }
    .report-actions .btn {
      width: 100%;
      min-width: 0;
      justify-content: center;
    }

    /* =========================================================
       09. DETAILED CONTENT AREA
    ========================================================== */
    .detail-tabs-head {
      padding: 28px 28px 0;
    }
    .tab-nav {
      display: flex;
      gap: 12px;
      overflow-x: auto;
      padding: 0 28px 18px;
      border-bottom: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(250,243,232,0.80));
      scrollbar-width: thin;
    }
    .tab-btn {
      appearance: none;
      border: 1px solid var(--line);
      border-radius: 20px;
      background: linear-gradient(180deg, #fffdf9, #f6ead7);
      padding: 12px 14px;
      min-width: 210px;
      text-align: left;
      cursor: pointer;
      transition: .2s ease;
      box-shadow: var(--shadow-soft);
    }
    .tab-btn:hover { transform: translateY(-1px); }
    .tab-btn.active {
      border-color: #e3b24d;
      background: linear-gradient(180deg, #fff4df, #f5dfb4);
      box-shadow: 0 14px 28px rgba(199,155,47,0.18);
    }
    .tab-btn-stack { display: flex; align-items: center; gap: 12px; }
    .tab-icon-slot {
      width: 40px;
      height: 40px;
      flex: 0 0 auto;
      border-radius: 14px;
      border: 1px dashed #d8b57b;
      background: linear-gradient(180deg, #fff9ee, #f6e4c5);
      display: grid;
      place-items: center;
      color: var(--maroon);
      font-size: 12px;
      font-weight: 800;
    }
    .tab-btn-copy small {
      display: block;
      color: var(--muted);
      font-size: 11px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      margin-bottom: 2px;
    }
    .tab-btn-copy strong {
      display: block;
      color: var(--text);
      font-size: 15px;
      line-height: 1.35;
    }
    .tab-panel { display: none; padding: 28px; }
    .tab-panel.active { display: block; }
    .detail-top {
      display: grid;
      grid-template-columns: 1fr 340px;
      gap: 20px;
      align-items: start;
      margin-bottom: 22px;
    }
    .detail-overview,
    .detail-media {
      border-radius: 24px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #f8efe3);
      box-shadow: var(--shadow-soft);
    }
    .detail-overview { padding: 22px; }
    .detail-overview h3 { margin: 12px 0 10px; font-size: 30px; line-height: 1.08; }
    .detail-overview p { margin: 0 0 12px; color: var(--muted); }
    .detail-overview .cta-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
    .detail-media { overflow: hidden; min-height: 100%; }
    .detail-media img { width: 100%; height: 100%; object-fit: cover; min-height: 280px; }
    .badge {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 0 12px;
      border-radius: 999px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .06em;
      text-transform: uppercase;
    }
    .badge-blue,
    .badge-green {
      color: var(--maroon);
      background: linear-gradient(180deg, #fff3df, #f8e4bc);
      border: 1px solid #efcf97;
    }
    .mini-stats {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px;
      margin-top: 16px;
    }
    .mini {
      border-radius: 16px;
      border: 1px solid var(--line);
      background: rgba(255,255,255,0.45);
      padding: 12px 14px;
    }
    .mini strong { display: block; font-size: 14px; margin-bottom: 4px; }
    .mini span { color: var(--muted); font-size: 13px; }
    .accordion-grid { display: grid; gap: 14px; }
    details.accordion {
      border-radius: 20px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #f9f1e4);
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }
    details.accordion[open] { border-color: #e3b24d; }
    details.accordion summary {
      list-style: none;
      cursor: pointer;
      padding: 16px 18px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 14px;
    }
    details.accordion summary::-webkit-details-marker { display: none; }
    .summary-head { display: flex; align-items: center; gap: 12px; }
    .summary-icon-slot {
      width: 34px;
      height: 34px;
      flex: 0 0 auto;
      border-radius: 12px;
      border: 1px dashed #d8b57b;
      background: linear-gradient(180deg, #fff9ee, #f6e4c5);
      display: grid;
      place-items: center;
    }
    .summary-label {
      color: var(--text);
      font-size: 16px;
      font-weight: 800;
      line-height: 1.45;
    }
    .summary-toggle {
      width: 34px;
      height: 34px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      border: 1px solid #e1c28f;
      background: rgba(255,255,255,0.55);
      color: var(--maroon);
      font-size: 22px;
      font-weight: 500;
      flex: 0 0 auto;
    }
    details.accordion[open] .summary-toggle { font-size: 28px; line-height: 1; }
    .accordion-content { padding: 0 18px 18px; color: var(--muted); }
    .accordion-content p { margin: 0 0 14px; }
    .list-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 12px 18px;
      margin-top: 8px;
    }
    .list-grid ul,
    .simple-list { margin: 0; padding-left: 18px; color: var(--muted); }
    .simple-list li,
    .list-grid li { margin: 6px 0; }

    /* =========================================================
       10. REPORT SAMPLES
    ========================================================== */
    .samples-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 16px;
    }
    .sample-card {
      display: grid;
      grid-template-columns: 62px 1fr;
      gap: 16px;
      align-items: start;
      padding: 18px;
      border-radius: 22px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #f8efe3);
      box-shadow: var(--shadow-soft);
    }
    .sample-icon-slot {
      width: 62px;
      height: 62px;
      border-radius: 18px;
      border: 1px dashed var(--line-strong);
      background: linear-gradient(180deg, #fff6e7, #f5e0bc);
      display: grid;
      place-items: center;
      color: var(--maroon);
      font-weight: 800;
      font-size: 12px;
      text-align: center;
      padding: 6px;
    }
    .sample-card h3 { margin: 0 0 12px; font-size: 22px; line-height: 1.18; }
    .sample-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      padding: 12px 0;
      border-top: 1px solid var(--line);
    }
    .sample-row:first-of-type { border-top: 0; padding-top: 0; }
    .sample-row:last-of-type { padding-bottom: 0; }
    .sample-label {
      color: var(--text);
      font-size: 14px;
      font-weight: 700;
    }
    .sample-actions {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
    .sample-actions .btn {
      min-width: 92px;
    }

    /* =========================================================
       11. CTA + FOOTER
    ========================================================== */
    .cta-strip {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px 24px;
      flex-wrap: wrap;
      background: linear-gradient(135deg, rgba(212,137,29,0.14), rgba(110,31,27,0.10));
    }
    .cta-strip h3 { margin: 12px 0 8px; font-size: 30px; line-height: 1.1; }
    .cta-strip p { margin: 0; color: var(--muted); max-width: 760px; }

    /* =========================================================
       12. RESPONSIVE
    ========================================================== */
    @media (max-width: 1100px) {
      .hero-grid,
      .stats-grid,
      .feature-grid,
      .report-grid,
      .samples-grid { grid-template-columns: 1fr 1fr; }
      .hero-grid,
      .detail-top { grid-template-columns: 1fr; }
    }
    @media (max-width: 860px) {
      .detail-media { display: none; }
      .detail-top { grid-template-columns: 1fr; }
      .stats-grid,
      .feature-grid,
      .report-grid,
      .samples-grid,
      .list-grid,
      .mini-stats { grid-template-columns: 1fr; }
    }
    @media (max-width: 640px) {
      .section { padding: 26px 0; }
      .hero-header,
      .section-shell,
      .reports-shell,
      .samples-shell,
      .cta-strip { padding: 18px; }
      .hero-copy,
      .hero-side { padding: 22px; }
      .hero-copy h1 { font-size: 42px; }
      .hero-copy .subtitle { font-size: 26px; }
      .hero-actions,
      .report-actions { flex-direction: column; align-items: stretch; }
      .sample-row {
        flex-direction: column;
        align-items: flex-start;
      }
      .sample-actions {
        width: 100%;
        justify-content: flex-start;
      }
      .sample-actions .btn,
      .btn { width: 100%; }
      .tab-nav { padding: 0 18px 16px; }
      .tab-btn { min-width: 190px; }
      .tab-panel { padding: 18px; }
      .detail-tabs-head { padding: 18px 18px 0; }
      .hero-topline { font-size: 12px; }
    }


    /* =========================================================
       13. FINAL SECTION REFINEMENTS
    ========================================================== */
    .hero-header {
      background:
        radial-gradient(circle at top right, rgba(241, 191, 97, 0.18), transparent 28%),
        radial-gradient(circle at bottom left, rgba(143, 51, 44, 0.10), transparent 34%),
        linear-gradient(145deg, #fff8ef 0%, #f9eddc 46%, #f5e3c5 100%);
      color: var(--text);
      border-color: var(--line);
    }
    .hero-topline {
      color: var(--muted);
      border-bottom: 1px solid var(--line);
    }
    .hero-copy,
    .hero-side {
      background: linear-gradient(180deg, rgba(255,253,249,0.72), rgba(249,239,223,0.62));
      border: 1px solid rgba(221, 192, 157, 0.72);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
    }
    .hero-grid { align-items: center; }
    .hero-copy .subtitle { color: var(--maroon); }
    .hero-copy p { color: var(--muted); }
    .hero-side {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 100%;
    }
    .hero-visual {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 12px;
      background: linear-gradient(180deg, #fffaf2, #f6ead6);
      min-height: 0;
    }
    .hero-visual img {
      width: min(100%, 330px);
      margin: 0 auto;
    }
    .hero-copy .btn-outline {
      color: var(--maroon);
      background: rgba(255,255,255,0.82);
      border-color: rgba(221, 192, 157, 0.90);
    }

    .snapshot-table-wrap {
      border-radius: 24px;
      overflow: hidden;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, #fffdf9, #f8efe3);
      box-shadow: var(--shadow-soft);
    }
    .snapshot-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
    }
    .snapshot-table th,
    .snapshot-table td {
      padding: 18px 20px;
      border-bottom: 1px solid var(--line);
      text-align: left;
      vertical-align: top;
    }
    .snapshot-table th {
      width: 24%;
      color: var(--maroon);
      font-size: 12px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
      background: rgba(255,255,255,0.28);
    }
    .snapshot-table td {
      color: var(--text);
      font-size: 15px;
      font-weight: 700;
      line-height: 1.65;
    }
    .snapshot-table tr:nth-child(odd) td { background: rgba(255,255,255,0.18); }
    .snapshot-table tr:last-child th,
    .snapshot-table tr:last-child td { border-bottom: 0; }

    .about-card {
      position: relative;
      overflow: hidden;
    }
    .about-copy {
      max-height: 172px;
      overflow: hidden;
      transition: max-height .28s ease;
    }
    .about-card.expanded .about-copy { max-height: 1200px; }
    .about-more-btn {
      margin-top: 18px;
    }

    .feature-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .feature-card p { line-height: 1.75; }

    .reports-shell {
      background: linear-gradient(180deg, rgba(255,253,249,0.98), rgba(248,238,224,0.98));
    }
    .report-grid {
      grid-template-columns: repeat(3, minmax(0,1fr));
      gap: 16px;
    }
    .report-card {
      padding: 18px;
      gap: 12px;
      background:
        radial-gradient(circle at top right, rgba(241,191,97,0.18), transparent 34%),
        linear-gradient(180deg, #fffdf9, #f8efe3);
    }
    .report-icon-slot {
      width: 54px;
      height: 54px;
      border-radius: 16px;
      background: linear-gradient(180deg, #fff6e6, #f4dfbb);
      border: 1px dashed #d8b57b;
      color: var(--maroon);
      font-size: 11px;
    }
    .report-kicker {
      background: linear-gradient(180deg, #fff3df, #f7e2bc);
      border: 1px solid #ecd29f;
      color: var(--maroon);
    }
    .report-card h3 {
      font-size: 21px;
      line-height: 1.22;
    }
    .report-card p {
      -webkit-line-clamp: 3;
      line-height: 1.65;
    }
    .report-actions {
      grid-template-columns: repeat(2, minmax(0,1fr));
      gap: 10px;
      margin-top: auto;
    }

    .detail-tabs-card {
      margin: 0 28px 28px;
      border-radius: 26px;
      border: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,253,249,0.92), rgba(249,240,226,0.94));
      box-shadow: var(--shadow-soft);
      overflow: hidden;
    }
    .tab-nav {
      padding: 18px;
      gap: 10px;
      border-bottom: 1px solid var(--line);
      background: linear-gradient(180deg, rgba(255,252,247,0.92), rgba(245,232,211,0.72));
    }
    .tab-panel {
      padding: 24px;
    }
    .detail-overview p {
      line-height: 1.8;
      max-width: none;
    }
    .detail-overview .cta-row .btn {
      min-width: 148px;
    }
    .accordion-content {
      padding: 0 20px 20px;
    }
    .accordion-content + .accordion-content {
      padding-top: 0;
    }
    .accordion-content p {
      margin: 0 0 14px;
      line-height: 1.8;
    }
    .accordion-content p:last-child {
      margin-bottom: 0;
    }
    .accordion-content .list-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-top: 0;
    }
    .accordion-content .list-grid p {
      margin: 0;
    }

    @media (max-width: 1100px) {
      .report-grid,
      .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    }
    @media (max-width: 860px) {
      .feature-grid,
      .report-grid { grid-template-columns: 1fr; }
      .snapshot-table th,
      .snapshot-table td {
        display: block;
        width: 100%;
      }
      .snapshot-table th { padding-bottom: 8px; }
      .snapshot-table td { padding-top: 0; }
    }
    @media (max-width: 640px) {
      .detail-tabs-card { margin: 0 18px 18px; }
    }


    .accordion-readmore {
      max-height: 340px;
      overflow: hidden;
      transition: max-height .28s ease;
    }
    details.accordion.content-expanded .accordion-readmore {
      max-height: 10000px;
    }
    .accordion-more-btn {
      margin: 0 20px 20px;
    }

    @media (min-width: 1101px) {
      .report-grid,
      .samples-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
      }
      .report-grid > .report-card,
      .samples-grid > .sample-card {
        grid-column: span 4;
      }
      .report-grid > .report-card:nth-last-child(2),
      .report-grid > .report-card:last-child,
      .samples-grid > .sample-card:nth-last-child(2),
      .samples-grid > .sample-card:last-child {
        grid-column: span 6;
      }
    }

    .samples-grid {
      align-items: stretch;
    }
    .sample-card {
      position: relative;
      min-height: 100%;
      overflow: hidden;
      background:
        radial-gradient(circle at top right, rgba(241,191,97,0.14), transparent 36%),
        linear-gradient(180deg, #fffdf9, #f8efe3);
    }
    .sample-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, #7e1427 0%, #c79b2f 55%, #f1d08a 100%);
    }
    .sample-card > div:last-child {
      width: 100%;
    }
    .sample-card h3 {
      margin-bottom: 14px;
    }
    .sample-row {
      padding: 14px 0;
    }

    @media (max-width: 860px) {
      .accordion-readmore {
        max-height: 300px;
      }
    }


    /* =========================================================
       04A. HEADER REDESIGN - BHRIGU NADI STYLE
       Only header/hero classes are overridden here.
    ========================================================== */
    .hero {
      padding: 22px 0 18px;
    }

    .hero-shell {
      position: relative;
      overflow: hidden;
      border-radius: var(--radius-xl);
      border: 1px solid #e8dcc8;
      background:
        radial-gradient(circle at 100% 0%, rgba(210,160,75,.10), transparent 25%),
        radial-gradient(circle at 0% 100%, rgba(185,142,69,.12), transparent 28%),
        linear-gradient(135deg,#fffdfa 0%,#fff7eb 52%,#fffdf9 100%);
      box-shadow: 0 34px 84px rgba(44,35,24,.10);
    }

    .hero .hero-grid {
      display: grid;
      grid-template-columns: 1.02fr .98fr;
      gap: 34px;
      align-items: center;
      padding: 42px;
    }

    .hero-content {
      min-width: 0;
    }

    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      min-height: 40px;
      padding: 0 14px;
      border-radius: 999px;
      background: linear-gradient(180deg,#fff7e7 0%,#ffefcf 100%);
      border: 1px solid #efd49d;
      color: #7a5a17;
      font-size: 13px;
      font-weight: 900;
      letter-spacing: .03em;
      margin-bottom: 18px;
    }

    .hero h1 {
      margin: 0;
      font-size: clamp(36px,5vw,62px);
      line-height: 1.01;
      letter-spacing: -.05em;
      color: #2a2117;
    }

    .hero-subtitle {
      margin: 14px 0 0;
      max-width: 720px;
      font-family: 'Cormorant Garamond', serif;
      font-size: clamp(26px, 3.2vw, 40px);
      line-height: 1.12;
      font-weight: 800;
      letter-spacing: -.02em;
      color: #8f332c;
    }

    .hero-subtitle .subtitle-gold {
      color: #c28a27;
    }

    .hero-subtitle .subtitle-maroon {
      color: #7e1427;
    }

    .hero .lead {
      margin: 14px 0 0;
      max-width: 720px;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.72;
    }

    .hero-chips {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 22px;
    }

    .hero-chip {
      min-height: 40px;
      display: inline-flex;
      align-items: center;
      padding: 0 14px;
      border-radius: 999px;
      background: linear-gradient(180deg,#fffdfa 0%,#fff8ef 100%);
      border: 1px solid #e7dcc9;
      box-shadow: 0 8px 18px rgba(44,35,24,.04);
      color: #5a4630;
      font-size: 14px;
      font-weight: 800;
    }

    .hero .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 26px;
    }

    .hero .btn {
      min-height: 52px;
      padding: 0 22px;
      border-radius: 16px;
      font-weight: 800;
    }

    .hero .btn-primary {
      background: linear-gradient(180deg,#c79a4a 0%,#9d6f2a 100%);
      color: #fff;
      border-color: #a97730;
      box-shadow: 0 18px 34px rgba(157,111,42,.22);
    }

    .hero .btn-secondary {
      background: linear-gradient(180deg,#fffaf1 0%,#f6ead0 100%);
      color: #7a5822;
      border: 1px solid #e6d1a8;
      box-shadow: 0 8px 18px rgba(44,35,24,.04);
    }

    .hero-stage {
      position: relative;
      padding: 18px;
      border-radius: 28px;
      border: 1px solid #ebe0cf;
      background: linear-gradient(180deg,#fffdfa 0%,#fff8ef 100%);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
    }

    .hero-stage::before {
      content: "";
      position: absolute;
      inset: 14px;
      border: 1px dashed rgba(169,122,49,.18);
      border-radius: 22px;
      pointer-events: none;
    }

    .hero-stage img {
      width: 100%;
      max-height: 430px;
      object-fit: contain;
      border-radius: 20px;
      box-shadow: 0 20px 40px rgba(44,35,24,.14);
      background: #fffaf1;
    }

    @media (max-width: 1080px) {
      .hero .hero-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
      }

      .hero-badge,
      .hero-chips,
      .hero .hero-actions {
        justify-content: center;
      }

      .hero-stage {
        max-width: 620px;
        width: 100%;
        margin-inline: auto;
      }
    }

    @media (max-width: 760px) {
      .hero {
        padding: 18px 0 16px;
      }

      .hero .hero-grid {
        padding: 26px 20px;
      }

      .hero h1 {
        font-size: clamp(34px, 10vw, 46px);
      }

      .hero-subtitle {
        font-size: clamp(24px, 7.2vw, 32px);
      }

      .hero .lead {
        font-size: 16px;
      }

      .hero-stage {
        padding: 14px;
        border-radius: 22px;
      }

      .hero-stage::before {
        inset: 10px;
        border-radius: 18px;
      }
    }

    @media (max-width: 640px) {
      .hero .hero-actions {
        align-items: stretch;
      }

      .hero .btn {
        width: 100%;
      }

      .hero-chip {
        width: 100%;
        justify-content: center;
      }
    }

