/* =========================================================
   Heal Crystal — design system v5 (editorial boutique)
   Palette: terracotta #bc5d40 · dark teal #395155 · ink #131117 · cream #f4f0ea
   Fonts:   Cormorant Garamond (display) + Inter (body)
   ========================================================= */

:root {
    --hc-accent: #bc5d40;
    --hc-accent-dark: #a34c33;
    --hc-teal: #395155;
    --hc-ink: #131117;
    --hc-cream: #f4f0ea;
    --hc-mist: #d9dadc;
    --hc-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    --hc-sans: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif;
    --hc-body: #55504a;
    --hc-muted: #9a9388;
    --hc-line: #ece6db;
    --hc-h1: clamp(40px, 5.2vw, 56px);
    --hc-h2: clamp(28px, 3.4vw, 36px);
    --hc-radius: 18px;
}

.hc-container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.hc-center { text-align: center; }

/* ---------- Section heads ---------- */
.hc-sec-head { margin-bottom: 44px; }
.hc-section-title {
    font-family: var(--hc-serif);
    font-weight: 500;
    font-size: var(--hc-h2);
    line-height: 1.2;
    text-align: center;
    margin: 0 0 12px;
    color: var(--hc-teal);
}
.hc-section-sub {
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    color: var(--hc-muted);
    max-width: 520px;
    margin: 0 auto;
}
.hc-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-family: var(--hc-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--hc-accent);
    margin-bottom: 16px;
}
.hc-eyebrow.hc-center::before,
.hc-eyebrow.hc-center::after {
    content: "";
    width: 26px;
    height: 1px;
    background: var(--hc-accent);
    opacity: 0.45;
}
.hc-viewall {
    font-family: var(--hc-sans);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hc-teal);
    text-decoration: none;
}
.hc-viewall:hover { color: var(--hc-accent); }

/* ---------- Announcement bar ---------- */
.hc-announce {
    background: var(--hc-teal);
    color: #fff;
    font-family: var(--hc-sans);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 9px 16px;
}
.hc-announce .hc-container { max-width: 1180px; }
.hc-announce-inner { display: flex; align-items: center; gap: 16px; }
.hc-announce-text { flex: 1; text-align: center; }
.hc-announce .hc-socials { margin-left: auto; }
.hc-announce .hc-socials a { width: 24px; height: 24px; border-color: rgba(255, 255, 255, 0.4); }
.hc-announce .hc-socials a:hover { border-color: #fff; background: rgba(255, 255, 255, 0.12); }

/* ---------- Social icons ---------- */
.hc-socials { display: flex; gap: 10px; }
.hc-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
}
.hc-socials a:hover { background: #fff; color: var(--hc-teal); }
.hc-socials svg { width: 15px; height: 15px; fill: currentColor; display: block; }

/* ---------- Buttons (pill) ---------- */
.hc-btn {
    display: inline-block;
    padding: 14px 34px;
    border-radius: 100px;
    font-family: var(--hc-sans);
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .25s ease;
    border: 1px solid transparent;
    cursor: pointer;
}
.hc-btn-sm { padding: 10px 22px; font-size: 11.5px; }
.hc-btn-primary {
    background: var(--hc-accent);
    color: #fff;
    box-shadow: 0 10px 24px rgba(188, 93, 64, 0.28);
}
.hc-btn-primary:hover { background: var(--hc-accent-dark); color: #fff; transform: translateY(-1px); }
.hc-btn-ghost {
    border-color: var(--hc-teal);
    color: var(--hc-teal);
    background: transparent;
}
.hc-btn-ghost:hover { background: var(--hc-teal); color: #fff; }
.hc-btn-light {
    background: #fff;
    color: var(--hc-teal);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}
.hc-btn-light:hover { background: var(--hc-cream); transform: translateY(-1px); }

/* ---------- Hero ---------- */
.hc-hero {
    position: relative;
    background:
        radial-gradient(circle at 12% 20%, rgba(188, 93, 64, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 88% 78%, rgba(57, 81, 85, 0.10) 0%, transparent 42%),
        linear-gradient(160deg, #f7f1e8 0%, #eee4d5 55%, #e3d7c4 100%);
    padding: 84px 0 110px;
    overflow: hidden;
}
.hc-hero-grid {
    display: grid;
    grid-template-columns: 1.12fr 0.88fr;
    gap: 64px;
    align-items: center;
}
.hc-hero-title {
    font-family: var(--hc-serif);
    font-weight: 500;
    font-size: var(--hc-h1);
    line-height: 1.12;
    color: var(--hc-teal);
    margin: 0 0 22px;
}
.hc-hero-title em {
    font-style: italic;
    color: var(--hc-accent);
}
.hc-hero-sub {
    font-size: 16px;
    line-height: 1.7;
    color: var(--hc-body);
    max-width: 500px;
    margin: 0 0 34px;
}
.hc-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hc-hero-trust {
    font-family: var(--hc-sans);
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--hc-teal);
    opacity: 0.75;
    margin: 0;
}
.hc-hero-visual { position: relative; }
.hc-hero-img {
    position: relative;
    aspect-ratio: 1 / 1.05;
    border-radius: 28px 28px 150px 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 25% 20%, rgba(188, 93, 64, 0.30) 0%, transparent 42%),
        radial-gradient(circle at 78% 72%, rgba(57, 81, 85, 0.32) 0%, transparent 48%),
        linear-gradient(150deg, #fdfbf7 0%, #f2e9db 55%, #e2d4bf 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border: 1px solid rgba(57, 81, 85, 0.12);
    box-shadow: 0 40px 80px rgba(57, 81, 85, 0.20);
}
.hc-hero-img::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px dashed rgba(57, 81, 85, 0.28);
    right: 26px;
    top: 24px;
}
.hc-hero-img::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(188, 93, 64, 0.16);
    left: 28px;
    bottom: 28px;
}
.hc-hero-glyph {
    position: relative;
    font-size: 72px;
    color: var(--hc-accent);
    line-height: 1;
    animation: hc-float 4s ease-in-out infinite;
}
.hc-hero-caption {
    position: relative;
    font-family: var(--hc-serif);
    font-style: italic;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: var(--hc-teal);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    padding: 10px 22px;
    border-radius: 100px;
    border: 1px solid rgba(57, 81, 85, 0.12);
}
.hc-hero-badge {
    position: absolute;
    top: 22px;
    left: 24px;
    z-index: 3;
    background: var(--hc-teal);
    color: #fff;
    font-family: var(--hc-sans);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding: 9px 18px;
    border-radius: 100px;
    box-shadow: 0 10px 24px rgba(57, 81, 85, 0.25);
}
.hc-spark {
    position: absolute;
    z-index: 3;
    color: var(--hc-accent);
    line-height: 1;
    animation: hc-twinkle 3.4s ease-in-out infinite;
}
.hc-spark-1 { top: 4px; right: 22px; font-size: 20px; }
.hc-spark-2 { bottom: 58px; left: -6px; font-size: 16px; animation-delay: 1.1s; }
.hc-spark-3 { top: 54%; right: -10px; font-size: 13px; animation-delay: 2.2s; }
@keyframes hc-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes hc-twinkle { 0%, 100% { opacity: 0.35; transform: scale(0.9); } 50% { opacity: 1; transform: scale(1.08); } }

/* ---------- Features ---------- */
.hc-features { padding: 100px 0; background: #fff; }
.hc-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    margin-top: 8px;
}
.hc-feature {
    padding: 40px 26px;
    border: 1px solid var(--hc-line);
    border-radius: var(--hc-radius);
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease;
}
.hc-feature:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(57, 81, 85, 0.10); }
.hc-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(188, 93, 64, 0.10);
    color: var(--hc-accent);
    font-size: 20px;
    margin-bottom: 18px;
}
.hc-feature h3 {
    font-family: var(--hc-serif);
    font-weight: 600;
    font-size: 21px;
    color: var(--hc-teal);
    margin: 0 0 10px;
}
.hc-feature p { font-size: 13.5px; color: var(--hc-body); line-height: 1.6; margin: 0; }

/* ---------- Product cards ---------- */
.hc-new, .hc-pop { padding: 100px 0; }
.hc-new { background: #fff; }
.hc-pop { background: var(--hc-cream); }
.hc-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 6px;
}
.hc-product-card { text-align: center; }
.hc-prod-img {
    position: relative;
    display: block;
    background: var(--hc-cream);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: var(--hc-radius);
    border: 1px solid rgba(57, 81, 85, 0.06);
    margin-bottom: 18px;
    transition: box-shadow .3s ease;
}
.hc-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}
.hc-product-card:hover .hc-prod-img { box-shadow: 0 22px 48px rgba(57, 81, 85, 0.16); }
.hc-product-card:hover .hc-prod-img img { transform: scale(1.06); }
.hc-noimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px;
    font-family: var(--hc-serif);
    font-style: italic;
    font-size: 17px;
    color: var(--hc-teal);
}
.hc-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    font-family: var(--hc-sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    padding: 6px 12px;
    border-radius: 100px;
    text-transform: uppercase;
    background: var(--hc-accent);
    color: #fff;
}
.hc-badge-sold { background: #8a8c8d; }
.hc-prod-title {
    font-family: var(--hc-serif);
    font-weight: 600;
    font-size: 19px;
    line-height: 1.35;
    margin: 0 0 6px;
}
.hc-prod-title a { color: var(--hc-teal); text-decoration: none; }
.hc-prod-title a:hover { color: var(--hc-accent); }
.hc-price {
    display: block;
    font-family: var(--hc-sans);
    font-size: 15px;
    font-weight: 500;
    color: var(--hc-accent);
    margin-bottom: 16px;
}
.hc-price del { color: var(--hc-mist); font-weight: 400; margin-right: 6px; }
.hc-prod-cta {
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .25s ease, transform .25s ease, background .25s ease;
}
.hc-product-card:hover .hc-prod-cta { opacity: 1; transform: none; }
.hc-more { margin-top: 44px; }
.hc-note { text-align: center; color: var(--hc-body); padding: 40px 0; font-style: italic; }

/* ---------- Category cards ---------- */
.hc-cats { padding: 100px 0; background: var(--hc-cream); }
.hc-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 6px;
}
.hc-cat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 380px;
    padding: 36px;
    text-decoration: none;
    overflow: hidden;
    border-radius: var(--hc-radius);
    transition: transform .3s ease, box-shadow .3s ease;
}
.hc-cat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.28) 0%, transparent 55%);
    pointer-events: none;
}
.hc-cat-card::after {
    content: "";
    position: absolute;
    right: -46px;
    top: -46px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.35);
    pointer-events: none;
}
.hc-cat-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(57, 81, 85, 0.22); }
.hc-cat-card--crystal  { background: linear-gradient(155deg, #4a6d72 0%, #395155 60%, #2c4145 100%); }
.hc-cat-card--intention{ background: linear-gradient(155deg, #d0785a 0%, #bc5d40 60%, #9c4a30 100%); }
.hc-cat-card--oak      { background: linear-gradient(155deg, #3a373d 0%, #131117 60%, #0c0a10 100%); }
.hc-cat-inner { position: relative; z-index: 2; }
.hc-cat-icon {
    display: block;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 16px;
}
.hc-cat-card h3 {
    font-family: var(--hc-serif);
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin: 0 0 10px;
}
.hc-cat-card p {
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.82);
    margin: 0 0 22px;
    max-width: 250px;
}
.hc-cat-cta {
    display: inline-block;
    font-family: var(--hc-sans);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    padding-bottom: 5px;
    transition: border-color .2s ease;
}
.hc-cat-card:hover .hc-cat-cta { border-color: #fff; }

/* ---------- Craftsmanship ---------- */
.hc-about {
    padding: 110px 0;
    background: linear-gradient(150deg, #42595d 0%, #395155 55%, #2f4448 100%);
    color: #f0ece3;
}
.hc-about-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
}
.hc-about .hc-section-title { color: #f7f3ea; text-align: left; margin-bottom: 22px; }
.hc-about .hc-section-title em { font-style: italic; color: #d9b9a8; }
.hc-about .hc-eyebrow { color: #d9b9a8; }
.hc-about-copy p {
    font-size: 15.5px;
    line-height: 1.75;
    color: #e6e0d3;
    margin: 0 0 18px;
}
.hc-stats {
    display: flex;
    gap: 44px;
    margin: 28px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid rgba(217, 185, 168, 0.35);
}
.hc-stat { display: flex; flex-direction: column; gap: 3px; }
.hc-stat-num {
    font-family: var(--hc-serif);
    font-size: 30px;
    color: #f7f3ea;
}
.hc-stat-label {
    font-family: var(--hc-sans);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #d9b9a8;
}
.hc-signature {
    margin: 26px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.hc-signature-name {
    font-family: var(--hc-serif);
    font-style: italic;
    font-size: 23px;
    color: #f7f3ea;
}
.hc-signature-role {
    font-family: var(--hc-sans);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #d9b9a8;
}
.hc-about .hc-btn-ghost { border-color: #d9b9a8; color: #f0ece3; }
.hc-about .hc-btn-ghost:hover { background: #d9b9a8; color: #2f4448; }
.hc-about-visual {}
.hc-about-img {
    aspect-ratio: 1 / 1.05;
    border-radius: 28px 28px 150px 28px;
    background:
        radial-gradient(circle at 70% 30%, rgba(188, 93, 64, 0.30) 0%, transparent 45%),
        radial-gradient(circle at 30% 75%, rgba(244, 240, 234, 0.25) 0%, transparent 50%),
        linear-gradient(150deg, #52666a 0%, #44575b 55%, #33484c 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border: 1px solid rgba(244, 240, 234, 0.18);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.24);
}

/* ---------- Journal ---------- */
.hc-journal { padding: 100px 0; background: #fff; }
.hc-journal-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 6px 0 0;
}
.hc-post-card {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.hc-post-thumb {
    display: block;
    aspect-ratio: 16 / 10;
    border-radius: var(--hc-radius);
    margin-bottom: 20px;
    background: linear-gradient(150deg, #efe6d6 0%, #d5cdbf 100%);
    overflow: hidden;
    transition: box-shadow .3s ease;
}
.hc-post-card:hover .hc-post-thumb { box-shadow: 0 18px 40px rgba(57, 81, 85, 0.14); }
.hc-post-thumb .hc-noimg { font-size: 44px; color: var(--hc-accent); }
.hc-post-date {
    font-family: var(--hc-sans);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hc-accent);
    margin-bottom: 10px;
}
.hc-post-title {
    font-family: var(--hc-serif);
    font-weight: 600;
    font-size: 22px;
    line-height: 1.3;
    margin: 0 0 10px;
}
.hc-post-title a { color: var(--hc-teal); text-decoration: none; }
.hc-post-title a:hover { color: var(--hc-accent); }
.hc-post-excerpt {
    font-size: 14px;
    line-height: 1.65;
    color: var(--hc-body);
    margin: 0 0 16px;
    flex: 1;
}

/* ---------- Monthly picks ---------- */
.hc-picks {
    padding: 96px 0;
    background: linear-gradient(150deg, #d0785a 0%, #bc5d40 55%, #a34c33 100%);
    text-align: center;
    color: #fff;
}
.hc-picks .hc-section-title { color: #fff; }
.hc-picks .hc-eyebrow { color: #f3d8ca; }
.hc-picks-copy {
    max-width: 500px;
    margin: 0 auto 34px;
    font-size: 15.5px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

/* ---------- Newsletter ---------- */
.hc-newsletter { padding: 100px 0; background: #fff; text-align: center; }
.hc-news-card {
    max-width: 640px;
    margin: 0 auto;
    padding: 56px 48px;
    border: 1px solid var(--hc-line);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 15%, rgba(188, 93, 64, 0.07) 0%, transparent 40%),
        radial-gradient(circle at 88% 85%, rgba(57, 81, 85, 0.08) 0%, transparent 42%),
        #fdfcf9;
}
.hc-news-card h2 {
    font-family: var(--hc-serif);
    font-weight: 500;
    font-size: 32px;
    color: var(--hc-teal);
    margin: 0 0 12px;
}
.hc-news-card > p { color: var(--hc-body); margin: 0 0 28px; line-height: 1.65; }
.hc-news-card strong { color: var(--hc-accent); }
.hc-news-form {
    display: flex;
    gap: 12px;
    max-width: 440px;
    margin: 0 auto;
}
.hc-news-form input {
    flex: 1;
    min-width: 0;
    padding: 14px 20px;
    border: 1px solid #ddd6c9;
    border-radius: 100px;
    font-size: 14.5px;
    background: #fff;
    color: var(--hc-ink);
}
.hc-news-form input:focus { outline: none; border-color: var(--hc-accent); box-shadow: 0 0 0 3px rgba(188, 93, 64, 0.14); }
.hc-thanks { font-style: italic; color: var(--hc-accent); }

/* ---------- Footer ---------- */
.hc-footer { background: var(--hc-ink); color: #cfc8bd; padding: 76px 0 0; }
.hc-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    padding-bottom: 56px;
}
.hc-footer-title {
    font-family: var(--hc-sans);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 22px;
}
.hc-footer-blurb { font-size: 14px; line-height: 1.7; margin: 0 0 24px; color: #a79e90; }
.hc-footer ul { list-style: none; margin: 0; padding: 0; }
.hc-footer li { margin-bottom: 12px; font-size: 14px; }
.hc-footer a { color: #cfc8bd; text-decoration: none; transition: color .2s ease; }
.hc-footer a:hover { color: #fff; }
.hc-footer-socials { margin-top: 6px; }
.hc-footer-socials a { border-color: rgba(255, 255, 255, 0.22); }
.hc-footer-socials a:hover { background: var(--hc-accent); border-color: var(--hc-accent); color: #fff; }
.hc-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 24px 0;
    font-size: 12.5px;
    letter-spacing: 0.06em;
    color: #8b8377;
    text-align: center;
}

/* ---------- Product page: trust block ---------- */
.hc-trust {
    border-top: 1px solid #efe9df;
    border-bottom: 1px solid #efe9df;
    padding: 14px 0;
    margin: 20px 0 0;
}
.hc-trust ul { list-style: none; margin: 0; padding: 0; }
.hc-trust li {
    font-size: 13.5px;
    color: var(--hc-teal);
    padding: 4px 0;
    letter-spacing: 0.02em;
}
.hc-trust li::before { content: "✦ "; color: var(--hc-accent); }

/* ---------- WooCommerce polish ---------- */
.onsale {
    background: var(--hc-accent) !important;
    border-radius: 100px !important;
    font-family: var(--hc-sans) !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.ct-woo-card .price del,
.woocommerce .price del,
.woocommerce ul.products li.product .price del {
    color: var(--hc-mist);
    font-size: 0.85em;
    font-weight: 400;
    margin-right: 6px;
}
.ct-woo-card .price ins,
.woocommerce .price ins { color: var(--hc-accent); text-decoration: none; }
.ct-woo-card .ct-media-container { border-radius: var(--hc-radius); overflow: hidden; }
.ct-woo-card .ct-media-container img { transition: transform .6s ease; }
.ct-woo-card:hover .ct-media-container img { transform: scale(1.06); }
.ct-woo-card { transition: box-shadow .3s ease; }
.ct-woo-card:hover { box-shadow: 0 20px 44px rgba(57, 81, 85, 0.12); }
.ct-woo-card .woocommerce-loop-product__title,
.ct-woo-card h2 {
    font-family: var(--hc-serif);
    font-weight: 600;
    color: var(--hc-teal);
}
.ct-woo-card .price {
    font-family: var(--hc-sans);
    font-weight: 500;
    color: var(--hc-accent);
}
.ct-woo-card .added_to_cart,
.ct-woo-card .button {
    border-radius: 100px !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px !important;
}
.product .single_add_to_cart_button {
    background: var(--hc-accent) !important;
    border-radius: 100px !important;
    font-family: var(--hc-sans);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    box-shadow: 0 10px 24px rgba(188, 93, 64, 0.28);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--hc-accent); }
.woocommerce .woocommerce-result-count { color: var(--hc-muted); font-size: 13px; margin-bottom: 18px; }
.woocommerce .woocommerce-ordering { margin-bottom: 18px; }
.woocommerce .woocommerce-ordering select {
    border: 1px solid #e2dcd0;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 13px;
    background: #fff;
    color: var(--hc-teal);
}

/* ---------- Shop bar: chips + searchable crystal picker (v6 control card) ---------- */
.hc-shop-bar {
    position: relative;
    max-width: 640px;
    margin: 0 auto 52px;
    background: linear-gradient(180deg, #fdfbf7 0%, #f6f0e7 100%);
    border: 1px solid #e9e1d2;
    border-radius: 22px;
    padding: 32px 30px 30px;
    box-shadow: 0 22px 48px rgba(57, 81, 85, 0.09), 0 2px 8px rgba(57, 81, 85, 0.04);
}
/* brand gradient band along the top edge of the card */
.hc-shop-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, #bc5d40 0%, #d0785a 45%, #395155 100%);
}
.hc-shop-bar-head { text-align: center; margin-bottom: 22px; }
.hc-shop-bar-title {
    font-family: var(--hc-serif);
    font-weight: 500;
    font-size: 27px;
    line-height: 1.2;
    color: var(--hc-teal);
    margin: 0 0 8px;
}
.hc-shop-bar-sub {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--hc-muted);
    margin: 0 auto;
    max-width: 400px;
}
.hc-shop-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 26px;
    padding-bottom: 22px;
    border-bottom: 1px dashed #e4dbc9;
}
.hc-chip {
    display: inline-block;
    padding: 9px 19px;
    border-radius: 100px;
    border: 1px solid rgba(57, 81, 85, 0.18);
    background: #fff;
    color: var(--hc-teal);
    font-family: var(--hc-sans);
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-decoration: none;
    transition: all .2s ease;
}
.hc-chip:hover { border-color: var(--hc-accent); color: var(--hc-accent); transform: translateY(-1px); }
.hc-chip.is-on {
    background: linear-gradient(135deg, #d0785a 0%, #bc5d40 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 6px 16px rgba(188, 93, 64, 0.28);
}

.hc-crystal-picker { text-align: left; }
.hc-picker-box { position: relative; }
.hc-picker-input {
    width: 100%;
    padding: 16px 54px 16px 48px;
    border: 1px solid #ddd5c6;
    border-radius: 16px;
    background: #fff;
    font-family: var(--hc-sans);
    font-size: 14.5px;
    color: var(--hc-ink);
    box-sizing: border-box;
    box-shadow: inset 0 2px 6px rgba(57, 81, 85, 0.06);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.hc-picker-input:focus {
    outline: none;
    border-color: var(--hc-accent);
    box-shadow: 0 0 0 3px rgba(188, 93, 64, 0.15), inset 0 2px 6px rgba(57, 81, 85, 0.05);
}
.hc-picker-input::placeholder { color: #b3a99a; }
.hc-search-ico {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    color: #a49a8c;
    pointer-events: none;
    z-index: 2;
}
.hc-search-ico svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.hc-picker-toggle {
    position: absolute;
    right: 7px;
    top: 7px;
    bottom: 7px;
    width: 46px;
    border: none;
    border-radius: 11px;
    background: linear-gradient(135deg, #d0785a 0%, #bc5d40 100%);
    color: #fff;
    font-family: var(--hc-sans);
    font-size: 14px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease;
    box-shadow: 0 4px 12px rgba(188, 93, 64, 0.28);
}
.hc-picker-toggle:hover { background: linear-gradient(135deg, #c96a48 0%, #a34c33 100%); transform: scale(1.04); }

/* Dropdown panel */
.hc-picker-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    z-index: 50;
    display: none;
    background: #fff;
    border: 1px solid rgba(57, 81, 85, 0.12);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(57, 81, 85, 0.24), 0 6px 18px rgba(57, 81, 85, 0.08);
}
.hc-crystal-picker.is-open .hc-picker-panel { display: block; animation: hc-drop .18s ease; }
@keyframes hc-drop {
    from { opacity: 0; transform: translateY(-5px); }
    to   { opacity: 1; transform: none; }
}
.hc-picker-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border-bottom: 1px dashed #e4dbc9;
    background: linear-gradient(180deg, #fdfbf7 0%, #f8f3ea 100%);
    font-family: var(--hc-sans);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a49a8c;
}
.hc-picker-meta-hint { white-space: nowrap; }
.hc-picker-list {
    margin: 0;
    padding: 6px;
    list-style: none;
    max-height: 300px;
    overflow-y: auto;                 /* 上下滑动 */
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--hc-accent) #ece7dd;
}
.hc-picker-list::-webkit-scrollbar { width: 8px; }
.hc-picker-list::-webkit-scrollbar-track { background: #ece7dd; border-radius: 8px; }
.hc-picker-list::-webkit-scrollbar-thumb { background: var(--hc-accent); border-radius: 8px; }
.hc-picker-list li { margin: 0; }
.hc-picker-list a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    margin: 1px 4px;
    font-family: var(--hc-sans);
    font-size: 14px;
    color: var(--hc-teal);
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}
.hc-picker-list a::after {
    content: "›";
    margin-left: auto;
    color: var(--hc-accent);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .15s ease, transform .15s ease;
}
.hc-picker-list a:hover { background: var(--hc-cream); }
.hc-picker-list a:hover::after { opacity: 1; transform: none; }
.hc-picker-list a.is-active { background: rgba(188, 93, 64, 0.10); color: var(--hc-accent); }
.hc-picker-list a.is-selected { background: var(--hc-teal); color: #fff; }
.hc-picker-list a.is-selected::after { color: #fff; opacity: 1; transform: none; }
.hc-picker-empty {
    padding: 18px 14px;
    text-align: center;
    font-family: var(--hc-serif);
    font-style: italic;
    font-size: 14px;
    color: #a49a8c;
}
.hc-dot {
    position: relative;
    flex: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.hc-dot::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    width: 6px;
    height: 5px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    filter: blur(1px);
}

/* ---------- Header: slim + transparent to blend into hero ---------- */
#header [data-row*="middle"] {
    --height: 62px !important;
    background-color: transparent !important;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}
.site-branding { min-height: 0 !important; }
/* hide the raw domain text once a real logo image is set */
.site-branding .site-title { display: none; }
/* logo image sizing inside the slim header */
.site-branding .site-logo-container,
.site-branding .custom-logo-link {
    display: inline-flex;
    align-items: center;
}
.site-branding img {
    max-height: 40px;
    width: auto;
    height: auto;
    display: block;
}
/* header menu typography, tuned for the slim row */
#header .menu > li > .ct-menu-link {
    font-size: 13px;
    letter-spacing: 0.04em;
}

/* ---------- Header dropdown sub-menus: card + internal scroll ---------- */
#header .sub-menu {
    background: #fff;
    border: 1px solid #eee6d8;
    border-radius: 18px;
    padding: 8px;
    min-width: 230px;
    max-height: 440px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: var(--hc-accent) #f0eae0;
    box-shadow: 0 30px 70px rgba(57, 81, 85, 0.22), 0 6px 18px rgba(57, 81, 85, 0.08);
}
#header .sub-menu::-webkit-scrollbar { width: 8px; }
#header .sub-menu::-webkit-scrollbar-track { background: #f0eae0; border-radius: 8px; }
#header .sub-menu::-webkit-scrollbar-thumb { background: var(--hc-accent); border-radius: 8px; }
#header .sub-menu .menu-item { margin: 0; }
#header .sub-menu .menu-item > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 10px;
    font-size: 13.5px;
    letter-spacing: 0.02em;
    color: var(--hc-teal);
    transition: background .15s ease, color .15s ease, padding-left .15s ease;
}
#header .sub-menu .menu-item > a::after {
    content: "›";
    color: var(--hc-accent);
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .15s ease, transform .15s ease;
}
#header .sub-menu .menu-item > a:hover {
    background: rgba(188, 93, 64, 0.08);
    color: var(--hc-accent);
    padding-left: 20px;
}
#header .sub-menu .menu-item > a:hover::after { opacity: 1; transform: none; }

/* ---------- Header cart button (injected by hc-menu.js) ---------- */
.hc-cart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-left: 4px;
    border-radius: 50%;
    color: var(--hc-teal);
    text-decoration: none;
    position: relative;
    transition: color .2s ease, background .2s ease;
}
.hc-cart-btn:hover { color: var(--hc-accent); background: rgba(188, 93, 64, 0.08); }
.hc-cart-btn .ct-icon { width: 17px; height: 17px; fill: currentColor; display: block; }
.hc-cart-count {
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 9px;
    background: var(--hc-accent);
    color: #fff;
    font-family: var(--hc-sans);
    font-size: 10px;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
}

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
    .hc-hero { padding: 80px 0 90px; }
    .hc-hero-grid { grid-template-columns: 1fr; gap: 44px; text-align: center; }
    .hc-hero-sub { margin-left: auto; margin-right: auto; }
    .hc-hero-actions { justify-content: center; }
    .hc-hero-visual { max-width: 420px; margin: 0 auto; }
    .hc-about-grid { grid-template-columns: 1fr; gap: 44px; text-align: center; }
    .hc-about .hc-section-title { text-align: center; }
    .hc-stats { justify-content: center; }
    .hc-about-visual { max-width: 420px; margin: 0 auto; order: -1; }
    .hc-footer-grid { grid-template-columns: 1fr 1fr; gap: 36px; }
    .hc-feature-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
    .hc-products { grid-template-columns: repeat(2, 1fr); }
    .hc-journal-grid { grid-template-columns: 1fr; }
    .hc-cat-grid { grid-template-columns: 1fr; }
    .hc-news-card { padding: 44px 28px; }
}
@media (max-width: 560px) {
    .hc-products { grid-template-columns: 1fr; }
    .hc-feature-grid { grid-template-columns: 1fr; }
    .hc-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .hc-hero-title { font-size: 34px; }
    .hc-news-form { flex-direction: column; }
    .hc-news-form .hc-btn { width: 100%; }
    .hc-announce-inner { flex-direction: column; gap: 8px; }
    .hc-announce .hc-socials { margin-left: 0; }
    .hc-prod-cta { opacity: 1; transform: none; }   /* always show button on touch */
    .hc-sec-head { margin-bottom: 34px; }
}
