/* ==========================================================================
   Luxury Women's Couture Pages Styles (About, Contact, Legal & Policies)
   Brand: Asha Devi Mittal (ashadevimittal.in)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800;900&family=Playfair+Display:ital,wght@0,600;0,700;1,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

/* --------------------------------------------------------------------------
   1. Universal Page Hero Banner (Deep Royal Wine & Gold)
   -------------------------------------------------------------------------- */
.policy-hero-section,
.about-hero-section,
.contact-hero-section {
    background: linear-gradient(135deg, #18080e 0%, var(--primary-color, #881337) 65%, #18080e 100%);
    color: #ffffff;
    padding: 70px 0 50px;
    border-bottom: 2px solid rgba(197, 155, 39, 0.4);
    text-align: center;
    position: relative;
}
.policy-hero-inner,
.about-hero-inner,
.contact-hero-inner {
    max-width: 860px;
    margin: 0 auto;
}
.policy-breadcrumb {
    font-size: 13px;
    color: var(--accent-gold-light, #fef3c7);
    margin-bottom: 16px;
    font-family: 'Cinzel', serif;
    letter-spacing: 1.5px;
}
.policy-breadcrumb a {
    color: var(--accent-gold, #c59b27);
    text-decoration: none;
    transition: opacity 0.2s;
}
.policy-breadcrumb a:hover {
    opacity: 0.8;
}
.policy-badge-row,
.status-indicator-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    background: rgba(197, 155, 39, 0.18);
    border: 1px solid rgba(197, 155, 39, 0.45);
    padding: 5px 16px;
    border-radius: 999px;
}
.policy-status-pill {
    color: var(--accent-gold-light, #fef3c7);
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-family: 'Cinzel', serif;
}
.policy-update-date {
    font-size: 12.5px;
    color: var(--accent-gold-light, #fef3c7);
    font-weight: 600;
}
.live-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10b981;
}
.policy-hero-title,
.about-hero-title,
.contact-hero-title {
    font-family: 'Cinzel', 'Playfair Display', Georgia, serif;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}
.policy-hero-desc,
.about-hero-subtitle,
.contact-hero-subtitle {
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 auto 28px;
    max-width: 720px;
}
.policy-core-promise-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(197, 155, 39, 0.4);
    border-radius: 14px;
    padding: 16px 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    backdrop-filter: blur(8px);
}
.promise-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--accent-gold, #c59b27);
    color: #18080e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    flex-shrink: 0;
}
.promise-text strong {
    display: block;
    font-size: 13px;
    color: var(--accent-gold-light, #fef3c7);
    font-family: 'Cinzel', serif;
    margin-bottom: 2px;
}
.promise-text span {
    font-size: 13px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.95;
}

/* --------------------------------------------------------------------------
   2. Two-Column Legal & Policy Document Layout (TOC + Body)
   -------------------------------------------------------------------------- */
.policy-content-section {
    padding: 65px 0 95px;
    background-color: var(--bg-light, #fdfbf7);
}
.policy-split-grid {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 46px;
    align-items: flex-start;
    max-width: 1140px;
    margin: 0 auto;
}
.policy-sticky-sidebar {
    position: sticky;
    top: 95px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.policy-toc-box {
    background: #ffffff;
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(42, 8, 19, 0.03);
}
.toc-micro-heading {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: var(--primary-color, #881337);
    display: block;
    margin-bottom: 14px;
}
.toc-anchor-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.toc-anchor-list a {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-muted, #6b7280);
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.4;
    display: block;
}
.toc-anchor-list a:hover {
    color: var(--primary-color, #881337);
    transform: translateX(4px);
}
.policy-support-quick-card {
    background: var(--bg-light, #fdfbf7);
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 14px;
    padding: 20px;
    text-align: center;
}
.policy-support-quick-card strong {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 13px;
    color: var(--text-color, #1f2937);
    margin-bottom: 4px;
}
.policy-support-quick-card p {
    font-size: 12px;
    color: var(--text-muted, #6b7280);
    margin: 0 0 12px 0;
}
.quick-email-btn {
    display: block;
    background: var(--primary-color, #881337);
    color: #ffffff !important;
    font-family: 'Cinzel', serif;
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s ease;
    word-break: break-all;
}
.quick-email-btn:hover {
    background: var(--primary-hover, #9f1239);
}

/* Article Body Typography */
.policy-article-body {
    background: #ffffff;
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 20px;
    padding: 44px 48px;
    box-shadow: 0 4px 20px rgba(42, 8, 19, 0.03);
}
.policy-section {
    margin-bottom: 45px;
    padding-bottom: 35px;
    border-bottom: 1px solid var(--border-color, #f1e6e9);
}
.policy-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.policy-section h2 {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--primary-color, #881337);
    margin: 0 0 16px 0;
}
.policy-section p {
    font-size: 15px;
    line-height: 1.75;
    color: var(--text-color, #1f2937);
    margin-bottom: 16px;
}
.data-types-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 20px 0;
}
.data-type-card {
    background: var(--bg-light, #fdfbf7);
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 12px;
    padding: 18px 16px;
}
.data-type-card h4 {
    font-family: 'Cinzel', serif;
    font-size: 13.5px;
    font-weight: 800;
    color: var(--primary-color, #881337);
    margin: 0 0 8px 0;
}
.data-type-card p {
    font-size: 13px;
    color: var(--text-muted, #6b7280);
    line-height: 1.5;
    margin: 0;
}
.policy-bullet-list {
    margin: 16px 0 20px;
    padding-left: 20px;
}
.policy-bullet-list li {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-color, #1f2937);
    margin-bottom: 8px;
}
.policy-callout-card {
    border-radius: 14px;
    padding: 20px 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 24px 0;
}
.callout-security {
    background: var(--bg-light, #fdfbf7);
    border: 1.5px solid rgba(197, 155, 39, 0.4);
}
.callout-icon {
    font-size: 24px;
    color: var(--accent-gold, #c59b27);
    flex-shrink: 0;
}
.callout-content h4 {
    font-family: 'Cinzel', serif;
    font-size: 15px;
    font-weight: 800;
    color: var(--primary-color, #881337);
    margin: 0 0 4px 0;
}
.callout-content p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-color, #1f2937);
    margin: 0;
}
.grievance-contact-card {
    background: linear-gradient(135deg, #18080e 0%, var(--primary-color, #881337) 100%);
    border: 1px solid rgba(197, 155, 39, 0.45);
    border-radius: 16px;
    padding: 30px;
    color: #ffffff;
    margin-top: 20px;
    box-shadow: 0 8px 24px rgba(24, 8, 14, 0.3);
}
.officer-head {
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(197, 155, 39, 0.35);
    padding-bottom: 12px;
}
.officer-badge {
    font-size: 10px;
    font-weight: 800;
    color: var(--accent-gold, #c59b27);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 4px;
    font-family: 'Cinzel', serif;
}
.officer-head h3 {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
}
.officer-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.detail-row {
    font-size: 14px;
    line-height: 1.5;
}
.detail-row strong {
    color: var(--accent-gold-light, #fef3c7);
    display: inline-block;
    min-width: 190px;
}
.detail-row a {
    color: var(--accent-gold, #c59b27);
    font-weight: 700;
    text-decoration: underline;
}
.detail-row span {
    color: #ffffff;
    opacity: 0.95;
}

/* --------------------------------------------------------------------------
   3. Shipping & Delivery Timeline Table
   -------------------------------------------------------------------------- */
.shipping-table-wrap {
    overflow-x: auto;
    margin: 20px 0 16px;
    border-radius: 12px;
    border: 1px solid var(--border-color, #f1e6e9);
}
.shipping-timeline-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    text-align: left;
    font-size: 14px;
}
.shipping-timeline-table th {
    background: var(--bg-light, #fdfbf7);
    color: var(--primary-color, #881337);
    font-family: 'Cinzel', serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 18px;
    border-bottom: 2px solid var(--border-color, #f1e6e9);
}
.shipping-timeline-table td {
    padding: 14px 18px;
    border-bottom: 1px solid var(--border-color, #f1e6e9);
    color: var(--text-color, #1f2937);
    vertical-align: middle;
}
.shipping-timeline-table tr:last-child td {
    border-bottom: none;
}
.delivery-pill-fast {
    display: inline-block;
    background: rgba(16, 185, 129, 0.12);
    color: #065f46;
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid #a7f3d0;
}
.delivery-pill-standard {
    display: inline-block;
    background: var(--bg-light, #fdfbf7);
    color: var(--primary-color, #881337);
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid var(--border-color, #f1e6e9);
}
.delivery-pill-remote {
    display: inline-block;
    background: rgba(197, 155, 39, 0.15);
    color: var(--accent-gold, #c59b27);
    font-size: 12px;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(197, 155, 39, 0.35);
}

/* --------------------------------------------------------------------------
   4. About Us Luxury Story Layout
   -------------------------------------------------------------------------- */
.about-stats-strip {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 35px;
    flex-wrap: wrap;
}
.stat-pill {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(197, 155, 39, 0.4);
    padding: 12px 24px;
    border-radius: 12px;
    min-width: 140px;
}
.stat-pill strong {
    font-family: 'Cinzel', serif;
    font-size: 22px;
    color: var(--accent-gold-light, #fef3c7);
    display: block;
}
.stat-pill span {
    font-size: 11px;
    color: #ffffff;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.about-story-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.story-split-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 50px;
    align-items: center;
}
.section-kicker {
    font-size: 11px;
    font-weight: 800;
    color: var(--accent-gold, #c59b27);
    letter-spacing: 2.5px;
    display: block;
    margin-bottom: 8px;
    font-family: 'Cinzel', serif;
}
.story-heading {
    font-family: 'Cinzel', 'Playfair Display', serif;
    font-size: 32px;
    color: var(--text-color, #1f2937);
    line-height: 1.3;
    margin-bottom: 18px;
}
.story-paragraph {
    font-size: 15.5px;
    line-height: 1.75;
    color: var(--text-muted, #6b7280);
    margin-bottom: 16px;
}
.btn-about-primary {
    display: inline-block;
    background: var(--primary-color, #881337);
    color: #ffffff !important;
    font-family: 'Cinzel', serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.2s ease;
    box-shadow: 0 4px 14px rgba(136, 19, 55, 0.25);
}
.btn-about-primary:hover {
    background: var(--primary-hover, #9f1239);
}
.story-card-spotlight {
    background: var(--bg-light, #fdfbf7);
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 8px 24px rgba(42, 8, 19, 0.04);
}
.spotlight-badge {
    background: var(--primary-color, #881337);
    color: #ffffff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 14px;
    font-family: 'Cinzel', serif;
}
.story-card-spotlight h3 {
    font-family: 'Cinzel', serif;
    font-size: 20px;
    color: var(--text-color, #1f2937);
    margin-bottom: 10px;
}
.story-card-spotlight p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted, #6b7280);
    margin-bottom: 18px;
}
.spotlight-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.spotlight-checklist li {
    font-size: 13.5px;
    color: var(--text-color, #1f2937);
    display: flex;
    align-items: center;
    gap: 8px;
}
.spotlight-checklist li span {
    color: var(--accent-gold, #c59b27);
    font-weight: 900;
}

/* Pillars Bento Grid */
.about-pillars-section {
    padding: 80px 0;
    background-color: var(--bg-light, #fdfbf7);
    border-top: 1px solid var(--border-color, #f1e6e9);
}
.section-header-centered {
    text-align: center;
    margin-bottom: 45px;
}
.section-title {
    font-family: 'Cinzel', serif;
    font-size: 32px;
    color: var(--text-color, #1f2937);
    margin-bottom: 10px;
}
.heading-line {
    width: 60px;
    height: 3px;
    background: var(--accent-gold, #c59b27);
    margin: 0 auto;
    border-radius: 999px;
}
.pillars-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.pillar-card {
    border-radius: 14px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
}
.pillar-dark {
    background: #18080e;
    color: #ffffff;
    border: 1px solid rgba(197, 155, 39, 0.35);
}
.pillar-dark p { color: rgba(255, 255, 255, 0.85); }
.pillar-gold {
    background: linear-gradient(135deg, var(--accent-gold, #c59b27) 0%, #92400e 100%);
    color: #ffffff;
}
.pillar-slate {
    background: #ffffff;
    border: 1px solid var(--border-color, #f1e6e9);
    color: var(--text-color, #1f2937);
}
.pillar-slate p { color: var(--text-muted, #6b7280); }
.pillar-wine {
    background: linear-gradient(135deg, var(--primary-color, #881337) 0%, #4c0519 100%);
    color: #ffffff;
}
.pillar-icon {
    font-size: 28px;
    margin-bottom: 14px;
}
.pillar-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 17px;
    margin-bottom: 8px;
}
.pillar-card p {
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

/* Commitment Quote */
.about-commitment-section {
    padding: 80px 0;
    background: #ffffff;
}
.commitment-card {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
    background: var(--bg-light, #fdfbf7);
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 16px;
}
.commitment-quote-icon {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    color: var(--accent-gold, #c59b27);
    line-height: 1;
}
.commitment-quote {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 20px;
    color: var(--text-color, #1f2937);
    line-height: 1.7;
    margin: 10px 0 24px;
}
.commitment-author strong {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 14px;
    color: var(--primary-color, #881337);
}
.commitment-author span {
    font-size: 12px;
    color: var(--text-muted, #6b7280);
}

/* --------------------------------------------------------------------------
   5. Contact Us Support Desk Layout
   -------------------------------------------------------------------------- */
.contact-channels-section {
    padding: 60px 0 30px;
    background-color: var(--bg-light, #fdfbf7);
}
.channels-tri-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.channel-card {
    background: #ffffff;
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 14px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 4px 14px rgba(42, 8, 19, 0.02);
}
.channel-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-light, #fdfbf7);
    border: 1px solid var(--border-color, #f1e6e9);
    color: var(--primary-color, #881337);
}
.channel-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 17px;
    color: var(--text-color, #1f2937);
    margin-bottom: 6px;
}
.channel-desc {
    font-size: 13px;
    color: var(--text-muted, #6b7280);
    margin-bottom: 14px;
    line-height: 1.5;
}
.channel-action-link {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    font-weight: 800;
    color: var(--primary-color, #881337);
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}
.channel-timing {
    font-size: 11.5px;
    color: var(--text-muted, #6b7280);
    display: block;
}

.contact-main-grid-section {
    padding: 40px 0 80px;
    background-color: var(--bg-light, #fdfbf7);
}
.contact-split-layout {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 40px;
}
.contact-form-container {
    background: #ffffff;
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(42, 8, 19, 0.03);
}
.form-header h2 {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    color: var(--primary-color, #881337);
    margin-bottom: 6px;
}
.form-header p {
    font-size: 14px;
    color: var(--text-muted, #6b7280);
    margin-bottom: 24px;
}
.form-row-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.form-field-group {
    margin-bottom: 18px;
}
.form-field-group label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-color, #1f2937);
    margin-bottom: 6px;
}
.form-field-group input,
.form-field-group select,
.form-field-group textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 8px;
    font-size: 14px;
    background: var(--bg-light, #fdfbf7);
    outline: none;
    transition: all 0.2s ease;
    font-family: inherit;
    color: var(--text-color, #1f2937);
}
.form-field-group input:focus,
.form-field-group select:focus,
.form-field-group textarea:focus {
    border-color: var(--primary-color, #881337);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(136, 19, 55, 0.12);
}
.btn-submit-support {
    background: var(--primary-color, #881337);
    color: #ffffff;
    border: none;
    font-family: 'Cinzel', serif;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 32px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
    box-shadow: 0 4px 14px rgba(136, 19, 55, 0.25);
}
.btn-submit-support:hover {
    background: var(--primary-hover, #9f1239);
}

/* Sidebar Quick Help */
.contact-sidebar-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.sidebar-help-card,
.sidebar-warranty-card {
    background: #ffffff;
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 14px;
    padding: 26px;
    box-shadow: 0 4px 14px rgba(42, 8, 19, 0.02);
}
.card-kicker {
    font-size: 10.5px;
    font-weight: 800;
    color: var(--accent-gold, #c59b27);
    letter-spacing: 1.5px;
    display: block;
    margin-bottom: 4px;
    font-family: 'Cinzel', serif;
}
.sidebar-help-card h3 {
    font-family: 'Cinzel', serif;
    font-size: 17px;
    color: var(--text-color, #1f2937);
    margin-bottom: 6px;
}
.sidebar-help-card p,
.sidebar-warranty-card p {
    font-size: 13px;
    color: var(--text-muted, #6b7280);
    line-height: 1.5;
    margin-bottom: 16px;
}
.quick-link-tiles {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.quick-tile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: var(--bg-light, #fdfbf7);
    border: 1px solid var(--border-color, #f1e6e9);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease;
}
.quick-tile:hover {
    border-color: var(--primary-color, #881337);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(136, 19, 55, 0.08);
}
.qt-icon {
    font-size: 18px;
    color: var(--primary-color, #881337);
}
.quick-tile strong {
    display: block;
    font-size: 13px;
    color: var(--text-color, #1f2937);
}
.quick-tile small {
    font-size: 11px;
    color: var(--text-muted, #6b7280);
}
.warranty-badge-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.w-icon {
    font-size: 24px;
    color: var(--accent-gold, #c59b27);
}
.warranty-badge-head strong {
    font-family: 'Cinzel', serif;
    font-size: 14px;
    color: var(--primary-color, #881337);
    display: block;
}

/* --------------------------------------------------------------------------
   6. Responsive Engine
   -------------------------------------------------------------------------- */
@media (max-width: 992px) {
    .policy-split-grid,
    .story-split-grid,
    .contact-split-layout {
        grid-template-columns: 1fr;
    }
    .policy-sticky-sidebar {
        position: static;
    }
    .channels-tri-grid,
    .pillars-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .policy-article-body,
    .contact-form-container {
        padding: 30px 22px;
    }
}

@media (max-width: 640px) {
    .policy-hero-title,
    .about-hero-title,
    .contact-hero-title {
        font-size: 26px;
    }
    .form-row-duo,
    .channels-tri-grid,
    .pillars-bento-grid,
    .data-types-grid {
        grid-template-columns: 1fr;
    }
    .detail-row strong {
        display: block;
        min-width: unset;
        margin-bottom: 2px;
    }
}