/*
Theme Name: Bureikou.Cloud
Theme URI: https://bureikou.cloud/
Author: Bureikou.Cloud
Description: A cozy celestial watercolor WordPress theme for Bureikou.Cloud.
Version: 1.1.0
Requires at least: 6.4
Requires PHP: 8.1
Text Domain: bureikou-cloud
*/

:root {
    --background: #fdf3eb;
    --background-light: #fffaf6;
    --surface: rgba(255, 255, 255, .68);
    --text: #756c70;
    --text-deep: #665761;
    --text-soft: #968a90;
    --lavender: #c8b8d2;
    --lavender-dark: #8f798d;
    --peach: #edbba5;
    --peach-soft: #f7ded2;
	--peach-deep: #fad0c1;
    --sage: #a6aa8d;
    --sage-soft: #e3e4d8;
    --gold: #d4ad72;
    --gold-soft: #ead8b8;
    --border: #dfcfd9;
    --shadow: 0 16px 40px rgba(116, 91, 108, .09);
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--text); font-family: "DM Sans", sans-serif; background: radial-gradient(circle at 50% 0, #fffdf9 0, var(--background) 48%, #faeee5 100%); }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; background-image: radial-gradient(circle, var(--gold) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 38%); }
h1, h2, h3, .navbar-brand { color: var(--text-deep); font-family: "Playfair Display", serif; }
h1 { font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: 1.08; }
h2 { font-size: clamp(1.7rem, 3vw, 2.7rem); }
h3 { font-size: 1.35rem; }
p { line-height: 1.75; }
a { color: inherit; }

.site-nav { position: relative; z-index: 10; padding: 1rem 0; background: rgba(255, 250, 246, .82); border-bottom: 1px solid rgba(223, 207, 217, .7); backdrop-filter: blur(12px); }
.navbar-brand { color: var(--lavender-dark); font-size: 1.2rem; font-weight: 600; }
.brand-star { color: var(--gold); margin-right: .3rem; }
.nav-link { position: relative; margin: 0 .25rem; color: var(--text); font-size: .93rem; }
.nav-link:hover { color: var(--lavender-dark); }
.nav-link.active { color: var(--gold); }
.nav-link.active::before { content: ""; position: absolute; top: -.15rem; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); transform: translateX(-50%); }
.navbar-toggler { color: var(--lavender-dark); border: 1px solid var(--border); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(200, 184, 210, .3); }

.btn { border-radius: 999px; padding: .7rem 1.35rem; font-weight: 600; font-size: .9rem; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-cloud { color: #fff; border: 1px solid var(--lavender-dark); background: var(--lavender-dark); box-shadow: 0 8px 22px rgba(143, 121, 141, .18); }
.btn-cloud:hover, .btn-cloud:focus { color: #fff; background: #7f697d; border-color: #7f697d; }
.btn-soft { color: var(--lavender-dark); border: 1px solid var(--border); background: rgba(255,255,255,.65); }
.btn-soft:hover { color: var(--lavender-dark); border-color: var(--lavender); background: #fff; }

.hero-section { position: relative; overflow: hidden; padding: 3rem 0 6.5rem; }
.hero-section::after { content: "☾  ✦"; position: absolute; right: 7%; top: 12%; color: var(--gold-soft); font-size: 2rem; transform: rotate(8deg); }
.hero-logo { display: block; width: min(760px, 95%); height: auto; margin: -1.5rem auto -3.4rem; margin-bottom: 20px;}
.eyebrow { margin-bottom: .8rem; color: var(--lavender-dark); font-size: .75rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { color: var(--gold); }
.lead-copy { max-width: 680px; color: var(--text-soft); font-size: 1.04rem; }
.section-space { padding: 6rem 0; }
.section-heading { margin-bottom: 2.5rem; }
.section-icon { display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 1rem; color: var(--gold); border: 1px solid var(--gold-soft); border-radius: 50%; background: rgba(255,255,255,.56); }

.soft-card, .project-card, .story-card, .contact-card, .plan-card { position: relative; padding: 2rem; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.soft-card { overflow: hidden; }
.soft-card::after { content: "✦"; position: absolute; right: 1.25rem; top: 1rem; color: var(--gold-soft); font-size: 1.2rem; }
.card-icon, .plan-symbol { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1.25rem; color: var(--lavender-dark); border: 1px solid rgba(255,255,255,.8); border-radius: 18px; background: var(--peach-soft); }
.accent-lavender { border-top: 4px solid var(--lavender); }
.accent-lavender .card-icon { background: #e8e0ed; }
.accent-peach { border-top: 4px solid var(--peach); }
.accent-sage { border-top: 4px solid var(--sage); }
.accent-sage .card-icon { color: #777d61; background: var(--sage-soft); }
.status-badge, .tag-list span, .popular-pill { display: inline-block; margin-bottom: .8rem; padding: .3rem .65rem; color: var(--lavender-dark); border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.62); font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.text-link { color: var(--lavender-dark); font-weight: 600; font-size: .88rem; text-decoration: none; }
.text-link i { margin-left: .35rem; font-size: .75rem; transition: transform .2s; }
.text-link:hover i { transform: translateX(4px); }

.cloud-cta { margin: 1rem 0 5rem; padding: 5rem 1rem; background: linear-gradient(135deg, rgba(232,224,237,.65), rgba(247,222,210,.65)); border-block: 1px solid var(--border); }
.cloud-cta p { color: var(--text-soft); }
.cta-stars { display: block; margin-bottom: 1rem; color: var(--gold); letter-spacing: .6rem; }
.page-hero { padding: 6rem 0 5rem; }
.compact-hero { padding-bottom: 4rem; }
.buffer {padding-top: 2rem;}
.small-container { max-width: 780px; }

.project-card { min-height: 330px; }
.project-top { display: flex; justify-content: space-between; align-items: flex-start; }
.tag-list { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.5rem; }
.tag-list span { margin: 0; color: var(--text-soft); }
.future-card { display: flex; flex-direction: column; justify-content: center; min-height: 330px; border-style: dashed; }

.plan-row { align-items: stretch; }
.plan-card { padding: 2.4rem; }
.plan-card.haven { border-color: var(--gold); box-shadow: 0 20px 50px rgba(145, 112, 92, .14); }
.plan-symbol { width: 64px; height: 64px; color: var(--lavender-dark); border-radius: 50%; background: #e8e0ed; font-size: 1.4rem; }
.haven .plan-symbol { color: var(--gold); background: #fff3df; }
.plan-address { color: var(--lavender-dark); font-family: "Playfair Display", serif; font-size: 1.08rem; }
.plan-price { display: flex; align-items: baseline; gap: .3rem; margin: 1rem 0; color: var(--text-deep); }
.price-amount { color: var(--lavender-dark); font-family: "Playfair Display", serif; font-size: 2.4rem; font-weight: 600; line-height: 1; }
.accent-gold .price-amount { color: var(--gold); }
.price-period { color: var(--text-soft); font-size: .82rem; }
.accent-gold { border-top: 4px solid var(--gold); }
.accent-gold .card-icon, .accent-gold .plan-symbol { color: var(--gold); background: #fff3df; }
.feature-list { min-height: 245px; margin: 1.5rem 0; padding: 0; list-style: none; }
.feature-list li { padding: .55rem 0; border-bottom: 1px solid rgba(223,207,217,.55); font-size: .9rem; }
.feature-list i { width: 22px; color: var(--sage); }
.popular-pill { position: absolute; top: 1.5rem; right: 1.5rem; color: #8a6f49; border-color: var(--gold-soft); background: #fff8eb; }
.plan-note { max-width: 720px; margin: 2rem auto 0; color: var(--text-soft); font-size: .82rem; }
.faq-section { padding: 5rem 0 7rem; background: rgba(255,255,255,.3); border-top: 1px solid var(--border); }
.cozy-accordion .accordion-item { margin-bottom: .8rem; overflow: hidden; border: 1px solid var(--border); border-radius: 18px; background: rgba(255,255,255,.58); }
.cozy-accordion .accordion-button { color: var(--text-deep); font-family: "Playfair Display", serif; background: transparent; box-shadow: none; }
.cozy-accordion .accordion-button:not(.collapsed) { color: var(--lavender-dark); }
.cozy-accordion .accordion-button::after { filter: sepia(.3); }

.story-card { padding: clamp(2rem, 5vw, 4rem); font-size: 1.04rem; }
.story-symbol { margin-bottom: 1.5rem; color: var(--gold); font-size: 1.6rem; text-align: center; }
.contact-wrap { max-width: 700px; }
.contact-card { padding: clamp(1.5rem, 4vw, 2.75rem); }
.form-label { color: var(--text-deep); font-size: .83rem; font-weight: 600; }
.form-control, .form-select { color: var(--text); border-color: var(--border); border-radius: 12px; background: rgba(255,255,255,.76); }
.form-control-sm, .form-select-sm { min-height: 38px; padding: .5rem .75rem; }
textarea.form-control-sm { min-height: 145px; resize: vertical; }
.form-control:focus, .form-select:focus { border-color: var(--lavender); box-shadow: 0 0 0 .22rem rgba(200,184,210,.22); }
.form-messages { display: none; margin-bottom: 1rem; padding: .8rem 1rem; border-radius: 12px; font-size: .86rem; }
.form-messages:not(:empty) { display: block; background: #f2ecf5; }
.form-messages.success { color: #65704f; background: var(--sage-soft); }
.form-messages.error { color: #8a5555; background: #f8dddd; }

.site-footer { padding: 2rem 0; color: var(--text-soft); border-top: 1px solid var(--border); background: rgba(255,250,246,.66); font-size: .78rem; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.footer-mark { margin-right: .4rem; color: var(--gold); }

/* WordPress navigation */
.site-nav .menu { display: flex; align-items: center; gap: .15rem; margin: 0; padding: 0; list-style: none; }
.site-nav .menu-item { position: relative; }
.site-nav .menu-item > a { position: relative; display: block; margin: 0 .25rem; padding: .5rem; color: var(--text); font-size: .93rem; text-decoration: none; }
.site-nav .menu-item > a:hover { color: var(--lavender-dark); }
.site-nav .current-menu-item > a,
.site-nav .current-menu-parent > a,
.site-nav .current-post-type-archive > a { color: var(--gold); }
.site-nav .current-menu-item > a::before,
.site-nav .current-menu-parent > a::before,
.site-nav .current-post-type-archive > a::before { content: ""; position: absolute; top: -.15rem; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); transform: translateX(-50%); }
.site-nav .sub-menu { position: absolute; z-index: 30; top: calc(100% + .35rem); left: 50%; min-width: 190px; margin: 0; padding: .55rem; visibility: hidden; opacity: 0; list-style: none; border: 1px solid var(--border); border-radius: 16px; background: rgba(255,250,246,.98); box-shadow: var(--shadow); transform: translate(-50%, .35rem); transition: .18s ease; }
.site-nav .menu-item:hover > .sub-menu,
.site-nav .menu-item:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: translate(-50%, 0); }
.site-nav .sub-menu a { display: block; padding: .65rem .8rem; color: var(--text); text-decoration: none; white-space: nowrap; border-radius: 10px; }
.site-nav .sub-menu a:hover { color: var(--lavender-dark); background: var(--peach-soft); }
.site-nav .menu-contact > a { margin-left: .5rem; padding: .7rem 1.25rem; color: #fff; border: 1px solid var(--lavender-dark); border-radius: 999px; background: var(--lavender-dark); box-shadow: 0 8px 22px rgba(143,121,141,.18); font-weight: 600; }
.site-nav .menu-contact > a:hover { color: #fff; background: #7f697d; }

/* WordPress content */
.entry-content > * { max-width: 780px; margin-right: auto; margin-left: auto;}
.entry-content > .alignwide { max-width: 1140px; }
.entry-content > .alignfull { max-width: none; }
.entry-content a:not(.btn) { color: var(--lavender-dark); text-decoration-color: var(--gold-soft); text-underline-offset: 3px; }
.entry-content img { max-width: 100%; height: auto; border-radius: 22px; }
.wp-block-quote { padding: 1.2rem 1.5rem; border-left: 3px solid var(--gold); background: rgba(255,255,255,.5); }
.post-card, .help-card, .download-card, .empty-card { height: 100%; padding: 1.8rem; border: 1px solid var(--border); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow); }
.post-card h2, .help-card h2, .download-card h2 { font-size: 1.55rem; }
.post-card a, .help-card a, .download-card a { text-decoration: none; }
.post-meta, .download-meta { color: var(--text-soft); font-size: .76rem; }
.download-meta { display: flex; flex-wrap: wrap; gap: .65rem; margin: .8rem 0 1.2rem; }
.resource-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 1rem; color: var(--gold); border: 1px solid var(--gold-soft); border-radius: 16px; background: #fff8eb; }
.help-topic { margin-bottom: 3.5rem; }
.help-topic-title { margin-bottom: 1.3rem; font-size: 1.65rem; }
.help-search { max-width: 620px; margin: 0 auto 3rem; }
.help-search .form-control { min-height: 48px; }
.article-shell { max-width: 1000px; margin: 0 auto; padding: clamp(1.5rem, 5vw, 4rem); border: 1px solid var(--border); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.article-shell .entry-content > * { max-width: none; }
.article-back { display: inline-block; margin-bottom: 1.5rem; color: var(--lavender-dark); text-decoration: none; }
.article-back i { margin-right: .35rem; }
.pagination { justify-content: center; gap: .35rem; margin-top: 2.5rem; }
.page-numbers { padding: .45rem .75rem; color: var(--text); text-decoration: none; border: 1px solid var(--border); border-radius: 999px; background: rgba(255,255,255,.65); }
.page-numbers.current { color: #fff; border-color: var(--lavender-dark); background: var(--lavender-dark); }
.bc-honeypot { position: absolute !important; left: -9999px !important; }
.contact-card .bc-contact-form { width: 100%; }
.featured-image { margin-bottom: 2rem; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (max-width: 991.98px) {
    .navbar-collapse { padding-top: 1rem; }
    .nav-link { padding: .65rem 0; }
    .nav-link.active::before { display: none; }
    .site-nav .btn { margin-top: .5rem; }
    .site-nav .menu { display: block; }
    .site-nav .menu-item > a { margin: 0; padding: .65rem 0; }
    .site-nav .current-menu-item > a::before,
    .site-nav .current-menu-parent > a::before,
    .site-nav .current-post-type-archive > a::before { display: none; }
    .site-nav .sub-menu { position: static; display: block; min-width: 0; padding: 0 0 0 1rem; visibility: visible; opacity: 1; border: 0; background: transparent; box-shadow: none; transform: none; }
    .site-nav .sub-menu a { padding: .45rem 0; }
    .site-nav .menu-contact > a { display: inline-block; margin: .5rem 0 0; padding: .65rem 1.1rem; }
}
@media (max-width: 767.98px) {
    .hero-section { padding-top: 2rem; }
    .hero-logo { margin-bottom: -1.5rem; }
    .hero-section::after { display: none; }
    .section-space { padding: 4rem 0; }
    .page-hero { padding: 4.5rem 0 3.5rem; }
    .plan-card { padding: 1.7rem; }
    .feature-list { min-height: auto; }
    .footer-inner { flex-direction: column; text-align: center; }
}

.text-center { 
text-align: center;
}
/* WordPress block buttons */
.wp-block-button__link,
.wp-block-button__link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 42px;
    padding: 0.7rem 1.35rem;

    color: #fff !important;
    background: var(--lavender-dark);
    border: 1px solid var(--lavender-dark);
    border-radius: 999px;

    font-family: "DM Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;

    box-shadow: 0 8px 22px rgba(143, 121, 141, 0.18);
    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
    color: #fff;
    background: #7f697d;
    border-color: #7f697d;
    transform: translateY(-2px);
}

.wp-block-button__link:focus-visible {
    outline: 3px solid rgba(200, 184, 210, 0.45);
    outline-offset: 3px;
}

.wp-block-button.is-style-outline > .wp-block-button__link {
    color: var(--lavender-dark);
    background: rgba(255, 255, 255, 0.65);
    border-color: var(--border);
    box-shadow: none;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover,
.wp-block-button.is-style-outline > .wp-block-button__link:focus {
    color: var(--lavender-dark);
    background: #fff;
    border-color: var(--lavender);
}

.wp-block-button.is-gold > .wp-block-button__link {
    color: var(--text-deep);
    background: var(--gold-soft);
    border-color: var(--gold);
    box-shadow: 0 8px 22px rgba(212, 173, 114, 0.18);
}

.wp-block-button.is-gold > .wp-block-button__link:hover,
.wp-block-button.is-gold > .wp-block-button__link:focus {
    color: var(--text-deep);
    background: var(--gold);
    border-color: var(--gold);
}
.single-plan-summary {
    position: relative;
    margin-bottom: 2.5rem;
    padding: clamp(1.5rem, 4vw, 2.5rem);

    border: 1px solid var(--border);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.55);
}

.single-plan-summary.accent-lavender {
    border-top: 4px solid var(--lavender);
}

.single-plan-summary.accent-peach {
    border-top: 4px solid var(--peach);
}

.single-plan-summary.accent-sage {
    border-top: 4px solid var(--sage);
}

.single-plan-summary.accent-gold {
    border-top: 4px solid var(--gold);
}

.plan-includes-title {
    margin: 2rem 0 0.75rem;
    font-size: 1.25rem;
}

.single-plan-features {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.single-plan-features li {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(223, 207, 217, 0.55);
}

.single-plan-features i {
    width: 24px;
    color: var(--sage);
}

.single-plan-content {
    padding-top: 0.5rem;
}
.post-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;

    margin-bottom: 0.75rem;
}

.post-card .post-categories {
    justify-content: flex-start;
}

.post-categories a {
    display: inline-block;
    padding: 0.3rem 0.65rem;

    color: var(--lavender-dark);
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid var(--border);
    border-radius: 999px;

    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-transform: uppercase;
}

.post-categories a:hover,
.post-categories a:focus {
    color: var(--text-deep);
    background: var(--peach-soft);
    border-color: var(--peach);
}

.wp-block-separator.is-style-dots {
	color: #FACF85 !important;
	background-color: transparent;
}
