/*
Theme Name: GiftReveal Luxury Blog
Theme URI: https://giftreveal.in/blog
Author: GiftReveal Engineering
Author URI: https://giftreveal.in
Description: Bespoke luxury editorial theme for GiftReveal blog matching the royal burgundy (#4A232F) and champagne gold (#d4af37) heritage design system.
Version: 1.5.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: giftreveal-blog
*/

/* Core Base & Universal Font Family Matching */
body {
    background-color: #FCF6F0;
    color: #4A232F;
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, .font-serif {
    font-family: 'Playfair Display', Georgia, serif;
    letter-spacing: -0.015em;
}

.font-sans {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

.font-handwriting {
    font-family: 'Caveat', cursive;
}

/* =========================================================
   MOBILE-FIRST HIGH-SPECIFICITY EDITORIAL TYPOGRAPHY
   Overrides Gutenberg WP-Block Styles Automatically
   ========================================================= */
.giftreveal-prose {
    width: 100%;
    font-size: 1rem; /* 16px on mobile */
    line-height: 1.8;
    color: rgba(74, 35, 47, 0.92);
}

@media (min-width: 640px) {
    .giftreveal-prose {
        font-size: 1.09375rem; /* ~17.5px on desktop */
        line-height: 1.85;
    }
}

.giftreveal-prose p {
    margin-bottom: 1.35rem;
    letter-spacing: 0.005em;
}

@media (min-width: 640px) {
    .giftreveal-prose p {
        margin-bottom: 1.65rem;
    }
}

/* H2 Headings (Mobile Scaled & High Specificity) */
.giftreveal-prose h2,
.giftreveal-prose .wp-block-heading,
.giftreveal-prose h2.wp-block-heading,
article.giftreveal-prose h2 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 1.25rem !important; /* ~20px on mobile */
    font-weight: 700 !important;
    color: #4A232F !important;
    margin-top: 1.75rem !important;
    margin-bottom: 0.65rem !important;
    line-height: 1.35 !important;
}

@media (min-width: 640px) {
    .giftreveal-prose h2,
    .giftreveal-prose .wp-block-heading,
    .giftreveal-prose h2.wp-block-heading,
    article.giftreveal-prose h2 {
        font-size: 1.85rem !important; /* ~29px on desktop */
        margin-top: 2.75rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.28 !important;
    }
}

/* H3 Headings (Mobile Scaled) */
.giftreveal-prose h3,
.giftreveal-prose h3.wp-block-heading,
article.giftreveal-prose h3 {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 1.1rem !important; /* ~17.5px on mobile */
    font-weight: 700 !important;
    color: #851d2c !important;
    margin-top: 1.35rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.35 !important;
}

@media (min-width: 640px) {
    .giftreveal-prose h3,
    .giftreveal-prose h3.wp-block-heading,
    article.giftreveal-prose h3 {
        font-size: 1.45rem !important;
        margin-top: 2rem !important;
        margin-bottom: 0.75rem !important;
    }
}

.giftreveal-prose ul {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

.giftreveal-prose ul li {
    list-style-type: disc;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.giftreveal-prose ol {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
}

.giftreveal-prose ol li {
    list-style-type: decimal;
    margin-bottom: 0.5rem;
    padding-left: 0.25rem;
}

.giftreveal-prose blockquote,
.giftreveal-prose .wp-block-quote {
    border-left: 4px solid #d4af37 !important;
    padding: 1rem 1.25rem !important;
    margin: 1.75rem 0 !important;
    background-color: rgba(212, 175, 55, 0.09) !important;
    border-radius: 0 1rem 1rem 0 !important;
    font-style: italic !important;
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 1.05rem !important;
    line-height: 1.65 !important;
    color: #4A232F !important;
}

@media (min-width: 640px) {
    .giftreveal-prose blockquote,
    .giftreveal-prose .wp-block-quote {
        padding: 1.25rem 1.75rem !important;
        margin: 2.25rem 0 !important;
        font-size: 1.2rem !important;
        line-height: 1.7 !important;
    }
}

.giftreveal-prose img {
    border-radius: 1.25rem;
    box-shadow: 0 10px 25px -5px rgba(74, 35, 47, 0.12);
    margin: 2rem auto;
    max-width: 100%;
    height: auto;
    border: 1px solid rgba(212, 175, 55, 0.3);
}

/* Responsive Table Styling (Market Standard) */
.giftreveal-prose table {
    width: 100%;
    margin: 1.75rem 0;
    border-collapse: collapse;
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 1rem;
    overflow: hidden;
}

.giftreveal-prose th {
    background-color: #851d2c;
    color: #ffe088;
    padding: 0.75rem 1rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.95rem;
    text-align: left;
}

.giftreveal-prose td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    font-size: 0.9rem;
}

.giftreveal-prose tr:nth-child(even) {
    background-color: rgba(212, 175, 55, 0.05);
}

.giftreveal-prose strong {
    color: #4A232F;
    font-weight: 700;
}

.giftreveal-prose a {
    color: #851d2c;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s;
}

.giftreveal-prose a:hover {
    color: #d4af37;
}
