:root {
    --cream: #fbf4ec;
    --cream-2: #fff9f2;
    --ink: #111b23;
    --muted: #4b3b31;
    --gold: #b7720a;
    --gold-2: #c98a24;
    --line: rgba(184, 113, 13, .28);
    --footer: #151617;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--cream-2);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.crl-container { width: min(1140px, calc(100% - 48px)); margin: 0 auto; }
.crl-container.wide { width: min(1160px, calc(100% - 48px)); }

.site-header {
    background: linear-gradient(90deg, #fbf3eb 0%, #fffaf4 55%, #fbf1e6 100%);
    position: sticky;
    top: 0;
    z-index: 30;
    box-shadow: 0 2px 14px rgba(40, 24, 10, .05);
}
.nav-wrap {
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}
.brand-logo { width: 280px; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 52px; text-transform: uppercase; font-size: 13px; letter-spacing: .05em; }
.main-nav a { position: relative; padding: 30px 0; }
.main-nav a.active, .main-nav a:hover { color: var(--gold); }
.main-nav a.active:after, .main-nav a:hover:after { content: ''; position: absolute; left: 0; right: 0; bottom: 20px; height: 1px; background: var(--gold); }
.connect-btn {
    background: linear-gradient(#c38424, #a86507);
    color: #fff;
    padding: 17px 29px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
    box-shadow: inset 0 1px rgba(255,255,255,.25), 0 8px 16px rgba(77,43,4,.14);
    white-space: nowrap;
}

.hero-section {
    min-height: 398px;
    display: grid;
    grid-template-columns: 41% 59%;
    background: #f8efe6;
    overflow: hidden;
}
.hero-copy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 398px;
    background:
        radial-gradient(circle at 7% 62%, rgba(190, 158, 91, .2), transparent 26%),
        linear-gradient(90deg, rgba(255,255,255,.84), rgba(255,250,244,.96));
}
.hero-copy:before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at left center, rgba(110, 90, 50, .18), transparent 24%);
    filter: blur(6px);
    opacity: .55;
}
.hero-inner { position: relative; width: min(380px, 80%); text-align: center; padding-top: 6px; }
.hero-inner h1 {
    margin: 0;
    font-size: clamp(48px, 6.3vw, 72px);
    line-height: .86;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 400;
}
.hero-inner h1 span { font-size: .45em; letter-spacing: .12em; display: block; margin-top: 15px; }
.gold-divider { display: flex; align-items: center; justify-content: center; margin: 18px auto 15px; color: var(--gold); }
.gold-divider:before, .gold-divider:after { content: ''; width: 92px; height: 1px; background: var(--line); }
.gold-divider span:before { content: '♥'; display: inline-block; margin: 0 12px; font-size: 16px; color: var(--gold); }
.gold-divider.small { margin: 7px auto 20px; }
.gold-divider.small:before, .gold-divider.small:after { width: 55px; }
.gold-divider.mini:before, .gold-divider.mini:after { width: 35px; }
.tagline { margin: 0 0 18px; color: var(--gold); font-size: clamp(25px, 3vw, 33px); line-height: 1.08; font-style: italic; }
.hero-text { margin: 0 auto 24px; max-width: 330px; font-size: 15px; line-height: 1.55; }
.hero-actions { display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 12px 25px; border-radius: 3px; text-transform: uppercase; font-size: 13px; letter-spacing: .09em; font-weight: 700; }
.btn-gold { background: linear-gradient(#c98624, #b66f08); color: white; }
.btn-outline { border: 1px solid rgba(183, 114, 10, .45); background: rgba(255,255,255,.48); color: #202932; }
.hero-books { min-height: 398px; background: #2a180f; }
.hero-shelf-img { width: 100%; height: 100%; object-fit: cover; }

.collections-section { padding: 12px 0 18px; background: linear-gradient(#fff8f1, #fbf0e6); }
.section-heading { text-align: center; }
.section-heading h2 { margin: 0; text-transform: uppercase; font-size: 28px; letter-spacing: .055em; font-weight: 400; }
.collections-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 13px; }
.collection-card {
    min-height: 298px;
    border: 1px solid rgba(183, 114, 10, .22);
    border-radius: 5px;
    background: rgba(255, 250, 244, .72);
    text-align: center;
    padding: 14px 13px 15px;
    box-shadow: 0 8px 20px rgba(74, 33, 3, .025);
}
.collection-card h3 { margin: 3px 0 13px; min-height: 37px; font-size: 16px; line-height: 1.1; text-transform: uppercase; letter-spacing: .03em; }
.collection-img { height: 75px; width: auto; margin: 0 auto 12px; object-fit: contain; }
.collection-card p { margin: 0 auto 13px; font-size: 13.2px; line-height: 1.55; min-height: 62px; max-width: 175px; }
.btn-card { min-height: 32px; padding: 8px 22px; border: 1px solid rgba(183, 114, 10, .22); background: rgba(255, 255, 255, .48); font-size: 12px; }

.icon { height: 39px; margin: 0 auto 5px; position: relative; color: var(--gold); }
.icon:before { display: block; font-size: 34px; line-height: 1; color: var(--gold); }
.icon.family:before, .icon.people:before { content: '♚'; }
.icon.leaf:before, .icon.plant:before { content: '♨'; }
.icon.cross:before { content: '✝'; }
.icon.cap:before { content: '▱'; transform: rotate(180deg); }
.icon.healing:before, .icon.heart-family:before { content: '♥'; }
.icon.rings:before { content: '∞'; }
.icon.heart:before { content: '♥'; }
.icon.book:before { content: '▤'; }
.icon.target:before { content: '◎'; }

/* remove old about section
.about-section {
    display: grid;
    grid-template-columns: 31% 44% 25%;
    align-items: center;
    min-height: 210px;
    background: linear-gradient(90deg, #fbf2e8 0%, #fffaf5 48%, #fbefe5 100%);
    border-top: 1px solid rgba(183,114,10,.12);
    overflow: hidden;
}
.about-emblem { position: relative; height: 210px; display: flex; align-items: center; justify-content: center; }
.about-emblem:after { content: ''; position: absolute; right: -42px; top: -70px; width: 310px; height: 310px; border: 1px solid rgba(183,114,10,.32); border-radius: 50%; }
.emblem-large { width: 205px; position: relative; z-index: 2; }
.about-copy { padding: 24px 32px; }
.section-heading.left { text-align: center; }
.about-copy p { font-size: 13.8px; margin: 0 0 12px; }
.about-quote {
    margin: 18px 30px 18px 0;
    min-height: 160px;
    border: 1px solid rgba(183, 114, 10, .18);
    border-radius: 4px;
    background: rgba(255, 246, 237, .85);
    color: var(--gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-style: italic;
}
.quote-mark { font-size: 34px; line-height: .6; }
.about-quote p { margin: 0; font-size: 23px; line-height: 1.25; }

*/

.mission-section { padding: 12px 0 16px; background: #fff7ef; }
.section-heading.compact { position: relative; display: flex; align-items: center; justify-content: center; gap: 18px; width: min(1100px, calc(100% - 48px)); margin: 0 auto 7px; }
.section-heading.compact:before, .section-heading.compact:after { content: ''; flex: 1; height: 1px; background: var(--line); }
.section-heading.compact h2 { font-size: 25px; }
.mission-grid { width: min(1120px, calc(100% - 48px)); margin: 0 auto; display: grid; grid-template-columns: repeat(8, 1fr); }
.mission-item { text-align: center; min-height: 70px; border-right: 1px solid rgba(183,114,10,.18); padding: 0 10px; }
.mission-item:last-child { border-right: 0; }
.mission-item .icon { height: 33px; margin-bottom: 3px; }
.mission-item .icon:before { font-size: 29px; }
.mission-item strong { display: block; font-size: 12.5px; line-height: 1.12; }

.amazon-section { background: radial-gradient(circle at 50% 10%, #31302c, #121313 55%, #0f1010); padding: 0 0 26px; text-align: center; color: white; }
.amazon-section h2 { margin: 0; padding: 4px 0 0; color: #d28a18; text-transform: uppercase; font-size: 26px; letter-spacing: .05em; }
.amazon-books { width: min(960px, calc(100% - 60px)); margin: 0 auto; display: grid; grid-template-columns: repeat(9, 1fr); gap: 14px; align-items: end; }
.amazon-book { display: block; }
.amazon-cover { height: 126px; width: 100%; object-fit: cover; object-position: top; box-shadow: 0 8px 18px rgba(0,0,0,.36); }
.amazon-book span { display: block; background: #b56b07; color: white; padding: 3px 2px; font-size: 7px; line-height: 1.1; text-transform: uppercase; font-weight: bold; letter-spacing: .04em; }

.quote-section { position: relative; min-height: 116px; background: #fff7ee; display: flex; flex-direction: column; align-items: center; justify-content: center; overflow: hidden; text-align: center; }
.quote-bg-strip { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .95; }
.quote-section blockquote { position: relative; z-index: 2; color: var(--gold); font-style: italic; font-size: clamp(20px, 2.4vw, 28px); line-height: 1.22; margin: 0; }
.quote-section .gold-divider { position: relative; z-index: 2; margin: 6px auto 0; }

.site-footer { background: linear-gradient(90deg, #171819, #202122 45%, #151616); color: #efe5d8; padding: 18px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr; gap: 45px; align-items: start; }
.footer-logo { width: 245px; filter: brightness(1.05); }
.footer-brand p { font-size: 12px; margin: 4px 0 0; color: #d7c7b6; }
.site-footer h3 { color: #c7831e; text-transform: uppercase; font-size: 13px; letter-spacing: .06em; margin: 0 0 6px; }
.footer-links { columns: 2; }
.footer-links h3 { columns: auto; column-span: all; }
.footer-links a { display: block; font-size: 12px; margin: 2px 0; color: #efe5d8; }
.social-row { display: flex; gap: 12px; }
.social-row a { width: 34px; height: 34px; border: 1px solid #c7831e; border-radius: 50%; color: #c7831e; display: inline-flex; align-items: center; justify-content: center; font-weight: bold; font-family: Arial, sans-serif; }

.crl-basic-page { padding: 80px 0; }

@media (max-width: 1050px) {
    .nav-wrap { gap: 16px; }
    .brand-logo { width: 230px; }
    .main-nav { gap: 24px; }
    .connect-btn { padding: 13px 17px; }
    .collections-grid { grid-template-columns: repeat(3, 1fr); }
    .mission-grid { grid-template-columns: repeat(4, 1fr); gap: 16px 0; }
    .mission-item:nth-child(4n) { border-right: 0; }
    .amazon-books { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 760px) {
    .crl-container, .crl-container.wide { width: min(100% - 30px, 560px); }
    .nav-wrap { height: auto; padding: 14px 0; flex-wrap: wrap; justify-content: center; }
    .brand-logo { width: 260px; }
    .main-nav { order: 3; flex-wrap: wrap; gap: 18px; width: 100%; }
    .main-nav a { padding: 5px 0; }
    .main-nav a.active:after, .main-nav a:hover:after { bottom: -2px; }
    .hero-section { grid-template-columns: 1fr; }
    .hero-copy { min-height: 390px; }
    .hero-books { min-height: 330px; }
    .collections-grid { grid-template-columns: 1fr; }
    .collection-card { min-height: auto; }
    .about-section { grid-template-columns: 1fr; text-align: center; }
    .about-copy { padding: 16px 28px; }
    .about-quote { margin: 18px 30px 28px; }
    .mission-grid { grid-template-columns: repeat(2, 1fr); }
    .mission-item:nth-child(2n) { border-right: 0; }
    .amazon-books { grid-template-columns: repeat(3, 1fr); width: min(100% - 34px, 500px); }
    .footer-grid { grid-template-columns: 1fr; gap: 22px; text-align: center; }
    .footer-logo { margin: 0 auto; }
    .social-row { justify-content: center; }
}

/* insert fetured book */

.crl-featured-book {
    background: #171717;
    padding: 55px 20px;
    color: #ffffff;
}

.crl-featured-book-wrap {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.crl-featured-book-image {
    flex: 0 0 320px;
    text-align: center;
}

.crl-featured-book-image img {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.45);
}

.crl-featured-book-content {
    flex: 1;
}

.crl-small-title {
    color: #c57a16;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 12px;
}

.crl-featured-book-content h2 {
    font-family: "Cinzel", serif;
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #ffffff;
}

.crl-featured-book-content p {
    font-size: 17px;
    line-height: 1.7;
    color: #f3e8dc;
    max-width: 620px;
    margin-bottom: 18px;
}

.crl-gold-button {
    display: inline-block;
    margin-top: 12px;
    background: #b86f0c;
    color: #ffffff;
    text-decoration: none;
    padding: 14px 26px;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.crl-gold-button:hover {
    background: #d28a22;
    color: #ffffff;
}

@media (max-width: 800px) {
    .crl-featured-book-wrap {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .crl-featured-book-image {
        flex: none;
    }

    .crl-featured-book-content h2 {
        font-size: 32px;
    }

    .crl-featured-book-content p {
        font-size: 16px;
    }
}


/* insert new about  */

/* ================================
   ABOUT SECTION - CRL STYLE
================================ */

.crl-about-section {
    position: relative;
    display: grid;
    grid-template-columns: 34% 42% 24%;
    align-items: center;
    min-height: 300px;
    overflow: hidden;
    border-top: 1px solid rgba(188, 116, 21, 0.15);
    border-bottom: 1px solid rgba(188, 116, 21, 0.15);

    background:
        radial-gradient(circle at 10% 45%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 247, 237, 0.75) 24%, rgba(251, 241, 231, 0.2) 48%, rgba(251, 243, 234, 0) 70%),
        radial-gradient(circle at 2% 80%, rgba(255, 255, 255, 0.8) 0%, rgba(241, 205, 154, 0.25) 22%, rgba(251, 243, 234, 0) 48%),
        linear-gradient(90deg, #fffaf5 0%, #fbf2e9 38%, #fff7ef 68%, #fbf1e8 100%);
}

.crl-about-section::before {
    content: "";
    position: absolute;
    left: -60px;
    top: -40px;
    width: 480px;
    height: 390px;
    background:
        radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.9) 0 2px, transparent 4px),
        radial-gradient(circle at 30% 68%, rgba(255, 255, 255, 0.7) 0 2px, transparent 5px),
        radial-gradient(circle at 8% 78%, rgba(203, 142, 57, 0.2) 0 3px, transparent 7px),
        radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.45) 0 4px, transparent 9px);
    opacity: 0.75;
    pointer-events: none;
    z-index: 0;
}

.crl-about-section::after {
    content: "";
    position: absolute;
    left: -130px;
    top: 50%;
    transform: translateY(-50%);
    width: 540px;
    height: 540px;
    border-radius: 50%;
    border: 1px solid rgba(184, 115, 24, 0.42);
    box-shadow:
        inset 0 0 45px rgba(255, 255, 255, 0.55),
        0 0 40px rgba(255, 255, 255, 0.35);
    pointer-events: none;
    z-index: 1;
}

.crl-about-logo-area,
.crl-about-content,
.crl-about-quote {
    position: relative;
    z-index: 2;
}

.crl-about-logo-area {
    height: 100%;
    min-height: 300px;
}

.crl-about-curve {
    position: absolute;
    left: -120px;
    top: 50%;
    transform: translateY(-50%);
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.crl-about-logo {
    width: 260px;
    height: auto;
    display: block;
    transform: translateX(45px);
}

.crl-about-content {
    padding: 42px 30px 38px;
}

.crl-about-content h2 {
    font-family: "Cinzel", "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 28px;
    line-height: 1.2;
    color: #17212b;
    text-align: center;
    margin: 0 0 10px;
}

.crl-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin: 0 0 28px;
    color: #b87318;
}

.crl-title-divider span {
    width: 70px;
    height: 1px;
    background: rgba(184, 115, 24, 0.45);
}

.crl-title-divider strong {
    font-size: 14px;
    line-height: 1;
}

.crl-about-content p {
    font-size: 15px;
    line-height: 1.65;
    color: #17212b;
    margin: 0 0 15px;
}

.crl-about-quote {
    margin-right: 42px;
    padding: 34px 28px 30px;
    border: 1px solid rgba(188, 116, 21, 0.35);
    border-radius: 4px;
    background: rgba(255, 248, 240, 0.75);
    text-align: center;
    color: #b87318;
}

.crl-quote-mark {
    position: absolute;
    top: 12px;
    left: 32px;
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 1;
    color: #b87318;
}

.crl-about-quote p {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 25px;
    line-height: 1.28;
    margin: 0;
    color: #b87318;
}

.crl-quote-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
    color: #b87318;
}

.crl-quote-divider span {
    width: 44px;
    height: 1px;
    background: rgba(184, 115, 24, 0.45);
}

.crl-quote-divider strong {
    font-size: 13px;
    line-height: 1;
}

/* ================================
   ABOUT SECTION - MOBILE
================================ */

@media (max-width: 950px) {
    .crl-about-section {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 40px 20px;
    }

    .crl-about-section::after {
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
        width: 300px;
        height: 300px;
    }

    .crl-about-logo-area {
        min-height: 230px;
    }

    .crl-about-curve {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 260px;
        height: 260px;
        margin: 0 auto;
    }

    .crl-about-logo {
        width: 180px;
        transform: none;
    }

    .crl-about-content {
        padding: 25px 0;
    }

    .crl-about-content h2 {
        font-size: 24px;
    }

    .crl-about-content p {
        font-size: 15px;
    }

    .crl-about-quote {
        margin: 20px auto 0;
        max-width: 360px;
    }

    .crl-about-quote p {
        font-size: 23px;
    }
}

/* email cover */

.crl-footer-email {
    margin-top: 14px;
    font-size: 14px;
    color: #f4dfbf;
    text-align: center;
}

.crl-footer-email span {
    color: #b87318;
    margin-right: 5px;
    font-weight: 600;
}

.crl-footer-email a {
    color: #f4dfbf;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.crl-footer-email a:hover {
    color: #c98524;
}


/* fix email */
.crl-footer-inner {
    max-width: 1150px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr;
    gap: 60px;
    align-items: start;
    padding: 28px 20px;
}

.crl-footer-connect {
    text-align: left;
    justify-self: start;
    padding-left: 20px;
}

.crl-footer-email {
    margin-top: 14px;
    text-align: left;
}

@media (max-width: 800px) {
    .crl-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 28px;
    }

    .crl-footer-connect {
        transform: none;
        text-align: center;
        justify-self: center;
    }

    .crl-footer-email {
        text-align: center;
    }
}


/* fix quote alignment on mobile */

/* ================================
   QUOTE SECTION MOBILE FIX ONLY
================================ */

@media (max-width: 700px) {
    .quote-section {
        min-height: 165px;
        padding: 18px 0 32px;
        overflow: hidden;
    }

    .quote-section .quote-bg-strip {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }

    .quote-section blockquote {
        max-width: 62%;
        padding: 0;
        margin: 0 auto;
        font-size: 16px !important;
        line-height: 1.22 !important;
        text-align: center;
    }

    .quote-section .gold-divider.small {
        bottom: 12px;
    }
}

@media (max-width: 480px) {
    .quote-section {
        min-height: 170px;
    }

    .quote-section blockquote {
        max-width: 58%;
        font-size: 15px !important;
        line-height: 1.2 !important;
    }
}